diff options
3625 files changed, 45910 insertions, 24035 deletions
@@ -4888,3 +4888,7 @@ devel/libmill||2025-12-05|Has expired: Abandonware, not use in the ports tree devel/py-bsd||2025-12-05|Has expired: Unmaintained upstream devel/electron34||2025-12-07|Has expired: EOLed upstream, switch to newer version devel/libbfd||2025-12-07|Obsolete port, use devel/binutils instead +graphics/kdegraphics-mobipocket@qt5|graphics/kdegraphics-mobipocket|2025-12-12|Unflavorize port. Qt5 support has been dropped upstream +graphics/kdegraphics-mobipocket@qt6|graphics/kdegraphics-mobipocket|2025-12-12|Unflavorize port. Qt5 support has been dropped upstream +cad/meshlab||2025-12-12|Remove broken port +math/octave-forge-onsas||2025-12-15|Incompatible with octave packaging structure diff --git a/Mk/Uses/autoreconf.mk b/Mk/Uses/autoreconf.mk index 781f58dc20b5..608027f599ff 100644 --- a/Mk/Uses/autoreconf.mk +++ b/Mk/Uses/autoreconf.mk @@ -89,10 +89,10 @@ _AUTORECONF= 2.69 BUILD_DEPENDS+= autoconf2.69>=2.69:devel/autoconf2.69 . else _AUTORECONF= 2.72 -BUILD_DEPENDS+= autoconf>=${_AUTORECONF}:devel/autoconf +BUILD_DEPENDS+= autoconf>=2.72_1:devel/autoconf . endif -BUILD_DEPENDS+= automake>=1.17:devel/automake +BUILD_DEPENDS+= automake>=1.18.1:devel/automake . if defined(libtool_ARGS) && empty(libtool_ARGS:Mbuild) BUILD_DEPENDS+= libtoolize:devel/libtool diff --git a/Mk/Uses/gettext-runtime.mk b/Mk/Uses/gettext-runtime.mk index 1d0f0b8900b9..1dd435df643e 100644 --- a/Mk/Uses/gettext-runtime.mk +++ b/Mk/Uses/gettext-runtime.mk @@ -14,14 +14,14 @@ gettext-runtime_ARGS= lib . endif . if ${gettext-runtime_ARGS:Mlib} -BUILD_DEPENDS+= gettext-runtime>=0.22_1:devel/gettext-runtime +BUILD_DEPENDS+= gettext-runtime>=0.26:devel/gettext-runtime LIB_DEPENDS+= libintl.so:devel/gettext-runtime . endif . if ${gettext-runtime_ARGS:Mbuild} -BUILD_DEPENDS+= gettext-runtime>=0.22_1:devel/gettext-runtime +BUILD_DEPENDS+= gettext-runtime>=0.26:devel/gettext-runtime . endif . if ${gettext-runtime_ARGS:Mrun} -RUN_DEPENDS+= gettext-runtime>=0.22_1:devel/gettext-runtime +RUN_DEPENDS+= gettext-runtime>=0.26:devel/gettext-runtime . endif .endif diff --git a/Mk/Uses/gettext-tools.mk b/Mk/Uses/gettext-tools.mk index 948a505ed8b9..a59241b30ffc 100644 --- a/Mk/Uses/gettext-tools.mk +++ b/Mk/Uses/gettext-tools.mk @@ -14,10 +14,10 @@ gettext-tools_ARGS= build . endif . if ${gettext-tools_ARGS:Mbuild} -BUILD_DEPENDS+= msgfmt:devel/gettext-tools +BUILD_DEPENDS+= gettext-tools>=0.26:devel/gettext-tools . endif . if ${gettext-tools_ARGS:Mrun} -RUN_DEPENDS+= msgfmt:devel/gettext-tools +RUN_DEPENDS+= gettext-tools>=0.26:devel/gettext-tools . endif .endif diff --git a/Mk/Uses/java.mk b/Mk/Uses/java.mk index ff5d35556f0c..396c422ca526 100644 --- a/Mk/Uses/java.mk +++ b/Mk/Uses/java.mk @@ -201,7 +201,7 @@ SUB_LIST+= JAVA_OS="${JAVA_OS}" . endif # The complete list of Java versions, os and vendors supported. -__JAVA_VERSION_LIST= 8 11 17 18 19 20 21 22 23 24 +__JAVA_VERSION_LIST= 8 11 17 18 19 20 21 22 23 24 25 _JAVA_VERSION_LIST= ${__JAVA_VERSION_LIST} ${__JAVA_VERSION_LIST:S/$/+/} _JAVA_OS_LIST= native linux _JAVA_VENDOR_LIST= openjdk oracle diff --git a/Mk/Uses/kde.mk b/Mk/Uses/kde.mk index bb5b4663efc6..d2a6265461c7 100644 --- a/Mk/Uses/kde.mk +++ b/Mk/Uses/kde.mk @@ -91,7 +91,7 @@ KDE_PLASMA5_VERSION?= 5.27.12 KDE_PLASMA5_BRANCH?= stable # Current KDE Plasma desktop. -KDE_PLASMA6_VERSION?= 6.5.3 +KDE_PLASMA6_VERSION?= 6.5.4 KDE_PLASMA6_BRANCH?= stable # Legacy KDE frameworks (Qt5 based). @@ -104,8 +104,8 @@ KDE_FRAMEWORKS6_BRANCH?= stable # Current KDE applications. Update _${PORTNAME}_PROJECT_VERSION for the following ports: # devel/kdevelop, games/libkdegames, games/libkmahjongg, graphics/kgraphviewer -KDE_APPLICATIONS6_VERSION?= 25.08.3 -KDE_APPLICATIONS6_SHLIB_VER?= 6.5.3 +KDE_APPLICATIONS6_VERSION?= 25.12.0 +KDE_APPLICATIONS6_SHLIB_VER?= 6.6.0 # G as in KDE Gear, and as in "don't make the variable name longer than required". KDE_APPLICATIONS6_SHLIB_G_VER?= ${KDE_APPLICATIONS6_VERSION} KDE_APPLICATIONS6_BRANCH?= stable diff --git a/Mk/Uses/linux.mk b/Mk/Uses/linux.mk index 99aa62704195..929310a2e744 100644 --- a/Mk/Uses/linux.mk +++ b/Mk/Uses/linux.mk @@ -37,7 +37,7 @@ linux_ARGS= ${LINUX_DEFAULT} . if ${linux_ARGS} == c7 LINUX_DIST_VER?= 7.9.2009 . elif ${linux_ARGS} == rl9 -LINUX_DIST_VER?= 9.6 +LINUX_DIST_VER?= 9.7 . else ERROR+= "Invalid Linux distribution: ${linux_ARGS}" . endif @@ -246,9 +246,12 @@ MASTER_SITES= ${MASTER_SITE_ROCKY_LINUX} MASTER_SITE_SUBDIR= ${LINUX_DIST_VER}/BaseOS/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/AppStream/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/BaseOS/x86_64/os/Packages/:DEFAULT,amd64 \ + ${LINUX_DIST_VER}/CRB/aarch64/os/Packages/:DEFAULT,aarch64 \ ${LINUX_DIST_VER}/AppStream/x86_64/os/Packages/:DEFAULT,amd64 \ + ${LINUX_DIST_VER}/CRB/x86_64/os/Packages/:DEFAULT,amd64 \ ${LINUX_DIST_VER}/BaseOS/source/tree/Packages/:SOURCE \ - ${LINUX_DIST_VER}/AppStream/source/tree/Packages/:SOURCE + ${LINUX_DIST_VER}/AppStream/source/tree/Packages/:SOURCE \ + ${LINUX_DIST_VER}/CRB/source/tree/Packages/:SOURCE . endif DIST_SUBDIR?= rocky . endif # ${linux_ARGS} == * diff --git a/Mk/Uses/python.mk b/Mk/Uses/python.mk index e670f842489b..97ddbfe0dfdc 100644 --- a/Mk/Uses/python.mk +++ b/Mk/Uses/python.mk @@ -870,6 +870,10 @@ PY_SETUPTOOLS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV . endif # Common Python modules that can be needed but only for some versions of Python. +. if ${PYTHON_REL} < 31400 +PY_BACKPORTS.ZSTD= ${PYTHON_PKGNAMEPREFIX}backports.zstd>=1.0.0:devel/py-backports.zstd@${PY_FLAVOR} +. endif + . if ${PYTHON_REL} < 31100 PY_EXCEPTIONGROUP= ${PYTHON_PKGNAMEPREFIX}exceptiongroup>=1.1.1:devel/py-exceptiongroup@${PY_FLAVOR} PY_TOMLI= ${PYTHON_PKGNAMEPREFIX}tomli>=2.3<3:textproc/py-tomli@${PY_FLAVOR} diff --git a/Mk/Uses/samba.mk b/Mk/Uses/samba.mk index e40db0b0e5bd..f9fcddfd04e6 100644 --- a/Mk/Uses/samba.mk +++ b/Mk/Uses/samba.mk @@ -2,7 +2,7 @@ # # Feature: samba # Usage: USES=samba or USES=samba:ARGS -# Valid ARGS: build, env, lib, run +# Valid ARGS: build, env, lib, self, run # default is build,run (implicit) # # MAINTAINER: samba@FreeBSD.org @@ -14,16 +14,31 @@ _INCLUDE_USES_SAMBA_MK= yes samba_ARGS= build run . endif -. if ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun} -IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nrun} +. if ${samba_ARGS:Nbuild:Nenv:Nlib:Nself:Nrun} +IGNORE= USES=samba has invalid arguments: ${samba_ARGS:Nbuild:Nenv:Nlib:Nself:Nrun} . endif . if ${SAMBA_DEFAULT} != 4.16 && ${SAMBA_DEFAULT} != 4.19 && ${SAMBA_DEFAULT} != 4.20 && ${SAMBA_DEFAULT} != 4.22 IGNORE= Invalid version of samba: ${SAMBA_DEFAULT} . endif +# E.g., "422". SAMBA_SUFFIX= ${SAMBA_DEFAULT:S/.//} +# _SAMBA_BASE is the directory where Samba is installed. For Samba +# consumers that is LOCALBASE, while it is PREFIX for Samba itself. +_SAMBA_BASE= ${LOCALBASE} +. if ${samba_ARGS:Mself} +_SAMBA_BASE= ${PREFIX} +. endif + +### Directories +SAMBA_INCLUDEDIR= ${_SAMBA_BASE}/include/samba4 +SAMBA_LIBDIR= ${_SAMBA_BASE}/lib/samba4 +SAMBA_MODULESDIR= ${SAMBA_LIBDIR}/modules +SAMBA_IDMAP_MODULESDIR= ${SAMBA_MODULESDIR}/idmap +SAMBA_LDB_MODULESDIR= ${_SAMBA_BASE}/lib/shared-modules/ldb +### Port names SAMBA_PORT_416= net/samba416 SAMBA_LDB_PORT_416= databases/ldb25 SAMBA_TALLOC_PORT_416= devel/talloc @@ -45,8 +60,6 @@ SAMBA_TDB_PORT_422= databases/tdb1413 SAMBA_TEVENT_PORT_422= devel/tevent017 SAMBA_PORT= ${SAMBA_PORT_${SAMBA_SUFFIX}} -SAMBA_INCLUDEDIR= ${LOCALBASE}/include/samba4 -SAMBA_LIBDIR= ${LOCALBASE}/lib/samba4 # Only define SAMBA_LDB_PORT if SAMBA_LDB_PORT_${SAMBA_SUFFIX} is set. Samba # requires ldb to be bundled since version 4.22, so it makes no sense to set # SAMBA_LDB_PORT in that case. By not setting SAMBA_LDB_PORT, we allow ports to @@ -58,6 +71,7 @@ SAMBA_TALLOC_PORT= ${SAMBA_TALLOC_PORT_${SAMBA_SUFFIX}} SAMBA_TDB_PORT= ${SAMBA_TDB_PORT_${SAMBA_SUFFIX}} SAMBA_TEVENT_PORT= ${SAMBA_TEVENT_PORT_${SAMBA_SUFFIX}} +### Dependencies . if ${samba_ARGS:Mbuild} BUILD_DEPENDS+= smbd:${SAMBA_PORT} . endif diff --git a/Mk/Uses/xlibre-cat.mk b/Mk/Uses/xlibre-cat.mk new file mode 100644 index 000000000000..ef130bed4e1a --- /dev/null +++ b/Mk/Uses/xlibre-cat.mk @@ -0,0 +1,221 @@ +# XLibre ports categories and other things needed to build XLibre ports. +# This is intended only for ports of XLibre and related applications. +# +# Use USES=xlibre and USE_XLIBRE to depend on various XLibre components. +# +# Feature: xlibre-cat +# Usage: USES=xlibre-cat:category[,buildsystem] +# +# category is one of: +# * driver depends on xorgproto at least +# +# Bleow are the old freedesktop.org categories and their comments +# XLibre only hosts the driver category and the xserver, these +# categoryes are disabled now, but kept in a commented state for +# if they be added to XLibre in the future. +# +# * app Installs applications, no shared libraries. +# * data Installs only data. +# * doc no particular notes +# * font don't install .pc file +# * lib various dependencies, install .pc file, needs +# pathfix +# * proto install .pc file, needs pathfix, most only needed at +# build time. +# * util no particular notes +# +# These categories has to match upstream categories. Don't invent +# your own. +# +# builsystem is one of: +# * autotools (default) +# * meson (experimental) +# +# +# +#.MAINTAINER: b-aazbsd@proton.me + +.if !defined(_INCLUDE_USES_XLIBRE_CAT_MK) +_INCLUDE_USES_XLIBRE_CAT_MK=yes + +#_XLIBRE_CATEGORIES= app data doc driver font lib proto util +_XLIBRE_CATEGORIES= driver server +_XLIBRE_BUILDSYSTEMS= autotools meson + +_XLIBRE_CAT= # empty +_XLIBRE_BUILDSYS= # empty + +. if empty(xlibre-cat_ARGS) +IGNORE= no arguments specified to xlibre-cat +. endif + +. for _arg in ${xlibre-cat_ARGS} +. if ${_XLIBRE_CATEGORIES:M${_arg}} +. if empty(_XLIBRE_CAT) +_XLIBRE_CAT= ${_arg} +. else +IGNORE= multipe xlibre categories specified via xlibre-cat:${xlibre-cat_ARGS:ts,} +. endif +. elif ${_XLIBRE_BUILDSYSTEMS:M${_arg}} +. if empty(_XLIBRE_BUILDSYS) +_XLIBRE_BUILDSYS= ${_arg} +. else +IGNORE= multipe xlibre build systems specified via xlibre-cat:${xlibre-cat_ARGS:ts,} +. endif +. else +IGNORE= unknown argument specified via xlibre-cat:${xlibre-cat_ARGS:ts,} +. endif +. endfor + +. if ${_XLIBRE_CAT} == server +. if ${_XLIBRE_BUILDSYS} == autotools +IGNORE= autotools build systems specified for the servers via xlibre-cat:${xlibre-cat_ARGS:ts,}, they only support meson. +. endif +_XLIBRE_BUILDSYS= meson +. endif + +# Default to the autotools build system +. if empty(_XLIBRE_BUILDSYS) +_XLIBRE_BUILDSYS= autotools +. endif + +# Default variables, common to all new modular xorg ports. +. if empty(USES:Mtar) +EXTRACT_SUFX?= .tar.bz2 +. endif + +DIST_SUBDIR= xlibre/${_XLIBRE_CAT} +# Do not set the DIST_SUBDIR to xlibre for XLibre flavors of 3rd party ports. +. if !empty(PKGNAMEPREFIX) && ${PKGNAMEPREFIX} == xlibre- && ${_XLIBRE_CAT} == driver +DIST_SUBDIR= xorg/${_XLIBRE_CAT} +. endif + +. if ${_XLIBRE_BUILDSYS} == meson +.include "${USESDIR}/meson.mk" +. elif ${_XLIBRE_BUILDSYS} == autotools +GNU_CONFIGURE= yes +. else +# This should not happen +IGNORE= unknown build system specified via xlibre-cat:${xlibre-cat_ARGS:ts,} +. endif + +# Set up things for fetching from XLibre GitHub. +# This can be overridden using normal GH_* macros in the ports Makefile. +# We make a best guess for GH_PROJECT. +USE_GITHUB?= yes +GH_ACCOUNT?= X11Libre + +# Do not set the GitHub upstream for XLibre flavors of 3rd party ports. +. if empty(PKGNAMEPREFIX) || ${PKGNAMEPREFIX} != xlibre- +. if ${_XLIBRE_CAT} == driver +# Removes the xlibre- suffix from the PORTNAME +GH_PROJECT?= ${PORTNAME:tl:C/xlibre-//} +GH_TAGNAME?= ${PORTNAME}-${PORTVERSION} +. elif ${_XLIBRE_CAT} == server +GH_PROJECT?= xserver +GH_TAGNAME?= xlibre-xserver-${PORTVERSION} +. else +GH_PROJECT?= ${PORTNAME:tl} +. endif +. endif + +. if ${_XLIBRE_BUILDSYS} == meson +# Set up meson stuff here +. else +# Things from GitHub doesn't come with pre-generated configure, add dependency +# on autoreconf and run it, if we're using autotools. +.include "${USESDIR}/autoreconf.mk" +. endif + +# +# All xlibre ports needs pkgconfig to build, but some ports look for pkgconfig +# and then continue the build. +# +.include "${USESDIR}/pkgconfig.mk" + +# +# All xlibre ports need xorg-macros except for the server. +# +. if ${PORTNAME} != xorg-macros && ${_XLIBRE_CAT} != server +USE_XLIBRE+= xlibre-macros +. endif + +#. if ${_XLIBRE_CAT} == app +# Nothing at the moment +# +#. elif ${_XLIBRE_CAT} == data +# Nothing at the moment. +# +#. elif ${_XLIBRE_CAT} == driver + +. if ${_XLIBRE_CAT} == driver +.include "../../x11-servers/xlibre-server/Makefile.version" +MODULEDIR=lib/xorg/modules/xlibre-${XLIBRE_MJR_VER} +USE_XLIBRE+= xlibre-server +USE_XORG+= xi xorgproto +CFLAGS+= -Werror=uninitialized +. if ${_XLIBRE_BUILDSYS} == meson +# Put special stuff for meson here +. else +CONFIGURE_ENV+= PKG_CONFIG_PATH=${PREFIX}/libdata/pkgconfig/ \ + DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' +AUTORECONF_ARGS+= -I ${PREFIX}/share/aclocal +libtool_ARGS?= # empty +.include "${USESDIR}/libtool.mk" +INSTALL_TARGET= install-strip +. endif + +. elif ${_XLIBRE_CAT} == server +# For common flags across servers. + +# XLibre does not (yet) host any category other than drivers and the server so +# there is no need to check for them. + +#. elif ${_XLIBRE_CAT} == font +#FONTNAME?= ${PORTNAME:C/.*-//g:S/type/Type/:S/ttf/TTF/:S/speedo/Speedo/} +#. if ${_XLIBRE_BUILDSYS} == meson +# Put special stuff for meson here +#. else +#CONFIGURE_ARGS+= --with-fontrootdir=${PREFIX}/share/fonts +#CONFIGURE_ENV+= FONTROOTDIR=${PREFIX}/share/fonts +#. endif +#. if !defined(NOFONT) +#.include "${USESDIR}/fonts.mk" +#BUILD_DEPENDS+= mkfontscale>=0:x11-fonts/mkfontscale \ +# bdftopcf:x11-fonts/bdftopcf +#PLIST_FILES+= "@comment ${FONTSDIR}/fonts.dir" \ +# "@comment ${FONTSDIR}/fonts.scale" +#. endif +# +#. elif ${_XLIBRE_CAT} == lib +#CFLAGS+= -Werror=uninitialized +#.include "${USESDIR}/pathfix.mk" +#. if ${_XLIBRE_BUILDSYS} == meson +# put meson stuff here +#. else +#libtool_ARGS?= # empty +#.include "${USESDIR}/libtool.mk" +#USE_LDCONFIG= yes +#CONFIGURE_ARGS+=--enable-malloc0returnsnull +#. endif +# +#. elif ${_XLIBRE_CAT} == proto +#.include "${USESDIR}/pathfix.mk" +# + +. endif # ${_XLIBRE_CAT} == <category> + +# We only need to include xorg.mk if we want USE_XORG modules +# USES+=xorg does not provide any functionality, it just silences an error +# message about USES=xorg not being set +. if defined(USE_XORG) && !empty(USE_XORG) +USES+= xorg +.include "${USESDIR}/xorg.mk" +. endif + +. if defined(USE_XLIBRE) && !empty(USE_XLIBRE) +USES+= xlibre +.include "${USESDIR}/xlibre.mk" +. endif + +.endif diff --git a/Mk/Uses/xlibre.mk b/Mk/Uses/xlibre.mk new file mode 100644 index 000000000000..3f8949a8a88c --- /dev/null +++ b/Mk/Uses/xlibre.mk @@ -0,0 +1,69 @@ +# Originally from xorg.mk +# +# Feature: xlibre +# Usage: USES=xlibre +# USE_XLIBRE=<component> +# +# Not specifying USE_XLIBRE with USES=xlibre is an error. +# +# Components can be found in the XLIBRE_MODULES list below. +# +# +# If you feel something is missing from the list, please let us know. +# +# MAINTAINER: b-aazbsd@proton.me + +.if !defined(_INCLUDE_USES_XLIBRE_MK) +_INCLUDE_USES_XLIBRE_MK= yes +_USES_POST+= xlibre +.endif + +# Set up things after bsd.port.post.mk. +# This way ports can add things to USE_XLIBRE even after bsd.port.pre.mk is +# included. +.if defined(_POSTMKINCLUDED) && !defined(_INCLUDE_USES_XLIBRE_POST_MK) +_INCLUDE_USES_XLIBRE_POST_MK= yes + +. if !empty(xlibre_ARGS) +IGNORE= USES=xlibre takes no arguments +. endif + +. if !defined(USE_XLIBRE) +IGNORE= need to specify xlibre modules with USE_XLIBRE +. endif + +# List of xlibre modules +XLIBRE_MODULES= xlibre-server \ + xlibre-macros + +# Register all xlibre .pc files here. +# foo_LIB_PC_DEPENDS means it should go to BUILD_DEPENDS *and* RUN_DEPENDS. +xlibre-server_LIB_PC_DEPENDS= ${PREFIX}/libdata/pkgconfig/xorg-server.pc:x11-servers/xlibre-server +xlibre-server_CONFLICTS= xorg-server +xlibre-macros_BUILD_DEPENDS= ${PREFIX}/libdata/pkgconfig/xorg-macros.pc:devel/xorg-macros + +# Add explicit X options to avoid problems with false positives in configure +. if defined(GNU_CONFIGURE) +CONFIGURE_ARGS+=--x-libraries=${PREFIX}/lib --x-includes=${PREFIX}/include +. endif + +. for _module in ${USE_XLIBRE:M*\:both:C/\:.*//g} +. if ${XLIBRE_MODULES:M${_module}} == "" +IGNORE= requires unknown xlibre module (${_module}) +. endif +RUN_DEPENDS+= ${${_module}_BUILD_DEPENDS} +. endfor + +. for _module in ${USE_XLIBRE:C/\:both$//g} +. if ${XLIBRE_MODULES:M${_module}} == "" +IGNORE= requires unknown xlibre module (${_module}) +. endif +LIB_PC_DEPENDS+=${${_module}_LIB_PC_DEPENDS} +BUILD_DEPENDS+= ${${_module}_BUILD_DEPENDS} +CONFLICTS+= ${${_module}_CONFLICTS} +. endfor + +RUN_DEPENDS+= ${LIB_PC_DEPENDS} +BUILD_DEPENDS+= ${LIB_PC_DEPENDS} + +.endif @@ -5,6 +5,16 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20251208: + AFFECTS: users of net-mgmt/unifi{9,10} + AUTHOR: otis@FreeBSD.org + + Version 10 of UniFi controller has been introduced, conflicting with + version 9. + + Users are strongly advised to make a fresh backup of UniFi controller + database from within the UI, prior to upgrade to unifi10. + 20251201: AFFECTS: users of lang/php83 AUTHOR: bofh@FreeBSD.org diff --git a/accessibility/hyprsunset/Makefile b/accessibility/hyprsunset/Makefile index 092fe847ea9f..b0ea325f0ec1 100644 --- a/accessibility/hyprsunset/Makefile +++ b/accessibility/hyprsunset/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprsunset DISTVERSIONPREFIX= v DISTVERSION= 0.3.3 +PORTREVISION= 1 CATEGORIES= accessibility wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index 5192f322a6f4..6066a2a052a5 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264282 -SHA256 (KDE/release-service/25.08.3/kmag-25.08.3.tar.xz) = c430790e593b834657172b94abda0ff0c125bf6ac44946b247c737db21aab468 -SIZE (KDE/release-service/25.08.3/kmag-25.08.3.tar.xz) = 680348 +TIMESTAMP = 1765478286 +SHA256 (KDE/release-service/25.12.0/kmag-25.12.0.tar.xz) = 0a7c7e3ec7bcd2639915872d05716537eea7854bed2c299725eafcfa4cb5746d +SIZE (KDE/release-service/25.12.0/kmag-25.12.0.tar.xz) = 680420 diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index 739558365e91..3b097334b727 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264285 -SHA256 (KDE/release-service/25.08.3/kmousetool-25.08.3.tar.xz) = 79d3e00321cf64f10e3557b531d10bc58735d6beaa237243bf7986e37024e08f -SIZE (KDE/release-service/25.08.3/kmousetool-25.08.3.tar.xz) = 135472 +TIMESTAMP = 1765478288 +SHA256 (KDE/release-service/25.12.0/kmousetool-25.12.0.tar.xz) = 96df118de5c31d21b336f0088cc4ad7810f6f7e56c5a546b2ca86c4f55990c9d +SIZE (KDE/release-service/25.12.0/kmousetool-25.12.0.tar.xz) = 135552 diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index 8e89b7c8f6d5..fea1675fcd20 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264287 -SHA256 (KDE/release-service/25.08.3/kmouth-25.08.3.tar.xz) = 2fef6d8ef93202a2dacac3bb97f02d37790cc6214cc6d94963b1bb33b1eed37e -SIZE (KDE/release-service/25.08.3/kmouth-25.08.3.tar.xz) = 1945948 +TIMESTAMP = 1765478291 +SHA256 (KDE/release-service/25.12.0/kmouth-25.12.0.tar.xz) = f38cd27b6f1e320bc3802fd0845bb4fe3e6d623a25fba29a3c4b19dce86ef91f +SIZE (KDE/release-service/25.12.0/kmouth-25.12.0.tar.xz) = 1945944 diff --git a/accessibility/rubygem-atk/Makefile b/accessibility/rubygem-atk/Makefile index bd860a240f89..f63c7898c307 100644 --- a/accessibility/rubygem-atk/Makefile +++ b/accessibility/rubygem-atk/Makefile @@ -1,5 +1,5 @@ PORTNAME= atk -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= accessibility rubygems MASTER_SITES= RG diff --git a/accessibility/rubygem-atk/distinfo b/accessibility/rubygem-atk/distinfo index 12d8b5119bbc..2cee1f62257c 100644 --- a/accessibility/rubygem-atk/distinfo +++ b/accessibility/rubygem-atk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121906 -SHA256 (rubygem/atk-4.3.3.gem) = 9584b2b1e8337d417cd81737cf94e7bc3ec0fec7e5b718a38bf95c0c7ee4f817 -SIZE (rubygem/atk-4.3.3.gem) = 15872 +TIMESTAMP = 1765032988 +SHA256 (rubygem/atk-4.3.4.gem) = e9a6f2701f11858d69e017ed3304fce441f81603185ce601af9205752738ff32 +SIZE (rubygem/atk-4.3.4.gem) = 15872 diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index e3c9d529e985..e68fa9275aff 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264290 -SHA256 (KDE/release-service/25.08.3/ark-25.08.3.tar.xz) = ca4fb7295f090280df02d24b64f113e10c6f618138b387bc1fd7a2c561de554f -SIZE (KDE/release-service/25.08.3/ark-25.08.3.tar.xz) = 3018136 +TIMESTAMP = 1765478293 +SHA256 (KDE/release-service/25.12.0/ark-25.12.0.tar.xz) = a1107e01049f345782c20b2abae3171ecb6e963bb02ffbb814e0357b024bb5c0 +SIZE (KDE/release-service/25.12.0/ark-25.12.0.tar.xz) = 3021000 diff --git a/archivers/libzip/Makefile b/archivers/libzip/Makefile index 7843434cd011..e0dcf733b4b3 100644 --- a/archivers/libzip/Makefile +++ b/archivers/libzip/Makefile @@ -4,7 +4,7 @@ CATEGORIES= archivers devel MASTER_SITES= https://github.com/nih-at/${PORTNAME}/releases/download/v${DISTVERSION}/ \ https://libzip.org/download/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fuz@FreeBSD.org COMMENT= C library for reading, creating, and modifying ZIP archives WWW= https://libzip.org/ diff --git a/archivers/makeself/Makefile b/archivers/makeself/Makefile index 290ec657fd48..f329b06ef9e1 100644 --- a/archivers/makeself/Makefile +++ b/archivers/makeself/Makefile @@ -1,5 +1,5 @@ PORTNAME= makeself -DISTVERSION= 2.6.0 +DISTVERSION= 2.7.1 CATEGORIES= archivers MASTER_SITES= https://github.com/megastep/makeself/releases/download/release-${PORTVERSION}/ EXTRACT_SUFX= .run diff --git a/archivers/makeself/distinfo b/archivers/makeself/distinfo index 4b482871b28f..8c2f0383abb0 100644 --- a/archivers/makeself/distinfo +++ b/archivers/makeself/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758966269 -SHA256 (makeself-2.6.0.run) = 807c21a127192d451d263007a6dabcdd21e6d12a66737826a8330f3e9dd1d588 -SIZE (makeself-2.6.0.run) = 47526 +TIMESTAMP = 1765481938 +SHA256 (makeself-2.7.1.run) = 42f51a114ff671623e689ac4b74c444e9fc5bf8906dd88c82dc9e04e0b3938d1 +SIZE (makeself-2.7.1.run) = 46235 diff --git a/archivers/py-blosc2/Makefile b/archivers/py-blosc2/Makefile index c0d3101541a2..11e228cb2f29 100644 --- a/archivers/py-blosc2/Makefile +++ b/archivers/py-blosc2/Makefile @@ -1,5 +1,5 @@ PORTNAME= blosc2 -PORTVERSION= 3.11.1 +PORTVERSION= 3.12.2 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-blosc2/distinfo b/archivers/py-blosc2/distinfo index 4237dbfeddcb..d3b08fd5fc40 100644 --- a/archivers/py-blosc2/distinfo +++ b/archivers/py-blosc2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853242 -SHA256 (blosc2-3.11.1.tar.gz) = 63383f544928e8c6c259b721fab04da0bc21e84df5ab821ea7c68a8bb01b55a8 -SIZE (blosc2-3.11.1.tar.gz) = 3973321 +TIMESTAMP = 1765032686 +SHA256 (blosc2-3.12.2.tar.gz) = a42f915c4b73e788bdc205c5473dcd8dd7a0290693408be471391d0ca65fe39f +SIZE (blosc2-3.12.2.tar.gz) = 3974613 diff --git a/archivers/py-pyzstd/Makefile b/archivers/py-pyzstd/Makefile index 3533a880fd34..a03fed64117c 100644 --- a/archivers/py-pyzstd/Makefile +++ b/archivers/py-pyzstd/Makefile @@ -1,5 +1,5 @@ PORTNAME= pyzstd -DISTVERSION= 0.18.0 +DISTVERSION= 0.19.1 CATEGORIES= archivers python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,9 +11,8 @@ WWW= https://github.com/Rogdham/pyzstd LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PY_SETUPTOOLS} \ - ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 pytest @@ -21,10 +20,16 @@ USE_PYTHON= autoplist pep517 pytest TEST_ENV= ${MAKE_ENV} \ PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pyzstd/_c/_zstd.cpython-${PYTHON_SUFFIX}.so - do-test: @cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest -v -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PYTHON_REL} < 31300 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} +.endif +.if ${PYTHON_REL} < 31400 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zstd>=0:devel/py-backports.zstd@${PY_FLAVOR} +.endif + +.include <bsd.port.post.mk> diff --git a/archivers/py-pyzstd/distinfo b/archivers/py-pyzstd/distinfo index 49112e000cea..286668a69f00 100644 --- a/archivers/py-pyzstd/distinfo +++ b/archivers/py-pyzstd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761775269 -SHA256 (pyzstd-0.18.0.tar.gz) = 81b6851ab1ca2e5f2c709e896a1362e3065a64f271f43db77fb7d5e4a78e9861 -SIZE (pyzstd-0.18.0.tar.gz) = 806048 +TIMESTAMP = 1765675432 +SHA256 (pyzstd-0.19.1.tar.gz) = 36723d3c915b3981de9198d0a2c82b2f5fe3eaa36e4d8d586937830a8afc7d72 +SIZE (pyzstd-0.19.1.tar.gz) = 69531 diff --git a/archivers/py-pyzstd/files/patch-pyproject.toml b/archivers/py-pyzstd/files/patch-pyproject.toml deleted file mode 100644 index 45c1f872d55f..000000000000 --- a/archivers/py-pyzstd/files/patch-pyproject.toml +++ /dev/null @@ -1,10 +0,0 @@ ---- pyproject.toml.orig 2024-11-21 04:16:04 UTC -+++ pyproject.toml -@@ -1,6 +1,6 @@ - [build-system] - # setuptools 64+ support --build-option - # setuptools 74+ drops distutils.msvc9compiler required for Python 3.9 under Windows --requires = ["setuptools>=64,<74"] -+requires = ["setuptools"] - backend-path = ["build_script"] - build-backend = "pyzstd_pep517" diff --git a/astro/cfitsio/Makefile b/astro/cfitsio/Makefile index 9006eb6efb97..e895d8ff012f 100644 --- a/astro/cfitsio/Makefile +++ b/astro/cfitsio/Makefile @@ -17,7 +17,7 @@ LICENSE_PERMS= auto-accept dist-mirror dist-sell pkg-mirror pkg-sell LIB_DEPENDS= libcurl.so:ftp/curl -USES= cpe libtool localbase pathfix pkgconfig +USES= cpe libtool localbase pkgconfig CONFIGURE_ARGS= --enable-reentrant --with-bzip2=/usr GNU_CONFIGURE= yes diff --git a/astro/kosmindoormap/distinfo b/astro/kosmindoormap/distinfo index 58bdce177406..9ff295400752 100644 --- a/astro/kosmindoormap/distinfo +++ b/astro/kosmindoormap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264292 -SHA256 (KDE/release-service/25.08.3/kosmindoormap-25.08.3.tar.xz) = 1a2ce2c3e514bfe01e7b1fde943bf099121cad82a88f444bdac03b57509be3df -SIZE (KDE/release-service/25.08.3/kosmindoormap-25.08.3.tar.xz) = 777012 +TIMESTAMP = 1765478296 +SHA256 (KDE/release-service/25.12.0/kosmindoormap-25.12.0.tar.xz) = 3cbb421ae2e442ebff4188f1d48bcb80e5eaec20e99aede18bf9196d1f3b4ed4 +SIZE (KDE/release-service/25.12.0/kosmindoormap-25.12.0.tar.xz) = 777448 diff --git a/astro/marble/distinfo b/astro/marble/distinfo index f1ac9964345f..b73fbdacea1a 100644 --- a/astro/marble/distinfo +++ b/astro/marble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264295 -SHA256 (KDE/release-service/25.08.3/marble-25.08.3.tar.xz) = 65c034dacc7a2d5bbf534fca6574289e8b1dbf2bd50e4f63ff4d1ab64ff07198 -SIZE (KDE/release-service/25.08.3/marble-25.08.3.tar.xz) = 53790288 +TIMESTAMP = 1765478299 +SHA256 (KDE/release-service/25.12.0/marble-25.12.0.tar.xz) = ae29bd99b09eef35079ff6c58f5f34c1bebf8b7708bcb78eb67040950caadc7b +SIZE (KDE/release-service/25.12.0/marble-25.12.0.tar.xz) = 53791180 diff --git a/astro/marble/pkg-plist b/astro/marble/pkg-plist index 08e17e916b1a..720a46a2cfb9 100644 --- a/astro/marble/pkg-plist +++ b/astro/marble/pkg-plist @@ -246,8 +246,12 @@ lib/plugins/designer/MarbleNavigatorPlugin.so lib/plugins/designer/MarbleWidgetPlugin.so %%QT_MKSPECDIR%%/modules/qt_Marble.pri %%QT_PLUGINDIR%%/kf6/krunner/plasma_runner_marble.so +%%QT_PLUGINDIR%%/kf6/thumbcreator/marble_thumbnail_geojson.so +%%QT_PLUGINDIR%%/kf6/thumbcreator/marble_thumbnail_gpx.so +%%QT_PLUGINDIR%%/kf6/thumbcreator/marble_thumbnail_kml.so +%%QT_PLUGINDIR%%/kf6/thumbcreator/marble_thumbnail_kmz.so +%%QT_PLUGINDIR%%/kf6/thumbcreator/marble_thumbnail_osm.so %%QT_PLUGINDIR%%/libmarble_part.so -%%QT_PLUGINDIR%%/marblethumbnail.so %%QT_QMLDIR%%/org/kde/marble/imageprovider/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/marble/imageprovider/libmarbleimageprovider.so %%QT_QMLDIR%%/org/kde/marble/imageprovider/marbleimageprovider.qmltypes @@ -256,15 +260,10 @@ lib/plugins/designer/MarbleWidgetPlugin.so %%QT_QMLDIR%%/org/kde/marble/libmarbledeclarative.so %%QT_QMLDIR%%/org/kde/marble/marbledeclarative.qmltypes %%QT_QMLDIR%%/org/kde/marble/qmldir -share/applications/marble_geo.desktop share/applications/marble_geojson.desktop share/applications/marble_gpx.desktop share/applications/marble_kml.desktop share/applications/marble_kmz.desktop -share/applications/marble_thumbnail_kml.desktop -share/applications/marble_thumbnail_kmz.desktop -share/applications/marble_thumbnail_osm.desktop -share/applications/marble_worldwind.desktop share/applications/org.kde.marble.behaim.desktop share/applications/org.kde.marble.desktop share/applications/org.kde.marble.maps.desktop @@ -472,6 +471,7 @@ share/locale/ko/LC_MESSAGES/marble_qt.qm share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.plasma.worldclock.mo share/locale/ko/LC_MESSAGES/plasma_runner_marble.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_org.kde.plasma.worldmap.mo +share/locale/lt/LC_MESSAGES/marble-behaim.mo share/locale/lt/LC_MESSAGES/marble-maps.mo share/locale/lt/LC_MESSAGES/marble.mo share/locale/lt/LC_MESSAGES/marble_qt.qm diff --git a/astro/traccar/Makefile b/astro/traccar/Makefile index 1b110ec816af..198602850db2 100644 --- a/astro/traccar/Makefile +++ b/astro/traccar/Makefile @@ -1,5 +1,5 @@ PORTNAME= traccar -PORTVERSION= 6.10.0 +PORTVERSION= 6.11.1 CATEGORIES= astro java MASTER_SITES= https://github.com/traccar/traccar/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-other-${DISTVERSION} diff --git a/astro/traccar/distinfo b/astro/traccar/distinfo index a907832ca1eb..1391f2cafc73 100644 --- a/astro/traccar/distinfo +++ b/astro/traccar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758469195 -SHA256 (traccar-other-6.10.0.zip) = 386fb275b8fff8276548153cda81a966ebf69294a63f76a92d2c2d5e6b651410 -SIZE (traccar-other-6.10.0.zip) = 150968918 +TIMESTAMP = 1765303041 +SHA256 (traccar-other-6.11.1.zip) = 7977e759101ecc68b5a1eeb6142f551692ef14901953086dc10bdbc91ba47b23 +SIZE (traccar-other-6.11.1.zip) = 149658280 diff --git a/astro/traccar/pkg-plist b/astro/traccar/pkg-plist index 105ecc6295d2..9bd53e3fd89f 100644 --- a/astro/traccar/pkg-plist +++ b/astro/traccar/pkg-plist @@ -1,52 +1,51 @@ traccar/lib/HikariCP-7.0.2.jar traccar/lib/SparseBitSet-1.2.jar traccar/lib/accessors-smart-2.5.2.jar -traccar/lib/amqp-client-5.26.0.jar +traccar/lib/amqp-client-5.28.0.jar traccar/lib/animal-sniffer-annotations-1.24.jar -traccar/lib/annotations-2.34.0.jar +traccar/lib/annotations-2.40.3.jar traccar/lib/annotations-26.0.2-1.jar traccar/lib/annotations-4.1.1.4.jar traccar/lib/aopalliance-1.0.jar -traccar/lib/aopalliance-repackaged-3.0.6.jar -traccar/lib/apache-client-2.34.0.jar +traccar/lib/aopalliance-repackaged-4.0.0-M3.jar +traccar/lib/apache-client-2.40.3.jar traccar/lib/api-common-2.53.0.jar -traccar/lib/asm-9.8.jar +traccar/lib/asm-9.9.jar traccar/lib/asm-analysis-9.7.1.jar -traccar/lib/asm-commons-9.8.jar -traccar/lib/asm-tree-9.8.jar +traccar/lib/asm-commons-9.9.jar +traccar/lib/asm-tree-9.9.jar traccar/lib/asm-util-9.7.1.jar -traccar/lib/auth-2.34.0.jar +traccar/lib/auth-2.40.3.jar traccar/lib/auto-value-annotations-1.11.0.jar -traccar/lib/aws-core-2.34.0.jar -traccar/lib/aws-query-protocol-2.34.0.jar -traccar/lib/byte-buddy-1.15.11.jar +traccar/lib/aws-core-2.40.3.jar +traccar/lib/aws-query-protocol-2.40.3.jar traccar/lib/checker-qual-3.49.5.jar -traccar/lib/checksums-2.34.0.jar -traccar/lib/checksums-spi-2.34.0.jar +traccar/lib/checksums-2.40.3.jar +traccar/lib/checksums-spi-2.40.3.jar traccar/lib/commons-beanutils-1.9.4.jar -traccar/lib/commons-codec-1.19.0.jar +traccar/lib/commons-codec-1.20.0.jar traccar/lib/commons-collections-3.2.2.jar traccar/lib/commons-collections4-4.5.0.jar traccar/lib/commons-compress-1.22.jar traccar/lib/commons-digester3-3.2.jar -traccar/lib/commons-io-2.19.0.jar -traccar/lib/commons-jexl3-3.5.0.jar -traccar/lib/commons-lang3-3.17.0.jar +traccar/lib/commons-io-2.20.0.jar +traccar/lib/commons-jexl3-3.6.0.jar +traccar/lib/commons-lang3-3.19.0.jar traccar/lib/commons-logging-1.3.5.jar traccar/lib/commons-math3-3.6.1.jar traccar/lib/commons-pool2-2.12.1.jar -traccar/lib/commons-text-1.13.1.jar +traccar/lib/commons-text-1.14.0.jar traccar/lib/conscrypt-openjdk-uber-2.5.2.jar traccar/lib/content-type-2.3.jar traccar/lib/curvesapi-1.07.jar traccar/lib/dagger-2.42.jar traccar/lib/detector-resources-support-0.33.0.jar -traccar/lib/endpoints-spi-2.34.0.jar -traccar/lib/error_prone_annotations-2.38.0.jar +traccar/lib/endpoints-spi-2.40.3.jar +traccar/lib/error_prone_annotations-2.41.0.jar traccar/lib/eventstream-1.0.1.jar traccar/lib/exporter-metrics-0.33.0.jar traccar/lib/failureaccess-1.0.2.jar -traccar/lib/firebase-admin-9.6.0.jar +traccar/lib/firebase-admin-9.7.0.jar traccar/lib/gapic-google-cloud-storage-v2-2.56.0.jar traccar/lib/gax-2.70.0.jar traccar/lib/gax-grpc-2.70.0.jar @@ -87,41 +86,43 @@ traccar/lib/grpc-services-1.71.0.jar traccar/lib/grpc-stub-1.71.0.jar traccar/lib/grpc-util-1.71.0.jar traccar/lib/grpc-xds-1.71.0.jar -traccar/lib/gson-2.13.1.jar +traccar/lib/gson-2.13.2.jar traccar/lib/guava-33.4.0-jre.jar traccar/lib/guice-7.0.0.jar -traccar/lib/guice-bridge-3.0.6.jar +traccar/lib/guice-bridge-4.0.0-M3.jar traccar/lib/guice-servlet-7.0.0.jar -traccar/lib/h2-2.3.232.jar -traccar/lib/hivemq-mqtt-client-1.3.9.jar -traccar/lib/hk2-api-3.0.6.jar -traccar/lib/hk2-locator-3.0.6.jar -traccar/lib/hk2-utils-3.0.6.jar -traccar/lib/http-auth-2.34.0.jar -traccar/lib/http-auth-aws-2.34.0.jar -traccar/lib/http-auth-aws-eventstream-2.34.0.jar -traccar/lib/http-auth-spi-2.34.0.jar -traccar/lib/http-client-spi-2.34.0.jar +traccar/lib/h2-2.4.240.jar +traccar/lib/hivemq-mqtt-client-1.3.10.jar +traccar/lib/hk2-api-4.0.0-M3.jar +traccar/lib/hk2-locator-4.0.0-M3.jar +traccar/lib/hk2-utils-4.0.0-M3.jar +traccar/lib/http-auth-2.40.3.jar +traccar/lib/http-auth-aws-2.40.3.jar +traccar/lib/http-auth-aws-eventstream-2.40.3.jar +traccar/lib/http-auth-spi-2.40.3.jar +traccar/lib/http-client-spi-2.40.3.jar traccar/lib/httpclient-4.5.14.jar traccar/lib/httpclient5-5.3.1.jar traccar/lib/httpcore-4.4.16.jar traccar/lib/httpcore5-5.2.4.jar traccar/lib/httpcore5-h2-5.2.4.jar -traccar/lib/ical4j-4.1.1.jar -traccar/lib/identity-spi-2.34.0.jar +traccar/lib/ical4j-4.2.1.jar +traccar/lib/identity-spi-2.40.3.jar +traccar/lib/itu-1.14.0.jar traccar/lib/j2objc-annotations-3.0.0.jar -traccar/lib/jackson-annotations-2.18.2.jar -traccar/lib/jackson-core-2.18.2.jar -traccar/lib/jackson-databind-2.18.2.jar -traccar/lib/jackson-datatype-jakarta-jsonp-2.18.2.jar -traccar/lib/jackson-jaxrs-base-2.18.2.jar -traccar/lib/jackson-jaxrs-json-provider-2.18.2.jar -traccar/lib/jackson-module-blackbird-2.18.2.jar -traccar/lib/jackson-module-jakarta-xmlbind-annotations-2.18.2.jar -traccar/lib/jackson-module-jaxb-annotations-2.18.2.jar +traccar/lib/jackson-annotations-2.19.2.jar +traccar/lib/jackson-core-2.19.2.jar +traccar/lib/jackson-databind-2.19.2.jar +traccar/lib/jackson-dataformat-yaml-2.19.2.jar +traccar/lib/jackson-datatype-jakarta-jsonp-2.19.2.jar +traccar/lib/jackson-jaxrs-base-2.19.2.jar +traccar/lib/jackson-jaxrs-json-provider-2.19.2.jar +traccar/lib/jackson-module-blackbird-2.19.2.jar +traccar/lib/jackson-module-jakarta-xmlbind-annotations-2.19.2.jar +traccar/lib/jackson-module-jaxb-annotations-2.19.2.jar traccar/lib/jakarta.activation-2.0.1.jar traccar/lib/jakarta.activation-api-2.1.3.jar -traccar/lib/jakarta.annotation-api-2.1.1.jar +traccar/lib/jakarta.annotation-api-3.0.0.jar traccar/lib/jakarta.enterprise.cdi-api-4.0.1.jar traccar/lib/jakarta.enterprise.lang-model-4.0.1.jar traccar/lib/jakarta.inject-api-2.0.1.jar @@ -131,10 +132,10 @@ traccar/lib/jakarta.json-api-2.1.3.jar traccar/lib/jakarta.mail-2.0.2.jar traccar/lib/jakarta.servlet-api-6.0.0.jar traccar/lib/jakarta.transaction-api-2.0.1.jar -traccar/lib/jakarta.validation-api-3.0.2.jar +traccar/lib/jakarta.validation-api-3.1.0.jar traccar/lib/jakarta.websocket-api-2.1.1.jar traccar/lib/jakarta.websocket-client-api-2.1.1.jar -traccar/lib/jakarta.ws.rs-api-3.1.0.jar +traccar/lib/jakarta.ws.rs-api-4.0.0.jar traccar/lib/jakarta.xml.bind-api-4.0.2.jar traccar/lib/javassist-3.30.2-GA.jar traccar/lib/javax.activation-api-1.2.0.jar @@ -144,99 +145,106 @@ traccar/lib/jaxb-api-2.3.1.jar traccar/lib/jcip-annotations-1.0-1.jar traccar/lib/jcl-over-slf4j-1.7.30.jar traccar/lib/jctools-core-2.1.2.jar -traccar/lib/jedis-6.2.0.jar -traccar/lib/jersey-client-3.1.11.jar -traccar/lib/jersey-common-3.1.11.jar -traccar/lib/jersey-container-servlet-3.1.11.jar -traccar/lib/jersey-container-servlet-core-3.1.11.jar -traccar/lib/jersey-entity-filtering-3.1.11.jar -traccar/lib/jersey-hk2-3.1.11.jar -traccar/lib/jersey-media-json-jackson-3.1.11.jar -traccar/lib/jersey-server-3.1.11.jar -traccar/lib/jetty-alpn-client-12.1.1.jar -traccar/lib/jetty-annotations-12.1.1.jar -traccar/lib/jetty-client-12.1.1.jar -traccar/lib/jetty-compression-common-12.1.1.jar -traccar/lib/jetty-compression-gzip-12.1.1.jar -traccar/lib/jetty-compression-server-12.1.1.jar -traccar/lib/jetty-ee-webapp-12.1.1.jar -traccar/lib/jetty-ee10-annotations-12.1.1.jar -traccar/lib/jetty-ee10-plus-12.1.1.jar -traccar/lib/jetty-ee10-proxy-12.1.1.jar -traccar/lib/jetty-ee10-servlet-12.1.1.jar -traccar/lib/jetty-ee10-servlets-12.1.1.jar -traccar/lib/jetty-ee10-webapp-12.1.1.jar -traccar/lib/jetty-ee10-websocket-jakarta-client-12.1.1.jar -traccar/lib/jetty-ee10-websocket-jakarta-common-12.1.1.jar -traccar/lib/jetty-ee10-websocket-jakarta-server-12.1.1.jar -traccar/lib/jetty-ee10-websocket-jetty-server-12.1.1.jar -traccar/lib/jetty-ee10-websocket-servlet-12.1.1.jar -traccar/lib/jetty-http-12.1.1.jar -traccar/lib/jetty-io-12.1.1.jar -traccar/lib/jetty-jndi-12.1.1.jar -traccar/lib/jetty-plus-12.1.1.jar -traccar/lib/jetty-security-12.1.1.jar -traccar/lib/jetty-server-12.1.1.jar -traccar/lib/jetty-session-12.1.1.jar -traccar/lib/jetty-util-12.1.1.jar -traccar/lib/jetty-websocket-core-client-12.1.1.jar -traccar/lib/jetty-websocket-core-common-12.1.1.jar -traccar/lib/jetty-websocket-core-server-12.1.1.jar -traccar/lib/jetty-websocket-jetty-api-12.1.1.jar -traccar/lib/jetty-websocket-jetty-common-12.1.1.jar -traccar/lib/jetty-websocket-jetty-server-12.1.1.jar -traccar/lib/jetty-xml-12.1.1.jar -traccar/lib/jffi-1.3.13-native.jar -traccar/lib/jffi-1.3.13.jar -traccar/lib/jna-5.17.0.jar -traccar/lib/jna-platform-5.17.0.jar +traccar/lib/jedis-7.1.0.jar +traccar/lib/jersey-client-4.0.0.jar +traccar/lib/jersey-common-4.0.0.jar +traccar/lib/jersey-container-servlet-4.0.0.jar +traccar/lib/jersey-entity-filtering-4.0.0.jar +traccar/lib/jersey-hk2-4.0.0.jar +traccar/lib/jersey-media-json-jackson-4.0.0.jar +traccar/lib/jersey-server-4.0.0.jar +traccar/lib/jetty-alpn-client-12.1.5.jar +traccar/lib/jetty-annotations-12.1.5.jar +traccar/lib/jetty-client-12.1.5.jar +traccar/lib/jetty-compression-common-12.1.5.jar +traccar/lib/jetty-compression-gzip-12.1.5.jar +traccar/lib/jetty-compression-server-12.1.5.jar +traccar/lib/jetty-ee-webapp-12.1.5.jar +traccar/lib/jetty-ee10-annotations-12.1.5.jar +traccar/lib/jetty-ee10-plus-12.1.5.jar +traccar/lib/jetty-ee10-proxy-12.1.5.jar +traccar/lib/jetty-ee10-servlet-12.1.5.jar +traccar/lib/jetty-ee10-servlets-12.1.5.jar +traccar/lib/jetty-ee10-webapp-12.1.5.jar +traccar/lib/jetty-ee10-websocket-jakarta-client-12.1.5.jar +traccar/lib/jetty-ee10-websocket-jakarta-common-12.1.5.jar +traccar/lib/jetty-ee10-websocket-jakarta-server-12.1.5.jar +traccar/lib/jetty-ee10-websocket-jetty-server-12.1.5.jar +traccar/lib/jetty-ee10-websocket-servlet-12.1.5.jar +traccar/lib/jetty-http-12.1.5.jar +traccar/lib/jetty-io-12.1.5.jar +traccar/lib/jetty-jndi-12.1.5.jar +traccar/lib/jetty-plus-12.1.5.jar +traccar/lib/jetty-security-12.1.5.jar +traccar/lib/jetty-server-12.1.5.jar +traccar/lib/jetty-session-12.1.5.jar +traccar/lib/jetty-util-12.1.5.jar +traccar/lib/jetty-websocket-core-client-12.1.5.jar +traccar/lib/jetty-websocket-core-common-12.1.5.jar +traccar/lib/jetty-websocket-core-server-12.1.5.jar +traccar/lib/jetty-websocket-jetty-api-12.1.5.jar +traccar/lib/jetty-websocket-jetty-common-12.1.5.jar +traccar/lib/jetty-websocket-jetty-server-12.1.5.jar +traccar/lib/jetty-xml-12.1.5.jar +traccar/lib/jffi-1.3.14-native.jar +traccar/lib/jffi-1.3.14.jar +traccar/lib/jna-5.18.1.jar +traccar/lib/jna-platform-5.18.1.jar traccar/lib/jnr-a64asm-1.0.0.jar traccar/lib/jnr-constants-0.10.4.jar -traccar/lib/jnr-ffi-2.2.17.jar -traccar/lib/jnr-posix-3.1.20.jar +traccar/lib/jnr-ffi-2.2.18.jar +traccar/lib/jnr-posix-3.1.21.jar traccar/lib/jnr-x86asm-1.0.2.jar traccar/lib/json-20250517.jar +traccar/lib/json-schema-validator-2.0.0.jar traccar/lib/json-simple-3.0.2.jar traccar/lib/json-smart-2.5.2.jar -traccar/lib/json-utils-2.34.0.jar +traccar/lib/json-utils-2.40.3.jar traccar/lib/jsr305-3.0.2.jar traccar/lib/jts-core-1.20.0.jar +traccar/lib/junixsocket-common-2.10.1.jar +traccar/lib/junixsocket-mysql-2.10.1.jar +traccar/lib/junixsocket-native-common-2.10.1.jar traccar/lib/jxls-2.14.0.jar traccar/lib/jxls-poi-2.14.0.jar -traccar/lib/kafka-clients-4.1.0.jar +traccar/lib/kafka-clients-4.1.1.jar traccar/lib/lang-tag-1.7.jar -traccar/lib/liquibase-core-4.33.0.jar +traccar/lib/liquibase-core-5.0.1.jar traccar/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar traccar/lib/log4j-api-2.17.2.jar traccar/lib/logback-core-1.2.13.jar traccar/lib/lz4-java-1.8.0.jar traccar/lib/mariadb-java-client-3.5.6.jar -traccar/lib/metrics-spi-2.34.0.jar -traccar/lib/mssql-jdbc-13.2.0.jre11.jar -traccar/lib/mysql-connector-j-9.4.0.jar -traccar/lib/netty-buffer-4.2.6.Final.jar -traccar/lib/netty-codec-4.2.6.Final.jar -traccar/lib/netty-codec-base-4.2.6.Final.jar -traccar/lib/netty-codec-compression-4.2.6.Final.jar -traccar/lib/netty-codec-dns-4.2.6.Final.jar -traccar/lib/netty-codec-http-4.2.6.Final.jar +traccar/lib/mcp-0.17.0.jar +traccar/lib/mcp-core-0.17.0.jar +traccar/lib/mcp-json-0.17.0.jar +traccar/lib/mcp-json-jackson2-0.17.0.jar +traccar/lib/metrics-spi-2.40.3.jar +traccar/lib/mssql-jdbc-13.2.1.jre11.jar +traccar/lib/mysql-connector-j-9.5.0.jar +traccar/lib/netty-buffer-4.2.7.Final.jar +traccar/lib/netty-codec-4.2.7.Final.jar +traccar/lib/netty-codec-base-4.2.7.Final.jar +traccar/lib/netty-codec-compression-4.2.7.Final.jar +traccar/lib/netty-codec-dns-4.2.7.Final.jar +traccar/lib/netty-codec-http-4.2.7.Final.jar traccar/lib/netty-codec-http2-4.1.126.Final.jar -traccar/lib/netty-codec-marshalling-4.2.6.Final.jar -traccar/lib/netty-codec-mqtt-4.2.6.Final.jar -traccar/lib/netty-codec-protobuf-4.2.6.Final.jar -traccar/lib/netty-common-4.2.6.Final.jar -traccar/lib/netty-handler-4.2.6.Final.jar -traccar/lib/netty-nio-client-2.34.0.jar -traccar/lib/netty-resolver-4.2.6.Final.jar -traccar/lib/netty-resolver-dns-4.2.6.Final.jar -traccar/lib/netty-transport-4.2.6.Final.jar +traccar/lib/netty-codec-marshalling-4.2.7.Final.jar +traccar/lib/netty-codec-mqtt-4.2.7.Final.jar +traccar/lib/netty-codec-protobuf-4.2.7.Final.jar +traccar/lib/netty-common-4.2.7.Final.jar +traccar/lib/netty-handler-4.2.7.Final.jar +traccar/lib/netty-nio-client-2.40.3.jar +traccar/lib/netty-resolver-4.2.7.Final.jar +traccar/lib/netty-resolver-dns-4.2.7.Final.jar +traccar/lib/netty-transport-4.2.7.Final.jar traccar/lib/netty-transport-classes-epoll-4.1.126.Final.jar -traccar/lib/netty-transport-native-unix-common-4.2.6.Final.jar -traccar/lib/nimbus-jose-jwt-10.4.2.jar -traccar/lib/oauth2-oidc-sdk-11.28.jar +traccar/lib/netty-transport-native-unix-common-4.2.7.Final.jar +traccar/lib/nimbus-jose-jwt-10.6.jar +traccar/lib/oauth2-oidc-sdk-11.30.1.jar traccar/lib/opencensus-api-0.31.1.jar traccar/lib/opencensus-contrib-http-util-0.31.1.jar -traccar/lib/opencsv-5.11.2.jar +traccar/lib/opencsv-5.12.0.jar traccar/lib/openlocationcode-1.0.4.jar traccar/lib/opentelemetry-api-1.47.0.jar traccar/lib/opentelemetry-context-1.47.0.jar @@ -252,42 +260,43 @@ traccar/lib/opentelemetry-sdk-logs-1.47.0.jar traccar/lib/opentelemetry-sdk-metrics-1.47.0.jar traccar/lib/opentelemetry-sdk-trace-1.47.0.jar traccar/lib/opentelemetry-semconv-1.29.0-alpha.jar -traccar/lib/osgi-resource-locator-1.0.3.jar +traccar/lib/osgi-resource-locator-3.0.0.jar traccar/lib/perfmark-api-0.27.0.jar traccar/lib/poi-5.2.2.jar traccar/lib/poi-ooxml-5.2.2.jar traccar/lib/poi-ooxml-lite-5.2.2.jar traccar/lib/postgresql-42.7.8.jar -traccar/lib/profiles-2.34.0.jar +traccar/lib/profiles-2.40.3.jar traccar/lib/proto-google-cloud-firestore-bundle-v1-3.32.2.jar traccar/lib/proto-google-cloud-firestore-v1-3.32.2.jar traccar/lib/proto-google-cloud-monitoring-v3-3.52.0.jar traccar/lib/proto-google-cloud-storage-v2-2.56.0.jar traccar/lib/proto-google-common-protos-2.61.0.jar traccar/lib/proto-google-iam-v1-1.56.0.jar -traccar/lib/protobuf-java-4.32.1.jar +traccar/lib/protobuf-java-4.33.2.jar traccar/lib/protobuf-java-util-3.25.8.jar -traccar/lib/protocol-core-2.34.0.jar +traccar/lib/protocol-core-2.40.3.jar traccar/lib/re2j-1.8.jar traccar/lib/reactive-streams-1.0.4.jar +traccar/lib/reactor-core-3.7.0.jar traccar/lib/redis-authx-core-0.1.1-beta2.jar -traccar/lib/regions-2.34.0.jar -traccar/lib/retries-2.34.0.jar -traccar/lib/retries-spi-2.34.0.jar +traccar/lib/regions-2.40.3.jar +traccar/lib/retries-2.40.3.jar +traccar/lib/retries-spi-2.40.3.jar traccar/lib/rxjava-2.2.21.jar -traccar/lib/sdk-core-2.34.0.jar +traccar/lib/sdk-core-2.40.3.jar traccar/lib/shared-resourcemapping-0.33.0.jar traccar/lib/slf4j-api-2.0.17.jar traccar/lib/slf4j-jdk14-2.0.17.jar -traccar/lib/snakeyaml-2.4.jar +traccar/lib/snakeyaml-2.5.jar traccar/lib/snappy-java-1.1.10.7.jar -traccar/lib/sns-2.34.0.jar +traccar/lib/sns-2.40.3.jar traccar/lib/spatial4j-0.8.jar -traccar/lib/third-party-jackson-core-2.34.0.jar +traccar/lib/third-party-jackson-core-2.40.3.jar traccar/lib/threeten-extra-1.8.0.jar traccar/lib/threetenbp-1.7.0.jar -traccar/lib/utils-2.34.0.jar -traccar/lib/utils-lite-2.34.0.jar +traccar/lib/utils-2.40.3.jar +traccar/lib/utils-lite-2.40.3.jar traccar/lib/velocity-engine-core-2.4.1.jar traccar/lib/velocity-tools-generic-3.1.jar traccar/lib/xmlbeans-5.0.3.jar @@ -312,6 +321,7 @@ traccar/schema/changelog-5.6.xml traccar/schema/changelog-5.7.xml traccar/schema/changelog-5.8.xml traccar/schema/changelog-5.9.xml +traccar/schema/changelog-6.11.0.xml traccar/schema/changelog-6.2.xml traccar/schema/changelog-6.3.xml traccar/schema/changelog-6.6.xml @@ -325,6 +335,31 @@ traccar/templates/export/route.xlsx traccar/templates/export/stops.xlsx traccar/templates/export/summary.xlsx traccar/templates/export/trips.xlsx +traccar/templates/notifications/de/alarm.vm +traccar/templates/notifications/de/commandResult.vm +traccar/templates/notifications/de/deviceExpiration.vm +traccar/templates/notifications/de/deviceExpirationReminder.vm +traccar/templates/notifications/de/deviceFuelDrop.vm +traccar/templates/notifications/de/deviceFuelIncrease.vm +traccar/templates/notifications/de/deviceInactive.vm +traccar/templates/notifications/de/deviceMoving.vm +traccar/templates/notifications/de/deviceOffline.vm +traccar/templates/notifications/de/deviceOnline.vm +traccar/templates/notifications/de/deviceOverspeed.vm +traccar/templates/notifications/de/deviceStopped.vm +traccar/templates/notifications/de/deviceUnknown.vm +traccar/templates/notifications/de/driverChanged.vm +traccar/templates/notifications/de/geofenceEnter.vm +traccar/templates/notifications/de/geofenceExit.vm +traccar/templates/notifications/de/ignitionOff.vm +traccar/templates/notifications/de/ignitionOn.vm +traccar/templates/notifications/de/maintenance.vm +traccar/templates/notifications/de/media.vm +traccar/templates/notifications/de/passwordReset.vm +traccar/templates/notifications/de/queuedCommandSent.vm +traccar/templates/notifications/de/scheduledReport.vm +traccar/templates/notifications/de/userExpiration.vm +traccar/templates/notifications/de/userExpirationReminder.vm traccar/templates/notifications/el/alarm.vm traccar/templates/notifications/el/commandResult.vm traccar/templates/notifications/el/deviceExpiration.vm @@ -399,6 +434,56 @@ traccar/templates/notifications/es/passwordReset.vm traccar/templates/notifications/es/queuedCommandSent.vm traccar/templates/notifications/es/userExpiration.vm traccar/templates/notifications/es/userExpirationReminder.vm +traccar/templates/notifications/fr/alarm.vm +traccar/templates/notifications/fr/commandResult.vm +traccar/templates/notifications/fr/deviceExpiration.vm +traccar/templates/notifications/fr/deviceExpirationReminder.vm +traccar/templates/notifications/fr/deviceFuelDrop.vm +traccar/templates/notifications/fr/deviceFuelIncrease.vm +traccar/templates/notifications/fr/deviceInactive.vm +traccar/templates/notifications/fr/deviceMoving.vm +traccar/templates/notifications/fr/deviceOffline.vm +traccar/templates/notifications/fr/deviceOnline.vm +traccar/templates/notifications/fr/deviceOverspeed.vm +traccar/templates/notifications/fr/deviceStopped.vm +traccar/templates/notifications/fr/deviceUnknown.vm +traccar/templates/notifications/fr/driverChanged.vm +traccar/templates/notifications/fr/geofenceEnter.vm +traccar/templates/notifications/fr/geofenceExit.vm +traccar/templates/notifications/fr/ignitionOff.vm +traccar/templates/notifications/fr/ignitionOn.vm +traccar/templates/notifications/fr/maintenance.vm +traccar/templates/notifications/fr/media.vm +traccar/templates/notifications/fr/passwordReset.vm +traccar/templates/notifications/fr/queuedCommandSent.vm +traccar/templates/notifications/fr/scheduledReport.vm +traccar/templates/notifications/fr/userExpiration.vm +traccar/templates/notifications/fr/userExpirationReminder.vm +traccar/templates/notifications/it/alarm.vm +traccar/templates/notifications/it/commandResult.vm +traccar/templates/notifications/it/deviceExpiration.vm +traccar/templates/notifications/it/deviceExpirationReminder.vm +traccar/templates/notifications/it/deviceFuelDrop.vm +traccar/templates/notifications/it/deviceFuelIncrease.vm +traccar/templates/notifications/it/deviceInactive.vm +traccar/templates/notifications/it/deviceMoving.vm +traccar/templates/notifications/it/deviceOffline.vm +traccar/templates/notifications/it/deviceOnline.vm +traccar/templates/notifications/it/deviceOverspeed.vm +traccar/templates/notifications/it/deviceStopped.vm +traccar/templates/notifications/it/deviceUnknown.vm +traccar/templates/notifications/it/driverChanged.vm +traccar/templates/notifications/it/geofenceEnter.vm +traccar/templates/notifications/it/geofenceExit.vm +traccar/templates/notifications/it/ignitionOff.vm +traccar/templates/notifications/it/ignitionOn.vm +traccar/templates/notifications/it/maintenance.vm +traccar/templates/notifications/it/media.vm +traccar/templates/notifications/it/passwordReset.vm +traccar/templates/notifications/it/queuedCommandSent.vm +traccar/templates/notifications/it/scheduledReport.vm +traccar/templates/notifications/it/userExpiration.vm +traccar/templates/notifications/it/userExpirationReminder.vm traccar/templates/notifications/pl/alarm.vm traccar/templates/notifications/pl/commandResult.vm traccar/templates/notifications/pl/deviceExpiration.vm @@ -424,6 +509,80 @@ traccar/templates/notifications/pl/queuedCommandSent.vm traccar/templates/notifications/pl/scheduledReport.vm traccar/templates/notifications/pl/userExpiration.vm traccar/templates/notifications/pl/userExpirationReminder.vm +traccar/templates/notifications/pt_BR/alarm.vm +traccar/templates/notifications/pt_BR/commandResult.vm +traccar/templates/notifications/pt_BR/deviceExpiration.vm +traccar/templates/notifications/pt_BR/deviceExpirationReminder.vm +traccar/templates/notifications/pt_BR/deviceFuelDrop.vm +traccar/templates/notifications/pt_BR/deviceFuelIncrease.vm +traccar/templates/notifications/pt_BR/deviceInactive.vm +traccar/templates/notifications/pt_BR/deviceMoving.vm +traccar/templates/notifications/pt_BR/deviceOffline.vm +traccar/templates/notifications/pt_BR/deviceOnline.vm +traccar/templates/notifications/pt_BR/deviceOverspeed.vm +traccar/templates/notifications/pt_BR/deviceStopped.vm +traccar/templates/notifications/pt_BR/deviceUnknown.vm +traccar/templates/notifications/pt_BR/driverChanged.vm +traccar/templates/notifications/pt_BR/geofenceEnter.vm +traccar/templates/notifications/pt_BR/geofenceExit.vm +traccar/templates/notifications/pt_BR/ignitionOff.vm +traccar/templates/notifications/pt_BR/ignitionOn.vm +traccar/templates/notifications/pt_BR/maintenance.vm +traccar/templates/notifications/pt_BR/media.vm +traccar/templates/notifications/pt_BR/passwordReset.vm +traccar/templates/notifications/pt_BR/queuedCommandSent.vm +traccar/templates/notifications/pt_BR/userExpiration.vm +traccar/templates/notifications/pt_BR/userExpirationReminder.vm +traccar/templates/notifications/ru/alarm.vm +traccar/templates/notifications/ru/commandResult.vm +traccar/templates/notifications/ru/deviceExpiration.vm +traccar/templates/notifications/ru/deviceExpirationReminder.vm +traccar/templates/notifications/ru/deviceFuelDrop.vm +traccar/templates/notifications/ru/deviceFuelIncrease.vm +traccar/templates/notifications/ru/deviceInactive.vm +traccar/templates/notifications/ru/deviceMoving.vm +traccar/templates/notifications/ru/deviceOffline.vm +traccar/templates/notifications/ru/deviceOnline.vm +traccar/templates/notifications/ru/deviceOverspeed.vm +traccar/templates/notifications/ru/deviceStopped.vm +traccar/templates/notifications/ru/deviceUnknown.vm +traccar/templates/notifications/ru/driverChanged.vm +traccar/templates/notifications/ru/geofenceEnter.vm +traccar/templates/notifications/ru/geofenceExit.vm +traccar/templates/notifications/ru/ignitionOff.vm +traccar/templates/notifications/ru/ignitionOn.vm +traccar/templates/notifications/ru/maintenance.vm +traccar/templates/notifications/ru/media.vm +traccar/templates/notifications/ru/passwordReset.vm +traccar/templates/notifications/ru/queuedCommandSent.vm +traccar/templates/notifications/ru/scheduledReport.vm +traccar/templates/notifications/ru/userExpiration.vm +traccar/templates/notifications/ru/userExpirationReminder.vm +traccar/templates/notifications/tr/alarm.vm +traccar/templates/notifications/tr/commandResult.vm +traccar/templates/notifications/tr/deviceExpiration.vm +traccar/templates/notifications/tr/deviceExpirationReminder.vm +traccar/templates/notifications/tr/deviceFuelDrop.vm +traccar/templates/notifications/tr/deviceFuelIncrease.vm +traccar/templates/notifications/tr/deviceInactive.vm +traccar/templates/notifications/tr/deviceMoving.vm +traccar/templates/notifications/tr/deviceOffline.vm +traccar/templates/notifications/tr/deviceOnline.vm +traccar/templates/notifications/tr/deviceOverspeed.vm +traccar/templates/notifications/tr/deviceStopped.vm +traccar/templates/notifications/tr/deviceUnknown.vm +traccar/templates/notifications/tr/driverChanged.vm +traccar/templates/notifications/tr/geofenceEnter.vm +traccar/templates/notifications/tr/geofenceExit.vm +traccar/templates/notifications/tr/ignitionOff.vm +traccar/templates/notifications/tr/ignitionOn.vm +traccar/templates/notifications/tr/maintenance.vm +traccar/templates/notifications/tr/media.vm +traccar/templates/notifications/tr/passwordReset.vm +traccar/templates/notifications/tr/queuedCommandSent.vm +traccar/templates/notifications/tr/scheduledReport.vm +traccar/templates/notifications/tr/userExpiration.vm +traccar/templates/notifications/tr/userExpirationReminder.vm traccar/templates/translations/af.json traccar/templates/translations/ar.json traccar/templates/translations/az.json @@ -485,11 +644,12 @@ traccar/templates/translations/uz.json traccar/templates/translations/vi.json traccar/templates/translations/zh.json traccar/templates/translations/zh_TW.json -traccar/web/assets/index-CCBTrEk7.js -traccar/web/assets/index-DRQ0rJbo.css +traccar/tracker-server.jar traccar/web/apple-touch-icon-180x180.png traccar/web/assets/alarm-DM0YUa2r.mp3 -traccar/web/assets/workbox-window.prod.es5-B9K5rw8f.js +traccar/web/assets/index-DlG-7fC8.js +traccar/web/assets/index-DxDEs5mn.css +traccar/web/assets/workbox-window.prod.es5-vqzQaGvo.js traccar/web/favicon.ico traccar/web/index.html traccar/web/logo.svg @@ -501,57 +661,7 @@ traccar/web/pwa-512x512.png traccar/web/pwa-64x64.png traccar/web/styles.css traccar/web/sw.js -traccar/web/workbox-e3490c72.js -traccar/tracker-server.jar -traccar/templates/notifications/de/alarm.vm -traccar/templates/notifications/de/commandResult.vm -traccar/templates/notifications/de/deviceExpiration.vm -traccar/templates/notifications/de/deviceExpirationReminder.vm -traccar/templates/notifications/de/deviceFuelDrop.vm -traccar/templates/notifications/de/deviceFuelIncrease.vm -traccar/templates/notifications/de/deviceInactive.vm -traccar/templates/notifications/de/deviceMoving.vm -traccar/templates/notifications/de/deviceOffline.vm -traccar/templates/notifications/de/deviceOnline.vm -traccar/templates/notifications/de/deviceOverspeed.vm -traccar/templates/notifications/de/deviceStopped.vm -traccar/templates/notifications/de/deviceUnknown.vm -traccar/templates/notifications/de/driverChanged.vm -traccar/templates/notifications/de/geofenceEnter.vm -traccar/templates/notifications/de/geofenceExit.vm -traccar/templates/notifications/de/ignitionOff.vm -traccar/templates/notifications/de/ignitionOn.vm -traccar/templates/notifications/de/maintenance.vm -traccar/templates/notifications/de/media.vm -traccar/templates/notifications/de/passwordReset.vm -traccar/templates/notifications/de/queuedCommandSent.vm -traccar/templates/notifications/de/scheduledReport.vm -traccar/templates/notifications/de/userExpiration.vm -traccar/templates/notifications/de/userExpirationReminder.vm -traccar/templates/notifications/pt_BR/alarm.vm -traccar/templates/notifications/pt_BR/commandResult.vm -traccar/templates/notifications/pt_BR/deviceExpiration.vm -traccar/templates/notifications/pt_BR/deviceExpirationReminder.vm -traccar/templates/notifications/pt_BR/deviceFuelDrop.vm -traccar/templates/notifications/pt_BR/deviceFuelIncrease.vm -traccar/templates/notifications/pt_BR/deviceInactive.vm -traccar/templates/notifications/pt_BR/deviceMoving.vm -traccar/templates/notifications/pt_BR/deviceOffline.vm -traccar/templates/notifications/pt_BR/deviceOnline.vm -traccar/templates/notifications/pt_BR/deviceOverspeed.vm -traccar/templates/notifications/pt_BR/deviceStopped.vm -traccar/templates/notifications/pt_BR/deviceUnknown.vm -traccar/templates/notifications/pt_BR/driverChanged.vm -traccar/templates/notifications/pt_BR/geofenceEnter.vm -traccar/templates/notifications/pt_BR/geofenceExit.vm -traccar/templates/notifications/pt_BR/ignitionOff.vm -traccar/templates/notifications/pt_BR/ignitionOn.vm -traccar/templates/notifications/pt_BR/maintenance.vm -traccar/templates/notifications/pt_BR/media.vm -traccar/templates/notifications/pt_BR/passwordReset.vm -traccar/templates/notifications/pt_BR/queuedCommandSent.vm -traccar/templates/notifications/pt_BR/userExpiration.vm -traccar/templates/notifications/pt_BR/userExpirationReminder.vm +traccar/web/workbox-1ef09536.js @dir(traccar,traccar,0750) %%ETCDIR%% @dir(traccar,traccar,0750) %%TRACCAR_DATADIR%% @dir(traccar,traccar,0750) %%TRACCAR_LOGDIR%% diff --git a/audio/TonieToolbox/Makefile b/audio/TonieToolbox/Makefile index ebb47396cd06..0614368890f8 100644 --- a/audio/TonieToolbox/Makefile +++ b/audio/TonieToolbox/Makefile @@ -1,6 +1,7 @@ PORTNAME= TonieToolbox DISTVERSIONPREFIX= v DISTVERSION= 0.6.5 +PORTREVISION= 1 CATEGORIES= audio sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/LICENSE.md # get from pyproject.toml -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0<=6.33.1,1:devel/py-protobuf@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}protobuf>=0<=6.33.1,2:devel/py-protobuf@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.5:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mutagen>=1.47.0:audio/py-mutagen@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=25.0:devel/py-packaging@${PY_FLAVOR} \ diff --git a/audio/TonieToolbox/files/patch-pyproject.toml b/audio/TonieToolbox/files/patch-pyproject.toml index 6044389fba12..8c6130c9e267 100644 --- a/audio/TonieToolbox/files/patch-pyproject.toml +++ b/audio/TonieToolbox/files/patch-pyproject.toml @@ -14,7 +14,7 @@ ] dependencies = [ - "protobuf<=6.33.0", -+ "protobuf<=6.33.1", ++ "protobuf<=6.33.2", "requests>=2.32.5", "mutagen>=1.47.0", "packaging>=25.0", diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 4b0b9390ec65..f7bc9732adf3 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,9 +1,10 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- -DISTVERSION= 3.7.6 +DISTVERSION= 3.7.7 CATEGORIES= audio -MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual -DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual +MANVERSION= 3.7.6 +MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${MANVERSION}/:manual +DISTFILES+= ${PORTNAME}-manual-${MANVERSION}.tar.gz:manual MAINTAINER= xxjack12xx@gmail.com COMMENT= GUI editor for digital audio waveforms diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index 2ae8d409643e..eb8c9f3d0dc6 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764921266 +TIMESTAMP = 1765518558 SHA256 (audacity-manual-3.7.6.tar.gz) = b2b8b91fe92217bb43d88adfa6355b483c958cbcc03b92d9c7d93e7dd58a6b8f SIZE (audacity-manual-3.7.6.tar.gz) = 26582998 -SHA256 (audacity-audacity-Audacity-3.7.6_GH0.tar.gz) = 5d1026e2674c0282b2ba279c1f00bd176a9dfdaa45a66877cb6a4f2d8b3ce1da -SIZE (audacity-audacity-Audacity-3.7.6_GH0.tar.gz) = 64421949 +SHA256 (audacity-audacity-Audacity-3.7.7_GH0.tar.gz) = aa6ea8530de5bb77cf61ae92f2b63e3a6f46af08c392d917b198b6ab9dc9b861 +SIZE (audacity-audacity-Audacity-3.7.7_GH0.tar.gz) = 64421951 diff --git a/audio/audiocd-kio/Makefile b/audio/audiocd-kio/Makefile index 674e389ad7bd..4972eff47afe 100644 --- a/audio/audiocd-kio/Makefile +++ b/audio/audiocd-kio/Makefile @@ -23,9 +23,11 @@ USE_KDE= auth bookmarks codecs completion config configwidgets \ windowsystem xmlgui \ ecm:build USE_QT= base - USE_LDCONFIG= yes +_${PORTNAME}_PROJECT_VERSION= 5.1 +KDE_APPS_BASED_PATCHLEVEL= ${KDE_APPLICATIONS_VERSION:R:S/.//}${KDE_APPLICATIONS_VERSION:E} + OPTIONS_DEFINE= LAME DOCS LAME_DESC= Install LAME MP3 audio encoder LAME_RUN_DEPENDS= lame:audio/lame diff --git a/audio/audiocd-kio/distinfo b/audio/audiocd-kio/distinfo index 9b538a610fd9..c6128debf718 100644 --- a/audio/audiocd-kio/distinfo +++ b/audio/audiocd-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264298 -SHA256 (KDE/release-service/25.08.3/audiocd-kio-25.08.3.tar.xz) = 6ee38146ed7b615047db03e14205ea9221249e6eb84724bd6609af982f57eeac -SIZE (KDE/release-service/25.08.3/audiocd-kio-25.08.3.tar.xz) = 584224 +TIMESTAMP = 1765478301 +SHA256 (KDE/release-service/25.12.0/audiocd-kio-25.12.0.tar.xz) = e90ad77e46cf5ca91f91c9eaea4f21420854d12bf92e91f10405b4a20495568a +SIZE (KDE/release-service/25.12.0/audiocd-kio-25.12.0.tar.xz) = 586684 diff --git a/audio/audiocd-kio/pkg-plist b/audio/audiocd-kio/pkg-plist index de1f160039dc..a116d7f6ff4c 100644 --- a/audio/audiocd-kio/pkg-plist +++ b/audio/audiocd-kio/pkg-plist @@ -3,7 +3,7 @@ include/audiocdplugins/audiocdplugins_export.h include/audiocdplugins/audiocdplugins_version.h lib/libaudiocdplugins.so lib/libaudiocdplugins.so.5 -lib/libaudiocdplugins.so.5.1.0 +lib/libaudiocdplugins.so.%%SHLIB_VER_LONG%% %%QT_PLUGINDIR%%/kf6/kio/audiocd.so %%QT_PLUGINDIR%%/libaudiocd_encoder_flac.so %%QT_PLUGINDIR%%/libaudiocd_encoder_lame.so diff --git a/audio/elisa/distinfo b/audio/elisa/distinfo index ddff416ef065..0ef15f305d3e 100644 --- a/audio/elisa/distinfo +++ b/audio/elisa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264300 -SHA256 (KDE/release-service/25.08.3/elisa-25.08.3.tar.xz) = 63674bbd058a518d740bd9880d65a9af6a816fc33fb904cc1f0c0c248447dd13 -SIZE (KDE/release-service/25.08.3/elisa-25.08.3.tar.xz) = 1498380 +TIMESTAMP = 1765478304 +SHA256 (KDE/release-service/25.12.0/elisa-25.12.0.tar.xz) = dc470672e790ced1e4caacee6fb41655552682f34b1a3ea2abfe0009dd32a20b +SIZE (KDE/release-service/25.12.0/elisa-25.12.0.tar.xz) = 1496448 diff --git a/audio/exhale/Makefile b/audio/exhale/Makefile index 8f46f78c854b..c645b3481286 100644 --- a/audio/exhale/Makefile +++ b/audio/exhale/Makefile @@ -1,7 +1,7 @@ PORTNAME= exhale -DISTVERSIONPREFIX= v +#DISTVERSIONPREFIX= v DISTVERSION= 1.2.2 -DISTVERSIONSUFFIX= RC +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org @@ -18,6 +18,7 @@ USE_LDCONFIG= yes USE_GITLAB= yes GL_ACCOUNT= ecodis +GL_COMMIT= adef96eace10526b997dc974d960677ab759385b CMAKE_ON= BUILD_SHARED_LIBS diff --git a/audio/exhale/distinfo b/audio/exhale/distinfo index 0e9ac83bd940..8de7f51dcd2b 100644 --- a/audio/exhale/distinfo +++ b/audio/exhale/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762016730 -SHA256 (exhale-v1.2.2RC.tar.bz2) = ca5c64c3b91df67e210cf1cc15b02c7caf15356b8eaf2293f964e68dcd846bab -SIZE (exhale-v1.2.2RC.tar.bz2) = 120275 +TIMESTAMP = 1765621337 +SHA256 (ecodis-exhale-adef96eace10526b997dc974d960677ab759385b_GL0.tar.gz) = 9930a5d4fc1f22b8ecf253044e702618f126cb0a95b7bdf27abb0c042ccbb407 +SIZE (ecodis-exhale-adef96eace10526b997dc974d960677ab759385b_GL0.tar.gz) = 144351 diff --git a/audio/g4music/Makefile b/audio/g4music/Makefile index 0a60d22586e0..1f6afd70e4e1 100644 --- a/audio/g4music/Makefile +++ b/audio/g4music/Makefile @@ -1,6 +1,6 @@ PORTNAME= g4music DISTVERSIONPREFIX= v -DISTVERSION= 4.5 +DISTVERSION= 4.6 CATEGORIES= audio MAINTAINER= duchateau.olivier@gmail.com diff --git a/audio/g4music/distinfo b/audio/g4music/distinfo index 7da9b3f66992..a9e685195813 100644 --- a/audio/g4music/distinfo +++ b/audio/g4music/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754839808 -SHA256 (g4music-v4.5.tar.bz2) = b44ce30fcc78ecc87f4ff21f41cd9455e27a7c41847086e2bb230d5c786b46ae -SIZE (g4music-v4.5.tar.bz2) = 145380 +TIMESTAMP = 1765638166 +SHA256 (g4music-v4.6.tar.bz2) = 6ee09453fd70c67daa33802ee6148e225827f3b0a0ea5d24b695331e79b8d97a +SIZE (g4music-v4.6.tar.bz2) = 151899 diff --git a/audio/g4music/pkg-plist b/audio/g4music/pkg-plist index b43ac62b8cd9..0365537a20e8 100644 --- a/audio/g4music/pkg-plist +++ b/audio/g4music/pkg-plist @@ -8,6 +8,7 @@ share/locale/bg/LC_MESSAGES/g4music.mo share/locale/cs/LC_MESSAGES/g4music.mo share/locale/da/LC_MESSAGES/g4music.mo share/locale/de/LC_MESSAGES/g4music.mo +share/locale/el/LC_MESSAGES/g4music.mo share/locale/es/LC_MESSAGES/g4music.mo share/locale/et/LC_MESSAGES/g4music.mo share/locale/eu/LC_MESSAGES/g4music.mo @@ -17,6 +18,7 @@ share/locale/fr/LC_MESSAGES/g4music.mo share/locale/he/LC_MESSAGES/g4music.mo share/locale/hi/LC_MESSAGES/g4music.mo share/locale/hu/LC_MESSAGES/g4music.mo +share/locale/ia/LC_MESSAGES/g4music.mo share/locale/id/LC_MESSAGES/g4music.mo share/locale/it/LC_MESSAGES/g4music.mo share/locale/ja/LC_MESSAGES/g4music.mo diff --git a/audio/juk/distinfo b/audio/juk/distinfo index 66ee03841c25..529aeaf4063a 100644 --- a/audio/juk/distinfo +++ b/audio/juk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264303 -SHA256 (KDE/release-service/25.08.3/juk-25.08.3.tar.xz) = b95c1fbb5ae067453b2ab52b9c0e8c08d5bb57ee3e5edcb1d1fb0c702f8ffe89 -SIZE (KDE/release-service/25.08.3/juk-25.08.3.tar.xz) = 1933804 +TIMESTAMP = 1765478306 +SHA256 (KDE/release-service/25.12.0/juk-25.12.0.tar.xz) = ab2d7201cd4b0f64ce8de5ce5eb381ae7c323ad8867248746a53c6c1bb5e4bda +SIZE (KDE/release-service/25.12.0/juk-25.12.0.tar.xz) = 1943048 diff --git a/audio/juk/pkg-plist b/audio/juk/pkg-plist index 3fb9fab7d169..8cad89a261b2 100644 --- a/audio/juk/pkg-plist +++ b/audio/juk/pkg-plist @@ -88,4 +88,4 @@ share/locale/uz/LC_MESSAGES/juk.mo share/locale/uz@cyrillic/LC_MESSAGES/juk.mo share/locale/zh_CN/LC_MESSAGES/juk.mo share/locale/zh_TW/LC_MESSAGES/juk.mo -share/metainfo/org.kde.juk.appdata.xml +share/metainfo/org.kde.juk.metainfo.xml diff --git a/audio/kmix/distinfo b/audio/kmix/distinfo index d5bf1f75a204..4812f4f69a56 100644 --- a/audio/kmix/distinfo +++ b/audio/kmix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264305 -SHA256 (KDE/release-service/25.08.3/kmix-25.08.3.tar.xz) = f8428c160adb68cd9fa00d36e9543ae4f44f364fd599327e7694ab633108f79c -SIZE (KDE/release-service/25.08.3/kmix-25.08.3.tar.xz) = 1178692 +TIMESTAMP = 1765478309 +SHA256 (KDE/release-service/25.12.0/kmix-25.12.0.tar.xz) = aff6c02dc11dfd42c57559cc4c29d9ea6c0edc5c1844ae762ca73153bcd6553e +SIZE (KDE/release-service/25.12.0/kmix-25.12.0.tar.xz) = 1178864 diff --git a/audio/kwave/distinfo b/audio/kwave/distinfo index b2324f27b7ed..086e5586e862 100644 --- a/audio/kwave/distinfo +++ b/audio/kwave/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264308 -SHA256 (KDE/release-service/25.08.3/kwave-25.08.3.tar.xz) = 48dc786800ddc9c946fcec71258f3cf7a3adee91c1304b85da056d26ce8ca254 -SIZE (KDE/release-service/25.08.3/kwave-25.08.3.tar.xz) = 6531788 +TIMESTAMP = 1765478311 +SHA256 (KDE/release-service/25.12.0/kwave-25.12.0.tar.xz) = c65bbc823f943249ed05ded7be5b62b7f75a6bcf697229f733332de0fc7c7fa8 +SIZE (KDE/release-service/25.12.0/kwave-25.12.0.tar.xz) = 6532008 diff --git a/audio/libkcddb/distinfo b/audio/libkcddb/distinfo index 17d06ee601ef..3d57dc3d6a05 100644 --- a/audio/libkcddb/distinfo +++ b/audio/libkcddb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264310 -SHA256 (KDE/release-service/25.08.3/libkcddb-25.08.3.tar.xz) = 1d85ebf3cf744e356ff20fdf0038327944fea43378628da3bd8b990e65d37697 -SIZE (KDE/release-service/25.08.3/libkcddb-25.08.3.tar.xz) = 448792 +TIMESTAMP = 1765478314 +SHA256 (KDE/release-service/25.12.0/libkcddb-25.12.0.tar.xz) = 7df25e847c44f08ab09985ccb0975f29332ec7b16049b569a72e24e1934a119b +SIZE (KDE/release-service/25.12.0/libkcddb-25.12.0.tar.xz) = 448404 diff --git a/audio/libkcompactdisc/distinfo b/audio/libkcompactdisc/distinfo index b0c6712c6916..b32a9ee44cdd 100644 --- a/audio/libkcompactdisc/distinfo +++ b/audio/libkcompactdisc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264313 -SHA256 (KDE/release-service/25.08.3/libkcompactdisc-25.08.3.tar.xz) = 3d7a9e8ab4dc149708ba459bee0ba65be854eaec78c97f7ba7f8f6632ae38670 -SIZE (KDE/release-service/25.08.3/libkcompactdisc-25.08.3.tar.xz) = 100692 +TIMESTAMP = 1765478316 +SHA256 (KDE/release-service/25.12.0/libkcompactdisc-25.12.0.tar.xz) = d74e7e043e17cbd93bb5d5fe35ace36ffa496e20593d972fae9310a7bf977561 +SIZE (KDE/release-service/25.12.0/libkcompactdisc-25.12.0.tar.xz) = 100644 diff --git a/audio/linux-rl9-alsa-lib-devel/Makefile b/audio/linux-rl9-alsa-lib-devel/Makefile index e25e106ed201..deae0329f7a0 100644 --- a/audio/linux-rl9-alsa-lib-devel/Makefile +++ b/audio/linux-rl9-alsa-lib-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.13 -DISTVERSIONSUFFIX= -2.el9 +PORTVERSION= 1.2.14 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= audio linux PKGNAMESUFFIX= -devel diff --git a/audio/linux-rl9-alsa-lib-devel/distinfo b/audio/linux-rl9-alsa-lib-devel/distinfo index d2921141884e..71a5d3c81f7d 100644 --- a/audio/linux-rl9-alsa-lib-devel/distinfo +++ b/audio/linux-rl9-alsa-lib-devel/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750636341 -SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.aarch64.rpm) = 94e1f24976cefc9291f8fdce87f0f36e42ffeccf01d76bea9ca9ea0e716ef607 -SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.aarch64.rpm) = 924708 -SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.i686.rpm) = 3f5fdcd2df6fa8e0f945b81c9244f0840d0407b95a22bc1e8453074e4de2ce1e -SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.i686.rpm) = 924290 -SHA256 (rocky/a/alsa-lib-devel-1.2.13-2.el9.x86_64.rpm) = a3fc54586a54bf62d78ba2bc9df00fa8f2c52306b7593b8b673c4fd61092c4fc -SIZE (rocky/a/alsa-lib-devel-1.2.13-2.el9.x86_64.rpm) = 924603 -SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = d0d8e96781a70e5d1b8395a23c12c156cdf248bfcc8c91d9724454f075f2cbb9 -SIZE (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = 1211573 +TIMESTAMP = 1765192403 +SHA256 (rocky/a/alsa-lib-devel-1.2.14-1.el9.aarch64.rpm) = 9481ac16e3b51ce5ee05cdb61a41b060f68396c0fe68c61440be7350d534e6f3 +SIZE (rocky/a/alsa-lib-devel-1.2.14-1.el9.aarch64.rpm) = 913103 +SHA256 (rocky/a/alsa-lib-devel-1.2.14-1.el9.i686.rpm) = ea49e3f84bc384e6fb5d4ea806ae5d5a9d6cd60daa738c6f05725a68443c035e +SIZE (rocky/a/alsa-lib-devel-1.2.14-1.el9.i686.rpm) = 913368 +SHA256 (rocky/a/alsa-lib-devel-1.2.14-1.el9.x86_64.rpm) = 63d6b1fc46d3acd40032f90274e6afb69e9f2a1869bf8173f6f141c49be3f6e2 +SIZE (rocky/a/alsa-lib-devel-1.2.14-1.el9.x86_64.rpm) = 913373 +SHA256 (rocky/a/alsa-lib-1.2.14-1.el9.src.rpm) = d3915eb0d82433889e8581e01f09282e3a277cda8df7707028d8ac6a28b562f2 +SIZE (rocky/a/alsa-lib-1.2.14-1.el9.src.rpm) = 1228889 diff --git a/audio/linux-rl9-alsa-lib/Makefile b/audio/linux-rl9-alsa-lib/Makefile index 25dcb82ba98b..f258e1f63de0 100644 --- a/audio/linux-rl9-alsa-lib/Makefile +++ b/audio/linux-rl9-alsa-lib/Makefile @@ -1,6 +1,6 @@ PORTNAME= alsa-lib -PORTVERSION= 1.2.13 -DISTVERSIONSUFFIX= -2.el9 +PORTVERSION= 1.2.14 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org diff --git a/audio/linux-rl9-alsa-lib/distinfo b/audio/linux-rl9-alsa-lib/distinfo index e91575f81123..42cdd9752920 100644 --- a/audio/linux-rl9-alsa-lib/distinfo +++ b/audio/linux-rl9-alsa-lib/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750636311 -SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.aarch64.rpm) = a4356d7b62b9ea4014b2b98cbf5f94848168e2afdd051a85eeca3fb7b5e2d625 -SIZE (rocky/a/alsa-lib-1.2.13-2.el9.aarch64.rpm) = 505376 -SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.i686.rpm) = ba3d99d609c43de9b310bd7f3d66f1342841dccdf100c92041eed75210eb64e3 -SIZE (rocky/a/alsa-lib-1.2.13-2.el9.i686.rpm) = 553575 -SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.x86_64.rpm) = 8b6e101ca1279f69dd6f64a9646c485750ac74c8eb36ca5349e40bff051046ee -SIZE (rocky/a/alsa-lib-1.2.13-2.el9.x86_64.rpm) = 518601 -SHA256 (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = d0d8e96781a70e5d1b8395a23c12c156cdf248bfcc8c91d9724454f075f2cbb9 -SIZE (rocky/a/alsa-lib-1.2.13-2.el9.src.rpm) = 1211573 +TIMESTAMP = 1765192367 +SHA256 (rocky/a/alsa-lib-1.2.14-1.el9.aarch64.rpm) = bfc887b59135932d409744be60e82a2704d48da78abaf13104e6e892948863d1 +SIZE (rocky/a/alsa-lib-1.2.14-1.el9.aarch64.rpm) = 508831 +SHA256 (rocky/a/alsa-lib-1.2.14-1.el9.i686.rpm) = c7c4c8b6dbb14f0f940e480f12ba1e7f8b1f14b8b297d573acdb5d04875976e9 +SIZE (rocky/a/alsa-lib-1.2.14-1.el9.i686.rpm) = 556848 +SHA256 (rocky/a/alsa-lib-1.2.14-1.el9.x86_64.rpm) = df98cc49df3c2713965e2272777c8a51e4f7ec84c4e2fb0297b366d6814a7228 +SIZE (rocky/a/alsa-lib-1.2.14-1.el9.x86_64.rpm) = 522401 +SHA256 (rocky/a/alsa-lib-1.2.14-1.el9.src.rpm) = d3915eb0d82433889e8581e01f09282e3a277cda8df7707028d8ac6a28b562f2 +SIZE (rocky/a/alsa-lib-1.2.14-1.el9.src.rpm) = 1228889 diff --git a/audio/plasma6-kpipewire/distinfo b/audio/plasma6-kpipewire/distinfo index 04a8b521f94e..e60e145870b7 100644 --- a/audio/plasma6-kpipewire/distinfo +++ b/audio/plasma6-kpipewire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481285 -SHA256 (KDE/plasma/6.5.3/kpipewire-6.5.3.tar.xz) = 0f0f884057c79026ce69a93f2ed96d33581400155fec8bddce2d2ba3b197dcc5 -SIZE (KDE/plasma/6.5.3/kpipewire-6.5.3.tar.xz) = 152968 +TIMESTAMP = 1765457140 +SHA256 (KDE/plasma/6.5.4/kpipewire-6.5.4.tar.xz) = fc89ef7ccdcdbbdc55b9147420f5f5cf85bf3902c07b3ae0c0dbf9d4a23ba48a +SIZE (KDE/plasma/6.5.4/kpipewire-6.5.4.tar.xz) = 153032 diff --git a/audio/plasma6-ocean-sound-theme/distinfo b/audio/plasma6-ocean-sound-theme/distinfo index 9d1b56b96259..6e675429363d 100644 --- a/audio/plasma6-ocean-sound-theme/distinfo +++ b/audio/plasma6-ocean-sound-theme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481285 -SHA256 (KDE/plasma/6.5.3/ocean-sound-theme-6.5.3.tar.xz) = 412983b1156f2025fc15815075f29b1b96f3bc2de15c540cea256245211841f6 -SIZE (KDE/plasma/6.5.3/ocean-sound-theme-6.5.3.tar.xz) = 2124200 +TIMESTAMP = 1765457141 +SHA256 (KDE/plasma/6.5.4/ocean-sound-theme-6.5.4.tar.xz) = c04cc94f70047baa3ac850434915a118872d576307c8a1ea6ed6334fe8acbee4 +SIZE (KDE/plasma/6.5.4/ocean-sound-theme-6.5.4.tar.xz) = 2124156 diff --git a/audio/plasma6-oxygen-sounds/distinfo b/audio/plasma6-oxygen-sounds/distinfo index 9ce834f0bbc6..4e04cfb2bfef 100644 --- a/audio/plasma6-oxygen-sounds/distinfo +++ b/audio/plasma6-oxygen-sounds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481286 -SHA256 (KDE/plasma/6.5.3/oxygen-sounds-6.5.3.tar.xz) = 9b0e29a7a819e6aeea09bdd37a74134115ff6676e82ba76f397ba876c6f1a722 -SIZE (KDE/plasma/6.5.3/oxygen-sounds-6.5.3.tar.xz) = 1935556 +TIMESTAMP = 1765457141 +SHA256 (KDE/plasma/6.5.4/oxygen-sounds-6.5.4.tar.xz) = 09587f178b70a5d16ace4937ca4a157f3bbd4a37c25415ed821510168bf9c998 +SIZE (KDE/plasma/6.5.4/oxygen-sounds-6.5.4.tar.xz) = 1935616 diff --git a/audio/plasma6-plasma-pa/distinfo b/audio/plasma6-plasma-pa/distinfo index 84d492706896..b01f991de722 100644 --- a/audio/plasma6-plasma-pa/distinfo +++ b/audio/plasma6-plasma-pa/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481289 -SHA256 (KDE/plasma/6.5.3/plasma-pa-6.5.3.tar.xz) = 5b2cf0cb2c6ad671a38b9a232784952ca5619730f7cde300eae329bc56a8b2ee -SIZE (KDE/plasma/6.5.3/plasma-pa-6.5.3.tar.xz) = 200236 +TIMESTAMP = 1765457144 +SHA256 (KDE/plasma/6.5.4/plasma-pa-6.5.4.tar.xz) = a6dbaf9d8476270ecd780905df6d59d2b5dc970257aeba8f6269eed1dd7ff375 +SIZE (KDE/plasma/6.5.4/plasma-pa-6.5.4.tar.xz) = 200232 diff --git a/audio/supercollider/Makefile b/audio/supercollider/Makefile index 4d1e87d51ce1..f4fafa8efd4a 100644 --- a/audio/supercollider/Makefile +++ b/audio/supercollider/Makefile @@ -1,6 +1,5 @@ PORTNAME= supercollider -DISTVERSION= 3.14.0 -PORTREVISION= 2 +DISTVERSION= 3.14.1 CATEGORIES= audio MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/Version-${DISTVERSION}/ DISTNAME= SuperCollider-${DISTVERSION}-Source @@ -45,7 +44,7 @@ OPTIONS_DEFINE_amd64= SSE2 SSE OPTIONS_DEFINE_i386= SSE2 SSE OPTIONS_DEFAULT= AVAHI SUPERNOVA OPTIONS_DEFAULT_amd64= SSE2 SSE WEBENGINE -OPTIONS_DEFAULT_i386= QTWEBENGINE +OPTIONS_DEFAULT_i386= WEBENGINE OPTIONS_SUB= yes DOCS_DESC= Install on-line help text diff --git a/audio/supercollider/distinfo b/audio/supercollider/distinfo index 3a9acf940b7c..82ccf8de39bc 100644 --- a/audio/supercollider/distinfo +++ b/audio/supercollider/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753803284 -SHA256 (SuperCollider-3.14.0-Source.tar.bz2) = ab710e84376f5c082c92fcea7465b85d375934f3da7deed583457a0a48b0a918 -SIZE (SuperCollider-3.14.0-Source.tar.bz2) = 20936611 +TIMESTAMP = 1765213238 +SHA256 (SuperCollider-3.14.1-Source.tar.bz2) = ee640c68777ae697682066ce5c4a8b7e56c5b223e76c79c13b5be5387ee55bb2 +SIZE (SuperCollider-3.14.1-Source.tar.bz2) = 20933809 diff --git a/audio/supercollider/files/patch-boost b/audio/supercollider/files/patch-boost deleted file mode 100644 index b2d41daf6570..000000000000 --- a/audio/supercollider/files/patch-boost +++ /dev/null @@ -1,531 +0,0 @@ -diff --git CMakeLists.txt CMakeLists.txt -index 1ac592a857f..ee8f6550a98 100644 ---- CMakeLists.txt -+++ CMakeLists.txt -@@ -123,16 +123,8 @@ endif() - - if(WIN32) - add_definitions(-DWIN32_LEAN_AND_MEAN -DNOMINMAX -D_WIN32_WINNT=0x0600) -- -- #avoid unnecesary autolink -- add_definitions(-DBOOST_DATE_TIME_NO_LIB -DBOOST_ALL_NO_LIB) -- -- # use session manager to set shared memory location, see issue 2409 -- add_definitions(-DBOOST_INTERPROCESS_BOOTSTAMP_IS_SESSION_MANAGER_BASED) - endif() - --add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE) -- - - ############################################# - # Options -@@ -315,36 +307,32 @@ if (NOT WIN32) - endif() - - if(SYSTEM_BOOST) -- # https://github.com/supercollider/supercollider/issues/4576#issuecomment-531499017 -- # Boost >= 1.71 ships with its own Boost config file, we ignore it for now. -- set(Boost_NO_BOOST_CMAKE ON) -+ # policy CMP0167 is only available from CMake 3.30 on -+ if(POLICY CMP0167) -+ # CMP0167 NEW policy: use Boost-provided BoostConfig.cmake config file -+ # instead of the old FindBoost module -+ cmake_policy(SET CMP0167 NEW) -+ endif() - set(Boost_USE_MULTITHREADED ON) -- find_package( Boost 1.50.0 COMPONENTS thread system filesystem program_options regex test_exec_monitor ) -+ set(BOOST_COMPONENTS thread program_options regex) -+ if(ENABLE_TESTSUITE) -+ list(APPEND BOOST_COMPONENTS unit_test_framework) -+ endif() -+ find_package(Boost 1.70.0 REQUIRED COMPONENTS ${BOOST_COMPONENTS}) - if (Boost_FOUND) -- # we're specifically setting up the boost libraries here, so we can -- # name them -- add_library(boost_thread_lib SHARED IMPORTED) -- set_property(TARGET boost_thread_lib PROPERTY IMPORTED_LOCATION -- ${Boost_THREAD_LIBRARY}) -- add_library(boost_system_lib SHARED IMPORTED) -- set_property(TARGET boost_system_lib PROPERTY IMPORTED_LOCATION -- ${Boost_SYSTEM_LIBRARY}) -- add_library(boost_program_options_lib SHARED IMPORTED) -- set_property(TARGET boost_program_options_lib PROPERTY -- IMPORTED_LOCATION ${Boost_PROGRAM_OPTIONS_LIBRARY}) -- add_library(boost_regex_lib SHARED IMPORTED) -- set_property(TARGET boost_regex_lib PROPERTY IMPORTED_LOCATION -- ${Boost_REGEX_LIBRARY}) -- add_library(boost_test_exec_monitor_lib SHARED IMPORTED) -- set_property(TARGET boost_test_exec_monitor_lib PROPERTY -- IMPORTED_LOCATION ${Boost_TEST_EXEC_MONITOR_LIBRARY}) -- set(boost_include_dirs ${Boost_INCLUDE_DIRS}) -- else() -- message(FATAL_ERROR "Not able to use system boost because none was found.") -+ message(STATUS "Found system Boost in ${Boost_INCLUDE_DIRS}") - endif() - else() -- set(boost_include_dirs ${CMAKE_SOURCE_DIR}/external_libraries/boost) --endif() -+ # bundled boost is set up in external_libraries/CMakeLists.txt -+ # here we just set some global definitions -+ if(WIN32) -+ #avoid unnecesary autolink -+ add_definitions(-DBOOST_DATE_TIME_NO_LIB -DBOOST_ALL_NO_LIB) -+ # use session manager to set shared memory location, see issue 2409 -+ add_definitions(-DBOOST_INTERPROCESS_BOOTSTAMP_IS_SESSION_MANAGER_BASED) -+ endif() -+ add_definitions(-DBOOST_CHRONO_HEADER_ONLY -DBOOST_CONFIG_SUPPRESS_OUTDATED_MESSAGE) -+endif() - - if(SYSTEM_YAMLCPP) - find_package(YamlCpp) -diff --git editors/sc-ide/CMakeLists.txt editors/sc-ide/CMakeLists.txt -index 1dfddcac2de..df40bce6e08 100644 ---- editors/sc-ide/CMakeLists.txt -+++ editors/sc-ide/CMakeLists.txt -@@ -338,9 +338,6 @@ target_link_libraries( libscide PUBLIC - - target_link_libraries( SuperCollider libscide) - --target_link_libraries( libscide PUBLIC boost_system_lib) --include_directories(${boost_include_dirs}) -- - # This makes sclang/scide work with a Qt installation at a fixed location. - set_property(TARGET libscide SuperCollider PROPERTY INSTALL_RPATH_USE_LINK_PATH TRUE) - -diff --git editors/sc-ide/core/sc_server.cpp editors/sc-ide/core/sc_server.cpp -index 9f677f5134d..00297c604a6 100644 ---- editors/sc-ide/core/sc_server.cpp -+++ editors/sc-ide/core/sc_server.cpp -@@ -30,12 +30,10 @@ - - #include <sstream> - #include <iomanip> --#include <boost/chrono/chrono_io.hpp> - #include <osc/OscReceivedElements.h> - #include <osc/OscOutboundPacketStream.h> - - using namespace std; --using namespace boost::chrono; - - namespace ScIDE { - -diff --git editors/sc-ide/core/sc_server.hpp editors/sc-ide/core/sc_server.hpp -index 1dd666c67fd..661a460eb49 100644 ---- editors/sc-ide/core/sc_server.hpp -+++ editors/sc-ide/core/sc_server.hpp -@@ -25,7 +25,6 @@ - #include <QAction> - #include <QProcess> - #include <QTimer> --#include <boost/chrono/system_clocks.hpp> - #include <osc/OscReceivedElements.h> - - namespace ScIDE { -diff --git external_libraries/CMakeLists.txt external_libraries/CMakeLists.txt -index de464976866..72525f0421c 100644 ---- external_libraries/CMakeLists.txt -+++ external_libraries/CMakeLists.txt -@@ -13,44 +13,31 @@ endif() - - if(NOT SYSTEM_BOOST) # we compile boost ourselves - message(STATUS "Using bundled boost") -- # boost thread -- aux_source_directory(boost/libs/thread/src/ boost_thread_src ) -+ set(BOOST_INCLUDE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/boost) -+ -+ # thread -+ aux_source_directory(boost/libs/thread/src/ boost_thread_src) - - if(WIN32) -- aux_source_directory(boost/libs/thread/src/win32/ boost_thread_platform ) -+ aux_source_directory(boost/libs/thread/src/win32/ boost_thread_platform) - elseif(PTHREADS_FOUND) -- aux_source_directory(boost/libs/thread/src/pthread/ boost_thread_platform ) -+ aux_source_directory(boost/libs/thread/src/pthread/ boost_thread_platform) - else() - message(SEND_ERROR "we need to implement boost_thread") - endif() - -- aux_source_directory(boost/libs/system/src/ boost_system_src ) -- add_library(boost_system_lib STATIC EXCLUDE_FROM_ALL ${boost_system_src}) -- target_include_directories(boost_system_lib PUBLIC boost) -- -- aux_source_directory(boost/libs/program_options/src/ boost_program_options_src ) -- add_library(boost_program_options_lib STATIC EXCLUDE_FROM_ALL ${boost_program_options_src}) -- target_include_directories(boost_program_options_lib PUBLIC boost) -- -- -- aux_source_directory(boost/libs/regex/src boost_regex_src) -- add_library(boost_regex_lib STATIC EXCLUDE_FROM_ALL ${boost_regex_src}) -- target_include_directories(boost_regex_lib PUBLIC boost) -- - add_library(boost_thread_lib STATIC EXCLUDE_FROM_ALL ${boost_thread_src} ${boost_thread_platform}) -- target_link_libraries(boost_thread_lib boost_system_lib) --# target_compile_definitions(boost_thread PUBLIC BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS) -- target_include_directories(boost_thread_lib PUBLIC boost) -- target_compile_definitions(boost_thread_lib PUBLIC BOOST_THREAD_USE_LIB) # for win32 -+ target_include_directories(boost_thread_lib PUBLIC ${BOOST_INCLUDE_DIR}) - - if(PTHREADS_FOUND) - target_include_directories(boost_thread_lib PUBLIC ${PTHREADS_INCLUDE_DIR}) - endif() -+ - if(WIN32) -- target_compile_definitions( boost_thread_lib PRIVATE BOOST_THREAD_BUILD_LIB) -+ target_compile_definitions(boost_thread_lib PUBLIC BOOST_THREAD_USE_LIB) -+ target_compile_definitions(boost_thread_lib PRIVATE BOOST_THREAD_BUILD_LIB) - endif() - -- - if(CMAKE_SYSTEM_NAME MATCHES "Linux") - target_compile_options(boost_thread_lib PRIVATE -fPIC) - target_link_libraries(boost_thread_lib rt) -@@ -64,15 +51,51 @@ if(NOT SYSTEM_BOOST) # we compile boost ourselves - APPEND PROPERTY LINK_FLAGS "-flto -flto-report") - endif() - -+ # program_options -+ aux_source_directory(boost/libs/program_options/src/ boost_program_options_src ) -+ add_library(boost_program_options_lib STATIC EXCLUDE_FROM_ALL ${boost_program_options_src}) -+ target_include_directories(boost_program_options_lib PUBLIC ${BOOST_INCLUDE_DIR}) -+ -+ # regex -+ aux_source_directory(boost/libs/regex/src boost_regex_src) -+ add_library(boost_regex_lib STATIC EXCLUDE_FROM_ALL ${boost_regex_src}) -+ target_include_directories(boost_regex_lib PUBLIC ${BOOST_INCLUDE_DIR}) -+ -+ # unit_test_framework -+ aux_source_directory(boost/libs/test/src boost_unit_test_framework_src) -+ add_library(boost_unit_test_framework_lib STATIC EXCLUDE_FROM_ALL ${boost_unit_test_framework_src}) -+ target_include_directories(boost_unit_test_framework_lib PUBLIC ${BOOST_INCLUDE_DIR}) -+ -+ # headers -+ add_library(boost_headers INTERFACE) -+ target_include_directories(boost_headers INTERFACE ${BOOST_INCLUDE_DIR}) -+ - set_property( TARGET - boost_regex_lib - boost_thread_lib - boost_program_options_lib -- boost_system_lib -+ boost_unit_test_framework_lib - PROPERTY FOLDER 3rdparty - ) -+ -+ # add aliases for compliance with system boost -+ add_library(Boost::thread ALIAS boost_thread_lib) -+ add_library(Boost::program_options ALIAS boost_program_options_lib) -+ add_library(Boost::regex ALIAS boost_regex_lib) -+ add_library(Boost::unit_test_framework ALIAS boost_unit_test_framework_lib) -+ add_library(Boost::headers ALIAS boost_headers) -+ - endif() - -+# add a custom target for boost_sync -+add_library(boost_sync INTERFACE) -+target_include_directories(boost_sync INTERFACE -+ ${CMAKE_CURRENT_SOURCE_DIR}/boost_sync/include -+) -+# Boost::headers comes from either system or bundled boost -+target_link_libraries(boost_sync INTERFACE Boost::headers) -+add_library(Boost::sync ALIAS boost_sync) -+ - # tlsf - add_library(tlsf STATIC EXCLUDE_FROM_ALL "TLSF-2.4.6/src/tlsf.c") - target_compile_definitions( tlsf PRIVATE TLSF_STATISTIC=1 ) -@@ -81,7 +104,7 @@ set_property(TARGET tlsf PROPERTY POSITION_INDEPENDENT_CODE TRUE) - - #oscpack - add_library(oscpack STATIC EXCLUDE_FROM_ALL "oscpack_build.cpp") --target_include_directories(oscpack PRIVATE ${boost_include_dirs}) -+target_link_libraries(oscpack PUBLIC Boost::headers) - target_include_directories(oscpack INTERFACE oscpack_1_1_0 ) - - if(LTO) -diff --git external_libraries/nova-tt/nova-tt/spin_lock.hpp external_libraries/nova-tt/nova-tt/spin_lock.hpp -index 692a8859fb9..b497ec33a73 160000 ---- external_libraries/nova-tt/nova-tt/spin_lock.hpp -+++ external_libraries/nova-tt/nova-tt/spin_lock.hpp -@@ -22,6 +22,7 @@ - #define NOVA_TT_SPIN_LOCK_HPP - - #include <cassert> -+#include <cstdint> - - #include <boost/atomic.hpp> - -@@ -98,7 +99,7 @@ struct padded_spin_lock: - public spin_lock - { - static const int padding_bytes = 64 - sizeof(spin_lock); -- boost::uint8_t padding[padding_bytes]; -+ std::uint8_t padding[padding_bytes]; - }; - - } /* namespace nova */ -diff --git lang/CMakeLists.txt lang/CMakeLists.txt -index 561023da45f..fa2365d8b75 100644 ---- lang/CMakeLists.txt -+++ lang/CMakeLists.txt -@@ -5,8 +5,6 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common - ${CMAKE_SOURCE_DIR}/include/server - ${CMAKE_SOURCE_DIR}/common - -- ${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include -- - LangSource - LangPrimSource - -@@ -244,8 +242,13 @@ if(SC_HIDAPI) - endif() - endif() - --target_link_libraries(libsclang boost_thread_lib boost_system_lib boost_regex_lib boost_program_options_lib) --target_include_directories(libsclang PUBLIC ${boost_include_dirs}) -+target_link_libraries( -+ libsclang -+ Boost::thread -+ Boost::program_options -+ Boost::regex -+ Boost::sync -+) - - if (SCLANG_SERVER) - target_link_libraries(libsclang libscsynth) -diff --git lang/LangSource/PyrInterpreter3.cpp lang/LangSource/PyrInterpreter3.cpp -index 6393c5cb59c..b8483d24700 100644 ---- lang/LangSource/PyrInterpreter3.cpp -+++ lang/LangSource/PyrInterpreter3.cpp -@@ -39,8 +39,6 @@ - #include <string.h> - #include <signal.h> - --#include <boost/chrono.hpp> -- - #include <float.h> - #define kBigBigFloat DBL_MAX - #define kSmallSmallFloat DBL_MIN -diff --git server/CMakeLists.txt server/CMakeLists.txt -index 05b72d9228d..fb910c7fc38 100644 ---- server/CMakeLists.txt -+++ server/CMakeLists.txt -@@ -13,7 +13,6 @@ include_directories(${CMAKE_SOURCE_DIR}/external_libraries - ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt - ) - --include_directories(${boost_include_dirs}) - - add_subdirectory(plugins) - add_subdirectory(scsynth) -diff --git server/plugins/CMakeLists.txt server/plugins/CMakeLists.txt -index 171dfb68685..82d25080ed7 100644 ---- server/plugins/CMakeLists.txt -+++ server/plugins/CMakeLists.txt -@@ -66,7 +66,8 @@ endif() - - foreach(plugin ${plugin_sources}) - string(REPLACE .cpp "" plugin_name ${plugin} ) -- add_library(${plugin_name} MODULE ${plugin}) -+ add_library(${plugin_name} MODULE ${plugin}) -+ target_link_libraries(${plugin_name} PRIVATE Boost::headers) - list(APPEND plugins ${plugin_name}) - endforeach(plugin) - -@@ -90,7 +91,7 @@ if(BELA_FOUND) - ) - add_definitions("-DSC_BELA" ${XENOMAI_DEFINITIONS} ${BELA_DEFINITIONS}) - include_directories(${XENOMAI_INCLUDE_DIRS} ${BELA_INCLUDE_DIRS}) -- target_link_libraries(BelaUGens ${XENOMAI_LIBRARIES} ${BELA_LIBRARIES}) -+ target_link_libraries(BelaUGens PRIVATE ${XENOMAI_LIBRARIES} ${BELA_LIBRARIES}) - - list(APPEND plugins BelaUGens) - endif() -@@ -100,7 +101,7 @@ if(NOT NO_X11) - add_library(UIUGens MODULE UIUGens.mm) - else() - add_library(UIUGens MODULE UIUGens.cpp) -- target_link_libraries(UIUGens ${PTHREADS_LIBRARY}) -+ target_link_libraries(UIUGens PRIVATE ${PTHREADS_LIBRARY}) - endif() - - set(uiugens UIUGens) -@@ -161,7 +162,7 @@ if(NOT NO_LIBSNDFILE) - target_compile_definitions(DiskIO_UGens PUBLIC SNDFILE_HAS_MPEG) - endif() - target_include_directories(DiskIO_UGens PUBLIC ${SNDFILE_INCLUDE_DIR}) -- target_link_libraries(DiskIO_UGens ${PTHREADS_LIBRARY} ${SNDFILE_LIBRARIES}) -+ target_link_libraries(DiskIO_UGens PRIVATE ${PTHREADS_LIBRARY} ${SNDFILE_LIBRARIES}) - list(APPEND plugins DiskIO_UGens) - else() - message(SEND_ERROR "Cannot find libsndfile") -@@ -179,6 +180,7 @@ if (SUPERNOVA) - foreach(plugin ${plugin_sources}) - string(REPLACE .cpp "_supernova" plugin_name ${plugin} ) - add_library(${plugin_name} MODULE ${plugin}) -+ target_link_libraries(${plugin_name} PRIVATE Boost::headers) - list(APPEND supernova_plugins ${plugin_name}) - endforeach(plugin) - -@@ -221,7 +223,7 @@ if (SUPERNOVA) - add_library(UIUGens_supernova MODULE UIUGens.mm) - else() - add_library(UIUGens_supernova MODULE UIUGens.cpp) -- target_link_libraries(UIUGens_supernova ${PTHREADS_LIBRARY}) -+ target_link_libraries(UIUGens_supernova PRIVATE ${PTHREADS_LIBRARY}) - endif() - list(APPEND uiugens UIUGens_supernova) - endif() -@@ -231,7 +233,7 @@ if (SUPERNOVA) - - if(SNDFILE_FOUND) - target_include_directories(DiskIO_UGens_supernova PUBLIC ${SNDFILE_INCLUDE_DIR}) -- target_link_libraries(DiskIO_UGens_supernova ${SNDFILE_LIBRARIES} ${PTHREADS_LIBRARY} ${MATH_LIBRARY} boost_thread_lib) -+ target_link_libraries(DiskIO_UGens_supernova PRIVATE ${SNDFILE_LIBRARIES} ${PTHREADS_LIBRARY} ${MATH_LIBRARY} Boost::thread) - list(APPEND supernova_plugins DiskIO_UGens_supernova) - else() - message(SEND_ERROR "Cannot find libsndfile") -@@ -240,22 +242,23 @@ if (SUPERNOVA) - endif(SUPERNOVA) - - foreach(ugen ${fft_ugens}) -- target_link_libraries(${ugen} ${PTHREADS_LIBRARY} ${MATH_LIBRARY}) -+ target_link_libraries(${ugen} PRIVATE ${PTHREADS_LIBRARY} ${MATH_LIBRARY}) - - if(APPLE) -- target_link_libraries(${ugen} "-framework Accelerate") -+ target_link_libraries(${ugen} PRIVATE "-framework Accelerate") - endif() - endforeach() - - if(NOT NO_X11) - foreach(ugen ${uiugens}) -- target_link_libraries(${ugen} boost_thread_lib) -+ target_link_libraries(${ugen} PRIVATE Boost::thread) - endforeach() - endif() - - foreach(plugin ${plugins}) -+ target_link_libraries(${plugin} PRIVATE Boost::headers) - if(WIN32) -- target_link_libraries(${plugin} wsock32 ws2_32) -+ target_link_libraries(${plugin} PRIVATE wsock32 ws2_32) - endif() - endforeach() - -@@ -271,7 +274,7 @@ foreach(plugin ${supernova_plugins}) - target_compile_definitions(${plugin} PUBLIC SUPERNOVA) - - if (WIN32) -- target_link_libraries(${plugin} ws2_32) -+ target_link_libraries(${plugin} PRIVATE ws2_32) - endif() - endforeach() - -@@ -286,18 +289,18 @@ if(NOT NO_X11) - include_directories(${X11_Xt_INCLUDE_PATH}) - - foreach (ugen ${uiugens}) -- target_link_libraries(${ugen} ${X11_X11_LIB}) -+ target_link_libraries(${ugen} PRIVATE ${X11_X11_LIB}) - endforeach() - elseif (APPLE) - foreach (ugen ${uiugens}) -- target_link_libraries(${ugen} "-framework CoreServices -framework AppKit") -+ target_link_libraries(${ugen} PRIVATE "-framework CoreServices -framework AppKit") - endforeach() - endif() - endif() - - if (APPLE) - if(NOT NO_LIBSNDFILE) -- target_link_libraries(DiskIO_UGens "-framework CoreServices") -+ target_link_libraries(DiskIO_UGens PRIVATE "-framework CoreServices") - endif() - endif() - -diff --git server/scsynth/CMakeLists.txt server/scsynth/CMakeLists.txt -index 0edabde9db1..a176a502170 100644 ---- server/scsynth/CMakeLists.txt -+++ server/scsynth/CMakeLists.txt -@@ -134,8 +134,6 @@ include_directories(${CMAKE_SOURCE_DIR}/include/common - . - ) - --include_directories (${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include) -- - if (AUDIOAPI STREQUAL jack) - list(APPEND scsynth_sources SC_Jack.cpp) - add_definitions("-DSC_AUDIO_API=SC_AUDIO_API_JACK") -@@ -175,7 +173,7 @@ endif() - - target_compile_definitions(libscsynth PUBLIC SC_MEMORY_ALIGNMENT=32) - --target_link_libraries(libscsynth tlsf) -+target_link_libraries(libscsynth tlsf Boost::sync) - - find_library(DL NAMES dl) - if(DL) -@@ -235,7 +233,6 @@ elseif(AUDIOAPI STREQUAL coreaudio) - target_link_libraries(libscsynth "-framework CoreAudio") - endif() - --target_include_directories(libscsynth PUBLIC ${boost_include_dirs}) - - if (WIN32) - target_link_libraries(libscsynth wsock32 ws2_32 winmm) -diff --git server/supernova/CMakeLists.txt server/supernova/CMakeLists.txt -index 7fc9b0bbfa3..288bca8f463 100644 ---- server/supernova/CMakeLists.txt -+++ server/supernova/CMakeLists.txt -@@ -93,7 +93,7 @@ if(NOT WIN32) - PROPERTY OUTPUT_NAME supernova) - endif() - --target_link_libraries(libsupernova oscpack tlsf ${PTHREADS_LIBRARIES} boost_thread_lib) -+target_link_libraries(libsupernova oscpack tlsf ${PTHREADS_LIBRARIES} Boost::thread Boost::sync) - - target_compile_definitions(libsupernova PUBLIC SUPERNOVA) - target_include_directories(libsupernova PUBLIC -@@ -102,8 +102,6 @@ target_include_directories(libsupernova PUBLIC - ${CMAKE_SOURCE_DIR}/common - ${CMAKE_SOURCE_DIR}/include/server - ${CMAKE_SOURCE_DIR}/server/scsynth -- ${CMAKE_SOURCE_DIR}/external_libraries/boost_endian -- ${CMAKE_SOURCE_DIR}/external_libraries/boost_sync/include - ${CMAKE_SOURCE_DIR}/external_libraries/nova-tt - . - ) -@@ -204,8 +202,7 @@ if(CMAKE_SYSTEM_NAME MATCHES "Linux") - target_link_libraries(libsupernova rt) - endif() - --target_link_libraries(libsupernova boost_system_lib boost_program_options_lib) --target_include_directories(libsupernova PUBLIC ${boost_include_dirs}) -+target_link_libraries(libsupernova Boost::program_options) - - if(CMAKE_COMPILER_IS_GNUCXX) - if( ${_gcc_version} VERSION_GREATER 5 ) -diff --git testsuite/server/CMakeLists.txt testsuite/server/CMakeLists.txt -index da19c2e5d62..853830b82da 100644 ---- testsuite/server/CMakeLists.txt -+++ testsuite/server/CMakeLists.txt -@@ -1,5 +1,5 @@ - add_library(boost_test STATIC boost_test.cpp) --target_include_directories(boost_test PUBLIC ${boost_include_dirs}) -+target_link_libraries(boost_test PUBLIC Boost::unit_test_framework) - - add_subdirectory(scsynth) - if (SUPERNOVA) -diff --git testsuite/server/supernova/CMakeLists.txt testsuite/server/supernova/CMakeLists.txt -index 89bbd29233d..4f2cf26a1d3 100644 ---- testsuite/server/supernova/CMakeLists.txt -+++ testsuite/server/supernova/CMakeLists.txt -@@ -33,7 +33,7 @@ foreach(test ${simple_tests}) - string(REPLACE .cpp "" test_name ${test} ) - add_executable(${test_name} ${test}) - -- target_link_libraries(${test_name} boost_test libsupernova boost_thread_lib) -+ target_link_libraries(${test_name} boost_test libsupernova Boost::thread) - - if(LINUX AND CMAKE_COMPILER_IS_CLANG) - target_link_libraries(${test_name} atomic) diff --git a/benchmarks/hipercontracer/Makefile b/benchmarks/hipercontracer/Makefile index 08189e9c98b4..db4ef2c50ea9 100644 --- a/benchmarks/hipercontracer/Makefile +++ b/benchmarks/hipercontracer/Makefile @@ -1,5 +1,5 @@ PORTNAME= hipercontracer -DISTVERSION= 2.1.7 +DISTVERSION= 2.1.8 CATEGORIES= benchmarks MASTER_SITES= https://www.nntb.no/~dreibh/hipercontracer/download/ diff --git a/benchmarks/hipercontracer/distinfo b/benchmarks/hipercontracer/distinfo index 3ae8f24ebf56..dbbe4fda87a9 100644 --- a/benchmarks/hipercontracer/distinfo +++ b/benchmarks/hipercontracer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764233989 -SHA256 (hipercontracer-2.1.7.tar.xz) = 9c0036f6e8b9a465e41e3400d4460eb3a34e175242dfc1da59900699627cc9ef -SIZE (hipercontracer-2.1.7.tar.xz) = 2552620 +TIMESTAMP = 1765304627 +SHA256 (hipercontracer-2.1.8.tar.xz) = 4e55b49fca5b13919fc00c1355b0291ea2c1ebb4e846b6eb451350d37ae97204 +SIZE (hipercontracer-2.1.8.tar.xz) = 2554752 diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 4d60f28f4ebb..e7f852a49582 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libck.so:devel/concurrencykit -USES= autoreconf compiler:c11 gmake libtool luajit pkgconfig +USES= autoreconf compiler:c11 gettext-tools gmake libtool luajit \ + pkgconfig CONFIGURE_ARGS= --with-system-ck --with-system-luajit GNU_CONFIGURE= yes diff --git a/biology/psi88/Makefile b/biology/psi88/Makefile index c0853aae6941..606673d13b20 100644 --- a/biology/psi88/Makefile +++ b/biology/psi88/Makefile @@ -11,7 +11,6 @@ WWW= http://zarbi.chem.yale.edu/products/psi88/index.shtml USES= fortran tar:Z MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin -FFLAGS+= -std=legacy PLIST_FILES= bin/PSI1 bin/PSICON bin/PSI2CT bin/PSI2HP bin/PSI2PS bin/PSI2 \ bin/PREPLOT bin/preplot bin/rpsi1 bin/rpsi2 bin/rpsicon @@ -20,6 +19,12 @@ PORTEXAMPLES= * OPTIONS_DEFINE= DOCS EXAMPLES +.include <bsd.port.pre.mk> + +.if ${FORTRAN_DEFAULT} == gfortran +FFLAGS+= -std=legacy +.endif + post-patch: @${REINPLACE_CMD} -e 's/f77/$${FC}/' -e 's/LFLAGS/LDFLAGS/' \ ${WRKSRC}/src/makefile @@ -42,4 +47,4 @@ post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/cad/Makefile b/cad/Makefile index ba260e0a916f..f9be96e73d93 100644 --- a/cad/Makefile +++ b/cad/Makefile @@ -86,7 +86,6 @@ SUBDIR += logisim SUBDIR += magic SUBDIR += meshdev - SUBDIR += meshlab SUBDIR += netgen SUBDIR += netgen-lvs SUBDIR += ngspice_rework diff --git a/cad/freecad-devel/Makefile b/cad/freecad-devel/Makefile index 44390148d165..f7f35c81a5ff 100644 --- a/cad/freecad-devel/Makefile +++ b/cad/freecad-devel/Makefile @@ -16,6 +16,7 @@ CONFLICTS_INSTALL= freecad # bin/FreeCAD BUILD_DEPENDS= doxygen:devel/doxygen \ pybind11-config:devel/py-pybind11@${PY_FLAVOR} \ + pybind11>0:devel/pybind11 \ ${PYTHON_PKGNAMEPREFIX}pyside6-tools>0:devel/pyside6-tools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} \ @@ -41,7 +42,8 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 \ libavformat.so.58:multimedia/ffmpeg4 \ libmed.so:french/med \ libshiboken6.abi3.so:devel/shiboken6@${PY_FLAVOR} \ - libhdf5.so:science/hdf5 + libhdf5.so:science/hdf5 \ + libicui18n.so:devel/icu RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pivy>0:graphics/py-pivy@${PY_FLAVOR} \ ${PYTHON_SITELIBDIR}/matplotlib/__init__.py:math/py-matplotlib@${PY_FLAVOR} diff --git a/cad/freecad-devel/Makefile.git_rev b/cad/freecad-devel/Makefile.git_rev index bb9440678c8d..017556c2beca 100644 --- a/cad/freecad-devel/Makefile.git_rev +++ b/cad/freecad-devel/Makefile.git_rev @@ -1,6 +1,6 @@ -GIT_SRC_HASH= 0308a1b849d75fd6e24ef7dac642ecfc7fcbaceb -GIT_SRC_DATE= 20251204053759 -GIT_SRC_DATE2= 2025.12.04 +GIT_SRC_HASH= 3243f8514559b4d6cf4db454bd97df74069c870e +GIT_SRC_DATE= 20251211144648 +GIT_SRC_DATE2= 2025.12.11 GIT_ONDSEL_HASH= 30e9b64e8bf881d438d4b88834f9ba3674865418 GIT_GSL_HASH= 543d0dd3fe966ddf20e884b44e5fdbf12cb43784 GIT_GTEST_HASH= f8d7d77c06936315286eb55f8de22cd23c188571 diff --git a/cad/freecad-devel/distinfo b/cad/freecad-devel/distinfo index ced751ea5c55..dda5ae82f3c9 100644 --- a/cad/freecad-devel/distinfo +++ b/cad/freecad-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1764835263 -SHA256 (FreeCAD-FreeCAD-r20251204053759-0308a1b849d75fd6e24ef7dac642ecfc7fcbaceb_GH0.tar.gz) = 9fedf3109cd872b121f968f1b59d9c793106f34657f58d908d17268c5e5ae9fb -SIZE (FreeCAD-FreeCAD-r20251204053759-0308a1b849d75fd6e24ef7dac642ecfc7fcbaceb_GH0.tar.gz) = 90455823 +TIMESTAMP = 1765484323 +SHA256 (FreeCAD-FreeCAD-r20251211144648-3243f8514559b4d6cf4db454bd97df74069c870e_GH0.tar.gz) = bb95250bf29dc799620b366cb00d696bf95abb419c1e22bb0e758a0e51cfbf4e +SIZE (FreeCAD-FreeCAD-r20251211144648-3243f8514559b4d6cf4db454bd97df74069c870e_GH0.tar.gz) = 90518223 SHA256 (FreeCAD-OndselSolver-30e9b64e8bf881d438d4b88834f9ba3674865418_GH0.tar.gz) = 77646ca7d8cbc6dc4e8304439be2ff2b9aecf397e6349e63b3b06e65dfed79c3 SIZE (FreeCAD-OndselSolver-30e9b64e8bf881d438d4b88834f9ba3674865418_GH0.tar.gz) = 4667790 SHA256 (google-googletest-f8d7d77c06936315286eb55f8de22cd23c188571_GH0.tar.gz) = 7ff5db23de232a39cbb5c9f5143c355885e30ac596161a6b9fc50c4538bfbf01 diff --git a/cad/kicad-devel/Makefile.git_rev b/cad/kicad-devel/Makefile.git_rev index 5861c948bc4e..627893e8f42c 100644 --- a/cad/kicad-devel/Makefile.git_rev +++ b/cad/kicad-devel/Makefile.git_rev @@ -1,3 +1,3 @@ -GIT_SRC_HASH= 24838129dc1140e5f2796bdd2abae7176d03c28e -GIT_SRC_DATE= 20251120213327 -GIT_SRC_DATE2= 2025.11.20 +GIT_SRC_HASH= 236057ab34bc3bb4e72272f1cee57677e8c78101 +GIT_SRC_DATE= 20251213003514 +GIT_SRC_DATE2= 2025.12.13 diff --git a/cad/kicad-devel/distinfo b/cad/kicad-devel/distinfo index 2f6c5530ffe3..b4e6a83ba5f7 100644 --- a/cad/kicad-devel/distinfo +++ b/cad/kicad-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763671619 -SHA256 (kicad/kicad/code-kicad-24838129dc1140e5f2796bdd2abae7176d03c28e_GL0.tar.gz) = ed7017b388efacc03b1022bcea6890e1ba3442071601e08c20a1e564d39248a0 -SIZE (kicad/kicad/code-kicad-24838129dc1140e5f2796bdd2abae7176d03c28e_GL0.tar.gz) = 165763917 +TIMESTAMP = 1765620317 +SHA256 (kicad/kicad/code-kicad-236057ab34bc3bb4e72272f1cee57677e8c78101_GL0.tar.gz) = bade3e401f9d36ebf319150feb2d945f697c9af96595b2067133c2bfadde143f +SIZE (kicad/kicad/code-kicad-236057ab34bc3bb4e72272f1cee57677e8c78101_GL0.tar.gz) = 166360931 diff --git a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.cpp b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.cpp index bb12c419d4f9..7e0ca8627568 100644 --- a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.cpp +++ b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.cpp @@ -1,15 +1,15 @@ ---- eeschema/sch_base_frame.cpp.orig 2025-09-14 17:37:19 UTC +--- eeschema/sch_base_frame.cpp.orig 2025-12-12 23:35:14 UTC +++ eeschema/sch_base_frame.cpp -@@ -61,7 +61,7 @@ - #include <wx/log.h> +@@ -65,7 +65,7 @@ #include <wx/msgdlg.h> + #include <trace_helpers.h> -#ifndef __linux__ +#if not defined (__linux__) && not defined (__FreeBSD__) #include <navlib/nl_schematic_plugin.h> #include <wx/fdrepdlg.h> #else -@@ -370,7 +370,7 @@ void SCH_BASE_FRAME::ActivateGalCanvas() +@@ -338,7 +338,7 @@ void SCH_BASE_FRAME::ActivateGalCanvas() { if( !m_spaceMouse ) { diff --git a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h index 6b7df3a979fd..bff6ee9051fb 100644 --- a/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h +++ b/cad/kicad-devel/files/patch-eeschema_sch__base__frame.h @@ -1,6 +1,6 @@ ---- eeschema/sch_base_frame.h.orig 2025-09-14 17:37:19 UTC +--- eeschema/sch_base_frame.h.orig 2025-12-12 23:35:14 UTC +++ eeschema/sch_base_frame.h -@@ -57,7 +57,7 @@ struct SCH_SELECTION_FILTER_OPTIONS; +@@ -59,7 +59,7 @@ struct SCH_SELECTION_FILTER_OPTIONS; class SYMBOL_EDITOR_SETTINGS; struct SCH_SELECTION_FILTER_OPTIONS; @@ -9,7 +9,7 @@ class NL_SCHEMATIC_PLUGIN; #else class SPNAV_2D_PLUGIN; -@@ -336,7 +336,7 @@ class SCH_BASE_FRAME : public EDA_DRAW_FRAME, public S +@@ -329,7 +329,7 @@ class SCH_BASE_FRAME : public EDA_DRAW_FRAME, public S wxTimer m_watcherDebounceTimer; bool m_inSymChangeTimerEvent; diff --git a/cad/kicad-devel/files/patch-eeschema_sch__io_easyedapro_sch__io__easyedapro.cpp b/cad/kicad-devel/files/patch-eeschema_sch__io_easyedapro_sch__io__easyedapro.cpp deleted file mode 100644 index 02c96710df87..000000000000 --- a/cad/kicad-devel/files/patch-eeschema_sch__io_easyedapro_sch__io__easyedapro.cpp +++ /dev/null @@ -1,34 +0,0 @@ ---- eeschema/sch_io/easyedapro/sch_io_easyedapro.cpp.orig 2024-10-11 09:03:05 UTC -+++ eeschema/sch_io/easyedapro/sch_io_easyedapro.cpp -@@ -105,6 +105,31 @@ int SCH_IO_EASYEDAPRO::GetModifyHash() const - } - - -+// Explicitly define char traits for wxUniChar since it is not standard -+template<> -+struct nlohmann::detail::char_traits<wxUniChar> : std::char_traits<char32_t> -+{ -+ using char_type = wxUniChar; -+ using int_type = uint32_t; -+ -+ // Redefine to_int_type function -+ static int_type to_int_type(char_type c) noexcept -+ { -+ return static_cast<int_type>(c); -+ } -+ -+ static char_type to_char_type(int_type i) noexcept -+ { -+ return static_cast<char_type>(i); -+ } -+ -+ static constexpr int_type eof() noexcept -+ { -+ return ~0U; -+ } -+}; -+ -+ - static LIB_SYMBOL* loadSymbol( nlohmann::json project, const wxString& aLibraryPath, - const wxString& aAliasName, const std::map<std::string, UTF8>* aProperties ) - { diff --git a/cad/kicad-devel/files/patch-include_pcb__base__frame.h b/cad/kicad-devel/files/patch-include_pcb__base__frame.h index 909801063d01..51fc2276b553 100644 --- a/cad/kicad-devel/files/patch-include_pcb__base__frame.h +++ b/cad/kicad-devel/files/patch-include_pcb__base__frame.h @@ -1,4 +1,4 @@ ---- include/pcb_base_frame.h.orig 2025-09-14 17:37:19 UTC +--- include/pcb_base_frame.h.orig 2025-12-12 23:35:14 UTC +++ include/pcb_base_frame.h @@ -62,7 +62,7 @@ class PCB_LAYER_BOX_SELECTOR; class PROGRESS_REPORTER; @@ -9,7 +9,7 @@ class NL_PCBNEW_PLUGIN; #else class SPNAV_2D_PLUGIN; -@@ -436,7 +436,7 @@ class PCB_BASE_FRAME : public EDA_DRAW_FRAME (private) +@@ -437,7 +437,7 @@ class PCB_BASE_FRAME : public EDA_DRAW_FRAME (private) PCB_ORIGIN_TRANSFORMS m_originTransforms; private: diff --git a/cad/kicad-devel/files/patch-pcbnew_pcb__base__frame.cpp b/cad/kicad-devel/files/patch-pcbnew_pcb__base__frame.cpp index dd98488c35c8..4f3671329644 100644 --- a/cad/kicad-devel/files/patch-pcbnew_pcb__base__frame.cpp +++ b/cad/kicad-devel/files/patch-pcbnew_pcb__base__frame.cpp @@ -1,6 +1,6 @@ ---- pcbnew/pcb_base_frame.cpp.orig 2025-08-26 08:02:49 UTC +--- pcbnew/pcb_base_frame.cpp.orig 2025-12-12 23:35:14 UTC +++ pcbnew/pcb_base_frame.cpp -@@ -67,7 +67,7 @@ +@@ -68,7 +68,7 @@ #include <tool/grid_menu.h> #include <ratsnest/ratsnest_view_item.h> @@ -9,7 +9,7 @@ #include <spacenav/spnav_2d_plugin.h> #else #include <navlib/nl_pcbnew_plugin.h> -@@ -1037,7 +1037,7 @@ void PCB_BASE_FRAME::ActivateGalCanvas() +@@ -1008,7 +1008,7 @@ void PCB_BASE_FRAME::ActivateGalCanvas() { if( !m_spaceMouse ) { diff --git a/cad/kicad-devel/pkg-plist b/cad/kicad-devel/pkg-plist index 6794e83c813f..475008d37000 100644 --- a/cad/kicad-devel/pkg-plist +++ b/cad/kicad-devel/pkg-plist @@ -36,6 +36,7 @@ lib/libkigal.so.9.99.0 %%DESKTOPDIR%%/org.kicad.kicad.desktop %%DESKTOPDIR%%/org.kicad.pcbcalculator.desktop %%DESKTOPDIR%%/org.kicad.pcbnew.desktop +share/bash-completion/completions/kicad-cli share/icons/hicolor/128x128/apps/bitmap2component.png share/icons/hicolor/128x128/apps/eeschema.png share/icons/hicolor/128x128/apps/gerbview.png @@ -889,3 +890,4 @@ share/icons/hicolor/scalable/mimetypes/application-x-kicad-worksheet.svg share/metainfo/org.kicad.kicad.metainfo.xml share/mime/packages/kicad-gerbers.xml share/mime/packages/kicad-kicad.xml +share/zsh/site-functions/_kicad-cli diff --git a/cad/meshlab/Makefile b/cad/meshlab/Makefile deleted file mode 100644 index 5d95fbc5b806..000000000000 --- a/cad/meshlab/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -PORTNAME= meshlab -DISTVERSIONPREFIX= Meshlab- -DISTVERSION= 2020.05 -PORTREVISION= 1 -CATEGORIES= cad - -MAINTAINER= lbartoletti@FreeBSD.org -COMMENT= 3D triangular meshes processing and editing tool -WWW= https://www.meshlab.net/ - -LICENSE= GPLv2 - -BROKEN= fails to build and can not be update to Qt6 - -BUILD_DEPENDS= ${LOCALBASE}/include/vcglib/img/img.h:devel/vcglib -LIB_DEPENDS= libmpirxx.so:math/mpir - -USES= dos2unix gl qmake:outsource qt:5 -DOS2UNIX_GLOB= *.c *.cpp *.h -USE_CXXSTD= c++11 -USE_GITHUB= yes -GH_ACCOUNT= cnr-isti-vclab -USE_GL= gl glu glew -USE_LDCONFIG= yes -USE_QT= buildtools:build core gui network \ - opengl script xml xmlpatterns widgets - -QMAKE_SOURCE_PATH= ${WRKSRC}/src/meshlab.pro - -.if !exists(/usr/include/omp.h) -USES+= compiler:gcc-c++11-lib -.else -USES+= compiler:c++11-lang -.endif - -post-patch: - ${REINPLACE_CMD} 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/src/general.pri - -do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/meshlab/plugins - cd ${BUILD_WRKSRC}/distrib/plugins && ${INSTALL_LIB} *.so ${STAGEDIR}${PREFIX}/lib/meshlab/plugins - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/meshlab/shaders - cd ${WRKSRC}/distrib/shaders && ${COPYTREE_SHARE} \* ${STAGEDIR}${PREFIX}/lib/meshlab/shaders - ${INSTALL_LIB} ${BUILD_WRKSRC}/distrib/lib/* ${STAGEDIR}${PREFIX}/lib - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/distrib/meshlab ${STAGEDIR}${PREFIX}/lib/meshlab - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/distrib/meshlabserver ${STAGEDIR}${PREFIX}/lib/meshlab - ${RLN} ${STAGEDIR}${PREFIX}/lib/meshlab/meshlab ${STAGEDIR}${PREFIX}/bin - ${RLN} ${STAGEDIR}${PREFIX}/lib/meshlab/meshlabserver ${STAGEDIR}${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/cad/meshlab/distinfo b/cad/meshlab/distinfo deleted file mode 100644 index 6763e56e96c3..000000000000 --- a/cad/meshlab/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1588449862 -SHA256 (cnr-isti-vclab-meshlab-Meshlab-2020.05_GH0.tar.gz) = a1d6528bc6e81a57e9b88f9d944ba0df18924b3f74ca474237949bdc28e4f9b9 -SIZE (cnr-isti-vclab-meshlab-Meshlab-2020.05_GH0.tar.gz) = 85076785 diff --git a/cad/meshlab/files/patch-src_external_structuresynth-1.5_ssynth_SyntopiaCore_GLEngine_Raytracer_AtomicCounter.h b/cad/meshlab/files/patch-src_external_structuresynth-1.5_ssynth_SyntopiaCore_GLEngine_Raytracer_AtomicCounter.h deleted file mode 100644 index 4e3530cc5fca..000000000000 --- a/cad/meshlab/files/patch-src_external_structuresynth-1.5_ssynth_SyntopiaCore_GLEngine_Raytracer_AtomicCounter.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h.orig 2020-07-27 23:02:57 UTC -+++ src/external/structuresynth-1.5/ssynth/SyntopiaCore/GLEngine/Raytracer/AtomicCounter.h -@@ -2,6 +2,7 @@ - - #include <QMutex> - #include <QWaitCondition> -+#include <climits> - - namespace SyntopiaCore { - namespace GLEngine { diff --git a/cad/meshlab/files/patch-src_general.pri b/cad/meshlab/files/patch-src_general.pri deleted file mode 100644 index c1a1dfc6f3ed..000000000000 --- a/cad/meshlab/files/patch-src_general.pri +++ /dev/null @@ -1,11 +0,0 @@ ---- src/general.pri.orig 2020-05-02 21:17:23 UTC -+++ src/general.pri -@@ -9,7 +9,7 @@ - DEFINES += MESHLAB_SCALAR=float - - # VCG directory --VCGDIR = $$MESHLAB_SOURCE_DIRECTORY/../vcglib -+VCGDIR = %%LOCALBASE%%/include/vcglib - - include(find_system_libs.pri) - diff --git a/cad/meshlab/files/patch-src_meshlab_glarea.cpp b/cad/meshlab/files/patch-src_meshlab_glarea.cpp deleted file mode 100644 index 21007299b0ca..000000000000 --- a/cad/meshlab/files/patch-src_meshlab_glarea.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- src/meshlab/glarea.cpp.orig 2020-06-04 09:00:54 UTC -+++ src/meshlab/glarea.cpp -@@ -34,6 +34,7 @@ - #include <QFileDialog> - #include <QClipboard> - #include <QLocale> -+#include <QPainterPath> - - #include <wrap/gl/picking.h> - #include <wrap/qt/trackball.h> diff --git a/cad/meshlab/files/patch-src_meshlab_meshlab.pro b/cad/meshlab/files/patch-src_meshlab_meshlab.pro deleted file mode 100644 index e1a9c3cf4a73..000000000000 --- a/cad/meshlab/files/patch-src_meshlab_meshlab.pro +++ /dev/null @@ -1,14 +0,0 @@ ---- src/meshlab/meshlab.pro.orig 2020-05-03 08:34:34 UTC -+++ src/meshlab/meshlab.pro -@@ -143,9 +143,9 @@ macx:QMAKE_POST_LINK += "\ - # win32-g++:release:LIBS += -L../common/release -lcommon - #} - --linux:LIBS += \ -+LIBS += \ - -lmeshlab-common -lGLU \ -- -L$$MESHLAB_DISTRIB_DIRECTORY/lib/linux -ljhead -+ -L$$MESHLAB_DISTRIB_DIRECTORY/lib -L$$EXIF_DIR -ljhead - - !CONFIG(system_glew) { - INCLUDEPATH *= $$GLEWDIR/include diff --git a/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro b/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro deleted file mode 100644 index 8256ba77dd20..000000000000 --- a/cad/meshlab/files/patch-src_meshlabserver_meshlabserver.pro +++ /dev/null @@ -1,13 +0,0 @@ ---- src/meshlabserver/meshlabserver.pro.orig 2020-05-02 21:24:46 UTC -+++ src/meshlabserver/meshlabserver.pro -@@ -29,7 +29,9 @@ macx:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/meshlab.app/C - - win32-msvc:LIBS += -lopengl32 -lGLU32 -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common - win32-g++:LIBS += -lmeshlab-common --linux:LIBS += -lmeshlab-common -+LIBS += -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common -+ -+ - - win32-msvc:DEFINES += GLEW_STATIC - diff --git a/cad/meshlab/files/patch-src_shared.pri b/cad/meshlab/files/patch-src_shared.pri deleted file mode 100644 index 5ae810865418..000000000000 --- a/cad/meshlab/files/patch-src_shared.pri +++ /dev/null @@ -1,11 +0,0 @@ ---- src/shared.pri.orig 2020-05-02 21:26:35 UTC -+++ src/shared.pri -@@ -12,7 +12,7 @@ QT += script - mac:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/lib/libmeshlab-common.dylib - win32-msvc:LIBS += $$MESHLAB_DISTRIB_DIRECTORY/lib/meshlab-common.lib -lopengl32 -lGLU32 - win32-g++:LIBS += -lmeshlab-common -lopengl32 -lGLU32 --linux:LIBS += -lmeshlab-common -lGL -lGLU -+LIBS += -L$$MESHLAB_DISTRIB_DIRECTORY/lib -lmeshlab-common -lGL -lGLU - - win32-msvc:DEFINES += GLEW_STATIC _USE_MATH_DEFINES - diff --git a/cad/meshlab/pkg-descr b/cad/meshlab/pkg-descr deleted file mode 100644 index 0f671561df8b..000000000000 --- a/cad/meshlab/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -MeshLab is an open source, portable, and extensible system for the processing -and editing of unstructured 3D triangular meshes. The system is aimed to help -the processing of the typical not-so-small unstructured models arising in 3D -scanning, providing a set of tools for editing, cleaning, healing, inspecting, -rendering and converting this kind of meshes. diff --git a/cad/meshlab/pkg-plist b/cad/meshlab/pkg-plist deleted file mode 100644 index 872971615fef..000000000000 --- a/cad/meshlab/pkg-plist +++ /dev/null @@ -1,187 +0,0 @@ -bin/meshlab -bin/meshlabserver -lib/libmeshlab-common.so -lib/libmeshlab-common.so.1 -lib/libmeshlab-common.so.1.0 -lib/libmeshlab-common.so.1.0.0 -lib/meshlab/meshlab -lib/meshlab/meshlabserver -lib/meshlab/plugins/libdecorate_background.so -lib/meshlab/plugins/libdecorate_base.so -lib/meshlab/plugins/libdecorate_raster_proj.so -lib/meshlab/plugins/libdecorate_shadow.so -lib/meshlab/plugins/libedit_align.so -lib/meshlab/plugins/libedit_manipulators.so -lib/meshlab/plugins/libedit_measure.so -lib/meshlab/plugins/libedit_mutualcorrs.so -lib/meshlab/plugins/libedit_paint.so -lib/meshlab/plugins/libedit_point.so -lib/meshlab/plugins/libedit_quality.so -lib/meshlab/plugins/libedit_referencing.so -lib/meshlab/plugins/libedit_sample.so -lib/meshlab/plugins/libedit_select.so -lib/meshlab/plugins/libfilter_ao.so -lib/meshlab/plugins/libfilter_camera.so -lib/meshlab/plugins/libfilter_clean.so -lib/meshlab/plugins/libfilter_color_projection.so -lib/meshlab/plugins/libfilter_colorproc.so -lib/meshlab/plugins/libfilter_create.so -lib/meshlab/plugins/libfilter_createiso.so -lib/meshlab/plugins/libfilter_csg.so -lib/meshlab/plugins/libfilter_dirt.so -lib/meshlab/plugins/libfilter_fractal.so -lib/meshlab/plugins/libfilter_func.so -lib/meshlab/plugins/libfilter_geodesic.so -lib/meshlab/plugins/libfilter_img_patch_param.so -lib/meshlab/plugins/libfilter_isoparametrization.so -lib/meshlab/plugins/libfilter_layer.so -lib/meshlab/plugins/libfilter_measure.so -lib/meshlab/plugins/libfilter_meshing.so -lib/meshlab/plugins/libfilter_mls.so -lib/meshlab/plugins/libfilter_mutualglobal.so -lib/meshlab/plugins/libfilter_mutualinfo.so -lib/meshlab/plugins/libfilter_plymc.so -lib/meshlab/plugins/libfilter_qhull.so -lib/meshlab/plugins/libfilter_quality.so -lib/meshlab/plugins/libfilter_sample.so -lib/meshlab/plugins/libfilter_sample_dyn.so -lib/meshlab/plugins/libfilter_sample_gpu.so -lib/meshlab/plugins/libfilter_sampling.so -lib/meshlab/plugins/libfilter_screened_poisson.so -lib/meshlab/plugins/libfilter_sdfgpu.so -lib/meshlab/plugins/libfilter_select.so -lib/meshlab/plugins/libfilter_sketchfab.so -lib/meshlab/plugins/libfilter_ssynth.so -lib/meshlab/plugins/libfilter_texture.so -lib/meshlab/plugins/libfilter_trioptimize.so -lib/meshlab/plugins/libfilter_unsharp.so -lib/meshlab/plugins/libfilter_voronoi.so -lib/meshlab/plugins/libio_3ds.so -lib/meshlab/plugins/libio_base.so -lib/meshlab/plugins/libio_bre.so -lib/meshlab/plugins/libio_collada.so -lib/meshlab/plugins/libio_ctm.so -lib/meshlab/plugins/libio_expe.so -lib/meshlab/plugins/libio_json.so -lib/meshlab/plugins/libio_pdb.so -lib/meshlab/plugins/libio_tri.so -lib/meshlab/plugins/libio_txt.so -lib/meshlab/plugins/libio_u3d.so -lib/meshlab/plugins/libio_x3d.so -lib/meshlab/plugins/librender_gdp.so -lib/meshlab/plugins/librender_radiance_scaling.so -lib/meshlab/shaders/3Dlabs-license.txt -lib/meshlab/shaders/Cook-Torrance.frag -lib/meshlab/shaders/Cook-Torrance.gdp -lib/meshlab/shaders/Cook-Torrance.vert -lib/meshlab/shaders/Hatch.frag -lib/meshlab/shaders/Hatch.gdp -lib/meshlab/shaders/Hatch.vert -lib/meshlab/shaders/LightworkDesign-license.txt -lib/meshlab/shaders/Oren-Nayar.frag -lib/meshlab/shaders/Oren-Nayar.gdp -lib/meshlab/shaders/Oren-Nayar.vert -lib/meshlab/shaders/SEM.frag -lib/meshlab/shaders/SEM.vert -lib/meshlab/shaders/ambient_occlusion.vert -lib/meshlab/shaders/ambient_occlusion4.frag -lib/meshlab/shaders/ambient_occlusion8.frag -lib/meshlab/shaders/decorate_shadow/sm/depth.frag -lib/meshlab/shaders/decorate_shadow/sm/depth.vert -lib/meshlab/shaders/decorate_shadow/sm/object.frag -lib/meshlab/shaders/decorate_shadow/sm/object.vert -lib/meshlab/shaders/decorate_shadow/ssao/blur.frag -lib/meshlab/shaders/decorate_shadow/ssao/blur.vert -lib/meshlab/shaders/decorate_shadow/ssao/normalMap.frag -lib/meshlab/shaders/decorate_shadow/ssao/normalMap.vert -lib/meshlab/shaders/decorate_shadow/ssao/ssao.frag -lib/meshlab/shaders/decorate_shadow/ssao/ssao.vert -lib/meshlab/shaders/decorate_shadow/vsm/depthVSM.frag -lib/meshlab/shaders/decorate_shadow/vsm/depthVSM.vert -lib/meshlab/shaders/decorate_shadow/vsm/objectVSM.frag -lib/meshlab/shaders/decorate_shadow/vsm/objectVSM.vert -lib/meshlab/shaders/decorate_shadow/vsmb/blurVSM.frag -lib/meshlab/shaders/decorate_shadow/vsmb/blurVSM.vert -lib/meshlab/shaders/decorate_shadow/vsmb/depthVSM.frag -lib/meshlab/shaders/decorate_shadow/vsmb/depthVSM.vert -lib/meshlab/shaders/decorate_shadow/vsmb/objectVSM.frag -lib/meshlab/shaders/decorate_shadow/vsmb/objectVSM.vert -lib/meshlab/shaders/depthmap.frag -lib/meshlab/shaders/depthmap.gdp -lib/meshlab/shaders/depthmap.vert -lib/meshlab/shaders/dimple.frag -lib/meshlab/shaders/dimple.gdp -lib/meshlab/shaders/dimple.vert -lib/meshlab/shaders/electronic microscope.gdp -lib/meshlab/shaders/envmap.frag -lib/meshlab/shaders/envmap.gdp -lib/meshlab/shaders/envmap.vert -lib/meshlab/shaders/glass.frag -lib/meshlab/shaders/glass.gdp -lib/meshlab/shaders/glass.vert -lib/meshlab/shaders/gooch.frag -lib/meshlab/shaders/gooch.gdp -lib/meshlab/shaders/gooch.vert -lib/meshlab/shaders/lattice.frag -lib/meshlab/shaders/lattice.gdp -lib/meshlab/shaders/lattice.vert -lib/meshlab/shaders/minnaert.frag -lib/meshlab/shaders/minnaert.gdp -lib/meshlab/shaders/minnaert.vert -lib/meshlab/shaders/normalmap.frag -lib/meshlab/shaders/normalmap.gdp -lib/meshlab/shaders/normalmap.vert -lib/meshlab/shaders/phong.frag -lib/meshlab/shaders/phong.gdp -lib/meshlab/shaders/phong.vert -lib/meshlab/shaders/polkadot3d.frag -lib/meshlab/shaders/polkadot3d.gdp -lib/meshlab/shaders/polkadot3d.vert -lib/meshlab/shaders/reflexion_lines.frag -lib/meshlab/shaders/reflexion_lines.gdp -lib/meshlab/shaders/reflexion_lines.vert -lib/meshlab/shaders/shadersrm/NormalMapping.rfx -lib/meshlab/shaders/shadersrm/PhongUntextured.rfx -lib/meshlab/shaders/shadersrm/QualityContour.rfx -lib/meshlab/shaders/shadersrm/ZBrush.rfx -lib/meshlab/shaders/shadersrm/cartoon.rfx -lib/meshlab/shaders/shadersrm/old/Depth of Field.rfx -lib/meshlab/shaders/shadersrm/old/GlyphBomb.rfx -lib/meshlab/shaders/shadersrm/old/ImageBasedLighting.rfx -lib/meshlab/shaders/shadersrm/old/Plastic.rfx -lib/meshlab/shaders/shadersrm/old/RenderToTexture.rfx -lib/meshlab/shaders/shadersrm/old/cubeenvmap.rfx -lib/meshlab/shaders/shadersrm/old/fur.rfx -lib/meshlab/shaders/shadersrm/old/hatching.rfx -lib/meshlab/shaders/slicingplane.frag -lib/meshlab/shaders/slicingplane.gdp -lib/meshlab/shaders/slicingplane.vert -lib/meshlab/shaders/splatpyramid/shader_analysis.frag -lib/meshlab/shaders/splatpyramid/shader_analysis.vert -lib/meshlab/shaders/splatpyramid/shader_analysis_color.frag -lib/meshlab/shaders/splatpyramid/shader_analysis_color.vert -lib/meshlab/shaders/splatpyramid/shader_copy.frag -lib/meshlab/shaders/splatpyramid/shader_copy.vert -lib/meshlab/shaders/splatpyramid/shader_copy_color.frag -lib/meshlab/shaders/splatpyramid/shader_copy_color.vert -lib/meshlab/shaders/splatpyramid/shader_phong.frag -lib/meshlab/shaders/splatpyramid/shader_phong.vert -lib/meshlab/shaders/splatpyramid/shader_phong_color.frag -lib/meshlab/shaders/splatpyramid/shader_phong_color.vert -lib/meshlab/shaders/splatpyramid/shader_point_projection.frag -lib/meshlab/shaders/splatpyramid/shader_point_projection.vert -lib/meshlab/shaders/splatpyramid/shader_point_projection_color.frag -lib/meshlab/shaders/splatpyramid/shader_point_projection_color.vert -lib/meshlab/shaders/splatpyramid/shader_synthesis.frag -lib/meshlab/shaders/splatpyramid/shader_synthesis.vert -lib/meshlab/shaders/splatpyramid/shader_synthesis_color.frag -lib/meshlab/shaders/splatpyramid/shader_synthesis_color.vert -lib/meshlab/shaders/stripes2.frag -lib/meshlab/shaders/stripes2.gdp -lib/meshlab/shaders/stripes2.vert -lib/meshlab/shaders/toon.frag -lib/meshlab/shaders/toon.gdp -lib/meshlab/shaders/toon.vert -lib/meshlab/shaders/xray.frag -lib/meshlab/shaders/xray.gdp -lib/meshlab/shaders/xray.vert diff --git a/cad/scotch/Makefile b/cad/scotch/Makefile index 6864892442f4..624357ac79ac 100644 --- a/cad/scotch/Makefile +++ b/cad/scotch/Makefile @@ -28,6 +28,7 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} TEST_WRKSRC= ${BUILD_WRKSRC} ALL_TARGET= esmumps TEST_TARGET= check +CFLAGS= -Wno-implicit-function-declaration MAKE_ENV= prefix=${STAGEDIR}${PREFIX} mandir=${STAGEDIR}${PREFIX}/share/man \ -DSCOTCH_PTHREAD_NUMBER=2 USE_LDCONFIG= yes diff --git a/chinese/librime/Makefile b/chinese/librime/Makefile index dac4838be63e..4eebfbbe02dc 100644 --- a/chinese/librime/Makefile +++ b/chinese/librime/Makefile @@ -1,5 +1,6 @@ PORTNAME= librime DISTVERSION= 1.15.0 +PORTREVISION= 1 CATEGORIES= chinese textproc MAINTAINER= eric@camachat.org diff --git a/converters/bibtexconv/Makefile b/converters/bibtexconv/Makefile index bfe5ddc60a1b..4866b7547cc8 100644 --- a/converters/bibtexconv/Makefile +++ b/converters/bibtexconv/Makefile @@ -1,6 +1,5 @@ PORTNAME= bibtexconv -DISTVERSION= 2.0.5 -PORTREVISION= 1 +DISTVERSION= 2.1.0 CATEGORIES= converters MASTER_SITES= https://www.nntb.no/~dreibh/bibtexconv/download/ @@ -15,7 +14,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= pdfinfo:graphics/poppler-utils \ zip:archivers/zip -USES= bison cmake python shebangfix ssl tar:xz +USES= bison cmake python:3.9+ shebangfix ssl tar:xz SHEBANG_FILES= src/get-author-url src/ietf2bibtex diff --git a/converters/bibtexconv/distinfo b/converters/bibtexconv/distinfo index 9c6fc204d86b..e3abe69539f8 100644 --- a/converters/bibtexconv/distinfo +++ b/converters/bibtexconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761303764 -SHA256 (bibtexconv-2.0.5.tar.xz) = 148c254449475027ac32f5e4451f084c51224da72fcb4d4d0a716979f274625a -SIZE (bibtexconv-2.0.5.tar.xz) = 359036 +TIMESTAMP = 1765304684 +SHA256 (bibtexconv-2.1.0.tar.xz) = a649b352f5ceb666ceb93871635cb8f2887579af3f976dbb4ee8a5de7b8a7d79 +SIZE (bibtexconv-2.1.0.tar.xz) = 361768 diff --git a/converters/py-gotenberg-client/Makefile b/converters/py-gotenberg-client/Makefile index 698d816f886c..9e6e5271043d 100644 --- a/converters/py-gotenberg-client/Makefile +++ b/converters/py-gotenberg-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= gotenberg-client -PORTVERSION= 0.13.0 +PORTVERSION= 0.13.1 CATEGORIES= converters python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,10 +12,10 @@ WWW= https://gotenberg.dev/docs/getting-started/clients LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.21.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.26:www/py-httpx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.9.0:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-magic>=0.4.27:devel/py-python-magic@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httpx>=0.27:www/py-httpx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-magic>0:devel/py-python-magic@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-httpx>=0:devel/py-pytest-httpx@${PY_FLAVOR} diff --git a/converters/py-gotenberg-client/distinfo b/converters/py-gotenberg-client/distinfo index 8e7a2c1021d3..64716351fee9 100644 --- a/converters/py-gotenberg-client/distinfo +++ b/converters/py-gotenberg-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568406 -SHA256 (gotenberg_client-0.13.0.tar.gz) = 0fb2425d0e1e4f143285ecde90f7687f4d234d2b23316f5d42015337d336a4ab -SIZE (gotenberg_client-0.13.0.tar.gz) = 1211055 +TIMESTAMP = 1765718710 +SHA256 (gotenberg_client-0.13.1.tar.gz) = cdd6bbb535cd739b87446cd1b4f6347ed7f9af6a0d4b19baf7c064b75528ee54 +SIZE (gotenberg_client-0.13.1.tar.gz) = 1211143 diff --git a/converters/py-gotenberg-client/files/patch-pyproject.toml b/converters/py-gotenberg-client/files/patch-pyproject.toml deleted file mode 100644 index 1a8a36ca9fa9..000000000000 --- a/converters/py-gotenberg-client/files/patch-pyproject.toml +++ /dev/null @@ -1,11 +0,0 @@ ---- pyproject.toml.orig 2025-12-03 09:15:17 UTC -+++ pyproject.toml -@@ -5,7 +5,7 @@ build-backend = "hatchling.build" - [build-system] - build-backend = "hatchling.build" - --requires = [ "hatchling~=1.27.0" ] -+requires = [ "hatchling>=1.27.0" ] - - [project] - name = "gotenberg-client" diff --git a/converters/rubygem-iconv/Makefile b/converters/rubygem-iconv/Makefile index 5816a1826893..ff04ac672b96 100644 --- a/converters/rubygem-iconv/Makefile +++ b/converters/rubygem-iconv/Makefile @@ -1,5 +1,5 @@ PORTNAME= iconv -PORTVERSION= 1.1.0 +PORTVERSION= 1.1.1 CATEGORIES= converters rubygems MASTER_SITES= RG @@ -10,7 +10,7 @@ WWW= https://github.com/ruby/iconv LICENSE= BSD2CLAUSE RUBY LICENSE_COMB= dual LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/BSDL -LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt +LICENSE_FILE_RUBY= ${WRKSRC}/COPYING USES= gem iconv diff --git a/converters/rubygem-iconv/distinfo b/converters/rubygem-iconv/distinfo index 225c54fe6835..7552162c7e80 100644 --- a/converters/rubygem-iconv/distinfo +++ b/converters/rubygem-iconv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726741003 -SHA256 (rubygem/iconv-1.1.0.gem) = 8ad7d9ce53aa186efe9cc867d9559b1fc4c3f4f4af29bccad07793523f6720e8 -SIZE (rubygem/iconv-1.1.0.gem) = 21504 +TIMESTAMP = 1765032842 +SHA256 (rubygem/iconv-1.1.1.gem) = 6ac2b9e060d1ed3a18f4cd1ef262f90d3700d3151ead875ffc664180f968350d +SIZE (rubygem/iconv-1.1.1.gem) = 22016 diff --git a/converters/simdutf/Makefile b/converters/simdutf/Makefile index f2ae151f1995..b7c9df6c2d16 100644 --- a/converters/simdutf/Makefile +++ b/converters/simdutf/Makefile @@ -1,6 +1,6 @@ PORTNAME= simdutf DISTVERSIONPREFIX= v -DISTVERSION= 7.6.0 +DISTVERSION= 7.7.0 CATEGORIES= converters textproc MAINTAINER= fuz@FreeBSD.org diff --git a/converters/simdutf/distinfo b/converters/simdutf/distinfo index add9a2586846..d44f68dac66e 100644 --- a/converters/simdutf/distinfo +++ b/converters/simdutf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763494564 -SHA256 (simdutf-simdutf-v7.6.0_GH0.tar.gz) = ce8c57ea0c417f721e5f0b4ba5e295de38bbd0086bc16dc9c9b1c099926576c7 -SIZE (simdutf-simdutf-v7.6.0_GH0.tar.gz) = 2230418 +TIMESTAMP = 1763896945 +SHA256 (simdutf-simdutf-v7.7.0_GH0.tar.gz) = 0180de81a1dd48a87b8c0442ffa81734f3db91a7350914107a449935124e3c6f +SIZE (simdutf-simdutf-v7.7.0_GH0.tar.gz) = 2231692 diff --git a/converters/simdutf/pkg-plist b/converters/simdutf/pkg-plist index 1a780c9b1fd8..bd1995456340 100644 --- a/converters/simdutf/pkg-plist +++ b/converters/simdutf/pkg-plist @@ -14,7 +14,7 @@ lib/cmake/simdutf/simdutf-config-version.cmake lib/cmake/simdutf/simdutf-config.cmake lib/cmake/simdutf/simdutfTargets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/simdutf/simdutfTargets.cmake -lib/libsimdutf.so.28.0.0 -lib/libsimdutf.so.28 +lib/libsimdutf.so.29.0.0 +lib/libsimdutf.so.29 lib/libsimdutf.so libdata/pkgconfig/simdutf.pc diff --git a/databases/Makefile b/databases/Makefile index 0f3fa1c7271b..570fe5a470c3 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -767,6 +767,7 @@ SUBDIR += py-couchdb SUBDIR += py-cymysql SUBDIR += py-databases + SUBDIR += py-databricks-sql-connector SUBDIR += py-datafusion SUBDIR += py-dbf SUBDIR += py-dbt-core @@ -844,6 +845,7 @@ SUBDIR += py-redis5 SUBDIR += py-redis6 SUBDIR += py-redisvl + SUBDIR += py-redshift-connector SUBDIR += py-rrdtool SUBDIR += py-schemachange SUBDIR += py-sispy diff --git a/databases/akonadi/distinfo b/databases/akonadi/distinfo index 3e24aaa77e27..58fc3d79a2f6 100644 --- a/databases/akonadi/distinfo +++ b/databases/akonadi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264316 -SHA256 (KDE/release-service/25.08.3/akonadi-25.08.3.tar.xz) = f867fd1e16d9d637a92dab334dc4170f20f58be13367392094ec539e3eee017a -SIZE (KDE/release-service/25.08.3/akonadi-25.08.3.tar.xz) = 1767120 +TIMESTAMP = 1765478319 +SHA256 (KDE/release-service/25.12.0/akonadi-25.12.0.tar.xz) = 89d0ffc9e6f065857e5d6ffb085f352c998ae2f31c9ddf812f5696d3d16660dc +SIZE (KDE/release-service/25.12.0/akonadi-25.12.0.tar.xz) = 1771140 diff --git a/databases/arrow/Makefile b/databases/arrow/Makefile index 1ca8597dd782..47b3ebccc274 100644 --- a/databases/arrow/Makefile +++ b/databases/arrow/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow DISTVERSION= 21.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= databases MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION} \ https://github.com/apache/orc/archive/rel/:orc diff --git a/databases/cego/Makefile b/databases/cego/Makefile index 7936d369a72b..ede4f19a149f 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= cego -PORTVERSION= 2.52.44 +PORTVERSION= 2.53.2 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 11a5ce32f0d7..f405d5347dc3 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764002940 -SHA256 (cego-2.52.44.tar.gz) = 5ae76ece54f791de2e2a6f1f7e224fcfe8c86e7c0d104685467f543278a9a895 -SIZE (cego-2.52.44.tar.gz) = 3320320 +TIMESTAMP = 1765457663 +SHA256 (cego-2.53.2.tar.gz) = b500b284c39bbcb0a3460186ff0809f0b3169a24bf0a66d38f9d12cb5eb5c7b6 +SIZE (cego-2.53.2.tar.gz) = 3311173 diff --git a/databases/cegobridge/Makefile b/databases/cegobridge/Makefile index b5d392ae07cb..c12126bf3f2b 100644 --- a/databases/cegobridge/Makefile +++ b/databases/cegobridge/Makefile @@ -1,5 +1,5 @@ PORTNAME= cegobridge -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cegobridge/distinfo b/databases/cegobridge/distinfo index 0e6a6e38153e..6e89cf13734b 100644 --- a/databases/cegobridge/distinfo +++ b/databases/cegobridge/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1743839586 -SHA256 (cegobridge-1.9.0.tar.gz) = 0ac52240d8461ec60f394027ab3fe0d15df7e99e5dbe87dfab7d24d0f6a1a101 -SIZE (cegobridge-1.9.0.tar.gz) = 616967 +TIMESTAMP = 1765457677 +SHA256 (cegobridge-1.10.0.tar.gz) = 3b1bad0ef59d074a151909677e77da8447d2eeb16d8b0a2efaf9e8ec7d7c3794 +SIZE (cegobridge-1.10.0.tar.gz) = 617113 diff --git a/databases/couchdb3/Makefile b/databases/couchdb3/Makefile index 20b8b9bf5493..036001612de2 100644 --- a/databases/couchdb3/Makefile +++ b/databases/couchdb3/Makefile @@ -1,6 +1,6 @@ PORTNAME= couchdb3 DISTVERSION= 3.5.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases MASTER_SITES= APACHE/couchdb/source/${DISTVERSION} DISTNAME= apache-couchdb-${DISTVERSION} @@ -53,7 +53,7 @@ OPTIONS_SUB= yes _APPDIR= ${LOCALBASE}/libexec/${PORTNAME} _DBDIR?= /var/db/${PORTNAME} -_ERLVER?= 27 +_ERLVER?= 28 _LOGDIR?= /var/log/${PORTNAME} _LOGFILE?= ${_LOGDIR}/couch.log _RELDIR= ${_APPDIR}/releases/${DISTVERSION} diff --git a/databases/couchdb3/pkg-plist b/databases/couchdb3/pkg-plist index ca3b9dcbf960..2e79b6c2485b 100644 --- a/databases/couchdb3/pkg-plist +++ b/databases/couchdb3/pkg-plist @@ -5,49 +5,49 @@ libexec/couchdb3/bin/couchdb libexec/couchdb3/bin/couchjs libexec/couchdb3/bin/remsh libexec/couchdb3/bin/weatherreport -libexec/couchdb3/erts-15.2.7.4/bin/beam.smp -libexec/couchdb3/erts-15.2.7.4/bin/ct_run -libexec/couchdb3/erts-15.2.7.4/bin/epmd -libexec/couchdb3/erts-15.2.7.4/bin/erl -libexec/couchdb3/erts-15.2.7.4/bin/erl_call -libexec/couchdb3/erts-15.2.7.4/bin/erl_child_setup -libexec/couchdb3/erts-15.2.7.4/bin/erlc -libexec/couchdb3/erts-15.2.7.4/bin/erlexec -libexec/couchdb3/erts-15.2.7.4/bin/escript -libexec/couchdb3/erts-15.2.7.4/bin/heart -libexec/couchdb3/erts-15.2.7.4/bin/inet_gethost -libexec/couchdb3/erts-15.2.7.4/bin/run_erl -libexec/couchdb3/erts-15.2.7.4/bin/start -libexec/couchdb3/erts-15.2.7.4/bin/to_erl -libexec/couchdb3/erts-15.2.7.4/bin/yielding_c_fun -libexec/couchdb3/erts-15.2.7.4/lib/internal/README +libexec/couchdb3/erts-16.1.2/bin/beam.smp +libexec/couchdb3/erts-16.1.2/bin/ct_run +libexec/couchdb3/erts-16.1.2/bin/epmd +libexec/couchdb3/erts-16.1.2/bin/erl +libexec/couchdb3/erts-16.1.2/bin/erl_call +libexec/couchdb3/erts-16.1.2/bin/erl_child_setup +libexec/couchdb3/erts-16.1.2/bin/erlc +libexec/couchdb3/erts-16.1.2/bin/erlexec +libexec/couchdb3/erts-16.1.2/bin/escript +libexec/couchdb3/erts-16.1.2/bin/heart +libexec/couchdb3/erts-16.1.2/bin/inet_gethost +libexec/couchdb3/erts-16.1.2/bin/run_erl +libexec/couchdb3/erts-16.1.2/bin/start +libexec/couchdb3/erts-16.1.2/bin/to_erl +libexec/couchdb3/erts-16.1.2/bin/yielding_c_fun +libexec/couchdb3/erts-16.1.2/lib/internal/README libexec/couchdb3/etc/default.ini libexec/couchdb3/etc/nouveau.yaml -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1.app -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1.appup -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1_db.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_check.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_constructed_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_constructed_per.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_eval_ext.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_func.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_ber_bin_v2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_check.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_jer.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_gen_per.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_imm.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_name.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_parser2.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_partial_decode.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_pretty_format.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_rtt.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_table.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_tok.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1ct_value.beam -libexec/couchdb3/lib/asn1-5.3.4.2/ebin/asn1rt_nif.beam -libexec/couchdb3/lib/asn1-5.3.4.2/priv/lib/asn1rt_nif.so +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1.app +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1.appup +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1_db.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_check.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_constructed_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_constructed_per.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_eval_ext.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_func.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_ber_bin_v2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_check.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_jer.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_gen_per.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_imm.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_name.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_parser2.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_partial_decode.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_pretty_format.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_rtt.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_table.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_tok.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1ct_value.beam +libexec/couchdb3/lib/asn1-5.4.2/ebin/asn1rt_nif.beam +libexec/couchdb3/lib/asn1-5.4.2/priv/lib/asn1rt_nif.so libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.app libexec/couchdb3/lib/b64url-%%VERSION%%/ebin/b64url.beam libexec/couchdb3/lib/b64url-%%VERSION%%/priv/b64url.so @@ -78,68 +78,68 @@ libexec/couchdb3/lib/chttpd-%%VERSION%%/ebin/chttpd_xframe_options.beam libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/include/chttpd_cors.hrl libexec/couchdb3/lib/chttpd-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_a.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_asm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_block.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_bounds.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_call_types.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_clean.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_core_to_ssa.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_dict.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_digraph.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_disasm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_doc.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_flatten.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_jump.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_listing.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_opcodes.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_alias.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bc_size.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bool.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_bsm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_check.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_codegen.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_dead.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_destructive_update.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_lint.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_opt.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_pp.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_pre_codegen.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_recv.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_share.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_ss.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_throw.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_ssa_type.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_trim.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_types.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_utils.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_validator.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/beam_z.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_clauses.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_inline.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/cerl_trees.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compile.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compiler.app -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/compiler.appup -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_lib.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_lint.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_parse.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_pp.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/core_scan.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/erl_bifs.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/rec_env.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_alias.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_bsm.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_fold.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_fold_lists.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_inline.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_core_prepare.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_coverage.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_messages.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/sys_pre_attributes.beam -libexec/couchdb3/lib/compiler-8.6.1.2/ebin/v3_core.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_a.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_asm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_block.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_bounds.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_call_types.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_clean.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_core_to_ssa.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_dict.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_digraph.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_disasm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_doc.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_flatten.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_jump.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_listing.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_opcodes.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_alias.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bc_size.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bool.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_bsm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_check.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_codegen.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_dead.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_destructive_update.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_lint.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_opt.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_pp.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_pre_codegen.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_recv.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_share.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_ss.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_throw.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_ssa_type.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_trim.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_types.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_utils.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_validator.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/beam_z.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_clauses.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_inline.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/cerl_trees.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/compile.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/compiler.app +libexec/couchdb3/lib/compiler-9.0.3/ebin/compiler.appup +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_lib.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_lint.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_parse.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_pp.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/core_scan.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/erl_bifs.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/rec_env.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_alias.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_bsm.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_fold.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_fold_lists.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_inline.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_core_prepare.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_coverage.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_messages.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/sys_pre_attributes.beam +libexec/couchdb3/lib/compiler-9.0.3/ebin/v3_core.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.app libexec/couchdb3/lib/config-%%VERSION%%/ebin/config.beam libexec/couchdb3/lib/config-%%VERSION%%/ebin/config_app.beam @@ -398,13 +398,13 @@ libexec/couchdb3/lib/cowlib-2.15.0/ebin/cow_ws.beam libexec/couchdb3/lib/cowlib-2.15.0/ebin/cowlib.app libexec/couchdb3/lib/cowlib-2.15.0/include/cow_inline.hrl libexec/couchdb3/lib/cowlib-2.15.0/include/cow_parse.hrl -libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.app -libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.appup -libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto.beam -libexec/couchdb3/lib/crypto-5.5.3/ebin/crypto_ec_curves.beam -libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto.so -libexec/couchdb3/lib/crypto-5.5.3/priv/lib/crypto_callback.so -libexec/couchdb3/lib/crypto-5.5.3/priv/lib/otp_test_engine.so +libexec/couchdb3/lib/crypto-5.7/ebin/crypto.app +libexec/couchdb3/lib/crypto-5.7/ebin/crypto.appup +libexec/couchdb3/lib/crypto-5.7/ebin/crypto.beam +libexec/couchdb3/lib/crypto-5.7/ebin/crypto_ec_curves.beam +libexec/couchdb3/lib/crypto-5.7/priv/lib/crypto.so +libexec/couchdb3/lib/crypto-5.7/priv/lib/crypto_callback.so +libexec/couchdb3/lib/crypto-5.7/priv/lib/otp_test_engine.so libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.app libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian.beam libexec/couchdb3/lib/custodian-%%VERSION%%/ebin/custodian_app.beam @@ -544,74 +544,73 @@ libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_socks5.beam libexec/couchdb3/lib/ibrowse-4.4.2/ebin/ibrowse_sup.beam libexec/couchdb3/lib/ibrowse-4.4.2/include/ibrowse.hrl libexec/couchdb3/lib/ibrowse-4.4.2/priv/ibrowse.conf -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_chunk.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_transport.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_uri.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/http_util.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_cookie.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_handler.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_handler_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_manager.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_profile_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpc_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_acceptor.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_acceptor_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_cgi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_conf.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_connection_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_custom.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_custom_api.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_esi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_example.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_file.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_instance_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_logger.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_manager.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_misc_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_request.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_request_handler.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_response.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_script_env.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_socket.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/httpd_util.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.app -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.appup -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_app.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_lib.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_service.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_sup.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/inets_trace.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_actions.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_alias.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_dets.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_mnesia.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_plain.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_auth_server.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_cgi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_dir.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_disk_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_esi.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_get.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_head.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_log.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_range.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_responsecontrol.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_security.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_security_server.beam -libexec/couchdb3/lib/inets-9.3.2.2/ebin/mod_trace.beam -libexec/couchdb3/lib/inets-9.3.2.2/include/httpd.hrl -libexec/couchdb3/lib/inets-9.3.2.2/include/mod_auth.hrl -libexec/couchdb3/lib/inets-9.3.2.2/priv/bin/runcgi.sh +libexec/couchdb3/lib/inets-9.4.2/ebin/http_chunk.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_transport.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_uri.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/http_util.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_cookie.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_handler.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_handler_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_manager.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_profile_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpc_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_acceptor.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_acceptor_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_cgi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_conf.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_connection_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_custom.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_custom_api.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_esi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_example.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_file.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_instance_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_logger.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_manager.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_misc_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_request.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_request_handler.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_response.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_script_env.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_socket.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/httpd_util.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.app +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.appup +libexec/couchdb3/lib/inets-9.4.2/ebin/inets.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_app.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_lib.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_service.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_sup.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/inets_trace.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_actions.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_alias.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_dets.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_mnesia.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_plain.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_auth_server.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_cgi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_dir.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_disk_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_esi.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_get.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_head.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_log.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_range.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_responsecontrol.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_security.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_security_server.beam +libexec/couchdb3/lib/inets-9.4.2/ebin/mod_trace.beam +libexec/couchdb3/lib/inets-9.4.2/include/httpd.hrl +libexec/couchdb3/lib/inets-9.4.2/include/mod_auth.hrl libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.app libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq.beam libexec/couchdb3/lib/ioq-%%VERSION%%/ebin/ioq_app.beam @@ -631,117 +630,119 @@ libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_app.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_event_handler.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_server.beam libexec/couchdb3/lib/ken-%%VERSION%%/ebin/ken_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_controller.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_master.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/application_starter.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/auth.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/code.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/code_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_1.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/disk_log_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/dist_ac.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/dist_util.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_boot_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_compile_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_ddll.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_distribution.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_epmd.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_erts_errors.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_kernel_errors.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_reply.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erl_signal_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erpc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/error_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/error_logger.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/erts_debug.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file_io_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/file_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_tcp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/gen_udp_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global_group.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/global_search.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/group.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/group_history.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/heart.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet6_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_db.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_dns.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_dns_tsig.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_epmd_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_epmd_socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_gethost_native.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_hosts.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_parse.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_res.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_sctp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_tcp_dist.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/inet_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.app -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.appup -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/kernel_refc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/local_tcp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/local_udp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_backend.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_config.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_disk_log_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_filters.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_formatter.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_h_common.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_handler.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_handler_watcher.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_olp.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_proxy.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_server.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_simple_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_std_h.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/logger_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net_adm.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/net_kernel.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/os.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/pg.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/pg2.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/prim_tty.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/ram_file.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_compressed.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_deflate.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_delayed.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_inflate.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/raw_file_io_list.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/rpc.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/seq_trace.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/socket.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/standard_error.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/trace.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/user_drv.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/user_sup.beam -libexec/couchdb3/lib/kernel-10.2.7.3/ebin/wrap_log_reader.beam -libexec/couchdb3/lib/kernel-10.2.7.3/include/dist.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/dist_util.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/eep48.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/file.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/inet.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/inet_sctp.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/logger.hrl -libexec/couchdb3/lib/kernel-10.2.7.3/include/net_address.hrl +libexec/couchdb3/lib/kernel-10.4.2/ebin/application.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_controller.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_master.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/application_starter.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/auth.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/code.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/code_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_1.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/disk_log_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/dist_ac.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/dist_util.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_boot_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_compile_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_ddll.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_debugger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_distribution.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_epmd.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_erts_errors.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_kernel_errors.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_reply.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erl_signal_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erpc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/error_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/error_logger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/erts_debug.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file_io_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/file_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_tcp_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/gen_udp_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global_group.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/global_search.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/group.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/group_history.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/heart.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet6_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_db.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_dns.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_dns_tsig.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_epmd_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_epmd_socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_gethost_native.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_hosts.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_parse.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_res.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_sctp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_tcp_dist.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/inet_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.app +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.appup +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/kernel_refc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/local_tcp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/local_udp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_backend.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_config.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_disk_log_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_filters.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_formatter.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_h_common.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_handler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_handler_watcher.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_olp.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_proxy.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_server.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_simple_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_std_h.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/logger_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net_adm.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/net_kernel.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/os.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/pg.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/pg2.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/prim_tty.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/prim_tty_sighandler.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/ram_file.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_compressed.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_deflate.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_delayed.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_inflate.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/raw_file_io_list.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/rpc.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/seq_trace.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/socket.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/standard_error.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/trace.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/user_drv.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/user_sup.beam +libexec/couchdb3/lib/kernel-10.4.2/ebin/wrap_log_reader.beam +libexec/couchdb3/lib/kernel-10.4.2/include/dist.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/dist_util.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/eep48.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/file.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/inet.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/inet_sctp.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/logger.hrl +libexec/couchdb3/lib/kernel-10.4.2/include/net_address.hrl libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango.app libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_app.beam libexec/couchdb3/lib/mango-%%VERSION%%/ebin/mango_crud.beam @@ -864,35 +865,64 @@ libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_sup.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/ebin/nouveau_util.beam libexec/couchdb3/lib/nouveau-%%VERSION%%/include/nouveau.hrl libexec/couchdb3/lib/nouveau-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/os_mon-2.10.1/ebin/cpu_sup.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/disksup.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/memsup.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/nteventlog.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.app -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.appup -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_mib.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_mon_sysinfo.beam -libexec/couchdb3/lib/os_mon-2.10.1/ebin/os_sup.beam -libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/cpu_sup -libexec/couchdb3/lib/os_mon-2.10.1/priv/bin/memsup -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/OTP-PUB-KEY.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/PKCS-FRAME.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_cert.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_cert_records.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_crl.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_ocsp.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_os_cacerts.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_pbe.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_pem.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_policy_tree.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/pubkey_ssh.beam -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.app -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.appup -libexec/couchdb3/lib/public_key-1.17.1.1/ebin/public_key.beam -libexec/couchdb3/lib/public_key-1.17.1.1/include/OTP-PUB-KEY.hrl -libexec/couchdb3/lib/public_key-1.17.1.1/include/PKCS-FRAME.hrl -libexec/couchdb3/lib/public_key-1.17.1.1/include/public_key.hrl +libexec/couchdb3/lib/os_mon-2.11.1/ebin/cpu_sup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/disksup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/memsup.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/nteventlog.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.app +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.appup +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon_mib.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_mon_sysinfo.beam +libexec/couchdb3/lib/os_mon-2.11.1/ebin/os_sup.beam +libexec/couchdb3/lib/os_mon-2.11.1/priv/bin/cpu_sup +libexec/couchdb3/lib/os_mon-2.11.1/priv/bin/memsup +libexec/couchdb3/lib/public_key-1.19/ebin/AlgorithmInformation-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/AttributeCertificateVersion1-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CMSAesRsaesOaep-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CryptographicMessageSyntax-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/CryptographicMessageSyntaxAlgorithms-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/DSS.beam +libexec/couchdb3/lib/public_key-1.19/ebin/ECPrivateKey.beam +libexec/couchdb3/lib/public_key-1.19/ebin/EnrollmentMessageSyntax-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/KEMAlgorithmInformation-2023.beam +libexec/couchdb3/lib/public_key-1.19/ebin/OCSP-2024-08.beam +libexec/couchdb3/lib/public_key-1.19/ebin/OTP-PKIX.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-1.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-10.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-3.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKCS-FRAME.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX-CommonTypes-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX-X400Address-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1-PSS-OAEP-Algorithms-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1Explicit-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIX1Implicit-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXAlgs-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXAttributeCertificate-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXCMP-2023.beam +libexec/couchdb3/lib/public_key-1.19/ebin/PKIXCRMF-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/RFC5639.beam +libexec/couchdb3/lib/public_key-1.19/ebin/Safecurves-pkix-18.beam +libexec/couchdb3/lib/public_key-1.19/ebin/SecureMimeMessageV3dot1-2009.beam +libexec/couchdb3/lib/public_key-1.19/ebin/X509-ML-DSA-2025.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_cert.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_cert_records.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_crl.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_ocsp.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_os_cacerts.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_pbe.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_pem.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_policy_tree.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_ssh.beam +libexec/couchdb3/lib/public_key-1.19/ebin/pubkey_translation.beam +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.app +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.appup +libexec/couchdb3/lib/public_key-1.19/ebin/public_key.beam +libexec/couchdb3/lib/public_key-1.19/include/OTP-PUB-KEY.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKCS-FRAME.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKIXCMP.hrl +libexec/couchdb3/lib/public_key-1.19/include/PKIXCRMF.hrl +libexec/couchdb3/lib/public_key-1.19/include/public_key.hrl libexec/couchdb3/lib/recon-2.5.6/ebin/recon.app libexec/couchdb3/lib/recon-2.5.6/ebin/recon.beam libexec/couchdb3/lib/recon-2.5.6/ebin/recon_alloc.beam @@ -912,43 +942,43 @@ libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi_sup.beam libexec/couchdb3/lib/rexi-%%VERSION%%/ebin/rexi_utils.beam libexec/couchdb3/lib/rexi-%%VERSION%%/include/rexi.hrl libexec/couchdb3/lib/rexi-%%VERSION%%/priv/stats_descriptions.cfg -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/appmon_info.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/dbg.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/dyntrace.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/erts_alloc_config.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/instrument.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/msacc.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/observer_backend.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.app -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.appup -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/runtime_tools_sup.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/scheduler.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/system_information.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/ebin/ttb_autostart.beam -libexec/couchdb3/lib/runtime_tools-2.1.1/include/observer_backend.hrl -libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/dyntrace.so -libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/trace_file_drv.so -libexec/couchdb3/lib/runtime_tools-2.1.1/priv/lib/trace_ip_drv.so -libexec/couchdb3/lib/sasl-4.2.2/ebin/alarm_handler.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/erlsrv.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/format_lib_supp.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/misc_supp.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/rb.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/rb_format_supp.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/release_handler.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/release_handler_1.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.app -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.appup -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report_file_h.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/sasl_report_tty_h.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/systools.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_lib.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_make.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_rc.beam -libexec/couchdb3/lib/sasl-4.2.2/ebin/systools_relup.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/appmon_info.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/dbg.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/dyntrace.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/erts_alloc_config.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/instrument.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/msacc.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/observer_backend.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.app +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.appup +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/runtime_tools_sup.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/scheduler.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/system_information.beam +libexec/couchdb3/lib/runtime_tools-2.3/ebin/ttb_autostart.beam +libexec/couchdb3/lib/runtime_tools-2.3/include/observer_backend.hrl +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/dyntrace.so +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/trace_file_drv.so +libexec/couchdb3/lib/runtime_tools-2.3/priv/lib/trace_ip_drv.so +libexec/couchdb3/lib/sasl-4.3/ebin/alarm_handler.beam +libexec/couchdb3/lib/sasl-4.3/ebin/erlsrv.beam +libexec/couchdb3/lib/sasl-4.3/ebin/format_lib_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/misc_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/rb.beam +libexec/couchdb3/lib/sasl-4.3/ebin/rb_format_supp.beam +libexec/couchdb3/lib/sasl-4.3/ebin/release_handler.beam +libexec/couchdb3/lib/sasl-4.3/ebin/release_handler_1.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.app +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.appup +libexec/couchdb3/lib/sasl-4.3/ebin/sasl.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report_file_h.beam +libexec/couchdb3/lib/sasl-4.3/ebin/sasl_report_tty_h.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_lib.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_make.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_rc.beam +libexec/couchdb3/lib/sasl-4.3/ebin/systools_relup.beam libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup.app libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup.beam libexec/couchdb3/lib/setup-%%VERSION%%/ebin/setup_app.beam @@ -968,197 +998,201 @@ libexec/couchdb3/lib/smoosh-%%VERSION%%/ebin/smoosh_utils.beam libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.app libexec/couchdb3/lib/snappy-1.0.5/ebin/snappy.beam libexec/couchdb3/lib/snappy-1.0.5/priv/snappy_nif.so -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_listener_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_packet_demux.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/dtls_v1.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/inet6_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/inet_tls_dist.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.app -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.appup -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_alert.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_app.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_certificate.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_cipher.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_cipher_format.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_client_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_config.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_crl_hash_dir.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dh_groups.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_admin_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_gen_statem.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_listen_tracker_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_logger.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_manager.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_pem_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_pkix_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache_db.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_session.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_session_cache_api.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_srp_primes.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_trace.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/ssl_upgrade_server_session_cache_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_bloom_filter.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_client_ticket_store.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dist_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dist_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_client_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dtls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_dyn_connection_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_gen_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_gen_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_handshake.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_handshake_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_record.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_record_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_sender.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_connection.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_connection_1_3.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_session_ticket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_session_ticket_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_server_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_socket.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_sup.beam -libexec/couchdb3/lib/ssl-11.2.12.4/ebin/tls_v1.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/argparse.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/array.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/base64.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/beam_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/binary.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/c.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/calendar.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_server.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_sup.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dets_v9.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/dict.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/digraph.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/digraph_utils.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_context.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_expand.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_key.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/edlin_type_suggestion.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/epp.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_abstract_code.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_anno.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_compile.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_error.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_eval.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_expand_records.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_features.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_lint.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_parse.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_posix_msg.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_pp.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_scan.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_stdlib_errors.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/erl_tar.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/error_logger_file_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/error_logger_tty_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/escript.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/eval_bits.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/file_sorter.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/filelib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/filename.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gb_sets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gb_trees.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_event.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_fsm.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_server.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/gen_statem.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_format.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_fread.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/io_lib_pretty.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/json.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/lists.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/log_mf_h.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/maps.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/math.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ms_transform.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/orddict.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/ordsets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/otp_internal.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/peer.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/pool.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/proc_lib.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/proplists.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/qlc.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/qlc_pt.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/queue.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/rand.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/random.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/re.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sets.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_default.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_docs.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/shell_docs_markdown.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/slave.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sofs.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/stdlib.app -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/stdlib.appup -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/string.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/supervisor.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/supervisor_bridge.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/sys.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/timer.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/unicode.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/unicode_util.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/uri_string.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/win32reg.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/ebin/zip.beam -libexec/couchdb3/lib/stdlib-6.2.2.2/include/assert.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/erl_bits.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/erl_compile.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/ms_transform.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/qlc.hrl -libexec/couchdb3/lib/stdlib-6.2.2.2/include/zip.hrl -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/epp_dodger.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_comment_scan.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_recomment.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_syntax.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/erl_syntax_lib.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/merl.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/merl_transform.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/prettypr.beam -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/syntax_tools.app -libexec/couchdb3/lib/syntax_tools-3.2.2.2/ebin/syntax_tools.appup -libexec/couchdb3/lib/syntax_tools-3.2.2.2/include/merl.hrl +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_listener_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_packet_demux.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/dtls_v1.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet6_tls_dist.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet_epmd_tls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/inet_tls_dist.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.app +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.appup +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_admin_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_alert.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_app.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_certificate.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_cipher.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_cipher_format.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_client_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_config.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_cache_api.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_crl_hash_dir.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dh_groups.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_admin_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_dist_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_gen_statem.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_listen_tracker_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_logger.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_manager.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_pem_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_pkix_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache_db.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_session.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_session_cache_api.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_srp_primes.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_trace.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/ssl_upgrade_server_session_cache_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_bloom_filter.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_client_ticket_store.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dist_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dist_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_client_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dtls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_dyn_connection_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_gen_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_gen_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_handshake.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_handshake_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_record.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_record_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_sender.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_connection.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_connection_1_3.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_session_ticket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_session_ticket_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_server_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_socket.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_socket_tcp.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_sup.beam +libexec/couchdb3/lib/ssl-11.4.2/ebin/tls_v1.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/argparse.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/array.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/base64.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/beam_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/binary.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/c.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/calendar.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_server.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_sup.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_utils.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dets_v9.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/dict.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/digraph.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/digraph_utils.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_context.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_expand.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_key.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/edlin_type_suggestion.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/epp.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_abstract_code.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_anno.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_bits.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_compile.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_error.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_eval.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_expand_records.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_features.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_internal.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_lint.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_parse.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_posix_msg.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_pp.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_scan.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_stdlib_errors.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/erl_tar.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/error_logger_file_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/error_logger_tty_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/escript.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/eval_bits.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/file_sorter.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/filelib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/filename.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gb_sets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gb_trees.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_event.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_fsm.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_server.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/gen_statem.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_format.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_fread.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/io_lib_pretty.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/json.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/lists.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/log_mf_h.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/maps.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/math.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ms_transform.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/orddict.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/ordsets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/otp_internal.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/peer.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/pool.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/proc_lib.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/proplists.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/qlc.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/qlc_pt.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/queue.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/rand.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/random.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/re.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sets.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_default.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs_markdown.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/shell_docs_test.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/slave.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sofs.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/stdlib.app +libexec/couchdb3/lib/stdlib-7.1/ebin/stdlib.appup +libexec/couchdb3/lib/stdlib-7.1/ebin/string.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/supervisor.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/supervisor_bridge.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/sys.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/timer.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/unicode.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/unicode_util.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/uri_string.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/win32reg.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/zip.beam +libexec/couchdb3/lib/stdlib-7.1/ebin/zstd.beam +libexec/couchdb3/lib/stdlib-7.1/include/assert.hrl +libexec/couchdb3/lib/stdlib-7.1/include/erl_bits.hrl +libexec/couchdb3/lib/stdlib-7.1/include/erl_compile.hrl +libexec/couchdb3/lib/stdlib-7.1/include/ms_transform.hrl +libexec/couchdb3/lib/stdlib-7.1/include/qlc.hrl +libexec/couchdb3/lib/stdlib-7.1/include/zip.hrl +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/epp_dodger.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_comment_scan.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_prettypr.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_recomment.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_syntax.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/erl_syntax_lib.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/merl.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/merl_transform.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/prettypr.beam +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/syntax_tools.app +libexec/couchdb3/lib/syntax_tools-4.0.2/ebin/syntax_tools.appup +libexec/couchdb3/lib/syntax_tools-4.0.2/include/merl.hrl libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.app libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_check.beam @@ -1183,45 +1217,45 @@ libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_log.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_node.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_runner.beam libexec/couchdb3/lib/weatherreport-%%VERSION%%/ebin/weatherreport_util.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl.app -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl.appup -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_b64Bin.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_b64Bin_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_eventp.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_html.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_otpsgml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_regexp.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_old_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_latin1.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_list.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf16be.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf16le.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_parser_utf8.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sax_simple_dom.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_sgml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_simple.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_text.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_ucs.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_uri.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_validate.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xlate.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xml.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xml_indent.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_lib.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_parse.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_pred.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xpath_scan.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xs.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xsd.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/ebin/xmerl_xsd_type.beam -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl.hrl -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl_xpath.hrl -libexec/couchdb3/lib/xmerl-2.1.3.2/include/xmerl_xsd.hrl +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.app +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.appup +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_b64Bin.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_b64Bin_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_eventp.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_html.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_lib.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_otpsgml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_regexp.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_old_dom.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_latin1.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_list.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf16be.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf16le.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_parser_utf8.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sax_simple_dom.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_sgml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_simple.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_text.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_ucs.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_uri.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_validate.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xlate.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xml.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xml_indent.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_lib.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_parse.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_pred.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xpath_scan.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xs.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xsd.beam +libexec/couchdb3/lib/xmerl-2.1.7/ebin/xmerl_xsd_type.beam +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl.hrl +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl_xpath.hrl +libexec/couchdb3/lib/xmerl-2.1.7/include/xmerl_xsd.hrl libexec/couchdb3/releases/RELEASES libexec/couchdb3/releases/couchdb.boot libexec/couchdb3/releases/couchdb.rel diff --git a/databases/freetds-devel/Makefile b/databases/freetds-devel/Makefile index 9dc4ac8766a6..03d4d006fcae 100644 --- a/databases/freetds-devel/Makefile +++ b/databases/freetds-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= freetds -DISTVERSION= 1.5.179 +DISTVERSION= 1.5.193 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://www.freetds.org/files/current/ diff --git a/databases/freetds-devel/distinfo b/databases/freetds-devel/distinfo index 6e5b02ce36da..49cdb1b12d17 100644 --- a/databases/freetds-devel/distinfo +++ b/databases/freetds-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765230754 -SHA256 (freetds-dev.1.5.179.tar.bz2) = 4097edded87e9a8651da97da7d5dcf36696738bf61eb58b0d5069e076a5fe332 -SIZE (freetds-dev.1.5.179.tar.bz2) = 2467865 +TIMESTAMP = 1765708646 +SHA256 (freetds-dev.1.5.193.tar.bz2) = b83d918835fbd65b5283bb11af635f5215e76da9a49d4f1b9b74cd62fc0d7d93 +SIZE (freetds-dev.1.5.193.tar.bz2) = 2469980 diff --git a/databases/jrrd/Makefile b/databases/jrrd/Makefile index 19cd32c1e762..58361138c15e 100644 --- a/databases/jrrd/Makefile +++ b/databases/jrrd/Makefile @@ -8,9 +8,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java native interface (JNI) to RRDtool WWW= https://www.opennms.org/index.php/Jrrd +DEPRECATED= only builds with Java 8, unmaintained, no dependencies in the ports tree +EXPIRATION_DATE= 2026-04-13 + LIB_DEPENDS= librrd.so:databases/rrdtool USES= java libtool +JAVA_VERSION= 8 JAVA_VENDOR= openjdk USE_LDCONFIG= yes diff --git a/databases/mydumper/Makefile b/databases/mydumper/Makefile index a469d8b33e18..6e09e80ea745 100644 --- a/databases/mydumper/Makefile +++ b/databases/mydumper/Makefile @@ -1,6 +1,6 @@ PORTNAME= mydumper DISTVERSIONPREFIX= v -DISTVERSION= 0.21.2-1 +DISTVERSION= 0.21.2-2 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/mydumper/distinfo b/databases/mydumper/distinfo index 6d3d047cfc07..ee7104384273 100644 --- a/databases/mydumper/distinfo +++ b/databases/mydumper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510878 -SHA256 (mydumper-mydumper-v0.21.2-1_GH0.tar.gz) = 83c81df5a6a324efe9758e9ec372793bf31882c2d3ab464f2d36890abd6da5b5 -SIZE (mydumper-mydumper-v0.21.2-1_GH0.tar.gz) = 855327 +TIMESTAMP = 1765032644 +SHA256 (mydumper-mydumper-v0.21.2-2_GH0.tar.gz) = 430281c9d7f756a252fb81cc3d9ba5ac72ebe6db913725f6565b56d7b361e57b +SIZE (mydumper-mydumper-v0.21.2-2_GH0.tar.gz) = 865730 diff --git a/databases/p5-DBD-cego/Makefile b/databases/p5-DBD-cego/Makefile index ef358152b51a..53872a123ff5 100644 --- a/databases/p5-DBD-cego/Makefile +++ b/databases/p5-DBD-cego/Makefile @@ -1,5 +1,5 @@ PORTNAME= DBD-cego -PORTVERSION= 1.5.3 +PORTVERSION= 1.5.4 CATEGORIES= databases perl5 MASTER_SITES= http://www.lemke-it.com/ PKGNAMEPREFIX= p5- diff --git a/databases/p5-DBD-cego/distinfo b/databases/p5-DBD-cego/distinfo index 4626aed9f252..adac3234f052 100644 --- a/databases/p5-DBD-cego/distinfo +++ b/databases/p5-DBD-cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1690739648 -SHA256 (DBD-cego-1.5.3.tar.gz) = 8ec5f6bfa69e75755ca490994d21944d72debed4b8f777ca9f592f860a2a1271 -SIZE (DBD-cego-1.5.3.tar.gz) = 36784 +TIMESTAMP = 1765457700 +SHA256 (DBD-cego-1.5.4.tar.gz) = eb2550801e9371dcdc0e8ee9e6763dc8ba0a2a69d86b93320b75e8913fd410a6 +SIZE (DBD-cego-1.5.4.tar.gz) = 37125 diff --git a/databases/pgpool-II-47/Makefile b/databases/pgpool-II-47/Makefile index 8d45853c28ea..dbab0798a138 100644 --- a/databases/pgpool-II-47/Makefile +++ b/databases/pgpool-II-47/Makefile @@ -1,5 +1,5 @@ PORTNAME= pgpool-II -DISTVERSION= 4.7beta1 +DISTVERSION= 4.7RC1 CATEGORIES= databases MASTER_SITES= http://www.pgpool.net/mediawiki/images/ PKGNAMESUFFIX= -47 diff --git a/databases/pgpool-II-47/distinfo b/databases/pgpool-II-47/distinfo index e17bc34154c5..93bb5583d1d4 100644 --- a/databases/pgpool-II-47/distinfo +++ b/databases/pgpool-II-47/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764322047 -SHA256 (pgpool-II-4.7beta1.tar.gz) = 0e54151aa5fe8a521537fcd1ee4cea4446b768e3d2d284b05e8b2f50a8986b97 -SIZE (pgpool-II-4.7beta1.tar.gz) = 5597175 +TIMESTAMP = 1765530589 +SHA256 (pgpool-II-4.7RC1.tar.gz) = cf44a893733abc170a582312be57ab7f1ea9fc4713570463705f7e057d59fbdc +SIZE (pgpool-II-4.7RC1.tar.gz) = 5594640 diff --git a/databases/pgreplay/Makefile b/databases/pgreplay/Makefile index c0acb035d0aa..48fc28df2f98 100644 --- a/databases/pgreplay/Makefile +++ b/databases/pgreplay/Makefile @@ -1,7 +1,6 @@ PORTNAME= pgreplay DISTVERSIONPREFIX= ${PORTNAME:tu}_ -DISTVERSION= 1_3_0 -PORTREVISION= 3 +DISTVERSION= 1_5_0 CATEGORIES= databases MAINTAINER= matthew@FreeBSD.org diff --git a/databases/pgreplay/distinfo b/databases/pgreplay/distinfo index d8c794620f4f..2917c35d6038 100644 --- a/databases/pgreplay/distinfo +++ b/databases/pgreplay/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487664678 -SHA256 (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = ff1d67d568df5a23c0ba79b74d7870f0f8711683cda8b9e0a1fafd18c2f33409 -SIZE (laurenz-pgreplay-PGREPLAY_1_3_0_GH0.tar.gz) = 118450 +TIMESTAMP = 1765484814 +SHA256 (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = b43b236218b607d85dde17715a1f1bb6703e4ff128e7858472b59915eacf1e03 +SIZE (laurenz-pgreplay-PGREPLAY_1_5_0_GH0.tar.gz) = 124215 diff --git a/databases/pgreplay/files/patch-Makefile.in b/databases/pgreplay/files/patch-Makefile.in deleted file mode 100644 index 9e66158a85c7..000000000000 --- a/databases/pgreplay/files/patch-Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.in.orig 2016-05-25 09:58:50 UTC -+++ Makefile.in -@@ -1,4 +1,5 @@ - CFLAGS = @CFLAGS@ -+CPPFLAGS= @CPPFLAGS@ - LDFLAGS = @LDFLAGS@ - LIBS = @LIBS@ - CC = @CC@ -@@ -57,4 +58,4 @@ install_html: $(EXE).html - $(INSTALL) -D -m 0644 $< $(DESTDIR)$(htmldir)/$< - - .c.o: $(HEADERS) -- $(CC) -c $(CFLAGS) -DVERSION='"$(VERSION)"' $< -+ $(CC) -c $(CFLAGS) $(CPPFLAGS) -DVERSION='"$(VERSION)"' $< diff --git a/databases/py-databricks-sql-connector/Makefile b/databases/py-databricks-sql-connector/Makefile new file mode 100644 index 000000000000..ce42b64862bc --- /dev/null +++ b/databases/py-databricks-sql-connector/Makefile @@ -0,0 +1,41 @@ +PORTNAME= databricks-sql-connector +PORTVERSION= 4.2.2 +CATEGORIES= databases python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= databricks_sql_connector-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Databricks SQL Connector for Python +WWW= https://github.com/databricks/databricks-sql-python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lz4>=4.0.2<5:archivers/py-lz4@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oauthlib>=3.1.0<4:security/py-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>=3.0.10<4:textproc/py-openpyxl@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pandas>=2.2.3,1:math/py-pandas@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pybreaker>=1.0.0<2:devel/py-pybreaker@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.0.0<3:www/py-pyjwt@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.8.0<3:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.18.1<3:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-kerberos>=0.15.0<0.16:www/py-requests-kerberos@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}thrift>=0.16.0,1:devel/py-thrift@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urllib3>=1.26,1:net/py-urllib3@${PY_FLAVOR} + +USES= python shebangfix +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +SHEBANG_FILES= src/databricks/sql/thrift_api/TCLIService/TCLIService-remote + +OPTIONS_DEFINE= PYARROW +OPTIONS_DEFAULT=PYARROW +PYARROW_DESC= Apache Arrow support + +PYARROW_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyarrow>=18.0.0:databases/py-pyarrow@${PY_FLAVOR} + +.include <bsd.port.mk> diff --git a/databases/py-databricks-sql-connector/distinfo b/databases/py-databricks-sql-connector/distinfo new file mode 100644 index 000000000000..67475348d141 --- /dev/null +++ b/databases/py-databricks-sql-connector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032620 +SHA256 (databricks_sql_connector-4.2.2.tar.gz) = 409632a6adb93e849ecd5faaa2e98192e307c984e85cc7c696fb8e953acb7403 +SIZE (databricks_sql_connector-4.2.2.tar.gz) = 186206 diff --git a/databases/py-databricks-sql-connector/files/patch-pyproject.toml b/databases/py-databricks-sql-connector/files/patch-pyproject.toml new file mode 100644 index 000000000000..280850edd011 --- /dev/null +++ b/databases/py-databricks-sql-connector/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 1970-01-01 00:00:00 UTC ++++ pyproject.toml +@@ -10,10 +10,10 @@ python = "^3.8.0" + + [tool.poetry.dependencies] + python = "^3.8.0" +-thrift = ">=0.16.0,<0.21.0" ++thrift = ">=0.16.0" + pandas = [ +- { version = ">=1.2.5,<2.3.0", python = ">=3.8,<3.13" }, +- { version = ">=2.2.3,<2.3.0", python = ">=3.13" } ++ { version = ">=1.2.5", python = ">=3.8,<3.13" }, ++ { version = ">=2.2.3", python = ">=3.13" } + ] + lz4 = "^4.0.2" + requests = "^2.18.1" +@@ -88,4 +88,4 @@ skip_covered = false + skip_covered = false + + [tool.coverage.xml] +-output = "coverage.xml" +\ No newline at end of file ++output = "coverage.xml" diff --git a/databases/py-databricks-sql-connector/pkg-descr b/databases/py-databricks-sql-connector/pkg-descr new file mode 100644 index 000000000000..d8ce2f20df94 --- /dev/null +++ b/databases/py-databricks-sql-connector/pkg-descr @@ -0,0 +1,15 @@ +The Databricks SQL Connector for Python allows you to develop Python +applications that connect to Databricks clusters and SQL warehouses. It is a +Thrift-based client with no dependencies on ODBC or JDBC. It conforms to the +Python DB API 2.0 specification. + +This connector uses Arrow as the data-exchange format, and supports APIs (e.g. +fetchmany_arrow) to directly fetch Arrow tables. Arrow tables are wrapped in the +ArrowQueue class to provide a natural API to get several rows at a time. PyArrow +is required to enable this and use these APIs, you can install it via pip +install pyarrow or pip install databricks-sql-connector[pyarrow]. + +The connector includes built-in support for HTTP/HTTPS proxy servers with +multiple authentication methods including basic authentication and +Kerberos/Negotiate authentication. See docs/proxy.md and +examples/proxy_authentication.py for details. diff --git a/databases/py-psycopg-pool/Makefile b/databases/py-psycopg-pool/Makefile index d4146c9b3166..670329ca14e7 100644 --- a/databases/py-psycopg-pool/Makefile +++ b/databases/py-psycopg-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= psycopg-pool -PORTVERSION= 3.2.8 +PORTVERSION= 3.3.0 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/databases/py-psycopg-pool/distinfo b/databases/py-psycopg-pool/distinfo index 3d6baaee1f6a..986ddc1b2a3a 100644 --- a/databases/py-psycopg-pool/distinfo +++ b/databases/py-psycopg-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853254 -SHA256 (psycopg_pool-3.2.8.tar.gz) = 854e17c2a637c3b9f8d8b24faad57d4cf850baf3fc03ca56ef7e5b4998e391b9 -SIZE (psycopg_pool-3.2.8.tar.gz) = 29956 +TIMESTAMP = 1765032688 +SHA256 (psycopg_pool-3.3.0.tar.gz) = fa115eb2860bd88fce1717d75611f41490dec6135efb619611142b24da3f6db5 +SIZE (psycopg_pool-3.3.0.tar.gz) = 31606 diff --git a/databases/py-psycopg-pool/files/patch-pyproject.toml b/databases/py-psycopg-pool/files/patch-pyproject.toml new file mode 100644 index 000000000000..d91ea8ef68d7 --- /dev/null +++ b/databases/py-psycopg-pool/files/patch-pyproject.toml @@ -0,0 +1,19 @@ +--- pyproject.toml.orig 2025-12-01 03:37:38 UTC ++++ pyproject.toml +@@ -1,5 +1,5 @@ + [build-system] +-requires = ["setuptools>=80.3.1", "wheel>=0.37"] ++requires = ["setuptools>=61", "wheel>=0.37"] + build-backend = "setuptools.build_meta" + + [project] +@@ -11,8 +11,7 @@ version = "3.3.0" + # also change: + # - `docs/news_pool.rst` to declare this version current or unreleased + +-license = "LGPL-3.0-only" +-license-files = ["LICENSE.txt"] ++license = {text = "LGPL-3.0-only"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", diff --git a/databases/py-redshift-connector/Makefile b/databases/py-redshift-connector/Makefile new file mode 100644 index 000000000000..0beee7491ee0 --- /dev/null +++ b/databases/py-redshift-connector/Makefile @@ -0,0 +1,35 @@ +PORTNAME= redshift-connector +PORTVERSION= 2.1.10 +DISTVERSIONPREFIX= v +CATEGORIES= databases python +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Redshift interface library +WWW= https://github.com/aws/amazon-redshift-python-driver + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.7.0<5.0.0:www/py-beautifulsoup@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}boto3>=1.9.201<2.0.0:www/py-boto3@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}botocore>=1.12.201<2.0.0:devel/py-botocore@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lxml>=4.6.5:devel/py-lxml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytz>=2020.1,1:devel/py-pytz@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.23.0<3.0.0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scramp>=1.2.0<1.5.0:security/py-scramp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +USE_GITHUB= yes +GH_ACCOUNT= aws +GH_PROJECT= amazon-redshift-python-driver + +.include <bsd.port.mk> diff --git a/databases/py-redshift-connector/distinfo b/databases/py-redshift-connector/distinfo new file mode 100644 index 000000000000..ea53324af524 --- /dev/null +++ b/databases/py-redshift-connector/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032622 +SHA256 (aws-amazon-redshift-python-driver-v2.1.10_GH0.tar.gz) = 9317e6a2c70cc68e59bf1f76d56013cc3ee1650693c61e9d6c23a41f29e0f498 +SIZE (aws-amazon-redshift-python-driver-v2.1.10_GH0.tar.gz) = 389062 diff --git a/databases/py-redshift-connector/files/patch-requirements.txt b/databases/py-redshift-connector/files/patch-requirements.txt new file mode 100644 index 000000000000..2548d97cfd6a --- /dev/null +++ b/databases/py-redshift-connector/files/patch-requirements.txt @@ -0,0 +1,11 @@ +--- requirements.txt.orig 2025-11-19 00:47:17 UTC ++++ requirements.txt +@@ -3,7 +3,7 @@ requests>=2.23.0,<3.0.0 + beautifulsoup4>=4.7.0,<5.0.0 + boto3>=1.9.201,<2.0.0 + requests>=2.23.0,<3.0.0 +-lxml>=4.6.5,<6.0.0 ++lxml>=4.6.5 + botocore>=1.12.201,<2.0.0 + packaging + setuptools diff --git a/databases/py-redshift-connector/pkg-descr b/databases/py-redshift-connector/pkg-descr new file mode 100644 index 000000000000..8704bb6925ff --- /dev/null +++ b/databases/py-redshift-connector/pkg-descr @@ -0,0 +1,10 @@ +redshift_connector is the Amazon Redshift connector for Python. Easy integration +with pandas and numpy, as well as support for numerous Amazon Redshift specific +features help you get the most out of your data. + +Supported Amazon Redshift features include: +- IAM authentication +- Identity provider (IdP) authentication +- Redshift specific data types + +This pure Python connector implements Python Database API Specification 2.0. diff --git a/databases/py-sqlframe/Makefile b/databases/py-sqlframe/Makefile index 7874f779af2e..e1841bcb96e9 100644 --- a/databases/py-sqlframe/Makefile +++ b/databases/py-sqlframe/Makefile @@ -25,4 +25,21 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= BIGQUERY DUCKDB OPENAI PANDAS POSTGRES REDSHIFT +BIGQUERY_DESC= BigQuery support +DUCKDB_DESC= DuckDB support +DUCKDB_IMPLIES= PANDAS +OPENAI_DESC= OpenAI support +PANDAS_DESC= Pandas support +POSTGRES_DESC= PostgreSQL support +REDSHIFT_DESC= Amazon Redshift support + +BIGQUERY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-cloud-bigquery>=3<4:www/py-google-cloud-bigquery@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-bigquery-storage>=2<3:www/py-google-cloud-bigquery-storage@${PY_FLAVOR} +DUCKDB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}duckdb>=1.2<1.5:databases/py-duckdb@${PY_FLAVOR} +OPENAI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openai>=1.30<3:misc/py-openai@${PY_FLAVOR} +PANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pandas>=2,1<3,1:math/py-pandas@${PY_FLAVOR} +POSTGRES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psycopg2>=2.8<3:databases/py-psycopg2@${PY_FLAVOR} +REDSHIFT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redshift-connector>=2.1.1<2.2.0:databases/py-redshift-connector@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 2d49affe4b91..9697890e31d2 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -1,6 +1,7 @@ PORTNAME= rocksdb PORTVERSION= 10.7.5 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases MAINTAINER= sunpoet@FreeBSD.org diff --git a/databases/rocksdb9/Makefile b/databases/rocksdb9/Makefile index 70627710c458..2a4b5720a570 100644 --- a/databases/rocksdb9/Makefile +++ b/databases/rocksdb9/Makefile @@ -1,6 +1,7 @@ PORTNAME= rocksdb PORTVERSION= 9.11.2 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= databases PKGNAMESUFFIX= 9 diff --git a/databases/rubygem-redis-client/Makefile b/databases/rubygem-redis-client/Makefile index fcbc18b1217b..80eee44fed1d 100644 --- a/databases/rubygem-redis-client/Makefile +++ b/databases/rubygem-redis-client/Makefile @@ -1,5 +1,5 @@ PORTNAME= redis-client -PORTVERSION= 0.26.1 +PORTVERSION= 0.26.2 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-redis-client/distinfo b/databases/rubygem-redis-client/distinfo index 5fbe24f54aad..79d189d9fc6d 100644 --- a/databases/rubygem-redis-client/distinfo +++ b/databases/rubygem-redis-client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816756 -SHA256 (rubygem/redis-client-0.26.1.gem) = 1e39d2862c4516a75ff777ee6ed08827af39336bfece4a48e944244891d9a073 -SIZE (rubygem/redis-client-0.26.1.gem) = 28672 +TIMESTAMP = 1765032844 +SHA256 (rubygem/redis-client-0.26.2.gem) = 1336fb5a7202d398b719531853c184b7c9cbdcace1f00f8356062b9dfba6779b +SIZE (rubygem/redis-client-0.26.2.gem) = 28672 diff --git a/databases/rubygem-sqlite3/Makefile b/databases/rubygem-sqlite3/Makefile index 8dcfacd0d9e5..ad06936544a2 100644 --- a/databases/rubygem-sqlite3/Makefile +++ b/databases/rubygem-sqlite3/Makefile @@ -1,5 +1,5 @@ PORTNAME= sqlite3 -PORTVERSION= 2.8.0 +PORTVERSION= 2.8.1 CATEGORIES= databases rubygems MASTER_SITES= RG diff --git a/databases/rubygem-sqlite3/distinfo b/databases/rubygem-sqlite3/distinfo index 60462d3beb3c..3244dec75597 100644 --- a/databases/rubygem-sqlite3/distinfo +++ b/databases/rubygem-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853494 -SHA256 (rubygem/sqlite3-2.8.0.gem) = 88b403fb0ec0992907ef00cfc5db8fae53d284b81f6123f20ca0f7ef85c222e1 -SIZE (rubygem/sqlite3-2.8.0.gem) = 3274240 +TIMESTAMP = 1765032846 +SHA256 (rubygem/sqlite3-2.8.1.gem) = acd0ac7912a4d92b2484b5befb6faa8d496497eb1e38bdbe8d7818fb8d05d726 +SIZE (rubygem/sqlite3-2.8.1.gem) = 3274240 diff --git a/databases/rubygem-sqlite3/files/patch-gemspec b/databases/rubygem-sqlite3/files/patch-gemspec index 9299833b7e74..0c7c09ead043 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-11-23 12:31:39 UTC +--- sqlite3.gemspec.orig 2025-12-06 21:40:37 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-3510000.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-3510100.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/valkey/Makefile b/databases/valkey/Makefile index 048ac1731deb..12a3791388d4 100644 --- a/databases/valkey/Makefile +++ b/databases/valkey/Makefile @@ -1,11 +1,7 @@ PORTNAME= valkey -DISTVERSION= 9.0.0 -PORTREVISION= 1 +DISTVERSION= 9.0.1 CATEGORIES= databases -PATCH_SITES= https://github.com/valkey-io/valkey/commit/ -PATCHFILES= f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch:-p1 - MAINTAINER= bofh@freebsd.org COMMENT= High-performance data structure server that primarily serves key/value workloads WWW= https://valkey.io/ diff --git a/databases/valkey/distinfo b/databases/valkey/distinfo index 661b9741d6c9..be9cfca7ec9f 100644 --- a/databases/valkey/distinfo +++ b/databases/valkey/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1762119749 -SHA256 (valkey-io-valkey-9.0.0_GH0.tar.gz) = 088f47e167eb640ea31af48c81c5d62ee56321f25a4b05d4e54a0ef34232724b -SIZE (valkey-io-valkey-9.0.0_GH0.tar.gz) = 4113905 -SHA256 (f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch) = 3e996dba6bf785cc9a6e0d1edba07e2cdd299c80c8be87b6f8c54fcffe05ba2b -SIZE (f54818cc60597e9fe5dc03a52fd39ab944cd4932.patch) = 1474 +TIMESTAMP = 1765532267 +SHA256 (valkey-io-valkey-9.0.1_GH0.tar.gz) = 9cfbc5f32a2a6058ee0f8c532b9c4d24167cc49d719f091dd75f1bb8353a1fc5 +SIZE (valkey-io-valkey-9.0.1_GH0.tar.gz) = 4115784 diff --git a/deskutils/akonadi-calendar-tools/distinfo b/deskutils/akonadi-calendar-tools/distinfo index 3cbe77194536..2911e8cc87e3 100644 --- a/deskutils/akonadi-calendar-tools/distinfo +++ b/deskutils/akonadi-calendar-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264318 -SHA256 (KDE/release-service/25.08.3/akonadi-calendar-tools-25.08.3.tar.xz) = 8c790cee017c7cc331f7b690a827bd32c5b4926079678ec24bb800d26c4f1ea6 -SIZE (KDE/release-service/25.08.3/akonadi-calendar-tools-25.08.3.tar.xz) = 274436 +TIMESTAMP = 1765478321 +SHA256 (KDE/release-service/25.12.0/akonadi-calendar-tools-25.12.0.tar.xz) = ac7bd4c6e1d2c817cf13e5695f22fa7828d1a2c2b7c142ded77d563b636a877a +SIZE (KDE/release-service/25.12.0/akonadi-calendar-tools-25.12.0.tar.xz) = 274416 diff --git a/deskutils/akonadi-import-wizard/distinfo b/deskutils/akonadi-import-wizard/distinfo index bca4b0ae69ef..8216fc582797 100644 --- a/deskutils/akonadi-import-wizard/distinfo +++ b/deskutils/akonadi-import-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264321 -SHA256 (KDE/release-service/25.08.3/akonadi-import-wizard-25.08.3.tar.xz) = 5fd3b5a1f7db788528c9747fef4b73f0a8ca7c7bc2cf0e35b82dce0cafed1399 -SIZE (KDE/release-service/25.08.3/akonadi-import-wizard-25.08.3.tar.xz) = 497940 +TIMESTAMP = 1765478324 +SHA256 (KDE/release-service/25.12.0/akonadi-import-wizard-25.12.0.tar.xz) = ee536787f8ca4f8299be72990b94cf24b61634e4c8318e3cf5b6a12ad513628b +SIZE (KDE/release-service/25.12.0/akonadi-import-wizard-25.12.0.tar.xz) = 498192 diff --git a/deskutils/akonadiconsole/distinfo b/deskutils/akonadiconsole/distinfo index 812c9b9cccae..008fd441bfdb 100644 --- a/deskutils/akonadiconsole/distinfo +++ b/deskutils/akonadiconsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264323 -SHA256 (KDE/release-service/25.08.3/akonadiconsole-25.08.3.tar.xz) = 08901d226059e64ea47145f0fe0e97104a9fee7a3d49b1d69ce795c469ef44da -SIZE (KDE/release-service/25.08.3/akonadiconsole-25.08.3.tar.xz) = 328508 +TIMESTAMP = 1765478326 +SHA256 (KDE/release-service/25.12.0/akonadiconsole-25.12.0.tar.xz) = 188345910f718f10c9dc11bd8b745c18f0abf3e62be34c797aa5ee81e61e8555 +SIZE (KDE/release-service/25.12.0/akonadiconsole-25.12.0.tar.xz) = 332912 diff --git a/deskutils/akonadiconsole/pkg-plist b/deskutils/akonadiconsole/pkg-plist index 4841adf77ff8..9af00b0da529 100644 --- a/deskutils/akonadiconsole/pkg-plist +++ b/deskutils/akonadiconsole/pkg-plist @@ -11,6 +11,7 @@ share/icons/hicolor/48x48/apps/akonadiconsole.png share/icons/hicolor/64x64/apps/akonadiconsole.png share/locale/ar/LC_MESSAGES/akonadiconsole.mo share/locale/ast/LC_MESSAGES/akonadiconsole.mo +share/locale/bg/LC_MESSAGES/akonadiconsole.mo share/locale/ca/LC_MESSAGES/akonadiconsole.mo share/locale/ca@valencia/LC_MESSAGES/akonadiconsole.mo share/locale/cs/LC_MESSAGES/akonadiconsole.mo diff --git a/deskutils/akregator/distinfo b/deskutils/akregator/distinfo index 1fbe98712019..60d3a89cfa5b 100644 --- a/deskutils/akregator/distinfo +++ b/deskutils/akregator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264326 -SHA256 (KDE/release-service/25.08.3/akregator-25.08.3.tar.xz) = 1c67bba949ef376c707d4395e6aa3798d172ebb7303ae34722dfe6d5c09b0f83 -SIZE (KDE/release-service/25.08.3/akregator-25.08.3.tar.xz) = 2145456 +TIMESTAMP = 1765478329 +SHA256 (KDE/release-service/25.12.0/akregator-25.12.0.tar.xz) = 7752de529dc3d052f41389d2c6ea768c710aced9a768a88a95ab50272dd4519d +SIZE (KDE/release-service/25.12.0/akregator-25.12.0.tar.xz) = 2146220 diff --git a/deskutils/cherrytree/Makefile b/deskutils/cherrytree/Makefile index 8a069291b547..c6c34262feeb 100644 --- a/deskutils/cherrytree/Makefile +++ b/deskutils/cherrytree/Makefile @@ -1,6 +1,5 @@ PORTNAME= cherrytree -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.2 CATEGORIES= deskutils MASTER_SITES= https://www.giuspen.com/software/ \ https://github.com/giuspen/cherrytree/releases/download/v${PORTVERSION}/ diff --git a/deskutils/cherrytree/distinfo b/deskutils/cherrytree/distinfo index d5705dc328af..705c6d08bc65 100644 --- a/deskutils/cherrytree/distinfo +++ b/deskutils/cherrytree/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757862952 -SHA256 (cherrytree_1.6.1.tar.xz) = 08a6e7d312b21a3ebe64da0fdda5846b1aaa901f842856add8158bae47980eff -SIZE (cherrytree_1.6.1.tar.xz) = 3583052 +TIMESTAMP = 1758294359 +SHA256 (cherrytree_1.6.2.tar.xz) = 28c89a0b2512961e9d9393a5b8f7778f99331583c9bdbe682c4897b853727158 +SIZE (cherrytree_1.6.2.tar.xz) = 3583244 diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index e594dcb51156..69e42b797351 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -1,5 +1,5 @@ PORTNAME= fet -DISTVERSION= 7.5.8 +DISTVERSION= 7.6.0 CATEGORIES= deskutils education MASTER_SITES= https://lalescu.ro/liviu/fet/download/ \ https://lalescu.ro/liviu/fet/download/old/ \ diff --git a/deskutils/fet/distinfo b/deskutils/fet/distinfo index 31d0a3c6ae56..0065232607f7 100644 --- a/deskutils/fet/distinfo +++ b/deskutils/fet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765055186 -SHA256 (fet-7.5.8.tar.bz2) = 535e26e0605ff9bd8f1a7888f929b65527c4daafcef17872fd84d07424dbb5f1 -SIZE (fet-7.5.8.tar.bz2) = 17726006 +TIMESTAMP = 1765536808 +SHA256 (fet-7.6.0.tar.bz2) = 8b713dc855fcb1ac357e2488e15d616109582d081376e6136421c6944b5bc209 +SIZE (fet-7.6.0.tar.bz2) = 17861084 diff --git a/deskutils/grantlee-editor/distinfo b/deskutils/grantlee-editor/distinfo index 9292c091ae27..ec9936b7a87f 100644 --- a/deskutils/grantlee-editor/distinfo +++ b/deskutils/grantlee-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264328 -SHA256 (KDE/release-service/25.08.3/grantlee-editor-25.08.3.tar.xz) = 6ad9f0b3749de557ec47c49da914754392485a66461c0d68f51fd771885a55b5 -SIZE (KDE/release-service/25.08.3/grantlee-editor-25.08.3.tar.xz) = 131632 +TIMESTAMP = 1765478331 +SHA256 (KDE/release-service/25.12.0/grantlee-editor-25.12.0.tar.xz) = 47d2cd26af771654b48235c0e3992f96e82d5759a060d470fcbc8228e78abb3c +SIZE (KDE/release-service/25.12.0/grantlee-editor-25.12.0.tar.xz) = 131600 diff --git a/deskutils/grantleetheme/distinfo b/deskutils/grantleetheme/distinfo index 113372d1e4bf..a3cbac4bfd82 100644 --- a/deskutils/grantleetheme/distinfo +++ b/deskutils/grantleetheme/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264331 -SHA256 (KDE/release-service/25.08.3/grantleetheme-25.08.3.tar.xz) = 649de999bb61288fc9b4aed3ebe231e45201cd6cfd4f247636a7fd270ef87ae0 -SIZE (KDE/release-service/25.08.3/grantleetheme-25.08.3.tar.xz) = 66004 +TIMESTAMP = 1765478334 +SHA256 (KDE/release-service/25.12.0/grantleetheme-25.12.0.tar.xz) = 1fe49ef046dff772e370045f39c70bc987310e863f9d20d946cd37cbb38b5c47 +SIZE (KDE/release-service/25.12.0/grantleetheme-25.12.0.tar.xz) = 66004 diff --git a/deskutils/itinerary/Makefile b/deskutils/itinerary/Makefile index 1aad339aaa41..05a0281460ee 100644 --- a/deskutils/itinerary/Makefile +++ b/deskutils/itinerary/Makefile @@ -8,6 +8,7 @@ WWW= https://apps.kde.org/en/itinerary BUILD_DEPENDS= libquotient>=0.9.0:net-im/libquotient LIB_DEPENDS= libKOSM.so:astro/kosmindoormap \ + libQCoro6Core.so:devel/qcoro \ libqt6keychain.so:security/qtkeychain@qt6 USES= cmake compiler:c++20-lang desktop-file-utils gettext kde:6 \ diff --git a/deskutils/itinerary/distinfo b/deskutils/itinerary/distinfo index aefb48ce198f..247ec6e00612 100644 --- a/deskutils/itinerary/distinfo +++ b/deskutils/itinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264333 -SHA256 (KDE/release-service/25.08.3/itinerary-25.08.3.tar.xz) = 28f8cef47f949ce48326f6d2882d58c1c797a6e324c51f5d3510e7db22161f87 -SIZE (KDE/release-service/25.08.3/itinerary-25.08.3.tar.xz) = 854492 +TIMESTAMP = 1765478337 +SHA256 (KDE/release-service/25.12.0/itinerary-25.12.0.tar.xz) = f64c634bb521a4604a4eb28da2a9a4989a9efdbc81b0a39d7a9c238905e2a0bc +SIZE (KDE/release-service/25.12.0/itinerary-25.12.0.tar.xz) = 875728 diff --git a/deskutils/kaddressbook/distinfo b/deskutils/kaddressbook/distinfo index 8a35bfc00cef..6d63c4219966 100644 --- a/deskutils/kaddressbook/distinfo +++ b/deskutils/kaddressbook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264336 -SHA256 (KDE/release-service/25.08.3/kaddressbook-25.08.3.tar.xz) = 8535f34ccd1428629072afd5e2e739c59e29e4a0c67e444f09917ca43017aa57 -SIZE (KDE/release-service/25.08.3/kaddressbook-25.08.3.tar.xz) = 3444608 +TIMESTAMP = 1765478339 +SHA256 (KDE/release-service/25.12.0/kaddressbook-25.12.0.tar.xz) = 8fc971227c1ae1d059adf8e4d217f2d3facaca69fdd4979af73f097b9417d95e +SIZE (KDE/release-service/25.12.0/kaddressbook-25.12.0.tar.xz) = 3465400 diff --git a/deskutils/kalarm/distinfo b/deskutils/kalarm/distinfo index 057adc54a2c7..6ced0b3539d0 100644 --- a/deskutils/kalarm/distinfo +++ b/deskutils/kalarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264338 -SHA256 (KDE/release-service/25.08.3/kalarm-25.08.3.tar.xz) = 347b9f56471e70b4c335ee96bc76a7d5c148badfd1460cd00e88bdb3ff6c6759 -SIZE (KDE/release-service/25.08.3/kalarm-25.08.3.tar.xz) = 2690300 +TIMESTAMP = 1765478342 +SHA256 (KDE/release-service/25.12.0/kalarm-25.12.0.tar.xz) = 80bd9cc55fca91653c1757f1f517b27b23d0c5e28796f84c83d3961287e1f1de +SIZE (KDE/release-service/25.12.0/kalarm-25.12.0.tar.xz) = 2700024 diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index 92f78e1c7c48..f8a27d6f30dd 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264341 -SHA256 (KDE/release-service/25.08.3/kcharselect-25.08.3.tar.xz) = afee236e5e0375aee038ed4292a3a188fa51251d92ab8e872cd9fe713cde3ae3 -SIZE (KDE/release-service/25.08.3/kcharselect-25.08.3.tar.xz) = 477884 +TIMESTAMP = 1765478344 +SHA256 (KDE/release-service/25.12.0/kcharselect-25.12.0.tar.xz) = cae7534c7830998b5485e57ec2b331c12b0df602213516c0bb8db682e34ff8d3 +SIZE (KDE/release-service/25.12.0/kcharselect-25.12.0.tar.xz) = 477968 diff --git a/deskutils/kdeconnect-kde/Makefile b/deskutils/kdeconnect-kde/Makefile index a8c39ad2d87e..d3083ca92e82 100644 --- a/deskutils/kdeconnect-kde/Makefile +++ b/deskutils/kdeconnect-kde/Makefile @@ -1,11 +1,7 @@ PORTNAME= kdeconnect-kde DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= deskutils kde kde-applications -PATCH_SITES= https://invent.kde.org/network/kdeconnect-kde/-/commit/ -PATCHFILES+= 55e3302d56e1eb22ff174d8f6afd7a7b1c9db819.patch:-p1 # Fix build with Qt 6.10 - MAINTAINER= kde@FreeBSD.org COMMENT= Support for KDE to interface between your phone and your computer WWW= https://community.kde.org/KDEConnect diff --git a/deskutils/kdeconnect-kde/distinfo b/deskutils/kdeconnect-kde/distinfo index dda2c3d73919..fa65ccd1041b 100644 --- a/deskutils/kdeconnect-kde/distinfo +++ b/deskutils/kdeconnect-kde/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1763712489 -SHA256 (KDE/release-service/25.08.3/kdeconnect-kde-25.08.3.tar.xz) = 6e41f1f22e85f5e70a92dd6ca3e6968364896de37afe5daeb7cda599f03e5e2b -SIZE (KDE/release-service/25.08.3/kdeconnect-kde-25.08.3.tar.xz) = 635720 -SHA256 (KDE/release-service/25.08.3/55e3302d56e1eb22ff174d8f6afd7a7b1c9db819.patch) = ab8bf619f0c7f781c521809d50a9f1a232075ebadd7b16b6b487ced876ffc2e4 -SIZE (KDE/release-service/25.08.3/55e3302d56e1eb22ff174d8f6afd7a7b1c9db819.patch) = 2988 +TIMESTAMP = 1765478347 +SHA256 (KDE/release-service/25.12.0/kdeconnect-kde-25.12.0.tar.xz) = 0fff24d371ccfefc858d7d6e01385c4d57dc40bf46d6702a34d1bf6727cc72a8 +SIZE (KDE/release-service/25.12.0/kdeconnect-kde-25.12.0.tar.xz) = 638256 diff --git a/deskutils/kdeconnect-kde/files/patch-core_backends_lan_lanlinkprovider.cpp b/deskutils/kdeconnect-kde/files/patch-core_backends_lan_lanlinkprovider.cpp index 9fb5f425bff6..61b97c9f081a 100644 --- a/deskutils/kdeconnect-kde/files/patch-core_backends_lan_lanlinkprovider.cpp +++ b/deskutils/kdeconnect-kde/files/patch-core_backends_lan_lanlinkprovider.cpp @@ -1,32 +1,19 @@ ---- core/backends/lan/lanlinkprovider.cpp.orig 2025-11-01 18:19:03 UTC +--- core/backends/lan/lanlinkprovider.cpp.orig 2025-12-03 23:06:29 UTC +++ core/backends/lan/lanlinkprovider.cpp -@@ -427,6 +427,7 @@ void LanLinkProvider::encrypted() +@@ -303,6 +303,16 @@ void LanLinkProvider::udpBroadcastReceived() + m_lastConnectionTime[deviceId] = now; - NetworkPacket *identityPacket = m_receivedIdentityPackets[socket].np; - -+ QString deviceId = identityPacket->get<QString>(QStringLiteral("deviceId")); - int protocolVersion = identityPacket->get<int>(QStringLiteral("protocolVersion"), -1); - if (protocolVersion >= 8) { - disconnect(socket, &QObject::destroyed, nullptr, nullptr); -@@ -435,7 +436,7 @@ void LanLinkProvider::encrypted() - NetworkPacket myIdentity = KdeConnectConfig::instance().deviceInfo().toIdentityPacket(); - socket->write(myIdentity.serialize()); - socket->flush(); -- connect(socket, &QIODevice::readyRead, this, [this, socket, protocolVersion]() { -+ connect(socket, &QIODevice::readyRead, this, [this, socket, protocolVersion, deviceId]() { - if (!socket->canReadLine()) { - // This can happen if the packet is large enough to be split in two chunks - return; -@@ -452,6 +453,12 @@ void LanLinkProvider::encrypted() - int newProtocolVersion = secureIdentityPacket->get<int>(QStringLiteral("protocolVersion"), 0); - if (newProtocolVersion != protocolVersion) { - qCWarning(KDECONNECT_CORE) << "Protocol version changed half-way through the handshake:" << protocolVersion << "->" << newProtocolVersion; -+ return; + int tcpPort = receivedPacket->get<int>(QStringLiteral("tcpPort")); ++ // convert IPv6 addresses of type "v4-mapped" to IPv4 ++ QHostAddress addr = sender; ++ if (addr.protocol() == QAbstractSocket::IPv6Protocol) { ++ bool success; ++ QHostAddress convertedAddr = QHostAddress(addr.toIPv4Address(&success)); ++ if (success) { ++ // qCDebug(KDECONNECT_CORE) << "Converting IPv6" << addr << "to IPv4" << convertedAddr; ++ sender = convertedAddr; + } -+ QString newDeviceId = secureIdentityPacket->get<QString>(QStringLiteral("deviceId")); -+ if (newDeviceId != deviceId) { -+ qCWarning(KDECONNECT_CORE) << "Device ID changed half-way through the handshake:" << deviceId << "->" << newDeviceId; -+ return; - } - DeviceInfo deviceInfo = DeviceInfo::FromIdentityPacketAndCert(*secureIdentityPacket, socket->peerCertificate()); - ++ } + if (tcpPort < MIN_TCP_PORT || tcpPort > MAX_TCP_PORT) { + qCDebug(KDECONNECT_CORE) << "TCP port outside of kdeconnect's range"; + delete receivedPacket; diff --git a/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp b/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp index 5554b24703e9..abdb880a32f4 100644 --- a/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp +++ b/deskutils/kdeconnect-kde/files/patch-plugins_sftp_mounter.cpp @@ -1,6 +1,6 @@ ---- plugins/sftp/mounter.cpp.orig 2023-12-18 22:14:59 UTC +--- plugins/sftp/mounter.cpp.orig 2025-12-03 23:06:29 UTC +++ plugins/sftp/mounter.cpp -@@ -128,7 +128,7 @@ void Mounter::onPacketReceived(const NetworkPacket &np +@@ -102,7 +102,7 @@ void Mounter::onPacketReceived(const NetworkPacket &np << QStringLiteral("-o") << QStringLiteral("gid=") + QString::number(getgid()) << QStringLiteral("-o") << QStringLiteral("reconnect") << QStringLiteral("-o") << QStringLiteral("ServerAliveInterval=30") @@ -9,7 +9,7 @@ // clang-format on m_proc->setProgram(program, arguments); -@@ -137,8 +137,8 @@ void Mounter::onPacketReceived(const NetworkPacket &np +@@ -111,8 +111,8 @@ void Mounter::onPacketReceived(const NetworkPacket &np m_proc->start(); // qCDebug(KDECONNECT_PLUGIN_SFTP) << "Passing password: " << np.get<QString>("password").toLatin1(); diff --git a/deskutils/kdeconnect-kde/pkg-plist b/deskutils/kdeconnect-kde/pkg-plist index b145ff772a4a..6f31945e0b63 100644 --- a/deskutils/kdeconnect-kde/pkg-plist +++ b/deskutils/kdeconnect-kde/pkg-plist @@ -4,12 +4,12 @@ bin/kdeconnect-handler bin/kdeconnect-indicator bin/kdeconnect-sms bin/kdeconnectd +etc/ufw/applications.d/kdeconnect etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop lib/libkdeconnectcore.so.%%KDE_APPLICATIONS_VERSION_SHORT%% lib/libkdeconnectcore.so.%%KDE_APPLICATIONS_SHLIB_VER%% lib/libkdeconnectinterfaces.a %%QT_PLUGINDIR%%/kdeconnect/kdeconnect_battery.so -%%QT_PLUGINDIR%%/kdeconnect/kdeconnect_bigscreen.so %%QT_PLUGINDIR%%/kdeconnect/kdeconnect_clipboard.so %%QT_PLUGINDIR%%/kdeconnect/kdeconnect_connectivity_report.so %%QT_PLUGINDIR%%/kdeconnect/kdeconnect_contacts.so @@ -304,19 +304,6 @@ share/locale/eu/LC_MESSAGES/kdeconnect-plugins.mo share/locale/eu/LC_MESSAGES/kdeconnect-sms.mo share/locale/eu/LC_MESSAGES/kdeconnect-urlhandler.mo share/locale/eu/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo -share/locale/fa/LC_MESSAGES/kdeconnect-app.mo -share/locale/fa/LC_MESSAGES/kdeconnect-cli.mo -share/locale/fa/LC_MESSAGES/kdeconnect-core.mo -share/locale/fa/LC_MESSAGES/kdeconnect-fileitemaction.mo -share/locale/fa/LC_MESSAGES/kdeconnect-indicator.mo -share/locale/fa/LC_MESSAGES/kdeconnect-interfaces.mo -share/locale/fa/LC_MESSAGES/kdeconnect-kded.mo -share/locale/fa/LC_MESSAGES/kdeconnect-kio.mo -share/locale/fa/LC_MESSAGES/kdeconnect-nautilus-extension.mo -share/locale/fa/LC_MESSAGES/kdeconnect-plugins.mo -share/locale/fa/LC_MESSAGES/kdeconnect-sms.mo -share/locale/fa/LC_MESSAGES/kdeconnect-urlhandler.mo -share/locale/fa/LC_MESSAGES/plasma_applet_org.kde.kdeconnect.mo share/locale/fi/LC_MESSAGES/kdeconnect-app.mo share/locale/fi/LC_MESSAGES/kdeconnect-cli.mo share/locale/fi/LC_MESSAGES/kdeconnect-core.mo diff --git a/deskutils/kdepim-addons/distinfo b/deskutils/kdepim-addons/distinfo index 1019bb21593d..349afe1a5cda 100644 --- a/deskutils/kdepim-addons/distinfo +++ b/deskutils/kdepim-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264346 -SHA256 (KDE/release-service/25.08.3/kdepim-addons-25.08.3.tar.xz) = baa85c1747c9e78972d1a54d7bb7b300ddbf54073452c3388356bc576d479cd7 -SIZE (KDE/release-service/25.08.3/kdepim-addons-25.08.3.tar.xz) = 2660280 +TIMESTAMP = 1765478349 +SHA256 (KDE/release-service/25.12.0/kdepim-addons-25.12.0.tar.xz) = bd6769a9ec8b94e2cbb0cb089b5108c8e907f5e2f71c8c7f3aaf73b1026f0fc7 +SIZE (KDE/release-service/25.12.0/kdepim-addons-25.12.0.tar.xz) = 2676312 diff --git a/deskutils/kdepim-addons/pkg-plist b/deskutils/kdepim-addons/pkg-plist index dc705ea3983a..e28204d91d6b 100644 --- a/deskutils/kdepim-addons/pkg-plist +++ b/deskutils/kdepim-addons/pkg-plist @@ -114,6 +114,8 @@ share/locale/ar/LC_MESSAGES/customtoolsplugin.mo share/locale/ar/LC_MESSAGES/importwizard_plugins.mo share/locale/ar/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/ar/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/ar/LC_MESSAGES/kaichat_addressbook.mo +share/locale/ar/LC_MESSAGES/kaichat_calendar.mo share/locale/ar/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/ar/LC_MESSAGES/kmail_editor_plugins.mo share/locale/ar/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -194,6 +196,8 @@ share/locale/bg/LC_MESSAGES/customtoolsplugin.mo share/locale/bg/LC_MESSAGES/importwizard_plugins.mo share/locale/bg/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/bg/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/bg/LC_MESSAGES/kaichat_addressbook.mo +share/locale/bg/LC_MESSAGES/kaichat_calendar.mo share/locale/bg/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/bg/LC_MESSAGES/kmail_editor_plugins.mo share/locale/bg/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -231,6 +235,8 @@ share/locale/ca/LC_MESSAGES/customtoolsplugin.mo share/locale/ca/LC_MESSAGES/importwizard_plugins.mo share/locale/ca/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/ca/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/ca/LC_MESSAGES/kaichat_addressbook.mo +share/locale/ca/LC_MESSAGES/kaichat_calendar.mo share/locale/ca/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/ca/LC_MESSAGES/kmail_editor_plugins.mo share/locale/ca/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -257,6 +263,8 @@ share/locale/ca@valencia/LC_MESSAGES/customtoolsplugin.mo share/locale/ca@valencia/LC_MESSAGES/importwizard_plugins.mo share/locale/ca@valencia/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/ca@valencia/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/ca@valencia/LC_MESSAGES/kaichat_addressbook.mo +share/locale/ca@valencia/LC_MESSAGES/kaichat_calendar.mo share/locale/ca@valencia/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/ca@valencia/LC_MESSAGES/kmail_editor_plugins.mo share/locale/ca@valencia/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -335,6 +343,8 @@ share/locale/de/LC_MESSAGES/customtoolsplugin.mo share/locale/de/LC_MESSAGES/importwizard_plugins.mo share/locale/de/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/de/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/de/LC_MESSAGES/kaichat_addressbook.mo +share/locale/de/LC_MESSAGES/kaichat_calendar.mo share/locale/de/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/de/LC_MESSAGES/kmail_editor_plugins.mo share/locale/de/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -417,6 +427,8 @@ share/locale/es/LC_MESSAGES/customtoolsplugin.mo share/locale/es/LC_MESSAGES/importwizard_plugins.mo share/locale/es/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/es/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/es/LC_MESSAGES/kaichat_addressbook.mo +share/locale/es/LC_MESSAGES/kaichat_calendar.mo share/locale/es/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/es/LC_MESSAGES/kmail_editor_plugins.mo share/locale/es/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -467,6 +479,7 @@ share/locale/eu/LC_MESSAGES/customtoolsplugin.mo share/locale/eu/LC_MESSAGES/importwizard_plugins.mo share/locale/eu/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/eu/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/eu/LC_MESSAGES/kaichat_addressbook.mo share/locale/eu/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/eu/LC_MESSAGES/kmail_editor_plugins.mo share/locale/eu/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -497,6 +510,8 @@ share/locale/fi/LC_MESSAGES/customtoolsplugin.mo share/locale/fi/LC_MESSAGES/importwizard_plugins.mo share/locale/fi/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/fi/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/fi/LC_MESSAGES/kaichat_addressbook.mo +share/locale/fi/LC_MESSAGES/kaichat_calendar.mo share/locale/fi/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/fi/LC_MESSAGES/kmail_editor_plugins.mo share/locale/fi/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -523,6 +538,8 @@ share/locale/fr/LC_MESSAGES/customtoolsplugin.mo share/locale/fr/LC_MESSAGES/importwizard_plugins.mo share/locale/fr/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/fr/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/fr/LC_MESSAGES/kaichat_addressbook.mo +share/locale/fr/LC_MESSAGES/kaichat_calendar.mo share/locale/fr/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/fr/LC_MESSAGES/kmail_editor_plugins.mo share/locale/fr/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -585,6 +602,8 @@ share/locale/he/LC_MESSAGES/customtoolsplugin.mo share/locale/he/LC_MESSAGES/importwizard_plugins.mo share/locale/he/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/he/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/he/LC_MESSAGES/kaichat_addressbook.mo +share/locale/he/LC_MESSAGES/kaichat_calendar.mo share/locale/he/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/he/LC_MESSAGES/kmail_editor_plugins.mo share/locale/he/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -682,6 +701,8 @@ share/locale/it/LC_MESSAGES/customtoolsplugin.mo share/locale/it/LC_MESSAGES/importwizard_plugins.mo share/locale/it/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/it/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/it/LC_MESSAGES/kaichat_addressbook.mo +share/locale/it/LC_MESSAGES/kaichat_calendar.mo share/locale/it/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/it/LC_MESSAGES/kmail_editor_plugins.mo share/locale/it/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -733,6 +754,8 @@ share/locale/ka/LC_MESSAGES/customtoolsplugin.mo share/locale/ka/LC_MESSAGES/importwizard_plugins.mo share/locale/ka/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/ka/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/ka/LC_MESSAGES/kaichat_addressbook.mo +share/locale/ka/LC_MESSAGES/kaichat_calendar.mo share/locale/ka/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/ka/LC_MESSAGES/kmail_editor_plugins.mo share/locale/ka/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -805,6 +828,7 @@ share/locale/lt/LC_MESSAGES/kmail_editorsendcheck_plugins.mo share/locale/lt/LC_MESSAGES/kmail_plugins.mo share/locale/lt/LC_MESSAGES/kmailtransport_plugins.mo share/locale/lt/LC_MESSAGES/korganizer_plugins.mo +share/locale/lt/LC_MESSAGES/libpimautogeneratetext.mo share/locale/lt/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/lt/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo @@ -858,6 +882,8 @@ share/locale/nl/LC_MESSAGES/customtoolsplugin.mo share/locale/nl/LC_MESSAGES/importwizard_plugins.mo share/locale/nl/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/nl/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/nl/LC_MESSAGES/kaichat_addressbook.mo +share/locale/nl/LC_MESSAGES/kaichat_calendar.mo share/locale/nl/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/nl/LC_MESSAGES/kmail_editor_plugins.mo share/locale/nl/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -894,6 +920,8 @@ share/locale/pl/LC_MESSAGES/customtoolsplugin.mo share/locale/pl/LC_MESSAGES/importwizard_plugins.mo share/locale/pl/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/pl/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/pl/LC_MESSAGES/kaichat_addressbook.mo +share/locale/pl/LC_MESSAGES/kaichat_calendar.mo share/locale/pl/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/pl/LC_MESSAGES/kmail_editor_plugins.mo share/locale/pl/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -945,6 +973,8 @@ share/locale/pt_BR/LC_MESSAGES/customtoolsplugin.mo share/locale/pt_BR/LC_MESSAGES/importwizard_plugins.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/pt_BR/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/pt_BR/LC_MESSAGES/kaichat_addressbook.mo +share/locale/pt_BR/LC_MESSAGES/kaichat_calendar.mo share/locale/pt_BR/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/pt_BR/LC_MESSAGES/kmail_editor_plugins.mo share/locale/pt_BR/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -989,7 +1019,6 @@ share/locale/ru/LC_MESSAGES/kmail_editorsendcheck_plugins.mo share/locale/ru/LC_MESSAGES/kmail_plugins.mo share/locale/ru/LC_MESSAGES/kmailtransport_plugins.mo share/locale/ru/LC_MESSAGES/korganizer_plugins.mo -share/locale/ru/LC_MESSAGES/libpimautogeneratetext.mo share/locale/ru/LC_MESSAGES/messageviewer_application_gnupgwks_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_application_mstnef_plugin.mo share/locale/ru/LC_MESSAGES/messageviewer_bodypartformatter_pkpass.mo @@ -1060,6 +1089,8 @@ share/locale/sl/LC_MESSAGES/customtoolsplugin.mo share/locale/sl/LC_MESSAGES/importwizard_plugins.mo share/locale/sl/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/sl/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/sl/LC_MESSAGES/kaichat_addressbook.mo +share/locale/sl/LC_MESSAGES/kaichat_calendar.mo share/locale/sl/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/sl/LC_MESSAGES/kmail_editor_plugins.mo share/locale/sl/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -1168,6 +1199,7 @@ share/locale/sv/LC_MESSAGES/customtoolsplugin.mo share/locale/sv/LC_MESSAGES/importwizard_plugins.mo share/locale/sv/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/sv/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/sv/LC_MESSAGES/kaichat_addressbook.mo share/locale/sv/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/sv/LC_MESSAGES/kmail_editor_plugins.mo share/locale/sv/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -1227,6 +1259,8 @@ share/locale/tr/LC_MESSAGES/customtoolsplugin.mo share/locale/tr/LC_MESSAGES/importwizard_plugins.mo share/locale/tr/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/tr/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/tr/LC_MESSAGES/kaichat_addressbook.mo +share/locale/tr/LC_MESSAGES/kaichat_calendar.mo share/locale/tr/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/tr/LC_MESSAGES/kmail_editor_plugins.mo share/locale/tr/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -1259,6 +1293,8 @@ share/locale/uk/LC_MESSAGES/customtoolsplugin.mo share/locale/uk/LC_MESSAGES/importwizard_plugins.mo share/locale/uk/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/uk/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/uk/LC_MESSAGES/kaichat_addressbook.mo +share/locale/uk/LC_MESSAGES/kaichat_calendar.mo share/locale/uk/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/uk/LC_MESSAGES/kmail_editor_plugins.mo share/locale/uk/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -1297,6 +1333,8 @@ share/locale/zh_CN/LC_MESSAGES/customtoolsplugin.mo share/locale/zh_CN/LC_MESSAGES/importwizard_plugins.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/zh_CN/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/zh_CN/LC_MESSAGES/kaichat_addressbook.mo +share/locale/zh_CN/LC_MESSAGES/kaichat_calendar.mo share/locale/zh_CN/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/zh_CN/LC_MESSAGES/kmail_editor_plugins.mo share/locale/zh_CN/LC_MESSAGES/kmail_editorconvertertext_plugins.mo @@ -1323,6 +1361,8 @@ share/locale/zh_TW/LC_MESSAGES/customtoolsplugin.mo share/locale/zh_TW/LC_MESSAGES/importwizard_plugins.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook_importexportplugins.mo share/locale/zh_TW/LC_MESSAGES/kaddressbook_plugins.mo +share/locale/zh_TW/LC_MESSAGES/kaichat_addressbook.mo +share/locale/zh_TW/LC_MESSAGES/kaichat_calendar.mo share/locale/zh_TW/LC_MESSAGES/kmail_checkbeforedeleting_plugins.mo share/locale/zh_TW/LC_MESSAGES/kmail_editor_plugins.mo share/locale/zh_TW/LC_MESSAGES/kmail_editorconvertertext_plugins.mo diff --git a/deskutils/kdepim-runtime/distinfo b/deskutils/kdepim-runtime/distinfo index a3be477e8280..42c9db5525c4 100644 --- a/deskutils/kdepim-runtime/distinfo +++ b/deskutils/kdepim-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264349 -SHA256 (KDE/release-service/25.08.3/kdepim-runtime-25.08.3.tar.xz) = 98b7acf07271658d3d9169a511676513be0659b73f5cb1fb4630aeb54fa65f85 -SIZE (KDE/release-service/25.08.3/kdepim-runtime-25.08.3.tar.xz) = 2452864 +TIMESTAMP = 1765478352 +SHA256 (KDE/release-service/25.12.0/kdepim-runtime-25.12.0.tar.xz) = 1759e8ce2610597ae447c6da64f02b793b0a7702babb4127a1ed716a9e0e4148 +SIZE (KDE/release-service/25.12.0/kdepim-runtime-25.12.0.tar.xz) = 2450104 diff --git a/deskutils/keditbookmarks/distinfo b/deskutils/keditbookmarks/distinfo index 0f7f8deb799f..83345b8561ec 100644 --- a/deskutils/keditbookmarks/distinfo +++ b/deskutils/keditbookmarks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264351 -SHA256 (KDE/release-service/25.08.3/keditbookmarks-25.08.3.tar.xz) = 4f57a12aed73fcecc3059a0645931d1b836b44267194294763742131b21d3afa -SIZE (KDE/release-service/25.08.3/keditbookmarks-25.08.3.tar.xz) = 262484 +TIMESTAMP = 1765478354 +SHA256 (KDE/release-service/25.12.0/keditbookmarks-25.12.0.tar.xz) = ebbe1598cc6dbd78a72d63566fd8e4b0849bf4b5e3bcb4bb7b8b578f17b0a247 +SIZE (KDE/release-service/25.12.0/keditbookmarks-25.12.0.tar.xz) = 262456 diff --git a/deskutils/kfind/distinfo b/deskutils/kfind/distinfo index 0d6350a9d828..ab448f8d3aa2 100644 --- a/deskutils/kfind/distinfo +++ b/deskutils/kfind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264354 -SHA256 (KDE/release-service/25.08.3/kfind-25.08.3.tar.xz) = 756d4f989392086cd211553d58613d5feb41310733b8ea35c50c5869380c9518 -SIZE (KDE/release-service/25.08.3/kfind-25.08.3.tar.xz) = 333160 +TIMESTAMP = 1765478357 +SHA256 (KDE/release-service/25.12.0/kfind-25.12.0.tar.xz) = 53d07dcc5f197915a0703a5baa8938d73861961d9c59a33bcb219dba5176ea7e +SIZE (KDE/release-service/25.12.0/kfind-25.12.0.tar.xz) = 335236 diff --git a/deskutils/kmail-account-wizard/distinfo b/deskutils/kmail-account-wizard/distinfo index 21c6ee701ab2..1008bf0e7f2e 100644 --- a/deskutils/kmail-account-wizard/distinfo +++ b/deskutils/kmail-account-wizard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264359 -SHA256 (KDE/release-service/25.08.3/kmail-account-wizard-25.08.3.tar.xz) = 3365f16153201a29c31799b108fc08e3f694c233ae170426889f8151c498c344 -SIZE (KDE/release-service/25.08.3/kmail-account-wizard-25.08.3.tar.xz) = 172708 +TIMESTAMP = 1765478362 +SHA256 (KDE/release-service/25.12.0/kmail-account-wizard-25.12.0.tar.xz) = c8513124a75f6fd47b0b4e84d07d66cedf83b523b7c95056d58cf85581a765be +SIZE (KDE/release-service/25.12.0/kmail-account-wizard-25.12.0.tar.xz) = 173492 diff --git a/deskutils/kmail/distinfo b/deskutils/kmail/distinfo index c2b9df84db2a..c1e8b566c30a 100644 --- a/deskutils/kmail/distinfo +++ b/deskutils/kmail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264356 -SHA256 (KDE/release-service/25.08.3/kmail-25.08.3.tar.xz) = a544e87ce2fadf4dbaa099c018a19e593bbb802e0a993016bc3e914edd6a91f4 -SIZE (KDE/release-service/25.08.3/kmail-25.08.3.tar.xz) = 7825068 +TIMESTAMP = 1765478359 +SHA256 (KDE/release-service/25.12.0/kmail-25.12.0.tar.xz) = 62c904b61491b0e98902aee8d86c5a499eb0670e99afb77dc4fe25baff26665d +SIZE (KDE/release-service/25.12.0/kmail-25.12.0.tar.xz) = 7852460 diff --git a/deskutils/kongress/distinfo b/deskutils/kongress/distinfo index a1372191c917..90f8cb1501e7 100644 --- a/deskutils/kongress/distinfo +++ b/deskutils/kongress/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264361 -SHA256 (KDE/release-service/25.08.3/kongress-25.08.3.tar.xz) = 9d7f5e78953553a67f1803dee7b0c6e3182686dc173c7654f23f3ac2dc5555db -SIZE (KDE/release-service/25.08.3/kongress-25.08.3.tar.xz) = 164264 +TIMESTAMP = 1765478364 +SHA256 (KDE/release-service/25.12.0/kongress-25.12.0.tar.xz) = 9c141cc43c131e75ca92f33a59ed1f5d7aba3dbc9b85e22e2888444d47203c13 +SIZE (KDE/release-service/25.12.0/kongress-25.12.0.tar.xz) = 163500 diff --git a/deskutils/kontact/distinfo b/deskutils/kontact/distinfo index 42117e81da81..47205ddec5a6 100644 --- a/deskutils/kontact/distinfo +++ b/deskutils/kontact/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264364 -SHA256 (KDE/release-service/25.08.3/kontact-25.08.3.tar.xz) = a8411be963b8282156712b5bb20b3dde6a3be37769837558e590a6d5ed05b2fa -SIZE (KDE/release-service/25.08.3/kontact-25.08.3.tar.xz) = 889628 +TIMESTAMP = 1765478367 +SHA256 (KDE/release-service/25.12.0/kontact-25.12.0.tar.xz) = c46916b6917d29621d29978df53e3af7f2b19a668f4eec91bc1f6d6c8a4ff92f +SIZE (KDE/release-service/25.12.0/kontact-25.12.0.tar.xz) = 891464 diff --git a/deskutils/korganizer/distinfo b/deskutils/korganizer/distinfo index 317028c4c3f2..6e1e36273ef2 100644 --- a/deskutils/korganizer/distinfo +++ b/deskutils/korganizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264366 -SHA256 (KDE/release-service/25.08.3/korganizer-25.08.3.tar.xz) = 62a1a0d1585b92d8652ff194fcc96bb2883bcc018ecbd4f5eaef6e90f6b0b975 -SIZE (KDE/release-service/25.08.3/korganizer-25.08.3.tar.xz) = 3056900 +TIMESTAMP = 1765478369 +SHA256 (KDE/release-service/25.12.0/korganizer-25.12.0.tar.xz) = 033f85f61d5e681baa5fa4b635f43952cc4e71fee49e5f87ee10761596ae5121 +SIZE (KDE/release-service/25.12.0/korganizer-25.12.0.tar.xz) = 3063976 diff --git a/deskutils/kruler/distinfo b/deskutils/kruler/distinfo index 84040e6e2682..dbcd7aae6625 100644 --- a/deskutils/kruler/distinfo +++ b/deskutils/kruler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264369 -SHA256 (KDE/release-service/25.08.3/kruler-25.08.3.tar.xz) = 96b22b4e590cb6768671f11994e10da942f8252fac62fab9effd15611d2c79ac -SIZE (KDE/release-service/25.08.3/kruler-25.08.3.tar.xz) = 287432 +TIMESTAMP = 1765478372 +SHA256 (KDE/release-service/25.12.0/kruler-25.12.0.tar.xz) = c5ecd5f674fe7d85bf44f3b53ba43090feafc8eca475b7b6a1951f6d041673dc +SIZE (KDE/release-service/25.12.0/kruler-25.12.0.tar.xz) = 287048 diff --git a/deskutils/kweather/distinfo b/deskutils/kweather/distinfo index 6599232f773a..9205d96e6e55 100644 --- a/deskutils/kweather/distinfo +++ b/deskutils/kweather/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264369 -SHA256 (KDE/release-service/25.08.3/kweather-25.08.3.tar.xz) = 28da1e2ead6c726e6232230eaa8f1e0e5b9a6b90b756030ec7f9151d190d732d -SIZE (KDE/release-service/25.08.3/kweather-25.08.3.tar.xz) = 367328 +TIMESTAMP = 1765478372 +SHA256 (KDE/release-service/25.12.0/kweather-25.12.0.tar.xz) = e633ba482afded8ba3eb00fadb90eb4d06342de38b9bf2b166f5a757811f49b1 +SIZE (KDE/release-service/25.12.0/kweather-25.12.0.tar.xz) = 372796 diff --git a/deskutils/kweather/pkg-plist b/deskutils/kweather/pkg-plist index e6f28070c5d6..54991c901693 100644 --- a/deskutils/kweather/pkg-plist +++ b/deskutils/kweather/pkg-plist @@ -1,5 +1,5 @@ bin/kweather -%%QT_PLUGINDIR%%/plasma/applets/plasma_applet_kweather_1x4.so +%%QT_PLUGINDIR%%/plasma/applets/org.kde.plasma.kweather_1x4.so share/applications/org.kde.kweather.desktop share/dbus-1/services/org.kde.kweather.service share/icons/hicolor/scalable/apps/org.kde.kweather.svg @@ -48,8 +48,3 @@ share/locale/uk/LC_MESSAGES/kweather.mo share/locale/zh_CN/LC_MESSAGES/kweather.mo share/locale/zh_TW/LC_MESSAGES/kweather.mo share/metainfo/org.kde.kweather.appdata.xml -share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/LocationSelector.qml -share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/WeatherContainer.qml -share/plasma/plasmoids/org.kde.plasma.kweather_1x4/contents/ui/main.qml -share/plasma/plasmoids/org.kde.plasma.kweather_1x4/metadata.json -share/plasma/plasmoids/org.kde.plasma.kweather_1x4/metadata.json.license diff --git a/deskutils/kweathercore/distinfo b/deskutils/kweathercore/distinfo index b530e70f5780..478f3f306afb 100644 --- a/deskutils/kweathercore/distinfo +++ b/deskutils/kweathercore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264369 -SHA256 (KDE/release-service/25.08.3/kweathercore-25.08.3.tar.xz) = 693573a0245bf65daceab127ac45c9acfbb39e6b7c516d817af541cd3125b25b -SIZE (KDE/release-service/25.08.3/kweathercore-25.08.3.tar.xz) = 78928 +TIMESTAMP = 1765478373 +SHA256 (KDE/release-service/25.12.0/kweathercore-25.12.0.tar.xz) = 2c30f14c970f79549ecdb798bcc195221c73c41923a1044c78ad6db5d2c88012 +SIZE (KDE/release-service/25.12.0/kweathercore-25.12.0.tar.xz) = 86724 diff --git a/deskutils/kweathercore/pkg-plist b/deskutils/kweathercore/pkg-plist index f963a41aa4f5..dfedb15959c6 100644 --- a/deskutils/kweathercore/pkg-plist +++ b/deskutils/kweathercore/pkg-plist @@ -4,6 +4,7 @@ include/KWeatherCore/KWeatherCore/CAPArea include/KWeatherCore/KWeatherCore/CAPNamedValue include/KWeatherCore/KWeatherCore/CAPParser include/KWeatherCore/KWeatherCore/CAPReference +include/KWeatherCore/KWeatherCore/CAPResource include/KWeatherCore/KWeatherCore/DailyWeatherForecast include/KWeatherCore/KWeatherCore/GeoTimezone include/KWeatherCore/KWeatherCore/HourlyWeatherForecast @@ -20,6 +21,7 @@ include/KWeatherCore/kweathercore/caparea.h include/KWeatherCore/kweathercore/capnamedvalue.h include/KWeatherCore/kweathercore/capparser.h include/KWeatherCore/kweathercore/capreference.h +include/KWeatherCore/kweathercore/capresource.h include/KWeatherCore/kweathercore/dailyweatherforecast.h include/KWeatherCore/kweathercore/geotimezone.h include/KWeatherCore/kweathercore/hourlyweatherforecast.h diff --git a/deskutils/libkdepim/distinfo b/deskutils/libkdepim/distinfo index a06f9dffac6c..c8d550cce356 100644 --- a/deskutils/libkdepim/distinfo +++ b/deskutils/libkdepim/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264372 -SHA256 (KDE/release-service/25.08.3/libkdepim-25.08.3.tar.xz) = 3aca55b71be35ab3699305f2f7fc766d4bd00c44ebb7631bfd641c124cd0b1e9 -SIZE (KDE/release-service/25.08.3/libkdepim-25.08.3.tar.xz) = 285284 +TIMESTAMP = 1765478375 +SHA256 (KDE/release-service/25.12.0/libkdepim-25.12.0.tar.xz) = 1c0a5ccbfbdf4be533bf1e52fe17a634d736687e2a949ab11fe9a1f9bd2a8dbc +SIZE (KDE/release-service/25.12.0/libkdepim-25.12.0.tar.xz) = 285424 diff --git a/deskutils/lxqt-notificationd/Makefile b/deskutils/lxqt-notificationd/Makefile index 6b49e347ab19..a7bf410d851d 100644 --- a/deskutils/lxqt-notificationd/Makefile +++ b/deskutils/lxqt-notificationd/Makefile @@ -1,5 +1,5 @@ PORTNAME= lxqt-notificationd -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= deskutils MASTER_SITES= LXQT diff --git a/deskutils/lxqt-notificationd/distinfo b/deskutils/lxqt-notificationd/distinfo index 894abf8c5f78..07bb5b7fd718 100644 --- a/deskutils/lxqt-notificationd/distinfo +++ b/deskutils/lxqt-notificationd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978807 -SHA256 (lxqt/lxqt-notificationd-2.3.0.tar.xz) = c6b2bad0702e4d2af37f9f0755f2896ab23d1077a097cb1773bf4ae83deba740 -SIZE (lxqt/lxqt-notificationd-2.3.0.tar.xz) = 67984 +TIMESTAMP = 1765267905 +SHA256 (lxqt/lxqt-notificationd-2.3.1.tar.xz) = e47851cc744440f0399f227b6d3c8e950dd5b964b279eb9e69cd448ac8415213 +SIZE (lxqt/lxqt-notificationd-2.3.1.tar.xz) = 68052 diff --git a/deskutils/mbox-importer/distinfo b/deskutils/mbox-importer/distinfo index 2e8f3c2078b9..95e34028ab75 100644 --- a/deskutils/mbox-importer/distinfo +++ b/deskutils/mbox-importer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264375 -SHA256 (KDE/release-service/25.08.3/mbox-importer-25.08.3.tar.xz) = bd42caeb87693ab3cacc7c42d9f940e22c875af4d4d304b2656093de48d9b822 -SIZE (KDE/release-service/25.08.3/mbox-importer-25.08.3.tar.xz) = 34148 +TIMESTAMP = 1765478378 +SHA256 (KDE/release-service/25.12.0/mbox-importer-25.12.0.tar.xz) = 2f206a2de8e1a973b857829349630653923311d869f645e1b508a3d6fc647519 +SIZE (KDE/release-service/25.12.0/mbox-importer-25.12.0.tar.xz) = 34280 diff --git a/deskutils/merkuro/distinfo b/deskutils/merkuro/distinfo index bf9748d7d788..7f086dfaef70 100644 --- a/deskutils/merkuro/distinfo +++ b/deskutils/merkuro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264377 -SHA256 (KDE/release-service/25.08.3/merkuro-25.08.3.tar.xz) = a021cb7d5a20519375a56bff8541fc2b3bddd5ebe485ab9bd25e306b211312ad -SIZE (KDE/release-service/25.08.3/merkuro-25.08.3.tar.xz) = 826692 +TIMESTAMP = 1765478380 +SHA256 (KDE/release-service/25.12.0/merkuro-25.12.0.tar.xz) = 595497dc11abe2fc50f7c349543f5886dc71767538a64f4900b2e8bf63792c08 +SIZE (KDE/release-service/25.12.0/merkuro-25.12.0.tar.xz) = 826872 diff --git a/deskutils/merkuro/pkg-plist b/deskutils/merkuro/pkg-plist index 2742e94d23f4..d6060604a5b6 100644 --- a/deskutils/merkuro/pkg-plist +++ b/deskutils/merkuro/pkg-plist @@ -144,6 +144,7 @@ share/locale/ko/LC_MESSAGES/merkuro.mo share/locale/ko/LC_MESSAGES/merkurolauncher.mo share/locale/ko/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/locale/lt/LC_MESSAGES/merkuro.mo +share/locale/lt/LC_MESSAGES/merkurolauncher.mo share/locale/lt/LC_MESSAGES/plasma_applet_org.kde.merkuro.contact.mo share/locale/lv/LC_MESSAGES/merkuro.mo share/locale/lv/LC_MESSAGES/merkurolauncher.mo diff --git a/deskutils/pim-data-exporter/distinfo b/deskutils/pim-data-exporter/distinfo index cf3f54e2e47f..2736e3d4a1c9 100644 --- a/deskutils/pim-data-exporter/distinfo +++ b/deskutils/pim-data-exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264380 -SHA256 (KDE/release-service/25.08.3/pim-data-exporter-25.08.3.tar.xz) = 7476c7a7b8594f9dd08659660a1ef30420c80d48961489230cc850568b236a0b -SIZE (KDE/release-service/25.08.3/pim-data-exporter-25.08.3.tar.xz) = 430548 +TIMESTAMP = 1765478383 +SHA256 (KDE/release-service/25.12.0/pim-data-exporter-25.12.0.tar.xz) = 4a8f37169737e72ac7c978a6e3725986b6db18e7dfa6cd4778ba317b2e3c6c14 +SIZE (KDE/release-service/25.12.0/pim-data-exporter-25.12.0.tar.xz) = 430800 diff --git a/deskutils/pim-sieve-editor/distinfo b/deskutils/pim-sieve-editor/distinfo index d4f8136650f3..fb9eba4577f4 100644 --- a/deskutils/pim-sieve-editor/distinfo +++ b/deskutils/pim-sieve-editor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264382 -SHA256 (KDE/release-service/25.08.3/pim-sieve-editor-25.08.3.tar.xz) = 9ea328855a1fc602ece20bce0ea2c9e331f3be416c6e6ae8f98518b0292a2684 -SIZE (KDE/release-service/25.08.3/pim-sieve-editor-25.08.3.tar.xz) = 483268 +TIMESTAMP = 1765478385 +SHA256 (KDE/release-service/25.12.0/pim-sieve-editor-25.12.0.tar.xz) = 3febef21e6ea49eb45c7da38912e119e11b120726c21a1793ae765fbf09a8ea7 +SIZE (KDE/release-service/25.12.0/pim-sieve-editor-25.12.0.tar.xz) = 484364 diff --git a/deskutils/plasma6-milou/distinfo b/deskutils/plasma6-milou/distinfo index 990af59b11aa..d04998bc3358 100644 --- a/deskutils/plasma6-milou/distinfo +++ b/deskutils/plasma6-milou/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481290 -SHA256 (KDE/plasma/6.5.3/milou-6.5.3.tar.xz) = 7273af16803d7851a8f8e6db6608165af49b77d13a7ec6ae3cf88e8e36721cb7 -SIZE (KDE/plasma/6.5.3/milou-6.5.3.tar.xz) = 49944 +TIMESTAMP = 1765457145 +SHA256 (KDE/plasma/6.5.4/milou-6.5.4.tar.xz) = dd569381ea2825a47ebb3f4b998fd35d753411f45350efb00566df681441b5f7 +SIZE (KDE/plasma/6.5.4/milou-6.5.4.tar.xz) = 49948 diff --git a/deskutils/plasma6-sddm-kcm/distinfo b/deskutils/plasma6-sddm-kcm/distinfo index 6809faf8fa85..3df7556ba1ea 100644 --- a/deskutils/plasma6-sddm-kcm/distinfo +++ b/deskutils/plasma6-sddm-kcm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481290 -SHA256 (KDE/plasma/6.5.3/sddm-kcm-6.5.3.tar.xz) = 7fee190dd1caea0e193f705030a978ab184e06519b4d45313b4f7e3b193940a3 -SIZE (KDE/plasma/6.5.3/sddm-kcm-6.5.3.tar.xz) = 104184 +TIMESTAMP = 1765457146 +SHA256 (KDE/plasma/6.5.4/sddm-kcm-6.5.4.tar.xz) = e09f9c61b589d1e180e445d3098c8d2ee690ff926566ae7dc3a201d410afdeb7 +SIZE (KDE/plasma/6.5.4/sddm-kcm-6.5.4.tar.xz) = 104192 diff --git a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo index f5ca9fe99470..a850a90f2d66 100644 --- a/deskutils/plasma6-xdg-desktop-portal-kde/distinfo +++ b/deskutils/plasma6-xdg-desktop-portal-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481291 -SHA256 (KDE/plasma/6.5.3/xdg-desktop-portal-kde-6.5.3.tar.xz) = 1edbe2a45fcbc6201b9bd33c5d35f40900d3c4041bf5b22f684cb3b6d87de192 -SIZE (KDE/plasma/6.5.3/xdg-desktop-portal-kde-6.5.3.tar.xz) = 209448 +TIMESTAMP = 1765457146 +SHA256 (KDE/plasma/6.5.4/xdg-desktop-portal-kde-6.5.4.tar.xz) = 00b3f20db237900eb015a10095fb85d324da8080d20abafddf5cb044eb12516b +SIZE (KDE/plasma/6.5.4/xdg-desktop-portal-kde-6.5.4.tar.xz) = 209972 diff --git a/deskutils/stirling-pdf/Makefile b/deskutils/stirling-pdf/Makefile index dd9dbefa22f7..3fc36b47610f 100644 --- a/deskutils/stirling-pdf/Makefile +++ b/deskutils/stirling-pdf/Makefile @@ -1,5 +1,5 @@ PORTNAME= stirling-pdf -PORTVERSION= 2.1.1 +PORTVERSION= 2.1.3 CATEGORIES= deskutils java MASTER_SITES= https://files.stirlingpdf.com/v${PORTVERSION}/ DISTNAME= Stirling-PDF-with-login diff --git a/deskutils/stirling-pdf/distinfo b/deskutils/stirling-pdf/distinfo index e8508baa0e18..fa003073a272 100644 --- a/deskutils/stirling-pdf/distinfo +++ b/deskutils/stirling-pdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765048592 -SHA256 (stirling-pdf/2.1.1/Stirling-PDF-with-login.jar) = 0c2edd70c815f53c505565ea266dc9a42081790b690e8d01c946f652b2161a73 -SIZE (stirling-pdf/2.1.1/Stirling-PDF-with-login.jar) = 203681386 +TIMESTAMP = 1765465504 +SHA256 (stirling-pdf/2.1.3/Stirling-PDF-with-login.jar) = ed47e846f07ccfd4e8f843dea0d9f6909e00e799dae994ccf1a74d9467c7f208 +SIZE (stirling-pdf/2.1.3/Stirling-PDF-with-login.jar) = 211898619 diff --git a/deskutils/zanshin/distinfo b/deskutils/zanshin/distinfo index a225afdd3575..9783441ad699 100644 --- a/deskutils/zanshin/distinfo +++ b/deskutils/zanshin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264385 -SHA256 (KDE/release-service/25.08.3/zanshin-25.08.3.tar.xz) = dc0d10182f2a1357fef2395b5e8efdaec4ec4e5f6165510a3512838c0b296d81 -SIZE (KDE/release-service/25.08.3/zanshin-25.08.3.tar.xz) = 387372 +TIMESTAMP = 1765478388 +SHA256 (KDE/release-service/25.12.0/zanshin-25.12.0.tar.xz) = d479fe651a8cb363c2a296ba85d18bbb7d409c68cf3d3890af2d29ffd2a55bf1 +SIZE (KDE/release-service/25.12.0/zanshin-25.12.0.tar.xz) = 388248 diff --git a/devel/Makefile b/devel/Makefile index 549e995eb367..c165c9779084 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -293,6 +293,7 @@ SUBDIR += bacnet-stack SUBDIR += bacon SUBDIR += bam + SUBDIR += base64 SUBDIR += bashdb SUBDIR += basu SUBDIR += bats-core @@ -1555,6 +1556,7 @@ SUBDIR += linux-rl9-lld SUBDIR += linux-rl9-lldb SUBDIR += linux-rl9-llvm + SUBDIR += linux-rl9-nasm SUBDIR += linux-rl9-npth SUBDIR += linux-rl9-nspr SUBDIR += linux-rl9-ocl-icd @@ -4645,6 +4647,7 @@ SUBDIR += py-cclib SUBDIR += py-cdg SUBDIR += py-cel-python + SUBDIR += py-cel-python02 SUBDIR += py-celery SUBDIR += py-celery-progress SUBDIR += py-celery-singleton @@ -5387,6 +5390,7 @@ SUBDIR += py-openstacksdk SUBDIR += py-opentelemetry-api SUBDIR += py-opentelemetry-distro + SUBDIR += py-opentelemetry-exporter-credential-provider-gcp SUBDIR += py-opentelemetry-exporter-otlp SUBDIR += py-opentelemetry-exporter-otlp-proto-common SUBDIR += py-opentelemetry-exporter-otlp-proto-grpc @@ -5588,6 +5592,7 @@ SUBDIR += py-proto-plus SUBDIR += py-protobuf SUBDIR += py-protobuf-compiler + SUBDIR += py-protoc-gen-validate SUBDIR += py-protovalidate SUBDIR += py-proxmoxer SUBDIR += py-psygnal @@ -5613,6 +5618,7 @@ SUBDIR += py-pyasn1-modules SUBDIR += py-pybind11 SUBDIR += py-pybix + SUBDIR += py-pybreaker SUBDIR += py-pycadf SUBDIR += py-pycalendar SUBDIR += py-pycallgraph @@ -6870,6 +6876,7 @@ SUBDIR += rubygem-aws-sdk-networkmonitor SUBDIR += rubygem-aws-sdk-notifications SUBDIR += rubygem-aws-sdk-notificationscontacts + SUBDIR += rubygem-aws-sdk-novaact SUBDIR += rubygem-aws-sdk-oam SUBDIR += rubygem-aws-sdk-observabilityadmin SUBDIR += rubygem-aws-sdk-odb @@ -6880,6 +6887,8 @@ SUBDIR += rubygem-aws-sdk-osis SUBDIR += rubygem-aws-sdk-outposts SUBDIR += rubygem-aws-sdk-panorama + SUBDIR += rubygem-aws-sdk-partnercentralaccount + SUBDIR += rubygem-aws-sdk-partnercentralbenefits SUBDIR += rubygem-aws-sdk-partnercentralchannel SUBDIR += rubygem-aws-sdk-partnercentralselling SUBDIR += rubygem-aws-sdk-paymentcryptography @@ -6925,6 +6934,7 @@ SUBDIR += rubygem-aws-sdk-rolesanywhere SUBDIR += rubygem-aws-sdk-route53 SUBDIR += rubygem-aws-sdk-route53domains + SUBDIR += rubygem-aws-sdk-route53globalresolver SUBDIR += rubygem-aws-sdk-route53profiles SUBDIR += rubygem-aws-sdk-route53recoverycluster SUBDIR += rubygem-aws-sdk-route53recoverycontrolconfig diff --git a/devel/R-cran-broom/Makefile b/devel/R-cran-broom/Makefile index 7e8573ec8a3a..88a0a7c3f063 100644 --- a/devel/R-cran-broom/Makefile +++ b/devel/R-cran-broom/Makefile @@ -1,5 +1,5 @@ PORTNAME= broom -DISTVERSION= 1.0.10 +DISTVERSION= 1.0.11 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-broom/distinfo b/devel/R-cran-broom/distinfo index 83d94b5ab912..8d993d8596ad 100644 --- a/devel/R-cran-broom/distinfo +++ b/devel/R-cran-broom/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757845555 -SHA256 (broom_1.0.10.tar.gz) = 5ffabd4890dbe133c20f19feba6c687bcadb878c7a5404e0d088d87710630031 -SIZE (broom_1.0.10.tar.gz) = 651285 +TIMESTAMP = 1765588334 +SHA256 (broom_1.0.11.tar.gz) = 6db69ca6ecc4fc310cd5ec2559169cbddeb5c26946663c689e84f459347b17e6 +SIZE (broom_1.0.11.tar.gz) = 510265 diff --git a/devel/R-cran-future.apply/Makefile b/devel/R-cran-future.apply/Makefile index bf77bcf324b5..841a5c6ee228 100644 --- a/devel/R-cran-future.apply/Makefile +++ b/devel/R-cran-future.apply/Makefile @@ -1,5 +1,5 @@ PORTNAME= future.apply -DISTVERSION= 1.20.0 +DISTVERSION= 1.20.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/devel/R-cran-future.apply/distinfo b/devel/R-cran-future.apply/distinfo index 5570c47412f5..48864aa8940b 100644 --- a/devel/R-cran-future.apply/distinfo +++ b/devel/R-cran-future.apply/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749485155 -SHA256 (future.apply_1.20.0.tar.gz) = f8cee7e7a7d61aaad9cfecc12a38e8673b1899cd789f274224f2d40c3fbfaa1e -SIZE (future.apply_1.20.0.tar.gz) = 74695 +TIMESTAMP = 1765486131 +SHA256 (future.apply_1.20.1.tar.gz) = 10855b037ba1b9f5723d6168ce5b26b550b017ff4a11724c7151a4c110f66628 +SIZE (future.apply_1.20.1.tar.gz) = 74864 diff --git a/devel/R-cran-parallelly/Makefile b/devel/R-cran-parallelly/Makefile index 0b875211c5f1..31c8a82b6ee6 100644 --- a/devel/R-cran-parallelly/Makefile +++ b/devel/R-cran-parallelly/Makefile @@ -1,5 +1,5 @@ PORTNAME= parallelly -DISTVERSION= 1.45.1 +DISTVERSION= 1.46.0 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} diff --git a/devel/R-cran-parallelly/distinfo b/devel/R-cran-parallelly/distinfo index 488935ccbbbf..cd32e4717e51 100644 --- a/devel/R-cran-parallelly/distinfo +++ b/devel/R-cran-parallelly/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753715838 -SHA256 (parallelly_1.45.1.tar.gz) = 6b5d3c0487fd8f9b05d98077c08919dc282bc9046c305efe49b34487ffbf485d -SIZE (parallelly_1.45.1.tar.gz) = 318137 +TIMESTAMP = 1765636585 +SHA256 (parallelly_1.46.0.tar.gz) = e48af13988921cc0ebdd24c5f5658b8473b53047c5f7dfcd314eeb561e2286fa +SIZE (parallelly_1.46.0.tar.gz) = 332922 diff --git a/devel/R-cran-rJava/Makefile b/devel/R-cran-rJava/Makefile index cc0d793f16d5..0b0b19996a3b 100644 --- a/devel/R-cran-rJava/Makefile +++ b/devel/R-cran-rJava/Makefile @@ -14,11 +14,13 @@ LIB_DEPENDS= libicuuc.so:devel/icu \ libpcre2-8.so:devel/pcre2 USES= cran:compiles java +# On JDK11+: checking whether JNI programs can be compiled... configure: error: Cannot compile a simple JNI program. See config.log for details. +JAVA_VERSION= 8 JRE_LIBS= ${JAVA_HOME}/jre/lib/${ARCH:S/armv6/arm/:S/armv7/arm/:S/powerpc/ppc/}/server # JDK8 #JRE_LIBS= ${JAVA_HOME}/jre/lib/server # JDK11 LDFLAGS= "-Wl,-rpath=${JRE_LIBS} " -MAKE_ENV= JAVA_HOME=${JAVA_HOME} \ +MAKE_ENV+= JAVA_HOME=${JAVA_HOME} \ JAVA=${JAVA} \ JAVAC=${JAVA_HOME}/bin/javac \ JAVAH=${JAVAH} \ diff --git a/devel/R-cran-sparsevctrs/Makefile b/devel/R-cran-sparsevctrs/Makefile index 381642a41598..157a1ec51a25 100644 --- a/devel/R-cran-sparsevctrs/Makefile +++ b/devel/R-cran-sparsevctrs/Makefile @@ -1,5 +1,5 @@ PORTNAME= sparsevctrs -DISTVERSION= 0.3.4 +DISTVERSION= 0.3.5 CATEGORIES= devel DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -16,7 +16,8 @@ CRAN_DEPENDS= R-cran-cli>=3.4.0:devel/R-cran-cli \ BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ - R-cran-testthat>0:devel/R-cran-testthat + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-tibble>0:devel/R-cran-tibble USES= cran:auto-plist,compiles diff --git a/devel/R-cran-sparsevctrs/distinfo b/devel/R-cran-sparsevctrs/distinfo index 697ba77a73ad..f47dc6834ba4 100644 --- a/devel/R-cran-sparsevctrs/distinfo +++ b/devel/R-cran-sparsevctrs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748294238 -SHA256 (sparsevctrs_0.3.4.tar.gz) = 69c6fbf404ed22232a162baac4702795dbb099f2540f3f5bb77cf4c93cebf272 -SIZE (sparsevctrs_0.3.4.tar.gz) = 93765 +TIMESTAMP = 1765489205 +SHA256 (sparsevctrs_0.3.5.tar.gz) = c16823489e127dfa79c9fe7d4d654cd142d90402560af518d39a2abca0cea2cc +SIZE (sparsevctrs_0.3.5.tar.gz) = 93978 diff --git a/devel/autoconf/Makefile b/devel/autoconf/Makefile index 6ccff1dac878..a19565396ebe 100644 --- a/devel/autoconf/Makefile +++ b/devel/autoconf/Makefile @@ -1,5 +1,6 @@ PORTNAME= autoconf DISTVERSION= 2.72 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= GNU @@ -25,7 +26,6 @@ USES= perl5 tar:xz VERSION= ${DISTVERSION} GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --program-suffix=${VERSION} \ --without-lispdir CONFIGURE_ENV= AWK=${AWK} \ diff --git a/devel/autoconf/files/patch-01-bin_autoreconf.in b/devel/autoconf/files/patch-01-bin_autoreconf.in new file mode 100644 index 000000000000..db203ab42277 --- /dev/null +++ b/devel/autoconf/files/patch-01-bin_autoreconf.in @@ -0,0 +1,159 @@ +From e2a4935b45f273410e975ecf56ab26ad72855df0 Mon Sep 17 00:00:00 2001 +From: Bruno Haible <bruno@clisp.org> +Date: Wed, 2 Jul 2025 02:43:41 +0200 +Subject: [PATCH 1/2] autoreconf: Invoke autopoint in more situations. + +Reported in <https://savannah.gnu.org/support/?111272>. + +* bin/autoreconf.in (autoreconf_current_directory): Invoke autopoint also when +the package uses AM_GNU_GETTEXT (without AM_GNU_GETTEXT_VERSION), AM_PO_SUBDIRS, +AM_ICONV, AC_LIB_LINKFLAGS, AC_LIB_HAVE_LINKFLAGS, AC_LIB_LINKFLAGS_FROM_LIBS, +or GUILE_FLAGS. +--- + bin/autoreconf.in | 80 ++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 76 insertions(+), 4 deletions(-) + +diff --git a/bin/autoreconf.in b/bin/autoreconf.in +index a5ffc6fa..207900df 100644 +--- bin/autoreconf.in ++++ bin/autoreconf.in +@@ -440,6 +440,8 @@ sub autoreconf_current_directory ($) + # ---------------------- # + + my $uses_autoconf; ++ my $uses_liblink; ++ my $uses_iconv; + my $uses_gettext; + if (-f $configure_ac) + { +@@ -449,8 +451,13 @@ sub autoreconf_current_directory ($) + s/#.*//; + s/dnl.*//; + $uses_autoconf = 1 if /AC_INIT/; ++ $uses_liblink = 1 if /AC_LIB_HAVE_LINKFLAGS/; ++ $uses_liblink = 1 if /AC_LIB_LINKFLAGS/; ++ $uses_liblink = 1 if /AC_LIB_LINKFLAGS_FROM_LIBS/; ++ $uses_iconv = 1 if /AM_ICONV/; + # See below for why we look for gettext here. +- $uses_gettext = 1 if /^AM_GNU_GETTEXT_(?:REQUIRE_)?VERSION/; ++ $uses_gettext = 1 if /AM_GNU_GETTEXT/; ++ $uses_gettext = 1 if /AM_PO_SUBDIRS/; + } + if (!$uses_autoconf) + { +@@ -485,7 +492,7 @@ sub autoreconf_current_directory ($) + # Actually, it is even more restrictive, as it greps for + # '^AM_GNU_GETTEXT_(REQUIRE_)?VERSION('. We did this above, while + # scanning configure.ac. +- if (!$uses_gettext) ++ if (!$uses_liblink && !$uses_iconv && !$uses_gettext) + { + verb "$configure_ac: not using Gettext"; + } +@@ -495,8 +502,21 @@ sub autoreconf_current_directory ($) + } + else + { +- xsystem_hint ("autopoint is needed because this package uses Gettext", +- $autopoint); ++ if ($uses_gettext) ++ { ++ xsystem_hint ("autopoint is needed because this package uses Gettext", ++ $autopoint); ++ } ++ elsif ($uses_iconv) ++ { ++ xsystem_hint ("autopoint is needed because this package uses AM_ICONV", ++ $autopoint); ++ } ++ elsif ($uses_liblink) ++ { ++ xsystem_hint ("autopoint is needed because this package uses AC_LIB_LINKFLAGS", ++ $autopoint); ++ } + } + + +@@ -576,6 +596,8 @@ sub autoreconf_current_directory ($) + # from the final autoconf invocation. + my $aux_dir; + my @aux_files; ++ my $uses_liblink_via_traces; ++ my $uses_iconv_via_traces; + my $uses_gettext_via_traces; + my $uses_libtool; + my $uses_intltool; +@@ -603,6 +625,11 @@ sub autoreconf_current_directory ($) + 'AM_PROG_LIBTOOL', + 'LT_INIT', + 'LT_CONFIG_LTDL_DIR', ++ 'AC_LIB_LINKFLAGS', ++ 'AC_LIB_HAVE_LINKFLAGS', ++ 'AC_LIB_LINKFLAGS_FROM_LIBS', ++ 'GUILE_FLAGS', ++ 'AM_ICONV', + 'AM_GNU_GETTEXT', + 'AM_INIT_AUTOMAKE', + 'GTK_DOC_CHECK', +@@ -617,6 +644,15 @@ sub autoreconf_current_directory ($) + $aux_dir = $args[0] if $macro eq "AC_CONFIG_AUX_DIR"; + push @aux_files, $args[0] if $macro eq "AC_REQUIRE_AUX_FILE"; + $uses_autoconf = 1 if $macro eq "AC_INIT"; ++ # Here we need to explicitly test for GUILE_FLAGS, because in the ++ # typical situation where configure.ac invokes GUILE_FLAGS, ++ # guile.m4 defines GUILE_FLAGS and uses AC_LIB_LINKFLAGS_FROM_LIBS, ++ # the traces still for AC_LIB_LINKFLAGS_FROM_LIBS are empty. ++ $uses_liblink_via_traces = 1 if $macro eq "AC_LIB_LINKFLAGS" ++ || $macro eq "AC_LIB_HAVE_LINKFLAGS" ++ || $macro eq "AC_LIB_LINKFLAGS_FROM_LIBS" ++ || $macro eq "GUILE_FLAGS"; ++ $uses_iconv_via_traces = 1 if $macro eq "AM_ICONV"; + $uses_gettext_via_traces = 1 if $macro eq "AM_GNU_GETTEXT"; + $uses_libtool = 1 if $macro eq "AC_PROG_LIBTOOL" + || $macro eq "AM_PROG_LIBTOOL" +@@ -741,6 +777,42 @@ sub autoreconf_current_directory ($) + } + + ++ # --------------------------------------------- # ++ # Running autopoint, if not already run above. # ++ # --------------------------------------------- # ++ ++ if (!$uses_liblink_via_traces && !$uses_iconv_via_traces && !$uses_gettext_via_traces) ++ { ++ verb "$configure_ac: not needing autopoint"; ++ } ++ elsif (!$install) ++ { ++ verb "$configure_ac: not running autopoint: --install not given"; ++ } ++ elsif ($uses_liblink || $uses_iconv || $uses_gettext) ++ { ++ verb "$configure_ac: not running autopoint a second time"; ++ } ++ else ++ { ++ if ($uses_gettext_via_traces) ++ { ++ xsystem_hint ("autopoint is needed because this package uses Gettext", ++ $autopoint); ++ } ++ elsif ($uses_iconv_via_traces) ++ { ++ xsystem_hint ("autopoint is needed because this package uses AM_ICONV", ++ $autopoint); ++ } ++ elsif ($uses_liblink_via_traces) ++ { ++ xsystem_hint ("autopoint is needed because this package uses AC_LIB_LINKFLAGS", ++ $autopoint); ++ } ++ } ++ ++ + # ------------------- # + # Rerunning aclocal. # + # ------------------- # +-- +2.43.0 + diff --git a/devel/autoconf/files/patch-02-bin_autoreconf.in b/devel/autoconf/files/patch-02-bin_autoreconf.in new file mode 100644 index 000000000000..e5da001e84d6 --- /dev/null +++ b/devel/autoconf/files/patch-02-bin_autoreconf.in @@ -0,0 +1,102 @@ +From d75171fdf8d03d2e070fcc3dbb5afb942dbd7828 Mon Sep 17 00:00:00 2001 +From: Bruno Haible <bruno@clisp.org> +Date: Sat, 5 Jul 2025 17:20:11 +0200 +Subject: [PATCH] autoreconf: Adapt to the on-disk situation after autopoint + has run. + +Reported in <https://savannah.gnu.org/support/?111273>. + +* bin/autoreconf.in (autoreconf_current_directory): After invoking autopoint, +rerun aclocal. When doing so, pass extra options "-I m4" if the configure.ac +does not specify a macro dir. +--- + bin/autoreconf.in | 24 ++++++++++++++++++++++++ + 1 file changed, 24 insertions(+) + +diff --git a/bin/autoreconf.in b/bin/autoreconf.in +index 3f6a74fe..eb0d96a9 100644 +--- bin/autoreconf.in ++++ bin/autoreconf.in +@@ -489,6 +489,7 @@ sub autoreconf_current_directory ($) + # Actually, it is even more restrictive, as it greps for + # '^AM_GNU_GETTEXT_(REQUIRE_)?VERSION('. We did this above, while + # scanning configure.ac. ++ my $invoked_autopoint; + if (!$uses_liblink && !$uses_iconv && !$uses_gettext) + { + verb "$configure_ac: not using Gettext"; +@@ -514,6 +515,7 @@ sub autoreconf_current_directory ($) + xsystem_hint ("autopoint is needed because this package uses AC_LIB_LINKFLAGS", + $autopoint); + } ++ $invoked_autopoint = 1; + } + + +@@ -593,6 +595,7 @@ sub autoreconf_current_directory ($) + # from the final autoconf invocation. + my $aux_dir; + my @aux_files; ++ my @macro_dirs; + my $uses_liblink_via_traces; + my $uses_iconv_via_traces; + my $uses_gettext_via_traces; +@@ -616,6 +619,8 @@ sub autoreconf_current_directory ($) + 'AC_CONFIG_AUX_DIR', + 'AC_CONFIG_HEADERS', + 'AC_CONFIG_SUBDIRS', ++ 'AC_CONFIG_MACRO_DIR_TRACE', ++ 'AC_CONFIG_MACRO_DIR', + 'AC_INIT', + 'AC_REQUIRE_AUX_FILE', + 'AC_PROG_LIBTOOL', +@@ -640,6 +645,8 @@ sub autoreconf_current_directory ($) + my ($macro, @args) = split (/::/); + $aux_dir = $args[0] if $macro eq "AC_CONFIG_AUX_DIR"; + push @aux_files, $args[0] if $macro eq "AC_REQUIRE_AUX_FILE"; ++ push @macro_dirs, $args[0] if $macro eq "AC_CONFIG_MACRO_DIR_TRACE" ++ || $macro eq "AC_CONFIG_MACRO_DIR"; + $uses_autoconf = 1 if $macro eq "AC_INIT"; + # Here we need to explicitly test for GUILE_FLAGS, because in the + # typical situation where configure.ac invokes GUILE_FLAGS, +@@ -679,6 +686,15 @@ sub autoreconf_current_directory ($) + } + } + ++ # When configure.ac does not specify a macro dir, autopoint has ++ # created a directory named 'm4' and copied its *.m4 files into it. ++ # In this case, we need to rerun 'aclocal', in order to pass it the ++ # options "-I m4" this time. ++ if ($invoked_autopoint && !@macro_dirs) ++ { ++ $rerun_aclocal = 1; ++ } ++ + # Gettext consistency checks. + # Some projects intentionally don't call AM_GNU_GETTEXT_(REQUIRE_)VERSION + # because they have all of the gettext infrastructure checked into version +@@ -807,6 +823,8 @@ sub autoreconf_current_directory ($) + xsystem_hint ("autopoint is needed because this package uses AC_LIB_LINKFLAGS", + $autopoint); + } ++ $invoked_autopoint = 1; ++ $rerun_aclocal = 1; + } + + +@@ -824,6 +842,12 @@ sub autoreconf_current_directory ($) + } + else + { ++ # When configure.ac does not specify a macro dir, autopoint has ++ # created a directory named 'm4' and copied its *.m4 files into it. ++ if ($invoked_autopoint && !@macro_dirs) ++ { ++ $aclocal_flags .= " -I m4"; ++ } + xsystem ("$aclocal $aclocal_flags"); + } + } +-- +2.43.0 + diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index ae4750a2ad65..de22eb06d6b0 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -1,6 +1,6 @@ PORTNAME= autogen PORTVERSION= 5.18.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= GNU/autogen/rel${PORTVERSION} diff --git a/devel/autogen/files/patch-autoopts-Makefile.in b/devel/autogen/files/patch-autoopts-Makefile.in new file mode 100644 index 000000000000..f207dce94d0b --- /dev/null +++ b/devel/autogen/files/patch-autoopts-Makefile.in @@ -0,0 +1,14 @@ +--- autoopts/Makefile.in.orig 2018-08-26 17:44:45 UTC ++++ autoopts/Makefile.in +@@ -480,8 +480,9 @@ nodist_pkgdata_DATA = $(libsrc) \ + strneqvcmp.3 strtransform.3 + + nodist_pkgdata_DATA = $(libsrc) \ +- tpl/man2mdoc tpl/man2texi tpl/mdoc2man \ +- tpl/mdoc2texi tpl/texi2man tpl/texi2mdoc \ ++ tpl/man2man tpl/man2mdoc tpl/man2texi \ ++ tpl/mdoc2man tpl/mdoc2mdoc tpl/mdoc2texi \ ++ tpl/texi2man tpl/texi2mdoc tpl/texi2texi \ + tpl/tpl-config.tlib + + nodist_libdata_DATA = tpl/tpl-config.tlib diff --git a/devel/autogen/pkg-plist b/devel/autogen/pkg-plist index 05b3b420651e..912dd9b10ff5 100644 --- a/devel/autogen/pkg-plist +++ b/devel/autogen/pkg-plist @@ -38,10 +38,12 @@ libdata/pkgconfig/autoopts.pc %%DATADIR%%/lgplv2.lic %%DATADIR%%/libopts-42.1.17.tar.gz %%DATADIR%%/liboptschk.m4 +%%DATADIR%%/man2man %%DATADIR%%/man2mdoc %%DATADIR%%/man2texi %%DATADIR%%/mbsd.lic %%DATADIR%%/mdoc2man +%%DATADIR%%/mdoc2mdoc %%DATADIR%%/mdoc2texi %%DATADIR%%/optcode.tlib %%DATADIR%%/opthead.tlib @@ -57,6 +59,7 @@ libdata/pkgconfig/autoopts.pc %%DATADIR%%/strings.tpl %%DATADIR%%/texi2man %%DATADIR%%/texi2mdoc +%%DATADIR%%/texi2texi %%DATADIR%%/tpl-config.tlib %%DATADIR%%/usage.tlib share/man/man1/autogen.1.gz diff --git a/devel/automake/Makefile b/devel/automake/Makefile index bb352b768396..7d93546924e4 100644 --- a/devel/automake/Makefile +++ b/devel/automake/Makefile @@ -1,5 +1,5 @@ PORTNAME= automake -DISTVERSION= 1.17 +DISTVERSION= 1.18.1 CATEGORIES= devel MASTER_SITES= GNU diff --git a/devel/automake/distinfo b/devel/automake/distinfo index a3844d9801b2..37243399ae7f 100644 --- a/devel/automake/distinfo +++ b/devel/automake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1720960384 -SHA256 (automake-1.17.tar.xz) = 8920c1fc411e13b90bf704ef9db6f29d540e76d232cb3b2c9f4dc4cc599bd990 -SIZE (automake-1.17.tar.xz) = 1652632 +TIMESTAMP = 1764352805 +SHA256 (automake-1.18.1.tar.xz) = 168aa363278351b89af56684448f525a5bce5079d0b6842bd910fdd3f1646887 +SIZE (automake-1.18.1.tar.xz) = 1652392 diff --git a/devel/avro-c/Makefile b/devel/avro-c/Makefile index a6c68cddf25a..4b6b6b107e1e 100644 --- a/devel/avro-c/Makefile +++ b/devel/avro-c/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libjansson.so:devel/jansson \ libsnappy.so:archivers/snappy -USES= cmake cpe pathfix pkgconfig shebangfix +USES= cmake cpe pkgconfig shebangfix USE_LDCONFIG= yes diff --git a/devel/aws-c-event-stream/Makefile b/devel/aws-c-event-stream/Makefile index 7cbd107a27e9..46a93700c17c 100644 --- a/devel/aws-c-event-stream/Makefile +++ b/devel/aws-c-event-stream/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-event-stream DISTVERSIONPREFIX= v -DISTVERSION= 0.5.7 +DISTVERSION= 0.5.9 PORTEPOCH= 1 CATEGORIES= devel diff --git a/devel/aws-c-event-stream/distinfo b/devel/aws-c-event-stream/distinfo index 1a56c30938c1..7a693cffc42a 100644 --- a/devel/aws-c-event-stream/distinfo +++ b/devel/aws-c-event-stream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757543701 -SHA256 (awslabs-aws-c-event-stream-v0.5.7_GH0.tar.gz) = 5d92abed2ed89cc1efaba3963e888d9df527296f1dbfe21c569f84ea731aa3c2 -SIZE (awslabs-aws-c-event-stream-v0.5.7_GH0.tar.gz) = 101147 +TIMESTAMP = 1765481344 +SHA256 (awslabs-aws-c-event-stream-v0.5.9_GH0.tar.gz) = e9371ffe050c24ca4eda439d58a06285db88b550e9cbec006d6ea21db02d424a +SIZE (awslabs-aws-c-event-stream-v0.5.9_GH0.tar.gz) = 102150 diff --git a/devel/aws-c-io/Makefile b/devel/aws-c-io/Makefile index 0ed57952d590..afa17e358454 100644 --- a/devel/aws-c-io/Makefile +++ b/devel/aws-c-io/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-io DISTVERSIONPREFIX= v -DISTVERSION= 0.23.3 +DISTVERSION= 0.24.0 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-c-io/distinfo b/devel/aws-c-io/distinfo index 1c3c61e1fa80..556f11e473cb 100644 --- a/devel/aws-c-io/distinfo +++ b/devel/aws-c-io/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762248592 -SHA256 (awslabs-aws-c-io-v0.23.3_GH0.tar.gz) = cdcb31b694fc28ba96237ee33a742679daf2dcabfd41464f8a68fbd913907085 -SIZE (awslabs-aws-c-io-v0.23.3_GH0.tar.gz) = 754282 +TIMESTAMP = 1765479814 +SHA256 (awslabs-aws-c-io-v0.24.0_GH0.tar.gz) = dc36644c1e1c10d6d604a9fcf386b42f16e5e85f73ea2b4b684dfde14d522f5a +SIZE (awslabs-aws-c-io-v0.24.0_GH0.tar.gz) = 762960 diff --git a/devel/aws-crt-cpp/Makefile b/devel/aws-crt-cpp/Makefile index af645e9c7f52..b0c8cac477fd 100644 --- a/devel/aws-crt-cpp/Makefile +++ b/devel/aws-crt-cpp/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-crt-cpp DISTVERSIONPREFIX= v -DISTVERSION= 0.35.4 +DISTVERSION= 0.36.0 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-crt-cpp/distinfo b/devel/aws-crt-cpp/distinfo index eb92f6361ccf..47ea6528ba97 100644 --- a/devel/aws-crt-cpp/distinfo +++ b/devel/aws-crt-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764967400 -SHA256 (awslabs-aws-crt-cpp-v0.35.4_GH0.tar.gz) = 3deb29f816498259aa289930afdb5f37d95bba991ec224952f57f931d877e81d -SIZE (awslabs-aws-crt-cpp-v0.35.4_GH0.tar.gz) = 377147 +TIMESTAMP = 1765481682 +SHA256 (awslabs-aws-crt-cpp-v0.36.0_GH0.tar.gz) = 6ef0781929ef2cba0b21f1e3f585491b6a656e48acf3cab041f8f82c569ab642 +SIZE (awslabs-aws-crt-cpp-v0.36.0_GH0.tar.gz) = 377763 diff --git a/devel/aws-sdk-cpp/Makefile b/devel/aws-sdk-cpp/Makefile index ad1d97297c0c..e5181ee3782d 100644 --- a/devel/aws-sdk-cpp/Makefile +++ b/devel/aws-sdk-cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cpp -DISTVERSION= 1.11.694 +DISTVERSION= 1.11.708 CATEGORIES= devel MAINTAINER= eduardo@FreeBSD.org diff --git a/devel/aws-sdk-cpp/distinfo b/devel/aws-sdk-cpp/distinfo index 87ebea31a859..f5eaa26a2b0b 100644 --- a/devel/aws-sdk-cpp/distinfo +++ b/devel/aws-sdk-cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763592625 -SHA256 (aws-aws-sdk-cpp-1.11.694_GH0.tar.gz) = e244885d3e17964a4e04b080be238490dce66525b8ad6c877fd4e54855125d8e -SIZE (aws-aws-sdk-cpp-1.11.694_GH0.tar.gz) = 78097993 +TIMESTAMP = 1765482794 +SHA256 (aws-aws-sdk-cpp-1.11.708_GH0.tar.gz) = ff254f87a771ab69d02eca76b0a0dcad1e4d31a9f7b598b9f424d42d9660dd3a +SIZE (aws-aws-sdk-cpp-1.11.708_GH0.tar.gz) = 80083465 diff --git a/devel/base64/Makefile b/devel/base64/Makefile new file mode 100644 index 000000000000..5f41f563fc74 --- /dev/null +++ b/devel/base64/Makefile @@ -0,0 +1,38 @@ +PORTNAME= base64 +PORTVERSION= 0.5.2 +DISTVERSIONPREFIX= v +CATEGORIES= devel + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Fast Base64 stream encoder/decoder in C99, with SIMD acceleration +WWW= https://github.com/aklomp/base64 + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= cmake:testing + +CMAKE_OFF= BASE64_BUILD_TESTS \ + BASE64_REGENERATE_TABLES \ + BASE64_WERROR \ + BASE64_WITH_AVX \ + BASE64_WITH_AVX2 \ + BASE64_WITH_AVX512 \ + BASE64_WITH_NEON32 \ + BASE64_WITH_NEON64 \ + BASE64_WITH_OpenMP \ + BASE64_WITH_SSE41 \ + BASE64_WITH_SSE42 \ + BASE64_WITH_SSSE3 +CMAKE_ON= BASE64_BUILD_CLI \ + BUILD_SHARED_LIBS +CMAKE_TESTING_ON= \ + BASE64_BUILD_TESTS \ + BASE64_WERROR + +PLIST_SUB= PORTVERSION=${PORTVERSION} + +USE_GITHUB= yes +GH_ACCOUNT= aklomp + +.include <bsd.port.mk> diff --git a/devel/base64/distinfo b/devel/base64/distinfo new file mode 100644 index 000000000000..becb5228a1c6 --- /dev/null +++ b/devel/base64/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032618 +SHA256 (aklomp-base64-v0.5.2_GH0.tar.gz) = 723a0f9f4cf44cf79e97bcc315ec8f85e52eb104c8882942c3f2fba95acc080d +SIZE (aklomp-base64-v0.5.2_GH0.tar.gz) = 104531 diff --git a/devel/base64/pkg-descr b/devel/base64/pkg-descr new file mode 100644 index 000000000000..243756f0e06c --- /dev/null +++ b/devel/base64/pkg-descr @@ -0,0 +1,28 @@ +This is an implementation of a base64 stream encoding/decoding library in C99 +with SIMD (AVX2, AVX512, NEON, AArch64/NEON, SSSE3, SSE4.1, SSE4.2, AVX) and +OpenMP acceleration. It also contains wrapper functions to encode/decode simple +length-delimited strings. This library aims to be: +- FAST; +- easy to use; +- elegant. + +On x86, the library does runtime feature detection. The first time it's called, +the library will determine the appropriate encoding/decoding routines for the +machine. It then remembers them for the lifetime of the program. If your +processor supports AVX2, SSSE3, SSE4.1, SSE4.2 or AVX instructions, the library +will pick an optimized codec that lets it encode/decode 12 or 24 bytes at a +time, which gives a speedup of four or more times compared to the "plain" +bytewise codec. + +AVX512 support is only for encoding at present, utilizing the AVX512 VL and VBMI +instructions. Decoding part reused AVX2 implementations. For CPUs later than +Cannonlake (manufactured in 2018) supports these instructions. + +NEON support is hardcoded to on or off at compile time, because portable runtime +feature detection is unavailable on ARM. + +Even if your processor does not support SIMD instructions, this is a very fast +library. The fallback routine can process 32 or 64 bits of input in one round, +depending on your processor's word width, which still makes it significantly +faster than naive bytewise implementations. On some 64-bit machines, the 64-bit +routines even outperform the SSSE3 ones. diff --git a/devel/base64/pkg-plist b/devel/base64/pkg-plist new file mode 100644 index 000000000000..be5e3b4802cb --- /dev/null +++ b/devel/base64/pkg-plist @@ -0,0 +1,9 @@ +bin/base64 +include/libbase64.h +lib/cmake/base64/base64-config-version.cmake +lib/cmake/base64/base64-config.cmake +lib/cmake/base64/base64-targets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/base64/base64-targets.cmake +lib/libbase64.so +lib/libbase64.so.0 +lib/libbase64.so.%%PORTVERSION%% diff --git a/devel/bear/Makefile b/devel/bear/Makefile index 8f5fbe095eac..ce3d376e7dbe 100644 --- a/devel/bear/Makefile +++ b/devel/bear/Makefile @@ -1,9 +1,9 @@ PORTNAME= bear DISTVERSION= 3.1.5 -PORTREVISION= 17 +PORTREVISION= 19 CATEGORIES= devel -MAINTAINER= jrm@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool that generates a compilation database for clang tooling WWW= https://github.com/rizsotto/Bear @@ -29,7 +29,7 @@ CMAKE_ARGS= -DCMAKE_INSTALL_DOCDIR=${DOCSDIR} \ OPTIONS_DEFINE= DOCS CLANG_COMPILERS= 33 34 35 36 37 38 39 40 50 60 70 80 90 10 11 12 13 14 \ - 15 16 17 18 19 20 + 15 16 17 18 19 20 21 GNU_COMPILERS= 34 42 43 44 45 46 47 48 49 5 6 7 8 9 10 11 12 13 14 15 COMPILERS= cc c++ CC clang clang++ ${CLANG_COMPILERS:S|^|clang|} \ ${CLANG_COMPILERS:S|^|clang++|} \ diff --git a/devel/bear/pkg-plist b/devel/bear/pkg-plist index 3950fee42d87..20c4d252e776 100644 --- a/devel/bear/pkg-plist +++ b/devel/bear/pkg-plist @@ -21,6 +21,7 @@ lib/bear/wrapper.d/clang++17 lib/bear/wrapper.d/clang++18 lib/bear/wrapper.d/clang++19 lib/bear/wrapper.d/clang++20 +lib/bear/wrapper.d/clang++21 lib/bear/wrapper.d/clang++33 lib/bear/wrapper.d/clang++34 lib/bear/wrapper.d/clang++35 @@ -45,6 +46,7 @@ lib/bear/wrapper.d/clang17 lib/bear/wrapper.d/clang18 lib/bear/wrapper.d/clang19 lib/bear/wrapper.d/clang20 +lib/bear/wrapper.d/clang21 lib/bear/wrapper.d/clang33 lib/bear/wrapper.d/clang34 lib/bear/wrapper.d/clang35 @@ -69,6 +71,7 @@ lib/bear/wrapper.d/cpp17 lib/bear/wrapper.d/cpp18 lib/bear/wrapper.d/cpp19 lib/bear/wrapper.d/cpp20 +lib/bear/wrapper.d/cpp21 lib/bear/wrapper.d/cpp33 lib/bear/wrapper.d/cpp34 lib/bear/wrapper.d/cpp35 diff --git a/devel/capnproto1/Makefile b/devel/capnproto1/Makefile index b3c96124276a..5e96cd5b3677 100644 --- a/devel/capnproto1/Makefile +++ b/devel/capnproto1/Makefile @@ -13,7 +13,7 @@ WWW= https://capnproto.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= compiler:c++14-lang cpe gmake libtool pathfix ssl +USES= compiler:c++14-lang cpe gmake libtool ssl CONFIGURE_ARGS= ac_cv_lib_ssl_OPENSSL_init_ssl=yes GNU_CONFIGURE= yes diff --git a/devel/check/Makefile b/devel/check/Makefile index 2ae4033d65a0..5839ab9af8eb 100644 --- a/devel/check/Makefile +++ b/devel/check/Makefile @@ -11,7 +11,7 @@ WWW= https://libcheck.github.io/check/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LESSER -USES= libtool pathfix pkgconfig +USES= libtool pkgconfig CONFIGURE_ENV= ac_cv_path_AWK_PATH=${AWK} GNU_CONFIGURE= yes diff --git a/devel/cirrus-cli/Makefile b/devel/cirrus-cli/Makefile index 37aed94bb830..ea568bd9e010 100644 --- a/devel/cirrus-cli/Makefile +++ b/devel/cirrus-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= cirrus-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.157.0 +DISTVERSION= 0.157.3 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org @@ -10,7 +10,7 @@ WWW= https://github.com/cirruslabs/cirrus-cli LICENSE= AGPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.25,modules USE_RC_SUBR= ${PORTNAME} diff --git a/devel/cirrus-cli/distinfo b/devel/cirrus-cli/distinfo index 247834189430..17113d1bfd98 100644 --- a/devel/cirrus-cli/distinfo +++ b/devel/cirrus-cli/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764835333 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.157.0/v0.157.0.mod) = e45cf9ff6fbfc47d2963ee522bf030b4f826f599aa80b097302e7f97cee13bc1 -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.157.0/v0.157.0.mod) = 11522 -SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.157.0/v0.157.0.zip) = f91f2ef0656e36eee274f14918289f4fe9f2a5d232efb5639f70514742eb65eb -SIZE (go/devel_cirrus-cli/cirrus-cli-v0.157.0/v0.157.0.zip) = 1318247 +TIMESTAMP = 1765708729 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.157.3/v0.157.3.mod) = d0bdbc5bd21074409f5a9f34984334c0ba52254e53060b1838f26a43dc0cd96c +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.157.3/v0.157.3.mod) = 11559 +SHA256 (go/devel_cirrus-cli/cirrus-cli-v0.157.3/v0.157.3.zip) = 821090abb0836c2681806cb228925fb9a82543828ad758839693d3ab3e32e166 +SIZE (go/devel_cirrus-cli/cirrus-cli-v0.157.3/v0.157.3.zip) = 1316075 diff --git a/devel/cunit/Makefile b/devel/cunit/Makefile index b9f58167cf9d..7e59dac52857 100644 --- a/devel/cunit/Makefile +++ b/devel/cunit/Makefile @@ -12,7 +12,7 @@ WWW= https://cunit.sourceforge.net/ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf gmake libtool ncurses pathfix tar:bzip2 +USES= autoreconf gmake libtool ncurses tar:bzip2 CONFIGURE_ARGS= --enable-automated --enable-basic --enable-console --enable-curses --enable-debug --enable-memtrace --enable-test GNU_CONFIGURE= yes diff --git a/devel/dolphin-plugins/distinfo b/devel/dolphin-plugins/distinfo index a22eeaea5888..572ec3ba8b20 100644 --- a/devel/dolphin-plugins/distinfo +++ b/devel/dolphin-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264387 -SHA256 (KDE/release-service/25.08.3/dolphin-plugins-25.08.3.tar.xz) = 28449d15e0aace77563f3b6f13f47ba06854160a075df42387fc03f670a8bac5 -SIZE (KDE/release-service/25.08.3/dolphin-plugins-25.08.3.tar.xz) = 336856 +TIMESTAMP = 1765478390 +SHA256 (KDE/release-service/25.12.0/dolphin-plugins-25.12.0.tar.xz) = f6ee3660a746bd3d093c40acd102b2e1eea45161cd061d6ea4dc1873cb2a9c6c +SIZE (KDE/release-service/25.12.0/dolphin-plugins-25.12.0.tar.xz) = 336404 diff --git a/devel/dragon/Makefile b/devel/dragon/Makefile index a514e08d9ba4..bba76665e579 100644 --- a/devel/dragon/Makefile +++ b/devel/dragon/Makefile @@ -1,5 +1,5 @@ PORTNAME= dragon -PORTVERSION= 1.5.5 +PORTVERSION= 1.5.6 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/dragon/distinfo b/devel/dragon/distinfo index 9f7cb32b3368..c2de7b948f43 100644 --- a/devel/dragon/distinfo +++ b/devel/dragon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622977990 -SHA256 (dragon-1.5.5.tar.gz) = b5f5d601e61724fd1716ee50473cc5833ab23042476991abb084a9d0f9dfdd6d -SIZE (dragon-1.5.5.tar.gz) = 402947 +TIMESTAMP = 1765457184 +SHA256 (dragon-1.5.6.tar.gz) = f1dead461fdc67bd454748587e9c940693d4849422af39351bba02f3a5b5665c +SIZE (dragon-1.5.6.tar.gz) = 416194 diff --git a/devel/editline/Makefile b/devel/editline/Makefile index 192e331144e5..3c72af1d0110 100644 --- a/devel/editline/Makefile +++ b/devel/editline/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/troglobit/editline LICENSE= BSD4CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= libtool ncurses pathfix +USES= libtool ncurses GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/devel/etcd35/Makefile b/devel/etcd35/Makefile index 07d3ccc85b53..16ef233aad87 100644 --- a/devel/etcd35/Makefile +++ b/devel/etcd35/Makefile @@ -1,7 +1,6 @@ PORTNAME= etcd DISTVERSIONPREFIX= v -DISTVERSION= 3.5.21 -PORTREVISION= 1 +DISTVERSION= 3.5.25 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/etcd-io/${PORTNAME}/${DISTVERSIONFULL}/:gomod PKGNAMEPREFIX= coreos- @@ -25,16 +24,13 @@ WWW= https://github.com/coreos/etcd LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cpe go:1.23,modules +USES= cpe go:modules USE_GITHUB= yes GH_ACCOUNT= etcd-io GO_MODULE= go.etcd.io/etcd/v3 GO_MOD_DIST= github GO_TARGET= ./etcdctl ./etcdutl ./server -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - CONFLICTS_INSTALL= coreos-etcd[0-9][0-9] PLIST_FILES= bin/etcd \ diff --git a/devel/etcd35/distinfo b/devel/etcd35/distinfo index 5412d601db01..d5e085bbc843 100644 --- a/devel/etcd35/distinfo +++ b/devel/etcd35/distinfo @@ -1,25 +1,25 @@ -TIMESTAMP = 1746210825 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/go.mod) = 49bb45ae5a3ba5c6bc24c92734bd3a4298b6cd9e4cc0bfac976c0bcdd2efcfa2 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/go.mod) = 4196 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/api/go.mod) = de19beffd2aeb61c6025339859195286befa8f2284ec915be82a5ff56f655e26 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/api/go.mod) = 1072 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/pkg/go.mod) = 70454afe2c7c63195470c8c970dea95bd9677e1e33bcb8426d4ea76bc0522928 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/pkg/go.mod) = 1173 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/pkg/go.mod) = f98d36cfad740f8cdc6842de31a9267b731b26846ab495b3fbe2cfd69f29aa03 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/pkg/go.mod) = 437 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/v2/go.mod) = 56b9256ae4b934d59e91cf7cbb7414422c1e6590919454afdad320d979caac10 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/v2/go.mod) = 763 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/v3/go.mod) = 49c2c838963786507c98634b200235f7632edee57e4de48672c8f63867003bb3 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/client/v3/go.mod) = 1818 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcdctl/go.mod) = 720d9323de6d81fe582271c2a6d1302ec554404790c44eca5275247ad52427b0 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcdctl/go.mod) = 3489 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcdutl/go.mod) = 4780489b45bd1ca9f7e293bdc2059c2ee2b3888d5fa9fa5019f3d2750117d187 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcdutl/go.mod) = 3152 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/raft/go.mod) = 851637a68394671dd0bdf027acae8f5bd6e72cc693c01f680542b9dee09cec4d -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/raft/go.mod) = 645 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/server/go.mod) = 5a1c635f8b7a125609c330f1c621e3a1f458ba2d9359a518fd87839cb33669a8 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/server/go.mod) = 3783 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/tests/go.mod) = db8c5104c032364d5e32e32d04360a0340292476d45946533ce3663f23e1e2da -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/tests/go.mod) = 3941 -SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcd-io-etcd-v3.5.21_GH0.tar.gz) = 76d7fcafe4fcc957fcd45671226b992c16e5f5e724935dea9df0190ac2b13481 -SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.21_GH0/etcd-io-etcd-v3.5.21_GH0.tar.gz) = 4132943 +TIMESTAMP = 1765426950 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/go.mod) = 2228e342b6cb05e40327ffc7ff188bedb57b39e9b52d12a9c6f6e6a9f0d34bb4 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/go.mod) = 4287 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/api/go.mod) = 9cce3efb3e779cb2b78365d55fc6414ee5574c3ed2432865ad0460d1b06c08b1 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/api/go.mod) = 1071 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/pkg/go.mod) = 8bf468f780567da05fe2ffcc7290751311046cd44e298b9ac3391e69c7463056 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/pkg/go.mod) = 1126 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/pkg/go.mod) = cd3e0ddfe7e4100fbc1218e705d813ac4fbc5add809f92d7188a281cc880da20 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/pkg/go.mod) = 437 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/v2/go.mod) = 0e26025ed63cfbb06ae53b5aeb71883f0d3f560c4975f9458ed333405438b933 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/v2/go.mod) = 762 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/v3/go.mod) = cba2ff19b870b0eef9f34ddcec5875b677d737b7148cb1442e5a5e5d1c688653 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/client/v3/go.mod) = 1742 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcdctl/go.mod) = 43a4bb916ce21c828119b03274c36862ad1fc86d0eb2e2f3f0b5872453c178d0 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcdctl/go.mod) = 3519 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcdutl/go.mod) = d0b28fdd5c46815efbbd359e2ec4b41dac2bb0e47434d56cc67232e1b2970ced +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcdutl/go.mod) = 3182 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/raft/go.mod) = 9ad56371ff220cccc51673f8bfc0fabaeee9fbb5e01f748a5292fe0ac977c5c6 +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/raft/go.mod) = 644 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/server/go.mod) = ebd0c75dc17f8770ee053eca3578a42d0c4f3200345f00527ae29b8891f2f4cb +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/server/go.mod) = 3875 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/tests/go.mod) = ed03ba0741a6782a6ef00927d8d758dd5aee9b0484f339c1ebdf791bc7dd681a +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/tests/go.mod) = 4033 +SHA256 (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcd-io-etcd-v3.5.25_GH0.tar.gz) = 5aeac713e743f478f2b10f3bcbf4160202ce832d5d0e4dcd9fac01a382df5a9f +SIZE (go/devel_etcd35/etcd-io-etcd-v3.5.25_GH0/etcd-io-etcd-v3.5.25_GH0.tar.gz) = 4142182 diff --git a/devel/fbthrift/Makefile b/devel/fbthrift/Makefile index ee2dd5a5b9ec..4a897bae8b3a 100644 --- a/devel/fbthrift/Makefile +++ b/devel/fbthrift/Makefile @@ -1,6 +1,7 @@ PORTNAME= fbthrift DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/flexdock/files/patch-build.xml b/devel/flexdock/files/patch-build.xml index 9155a121ffdb..34cb0d2df09e 100644 --- a/devel/flexdock/files/patch-build.xml +++ b/devel/flexdock/files/patch-build.xml @@ -5,7 +5,7 @@ <target name="compile" depends="init, resources" description="Compile java sources for the framework, demos, and tests"> - <javac classpathref="javac.classpath" destdir="${bin.dir}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"> -+ <javac classpathref="javac.classpath" destdir="${bin.dir}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"> ++ <javac classpathref="javac.classpath" destdir="${bin.dir}" debug="true" includeAntRuntime="no"> <compilerarg value="-Xlint"/> <src path="${java.src.core}" /> <!-- the next 3 are interdependent --> @@ -15,8 +15,8 @@ </javac> - <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/> - <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.5" target="1.5" includeAntRuntime="no"/> -+ <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"/> -+ <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" source="1.6" target="1.6" includeAntRuntime="no"/> ++ <javac classpathref="javac.classpath.demo" srcdir="${java.src.demo}" destdir="${bin.dir.demo}" debug="true" includeAntRuntime="no"/> ++ <javac classpathref="javac.classpath.test" srcdir="${java.src.test}" destdir="${bin.dir.test}" debug="true" includeAntRuntime="no"/> </target> diff --git a/devel/folly/Makefile b/devel/folly/Makefile index c8de0f1fb550..1d034df52915 100644 --- a/devel/folly/Makefile +++ b/devel/folly/Makefile @@ -1,6 +1,7 @@ PORTNAME= folly DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org diff --git a/devel/gettext-po-mode/Makefile b/devel/gettext-po-mode/Makefile index 84098cf00f4e..54f8e3d3d6cd 100644 --- a/devel/gettext-po-mode/Makefile +++ b/devel/gettext-po-mode/Makefile @@ -1,5 +1,5 @@ PORTNAME= gettext-po-mode -PORTREVISION= 10 +PORTREVISION= 0 MAINTAINER= mandree@FreeBSD.org COMMENT= GNU gettext po-mode for emacs diff --git a/devel/gettext-runtime/pkg-plist b/devel/gettext-runtime/pkg-plist index 69f5c0919ec5..140da640650c 100644 --- a/devel/gettext-runtime/pkg-plist +++ b/devel/gettext-runtime/pkg-plist @@ -2,6 +2,8 @@ bin/envsubst bin/gettext bin/gettext.sh bin/ngettext +bin/printf_gettext +bin/printf_ngettext include/autosprintf.h include/libintl.h lib/libasprintf.a @@ -11,7 +13,7 @@ lib/libasprintf.so.0.0.0 lib/libintl.a lib/libintl.so lib/libintl.so.8 -lib/libintl.so.8.4.2 +lib/libintl.so.8.4.5 %%PORTDOCS%%%%DOCSDIR%%/bind_textdomain_codeset.3.html %%PORTDOCS%%%%DOCSDIR%%/bindtextdomain.3.html %%PORTDOCS%%%%DOCSDIR%%/csharpdoc/GNU_Gettext.html @@ -39,6 +41,8 @@ lib/libintl.so.8.4.2 %%PORTDOCS%%%%DOCSDIR%%/javadoc2/stylesheet.css %%PORTDOCS%%%%DOCSDIR%%/ngettext.1.html %%PORTDOCS%%%%DOCSDIR%%/ngettext.3.html +%%PORTDOCS%%%%DOCSDIR%%/printf_gettext.1.html +%%PORTDOCS%%%%DOCSDIR%%/printf_ngettext.1.html %%PORTDOCS%%%%DOCSDIR%%/textdomain.3.html %%PORTDOCS%%share/doc/libasprintf/autosprintf_all.html %%DATADIR%%/ABOUT-NLS @@ -87,6 +91,8 @@ share/locale/zh_TW/LC_MESSAGES/gettext-runtime.mo share/man/man1/envsubst.1.gz share/man/man1/gettext.1.gz share/man/man1/ngettext.1.gz +share/man/man1/printf_gettext.1.gz +share/man/man1/printf_ngettext.1.gz share/man/man3/bind_textdomain_codeset.3.gz share/man/man3/bindtextdomain.3.gz share/man/man3/dcgettext.3.gz diff --git a/devel/gettext-tools/Makefile b/devel/gettext-tools/Makefile index ae5f960afa28..f49004bd43e8 100644 --- a/devel/gettext-tools/Makefile +++ b/devel/gettext-tools/Makefile @@ -3,7 +3,7 @@ # discretion. PORTNAME= gettext-tools -PORTREVISION= 1 +PORTREVISION= 0 COMMENT= GNU gettext development and translation tools WWW= https://www.gnu.org/software/gettext/ diff --git a/devel/gettext-tools/pkg-plist b/devel/gettext-tools/pkg-plist index 3a3fadede9b7..bfd00f4d0cc3 100644 --- a/devel/gettext-tools/pkg-plist +++ b/devel/gettext-tools/pkg-plist @@ -23,7 +23,7 @@ lib/libgettextlib.so lib/libgettextpo.a lib/libgettextpo.so lib/libgettextpo.so.0 -lib/libgettextpo.so.0.5.12 +lib/libgettextpo.so.0.5.15 lib/libgettextsrc-%%PORTVERSION%%.so lib/libgettextsrc.a lib/libgettextsrc.so @@ -32,88 +32,142 @@ libexec/gettext/hostname libexec/gettext/project-id libexec/gettext/urlget libexec/gettext/user-email -share/aclocal/build-to-host.m4 -share/aclocal/gettext.m4 -share/aclocal/host-cpu-c-abi.m4 -share/aclocal/iconv.m4 -share/aclocal/intlmacosx.m4 -share/aclocal/lib-ld.m4 -share/aclocal/lib-link.m4 -share/aclocal/lib-prefix.m4 share/aclocal/nls.m4 -share/aclocal/po.m4 -share/aclocal/progtest.m4 %%PORTDOCS%%%%DOCSDIR%%/FAQ.html %%PORTDOCS%%%%DOCSDIR%%/autopoint.1.html %%PORTEXAMPLES%%%%DOCSDIR%%/examples/README +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharp.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpcomp.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec-test.exe %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/csharpexec.sh.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/dcomp.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/dcomp.sh.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/gocomp.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/gocomp.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javacomp.sh.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/javaexec.sh.in -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/INSTALL -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autoclean.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/autogen.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/configure.ac -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/hello.cc -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-gnorba-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome-orbit-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gnome.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk--.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/m4/gtk.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/LINGUAS -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/Makevars -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/POTFILES.in -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/af.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ast.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/bg.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ca.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/cs.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/da.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/de.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/el.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/eo.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/es.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/fr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ga.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/gl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/hu.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/id.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/it.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ja.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ka.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ky.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/lv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ms.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/mt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nb.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/nn.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/pt_BR.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ro.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ru.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sq.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/sv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/ta.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/tr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/uk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/vi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_CN.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_HK.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/build-aux/modula2comp.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/hello.cc +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/gnome-gnorba-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/gnome-orbit-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/gnome.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/gtk--.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/m4/gtk.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome2/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/README +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/hello.cc +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/hello.desktop.in.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/hello.gresource.xml +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/hello.ui +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-gnome3/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/BUGS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++-kde/Makefile.am @@ -412,73 +466,78 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c++20/po/zh_TW.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/INSTALL -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autoclean.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/autogen.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/configure.ac -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/hello.c -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-gnorba-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome-orbit-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/m4/gnome.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/LINGUAS -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/Makevars -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/POTFILES.in -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/af.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ast.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/bg.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ca.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/cs.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/da.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/de.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/el.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/eo.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/es.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/fr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ga.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/gl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/hu.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/id.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/it.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ja.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ka.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ky.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/lv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ms.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/mt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nb.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/nn.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/pt_BR.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ro.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ru.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sq.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/sv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/ta.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/tr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/uk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/vi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_CN.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_HK.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/hello.c +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/m4/gnome-gnorba-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/m4/gnome-orbit-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/m4/gnome.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome2/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/README %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/configure.ac %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.c %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.desktop.in.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gresource.xml -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.gschema.xml %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello.ui +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello2.c +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello2.desktop.in.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello2.gresource.xml +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello2.gschema.xml +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/hello2.ui %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/Makevars @@ -527,6 +586,60 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-gnome3/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/hello-server.c +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c-http/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-c/autoclean.sh @@ -741,6 +854,59 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-csharp/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/hello.d.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-d/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/autoclean.sh @@ -794,6 +960,123 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-gawk/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/example1/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/example1/go.mod.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/example1/hello1ml.go.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go-http/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example1/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example1/go.mod.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example1/hello1ml.go.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example1/hello1sl.go.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example2/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example2/go.mod.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example2/hello2sl.go.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example3/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example3/go.mod.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/example3/hello3ml.go.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-go/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-guile/autoclean.sh @@ -1121,63 +1404,116 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-librep/po/zh_TW.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/INSTALL -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autoclean.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/autogen.sh -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/configure.ac -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/hello.m -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/Makefile.am -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-gnorba-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome-orbit-check.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/m4/gnome.m4 -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/LINGUAS -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/Makevars -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/POTFILES.in -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/af.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ast.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/bg.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ca.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/cs.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/da.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/de.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/el.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/eo.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/es.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/fr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ga.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/gl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/hu.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/id.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/it.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ja.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ka.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ky.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/lv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ms.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/mt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nb.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/nn.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/pt_BR.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ro.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ru.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sl.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sq.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/sv.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/ta.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/tr.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/uk.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/vi.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_CN.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_HK.po -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/hello.mod.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-modula2/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/hello.m +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/m4/gnome-gnorba-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/m4/gnome-orbit-check.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/m4/gnome.m4 +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/Makevars +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/POTFILES.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnome2/po/zh_TW.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.h %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/AppController.m %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-objc-gnustep/BUGS @@ -1503,12 +1839,121 @@ share/aclocal/progtest.m4 %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_CN.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_HK.po %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-python/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/hello.rb +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-ruby/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/Cargo.toml.in +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/INSTALL +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/autoclean.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/autogen.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/configure.ac +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/m4/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/LINGUAS +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/Makefile.am +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/af.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ast.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/bg.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ca.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/cs.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/da.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/de.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/el.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/eo.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/es.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/fi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/fr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ga.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/gl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/hr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/hu.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/id.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/it.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ja.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ka.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ky.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/lv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ms.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/mt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/nb.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/nl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/nn.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/pl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/pt.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/pt_BR.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ro.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ru.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/sk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/sl.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/sq.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/sr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/sv.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/ta.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/tr.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/uk.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/vi.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/zh_CN.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/zh_HK.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/po/zh_TW.po +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-rust/src/main.rs.in %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/INSTALL %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autoclean.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/autogen.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/configure.ac -%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello-1.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello-2.sh +%%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/hello-3.sh %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/m4/Makefile.am %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/LINGUAS %%PORTEXAMPLES%%%%DOCSDIR%%/examples/hello-sh/po/Makefile.am @@ -1793,6 +2238,7 @@ share/aclocal/progtest.m4 %%PORTDOCS%%%%DOCSDIR%%/gettext_29.html %%PORTDOCS%%%%DOCSDIR%%/gettext_3.html %%PORTDOCS%%%%DOCSDIR%%/gettext_30.html +%%PORTDOCS%%%%DOCSDIR%%/gettext_31.html %%PORTDOCS%%%%DOCSDIR%%/gettext_4.html %%PORTDOCS%%%%DOCSDIR%%/gettext_5.html %%PORTDOCS%%%%DOCSDIR%%/gettext_6.html @@ -1835,6 +2281,17 @@ share/aclocal/progtest.m4 %%DATADIR%%/config.rpath %%DATADIR%%/disclaim-translations.txt %%DATADIR%%/javaversion.class +%%DATADIR%%/m4/build-to-host.m4 +%%DATADIR%%/m4/gettext.m4 +%%DATADIR%%/m4/host-cpu-c-abi.m4 +%%DATADIR%%/m4/iconv.m4 +%%DATADIR%%/m4/intlmacosx.m4 +%%DATADIR%%/m4/lib-ld.m4 +%%DATADIR%%/m4/lib-link.m4 +%%DATADIR%%/m4/lib-prefix.m4 +%%DATADIR%%/m4/nls.m4 +%%DATADIR%%/m4/po.m4 +%%DATADIR%%/m4/progtest.m4 %%DATADIR%%/msgunfmt.tcl %%DATADIR%%/po/Makefile.in.in %%DATADIR%%/po/Makevars.template diff --git a/devel/gettext/Makefile.common b/devel/gettext/Makefile.common index cf0fbd16c87e..39d4be568310 100644 --- a/devel/gettext/Makefile.common +++ b/devel/gettext/Makefile.common @@ -2,7 +2,7 @@ # experimental ports run. Untested commits may be backed out at portmgr's # discretion. -DISTVERSION= 0.23.1 +DISTVERSION= 0.26 PORTREVISION?= 0 # Leave this zero. Set in Makefile instead. CATEGORIES= devel MASTER_SITES= GNU/gettext diff --git a/devel/gettext/distinfo b/devel/gettext/distinfo index aa328f0b1afb..1f4fbd14d02a 100644 --- a/devel/gettext/distinfo +++ b/devel/gettext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735747768 -SHA256 (gettext-0.23.1.tar.xz) = c1f97a72a7385b7e71dd07b5fea6cdaf12c9b88b564976b23bd8c11857af2970 -SIZE (gettext-0.23.1.tar.xz) = 11038556 +TIMESTAMP = 1764337471 +SHA256 (gettext-0.26.tar.xz) = d1fb86e260cfe7da6031f94d2e44c0da55903dbae0a2fa0fae78c91ae1b56f00 +SIZE (gettext-0.26.tar.xz) = 10061740 diff --git a/devel/gflags/Makefile b/devel/gflags/Makefile index 25a4d1472f1d..cce5a42f7b5f 100644 --- a/devel/gflags/Makefile +++ b/devel/gflags/Makefile @@ -1,7 +1,6 @@ PORTNAME= gflags -PORTVERSION= 2.2.2 +PORTVERSION= 2.3.0 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org @@ -18,6 +17,8 @@ CMAKE_OFF= BUILD_TESTING \ REGISTER_INSTALL_PREFIX CMAKE_ON= BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ + EXPORT_NAMESPACE_SET \ + EXPORT_NONAMESPACE_SET \ INSTALL_HEADERS \ INSTALL_SHARED_LIBS \ INSTALL_STATIC_LIBS diff --git a/devel/gflags/distinfo b/devel/gflags/distinfo index ea16e040ab0b..c9f3ec33a467 100644 --- a/devel/gflags/distinfo +++ b/devel/gflags/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1542045643 -SHA256 (gflags-gflags-v2.2.2_GH0.tar.gz) = 34af2f15cf7367513b352bdcd2493ab14ce43692d2dcd9dfc499492966c64dcf -SIZE (gflags-gflags-v2.2.2_GH0.tar.gz) = 98704 +TIMESTAMP = 1765032646 +SHA256 (gflags-gflags-v2.3.0_GH0.tar.gz) = f619a51371f41c0ad6837b2a98af9d4643b3371015d873887f7e8d3237320b2f +SIZE (gflags-gflags-v2.3.0_GH0.tar.gz) = 120715 diff --git a/devel/gflags/pkg-plist b/devel/gflags/pkg-plist index c3cadbb1c433..84fb01520f66 100644 --- a/devel/gflags/pkg-plist +++ b/devel/gflags/pkg-plist @@ -11,11 +11,11 @@ lib/cmake/gflags/gflags-targets.cmake lib/libgflags.a lib/libgflags.so lib/libgflags.so.2 -lib/libgflags.so.2.2 +lib/libgflags.so.2.3 lib/libgflags.so.%%PORTVERSION%% lib/libgflags_nothreads.a lib/libgflags_nothreads.so lib/libgflags_nothreads.so.2 -lib/libgflags_nothreads.so.2.2 +lib/libgflags_nothreads.so.2.3 lib/libgflags_nothreads.so.%%PORTVERSION%% libdata/pkgconfig/gflags.pc diff --git a/devel/git/Makefile b/devel/git/Makefile index 9c8f48405b95..879a21638183 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -1,5 +1,5 @@ PORTNAME= git -DISTVERSION= 2.51.2 +DISTVERSION= 2.52.0 CATEGORIES= devel MASTER_SITES= KERNEL_ORG/software/scm/git DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ diff --git a/devel/git/distinfo b/devel/git/distinfo index 90a67272aff0..fd622f5f503d 100644 --- a/devel/git/distinfo +++ b/devel/git/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1762777033 -SHA256 (git-2.51.2.tar.xz) = 233d7143a2d58e60755eee9b76f559ec73ea2b3c297f5b503162ace95966b4e3 -SIZE (git-2.51.2.tar.xz) = 7865980 -SHA256 (git-manpages-2.51.2.tar.xz) = ecb042dee7c103c698bcf7185aabf73e894f042cc8f01dc81821610e0219cc57 -SIZE (git-manpages-2.51.2.tar.xz) = 602340 -SHA256 (git-htmldocs-2.51.2.tar.xz) = a0e492660f95e8173b8ddd7a40c08896671ce176e0fadcc76a66d64311bd0548 -SIZE (git-htmldocs-2.51.2.tar.xz) = 1629724 +TIMESTAMP = 1763646883 +SHA256 (git-2.52.0.tar.xz) = 3cd8fee86f69a949cb610fee8cd9264e6873d07fa58411f6060b3d62729ed7c5 +SIZE (git-2.52.0.tar.xz) = 7957064 +SHA256 (git-manpages-2.52.0.tar.xz) = 23186deddb3083bbaa9eb947cde26a5c7322d7fdb75bb4b3d60795db38221ac5 +SIZE (git-manpages-2.52.0.tar.xz) = 607864 +SHA256 (git-htmldocs-2.52.0.tar.xz) = e6efd0da47a15b6a59401c8c5c8944e4315b18a176b89bb57812778d6307be84 +SIZE (git-htmldocs-2.52.0.tar.xz) = 1657524 diff --git a/devel/git/pkg-plist b/devel/git/pkg-plist index d5dafa259162..aca3c736dec0 100644 --- a/devel/git/pkg-plist +++ b/devel/git/pkg-plist @@ -96,6 +96,7 @@ libexec/git-core/git-init libexec/git-core/git-init-db libexec/git-core/git-instaweb libexec/git-core/git-interpret-trailers +libexec/git-core/git-last-modified libexec/git-core/git-log libexec/git-core/git-ls-files libexec/git-core/git-ls-remote @@ -140,6 +141,7 @@ libexec/git-core/git-refs libexec/git-core/git-remote libexec/git-core/git-remote-ext libexec/git-core/git-remote-fd +libexec/git-core/git-repo %%CURL%%libexec/git-core/git-remote-ftp %%CURL%%libexec/git-core/git-remote-ftps %%CURL%%libexec/git-core/git-remote-http @@ -288,6 +290,7 @@ share/man/man1/git-init-db.1.gz share/man/man1/git-init.1.gz share/man/man1/git-instaweb.1.gz share/man/man1/git-interpret-trailers.1.gz +share/man/man1/git-last-modified.1.gz share/man/man1/git-log.1.gz share/man/man1/git-ls-files.1.gz share/man/man1/git-ls-remote.1.gz @@ -330,6 +333,7 @@ share/man/man1/git-remote.1.gz share/man/man1/git-repack.1.gz share/man/man1/git-replace.1.gz share/man/man1/git-replay.1.gz +share/man/man1/git-repo.1.gz share/man/man1/git-request-pull.1.gz share/man/man1/git-rerere.1.gz share/man/man1/git-reset.1.gz @@ -383,6 +387,7 @@ share/man/man5/gitformat-bundle.5.gz share/man/man5/gitformat-chunk.5.gz share/man/man5/gitformat-commit-graph.5.gz share/man/man5/gitformat-index.5.gz +share/man/man5/gitformat-loose.5.gz share/man/man5/gitformat-pack.5.gz share/man/man5/gitformat-signature.5.gz share/man/man5/githooks.5.gz @@ -920,6 +925,7 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/RelNotes/2.51.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.51.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.51.2.adoc +%%DOCS%%%%DOCSDIR%%/RelNotes/2.52.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.0.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.1.adoc %%DOCS%%%%DOCSDIR%%/RelNotes/2.5.2.adoc @@ -984,6 +990,7 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/docinfo.html %%DOCS%%%%DOCSDIR%%/everyday.html %%DOCS%%%%DOCSDIR%%/fetch-options.adoc +%%DOCS%%%%DOCSDIR%%/for-each-ref-options.adoc %%DOCS%%%%DOCSDIR%%/fsck-msgids.adoc %%DOCS%%%%DOCSDIR%%/git-add.adoc %%DOCS%%%%DOCSDIR%%/git-add.html @@ -1135,6 +1142,8 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/git-instaweb.html %%DOCS%%%%DOCSDIR%%/git-interpret-trailers.adoc %%DOCS%%%%DOCSDIR%%/git-interpret-trailers.html +%%DOCS%%%%DOCSDIR%%/git-last-modified.adoc +%%DOCS%%%%DOCSDIR%%/git-last-modified.html %%DOCS%%%%DOCSDIR%%/git-log.adoc %%DOCS%%%%DOCSDIR%%/git-log.html %%DOCS%%%%DOCSDIR%%/git-ls-files.adoc @@ -1222,6 +1231,8 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/git-replace.html %%DOCS%%%%DOCSDIR%%/git-replay.adoc %%DOCS%%%%DOCSDIR%%/git-replay.html +%%DOCS%%%%DOCSDIR%%/git-repo.adoc +%%DOCS%%%%DOCSDIR%%/git-repo.html %%DOCS%%%%DOCSDIR%%/git-request-pull.adoc %%DOCS%%%%DOCSDIR%%/git-request-pull.html %%DOCS%%%%DOCSDIR%%/git-rerere.adoc @@ -1341,6 +1352,8 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/gitformat-commit-graph.html %%DOCS%%%%DOCSDIR%%/gitformat-index.adoc %%DOCS%%%%DOCSDIR%%/gitformat-index.html +%%DOCS%%%%DOCSDIR%%/gitformat-loose.adoc +%%DOCS%%%%DOCSDIR%%/gitformat-loose.html %%DOCS%%%%DOCSDIR%%/gitformat-pack.adoc %%DOCS%%%%DOCSDIR%%/gitformat-pack.html %%DOCS%%%%DOCSDIR%%/gitformat-signature.adoc @@ -1433,6 +1446,7 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/mergetools-diff.adoc %%DOCS%%%%DOCSDIR%%/mergetools-merge.adoc %%DOCS%%%%DOCSDIR%%/object-format-disclaimer.adoc +%%DOCS%%%%DOCSDIR%%/pack-refs-options.adoc %%DOCS%%%%DOCSDIR%%/pretty-formats.adoc %%DOCS%%%%DOCSDIR%%/pretty-options.adoc %%DOCS%%%%DOCSDIR%%/pull-fetch-param.adoc @@ -1468,10 +1482,13 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/technical/bundle-uri.adoc %%DOCS%%%%DOCSDIR%%/technical/bundle-uri.html %%DOCS%%%%DOCSDIR%%/technical/commit-graph.adoc +%%DOCS%%%%DOCSDIR%%/technical/commit-graph.html %%DOCS%%%%DOCSDIR%%/technical/directory-rename-detection.adoc +%%DOCS%%%%DOCSDIR%%/technical/directory-rename-detection.html %%DOCS%%%%DOCSDIR%%/technical/hash-function-transition.adoc %%DOCS%%%%DOCSDIR%%/technical/hash-function-transition.html %%DOCS%%%%DOCSDIR%%/technical/large-object-promisors.adoc +%%DOCS%%%%DOCSDIR%%/technical/large-object-promisors.html %%DOCS%%%%DOCSDIR%%/technical/long-running-process-protocol.adoc %%DOCS%%%%DOCSDIR%%/technical/long-running-process-protocol.html %%DOCS%%%%DOCSDIR%%/technical/multi-pack-index.adoc @@ -1479,6 +1496,7 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/technical/pack-heuristics.adoc %%DOCS%%%%DOCSDIR%%/technical/pack-heuristics.html %%DOCS%%%%DOCSDIR%%/technical/packfile-uri.adoc +%%DOCS%%%%DOCSDIR%%/technical/packfile-uri.html %%DOCS%%%%DOCSDIR%%/technical/parallel-checkout.adoc %%DOCS%%%%DOCSDIR%%/technical/parallel-checkout.html %%DOCS%%%%DOCSDIR%%/technical/partial-clone.adoc @@ -1490,8 +1508,11 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/technical/reftable.adoc %%DOCS%%%%DOCSDIR%%/technical/reftable.html %%DOCS%%%%DOCSDIR%%/technical/remembering-renames.adoc +%%DOCS%%%%DOCSDIR%%/technical/remembering-renames.html %%DOCS%%%%DOCSDIR%%/technical/repository-version.adoc +%%DOCS%%%%DOCSDIR%%/technical/repository-version.html %%DOCS%%%%DOCSDIR%%/technical/rerere.adoc +%%DOCS%%%%DOCSDIR%%/technical/rerere.html %%DOCS%%%%DOCSDIR%%/technical/scalar.adoc %%DOCS%%%%DOCSDIR%%/technical/scalar.html %%DOCS%%%%DOCSDIR%%/technical/send-pack-pipeline.adoc @@ -1499,7 +1520,9 @@ share/man/man7/gitworkflows.7.gz %%DOCS%%%%DOCSDIR%%/technical/shallow.adoc %%DOCS%%%%DOCSDIR%%/technical/shallow.html %%DOCS%%%%DOCSDIR%%/technical/sparse-checkout.adoc +%%DOCS%%%%DOCSDIR%%/technical/sparse-checkout.html %%DOCS%%%%DOCSDIR%%/technical/sparse-index.adoc +%%DOCS%%%%DOCSDIR%%/technical/sparse-index.html %%DOCS%%%%DOCSDIR%%/technical/trivial-merge.adoc %%DOCS%%%%DOCSDIR%%/technical/trivial-merge.html %%DOCS%%%%DOCSDIR%%/technical/unit-tests.adoc diff --git a/devel/gitaly/distinfo b/devel/gitaly/distinfo index d111abd305d4..06d03e76085c 100644 --- a/devel/gitaly/distinfo +++ b/devel/gitaly/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1764508114 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/go.mod) = 1aace7ab09969668d9aad9416851833a2ec122442b060ce133e60d1d7c9b0252 -SIZE (go/devel_gitaly/gitaly-v18.6.1/go.mod) = 14044 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/gitaly-v18.6.1.tar.bz2) = 598192b4c0ea1f323ff085db5ff02e507d698456fdf5333e562f0360a319abbc -SIZE (go/devel_gitaly/gitaly-v18.6.1/gitaly-v18.6.1.tar.bz2) = 4656878 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/git-v2.50.0.tar.bz2) = 33e44c038ae6b3ff526e6927c2c6ff1658fd7f3c7334b079c019fa08f8ab20e4 -SIZE (go/devel_gitaly/gitaly-v18.6.1/git-v2.50.0.tar.bz2) = 9249878 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/gitlab-org-git-419c72cb8ada252b260efc38ff91fe201de7c8c3_GL0.tar.gz) = d3397b210ca156ed84ff69b3a7f6316c5026bd05d11455f23d8335473dceaf1b -SIZE (go/devel_gitaly/gitaly-v18.6.1/gitlab-org-git-419c72cb8ada252b260efc38ff91fe201de7c8c3_GL0.tar.gz) = 11822923 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/gitlab-org-git-23466173824c0a0f835c0d790c2f38156ae6284a_GL0.tar.gz) = 01a4069b15e9262151b3b97f989d4939ba8966bd5269875add2a34806817c01a -SIZE (go/devel_gitaly/gitaly-v18.6.1/gitlab-org-git-23466173824c0a0f835c0d790c2f38156ae6284a_GL0.tar.gz) = 11745131 -SHA256 (go/devel_gitaly/gitaly-v18.6.1/8309.patch) = 44a7f527e23f818b0c7080ac6f8a56b14f6711b3feca5dd1f59e39557a7e8bce -SIZE (go/devel_gitaly/gitaly-v18.6.1/8309.patch) = 1287 +TIMESTAMP = 1765426153 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/go.mod) = 1aace7ab09969668d9aad9416851833a2ec122442b060ce133e60d1d7c9b0252 +SIZE (go/devel_gitaly/gitaly-v18.6.2/go.mod) = 14044 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/gitaly-v18.6.2.tar.bz2) = 856ccaefcd634fa08e9f801c6a0cfc80446b9d57ecd263bdc0f316650f3412cb +SIZE (go/devel_gitaly/gitaly-v18.6.2/gitaly-v18.6.2.tar.bz2) = 4657307 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/git-v2.50.0.tar.bz2) = 33e44c038ae6b3ff526e6927c2c6ff1658fd7f3c7334b079c019fa08f8ab20e4 +SIZE (go/devel_gitaly/gitaly-v18.6.2/git-v2.50.0.tar.bz2) = 9249878 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/gitlab-org-git-419c72cb8ada252b260efc38ff91fe201de7c8c3_GL0.tar.gz) = d3397b210ca156ed84ff69b3a7f6316c5026bd05d11455f23d8335473dceaf1b +SIZE (go/devel_gitaly/gitaly-v18.6.2/gitlab-org-git-419c72cb8ada252b260efc38ff91fe201de7c8c3_GL0.tar.gz) = 11822923 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/gitlab-org-git-23466173824c0a0f835c0d790c2f38156ae6284a_GL0.tar.gz) = 01a4069b15e9262151b3b97f989d4939ba8966bd5269875add2a34806817c01a +SIZE (go/devel_gitaly/gitaly-v18.6.2/gitlab-org-git-23466173824c0a0f835c0d790c2f38156ae6284a_GL0.tar.gz) = 11745131 +SHA256 (go/devel_gitaly/gitaly-v18.6.2/8309.patch) = 44a7f527e23f818b0c7080ac6f8a56b14f6711b3feca5dd1f59e39557a7e8bce +SIZE (go/devel_gitaly/gitaly-v18.6.2/8309.patch) = 1287 diff --git a/devel/glog/Makefile b/devel/glog/Makefile index 5806a65a84cb..2af043d9c439 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -1,6 +1,7 @@ PORTNAME= glog PORTVERSION= 0.7.1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/googletest/Makefile b/devel/googletest/Makefile index e2f32f1881ac..9a9e46465602 100644 --- a/devel/googletest/Makefile +++ b/devel/googletest/Makefile @@ -11,7 +11,7 @@ WWW= https://google.github.io/googletest/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++17-lang pathfix python:test +USES= cmake:testing compiler:c++17-lang python:test CMAKE_OFF= GTEST_HAS_ABSL \ gmock_build_tests \ @@ -25,7 +25,6 @@ CMAKE_ON= BUILD_GMOCK \ CMAKE_TESTING_ON= \ gmock_build_tests \ gtest_build_tests -PATHFIX_CMAKELISTSTXT= internal_utils.cmake USE_CXXSTD= c++17 USE_LDCONFIG= yes diff --git a/devel/goreleaser/Makefile b/devel/goreleaser/Makefile index 7720891e92f8..6ccfc75a632c 100644 --- a/devel/goreleaser/Makefile +++ b/devel/goreleaser/Makefile @@ -1,7 +1,6 @@ PORTNAME= goreleaser DISTVERSIONPREFIX= v -DISTVERSION= 2.12.7 -PORTREVISION= 2 +DISTVERSION= 2.13.0 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/goreleaser/distinfo b/devel/goreleaser/distinfo index a7f641f4f0a7..a93f02778371 100644 --- a/devel/goreleaser/distinfo +++ b/devel/goreleaser/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761569276 -SHA256 (go/devel_goreleaser/goreleaser-v2.12.7/v2.12.7.mod) = de75a6dab308152c265d0c9b7ef47ff466edbbe94726be62ee29171abb8242db -SIZE (go/devel_goreleaser/goreleaser-v2.12.7/v2.12.7.mod) = 21264 -SHA256 (go/devel_goreleaser/goreleaser-v2.12.7/v2.12.7.zip) = 01ecbcffb847343fcfb9ae07ab9a0cef896013ac0c9c723a8496f1eb11da0533 -SIZE (go/devel_goreleaser/goreleaser-v2.12.7/v2.12.7.zip) = 3423295 +TIMESTAMP = 1764678894 +SHA256 (go/devel_goreleaser/goreleaser-v2.13.0/v2.13.0.mod) = 0e0943f2ea66259089825775c596506d53465f878576cc916200125ba2bb5ba1 +SIZE (go/devel_goreleaser/goreleaser-v2.13.0/v2.13.0.mod) = 21448 +SHA256 (go/devel_goreleaser/goreleaser-v2.13.0/v2.13.0.zip) = d3d930ff8bc2e68a6bdca3382b8c2e39c029bd8aa908f506d8228afefd34aa28 +SIZE (go/devel_goreleaser/goreleaser-v2.13.0/v2.13.0.zip) = 3441133 diff --git a/devel/grpc/Makefile b/devel/grpc/Makefile index 263ddcfdc222..afe00f154688 100644 --- a/devel/grpc/Makefile +++ b/devel/grpc/Makefile @@ -1,6 +1,7 @@ PORTNAME= grpc PORTVERSION= 1.76.0 DISTVERSIONPREFIX= v +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= devel @@ -33,7 +34,6 @@ CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 \ -DgRPC_SSL_PROVIDER=package \ -DgRPC_ZLIB_PROVIDER=package CMAKE_OFF= CMAKE_CXX_EXTENSIONS \ - gRPC_BUILD_GRPCPP_OTEL_PLUGIN \ gRPC_BUILD_TESTS \ gRPC_DOWNLOAD_ARCHIVES CMAKE_ON= BUILD_SHARED_LIBS \ @@ -45,6 +45,7 @@ CMAKE_ON= BUILD_SHARED_LIBS \ gRPC_BUILD_GRPC_PHP_PLUGIN \ gRPC_BUILD_GRPC_PYTHON_PLUGIN \ gRPC_BUILD_GRPC_RUBY_PLUGIN \ + gRPC_BUILD_GRPCPP_OTEL_PLUGIN \ gRPC_INSTALL USE_CSTD= c11 USE_CXXSTD= c++17 @@ -57,9 +58,9 @@ CONFLICTS_INSTALL= grpc[0-9][0-9][0-9] USE_GITHUB= yes GH_TUPLE= envoyproxy:data-plane-api:1f6d3a9:envoyproxy_data_plane_api/third_party/envoy-api \ - googleapis:googleapis:ded7ed1:googleapis_googleapis/third_party/googleapis \ + googleapis:googleapis:fe58211:googleapis_googleapis/third_party/googleapis \ census-instrumentation:opencensus-proto:1664cc9:census_instrumentation_opencensus_proto/third_party/opencensus-proto \ - bufbuild:protoc-gen-validate:v1.2.1:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \ + bufbuild:protoc-gen-validate:v1.3.0:bufbuild_protoc_gen_validate/third_party/protoc-gen-validate \ cncf:xds:8bfbf64:cncf_xds/third_party/xds # Clean up bundled libraries diff --git a/devel/grpc/distinfo b/devel/grpc/distinfo index d99364ce747c..530177d07198 100644 --- a/devel/grpc/distinfo +++ b/devel/grpc/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1763853154 +TIMESTAMP = 1765032648 SHA256 (grpc-grpc-v1.76.0_GH0.tar.gz) = 0af37b800953130b47c075b56683ee60bdc3eda3c37fc6004193f5b569758204 SIZE (grpc-grpc-v1.76.0_GH0.tar.gz) = 15387277 SHA256 (envoyproxy-data-plane-api-1f6d3a9_GH0.tar.gz) = 785b0037c42281482ab7133c5e8c2f5ef08b15a2874ccd0cb81287e7936ce1fe SIZE (envoyproxy-data-plane-api-1f6d3a9_GH0.tar.gz) = 767660 -SHA256 (googleapis-googleapis-ded7ed1_GH0.tar.gz) = 13dd69def73ba02ac99d4e5b6f793836d34bb3e83682085fc83025cbc5e702c6 -SIZE (googleapis-googleapis-ded7ed1_GH0.tar.gz) = 12351128 +SHA256 (googleapis-googleapis-fe58211_GH0.tar.gz) = 68fc8832c518344db9d5ca1a1712aa54f07cf83d15dc8a5f90d2916d77a481f6 +SIZE (googleapis-googleapis-fe58211_GH0.tar.gz) = 12497685 SHA256 (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = eb1768edf91e5cef93491b3b2f057f5c309663b9716b30bb4d48bcffd6dd5722 SIZE (census-instrumentation-opencensus-proto-1664cc9_GH0.tar.gz) = 163613 -SHA256 (bufbuild-protoc-gen-validate-v1.2.1_GH0.tar.gz) = e4718352754df1393b8792b631338aa8562f390e8160783e365454bc11d96328 -SIZE (bufbuild-protoc-gen-validate-v1.2.1_GH0.tar.gz) = 193595 +SHA256 (bufbuild-protoc-gen-validate-v1.3.0_GH0.tar.gz) = 26dc6db523ee943af51fdfc292658a2dbe7046735654f1dc839745988f0fe26b +SIZE (bufbuild-protoc-gen-validate-v1.3.0_GH0.tar.gz) = 190514 SHA256 (cncf-xds-8bfbf64_GH0.tar.gz) = f178f846638bf308bc8e65ef304f8d9de4592d12d7915aee315cc7cf075b4fbf SIZE (cncf-xds-8bfbf64_GH0.tar.gz) = 181429 diff --git a/devel/grpc/pkg-plist b/devel/grpc/pkg-plist index 10b57a352758..6bdc89b3a39c 100644 --- a/devel/grpc/pkg-plist +++ b/devel/grpc/pkg-plist @@ -169,6 +169,7 @@ include/grpcpp/create_channel_posix.h include/grpcpp/ext/call_metric_recorder.h include/grpcpp/ext/channelz_service_plugin.h include/grpcpp/ext/health_check_service_server_builder_option.h +include/grpcpp/ext/otel_plugin.h include/grpcpp/ext/proto_server_reflection_plugin.h include/grpcpp/ext/server_metric_recorder.h include/grpcpp/generic/async_generic_service.h @@ -346,6 +347,9 @@ lib/libgrpc_unsecure.so.51.0.0 lib/libgrpcpp_channelz.so lib/libgrpcpp_channelz.so.%%SHLIB_VER%% lib/libgrpcpp_channelz.so.%%PORTVERSION%% +lib/libgrpcpp_otel_plugin.so +lib/libgrpcpp_otel_plugin.so.%%SHLIB_VER%% +lib/libgrpcpp_otel_plugin.so.%%PORTVERSION%% lib/libupb_base_lib.so lib/libupb_base_lib.so.51 lib/libupb_base_lib.so.51.0.0 diff --git a/devel/hoel/Makefile b/devel/hoel/Makefile index 070ddfe1f61a..07335ce3c916 100644 --- a/devel/hoel/Makefile +++ b/devel/hoel/Makefile @@ -11,7 +11,7 @@ WWW= https://babelouest.github.io/hoel/ \ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake pathfix +USES= cmake BUILD_DEPENDS= jansson>=2.4:devel/jansson \ orcania>=2.3.2:devel/orcania \ diff --git a/devel/hyprlang/Makefile b/devel/hyprlang/Makefile index 3760e171c572..d5f83fd2c063 100644 --- a/devel/hyprlang/Makefile +++ b/devel/hyprlang/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprlang DISTVERSIONPREFIX= v DISTVERSION= 0.6.7 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org diff --git a/devel/hyprutils/Makefile b/devel/hyprutils/Makefile index 5843a47fccd5..bb56ea57ff27 100644 --- a/devel/hyprutils/Makefile +++ b/devel/hyprutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprutils DISTVERSIONPREFIX= v -DISTVERSION= 0.10.4 +DISTVERSION= 0.11.0 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org @@ -23,7 +23,7 @@ USE_XORG= pixman LDFLAGS+= -pthread PLIST_SUB= SOVERSION_FULL=${DISTVERSION:C/-.*//} \ - SOVERSION_MAJOR=9 + SOVERSION_MAJOR=10 post-patch: # Respect PREFIX for system-wide config diff --git a/devel/hyprutils/distinfo b/devel/hyprutils/distinfo index ab999571acf9..40a92f275cd2 100644 --- a/devel/hyprutils/distinfo +++ b/devel/hyprutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764096184 -SHA256 (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 054464eec86b1da8c91b950dc4db88e69f1364290c8cfa5e40d5a21df3944421 -SIZE (hyprwm-hyprutils-v0.10.4_GH0.tar.gz) = 55014 +TIMESTAMP = 1765267714 +SHA256 (hyprwm-hyprutils-v0.11.0_GH0.tar.gz) = 1f097eb9915081f1b929973701643bcd8581b469c242eae5446275b120a3b229 +SIZE (hyprwm-hyprutils-v0.11.0_GH0.tar.gz) = 55909 diff --git a/devel/hyprwire/Makefile b/devel/hyprwire/Makefile index 9e61ef683190..efc6535644ad 100644 --- a/devel/hyprwire/Makefile +++ b/devel/hyprwire/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprwire DISTVERSIONPREFIX= v -DISTVERSION= 0.1.1 +DISTVERSION= 0.2.1 CATEGORIES= devel MAINTAINER= tagattie@FreeBSD.org @@ -22,7 +22,7 @@ GH_ACCOUNT= hyprwm LDFLAGS+= -pthread PLIST_SUB= SOVERSION_FULL=${DISTVERSION} \ - SOVERSION_MAJOR=1 + SOVERSION_MAJOR=2 PORTDOCS= README.md OPTIONS_DEFINE= DOCS diff --git a/devel/hyprwire/distinfo b/devel/hyprwire/distinfo index 1d16e50262e4..e702b02f70a3 100644 --- a/devel/hyprwire/distinfo +++ b/devel/hyprwire/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763884570 -SHA256 (hyprwm-hyprwire-v0.1.1_GH0.tar.gz) = db522dd32756a956833b92ea2f50fb9863392ba43daca42a8008228c6dfc8343 -SIZE (hyprwm-hyprwire-v0.1.1_GH0.tar.gz) = 31531 +TIMESTAMP = 1765327591 +SHA256 (hyprwm-hyprwire-v0.2.1_GH0.tar.gz) = a6370db771213fe10ebca5a2da748070a7034b09131847f973fda5d60b473c11 +SIZE (hyprwm-hyprwire-v0.2.1_GH0.tar.gz) = 32624 diff --git a/devel/isa-l/Makefile b/devel/isa-l/Makefile index c0e4b322358a..e8e20aabb7f7 100644 --- a/devel/isa-l/Makefile +++ b/devel/isa-l/Makefile @@ -16,7 +16,7 @@ ONLY_FOR_ARCHS= aarch64 amd64 powerpc powerpc64 powerpc64le BUILD_DEPENDS= nasm:devel/nasm -USES= autoreconf gmake libtool pathfix +USES= autoreconf gmake libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/devel/isa-l_crypto/Makefile b/devel/isa-l_crypto/Makefile index f223d3889b4b..56dc3acd0626 100644 --- a/devel/isa-l_crypto/Makefile +++ b/devel/isa-l_crypto/Makefile @@ -15,7 +15,7 @@ ONLY_FOR_ARCHS_REASON= Only amd64/aarch64 are listed in README.md, powerpc64le m BUILD_DEPENDS= nasm:devel/nasm -USES= autoreconf gmake libtool pathfix +USES= autoreconf gmake libtool GNU_CONFIGURE= yes INSTALL_TARGET= install-strip diff --git a/devel/jenkins-lts/Makefile b/devel/jenkins-lts/Makefile index 1a533d5fcb45..7d0eeb15d34d 100644 --- a/devel/jenkins-lts/Makefile +++ b/devel/jenkins-lts/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.528.2 +PORTVERSION= 2.528.3 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war-stable/${PORTVERSION}/ PKGNAMESUFFIX= -lts diff --git a/devel/jenkins-lts/distinfo b/devel/jenkins-lts/distinfo index 13d2a799a8e8..f876b293a9c2 100644 --- a/devel/jenkins-lts/distinfo +++ b/devel/jenkins-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763245412 -SHA256 (jenkins/2.528.2/jenkins.war) = 6225adcec010ea075c2d698febdbd72df76e215dd6b6ca1c579bb4eceb2ad5c7 -SIZE (jenkins/2.528.2/jenkins.war) = 95450933 +TIMESTAMP = 1765470120 +SHA256 (jenkins/2.528.3/jenkins.war) = bfa31f1e3aacebb5bce3d5076c73df97bf0c0567eeb8d8738f54f6bac48abd74 +SIZE (jenkins/2.528.3/jenkins.war) = 95454146 diff --git a/devel/jenkins/Makefile b/devel/jenkins/Makefile index 907ac6b3c52e..989a067c8a5e 100644 --- a/devel/jenkins/Makefile +++ b/devel/jenkins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jenkins -PORTVERSION= 2.539 +PORTVERSION= 2.541 CATEGORIES= devel java MASTER_SITES= https://get.jenkins.io/war/${PORTVERSION}/ DISTNAME= jenkins diff --git a/devel/jenkins/distinfo b/devel/jenkins/distinfo index ef1ca09d1f8f..00c47b4556f3 100644 --- a/devel/jenkins/distinfo +++ b/devel/jenkins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764099828 -SHA256 (jenkins/2.539/jenkins.war) = aa5000ecd3185ba4339bfa444c802b38d977c09e0f2da035118f47a67edbae90 -SIZE (jenkins/2.539/jenkins.war) = 96250201 +TIMESTAMP = 1765469758 +SHA256 (jenkins/2.541/jenkins.war) = 5794313add16a97b205a1d1f5a3cdac25f5f294bdc22496deef9d5d016fca0ce +SIZE (jenkins/2.541/jenkins.war) = 96252746 diff --git a/devel/json-c/Makefile b/devel/json-c/Makefile index 39ef11668cf5..03c64ac98aeb 100644 --- a/devel/json-c/Makefile +++ b/devel/json-c/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/json-c/json-c/wiki LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cmake:testing compiler:c11 cpe pathfix +USES= cmake:testing compiler:c11 cpe CMAKE_OFF= BUILD_TESTING \ DISABLE_BSYMBOLIC \ diff --git a/devel/kapptemplate/distinfo b/devel/kapptemplate/distinfo index 5a4ae2259ad7..daebcf70998e 100644 --- a/devel/kapptemplate/distinfo +++ b/devel/kapptemplate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264390 -SHA256 (KDE/release-service/25.08.3/kapptemplate-25.08.3.tar.xz) = 3506e44cd30b74882ca10824aac52c5ce26ab396b1052a8e55241c536d0c5e7a -SIZE (KDE/release-service/25.08.3/kapptemplate-25.08.3.tar.xz) = 481156 +TIMESTAMP = 1765478393 +SHA256 (KDE/release-service/25.12.0/kapptemplate-25.12.0.tar.xz) = 70d69a49c533d387180e8707b8751e50fb615bfb605231e193e9a23d9ebcbb7e +SIZE (KDE/release-service/25.12.0/kapptemplate-25.12.0.tar.xz) = 481824 diff --git a/devel/kcachegrind/distinfo b/devel/kcachegrind/distinfo index 67bc31919cf2..4a12ec77f06b 100644 --- a/devel/kcachegrind/distinfo +++ b/devel/kcachegrind/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264393 -SHA256 (KDE/release-service/25.08.3/kcachegrind-25.08.3.tar.xz) = aec838dfa806b438d198f5bb66a2a9925ecdb86d09da86c593a21302052b0bbe -SIZE (KDE/release-service/25.08.3/kcachegrind-25.08.3.tar.xz) = 1003736 +TIMESTAMP = 1765478395 +SHA256 (KDE/release-service/25.12.0/kcachegrind-25.12.0.tar.xz) = 76696fdedd0add62691191bcc51ede39cd42ee31a1724de43f38a4cbb5bdfc08 +SIZE (KDE/release-service/25.12.0/kcachegrind-25.12.0.tar.xz) = 1004456 diff --git a/devel/kde-dev-scripts/distinfo b/devel/kde-dev-scripts/distinfo index 261d84ab41f3..33dbb8ff4377 100644 --- a/devel/kde-dev-scripts/distinfo +++ b/devel/kde-dev-scripts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264393 -SHA256 (KDE/release-service/25.08.3/kde-dev-scripts-25.08.3.tar.xz) = f09e76b3ded5cc76b99c26bcb0275538d590267f08c921b5240c084a3cbbe47d -SIZE (KDE/release-service/25.08.3/kde-dev-scripts-25.08.3.tar.xz) = 377004 +TIMESTAMP = 1765478396 +SHA256 (KDE/release-service/25.12.0/kde-dev-scripts-25.12.0.tar.xz) = 71db3b06379e98efa76561f08c5cd8ca780a5d64465e46d5508a299f2f76049c +SIZE (KDE/release-service/25.12.0/kde-dev-scripts-25.12.0.tar.xz) = 377072 diff --git a/devel/kde-dev-utils/distinfo b/devel/kde-dev-utils/distinfo index dfba545d80ee..bb9ab754de82 100644 --- a/devel/kde-dev-utils/distinfo +++ b/devel/kde-dev-utils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264396 -SHA256 (KDE/release-service/25.08.3/kde-dev-utils-25.08.3.tar.xz) = e8195f338960a4d5ef247c660e462b9ed4053c6078d23aed37c029b625812a43 -SIZE (KDE/release-service/25.08.3/kde-dev-utils-25.08.3.tar.xz) = 77584 +TIMESTAMP = 1765478398 +SHA256 (KDE/release-service/25.12.0/kde-dev-utils-25.12.0.tar.xz) = a0e45cdc2069b111895a2b8f9d5fb2afd436cc38b496bc3ba30d2e9a4def400c +SIZE (KDE/release-service/25.12.0/kde-dev-utils-25.12.0.tar.xz) = 77488 diff --git a/devel/kdesdk-kio/distinfo b/devel/kdesdk-kio/distinfo index 871a1eb0b369..4449bff93235 100644 --- a/devel/kdesdk-kio/distinfo +++ b/devel/kdesdk-kio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264398 -SHA256 (KDE/release-service/25.08.3/kdesdk-kio-25.08.3.tar.xz) = 40a35bb02d27315d0129b8181e7a6fcb8ee4f4c0cc6b84f818c10fa3f8b7d671 -SIZE (KDE/release-service/25.08.3/kdesdk-kio-25.08.3.tar.xz) = 42972 +TIMESTAMP = 1765478401 +SHA256 (KDE/release-service/25.12.0/kdesdk-kio-25.12.0.tar.xz) = 3adbcc8429443cc99c0a36a0b108df0b5b8523b6f8f1e6a12b7470f4b3c251f5 +SIZE (KDE/release-service/25.12.0/kdesdk-kio-25.12.0.tar.xz) = 42956 diff --git a/devel/kdesdk-thumbnailers/distinfo b/devel/kdesdk-thumbnailers/distinfo index f1654925dd95..58aa5e3f2235 100644 --- a/devel/kdesdk-thumbnailers/distinfo +++ b/devel/kdesdk-thumbnailers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264401 -SHA256 (KDE/release-service/25.08.3/kdesdk-thumbnailers-25.08.3.tar.xz) = 4162b0795d55adfbc9f7c1ba8e965a618aa57b280588f43d0a4adb45ce08e874 -SIZE (KDE/release-service/25.08.3/kdesdk-thumbnailers-25.08.3.tar.xz) = 27388 +TIMESTAMP = 1765478403 +SHA256 (KDE/release-service/25.12.0/kdesdk-thumbnailers-25.12.0.tar.xz) = 7f4d4293e3e67cdd03d1971c85f48f4c2a788c2995de0f5ec1ffbbea24bd72dd +SIZE (KDE/release-service/25.12.0/kdesdk-thumbnailers-25.12.0.tar.xz) = 20860 diff --git a/devel/kdesdk-thumbnailers/pkg-plist b/devel/kdesdk-thumbnailers/pkg-plist index 2f447493d541..7d1a3ad715fa 100644 --- a/devel/kdesdk-thumbnailers/pkg-plist +++ b/devel/kdesdk-thumbnailers/pkg-plist @@ -1,52 +1 @@ %%QT_PLUGINDIR%%/kf6/thumbcreator/pothumbnail.so -share/config.kcfg/pocreatorsettings.kcfg -share/locale/ar/LC_MESSAGES/pothumbnail.mo -share/locale/bg/LC_MESSAGES/pothumbnail.mo -share/locale/bs/LC_MESSAGES/pothumbnail.mo -share/locale/ca/LC_MESSAGES/pothumbnail.mo -share/locale/ca@valencia/LC_MESSAGES/pothumbnail.mo -share/locale/cs/LC_MESSAGES/pothumbnail.mo -share/locale/da/LC_MESSAGES/pothumbnail.mo -share/locale/de/LC_MESSAGES/pothumbnail.mo -share/locale/el/LC_MESSAGES/pothumbnail.mo -share/locale/en_GB/LC_MESSAGES/pothumbnail.mo -share/locale/eo/LC_MESSAGES/pothumbnail.mo -share/locale/es/LC_MESSAGES/pothumbnail.mo -share/locale/et/LC_MESSAGES/pothumbnail.mo -share/locale/eu/LC_MESSAGES/pothumbnail.mo -share/locale/fi/LC_MESSAGES/pothumbnail.mo -share/locale/fr/LC_MESSAGES/pothumbnail.mo -share/locale/ga/LC_MESSAGES/pothumbnail.mo -share/locale/gl/LC_MESSAGES/pothumbnail.mo -share/locale/he/LC_MESSAGES/pothumbnail.mo -share/locale/hi/LC_MESSAGES/pothumbnail.mo -share/locale/hu/LC_MESSAGES/pothumbnail.mo -share/locale/id/LC_MESSAGES/pothumbnail.mo -share/locale/is/LC_MESSAGES/pothumbnail.mo -share/locale/it/LC_MESSAGES/pothumbnail.mo -share/locale/ja/LC_MESSAGES/pothumbnail.mo -share/locale/ka/LC_MESSAGES/pothumbnail.mo -share/locale/kk/LC_MESSAGES/pothumbnail.mo -share/locale/ko/LC_MESSAGES/pothumbnail.mo -share/locale/lt/LC_MESSAGES/pothumbnail.mo -share/locale/lv/LC_MESSAGES/pothumbnail.mo -share/locale/mr/LC_MESSAGES/pothumbnail.mo -share/locale/nb/LC_MESSAGES/pothumbnail.mo -share/locale/nds/LC_MESSAGES/pothumbnail.mo -share/locale/nl/LC_MESSAGES/pothumbnail.mo -share/locale/nn/LC_MESSAGES/pothumbnail.mo -share/locale/pa/LC_MESSAGES/pothumbnail.mo -share/locale/pl/LC_MESSAGES/pothumbnail.mo -share/locale/pt/LC_MESSAGES/pothumbnail.mo -share/locale/pt_BR/LC_MESSAGES/pothumbnail.mo -share/locale/ro/LC_MESSAGES/pothumbnail.mo -share/locale/ru/LC_MESSAGES/pothumbnail.mo -share/locale/sk/LC_MESSAGES/pothumbnail.mo -share/locale/sl/LC_MESSAGES/pothumbnail.mo -share/locale/sv/LC_MESSAGES/pothumbnail.mo -share/locale/tr/LC_MESSAGES/pothumbnail.mo -share/locale/ug/LC_MESSAGES/pothumbnail.mo -share/locale/uk/LC_MESSAGES/pothumbnail.mo -share/locale/vi/LC_MESSAGES/pothumbnail.mo -share/locale/zh_CN/LC_MESSAGES/pothumbnail.mo -share/locale/zh_TW/LC_MESSAGES/pothumbnail.mo diff --git a/devel/kdev-php/distinfo b/devel/kdev-php/distinfo index 22ad876cbac1..1cb7267d6d8e 100644 --- a/devel/kdev-php/distinfo +++ b/devel/kdev-php/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264403 -SHA256 (KDE/release-service/25.08.3/kdev-php-25.08.3.tar.xz) = f52ef2928d2ef9dcb21f31ad28db9ce4309c6ad4f4fbc6a9d09ea0737286d4c6 -SIZE (KDE/release-service/25.08.3/kdev-php-25.08.3.tar.xz) = 1101088 +TIMESTAMP = 1765478406 +SHA256 (KDE/release-service/25.12.0/kdev-php-25.12.0.tar.xz) = 7fbe8f6b6814636f6640f2b314369a22551e34ff5a6fb7d266e14e20f2823bcd +SIZE (KDE/release-service/25.12.0/kdev-php-25.12.0.tar.xz) = 1101020 diff --git a/devel/kdev-python/distinfo b/devel/kdev-python/distinfo index 8510f821b775..5348d8fd4cc2 100644 --- a/devel/kdev-python/distinfo +++ b/devel/kdev-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264406 -SHA256 (KDE/release-service/25.08.3/kdev-python-25.08.3.tar.xz) = 56ba13a7e1721ae17a015138649ef6ef4970e99d7ff47322f296a69f1734fb3e -SIZE (KDE/release-service/25.08.3/kdev-python-25.08.3.tar.xz) = 1113608 +TIMESTAMP = 1765478408 +SHA256 (KDE/release-service/25.12.0/kdev-python-25.12.0.tar.xz) = fb37b36855648336466ecdc948b371eb0dabe30b12e313137ca2f69db602b91d +SIZE (KDE/release-service/25.12.0/kdev-python-25.12.0.tar.xz) = 1139552 diff --git a/devel/kdev-python/pkg-plist b/devel/kdev-python/pkg-plist index 1041ff3fda20..05847d8a7335 100644 --- a/devel/kdev-python/pkg-plist +++ b/devel/kdev-python/pkg-plist @@ -15,8 +15,11 @@ share/kdevpythonsupport/correction_files/matplotlib/pyplot.py share/kdevpythonsupport/correction_files/re.py share/kdevpythonsupport/correction_files/string.py share/kdevpythonsupport/correction_files/testCorrectionFiles/example.py -share/kdevpythonsupport/debugger/__kdevpython_debugger_utils.py +share/kdevpythonsupport/debugger/asmskip.py share/kdevpythonsupport/debugger/kdevpdb.py +share/kdevpythonsupport/debugger/kdevpdbconn.py +share/kdevpythonsupport/debugger/kdevpdbcore.py +share/kdevpythonsupport/debugger/kdevpdbvariablesupport.py share/kdevpythonsupport/documentation_files/COPYING share/kdevpythonsupport/documentation_files/PyKDE4/akonadi.py share/kdevpythonsupport/documentation_files/PyKDE4/dnssd.py diff --git a/devel/kdevelop/distinfo b/devel/kdevelop/distinfo index 150c99b71933..d5f237f7c508 100644 --- a/devel/kdevelop/distinfo +++ b/devel/kdevelop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264409 -SHA256 (KDE/release-service/25.08.3/kdevelop-25.08.3.tar.xz) = 4d2b92cf37a9a3324dd9137075c5f552047bd88a673420aa1484fcde79bace92 -SIZE (KDE/release-service/25.08.3/kdevelop-25.08.3.tar.xz) = 8995184 +TIMESTAMP = 1765478411 +SHA256 (KDE/release-service/25.12.0/kdevelop-25.12.0.tar.xz) = efff758bd586af5d82329d2f340abfe646673d89fc6f5770838aea49f73f3f5f +SIZE (KDE/release-service/25.12.0/kdevelop-25.12.0.tar.xz) = 9012356 diff --git a/devel/kdevelop/kdevelop.mk b/devel/kdevelop/kdevelop.mk index 8c4904f7e4ca..e63be2d3af1b 100644 --- a/devel/kdevelop/kdevelop.mk +++ b/devel/kdevelop/kdevelop.mk @@ -3,7 +3,7 @@ # devel/kdev-python # devel/kdevelop -_kdevelop_PROJECT_VERSION= 6.3 +_kdevelop_PROJECT_VERSION= 6.4 PLATFORM_VER= ${_kdevelop_PROJECT_VERSION:S/.//} PLIST_SUB+= PLATFORM_VER="${PLATFORM_VER}" diff --git a/devel/kdevelop/pkg-plist b/devel/kdevelop/pkg-plist index a6997db51a8c..b2acaf2a981a 100644 --- a/devel/kdevelop/pkg-plist +++ b/devel/kdevelop/pkg-plist @@ -338,6 +338,7 @@ include/kdevplatform/util/processlinemaker.h include/kdevplatform/util/projecttestjob.h include/kdevplatform/util/pushvalue.h include/kdevplatform/util/scopedincrementor.h +include/kdevplatform/util/simpletoolviewfactory.h include/kdevplatform/util/stack.h include/kdevplatform/util/stringviewhelpers.h include/kdevplatform/util/texteditorhelpers.h @@ -1842,26 +1843,38 @@ share/locale/gl/LC_MESSAGES/kdevwelcomepage.mo share/locale/gl/LC_MESSAGES/plasma_applet_kdevelopsessions.mo share/locale/gl/LC_MESSAGES/plasma_runner_kdevelopsessions.mo share/locale/he/LC_MESSAGES/kdevandroid.mo +share/locale/he/LC_MESSAGES/kdevappwizard.mo share/locale/he/LC_MESSAGES/kdevbazaar.mo +share/locale/he/LC_MESSAGES/kdevclang.mo +share/locale/he/LC_MESSAGES/kdevclangtidy.mo share/locale/he/LC_MESSAGES/kdevclassbrowser.mo share/locale/he/LC_MESSAGES/kdevcodeutils.mo share/locale/he/LC_MESSAGES/kdevcompileanalyzercommon.mo share/locale/he/LC_MESSAGES/kdevcontextbrowser.mo +share/locale/he/LC_MESSAGES/kdevcustommake.mo share/locale/he/LC_MESSAGES/kdevdocker.mo share/locale/he/LC_MESSAGES/kdevdocumentswitcher.mo share/locale/he/LC_MESSAGES/kdevdocumentview.mo share/locale/he/LC_MESSAGES/kdevexecute.mo +share/locale/he/LC_MESSAGES/kdevexecutescript.mo share/locale/he/LC_MESSAGES/kdevfilemanager.mo +share/locale/he/LC_MESSAGES/kdevflatpak.mo share/locale/he/LC_MESSAGES/kdevghprovider.mo share/locale/he/LC_MESSAGES/kdevkonsole.mo +share/locale/he/LC_MESSAGES/kdevlldb.mo share/locale/he/LC_MESSAGES/kdevmanpage.mo share/locale/he/LC_MESSAGES/kdevninja.mo share/locale/he/LC_MESSAGES/kdevokteta.mo share/locale/he/LC_MESSAGES/kdevopenwith.mo share/locale/he/LC_MESSAGES/kdevoutlineview.mo share/locale/he/LC_MESSAGES/kdevprojectfilter.mo +share/locale/he/LC_MESSAGES/kdevprojectmanagerview.mo share/locale/he/LC_MESSAGES/kdevqmakebuilder.mo +share/locale/he/LC_MESSAGES/kdevqthelp.mo +share/locale/he/LC_MESSAGES/kdevquickopen.mo +share/locale/he/LC_MESSAGES/kdevscratchpad.mo share/locale/he/LC_MESSAGES/kdevsourceformatter.mo +share/locale/he/LC_MESSAGES/kdevstandardoutputview.mo share/locale/he/LC_MESSAGES/kdevswitchtobuddy.mo share/locale/he/LC_MESSAGES/kdevtestview.mo share/locale/he/LC_MESSAGES/kdevvcsprojectintegration.mo diff --git a/devel/kf5-kfilemetadata/Makefile b/devel/kf5-kfilemetadata/Makefile index 26bd879de0ab..0a48ef2c7c9a 100644 --- a/devel/kf5-kfilemetadata/Makefile +++ b/devel/kf5-kfilemetadata/Makefile @@ -21,11 +21,4 @@ USE_KDE= archive config coreaddons i18n \ USE_QT= core gui xml \ buildtools:build qmake:build -OPTIONS_DEFINE= MOBIPOCKET -OPTIONS_SUB= yes - -MOBIPOCKET_DESC= Mobipocket plugin to handle metadata -MOBIPOCKET_LIB_DEPENDS= libqmobipocket.so:graphics/kdegraphics-mobipocket@qt5 -MOBIPOCKET_BROKEN= does not build with KDE Gear 25.08 - .include <bsd.port.mk> diff --git a/devel/kf5-kfilemetadata/pkg-plist b/devel/kf5-kfilemetadata/pkg-plist index 0138cdc96806..0dd648a5f901 100644 --- a/devel/kf5-kfilemetadata/pkg-plist +++ b/devel/kf5-kfilemetadata/pkg-plist @@ -44,7 +44,6 @@ lib/libKF5FileMetaData.so.%%KDE_FRAMEWORKS_VERSION%% %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_exiv2extractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_fb2extractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_ffmpegextractor.so -%%MOBIPOCKET%%%%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_mobiextractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_odfextractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_office2007extractor.so %%QT_PLUGINDIR%%/kf5/kfilemetadata/kfilemetadata_officeextractor.so diff --git a/devel/kf6-kfilemetadata/Makefile b/devel/kf6-kfilemetadata/Makefile index 3e0316e117d1..cc60254dc9b2 100644 --- a/devel/kf6-kfilemetadata/Makefile +++ b/devel/kf6-kfilemetadata/Makefile @@ -1,6 +1,6 @@ PORTNAME= kfilemetadata DISTVERSION= ${KDE_FRAMEWORKS_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel kde kde-frameworks COMMENT= Library for extracting the text and metadata from a number files @@ -24,6 +24,6 @@ OPTIONS_DEFAULT= MOBIPOCKET OPTIONS_SUB= yes MOBIPOCKET_DESC= Mobipocket plugin to handle metadata -MOBIPOCKET_LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6 +MOBIPOCKET_LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket .include <bsd.port.mk> diff --git a/devel/kio-extras/distinfo b/devel/kio-extras/distinfo index 07cec742e521..2cbe3856a9ba 100644 --- a/devel/kio-extras/distinfo +++ b/devel/kio-extras/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264411 -SHA256 (KDE/release-service/25.08.3/kio-extras-25.08.3.tar.xz) = 99f966dcc663be8cb3c906778c82b32da4b178bd296d8cd85b9e3f56e8e9c2d2 -SIZE (KDE/release-service/25.08.3/kio-extras-25.08.3.tar.xz) = 3527644 +TIMESTAMP = 1765478414 +SHA256 (KDE/release-service/25.12.0/kio-extras-25.12.0.tar.xz) = 453563fef8563e67680daf5ace17b4f1a5abd2cbdf80d50e1cf9bdadbde8df41 +SIZE (KDE/release-service/25.12.0/kio-extras-25.12.0.tar.xz) = 5618068 diff --git a/devel/kio-extras/pkg-plist b/devel/kio-extras/pkg-plist index 1c736a3c3b9f..f38bc6c34e47 100644 --- a/devel/kio-extras/pkg-plist +++ b/devel/kio-extras/pkg-plist @@ -42,7 +42,6 @@ lib/libkioarchive6.so.6.0.0 %%QT_PLUGINDIR%%/kf6/thumbcreator/textthumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/windowsexethumbnail.so %%QT_PLUGINDIR%%/kf6/thumbcreator/windowsimagethumbnail.so -%%QT_PLUGINDIR%%/kfileaudiopreview.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_netpref.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_proxy.so %%QT_PLUGINDIR%%/plasma/kcms/systemsettings_qwidgets/kcm_webshortcuts.so @@ -57,7 +56,6 @@ share/kio_info/kde-info2html share/kio_info/kde-info2html.conf %%MTP%%share/konqueror/dirtree/remote/mtp-network.desktop %%SAMBA%%share/konqueror/dirtree/remote/smb-network.desktop -share/locale/af/LC_MESSAGES/kfileaudiopreview6.mo share/locale/af/LC_MESSAGES/kio-extras_kcms.mo share/locale/af/LC_MESSAGES/kio6_archive.mo share/locale/af/LC_MESSAGES/kio6_fish.mo @@ -66,7 +64,6 @@ share/locale/af/LC_MESSAGES/kio6_nfs.mo share/locale/af/LC_MESSAGES/kio6_sftp.mo share/locale/af/LC_MESSAGES/kio6_smb.mo share/locale/af/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ar/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ar/LC_MESSAGES/kio-extras_kcms.mo share/locale/ar/LC_MESSAGES/kio6_activities.mo share/locale/ar/LC_MESSAGES/kio6_afc.mo @@ -81,7 +78,6 @@ share/locale/ar/LC_MESSAGES/kio6_recentlyused.mo share/locale/ar/LC_MESSAGES/kio6_sftp.mo share/locale/ar/LC_MESSAGES/kio6_smb.mo share/locale/ar/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ast/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ast/LC_MESSAGES/kio-extras_kcms.mo share/locale/ast/LC_MESSAGES/kio6_activities.mo share/locale/ast/LC_MESSAGES/kio6_afc.mo @@ -95,7 +91,6 @@ share/locale/ast/LC_MESSAGES/kio6_sftp.mo share/locale/ast/LC_MESSAGES/kio6_smb.mo share/locale/ast/LC_MESSAGES/kio6_thumbnail.mo share/locale/az/LC_MESSAGES/kio-extras_kcms.mo -share/locale/be/LC_MESSAGES/kfileaudiopreview6.mo share/locale/be/LC_MESSAGES/kio-extras_kcms.mo share/locale/be/LC_MESSAGES/kio6_activities.mo share/locale/be/LC_MESSAGES/kio6_afc.mo @@ -117,7 +112,6 @@ share/locale/be@latin/LC_MESSAGES/kio6_man.mo share/locale/be@latin/LC_MESSAGES/kio6_nfs.mo share/locale/be@latin/LC_MESSAGES/kio6_smb.mo share/locale/be@latin/LC_MESSAGES/kio6_thumbnail.mo -share/locale/bg/LC_MESSAGES/kfileaudiopreview6.mo share/locale/bg/LC_MESSAGES/kio-extras_kcms.mo share/locale/bg/LC_MESSAGES/kio6_activities.mo share/locale/bg/LC_MESSAGES/kio6_afc.mo @@ -132,7 +126,6 @@ share/locale/bg/LC_MESSAGES/kio6_recentlyused.mo share/locale/bg/LC_MESSAGES/kio6_sftp.mo share/locale/bg/LC_MESSAGES/kio6_smb.mo share/locale/bg/LC_MESSAGES/kio6_thumbnail.mo -share/locale/bn/LC_MESSAGES/kfileaudiopreview6.mo share/locale/bn/LC_MESSAGES/kio-extras_kcms.mo share/locale/bn/LC_MESSAGES/kio6_fish.mo share/locale/bn/LC_MESSAGES/kio6_man.mo @@ -144,7 +137,6 @@ share/locale/bn_IN/LC_MESSAGES/kio6_nfs.mo share/locale/bn_IN/LC_MESSAGES/kio6_sftp.mo share/locale/bn_IN/LC_MESSAGES/kio6_smb.mo share/locale/bn_IN/LC_MESSAGES/kio6_thumbnail.mo -share/locale/br/LC_MESSAGES/kfileaudiopreview6.mo share/locale/br/LC_MESSAGES/kio-extras_kcms.mo share/locale/br/LC_MESSAGES/kio6_fish.mo share/locale/br/LC_MESSAGES/kio6_man.mo @@ -152,7 +144,6 @@ share/locale/br/LC_MESSAGES/kio6_nfs.mo share/locale/br/LC_MESSAGES/kio6_sftp.mo share/locale/br/LC_MESSAGES/kio6_smb.mo share/locale/br/LC_MESSAGES/kio6_thumbnail.mo -share/locale/bs/LC_MESSAGES/kfileaudiopreview6.mo share/locale/bs/LC_MESSAGES/kio-extras_kcms.mo share/locale/bs/LC_MESSAGES/kio6_activities.mo share/locale/bs/LC_MESSAGES/kio6_archive.mo @@ -164,7 +155,6 @@ share/locale/bs/LC_MESSAGES/kio6_nfs.mo share/locale/bs/LC_MESSAGES/kio6_sftp.mo share/locale/bs/LC_MESSAGES/kio6_smb.mo share/locale/bs/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ca/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ca/LC_MESSAGES/kio-extras_kcms.mo share/locale/ca/LC_MESSAGES/kio6_activities.mo share/locale/ca/LC_MESSAGES/kio6_afc.mo @@ -179,7 +169,6 @@ share/locale/ca/LC_MESSAGES/kio6_recentlyused.mo share/locale/ca/LC_MESSAGES/kio6_sftp.mo share/locale/ca/LC_MESSAGES/kio6_smb.mo share/locale/ca/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ca@valencia/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ca@valencia/LC_MESSAGES/kio-extras_kcms.mo share/locale/ca@valencia/LC_MESSAGES/kio6_activities.mo share/locale/ca@valencia/LC_MESSAGES/kio6_afc.mo @@ -194,7 +183,6 @@ share/locale/ca@valencia/LC_MESSAGES/kio6_recentlyused.mo share/locale/ca@valencia/LC_MESSAGES/kio6_sftp.mo share/locale/ca@valencia/LC_MESSAGES/kio6_smb.mo share/locale/ca@valencia/LC_MESSAGES/kio6_thumbnail.mo -share/locale/cs/LC_MESSAGES/kfileaudiopreview6.mo share/locale/cs/LC_MESSAGES/kio-extras_kcms.mo share/locale/cs/LC_MESSAGES/kio6_activities.mo share/locale/cs/LC_MESSAGES/kio6_afc.mo @@ -209,7 +197,6 @@ share/locale/cs/LC_MESSAGES/kio6_recentlyused.mo share/locale/cs/LC_MESSAGES/kio6_sftp.mo share/locale/cs/LC_MESSAGES/kio6_smb.mo share/locale/cs/LC_MESSAGES/kio6_thumbnail.mo -share/locale/csb/LC_MESSAGES/kfileaudiopreview6.mo share/locale/csb/LC_MESSAGES/kio-extras_kcms.mo share/locale/csb/LC_MESSAGES/kio6_archive.mo share/locale/csb/LC_MESSAGES/kio6_fish.mo @@ -218,14 +205,12 @@ share/locale/csb/LC_MESSAGES/kio6_nfs.mo share/locale/csb/LC_MESSAGES/kio6_sftp.mo share/locale/csb/LC_MESSAGES/kio6_smb.mo share/locale/csb/LC_MESSAGES/kio6_thumbnail.mo -share/locale/cy/LC_MESSAGES/kfileaudiopreview6.mo share/locale/cy/LC_MESSAGES/kio-extras_kcms.mo share/locale/cy/LC_MESSAGES/kio6_fish.mo share/locale/cy/LC_MESSAGES/kio6_man.mo share/locale/cy/LC_MESSAGES/kio6_nfs.mo share/locale/cy/LC_MESSAGES/kio6_sftp.mo share/locale/cy/LC_MESSAGES/kio6_smb.mo -share/locale/da/LC_MESSAGES/kfileaudiopreview6.mo share/locale/da/LC_MESSAGES/kio-extras_kcms.mo share/locale/da/LC_MESSAGES/kio6_activities.mo share/locale/da/LC_MESSAGES/kio6_archive.mo @@ -237,7 +222,6 @@ share/locale/da/LC_MESSAGES/kio6_nfs.mo share/locale/da/LC_MESSAGES/kio6_sftp.mo share/locale/da/LC_MESSAGES/kio6_smb.mo share/locale/da/LC_MESSAGES/kio6_thumbnail.mo -share/locale/de/LC_MESSAGES/kfileaudiopreview6.mo share/locale/de/LC_MESSAGES/kio-extras_kcms.mo share/locale/de/LC_MESSAGES/kio6_activities.mo share/locale/de/LC_MESSAGES/kio6_afc.mo @@ -252,7 +236,6 @@ share/locale/de/LC_MESSAGES/kio6_recentlyused.mo share/locale/de/LC_MESSAGES/kio6_sftp.mo share/locale/de/LC_MESSAGES/kio6_smb.mo share/locale/de/LC_MESSAGES/kio6_thumbnail.mo -share/locale/el/LC_MESSAGES/kfileaudiopreview6.mo share/locale/el/LC_MESSAGES/kio-extras_kcms.mo share/locale/el/LC_MESSAGES/kio6_activities.mo share/locale/el/LC_MESSAGES/kio6_archive.mo @@ -264,7 +247,6 @@ share/locale/el/LC_MESSAGES/kio6_nfs.mo share/locale/el/LC_MESSAGES/kio6_sftp.mo share/locale/el/LC_MESSAGES/kio6_smb.mo share/locale/el/LC_MESSAGES/kio6_thumbnail.mo -share/locale/en_GB/LC_MESSAGES/kfileaudiopreview6.mo share/locale/en_GB/LC_MESSAGES/kio-extras_kcms.mo share/locale/en_GB/LC_MESSAGES/kio6_activities.mo share/locale/en_GB/LC_MESSAGES/kio6_afc.mo @@ -279,7 +261,6 @@ share/locale/en_GB/LC_MESSAGES/kio6_recentlyused.mo share/locale/en_GB/LC_MESSAGES/kio6_sftp.mo share/locale/en_GB/LC_MESSAGES/kio6_smb.mo share/locale/en_GB/LC_MESSAGES/kio6_thumbnail.mo -share/locale/eo/LC_MESSAGES/kfileaudiopreview6.mo share/locale/eo/LC_MESSAGES/kio-extras_kcms.mo share/locale/eo/LC_MESSAGES/kio6_activities.mo share/locale/eo/LC_MESSAGES/kio6_afc.mo @@ -294,7 +275,6 @@ share/locale/eo/LC_MESSAGES/kio6_recentlyused.mo share/locale/eo/LC_MESSAGES/kio6_sftp.mo share/locale/eo/LC_MESSAGES/kio6_smb.mo share/locale/eo/LC_MESSAGES/kio6_thumbnail.mo -share/locale/es/LC_MESSAGES/kfileaudiopreview6.mo share/locale/es/LC_MESSAGES/kio-extras_kcms.mo share/locale/es/LC_MESSAGES/kio6_activities.mo share/locale/es/LC_MESSAGES/kio6_afc.mo @@ -309,7 +289,6 @@ share/locale/es/LC_MESSAGES/kio6_recentlyused.mo share/locale/es/LC_MESSAGES/kio6_sftp.mo share/locale/es/LC_MESSAGES/kio6_smb.mo share/locale/es/LC_MESSAGES/kio6_thumbnail.mo -share/locale/et/LC_MESSAGES/kfileaudiopreview6.mo share/locale/et/LC_MESSAGES/kio-extras_kcms.mo share/locale/et/LC_MESSAGES/kio6_activities.mo share/locale/et/LC_MESSAGES/kio6_archive.mo @@ -321,7 +300,6 @@ share/locale/et/LC_MESSAGES/kio6_nfs.mo share/locale/et/LC_MESSAGES/kio6_sftp.mo share/locale/et/LC_MESSAGES/kio6_smb.mo share/locale/et/LC_MESSAGES/kio6_thumbnail.mo -share/locale/eu/LC_MESSAGES/kfileaudiopreview6.mo share/locale/eu/LC_MESSAGES/kio-extras_kcms.mo share/locale/eu/LC_MESSAGES/kio6_activities.mo share/locale/eu/LC_MESSAGES/kio6_afc.mo @@ -336,7 +314,6 @@ share/locale/eu/LC_MESSAGES/kio6_recentlyused.mo share/locale/eu/LC_MESSAGES/kio6_sftp.mo share/locale/eu/LC_MESSAGES/kio6_smb.mo share/locale/eu/LC_MESSAGES/kio6_thumbnail.mo -share/locale/fa/LC_MESSAGES/kfileaudiopreview6.mo share/locale/fa/LC_MESSAGES/kio-extras_kcms.mo share/locale/fa/LC_MESSAGES/kio6_archive.mo share/locale/fa/LC_MESSAGES/kio6_fish.mo @@ -346,7 +323,6 @@ share/locale/fa/LC_MESSAGES/kio6_nfs.mo share/locale/fa/LC_MESSAGES/kio6_sftp.mo share/locale/fa/LC_MESSAGES/kio6_smb.mo share/locale/fa/LC_MESSAGES/kio6_thumbnail.mo -share/locale/fi/LC_MESSAGES/kfileaudiopreview6.mo share/locale/fi/LC_MESSAGES/kio-extras_kcms.mo share/locale/fi/LC_MESSAGES/kio6_activities.mo share/locale/fi/LC_MESSAGES/kio6_afc.mo @@ -361,7 +337,6 @@ share/locale/fi/LC_MESSAGES/kio6_recentlyused.mo share/locale/fi/LC_MESSAGES/kio6_sftp.mo share/locale/fi/LC_MESSAGES/kio6_smb.mo share/locale/fi/LC_MESSAGES/kio6_thumbnail.mo -share/locale/fr/LC_MESSAGES/kfileaudiopreview6.mo share/locale/fr/LC_MESSAGES/kio-extras_kcms.mo share/locale/fr/LC_MESSAGES/kio6_activities.mo share/locale/fr/LC_MESSAGES/kio6_afc.mo @@ -376,7 +351,6 @@ share/locale/fr/LC_MESSAGES/kio6_recentlyused.mo share/locale/fr/LC_MESSAGES/kio6_sftp.mo share/locale/fr/LC_MESSAGES/kio6_smb.mo share/locale/fr/LC_MESSAGES/kio6_thumbnail.mo -share/locale/fy/LC_MESSAGES/kfileaudiopreview6.mo share/locale/fy/LC_MESSAGES/kio-extras_kcms.mo share/locale/fy/LC_MESSAGES/kio6_archive.mo share/locale/fy/LC_MESSAGES/kio6_fish.mo @@ -386,7 +360,6 @@ share/locale/fy/LC_MESSAGES/kio6_nfs.mo share/locale/fy/LC_MESSAGES/kio6_sftp.mo share/locale/fy/LC_MESSAGES/kio6_smb.mo share/locale/fy/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ga/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ga/LC_MESSAGES/kio-extras_kcms.mo share/locale/ga/LC_MESSAGES/kio6_activities.mo share/locale/ga/LC_MESSAGES/kio6_archive.mo @@ -398,7 +371,6 @@ share/locale/ga/LC_MESSAGES/kio6_sftp.mo share/locale/ga/LC_MESSAGES/kio6_smb.mo share/locale/ga/LC_MESSAGES/kio6_thumbnail.mo share/locale/gd/LC_MESSAGES/kio6_activities.mo -share/locale/gl/LC_MESSAGES/kfileaudiopreview6.mo share/locale/gl/LC_MESSAGES/kio-extras_kcms.mo share/locale/gl/LC_MESSAGES/kio6_activities.mo share/locale/gl/LC_MESSAGES/kio6_afc.mo @@ -413,7 +385,6 @@ share/locale/gl/LC_MESSAGES/kio6_recentlyused.mo share/locale/gl/LC_MESSAGES/kio6_sftp.mo share/locale/gl/LC_MESSAGES/kio6_smb.mo share/locale/gl/LC_MESSAGES/kio6_thumbnail.mo -share/locale/gu/LC_MESSAGES/kfileaudiopreview6.mo share/locale/gu/LC_MESSAGES/kio-extras_kcms.mo share/locale/gu/LC_MESSAGES/kio6_activities.mo share/locale/gu/LC_MESSAGES/kio6_archive.mo @@ -424,7 +395,6 @@ share/locale/gu/LC_MESSAGES/kio6_nfs.mo share/locale/gu/LC_MESSAGES/kio6_sftp.mo share/locale/gu/LC_MESSAGES/kio6_smb.mo share/locale/gu/LC_MESSAGES/kio6_thumbnail.mo -share/locale/he/LC_MESSAGES/kfileaudiopreview6.mo share/locale/he/LC_MESSAGES/kio-extras_kcms.mo share/locale/he/LC_MESSAGES/kio6_activities.mo share/locale/he/LC_MESSAGES/kio6_afc.mo @@ -439,7 +409,6 @@ share/locale/he/LC_MESSAGES/kio6_recentlyused.mo share/locale/he/LC_MESSAGES/kio6_sftp.mo share/locale/he/LC_MESSAGES/kio6_smb.mo share/locale/he/LC_MESSAGES/kio6_thumbnail.mo -share/locale/hi/LC_MESSAGES/kfileaudiopreview6.mo share/locale/hi/LC_MESSAGES/kio-extras_kcms.mo share/locale/hi/LC_MESSAGES/kio6_activities.mo share/locale/hi/LC_MESSAGES/kio6_afc.mo @@ -461,7 +430,6 @@ share/locale/hne/LC_MESSAGES/kio6_nfs.mo share/locale/hne/LC_MESSAGES/kio6_sftp.mo share/locale/hne/LC_MESSAGES/kio6_smb.mo share/locale/hne/LC_MESSAGES/kio6_thumbnail.mo -share/locale/hr/LC_MESSAGES/kfileaudiopreview6.mo share/locale/hr/LC_MESSAGES/kio-extras_kcms.mo share/locale/hr/LC_MESSAGES/kio6_activities.mo share/locale/hr/LC_MESSAGES/kio6_archive.mo @@ -472,7 +440,6 @@ share/locale/hr/LC_MESSAGES/kio6_nfs.mo share/locale/hr/LC_MESSAGES/kio6_sftp.mo share/locale/hr/LC_MESSAGES/kio6_smb.mo share/locale/hr/LC_MESSAGES/kio6_thumbnail.mo -share/locale/hsb/LC_MESSAGES/kfileaudiopreview6.mo share/locale/hsb/LC_MESSAGES/kio-extras_kcms.mo share/locale/hsb/LC_MESSAGES/kio6_archive.mo share/locale/hsb/LC_MESSAGES/kio6_fish.mo @@ -481,7 +448,6 @@ share/locale/hsb/LC_MESSAGES/kio6_nfs.mo share/locale/hsb/LC_MESSAGES/kio6_sftp.mo share/locale/hsb/LC_MESSAGES/kio6_smb.mo share/locale/hsb/LC_MESSAGES/kio6_thumbnail.mo -share/locale/hu/LC_MESSAGES/kfileaudiopreview6.mo share/locale/hu/LC_MESSAGES/kio-extras_kcms.mo share/locale/hu/LC_MESSAGES/kio6_activities.mo share/locale/hu/LC_MESSAGES/kio6_afc.mo @@ -496,9 +462,7 @@ share/locale/hu/LC_MESSAGES/kio6_recentlyused.mo share/locale/hu/LC_MESSAGES/kio6_sftp.mo share/locale/hu/LC_MESSAGES/kio6_smb.mo share/locale/hu/LC_MESSAGES/kio6_thumbnail.mo -share/locale/hy/LC_MESSAGES/kfileaudiopreview6.mo share/locale/hy/LC_MESSAGES/kio6_fish.mo -share/locale/ia/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ia/LC_MESSAGES/kio-extras_kcms.mo share/locale/ia/LC_MESSAGES/kio6_activities.mo share/locale/ia/LC_MESSAGES/kio6_afc.mo @@ -513,7 +477,6 @@ share/locale/ia/LC_MESSAGES/kio6_recentlyused.mo share/locale/ia/LC_MESSAGES/kio6_sftp.mo share/locale/ia/LC_MESSAGES/kio6_smb.mo share/locale/ia/LC_MESSAGES/kio6_thumbnail.mo -share/locale/id/LC_MESSAGES/kfileaudiopreview6.mo share/locale/id/LC_MESSAGES/kio-extras_kcms.mo share/locale/id/LC_MESSAGES/kio6_activities.mo share/locale/id/LC_MESSAGES/kio6_archive.mo @@ -525,24 +488,23 @@ share/locale/id/LC_MESSAGES/kio6_nfs.mo share/locale/id/LC_MESSAGES/kio6_sftp.mo share/locale/id/LC_MESSAGES/kio6_smb.mo share/locale/id/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ie/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ie/LC_MESSAGES/kio-extras_kcms.mo share/locale/ie/LC_MESSAGES/kio6_archive.mo share/locale/ie/LC_MESSAGES/kio6_mtp.mo -share/locale/is/LC_MESSAGES/kfileaudiopreview6.mo share/locale/is/LC_MESSAGES/kio-extras_kcms.mo share/locale/is/LC_MESSAGES/kio6_activities.mo share/locale/is/LC_MESSAGES/kio6_afc.mo share/locale/is/LC_MESSAGES/kio6_archive.mo +share/locale/is/LC_MESSAGES/kio6_filenamesearch.mo share/locale/is/LC_MESSAGES/kio6_fish.mo share/locale/is/LC_MESSAGES/kio6_info.mo share/locale/is/LC_MESSAGES/kio6_man.mo share/locale/is/LC_MESSAGES/kio6_mtp.mo share/locale/is/LC_MESSAGES/kio6_nfs.mo +share/locale/is/LC_MESSAGES/kio6_recentlyused.mo share/locale/is/LC_MESSAGES/kio6_sftp.mo share/locale/is/LC_MESSAGES/kio6_smb.mo share/locale/is/LC_MESSAGES/kio6_thumbnail.mo -share/locale/it/LC_MESSAGES/kfileaudiopreview6.mo share/locale/it/LC_MESSAGES/kio-extras_kcms.mo share/locale/it/LC_MESSAGES/kio6_activities.mo share/locale/it/LC_MESSAGES/kio6_afc.mo @@ -557,7 +519,6 @@ share/locale/it/LC_MESSAGES/kio6_recentlyused.mo share/locale/it/LC_MESSAGES/kio6_sftp.mo share/locale/it/LC_MESSAGES/kio6_smb.mo share/locale/it/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ja/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ja/LC_MESSAGES/kio-extras_kcms.mo share/locale/ja/LC_MESSAGES/kio6_activities.mo share/locale/ja/LC_MESSAGES/kio6_afc.mo @@ -570,7 +531,6 @@ share/locale/ja/LC_MESSAGES/kio6_nfs.mo share/locale/ja/LC_MESSAGES/kio6_sftp.mo share/locale/ja/LC_MESSAGES/kio6_smb.mo share/locale/ja/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ka/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ka/LC_MESSAGES/kio-extras_kcms.mo share/locale/ka/LC_MESSAGES/kio6_activities.mo share/locale/ka/LC_MESSAGES/kio6_afc.mo @@ -585,7 +545,6 @@ share/locale/ka/LC_MESSAGES/kio6_recentlyused.mo share/locale/ka/LC_MESSAGES/kio6_sftp.mo share/locale/ka/LC_MESSAGES/kio6_smb.mo share/locale/ka/LC_MESSAGES/kio6_thumbnail.mo -share/locale/kk/LC_MESSAGES/kfileaudiopreview6.mo share/locale/kk/LC_MESSAGES/kio-extras_kcms.mo share/locale/kk/LC_MESSAGES/kio6_activities.mo share/locale/kk/LC_MESSAGES/kio6_archive.mo @@ -596,7 +555,6 @@ share/locale/kk/LC_MESSAGES/kio6_nfs.mo share/locale/kk/LC_MESSAGES/kio6_sftp.mo share/locale/kk/LC_MESSAGES/kio6_smb.mo share/locale/kk/LC_MESSAGES/kio6_thumbnail.mo -share/locale/km/LC_MESSAGES/kfileaudiopreview6.mo share/locale/km/LC_MESSAGES/kio-extras_kcms.mo share/locale/km/LC_MESSAGES/kio6_activities.mo share/locale/km/LC_MESSAGES/kio6_archive.mo @@ -607,7 +565,6 @@ share/locale/km/LC_MESSAGES/kio6_nfs.mo share/locale/km/LC_MESSAGES/kio6_sftp.mo share/locale/km/LC_MESSAGES/kio6_smb.mo share/locale/km/LC_MESSAGES/kio6_thumbnail.mo -share/locale/kn/LC_MESSAGES/kfileaudiopreview6.mo share/locale/kn/LC_MESSAGES/kio6_activities.mo share/locale/kn/LC_MESSAGES/kio6_archive.mo share/locale/kn/LC_MESSAGES/kio6_fish.mo @@ -617,7 +574,6 @@ share/locale/kn/LC_MESSAGES/kio6_nfs.mo share/locale/kn/LC_MESSAGES/kio6_sftp.mo share/locale/kn/LC_MESSAGES/kio6_smb.mo share/locale/kn/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ko/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ko/LC_MESSAGES/kio-extras_kcms.mo share/locale/ko/LC_MESSAGES/kio6_activities.mo share/locale/ko/LC_MESSAGES/kio6_afc.mo @@ -632,7 +588,6 @@ share/locale/ko/LC_MESSAGES/kio6_recentlyused.mo share/locale/ko/LC_MESSAGES/kio6_sftp.mo share/locale/ko/LC_MESSAGES/kio6_smb.mo share/locale/ko/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ku/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ku/LC_MESSAGES/kio-extras_kcms.mo share/locale/ku/LC_MESSAGES/kio6_archive.mo share/locale/ku/LC_MESSAGES/kio6_fish.mo @@ -641,23 +596,22 @@ share/locale/ku/LC_MESSAGES/kio6_nfs.mo share/locale/ku/LC_MESSAGES/kio6_sftp.mo share/locale/ku/LC_MESSAGES/kio6_smb.mo share/locale/ku/LC_MESSAGES/kio6_thumbnail.mo -share/locale/lb/LC_MESSAGES/kfileaudiopreview6.mo share/locale/lb/LC_MESSAGES/kio6_archive.mo share/locale/lb/LC_MESSAGES/kio6_nfs.mo -share/locale/lt/LC_MESSAGES/kfileaudiopreview6.mo share/locale/lt/LC_MESSAGES/kio-extras_kcms.mo share/locale/lt/LC_MESSAGES/kio6_activities.mo share/locale/lt/LC_MESSAGES/kio6_afc.mo share/locale/lt/LC_MESSAGES/kio6_archive.mo +share/locale/lt/LC_MESSAGES/kio6_filenamesearch.mo share/locale/lt/LC_MESSAGES/kio6_fish.mo share/locale/lt/LC_MESSAGES/kio6_info.mo share/locale/lt/LC_MESSAGES/kio6_man.mo share/locale/lt/LC_MESSAGES/kio6_mtp.mo share/locale/lt/LC_MESSAGES/kio6_nfs.mo +share/locale/lt/LC_MESSAGES/kio6_recentlyused.mo share/locale/lt/LC_MESSAGES/kio6_sftp.mo share/locale/lt/LC_MESSAGES/kio6_smb.mo share/locale/lt/LC_MESSAGES/kio6_thumbnail.mo -share/locale/lv/LC_MESSAGES/kfileaudiopreview6.mo share/locale/lv/LC_MESSAGES/kio-extras_kcms.mo share/locale/lv/LC_MESSAGES/kio6_activities.mo share/locale/lv/LC_MESSAGES/kio6_afc.mo @@ -672,7 +626,6 @@ share/locale/lv/LC_MESSAGES/kio6_recentlyused.mo share/locale/lv/LC_MESSAGES/kio6_sftp.mo share/locale/lv/LC_MESSAGES/kio6_smb.mo share/locale/lv/LC_MESSAGES/kio6_thumbnail.mo -share/locale/mai/LC_MESSAGES/kfileaudiopreview6.mo share/locale/mai/LC_MESSAGES/kio-extras_kcms.mo share/locale/mai/LC_MESSAGES/kio6_archive.mo share/locale/mai/LC_MESSAGES/kio6_fish.mo @@ -682,7 +635,6 @@ share/locale/mai/LC_MESSAGES/kio6_nfs.mo share/locale/mai/LC_MESSAGES/kio6_sftp.mo share/locale/mai/LC_MESSAGES/kio6_smb.mo share/locale/mai/LC_MESSAGES/kio6_thumbnail.mo -share/locale/mk/LC_MESSAGES/kfileaudiopreview6.mo share/locale/mk/LC_MESSAGES/kio-extras_kcms.mo share/locale/mk/LC_MESSAGES/kio6_archive.mo share/locale/mk/LC_MESSAGES/kio6_fish.mo @@ -691,7 +643,6 @@ share/locale/mk/LC_MESSAGES/kio6_nfs.mo share/locale/mk/LC_MESSAGES/kio6_sftp.mo share/locale/mk/LC_MESSAGES/kio6_smb.mo share/locale/mk/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ml/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ml/LC_MESSAGES/kio-extras_kcms.mo share/locale/ml/LC_MESSAGES/kio6_archive.mo share/locale/ml/LC_MESSAGES/kio6_fish.mo @@ -701,7 +652,6 @@ share/locale/ml/LC_MESSAGES/kio6_nfs.mo share/locale/ml/LC_MESSAGES/kio6_sftp.mo share/locale/ml/LC_MESSAGES/kio6_smb.mo share/locale/ml/LC_MESSAGES/kio6_thumbnail.mo -share/locale/mr/LC_MESSAGES/kfileaudiopreview6.mo share/locale/mr/LC_MESSAGES/kio-extras_kcms.mo share/locale/mr/LC_MESSAGES/kio6_activities.mo share/locale/mr/LC_MESSAGES/kio6_archive.mo @@ -712,7 +662,6 @@ share/locale/mr/LC_MESSAGES/kio6_nfs.mo share/locale/mr/LC_MESSAGES/kio6_sftp.mo share/locale/mr/LC_MESSAGES/kio6_smb.mo share/locale/mr/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ms/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ms/LC_MESSAGES/kio-extras_kcms.mo share/locale/ms/LC_MESSAGES/kio6_activities.mo share/locale/ms/LC_MESSAGES/kio6_archive.mo @@ -724,7 +673,6 @@ share/locale/ms/LC_MESSAGES/kio6_sftp.mo share/locale/ms/LC_MESSAGES/kio6_smb.mo share/locale/ms/LC_MESSAGES/kio6_thumbnail.mo share/locale/my/LC_MESSAGES/kio-extras_kcms.mo -share/locale/nb/LC_MESSAGES/kfileaudiopreview6.mo share/locale/nb/LC_MESSAGES/kio-extras_kcms.mo share/locale/nb/LC_MESSAGES/kio6_activities.mo share/locale/nb/LC_MESSAGES/kio6_archive.mo @@ -735,7 +683,6 @@ share/locale/nb/LC_MESSAGES/kio6_nfs.mo share/locale/nb/LC_MESSAGES/kio6_sftp.mo share/locale/nb/LC_MESSAGES/kio6_smb.mo share/locale/nb/LC_MESSAGES/kio6_thumbnail.mo -share/locale/nds/LC_MESSAGES/kfileaudiopreview6.mo share/locale/nds/LC_MESSAGES/kio-extras_kcms.mo share/locale/nds/LC_MESSAGES/kio6_activities.mo share/locale/nds/LC_MESSAGES/kio6_archive.mo @@ -746,7 +693,6 @@ share/locale/nds/LC_MESSAGES/kio6_nfs.mo share/locale/nds/LC_MESSAGES/kio6_sftp.mo share/locale/nds/LC_MESSAGES/kio6_smb.mo share/locale/nds/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ne/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ne/LC_MESSAGES/kio-extras_kcms.mo share/locale/ne/LC_MESSAGES/kio6_archive.mo share/locale/ne/LC_MESSAGES/kio6_fish.mo @@ -755,7 +701,6 @@ share/locale/ne/LC_MESSAGES/kio6_nfs.mo share/locale/ne/LC_MESSAGES/kio6_sftp.mo share/locale/ne/LC_MESSAGES/kio6_smb.mo share/locale/ne/LC_MESSAGES/kio6_thumbnail.mo -share/locale/nl/LC_MESSAGES/kfileaudiopreview6.mo share/locale/nl/LC_MESSAGES/kio-extras_kcms.mo share/locale/nl/LC_MESSAGES/kio6_activities.mo share/locale/nl/LC_MESSAGES/kio6_afc.mo @@ -770,7 +715,6 @@ share/locale/nl/LC_MESSAGES/kio6_recentlyused.mo share/locale/nl/LC_MESSAGES/kio6_sftp.mo share/locale/nl/LC_MESSAGES/kio6_smb.mo share/locale/nl/LC_MESSAGES/kio6_thumbnail.mo -share/locale/nn/LC_MESSAGES/kfileaudiopreview6.mo share/locale/nn/LC_MESSAGES/kio-extras_kcms.mo share/locale/nn/LC_MESSAGES/kio6_activities.mo share/locale/nn/LC_MESSAGES/kio6_afc.mo @@ -800,7 +744,6 @@ share/locale/or/LC_MESSAGES/kio6_nfs.mo share/locale/or/LC_MESSAGES/kio6_sftp.mo share/locale/or/LC_MESSAGES/kio6_smb.mo share/locale/or/LC_MESSAGES/kio6_thumbnail.mo -share/locale/pa/LC_MESSAGES/kfileaudiopreview6.mo share/locale/pa/LC_MESSAGES/kio-extras_kcms.mo share/locale/pa/LC_MESSAGES/kio6_activities.mo share/locale/pa/LC_MESSAGES/kio6_afc.mo @@ -813,7 +756,6 @@ share/locale/pa/LC_MESSAGES/kio6_nfs.mo share/locale/pa/LC_MESSAGES/kio6_sftp.mo share/locale/pa/LC_MESSAGES/kio6_smb.mo share/locale/pa/LC_MESSAGES/kio6_thumbnail.mo -share/locale/pl/LC_MESSAGES/kfileaudiopreview6.mo share/locale/pl/LC_MESSAGES/kio-extras_kcms.mo share/locale/pl/LC_MESSAGES/kio6_activities.mo share/locale/pl/LC_MESSAGES/kio6_afc.mo @@ -828,7 +770,6 @@ share/locale/pl/LC_MESSAGES/kio6_recentlyused.mo share/locale/pl/LC_MESSAGES/kio6_sftp.mo share/locale/pl/LC_MESSAGES/kio6_smb.mo share/locale/pl/LC_MESSAGES/kio6_thumbnail.mo -share/locale/pt/LC_MESSAGES/kfileaudiopreview6.mo share/locale/pt/LC_MESSAGES/kio-extras_kcms.mo share/locale/pt/LC_MESSAGES/kio6_activities.mo share/locale/pt/LC_MESSAGES/kio6_afc.mo @@ -841,7 +782,6 @@ share/locale/pt/LC_MESSAGES/kio6_nfs.mo share/locale/pt/LC_MESSAGES/kio6_sftp.mo share/locale/pt/LC_MESSAGES/kio6_smb.mo share/locale/pt/LC_MESSAGES/kio6_thumbnail.mo -share/locale/pt_BR/LC_MESSAGES/kfileaudiopreview6.mo share/locale/pt_BR/LC_MESSAGES/kio-extras_kcms.mo share/locale/pt_BR/LC_MESSAGES/kio6_activities.mo share/locale/pt_BR/LC_MESSAGES/kio6_afc.mo @@ -856,7 +796,6 @@ share/locale/pt_BR/LC_MESSAGES/kio6_recentlyused.mo share/locale/pt_BR/LC_MESSAGES/kio6_sftp.mo share/locale/pt_BR/LC_MESSAGES/kio6_smb.mo share/locale/pt_BR/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ro/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ro/LC_MESSAGES/kio-extras_kcms.mo share/locale/ro/LC_MESSAGES/kio6_activities.mo share/locale/ro/LC_MESSAGES/kio6_archive.mo @@ -870,7 +809,6 @@ share/locale/ro/LC_MESSAGES/kio6_recentlyused.mo share/locale/ro/LC_MESSAGES/kio6_sftp.mo share/locale/ro/LC_MESSAGES/kio6_smb.mo share/locale/ro/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ru/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ru/LC_MESSAGES/kio-extras_kcms.mo share/locale/ru/LC_MESSAGES/kio6_activities.mo share/locale/ru/LC_MESSAGES/kio6_afc.mo @@ -885,7 +823,6 @@ share/locale/ru/LC_MESSAGES/kio6_recentlyused.mo share/locale/ru/LC_MESSAGES/kio6_sftp.mo share/locale/ru/LC_MESSAGES/kio6_smb.mo share/locale/ru/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sa/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sa/LC_MESSAGES/kio-extras_kcms.mo share/locale/sa/LC_MESSAGES/kio6_activities.mo share/locale/sa/LC_MESSAGES/kio6_afc.mo @@ -900,7 +837,6 @@ share/locale/sa/LC_MESSAGES/kio6_recentlyused.mo share/locale/sa/LC_MESSAGES/kio6_sftp.mo share/locale/sa/LC_MESSAGES/kio6_smb.mo share/locale/sa/LC_MESSAGES/kio6_thumbnail.mo -share/locale/se/LC_MESSAGES/kfileaudiopreview6.mo share/locale/se/LC_MESSAGES/kio-extras_kcms.mo share/locale/se/LC_MESSAGES/kio6_activities.mo share/locale/se/LC_MESSAGES/kio6_fish.mo @@ -917,7 +853,6 @@ share/locale/si/LC_MESSAGES/kio6_nfs.mo share/locale/si/LC_MESSAGES/kio6_sftp.mo share/locale/si/LC_MESSAGES/kio6_smb.mo share/locale/si/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sk/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sk/LC_MESSAGES/kio-extras_kcms.mo share/locale/sk/LC_MESSAGES/kio6_activities.mo share/locale/sk/LC_MESSAGES/kio6_afc.mo @@ -932,7 +867,6 @@ share/locale/sk/LC_MESSAGES/kio6_recentlyused.mo share/locale/sk/LC_MESSAGES/kio6_sftp.mo share/locale/sk/LC_MESSAGES/kio6_smb.mo share/locale/sk/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sl/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sl/LC_MESSAGES/kio-extras_kcms.mo share/locale/sl/LC_MESSAGES/kio6_activities.mo share/locale/sl/LC_MESSAGES/kio6_afc.mo @@ -947,7 +881,6 @@ share/locale/sl/LC_MESSAGES/kio6_recentlyused.mo share/locale/sl/LC_MESSAGES/kio6_sftp.mo share/locale/sl/LC_MESSAGES/kio6_smb.mo share/locale/sl/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sq/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sq/LC_MESSAGES/kio-extras_kcms.mo share/locale/sq/LC_MESSAGES/kio6_archive.mo share/locale/sq/LC_MESSAGES/kio6_fish.mo @@ -957,7 +890,6 @@ share/locale/sq/LC_MESSAGES/kio6_nfs.mo share/locale/sq/LC_MESSAGES/kio6_sftp.mo share/locale/sq/LC_MESSAGES/kio6_smb.mo share/locale/sq/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sr/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sr/LC_MESSAGES/kio-extras_kcms.mo share/locale/sr/LC_MESSAGES/kio6_activities.mo share/locale/sr/LC_MESSAGES/kio6_archive.mo @@ -969,7 +901,6 @@ share/locale/sr/LC_MESSAGES/kio6_nfs.mo share/locale/sr/LC_MESSAGES/kio6_sftp.mo share/locale/sr/LC_MESSAGES/kio6_smb.mo share/locale/sr/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sr@ijekavian/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sr@ijekavian/LC_MESSAGES/kio-extras_kcms.mo share/locale/sr@ijekavian/LC_MESSAGES/kio6_activities.mo share/locale/sr@ijekavian/LC_MESSAGES/kio6_archive.mo @@ -981,7 +912,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kio6_nfs.mo share/locale/sr@ijekavian/LC_MESSAGES/kio6_sftp.mo share/locale/sr@ijekavian/LC_MESSAGES/kio6_smb.mo share/locale/sr@ijekavian/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio-extras_kcms.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_activities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_archive.mo @@ -993,7 +923,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_nfs.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_sftp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_smb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sr@latin/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sr@latin/LC_MESSAGES/kio-extras_kcms.mo share/locale/sr@latin/LC_MESSAGES/kio6_activities.mo share/locale/sr@latin/LC_MESSAGES/kio6_archive.mo @@ -1005,7 +934,6 @@ share/locale/sr@latin/LC_MESSAGES/kio6_nfs.mo share/locale/sr@latin/LC_MESSAGES/kio6_sftp.mo share/locale/sr@latin/LC_MESSAGES/kio6_smb.mo share/locale/sr@latin/LC_MESSAGES/kio6_thumbnail.mo -share/locale/sv/LC_MESSAGES/kfileaudiopreview6.mo share/locale/sv/LC_MESSAGES/kio-extras_kcms.mo share/locale/sv/LC_MESSAGES/kio6_activities.mo share/locale/sv/LC_MESSAGES/kio6_afc.mo @@ -1020,7 +948,6 @@ share/locale/sv/LC_MESSAGES/kio6_recentlyused.mo share/locale/sv/LC_MESSAGES/kio6_sftp.mo share/locale/sv/LC_MESSAGES/kio6_smb.mo share/locale/sv/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ta/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ta/LC_MESSAGES/kio-extras_kcms.mo share/locale/ta/LC_MESSAGES/kio6_activities.mo share/locale/ta/LC_MESSAGES/kio6_afc.mo @@ -1033,7 +960,6 @@ share/locale/ta/LC_MESSAGES/kio6_nfs.mo share/locale/ta/LC_MESSAGES/kio6_sftp.mo share/locale/ta/LC_MESSAGES/kio6_smb.mo share/locale/ta/LC_MESSAGES/kio6_thumbnail.mo -share/locale/te/LC_MESSAGES/kfileaudiopreview6.mo share/locale/te/LC_MESSAGES/kio6_archive.mo share/locale/te/LC_MESSAGES/kio6_fish.mo share/locale/te/LC_MESSAGES/kio6_man.mo @@ -1041,7 +967,6 @@ share/locale/te/LC_MESSAGES/kio6_nfs.mo share/locale/te/LC_MESSAGES/kio6_sftp.mo share/locale/te/LC_MESSAGES/kio6_smb.mo share/locale/te/LC_MESSAGES/kio6_thumbnail.mo -share/locale/tg/LC_MESSAGES/kfileaudiopreview6.mo share/locale/tg/LC_MESSAGES/kio-extras_kcms.mo share/locale/tg/LC_MESSAGES/kio6_activities.mo share/locale/tg/LC_MESSAGES/kio6_archive.mo @@ -1052,7 +977,6 @@ share/locale/tg/LC_MESSAGES/kio6_nfs.mo share/locale/tg/LC_MESSAGES/kio6_sftp.mo share/locale/tg/LC_MESSAGES/kio6_smb.mo share/locale/tg/LC_MESSAGES/kio6_thumbnail.mo -share/locale/th/LC_MESSAGES/kfileaudiopreview6.mo share/locale/th/LC_MESSAGES/kio-extras_kcms.mo share/locale/th/LC_MESSAGES/kio6_activities.mo share/locale/th/LC_MESSAGES/kio6_archive.mo @@ -1064,7 +988,6 @@ share/locale/th/LC_MESSAGES/kio6_sftp.mo share/locale/th/LC_MESSAGES/kio6_smb.mo share/locale/th/LC_MESSAGES/kio6_thumbnail.mo share/locale/tok/LC_MESSAGES/kio-extras_kcms.mo -share/locale/tr/LC_MESSAGES/kfileaudiopreview6.mo share/locale/tr/LC_MESSAGES/kio-extras_kcms.mo share/locale/tr/LC_MESSAGES/kio6_activities.mo share/locale/tr/LC_MESSAGES/kio6_afc.mo @@ -1079,7 +1002,6 @@ share/locale/tr/LC_MESSAGES/kio6_recentlyused.mo share/locale/tr/LC_MESSAGES/kio6_sftp.mo share/locale/tr/LC_MESSAGES/kio6_smb.mo share/locale/tr/LC_MESSAGES/kio6_thumbnail.mo -share/locale/ug/LC_MESSAGES/kfileaudiopreview6.mo share/locale/ug/LC_MESSAGES/kio-extras_kcms.mo share/locale/ug/LC_MESSAGES/kio6_activities.mo share/locale/ug/LC_MESSAGES/kio6_archive.mo @@ -1090,7 +1012,6 @@ share/locale/ug/LC_MESSAGES/kio6_nfs.mo share/locale/ug/LC_MESSAGES/kio6_sftp.mo share/locale/ug/LC_MESSAGES/kio6_smb.mo share/locale/ug/LC_MESSAGES/kio6_thumbnail.mo -share/locale/uk/LC_MESSAGES/kfileaudiopreview6.mo share/locale/uk/LC_MESSAGES/kio-extras_kcms.mo share/locale/uk/LC_MESSAGES/kio6_activities.mo share/locale/uk/LC_MESSAGES/kio6_afc.mo @@ -1105,7 +1026,6 @@ share/locale/uk/LC_MESSAGES/kio6_recentlyused.mo share/locale/uk/LC_MESSAGES/kio6_sftp.mo share/locale/uk/LC_MESSAGES/kio6_smb.mo share/locale/uk/LC_MESSAGES/kio6_thumbnail.mo -share/locale/uz/LC_MESSAGES/kfileaudiopreview6.mo share/locale/uz/LC_MESSAGES/kio-extras_kcms.mo share/locale/uz/LC_MESSAGES/kio6_archive.mo share/locale/uz/LC_MESSAGES/kio6_fish.mo @@ -1114,7 +1034,6 @@ share/locale/uz/LC_MESSAGES/kio6_nfs.mo share/locale/uz/LC_MESSAGES/kio6_sftp.mo share/locale/uz/LC_MESSAGES/kio6_smb.mo share/locale/uz/LC_MESSAGES/kio6_thumbnail.mo -share/locale/uz@cyrillic/LC_MESSAGES/kfileaudiopreview6.mo share/locale/uz@cyrillic/LC_MESSAGES/kio-extras_kcms.mo share/locale/uz@cyrillic/LC_MESSAGES/kio6_archive.mo share/locale/uz@cyrillic/LC_MESSAGES/kio6_fish.mo @@ -1123,7 +1042,6 @@ share/locale/uz@cyrillic/LC_MESSAGES/kio6_nfs.mo share/locale/uz@cyrillic/LC_MESSAGES/kio6_sftp.mo share/locale/uz@cyrillic/LC_MESSAGES/kio6_smb.mo share/locale/uz@cyrillic/LC_MESSAGES/kio6_thumbnail.mo -share/locale/vi/LC_MESSAGES/kfileaudiopreview6.mo share/locale/vi/LC_MESSAGES/kio-extras_kcms.mo share/locale/vi/LC_MESSAGES/kio6_activities.mo share/locale/vi/LC_MESSAGES/kio6_afc.mo @@ -1136,7 +1054,6 @@ share/locale/vi/LC_MESSAGES/kio6_nfs.mo share/locale/vi/LC_MESSAGES/kio6_sftp.mo share/locale/vi/LC_MESSAGES/kio6_smb.mo share/locale/vi/LC_MESSAGES/kio6_thumbnail.mo -share/locale/wa/LC_MESSAGES/kfileaudiopreview6.mo share/locale/wa/LC_MESSAGES/kio-extras_kcms.mo share/locale/wa/LC_MESSAGES/kio6_activities.mo share/locale/wa/LC_MESSAGES/kio6_archive.mo @@ -1152,7 +1069,6 @@ share/locale/xh/LC_MESSAGES/kio6_man.mo share/locale/xh/LC_MESSAGES/kio6_nfs.mo share/locale/xh/LC_MESSAGES/kio6_sftp.mo share/locale/xh/LC_MESSAGES/kio6_smb.mo -share/locale/zh_CN/LC_MESSAGES/kfileaudiopreview6.mo share/locale/zh_CN/LC_MESSAGES/kio-extras_kcms.mo share/locale/zh_CN/LC_MESSAGES/kio6_activities.mo share/locale/zh_CN/LC_MESSAGES/kio6_afc.mo @@ -1167,8 +1083,6 @@ share/locale/zh_CN/LC_MESSAGES/kio6_recentlyused.mo share/locale/zh_CN/LC_MESSAGES/kio6_sftp.mo share/locale/zh_CN/LC_MESSAGES/kio6_smb.mo share/locale/zh_CN/LC_MESSAGES/kio6_thumbnail.mo -share/locale/zh_HK/LC_MESSAGES/kfileaudiopreview6.mo -share/locale/zh_TW/LC_MESSAGES/kfileaudiopreview6.mo share/locale/zh_TW/LC_MESSAGES/kio-extras_kcms.mo share/locale/zh_TW/LC_MESSAGES/kio6_activities.mo share/locale/zh_TW/LC_MESSAGES/kio6_afc.mo diff --git a/devel/kirigami-gallery/distinfo b/devel/kirigami-gallery/distinfo index fe157ad1861a..0e01eec4468a 100644 --- a/devel/kirigami-gallery/distinfo +++ b/devel/kirigami-gallery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264414 -SHA256 (KDE/release-service/25.08.3/kirigami-gallery-25.08.3.tar.xz) = dfe7e59885ec481a67e887a2bef1a09128fc3a862e00b44a4c962fd872661686 -SIZE (KDE/release-service/25.08.3/kirigami-gallery-25.08.3.tar.xz) = 380116 +TIMESTAMP = 1765478416 +SHA256 (KDE/release-service/25.12.0/kirigami-gallery-25.12.0.tar.xz) = d18739009ebab77a5aa0c5ca0e3e3053ff549164c6a5226696795b563873a654 +SIZE (KDE/release-service/25.12.0/kirigami-gallery-25.12.0.tar.xz) = 380164 diff --git a/devel/kopeninghours/distinfo b/devel/kopeninghours/distinfo index 207d92bb5b96..6e64e8aac5e8 100644 --- a/devel/kopeninghours/distinfo +++ b/devel/kopeninghours/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264416 -SHA256 (KDE/release-service/25.08.3/kopeninghours-25.08.3.tar.xz) = 0e60885d2cdb88fe0bf42fe39f01c9e284dd755727c585714832eba98c11cb73 -SIZE (KDE/release-service/25.08.3/kopeninghours-25.08.3.tar.xz) = 75992 +TIMESTAMP = 1765478419 +SHA256 (KDE/release-service/25.12.0/kopeninghours-25.12.0.tar.xz) = a4e4280c95bd7f1b787925b0e2b8c5bc0e87e5ec7f358b7fd7c8b7cadfb7fa47 +SIZE (KDE/release-service/25.12.0/kopeninghours-25.12.0.tar.xz) = 75984 diff --git a/devel/kpublictransport/Makefile b/devel/kpublictransport/Makefile index 3a4a20e94626..d011b11f0746 100644 --- a/devel/kpublictransport/Makefile +++ b/devel/kpublictransport/Makefile @@ -9,7 +9,7 @@ LIB_DEPENDS= libprotobuf.so:devel/protobuf USES= cmake compiler:c++11-lang gettext kde:6 qt:6 tar:xz USE_KDE= kirigami-addons ecm:build -USE_QT= base +USE_QT= base location OPTIONS_DEFINE= DOCS diff --git a/devel/kpublictransport/distinfo b/devel/kpublictransport/distinfo index 913edb278aa9..216847497102 100644 --- a/devel/kpublictransport/distinfo +++ b/devel/kpublictransport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264419 -SHA256 (KDE/release-service/25.08.3/kpublictransport-25.08.3.tar.xz) = ed887df23d04a1ebd171b59c99dfaec26d62254e9a7ac4f8a7084ba301586c17 -SIZE (KDE/release-service/25.08.3/kpublictransport-25.08.3.tar.xz) = 889800 +TIMESTAMP = 1765478421 +SHA256 (KDE/release-service/25.12.0/kpublictransport-25.12.0.tar.xz) = 5dbbbfa2313950a0d4e0cb87c8c91a243de64e3786438ebe9240545057e05a35 +SIZE (KDE/release-service/25.12.0/kpublictransport-25.12.0.tar.xz) = 903028 diff --git a/devel/kpublictransport/pkg-plist b/devel/kpublictransport/pkg-plist index 2f0d72af28e5..380469b5f6b9 100644 --- a/devel/kpublictransport/pkg-plist +++ b/devel/kpublictransport/pkg-plist @@ -29,6 +29,7 @@ include/KPublicTransport/KPublicTransport/Platform include/KPublicTransport/KPublicTransport/PlatformLayout include/KPublicTransport/KPublicTransport/RentalVehicle include/KPublicTransport/KPublicTransport/Reply +include/KPublicTransport/KPublicTransport/StopInformation include/KPublicTransport/KPublicTransport/Stopover include/KPublicTransport/KPublicTransport/StopoverQueryModel include/KPublicTransport/KPublicTransport/StopoverReply @@ -73,6 +74,7 @@ include/KPublicTransport/kpublictransport/platform.h include/KPublicTransport/kpublictransport/platformlayout.h include/KPublicTransport/kpublictransport/rentalvehicle.h include/KPublicTransport/kpublictransport/reply.h +include/KPublicTransport/kpublictransport/stopinformation.h include/KPublicTransport/kpublictransport/stopover.h include/KPublicTransport/kpublictransport/stopoverquerymodel.h include/KPublicTransport/kpublictransport/stopoverreply.h @@ -121,6 +123,8 @@ lib/libKPublicTransportOnboard.so.%%KDE_APPLICATIONS_VERSION%% %%QT_QMLDIR%%/org/kde/kpublictransport/ui/kpublictransportquickplugin.qmltypes %%QT_QMLDIR%%/org/kde/kpublictransport/ui/libkpublictransportquickplugin.so %%QT_QMLDIR%%/org/kde/kpublictransport/ui/private/CountryComboBox.qml +%%QT_QMLDIR%%/org/kde/kpublictransport/ui/private/CurrentLocationDelegate.qml +%%QT_QMLDIR%%/org/kde/kpublictransport/ui/private/globals.js %%QT_QMLDIR%%/org/kde/kpublictransport/ui/qmldir share/locale/ar/LC_MESSAGES/kpublictransport.mo share/locale/ca/LC_MESSAGES/kpublictransport.mo @@ -141,6 +145,7 @@ share/locale/ia/LC_MESSAGES/kpublictransport.mo share/locale/it/LC_MESSAGES/kpublictransport.mo share/locale/ka/LC_MESSAGES/kpublictransport.mo share/locale/ko/LC_MESSAGES/kpublictransport.mo +share/locale/lt/LC_MESSAGES/kpublictransport.mo share/locale/lv/LC_MESSAGES/kpublictransport.mo share/locale/nl/LC_MESSAGES/kpublictransport.mo share/locale/pl/LC_MESSAGES/kpublictransport.mo diff --git a/devel/kunifiedpush/distinfo b/devel/kunifiedpush/distinfo index 6d7117df2cba..0059618e41f3 100644 --- a/devel/kunifiedpush/distinfo +++ b/devel/kunifiedpush/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264421 -SHA256 (KDE/release-service/25.08.3/kunifiedpush-25.08.3.tar.xz) = e8c924438d5359f0fa0930ab35111012076e3a0ff4e959d6929595571383320a -SIZE (KDE/release-service/25.08.3/kunifiedpush-25.08.3.tar.xz) = 84548 +TIMESTAMP = 1765478424 +SHA256 (KDE/release-service/25.12.0/kunifiedpush-25.12.0.tar.xz) = 37591d1dd1291678e0d34470ecfa7f6cf188a3723ab0db117042d11d43b60ffe +SIZE (KDE/release-service/25.12.0/kunifiedpush-25.12.0.tar.xz) = 84800 diff --git a/devel/level-zero/Makefile b/devel/level-zero/Makefile index 14ac1c941433..d03f8cfff595 100644 --- a/devel/level-zero/Makefile +++ b/devel/level-zero/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfmt.so:devel/libfmt \ libspdlog.so:devel/spdlog -USES= cmake compiler:c++14-lang localbase:ldflags pathfix +USES= cmake compiler:c++14-lang localbase:ldflags CMAKE_OFF= BUILD_INSTALLER \ BUILD_L0_LOADER_TESTS \ diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index 39ed2cb36db9..8715a13f115f 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcbase -PORTVERSION= 1.22.5 +PORTVERSION= 1.23.0 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index 10a53364bccc..60825f22d849 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764152904 -SHA256 (lfcbase-1.22.5.tar.gz) = d2812312e5a6d97a38bce696a2ac7d8b1e7cc089a5bc47d2ef115878484a7165 -SIZE (lfcbase-1.22.5.tar.gz) = 668141 +TIMESTAMP = 1765457614 +SHA256 (lfcbase-1.23.0.tar.gz) = 1b9ac2b1663d4506dca8bc17a58e168b8b92bb5a6bbc69d4d0ffc168fc52f14a +SIZE (lfcbase-1.23.0.tar.gz) = 653566 diff --git a/devel/lfcbase/pkg-plist b/devel/lfcbase/pkg-plist index 4f42e1da532f..2c48245dfca5 100644 --- a/devel/lfcbase/pkg-plist +++ b/devel/lfcbase/pkg-plist @@ -20,7 +20,6 @@ include/lfcbase/ListT.h include/lfcbase/Logger.h include/lfcbase/Matcher.h include/lfcbase/Screen.h -include/lfcbase/Screen2.h include/lfcbase/NanoTimer.h include/lfcbase/Net.h include/lfcbase/NetHandler.h diff --git a/devel/lfcxml/Makefile b/devel/lfcxml/Makefile index 0ab9e84958df..eeb82e4017f7 100644 --- a/devel/lfcxml/Makefile +++ b/devel/lfcxml/Makefile @@ -1,5 +1,5 @@ PORTNAME= lfcxml -PORTVERSION= 1.3.8 +PORTVERSION= 1.3.9 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcxml/distinfo b/devel/lfcxml/distinfo index 61e8f91af088..36c952f40721 100644 --- a/devel/lfcxml/distinfo +++ b/devel/lfcxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733898713 -SHA256 (lfcxml-1.3.8.tar.gz) = 979d8505c420c694e16a9754ce1daabad5620727debba49cb99596b03833ed2a -SIZE (lfcxml-1.3.8.tar.gz) = 551329 +TIMESTAMP = 1765457637 +SHA256 (lfcxml-1.3.9.tar.gz) = af20902da5924adfbc2e09de0c4ff32e6be234edfe6435c6562e816096614341 +SIZE (lfcxml-1.3.9.tar.gz) = 550714 diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index 58305fea7023..8c745c987afd 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -1,11 +1,11 @@ PORTNAME= libatomic_ops -DISTVERSION= 7.8.0 +DISTVERSION= 7.10.0 CATEGORIES= devel -MASTER_SITES= https://github.com/ivmai/${PORTNAME}/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/bdwgc/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Atomic operations access library -WWW= https://github.com/ivmai/libatomic_ops +WWW= https://github.com/bdwgc/libatomic_ops LICENSE= BSD2CLAUSE GPLv2 LICENSE_COMB= multi diff --git a/devel/libatomic_ops/distinfo b/devel/libatomic_ops/distinfo index fa7caa2387c2..23b12c3c43bc 100644 --- a/devel/libatomic_ops/distinfo +++ b/devel/libatomic_ops/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680679098 -SHA256 (libatomic_ops-7.8.0.tar.gz) = 15676e7674e11bda5a7e50a73f4d9e7d60452271b8acf6fd39a71fefdf89fa31 -SIZE (libatomic_ops-7.8.0.tar.gz) = 526300 +TIMESTAMP = 1765225985 +SHA256 (libatomic_ops-7.10.0.tar.gz) = 0db3ebff755db170f65e74a64ec4511812e9ee3185c232eeffeacd274190dfb0 +SIZE (libatomic_ops-7.10.0.tar.gz) = 543312 diff --git a/devel/libatomic_ops/pkg-plist b/devel/libatomic_ops/pkg-plist index 1a508917d95f..c63da8fa6c63 100644 --- a/devel/libatomic_ops/pkg-plist +++ b/devel/libatomic_ops/pkg-plist @@ -69,11 +69,11 @@ include/atomic_ops_stack.h lib/libatomic_ops.a lib/libatomic_ops.so lib/libatomic_ops.so.1 -lib/libatomic_ops.so.1.2.0 +lib/libatomic_ops.so.1.3.0 lib/libatomic_ops_gpl.a lib/libatomic_ops_gpl.so lib/libatomic_ops_gpl.so.1 -lib/libatomic_ops_gpl.so.1.2.0 +lib/libatomic_ops_gpl.so.1.3.0 libdata/pkgconfig/atomic_ops.pc %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog diff --git a/devel/libcbor/Makefile b/devel/libcbor/Makefile index 81a6f35ada05..f01e491c451f 100644 --- a/devel/libcbor/Makefile +++ b/devel/libcbor/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/PJK/libcbor LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= cmake pathfix +USES= cmake CMAKE_OFF= CBOR_CUSTOM_ALLOC \ CMAKE_INTERPROCEDURAL_OPTIMIZATION \ diff --git a/devel/libcjson/Makefile b/devel/libcjson/Makefile index 42821fcb1a9d..8564bf6b7e29 100644 --- a/devel/libcjson/Makefile +++ b/devel/libcjson/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/DaveGamble/cJSON LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c11 pathfix +USES= cmake:testing compiler:c11 CMAKE_OFF= CJSON_OVERRIDE_BUILD_SHARED_LIBS \ ENABLE_CJSON_TEST \ diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index 73b819f4d882..2f6ada7ffdae 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libuuid.so:misc/libuuid -USES= bison:wrapper charsetfix gmake gnome libtool localbase pathfix ssl +USES= bison:wrapper charsetfix gmake gnome libtool localbase ssl USE_GNOME= libxml2 CONFIGURE_ARGS= ac_cv_lib_crypto_OpenSSL_add_all_algorithms=yes \ diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index eb3f08a9cb49..9b24aa631949 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -12,7 +12,7 @@ WWW= https://fmt.dev/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake:testing compiler:c++11-lang cpe pathfix zip +USES= cmake:testing compiler:c++11-lang cpe zip CMAKE_OFF= FMT_CUDA_TEST \ FMT_DOC \ diff --git a/devel/libgsf/Makefile b/devel/libgsf/Makefile index d50eafd07824..42520866cf17 100644 --- a/devel/libgsf/Makefile +++ b/devel/libgsf/Makefile @@ -1,6 +1,5 @@ PORTNAME= libgsf -DISTVERSION= 1.14.53 -PORTREVISION= 1 +DISTVERSION= 1.14.54 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome diff --git a/devel/libgsf/distinfo b/devel/libgsf/distinfo index 6ff38da35992..5f5a2d89eb48 100644 --- a/devel/libgsf/distinfo +++ b/devel/libgsf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733062680 -SHA256 (gnome/libgsf-1.14.53.tar.xz) = 0eb59a86e0c50f97ac9cfe4d8cc1969f623f2ae8c5296f2414571ff0a9e8bcba -SIZE (gnome/libgsf-1.14.53.tar.xz) = 714840 +TIMESTAMP = 1765475978 +SHA256 (gnome/libgsf-1.14.54.tar.xz) = d18869264a2513cfb071712486d115dada064ff8a040265b49936bca06f17623 +SIZE (gnome/libgsf-1.14.54.tar.xz) = 705684 diff --git a/devel/libgsf/pkg-plist b/devel/libgsf/pkg-plist index 9098f539ce16..a67b414e65a4 100644 --- a/devel/libgsf/pkg-plist +++ b/devel/libgsf/pkg-plist @@ -62,7 +62,6 @@ share/man/man1/gsf.1.gz share/gir-1.0/Gsf-1.gir share/gtk-doc/html/gsf/annotation-glossary.html share/gtk-doc/html/gsf/api.html -share/gtk-doc/html/gsf/dependencies.html share/gtk-doc/html/gsf/gsf-Compression.html share/gtk-doc/html/gsf/gsf-GIO.html share/gtk-doc/html/gsf/gsf-GIOChannel.html @@ -81,13 +80,10 @@ share/gtk-doc/html/gsf/gsf-clip-data.html share/gtk-doc/html/gsf/gsf-index.html share/gtk-doc/html/gsf/gsf-memory.html share/gtk-doc/html/gsf/gsf-metadata.html -share/gtk-doc/html/gsf/gsf-users.html share/gtk-doc/html/gsf/gsf-Utilities.html share/gtk-doc/html/gsf/gsf.devhelp2 -share/gtk-doc/html/gsf/history.html share/gtk-doc/html/gsf/home.png share/gtk-doc/html/gsf/index.html -share/gtk-doc/html/gsf/intro.html share/gtk-doc/html/gsf/io.html share/gtk-doc/html/gsf/left-insensitive.png share/gtk-doc/html/gsf/left.png diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile index 1b70c9ffca2d..5709b7a83f0d 100644 --- a/devel/libhtp/Makefile +++ b/devel/libhtp/Makefile @@ -9,8 +9,8 @@ WWW= https://github.com/ironbee/libhtp LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -USES= autoreconf cpe iconv:translit libtool localbase:ldflags pathfix \ - pkgconfig +USES= autoreconf cpe gettext-tools iconv:translit libtool \ + localbase:ldflags pathfix pkgconfig CPE_VENDOR= oisf USE_GITHUB= yes GH_ACCOUNT= OISF diff --git a/devel/libinotify/Makefile b/devel/libinotify/Makefile index d748982036f5..573e769718b0 100644 --- a/devel/libinotify/Makefile +++ b/devel/libinotify/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/libinotify-kqueue/libinotify-kqueue LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USES= libtool pathfix +USES= libtool CONFIGURE_ARGS= --enable-skip-subfiles=fusefs,smbfs GNU_CONFIGURE= yes diff --git a/devel/libtextstyle/pkg-plist b/devel/libtextstyle/pkg-plist index f39018b4e695..69dba9d615d1 100644 --- a/devel/libtextstyle/pkg-plist +++ b/devel/libtextstyle/pkg-plist @@ -5,7 +5,7 @@ include/textstyle/woe32dll.h lib/libtextstyle.a lib/libtextstyle.so lib/libtextstyle.so.0 -lib/libtextstyle.so.0.2.3 +lib/libtextstyle.so.0.2.6 %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_1.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_2.html %%PORTDOCS%%%%DOCSDIR%%/libtextstyle_3.html diff --git a/devel/libunwind/Makefile b/devel/libunwind/Makefile index 6f82fb9cdef2..88695fa8e781 100644 --- a/devel/libunwind/Makefile +++ b/devel/libunwind/Makefile @@ -18,7 +18,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc powerpc64 powerpc64le -USES= compiler:c11 cpe libtool pathfix pkgconfig +USES= compiler:c11 cpe libtool pkgconfig CONFIGURE_ARGS= --disable-cxx-exceptions \ --disable-unwind-header \ diff --git a/devel/linux-rl9-devtools/Makefile b/devel/linux-rl9-devtools/Makefile index 944cb88c7163..88c08ff56da7 100644 --- a/devel/linux-rl9-devtools/Makefile +++ b/devel/linux-rl9-devtools/Makefile @@ -1,6 +1,5 @@ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 2 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org @@ -15,14 +14,12 @@ USE_LINUX= elfutils-libs USE_LINUX_RPM= yes WANT_LINUX32= yes -ONLY_FOR_ARCHS= aarch64 amd64 - QA_ENV+= USESLIBTOOL=no -BUVERSION= 2.35.2-63.el9 -GCCVERSION= 11.5.0-5.el9_5 -GLIBCVERSION= 2.34-168.el9_6.23 -KERNELVERSION= 5.14.0-570.55.1.el9_6 +BUVERSION= 2.35.2-67.el9 +GCCVERSION= 11.5.0-11.el9 +GLIBCVERSION= 2.34-231.el9_7.2 +KERNELVERSION= 5.14.0-611.5.1.el9_7 MPFRVERSION= 4.1.0-7.el9 LIBMPCVERSION= 1.2.1-4.el9 diff --git a/devel/linux-rl9-devtools/distinfo b/devel/linux-rl9-devtools/distinfo index fd778da31381..4977559d06ac 100644 --- a/devel/linux-rl9-devtools/distinfo +++ b/devel/linux-rl9-devtools/distinfo @@ -1,83 +1,83 @@ -TIMESTAMP = 1762006665 -SHA256 (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = dbf945a5882d8c571c4a17b32c67f3c5737319e2e9f0fdacc7f6f675aed4ae39 -SIZE (rocky/b/binutils-2.35.2-63.el9.aarch64.rpm) = 4976336 -SHA256 (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 2b0abd0203db5939bb5b32ba2a1576bd36dcd33c250786b7b2fa134d060a7370 -SIZE (rocky/b/binutils-2.35.2-63.el9.x86_64.rpm) = 4742933 -SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 7c98c7ca290cc5d6cdcebd36eeed3b9000f0a3b1677f748eba5568746d64679c -SIZE (rocky/b/binutils-devel-2.35.2-63.el9.aarch64.rpm) = 5139346 -SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 0e14177476419c3b4ab709c6e2d67c21fa1c83823a8abf7f8fba4d71e62657cc -SIZE (rocky/b/binutils-devel-2.35.2-63.el9.i686.rpm) = 3863310 -SHA256 (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = bc99422fec417d653fe5454df1c2307bd023e902f7a45540c2584788d8f37d64 -SIZE (rocky/b/binutils-devel-2.35.2-63.el9.x86_64.rpm) = 4064095 -SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = f001d5bba7f9661364c3b7059dea8d2ea80d1eb54b5ef3da8932bedb947ad08f -SIZE (rocky/b/binutils-gold-2.35.2-63.el9.aarch64.rpm) = 902232 -SHA256 (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 67be16562788d6a058d0b64ded58bd72460e86811c8960d7e898e49c9fa5fc4b -SIZE (rocky/b/binutils-gold-2.35.2-63.el9.x86_64.rpm) = 750001 -SHA256 (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 8b1359ea8b61a54110307d4903fb714a32ba87399d2e298e5d738b7f5fb0fe40 -SIZE (rocky/c/cpp-11.5.0-5.el9_5.aarch64.rpm) = 10792270 -SHA256 (rocky/c/cpp-11.5.0-5.el9_5.x86_64.rpm) = 3971c47b7a719db54e855219d96a141b7f1110afde1802d7ecbf7b440717002e -SIZE (rocky/c/cpp-11.5.0-5.el9_5.x86_64.rpm) = 11216575 -SHA256 (rocky/g/gcc-11.5.0-5.el9_5.aarch64.rpm) = f821528d50857bc4772d1fd1e59245cdab897cf6e1ec71401b39bd7b518e10a7 -SIZE (rocky/g/gcc-11.5.0-5.el9_5.aarch64.rpm) = 31240592 -SHA256 (rocky/g/gcc-11.5.0-5.el9_5.x86_64.rpm) = df4fbf20221f16b2ec0a09a7e95b1dcfd24d0671b495311c47219e0ddc356d1b -SIZE (rocky/g/gcc-11.5.0-5.el9_5.x86_64.rpm) = 33932114 -SHA256 (rocky/g/gcc-c++-11.5.0-5.el9_5.aarch64.rpm) = e52ccf6c7a66c57625acf3a0d981454a36e8cc1e352f4ac9f0f4ed01dfdd8b35 -SIZE (rocky/g/gcc-c++-11.5.0-5.el9_5.aarch64.rpm) = 12984150 -SHA256 (rocky/g/gcc-c++-11.5.0-5.el9_5.x86_64.rpm) = e0fcf34c6adec0de07cac60351b84ca91964d9b562fac2ea6fd2da03ef33690f -SIZE (rocky/g/gcc-c++-11.5.0-5.el9_5.x86_64.rpm) = 13464485 -SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = ce2da122db9439111eca673807723ce09605fafd6dda20fbbb42b493f413b1f1 -SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.aarch64.rpm) = 12831212 -SHA256 (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 99dccf59e5f52df2b6386dce7d2d2b62048014c9decd05bb81f9a958b09c1d13 -SIZE (rocky/g/gcc-gfortran-11.5.0-5.el9_5.x86_64.rpm) = 13283781 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.aarch64.rpm) = 0da5b701328408ae9e13d5ff02a69d1f4d29e526c4ee77dd7454bec2c61bcbe5 -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.aarch64.rpm) = 453287 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.i686.rpm) = ac614e4bb853a33e0195ddab3bd186d14cebeff83f91d281da6c6ca6f068a12f -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.i686.rpm) = 32803 -SHA256 (rocky/g/glibc-devel-2.34-168.el9_6.23.x86_64.rpm) = 3983e85ea3cc6a0f06fa7f4381206a6c03a16948d97b1acb4dcbb6aa62995e28 -SIZE (rocky/g/glibc-devel-2.34-168.el9_6.23.x86_64.rpm) = 32287 -SHA256 (rocky/g/glibc-headers-2.34-168.el9_6.23.x86_64.rpm) = d2c4a0af7508b705e9b35e15676a950e906064cf57ea83204e4f10cf634a7978 -SIZE (rocky/g/glibc-headers-2.34-168.el9_6.23.x86_64.rpm) = 447229 -SHA256 (rocky/k/kernel-headers-5.14.0-570.55.1.el9_6.aarch64.rpm) = c9bce460947308bbdf2e35be44b602285b806a8f1d8f31259fa51d54eefb8a15 -SIZE (rocky/k/kernel-headers-5.14.0-570.55.1.el9_6.aarch64.rpm) = 3474445 -SHA256 (rocky/k/kernel-headers-5.14.0-570.55.1.el9_6.x86_64.rpm) = 3f82bf165df83da03198cc1421ea7bb0836c81acea39b3c1810eaa779407a96a -SIZE (rocky/k/kernel-headers-5.14.0-570.55.1.el9_6.x86_64.rpm) = 3506609 -SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 22ec15677e92a91a1aa86c9083525083f4a53c75c159e5cce496a65172f47589 -SIZE (rocky/l/libatomic-11.5.0-5.el9_5.aarch64.rpm) = 28359 -SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.i686.rpm) = 74f8d01153ae3052f968fc76e4d26d71e300d35335d4c5d9c7887676cf255b3c -SIZE (rocky/l/libatomic-11.5.0-5.el9_5.i686.rpm) = 25414 -SHA256 (rocky/l/libatomic-11.5.0-5.el9_5.x86_64.rpm) = 8b437aeee1a73bc5c6ff9a0c3862340e3f8ee2375d1f1bf827de2d6c96282aed -SIZE (rocky/l/libatomic-11.5.0-5.el9_5.x86_64.rpm) = 25894 -SHA256 (rocky/l/libgfortran-11.5.0-5.el9_5.aarch64.rpm) = 04c0c598c46891a44abb95958dbb0758c478010821b7b41062e2523ce6434410 -SIZE (rocky/l/libgfortran-11.5.0-5.el9_5.aarch64.rpm) = 437507 -SHA256 (rocky/l/libgfortran-11.5.0-5.el9_5.i686.rpm) = f4f25a1c70c7ecae3d539f10205176fb67d6c07087f4b10370e48c312455c7e5 -SIZE (rocky/l/libgfortran-11.5.0-5.el9_5.i686.rpm) = 781688 -SHA256 (rocky/l/libgfortran-11.5.0-5.el9_5.x86_64.rpm) = e8bd16ff552c3b6a410f166b565c2192607395f6386f200254248d52308eabda -SIZE (rocky/l/libgfortran-11.5.0-5.el9_5.x86_64.rpm) = 815980 -SHA256 (rocky/l/libgomp-11.5.0-5.el9_5.aarch64.rpm) = b5259ebef7526b6451fe2dc56f67e0f5a41a0c9c94a7851d6d9ee97f745e9b4e -SIZE (rocky/l/libgomp-11.5.0-5.el9_5.aarch64.rpm) = 264572 -SHA256 (rocky/l/libgomp-11.5.0-5.el9_5.i686.rpm) = 8412534ff909ff50e68301aa7cbbcc3eff9ee2713ce5fa299d3a3afeca29fb9f -SIZE (rocky/l/libgomp-11.5.0-5.el9_5.i686.rpm) = 273856 -SHA256 (rocky/l/libgomp-11.5.0-5.el9_5.x86_64.rpm) = e8678bf6155c7be314340969ccbbab80653965beb2f0f635739a23be4e02fe87 -SIZE (rocky/l/libgomp-11.5.0-5.el9_5.x86_64.rpm) = 266279 +TIMESTAMP = 1765189295 +SHA256 (rocky/b/binutils-2.35.2-67.el9.aarch64.rpm) = 3c394ce66945a8fcd749506073aa53ae31f6708bd5f673817ea9a19463cd80f7 +SIZE (rocky/b/binutils-2.35.2-67.el9.aarch64.rpm) = 4972468 +SHA256 (rocky/b/binutils-2.35.2-67.el9.x86_64.rpm) = 33ad1c30d158498d688de6558ea0267dea97df06310cca88b59e4a636623667a +SIZE (rocky/b/binutils-2.35.2-67.el9.x86_64.rpm) = 4741162 +SHA256 (rocky/b/binutils-devel-2.35.2-67.el9.aarch64.rpm) = d0e73dc37eec8863fede73d53f04ef33c55538dfac79c99a71229bcb9004a0ac +SIZE (rocky/b/binutils-devel-2.35.2-67.el9.aarch64.rpm) = 5145410 +SHA256 (rocky/b/binutils-devel-2.35.2-67.el9.i686.rpm) = 1e8be5cb51adba1c9f9677e069db544d1e640255bef3a8e56c9dd5e4d6491ca4 +SIZE (rocky/b/binutils-devel-2.35.2-67.el9.i686.rpm) = 3856599 +SHA256 (rocky/b/binutils-devel-2.35.2-67.el9.x86_64.rpm) = 4369f458973b2822c28d31274b17c32227cdfd5640698b26efcce2f03c27a86f +SIZE (rocky/b/binutils-devel-2.35.2-67.el9.x86_64.rpm) = 4057677 +SHA256 (rocky/b/binutils-gold-2.35.2-67.el9.aarch64.rpm) = fd98992ab91f6d22464c4dd95ab2a58aa11e05565821e175537d69e44daa64a9 +SIZE (rocky/b/binutils-gold-2.35.2-67.el9.aarch64.rpm) = 901917 +SHA256 (rocky/b/binutils-gold-2.35.2-67.el9.x86_64.rpm) = 4ae8ee54e7b02e493d9dcad4d0c0664936fddd706a866df31d870d60c9642489 +SIZE (rocky/b/binutils-gold-2.35.2-67.el9.x86_64.rpm) = 751771 +SHA256 (rocky/c/cpp-11.5.0-11.el9.aarch64.rpm) = 8373020bcea344b216b09759a783b62fa3ca89335f9bc8c2b97c4efee86ca084 +SIZE (rocky/c/cpp-11.5.0-11.el9.aarch64.rpm) = 10794648 +SHA256 (rocky/c/cpp-11.5.0-11.el9.x86_64.rpm) = d9d5f890e457b958996c961ec935d07cc6a541c789301058f36c9247d758cffe +SIZE (rocky/c/cpp-11.5.0-11.el9.x86_64.rpm) = 11221053 +SHA256 (rocky/g/gcc-11.5.0-11.el9.aarch64.rpm) = 1250b3293f2338bb30b088ae98d1a47b894c3c965adf133de97279340717dd55 +SIZE (rocky/g/gcc-11.5.0-11.el9.aarch64.rpm) = 31213225 +SHA256 (rocky/g/gcc-11.5.0-11.el9.x86_64.rpm) = 4dbc7c4c1ea919c90b6d7172d4ded6f63ae9aa3d5a2c6daa80f15aa8c1dcd2b3 +SIZE (rocky/g/gcc-11.5.0-11.el9.x86_64.rpm) = 33910553 +SHA256 (rocky/g/gcc-c++-11.5.0-11.el9.aarch64.rpm) = 8412b6470fbc07b32c1fdfb80dbe4dd76e7be8496fa2ae1e0a67270df4e291ec +SIZE (rocky/g/gcc-c++-11.5.0-11.el9.aarch64.rpm) = 12983880 +SHA256 (rocky/g/gcc-c++-11.5.0-11.el9.x86_64.rpm) = c745f806fb4ecb6931dc81fc22deeb572bdb24fc5b6563448a9b94d5b5570901 +SIZE (rocky/g/gcc-c++-11.5.0-11.el9.x86_64.rpm) = 13463689 +SHA256 (rocky/g/gcc-gfortran-11.5.0-11.el9.aarch64.rpm) = 8b1aa56541f5c83006f1228752489385113b831a04b103b4a9ef8f84501fa025 +SIZE (rocky/g/gcc-gfortran-11.5.0-11.el9.aarch64.rpm) = 12850870 +SHA256 (rocky/g/gcc-gfortran-11.5.0-11.el9.x86_64.rpm) = 1087e9a8821ce1fe79f85dbed77e31b69e98449bb3a2e92ec83de1a25cf040bf +SIZE (rocky/g/gcc-gfortran-11.5.0-11.el9.x86_64.rpm) = 13285062 +SHA256 (rocky/g/glibc-devel-2.34-231.el9_7.2.aarch64.rpm) = fe52f67eca685e9586eb8401e133861bd0a8d224278f753a92de5906a9197df9 +SIZE (rocky/g/glibc-devel-2.34-231.el9_7.2.aarch64.rpm) = 457811 +SHA256 (rocky/g/glibc-devel-2.34-231.el9_7.2.i686.rpm) = ca0e643b1cec70809efbfdd8970731f849f621aef075b2211de515a193c138dc +SIZE (rocky/g/glibc-devel-2.34-231.el9_7.2.i686.rpm) = 36047 +SHA256 (rocky/g/glibc-devel-2.34-231.el9_7.2.x86_64.rpm) = b4f12bfed5c2d50008f2c0ff025bd79ded9cbdfd55639931ea46e110ad7895d2 +SIZE (rocky/g/glibc-devel-2.34-231.el9_7.2.x86_64.rpm) = 35656 +SHA256 (rocky/g/glibc-headers-2.34-231.el9_7.2.x86_64.rpm) = 6669c0588ce9031b5780d436fed7d19d1b138718e85d84ff8e69af0a0eeaaf1c +SIZE (rocky/g/glibc-headers-2.34-231.el9_7.2.x86_64.rpm) = 451614 +SHA256 (rocky/k/kernel-headers-5.14.0-611.5.1.el9_7.aarch64.rpm) = 7a8e7d9ca72b2ed30c24410e1c9ba6f1adab559562a5785f8630d52aeeca9bf6 +SIZE (rocky/k/kernel-headers-5.14.0-611.5.1.el9_7.aarch64.rpm) = 2715789 +SHA256 (rocky/k/kernel-headers-5.14.0-611.5.1.el9_7.x86_64.rpm) = 9fd7aaaacd8a752af50b980e92fbe146b6ff766b047b4335ed5e6c024016d956 +SIZE (rocky/k/kernel-headers-5.14.0-611.5.1.el9_7.x86_64.rpm) = 2748629 +SHA256 (rocky/l/libatomic-11.5.0-11.el9.aarch64.rpm) = 6be7d619db9191bdaabd3934e6a9c51e2e91f72108ad15d06f2301e4115bded7 +SIZE (rocky/l/libatomic-11.5.0-11.el9.aarch64.rpm) = 25867 +SHA256 (rocky/l/libatomic-11.5.0-11.el9.i686.rpm) = 5648bb5c37b0ac121fef55774b89d76c8ec40e8c9f5e0cac900ecd2c8023e5ae +SIZE (rocky/l/libatomic-11.5.0-11.el9.i686.rpm) = 22793 +SHA256 (rocky/l/libatomic-11.5.0-11.el9.x86_64.rpm) = 0f72c3023f2fe8c0db547860348746ee1d58162c88b28934e5ae05d604d6d5c8 +SIZE (rocky/l/libatomic-11.5.0-11.el9.x86_64.rpm) = 23277 +SHA256 (rocky/l/libgfortran-11.5.0-11.el9.aarch64.rpm) = f7f77fd165dbc84328a7a6a02eca26e67fa66821423ab61bf7749dbf4d54473d +SIZE (rocky/l/libgfortran-11.5.0-11.el9.aarch64.rpm) = 434732 +SHA256 (rocky/l/libgfortran-11.5.0-11.el9.i686.rpm) = 831400925fdfbfcc61d302261f1ba08e12bdf8945cceacba0289d0620bb4c28f +SIZE (rocky/l/libgfortran-11.5.0-11.el9.i686.rpm) = 778959 +SHA256 (rocky/l/libgfortran-11.5.0-11.el9.x86_64.rpm) = 57d3f6754e1df41483413659e6c9ccd26c4bd2d776550720b357cf852cc63d49 +SIZE (rocky/l/libgfortran-11.5.0-11.el9.x86_64.rpm) = 813195 +SHA256 (rocky/l/libgomp-11.5.0-11.el9.aarch64.rpm) = e0955545a9ba72311f00eabc06a1d65dc8420eb788fb73ab3e5bdcaf5e8a0a20 +SIZE (rocky/l/libgomp-11.5.0-11.el9.aarch64.rpm) = 261919 +SHA256 (rocky/l/libgomp-11.5.0-11.el9.i686.rpm) = 107c02dc3396be09feaa69d042a8340ab1b4705617c4ec5db8c3c764b9a40dee +SIZE (rocky/l/libgomp-11.5.0-11.el9.i686.rpm) = 271592 +SHA256 (rocky/l/libgomp-11.5.0-11.el9.x86_64.rpm) = 551b1a9000df501732a37487c6ac293a78d4beba0bdef0cba3ed82f4dc7ede8b +SIZE (rocky/l/libgomp-11.5.0-11.el9.x86_64.rpm) = 264063 SHA256 (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 5426e7bb9676b4cab08fe1e0a23a48a8cd49ba883f54b7434245f1a9dd2cd8c6 SIZE (rocky/l/libmpc-1.2.1-4.el9.aarch64.rpm) = 63826 SHA256 (rocky/l/libmpc-1.2.1-4.el9.i686.rpm) = 5e871c25709599583289e64d0c96d0409187afdd12554741b2fe76e69b1781e5 SIZE (rocky/l/libmpc-1.2.1-4.el9.i686.rpm) = 68255 SHA256 (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = c4def74fc686113748590ce9bc8591092947be804650ef56aa161e049660273e SIZE (rocky/l/libmpc-1.2.1-4.el9.x86_64.rpm) = 62755 -SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.aarch64.rpm) = b6616a79ed8043e2aeedf33bb0e4ec60db86d2d60ac67f2b9704104d1226bef3 -SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.aarch64.rpm) = 2330434 -SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 8dd409ea671f11c345b55ef017a0521b6b6041d9c4368d281b7a70ba001fa19f -SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.i686.rpm) = 2346423 -SHA256 (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = a9df7e426503b79954e995b927c528628053740956fad1c9dfb84ee44e06ddc6 -SIZE (rocky/l/libstdc++-devel-11.5.0-5.el9_5.x86_64.rpm) = 2329962 -SHA256 (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 5ffeb70c08470b76a040f04d0539a91b3ace7ed83ea551e76605f5475dc658fa -SIZE (rocky/b/binutils-2.35.2-63.el9.src.rpm) = 22404566 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = bbbd40672f67313745173e64d9e934238342e2eba16c3e42abdecb136d8fab66 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = 19652630 -SHA256 (rocky/k/kernel-5.14.0-570.55.1.el9_6.src.rpm) = b55ebb0cfcb51ee4a5d109999c4b8cdb3bd0ff256434bb14830ba1d01131ed87 -SIZE (rocky/k/kernel-5.14.0-570.55.1.el9_6.src.rpm) = 149431588 +SHA256 (rocky/l/libstdc++-devel-11.5.0-11.el9.aarch64.rpm) = ea708707bc008ffdf5053176288788b7841782900f91a19846879070c7710b9e +SIZE (rocky/l/libstdc++-devel-11.5.0-11.el9.aarch64.rpm) = 2327761 +SHA256 (rocky/l/libstdc++-devel-11.5.0-11.el9.i686.rpm) = fb9c5dd6044fe7f8565e56cf854a636ed138a5cf5f3b8f16d6f7cd940756dc3a +SIZE (rocky/l/libstdc++-devel-11.5.0-11.el9.i686.rpm) = 2343748 +SHA256 (rocky/l/libstdc++-devel-11.5.0-11.el9.x86_64.rpm) = 6766cf5f7e95ec24c3737ed0c9004bb204150366bf1b5ea23922f83e7f117042 +SIZE (rocky/l/libstdc++-devel-11.5.0-11.el9.x86_64.rpm) = 2327305 +SHA256 (rocky/b/binutils-2.35.2-67.el9.src.rpm) = a1e7090add99a523ac792f68a85921d71df665887e125ac43de3f60be33fcdb6 +SIZE (rocky/b/binutils-2.35.2-67.el9.src.rpm) = 22445359 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 7fdae2911fd9be5cb972b8c8645803d5a0607d5969af18009d3f6728f58ef7df +SIZE (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 20020115 +SHA256 (rocky/k/kernel-5.14.0-611.5.1.el9_7.src.rpm) = 5f8a92c9d9c0ef4e44a6e07a1d96b3dc2ed7ee5e66f13c40d4b340e190a5296e +SIZE (rocky/k/kernel-5.14.0-611.5.1.el9_7.src.rpm) = 150780387 SHA256 (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = e0e1edc062c4d5565ebedeba87e13a661caa74d43c885c656eb5b75cf1ed3bcc SIZE (rocky/l/libmpc-1.2.1-4.el9.src.rpm) = 844729 -SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 -SIZE (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 81864140 +SHA256 (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 3afcfb9ddd50a8349e53d358040871a28758a3237a2fd98c445d51aa2bdee2e1 +SIZE (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 81956632 diff --git a/devel/linux-rl9-devtools/pkg-plist.aarch64 b/devel/linux-rl9-devtools/pkg-plist.aarch64 index 509de7522bba..bdc81816805a 100644 --- a/devel/linux-rl9-devtools/pkg-plist.aarch64 +++ b/devel/linux-rl9-devtools/pkg-plist.aarch64 @@ -130,12 +130,14 @@ usr/include/bfd_stdint.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/argp-ldbl.h +usr/include/bits/atomic_wide_counter.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/cpu-set.h usr/include/bits/dirent.h usr/include/bits/dirent_ext.h +usr/include/bits/dl_find_object.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h @@ -1158,6 +1160,7 @@ usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h +usr/include/drm/amdxdna_accel.h usr/include/drm/armada_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h @@ -1203,6 +1206,8 @@ usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h +usr/include/fwctl/fwctl.h +usr/include/fwctl/mlx5.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h @@ -1359,6 +1364,7 @@ usr/include/linux/errqueue.h usr/include/linux/erspan.h usr/include/linux/ethtool.h usr/include/linux/ethtool_netlink.h +usr/include/linux/ethtool_netlink_generated.h usr/include/linux/eventfd.h usr/include/linux/eventpoll.h usr/include/linux/f2fs.h @@ -1541,6 +1547,7 @@ usr/include/linux/mroute6.h usr/include/linux/mrp_bridge.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h +usr/include/linux/mshv.h usr/include/linux/mtio.h usr/include/linux/nbd-netlink.h usr/include/linux/nbd.h @@ -1550,6 +1557,7 @@ usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h +usr/include/linux/net_shaper.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdev.h @@ -2121,6 +2129,7 @@ usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h +usr/include/sound/fcp.h usr/include/sound/firewire.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h diff --git a/devel/linux-rl9-devtools/pkg-plist.amd64 b/devel/linux-rl9-devtools/pkg-plist.amd64 index 37fb5f4a8891..d6ae7c5fc2de 100644 --- a/devel/linux-rl9-devtools/pkg-plist.amd64 +++ b/devel/linux-rl9-devtools/pkg-plist.amd64 @@ -157,12 +157,14 @@ usr/include/bfd_stdint.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/argp-ldbl.h +usr/include/bits/atomic_wide_counter.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/cpu-set.h usr/include/bits/dirent.h usr/include/bits/dirent_ext.h +usr/include/bits/dl_find_object.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h @@ -1232,6 +1234,7 @@ usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h +usr/include/drm/amdxdna_accel.h usr/include/drm/armada_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h @@ -1277,6 +1280,8 @@ usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h +usr/include/fwctl/fwctl.h +usr/include/fwctl/mlx5.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h @@ -1436,6 +1441,7 @@ usr/include/linux/errqueue.h usr/include/linux/erspan.h usr/include/linux/ethtool.h usr/include/linux/ethtool_netlink.h +usr/include/linux/ethtool_netlink_generated.h usr/include/linux/eventfd.h usr/include/linux/eventpoll.h usr/include/linux/f2fs.h @@ -1618,6 +1624,7 @@ usr/include/linux/mroute6.h usr/include/linux/mrp_bridge.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h +usr/include/linux/mshv.h usr/include/linux/mtio.h usr/include/linux/nbd-netlink.h usr/include/linux/nbd.h @@ -1627,6 +1634,7 @@ usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h +usr/include/linux/net_shaper.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdev.h @@ -2198,6 +2206,7 @@ usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h +usr/include/sound/fcp.h usr/include/sound/firewire.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h diff --git a/devel/linux-rl9-elfutils-libelf/Makefile b/devel/linux-rl9-elfutils-libelf/Makefile index c7b5e2cba5c5..85856c496219 100644 --- a/devel/linux-rl9-elfutils-libelf/Makefile +++ b/devel/linux-rl9-elfutils-libelf/Makefile @@ -1,7 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.192 -DISTVERSIONSUFFIX= -6.el9_6 -PORTREVISION= 1 +PORTVERSION= 0.193 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libelf diff --git a/devel/linux-rl9-elfutils-libelf/distinfo b/devel/linux-rl9-elfutils-libelf/distinfo index ffece3900035..913b4ae2f4d2 100644 --- a/devel/linux-rl9-elfutils-libelf/distinfo +++ b/devel/linux-rl9-elfutils-libelf/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1757067977 -SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.aarch64.rpm) = 16390df8c8720a964f089383c40d37b65fb0c4cb68d3ba0f3f9aebbd897072a8 -SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.aarch64.rpm) = 207271 -SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.i686.rpm) = 6656b783dd2ba9772e19ad58dbb81778e0703545836686d4378d698e59a2d64a -SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.i686.rpm) = 215597 -SHA256 (rocky/e/elfutils-libelf-0.192-6.el9_6.x86_64.rpm) = b14358b0b6410f892a7cc23cc4e6abce2d44967a62b7b600c54e6103652d5693 -SIZE (rocky/e/elfutils-libelf-0.192-6.el9_6.x86_64.rpm) = 207835 -SHA256 (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 943a793d2bc93a6af738f1477c942eb8a2c9507a54d9e777a9808ca3081f0390 -SIZE (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 11941737 +TIMESTAMP = 1765189366 +SHA256 (rocky/e/elfutils-libelf-0.193-1.el9.aarch64.rpm) = 691b47539c97fe5e02d0b263e036169a15f9f5f587cc3838e3991dd410322501 +SIZE (rocky/e/elfutils-libelf-0.193-1.el9.aarch64.rpm) = 207535 +SHA256 (rocky/e/elfutils-libelf-0.193-1.el9.i686.rpm) = be2e85428351f2d2f00056f7993178b88b928f76cd1f3e2ce67325e52375ff48 +SIZE (rocky/e/elfutils-libelf-0.193-1.el9.i686.rpm) = 214946 +SHA256 (rocky/e/elfutils-libelf-0.193-1.el9.x86_64.rpm) = 7cde3d92364fb7baf2bb11cce516fada587853e8613b5537250d6a01881df5ee +SIZE (rocky/e/elfutils-libelf-0.193-1.el9.x86_64.rpm) = 208474 +SHA256 (rocky/e/elfutils-0.193-1.el9.src.rpm) = 0a41f058eabe07983a94d07e2896d53feff23a146e8d808be197901b833b4478 +SIZE (rocky/e/elfutils-0.193-1.el9.src.rpm) = 11999485 diff --git a/devel/linux-rl9-elfutils-libs/Makefile b/devel/linux-rl9-elfutils-libs/Makefile index 165dbae66f71..50d33703abc8 100644 --- a/devel/linux-rl9-elfutils-libs/Makefile +++ b/devel/linux-rl9-elfutils-libs/Makefile @@ -1,7 +1,6 @@ PORTNAME= elfutils -PORTVERSION= 0.192 -DISTVERSIONSUFFIX= -6.el9_6 -PORTREVISION= 1 +PORTVERSION= 0.193 +DISTVERSIONSUFFIX= -1.el9 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-elfutils-libs/distinfo b/devel/linux-rl9-elfutils-libs/distinfo index f7bb3ad6ed16..42846baa4dff 100644 --- a/devel/linux-rl9-elfutils-libs/distinfo +++ b/devel/linux-rl9-elfutils-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1757068031 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.aarch64.rpm) = 4248dfa142f0f2ed3553880bb571c4fbd976c72bba9a08989da3dfab26d9a3eb -SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.aarch64.rpm) = 42157 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.i686.rpm) = ce4c788aabb2b30f3f407dfd7af59dc8273ce3d68266f72214398f592d62d16f -SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.i686.rpm) = 44969 -SHA256 (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.x86_64.rpm) = 325257169d6dc48755160ae13aa1b7407ccc4ba973388927996ae77aa187cdd6 -SIZE (rocky/e/elfutils-debuginfod-client-0.192-6.el9_6.x86_64.rpm) = 43088 -SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.aarch64.rpm) = 641a97ceab1de3a45738139847570640225c063f4a2940da26ae9a28b84e62ec -SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.aarch64.rpm) = 264036 -SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.i686.rpm) = 7de78e80835513f4f85bb00d96227c89add5a89a65b493a1b7c84279b5c027f1 -SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.i686.rpm) = 299058 -SHA256 (rocky/e/elfutils-libs-0.192-6.el9_6.x86_64.rpm) = 34d2b850290468cc254cddd85d7af5c51187da3f0cb1b90ac8f39f2db1e4d90a -SIZE (rocky/e/elfutils-libs-0.192-6.el9_6.x86_64.rpm) = 266196 -SHA256 (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 943a793d2bc93a6af738f1477c942eb8a2c9507a54d9e777a9808ca3081f0390 -SIZE (rocky/e/elfutils-0.192-6.el9_6.src.rpm) = 11941737 +TIMESTAMP = 1765189430 +SHA256 (rocky/e/elfutils-debuginfod-client-0.193-1.el9.aarch64.rpm) = 41ce3f30fc4e71787c6cf55fa65d17b1a1a4ec728182475be3816bbe60f58ca4 +SIZE (rocky/e/elfutils-debuginfod-client-0.193-1.el9.aarch64.rpm) = 42725 +SHA256 (rocky/e/elfutils-debuginfod-client-0.193-1.el9.i686.rpm) = 4524ec8eaf66a115a659b65ffdece0073b7cf2f5344a470b6c95e630020ea9c2 +SIZE (rocky/e/elfutils-debuginfod-client-0.193-1.el9.i686.rpm) = 45489 +SHA256 (rocky/e/elfutils-debuginfod-client-0.193-1.el9.x86_64.rpm) = 4e0ea95db993e03d41baec30024c14a0c7cc3d429d53ac48b6af7fde4a577828 +SIZE (rocky/e/elfutils-debuginfod-client-0.193-1.el9.x86_64.rpm) = 43710 +SHA256 (rocky/e/elfutils-libs-0.193-1.el9.aarch64.rpm) = 543ee32d2ac05af63e7bd6b13d8b62e052b2482b92ba5c906fae135aaa1b671a +SIZE (rocky/e/elfutils-libs-0.193-1.el9.aarch64.rpm) = 270736 +SHA256 (rocky/e/elfutils-libs-0.193-1.el9.i686.rpm) = 789a9710ae45576d436088c52cd9f68250666027a4e4c1b32a45367bfbb43086 +SIZE (rocky/e/elfutils-libs-0.193-1.el9.i686.rpm) = 306594 +SHA256 (rocky/e/elfutils-libs-0.193-1.el9.x86_64.rpm) = f72d767000c0eb5e22a8419cba205a3cfaf66326547c497be4abf562be2021ba +SIZE (rocky/e/elfutils-libs-0.193-1.el9.x86_64.rpm) = 273425 +SHA256 (rocky/e/elfutils-0.193-1.el9.src.rpm) = 0a41f058eabe07983a94d07e2896d53feff23a146e8d808be197901b833b4478 +SIZE (rocky/e/elfutils-0.193-1.el9.src.rpm) = 11999485 diff --git a/devel/linux-rl9-lld/Makefile b/devel/linux-rl9-lld/Makefile index 0027262b2993..9e2cdfb314df 100644 --- a/devel/linux-rl9-lld/Makefile +++ b/devel/linux-rl9-lld/Makefile @@ -1,6 +1,6 @@ PORTNAME= lld -PORTVERSION= 19.1.7 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 20.1.8 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org @@ -23,4 +23,6 @@ SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +PLIST_SUB= LIBVERSION=${PORTVERSION:R} BINVERSION=${PORTVERSION:R:R} + .include <bsd.port.mk> diff --git a/devel/linux-rl9-lld/distinfo b/devel/linux-rl9-lld/distinfo index 7a15b8b35354..796cc2688fd8 100644 --- a/devel/linux-rl9-lld/distinfo +++ b/devel/linux-rl9-lld/distinfo @@ -1,17 +1,17 @@ -TIMESTAMP = 1750644389 -SHA256 (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = cd5a65c64424d3b705241047e50cffeb4cfc77cdf2db9ec071b3d1f596725681 -SIZE (rocky/l/lld-19.1.7-1.el9.aarch64.rpm) = 34890 -SHA256 (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 5272503a23daba450e2f72ea030f357c5650b7a929bb674a64e25d9419800c12 -SIZE (rocky/l/lld-19.1.7-1.el9.x86_64.rpm) = 34918 -SHA256 (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 29c25aa6f836dfe30675655dd4a3d51406108459680fe7789f398b3d7ff651e2 -SIZE (rocky/l/lld-devel-19.1.7-1.el9.aarch64.rpm) = 28303 -SHA256 (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 0db7a0e9bf90154b50764e189efaac8ab01d4b6941801b7c14df61f5327f2b8f -SIZE (rocky/l/lld-devel-19.1.7-1.el9.i686.rpm) = 28293 -SHA256 (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 65bdcb1ccda94925c66000455956a415451f16311f7d3db10fd105e97925d5ad -SIZE (rocky/l/lld-devel-19.1.7-1.el9.x86_64.rpm) = 28351 -SHA256 (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 955c9e8131b57fdcec75abb14c18bfbbc2751f300916fafd454c6eab87479768 -SIZE (rocky/l/lld-libs-19.1.7-1.el9.aarch64.rpm) = 1733249 -SHA256 (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = fea48e5bbc791a5883ed11c46a55cd4242babcf96170d492e3bba7c84ff32cd4 -SIZE (rocky/l/lld-libs-19.1.7-1.el9.i686.rpm) = 1959604 -SHA256 (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 19549c84de1ca76f1c42fcb1b134feed93d11d8d4eec05c5b2f1897e079991f0 -SIZE (rocky/l/lld-libs-19.1.7-1.el9.x86_64.rpm) = 1856519 +TIMESTAMP = 1765189914 +SHA256 (rocky/l/lld-20.1.8-3.el9.aarch64.rpm) = 915bfcede7380734594f1e004a9a1d21b02a19d96828d4d911c761719557ad7b +SIZE (rocky/l/lld-20.1.8-3.el9.aarch64.rpm) = 35512 +SHA256 (rocky/l/lld-20.1.8-3.el9.x86_64.rpm) = 521c90a17afa2f68d489aeaa057c17b603d2a84cc9e3afaba8ca5fd5927ed82c +SIZE (rocky/l/lld-20.1.8-3.el9.x86_64.rpm) = 35413 +SHA256 (rocky/l/lld-devel-20.1.8-3.el9.aarch64.rpm) = 2ac6e8a9da1136e7efd5aacd309699e666d605155c2f9e82f23e3f553888f04d +SIZE (rocky/l/lld-devel-20.1.8-3.el9.aarch64.rpm) = 31795 +SHA256 (rocky/l/lld-devel-20.1.8-3.el9.i686.rpm) = 457f5484daca6860babb35dd701a831680f72a001b54f248d5f8661753da5d73 +SIZE (rocky/l/lld-devel-20.1.8-3.el9.i686.rpm) = 31765 +SHA256 (rocky/l/lld-devel-20.1.8-3.el9.x86_64.rpm) = 9e6927366486ecaaf6bb64ad129e991360f7bfdcab4a37b35ee58ae544a33866 +SIZE (rocky/l/lld-devel-20.1.8-3.el9.x86_64.rpm) = 31861 +SHA256 (rocky/l/lld-libs-20.1.8-3.el9.aarch64.rpm) = af8ab4cb154b052ad49b72e750b9a8d133d85428fba778a7d97a823702b5a24b +SIZE (rocky/l/lld-libs-20.1.8-3.el9.aarch64.rpm) = 1808116 +SHA256 (rocky/l/lld-libs-20.1.8-3.el9.i686.rpm) = 8be5c46534342b3d6d935d91b73298d7437fbfb6be637b33cc67996b7bf0bf86 +SIZE (rocky/l/lld-libs-20.1.8-3.el9.i686.rpm) = 2054325 +SHA256 (rocky/l/lld-libs-20.1.8-3.el9.x86_64.rpm) = 3e91347cbe6c49e068c5d7f0cb32b9450bd31b804f63a2858a72fe403fc6712d +SIZE (rocky/l/lld-libs-20.1.8-3.el9.x86_64.rpm) = 1936460 diff --git a/devel/linux-rl9-lld/pkg-plist.aarch64 b/devel/linux-rl9-lld/pkg-plist.aarch64 index 85a5f69a9851..4281bebea0a9 100644 --- a/devel/linux-rl9-lld/pkg-plist.aarch64 +++ b/devel/linux-rl9-lld/pkg-plist.aarch64 @@ -1,8 +1,13 @@ usr/bin/ld.lld usr/bin/ld64.lld +usr/bin/ld64.lld-%%BINVERSION%% +usr/bin/ld.lld-%%BINVERSION%% usr/bin/lld usr/bin/lld-link +usr/bin/lld-link-%%BINVERSION%% +usr/bin/lld-%%BINVERSION%% usr/bin/wasm-ld +usr/bin/wasm-ld-%%BINVERSION%% usr/include/lld/Common/Args.h usr/include/lld/Common/Arrays.h usr/include/lld/Common/CommonLinkerContext.h @@ -22,18 +27,54 @@ usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.19.1 +usr/lib64/liblldCOFF.so.%%LIBVERSION%% usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.19.1 +usr/lib64/liblldCommon.so.%%LIBVERSION%% usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.19.1 +usr/lib64/liblldELF.so.%%LIBVERSION%% usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.19.1 +usr/lib64/liblldMachO.so.%%LIBVERSION%% usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.19.1 +usr/lib64/liblldMinGW.so.%%LIBVERSION%% usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.19.1 +usr/lib64/liblldWasm.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/ld.lld +usr/lib64/llvm%%BINVERSION%%/bin/ld64.lld +usr/lib64/llvm%%BINVERSION%%/bin/lld +usr/lib64/llvm%%BINVERSION%%/bin/lld-link +usr/lib64/llvm%%BINVERSION%%/bin/wasm-ld +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Args.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Arrays.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/CommonLinkerContext.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/DWARF.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Driver.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/ErrorHandler.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Filesystem.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/LLVM.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Reproduce.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Strings.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/TargetOptionsCommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Version.h +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDConfig.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDConfigVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDTargets.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCOFF.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCOFF.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCommon.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCommon.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldELF.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldELF.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMachO.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMachO.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMinGW.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMinGW.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldWasm.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldWasm.so.%%LIBVERSION%% usr/share/licenses/lld/LICENSE.TXT usr/share/licenses/lld-devel/LICENSE.TXT usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz +usr/share/man/man1/ld.lld-%%BINVERSION%%.1.gz diff --git a/devel/linux-rl9-lld/pkg-plist.amd64 b/devel/linux-rl9-lld/pkg-plist.amd64 index a900558ad5e7..82ca9debc476 100644 --- a/devel/linux-rl9-lld/pkg-plist.amd64 +++ b/devel/linux-rl9-lld/pkg-plist.amd64 @@ -1,8 +1,13 @@ usr/bin/ld.lld usr/bin/ld64.lld +usr/bin/ld64.lld-%%BINVERSION%% +usr/bin/ld.lld-%%BINVERSION%% usr/bin/lld usr/bin/lld-link +usr/bin/lld-link-%%BINVERSION%% +usr/bin/lld-%%BINVERSION%% usr/bin/wasm-ld +usr/bin/wasm-ld-%%BINVERSION%% usr/include/lld/Common/Args.h usr/include/lld/Common/Arrays.h usr/include/lld/Common/CommonLinkerContext.h @@ -22,34 +27,100 @@ usr/lib/cmake/lld/LLDConfigVersion.cmake usr/lib/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib/cmake/lld/LLDTargets.cmake usr/lib/liblldCOFF.so -usr/lib/liblldCOFF.so.19.1 +usr/lib/liblldCOFF.so.%%LIBVERSION%% usr/lib/liblldCommon.so -usr/lib/liblldCommon.so.19.1 +usr/lib/liblldCommon.so.%%LIBVERSION%% usr/lib/liblldELF.so -usr/lib/liblldELF.so.19.1 +usr/lib/liblldELF.so.%%LIBVERSION%% usr/lib/liblldMachO.so -usr/lib/liblldMachO.so.19.1 +usr/lib/liblldMachO.so.%%LIBVERSION%% usr/lib/liblldMinGW.so -usr/lib/liblldMinGW.so.19.1 +usr/lib/liblldMinGW.so.%%LIBVERSION%% usr/lib/liblldWasm.so -usr/lib/liblldWasm.so.19.1 +usr/lib/liblldWasm.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Args.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Arrays.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/CommonLinkerContext.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/DWARF.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Driver.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/ErrorHandler.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Filesystem.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/LLVM.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Memory.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Reproduce.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Strings.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/TargetOptionsCommandFlags.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Timer.h +usr/lib/llvm%%BINVERSION%%/include/lld/Common/Version.h +usr/lib/llvm%%BINVERSION%%/lib/cmake/lld/LLDConfig.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/lld/LLDConfigVersion.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/lld/LLDTargets.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib/llvm%%BINVERSION%%/lib/liblldCOFF.so +usr/lib/llvm%%BINVERSION%%/lib/liblldCOFF.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/liblldCommon.so +usr/lib/llvm%%BINVERSION%%/lib/liblldCommon.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/liblldELF.so +usr/lib/llvm%%BINVERSION%%/lib/liblldELF.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/liblldMachO.so +usr/lib/llvm%%BINVERSION%%/lib/liblldMachO.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/liblldMinGW.so +usr/lib/llvm%%BINVERSION%%/lib/liblldMinGW.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/liblldWasm.so +usr/lib/llvm%%BINVERSION%%/lib/liblldWasm.so.%%LIBVERSION%% usr/lib64/cmake/lld/LLDConfig.cmake usr/lib64/cmake/lld/LLDConfigVersion.cmake usr/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake usr/lib64/cmake/lld/LLDTargets.cmake usr/lib64/liblldCOFF.so -usr/lib64/liblldCOFF.so.19.1 +usr/lib64/liblldCOFF.so.%%LIBVERSION%% usr/lib64/liblldCommon.so -usr/lib64/liblldCommon.so.19.1 +usr/lib64/liblldCommon.so.%%LIBVERSION%% usr/lib64/liblldELF.so -usr/lib64/liblldELF.so.19.1 +usr/lib64/liblldELF.so.%%LIBVERSION%% usr/lib64/liblldMachO.so -usr/lib64/liblldMachO.so.19.1 +usr/lib64/liblldMachO.so.%%LIBVERSION%% usr/lib64/liblldMinGW.so -usr/lib64/liblldMinGW.so.19.1 +usr/lib64/liblldMinGW.so.%%LIBVERSION%% usr/lib64/liblldWasm.so -usr/lib64/liblldWasm.so.19.1 +usr/lib64/liblldWasm.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/ld.lld +usr/lib64/llvm%%BINVERSION%%/bin/ld64.lld +usr/lib64/llvm%%BINVERSION%%/bin/lld +usr/lib64/llvm%%BINVERSION%%/bin/lld-link +usr/lib64/llvm%%BINVERSION%%/bin/wasm-ld +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Args.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Arrays.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/CommonLinkerContext.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/DWARF.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Driver.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/ErrorHandler.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Filesystem.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/LLVM.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Reproduce.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Strings.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/TargetOptionsCommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/lld/Common/Version.h +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDConfig.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDConfigVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDTargets.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/lld/LLDTargets-relwithdebinfo.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCOFF.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCOFF.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCommon.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldCommon.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldELF.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldELF.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMachO.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMachO.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMinGW.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldMinGW.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldWasm.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldWasm.so.%%LIBVERSION%% usr/share/licenses/lld/LICENSE.TXT usr/share/licenses/lld-devel/LICENSE.TXT usr/share/licenses/lld-libs/LICENSE.TXT usr/share/man/man1/ld.lld.1.gz +usr/share/man/man1/ld.lld-%%BINVERSION%%.1.gz diff --git a/devel/linux-rl9-lldb/Makefile b/devel/linux-rl9-lldb/Makefile index 016a2c17c40f..8ab201d2c706 100644 --- a/devel/linux-rl9-lldb/Makefile +++ b/devel/linux-rl9-lldb/Makefile @@ -1,6 +1,6 @@ PORTNAME= lldb -PORTVERSION= 19.1.7 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 20.1.8 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org @@ -22,4 +22,6 @@ SRC_DISTFILES= DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +PLIST_SUB= LIBVERSION=${PORTVERSION:R} BINVERSION=${PORTVERSION:R:R} FULLVERSION=${PORTVERSION} + .include <bsd.port.mk> diff --git a/devel/linux-rl9-lldb/distinfo b/devel/linux-rl9-lldb/distinfo index 2e6be54f30c4..38f118dd0cfa 100644 --- a/devel/linux-rl9-lldb/distinfo +++ b/devel/linux-rl9-lldb/distinfo @@ -1,11 +1,11 @@ -TIMESTAMP = 1750644401 -SHA256 (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 3678af558bd2db276d4af88c3f8e6222cb89c05e922adfd5a2875df4dd0e3fb9 -SIZE (rocky/l/lldb-19.1.7-1.el9.aarch64.rpm) = 42695027 -SHA256 (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 22783fa441394ca528e2f5973bf71eb9e0e9f02ca03b0b4cf0f1506a21c05ce8 -SIZE (rocky/l/lldb-19.1.7-1.el9.x86_64.rpm) = 45433758 -SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = cdfcc002200fee5c6581d4fe9b78066f70a8e19c873657b3e7030747c5096961 -SIZE (rocky/l/lldb-devel-19.1.7-1.el9.aarch64.rpm) = 605284 -SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = fa2a4957a7ab9ed050953964f1216afb5baa4e46a6807439e6549efa809b0cdb -SIZE (rocky/l/lldb-devel-19.1.7-1.el9.i686.rpm) = 605898 -SHA256 (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 1b4905df9c64dd2d14cc6c39f8b278baa6890a56ac3ea93cb210c6630baed084 -SIZE (rocky/l/lldb-devel-19.1.7-1.el9.x86_64.rpm) = 605843 +TIMESTAMP = 1765190253 +SHA256 (rocky/l/lldb-20.1.8-3.el9.aarch64.rpm) = 9125fbc5a9d388fa84647f6eec688a9af15f4de4af7288e6c7f1aac935dec6e6 +SIZE (rocky/l/lldb-20.1.8-3.el9.aarch64.rpm) = 7739098 +SHA256 (rocky/l/lldb-20.1.8-3.el9.x86_64.rpm) = 0d43afdaf9911fe80d31bff4b89e8a561c85810452fec1c93763f76514f08f48 +SIZE (rocky/l/lldb-20.1.8-3.el9.x86_64.rpm) = 8117575 +SHA256 (rocky/l/lldb-devel-20.1.8-3.el9.aarch64.rpm) = 5e3204e1f3284b46619c0fcda3bacc4bb0696ebbefc75732d667100c9c04245f +SIZE (rocky/l/lldb-devel-20.1.8-3.el9.aarch64.rpm) = 695720 +SHA256 (rocky/l/lldb-devel-20.1.8-3.el9.i686.rpm) = c00abbac68f1802e177d5cb76985ece8369ce80eb253ef32f64be88ea397eec0 +SIZE (rocky/l/lldb-devel-20.1.8-3.el9.i686.rpm) = 696426 +SHA256 (rocky/l/lldb-devel-20.1.8-3.el9.x86_64.rpm) = fda54cb0b08df35a25d4406130a8fea653e7bd810aa8625f7143c19181e989ec +SIZE (rocky/l/lldb-devel-20.1.8-3.el9.x86_64.rpm) = 696449 diff --git a/devel/linux-rl9-lldb/pkg-plist.aarch64 b/devel/linux-rl9-lldb/pkg-plist.aarch64 index 668cc7771eaf..9f253733023b 100644 --- a/devel/linux-rl9-lldb/pkg-plist.aarch64 +++ b/devel/linux-rl9-lldb/pkg-plist.aarch64 @@ -1,8 +1,13 @@ usr/bin/lldb +usr/bin/lldb-%%BINVERSION%% usr/bin/lldb-argdumper +usr/bin/lldb-argdumper-%%BINVERSION%% usr/bin/lldb-dap +usr/bin/lldb-dap-%%BINVERSION%% usr/bin/lldb-instr +usr/bin/lldb-instr-%%BINVERSION%% usr/bin/lldb-server +usr/bin/lldb-server-%%BINVERSION%% usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h usr/include/lldb/API/SBAddressRange.h @@ -49,6 +54,7 @@ usr/include/lldb/API/SBPlatform.h usr/include/lldb/API/SBProcess.h usr/include/lldb/API/SBProcessInfo.h usr/include/lldb/API/SBProcessInfoList.h +usr/include/lldb/API/SBProgress.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h @@ -154,21 +160,6 @@ usr/include/lldb/Core/ThreadedCommunication.h usr/include/lldb/Core/UniqueCStringMap.h usr/include/lldb/Core/UserSettingsController.h usr/include/lldb/Core/Value.h -usr/include/lldb/Core/ValueObject.h -usr/include/lldb/Core/ValueObjectCast.h -usr/include/lldb/Core/ValueObjectChild.h -usr/include/lldb/Core/ValueObjectConstResult.h -usr/include/lldb/Core/ValueObjectConstResultCast.h -usr/include/lldb/Core/ValueObjectConstResultChild.h -usr/include/lldb/Core/ValueObjectConstResultImpl.h -usr/include/lldb/Core/ValueObjectDynamicValue.h -usr/include/lldb/Core/ValueObjectList.h -usr/include/lldb/Core/ValueObjectMemory.h -usr/include/lldb/Core/ValueObjectRegister.h -usr/include/lldb/Core/ValueObjectSyntheticFilter.h -usr/include/lldb/Core/ValueObjectUpdater.h -usr/include/lldb/Core/ValueObjectVTable.h -usr/include/lldb/Core/ValueObjectVariable.h usr/include/lldb/Core/dwarf.h usr/include/lldb/DataFormatters/CXXFunctionPointer.h usr/include/lldb/DataFormatters/DataVisualization.h @@ -176,6 +167,7 @@ usr/include/lldb/DataFormatters/DumpValueObjectOptions.h usr/include/lldb/DataFormatters/FormatCache.h usr/include/lldb/DataFormatters/FormatClasses.h usr/include/lldb/DataFormatters/FormatManager.h +usr/include/lldb/DataFormatters/FormatterSection.h usr/include/lldb/DataFormatters/FormattersContainer.h usr/include/lldb/DataFormatters/FormattersHelpers.h usr/include/lldb/DataFormatters/LanguageCategory.h @@ -249,6 +241,7 @@ usr/include/lldb/Host/Terminal.h usr/include/lldb/Host/ThreadLauncher.h usr/include/lldb/Host/Time.h usr/include/lldb/Host/XML.h +usr/include/lldb/Host/aix/HostInfoAIX.h usr/include/lldb/Host/android/HostInfoAndroid.h usr/include/lldb/Host/common/GetOptInc.h usr/include/lldb/Host/common/NativeBreakpointList.h @@ -304,8 +297,10 @@ usr/include/lldb/Interpreter/CommandOptionValidators.h usr/include/lldb/Interpreter/CommandReturnObject.h usr/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h @@ -391,6 +386,7 @@ usr/include/lldb/Symbol/VariableList.h usr/include/lldb/Target/ABI.h usr/include/lldb/Target/AppleArm64ExceptionClass.h usr/include/lldb/Target/AssertFrameRecognizer.h +usr/include/lldb/Target/CoreFileMemoryRanges.h usr/include/lldb/Target/DynamicLoader.h usr/include/lldb/Target/DynamicRegisterInfo.h usr/include/lldb/Target/ExecutionContext.h @@ -425,6 +421,7 @@ usr/include/lldb/Target/RegisterNumber.h usr/include/lldb/Target/RegisterTypeBuilder.h usr/include/lldb/Target/RemoteAwarePlatform.h usr/include/lldb/Target/Runtime.h +usr/include/lldb/Target/ScriptedThreadPlan.h usr/include/lldb/Target/SectionLoadHistory.h usr/include/lldb/Target/SectionLoadList.h usr/include/lldb/Target/StackFrame.h @@ -446,9 +443,9 @@ usr/include/lldb/Target/ThreadPlanCallFunction.h usr/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h usr/include/lldb/Target/ThreadPlanCallOnFunctionExit.h usr/include/lldb/Target/ThreadPlanCallUserExpression.h -usr/include/lldb/Target/ThreadPlanPython.h usr/include/lldb/Target/ThreadPlanRunToAddress.h usr/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/include/lldb/Target/ThreadPlanSingleThreadTimeout.h usr/include/lldb/Target/ThreadPlanStack.h usr/include/lldb/Target/ThreadPlanStepInRange.h usr/include/lldb/Target/ThreadPlanStepInstruction.h @@ -460,6 +457,7 @@ usr/include/lldb/Target/ThreadPlanStepThrough.h usr/include/lldb/Target/ThreadPlanStepUntil.h usr/include/lldb/Target/ThreadPlanTracer.h usr/include/lldb/Target/ThreadSpec.h +usr/include/lldb/Target/TimeoutResumeAll.h usr/include/lldb/Target/Trace.h usr/include/lldb/Target/TraceCursor.h usr/include/lldb/Target/TraceDumper.h @@ -487,6 +485,7 @@ usr/include/lldb/Utility/DataBufferLLVM.h usr/include/lldb/Utility/DataEncoder.h usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h +usr/include/lldb/Utility/DiagnosticsRendering.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h usr/include/lldb/Utility/ErrorMessages.h @@ -507,6 +506,7 @@ usr/include/lldb/Utility/OptionDefinition.h usr/include/lldb/Utility/Predicate.h usr/include/lldb/Utility/ProcessInfo.h usr/include/lldb/Utility/RangeMap.h +usr/include/lldb/Utility/RealpathPrefixes.h usr/include/lldb/Utility/RegisterValue.h usr/include/lldb/Utility/RegularExpression.h usr/include/lldb/Utility/Scalar.h @@ -540,6 +540,21 @@ usr/include/lldb/Utility/VASPrintf.h usr/include/lldb/Utility/VMRange.h usr/include/lldb/Utility/XcodeSDK.h usr/include/lldb/Utility/ZipFile.h +usr/include/lldb/ValueObject/ValueObject.h +usr/include/lldb/ValueObject/ValueObjectCast.h +usr/include/lldb/ValueObject/ValueObjectChild.h +usr/include/lldb/ValueObject/ValueObjectConstResult.h +usr/include/lldb/ValueObject/ValueObjectConstResultCast.h +usr/include/lldb/ValueObject/ValueObjectConstResultChild.h +usr/include/lldb/ValueObject/ValueObjectConstResultImpl.h +usr/include/lldb/ValueObject/ValueObjectDynamicValue.h +usr/include/lldb/ValueObject/ValueObjectList.h +usr/include/lldb/ValueObject/ValueObjectMemory.h +usr/include/lldb/ValueObject/ValueObjectRegister.h +usr/include/lldb/ValueObject/ValueObjectSyntheticFilter.h +usr/include/lldb/ValueObject/ValueObjectUpdater.h +usr/include/lldb/ValueObject/ValueObjectVTable.h +usr/include/lldb/ValueObject/ValueObjectVariable.h usr/include/lldb/Version/Version.h usr/include/lldb/lldb-defines.h usr/include/lldb/lldb-enumerations.h @@ -553,12 +568,581 @@ usr/include/lldb/lldb-public.h usr/include/lldb/lldb-types.h usr/include/lldb/lldb-versioning.h usr/lib64/liblldb.so -usr/lib64/liblldb.so.18.1 -usr/lib64/liblldb.so.18.1.8 -usr/lib64/liblldb.so.19.1 -usr/lib64/liblldb.so.19.1.7 +usr/lib64/liblldb.so.%%LIBVERSION%% +usr/lib64/liblldb.so.%%FULLVERSION%% usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.19.1 -usr/share/man/man1/lldb-server.1.gz -usr/share/man/man1/lldb.1.gz +usr/lib64/liblldbIntelFeatures.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/lldb +usr/lib64/llvm%%BINVERSION%%/bin/lldb-argdumper +usr/lib64/llvm%%BINVERSION%%/bin/lldb-dap +usr/lib64/llvm%%BINVERSION%%/bin/lldb-instr +usr/lib64/llvm%%BINVERSION%%/bin/lldb-server +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/LLDB.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddressRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAttachInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBlock.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBroadcaster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreterRunOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandReturnObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommunication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDebugger.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDeclaration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDefines.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBEnvironment.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBError.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBEvent.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBExecutionContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBExpressionOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFrame.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBHostOS.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBInstructionList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLanguageRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLanguages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLaunchInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBListener.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBModule.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBModuleSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProgress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBQueue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBQueueItem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBReproducer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSaveCoreOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBScriptObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStatisticsOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStream.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStringList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStructuredData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContextList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTarget.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThreadCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTraceCursor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeEnumMember.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeNameSpecifier.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeSummary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeSynthetic.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBUnixSignals.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBValueList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBVariablesOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBWatchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBWatchpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Breakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointIDList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointPrecondition.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverScripted.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointSite.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StopPointSiteList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Stoppoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointCallbackContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointHitCounter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointSite.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Watchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointAlgorithms.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointResource.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Address.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressRangeListImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressResolverFileLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Architecture.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Communication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DataFileCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Debugger.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DebuggerEvents.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Declaration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Disassembler.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpDataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/EmulateInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/FileLineResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/FormatEntity.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Highlighter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/IOHandler.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/IOHandlerCursesGUI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/LoadedModuleInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Mangled.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Module.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Opcode.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/PluginInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/PluginManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Progress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/RichManglingContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SearchFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Section.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SourceLocationSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/StreamAsynchronousIO.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/StructuredDataImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeDenseSet.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadedCommunication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/UniqueCStringMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/UserSettingsController.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Value.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/dwarf.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/CXXFunctionPointer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/DataVisualization.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/DumpValueObjectOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatClasses.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatterSection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersContainer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/LanguageCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/StringPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategoryMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSummary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSynthetic.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/ValueObjectPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorIterator.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpressionList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DiagnosticManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DynamicCheckerFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/Expression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionSourceCode.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionTypeSystemHelper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/FunctionCaller.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRExecutionUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRMemoryMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/LLVMUserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/Materializer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ObjectFileJIT.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/REPL.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/UserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/UtilityFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Alarm.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Config.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ConnectionFileDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Debug.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Editline.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/File.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileAction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Host.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostGetOpt.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostInfoBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcessBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadForward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LZMA.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LockFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LockFileBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MainLoop.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MainLoopBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MonitoringProcessLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/OptionParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Pipe.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PipeBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PosixApi.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessLaunchInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessRunLock.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PseudoTerminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/SafeMachO.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Socket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/SocketAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/StreamFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Terminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ThreadLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Time.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/XML.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/aix/HostInfoAIX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/android/HostInfoAndroid.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/GetOptInc.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeBreakpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeProcessProtocol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeRegisterContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeThreadProtocol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeWatchpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/TCPSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/UDPSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/ZipFileResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/freebsd/HostInfoFreeBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/AbstractSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Host.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/HostInfoLinux.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Ptrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Support.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Uio.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostInfoMacOSX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostThreadMacOSX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/netbsd/HostInfoNetBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/openbsd/HostInfoOpenBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/DomainSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostInfoPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostProcessPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostThreadPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/LockFilePosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/MainLoopPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/PipePosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/ProcessLauncherPosixFork.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/AutoHandle.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/ConnectionGenericFileWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostInfoWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostProcessWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostThreadWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/LockFileWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/MainLoopWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/PipeWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/PosixApi.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/ProcessLauncherWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/windows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializerCommon.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemLifetimeManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandAlias.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandCompletions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObjectMultiword.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionArgumentTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionValidators.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandReturnObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionArgParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupArchitecture.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupBoolean.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupMemoryTag.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupOutputFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupWatchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArch.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArgs.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArray.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueBoolean.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueChar.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueDictionary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueEnumeration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileColonLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormatEntity.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueLanguage.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValuePathMappings.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueProperties.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueRegex.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueSInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValues.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Options.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Property.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ArmUnwindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Block.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CallFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompactUnwindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDecl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDeclContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DWARFCallFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DebugMacros.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DeclVendor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/FuncUnwinders.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Function.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LineTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LocateSymbolFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectContainer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/PostfixExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SaveCoreOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SourceModule.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Symbol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContextScope.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFileOnDemand.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocator.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolVendor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Symtab.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TaggedASTType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Type.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Variable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/VariableList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ABI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/AppleArm64ExceptionClass.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/AssertFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/CoreFileMemoryRanges.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/DynamicLoader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/DynamicRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContextScope.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntimeStopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/JITLoader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/JITLoaderList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Language.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/LanguageRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ModuleCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/OperatingSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/PathMappingList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Platform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/PostMortemProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Process.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ProcessStructReader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ProcessTrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Queue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/QueueItem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/QueueList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterCheckpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterContextUnwind.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterFlags.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterNumber.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterTypeBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RemoteAwarePlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Runtime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ScriptedThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrame.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrameList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Statistics.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StructuredDataPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SystemRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Target.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TargetList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Thread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallUserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanRunToAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanSingleThreadTimeout.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStack.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOut.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepThrough.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepUntil.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanTracer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TimeoutResumeAll.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceCursor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceDumper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceExporter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnixSignals.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Unwind.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnwindAssembly.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnwindLLDB.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/VerboseTrapFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AddressableBits.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AnsiTerminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AppleUuidCompatibility.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ArchSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Args.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Baton.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Broadcaster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Checksum.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Cloneable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/CompletionRequest.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Connection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ConstString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferHeap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferLLVM.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataEncoder.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Diagnostics.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DiagnosticsRendering.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Endian.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Environment.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ErrorMessages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Event.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/FileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/FileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Flags.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/GDBRemote.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/IOObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Instrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Iterable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/LLDBAssert.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/LLDBLog.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Listener.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Log.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/NameMatches.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/OptionDefinition.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Predicate.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ProcessInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RangeMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RealpathPrefixes.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RegisterValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RegularExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Scalar.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ScriptedMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SelectHelper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SharedCluster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/State.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Status.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Stream.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamTee.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractorGDBRemote.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringLexer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StructuredData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SupportFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ThreadSafeDenseMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TildeExpressionResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Timeout.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TraceGDBRemotePackets.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UnimplementedError.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UriParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UserID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UserIDResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/VASPrintf.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/VMRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/XcodeSDK.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ZipFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectCast.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResult.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultCast.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectDynamicValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectMemory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectRegister.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectSyntheticFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Version/Version.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-defines.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-enumerations.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-forward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-enumerations.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-forward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-interfaces.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-types.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-public.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-types.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-versioning.h +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so.%%FULLVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldbIntelFeatures.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldbIntelFeatures.so.%%LIBVERSION%% usr/share/licenses/lldb/LICENSE.TXT +usr/share/man/man1/lldb.1.gz +usr/share/man/man1/lldb-%%LIBVERSION%%.gz +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb-server-%%LIBVERSION%%.gz diff --git a/devel/linux-rl9-lldb/pkg-plist.amd64 b/devel/linux-rl9-lldb/pkg-plist.amd64 index 42950ed3b3b7..566b8d74ea91 100644 --- a/devel/linux-rl9-lldb/pkg-plist.amd64 +++ b/devel/linux-rl9-lldb/pkg-plist.amd64 @@ -1,8 +1,13 @@ usr/bin/lldb +usr/bin/lldb-%%BINVERSION%% usr/bin/lldb-argdumper +usr/bin/lldb-argdumper-%%BINVERSION%% usr/bin/lldb-dap +usr/bin/lldb-dap-%%BINVERSION%% usr/bin/lldb-instr +usr/bin/lldb-instr-%%BINVERSION%% usr/bin/lldb-server +usr/bin/lldb-server-%%BINVERSION%% usr/include/lldb/API/LLDB.h usr/include/lldb/API/SBAddress.h usr/include/lldb/API/SBAddressRange.h @@ -49,6 +54,7 @@ usr/include/lldb/API/SBPlatform.h usr/include/lldb/API/SBProcess.h usr/include/lldb/API/SBProcessInfo.h usr/include/lldb/API/SBProcessInfoList.h +usr/include/lldb/API/SBProgress.h usr/include/lldb/API/SBQueue.h usr/include/lldb/API/SBQueueItem.h usr/include/lldb/API/SBReproducer.h @@ -154,21 +160,6 @@ usr/include/lldb/Core/ThreadedCommunication.h usr/include/lldb/Core/UniqueCStringMap.h usr/include/lldb/Core/UserSettingsController.h usr/include/lldb/Core/Value.h -usr/include/lldb/Core/ValueObject.h -usr/include/lldb/Core/ValueObjectCast.h -usr/include/lldb/Core/ValueObjectChild.h -usr/include/lldb/Core/ValueObjectConstResult.h -usr/include/lldb/Core/ValueObjectConstResultCast.h -usr/include/lldb/Core/ValueObjectConstResultChild.h -usr/include/lldb/Core/ValueObjectConstResultImpl.h -usr/include/lldb/Core/ValueObjectDynamicValue.h -usr/include/lldb/Core/ValueObjectList.h -usr/include/lldb/Core/ValueObjectMemory.h -usr/include/lldb/Core/ValueObjectRegister.h -usr/include/lldb/Core/ValueObjectSyntheticFilter.h -usr/include/lldb/Core/ValueObjectUpdater.h -usr/include/lldb/Core/ValueObjectVTable.h -usr/include/lldb/Core/ValueObjectVariable.h usr/include/lldb/Core/dwarf.h usr/include/lldb/DataFormatters/CXXFunctionPointer.h usr/include/lldb/DataFormatters/DataVisualization.h @@ -176,6 +167,7 @@ usr/include/lldb/DataFormatters/DumpValueObjectOptions.h usr/include/lldb/DataFormatters/FormatCache.h usr/include/lldb/DataFormatters/FormatClasses.h usr/include/lldb/DataFormatters/FormatManager.h +usr/include/lldb/DataFormatters/FormatterSection.h usr/include/lldb/DataFormatters/FormattersContainer.h usr/include/lldb/DataFormatters/FormattersHelpers.h usr/include/lldb/DataFormatters/LanguageCategory.h @@ -251,6 +243,7 @@ usr/include/lldb/Host/Terminal.h usr/include/lldb/Host/ThreadLauncher.h usr/include/lldb/Host/Time.h usr/include/lldb/Host/XML.h +usr/include/lldb/Host/aix/HostInfoAIX.h usr/include/lldb/Host/android/HostInfoAndroid.h usr/include/lldb/Host/common/GetOptInc.h usr/include/lldb/Host/common/NativeBreakpointList.h @@ -306,8 +299,10 @@ usr/include/lldb/Interpreter/CommandOptionValidators.h usr/include/lldb/Interpreter/CommandReturnObject.h usr/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h usr/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/include/lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h usr/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h usr/include/lldb/Interpreter/OptionArgParser.h @@ -393,6 +388,7 @@ usr/include/lldb/Symbol/VariableList.h usr/include/lldb/Target/ABI.h usr/include/lldb/Target/AppleArm64ExceptionClass.h usr/include/lldb/Target/AssertFrameRecognizer.h +usr/include/lldb/Target/CoreFileMemoryRanges.h usr/include/lldb/Target/DynamicLoader.h usr/include/lldb/Target/DynamicRegisterInfo.h usr/include/lldb/Target/ExecutionContext.h @@ -427,6 +423,7 @@ usr/include/lldb/Target/RegisterNumber.h usr/include/lldb/Target/RegisterTypeBuilder.h usr/include/lldb/Target/RemoteAwarePlatform.h usr/include/lldb/Target/Runtime.h +usr/include/lldb/Target/ScriptedThreadPlan.h usr/include/lldb/Target/SectionLoadHistory.h usr/include/lldb/Target/SectionLoadList.h usr/include/lldb/Target/StackFrame.h @@ -448,9 +445,9 @@ usr/include/lldb/Target/ThreadPlanCallFunction.h usr/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h usr/include/lldb/Target/ThreadPlanCallOnFunctionExit.h usr/include/lldb/Target/ThreadPlanCallUserExpression.h -usr/include/lldb/Target/ThreadPlanPython.h usr/include/lldb/Target/ThreadPlanRunToAddress.h usr/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/include/lldb/Target/ThreadPlanSingleThreadTimeout.h usr/include/lldb/Target/ThreadPlanStack.h usr/include/lldb/Target/ThreadPlanStepInRange.h usr/include/lldb/Target/ThreadPlanStepInstruction.h @@ -462,6 +459,7 @@ usr/include/lldb/Target/ThreadPlanStepThrough.h usr/include/lldb/Target/ThreadPlanStepUntil.h usr/include/lldb/Target/ThreadPlanTracer.h usr/include/lldb/Target/ThreadSpec.h +usr/include/lldb/Target/TimeoutResumeAll.h usr/include/lldb/Target/Trace.h usr/include/lldb/Target/TraceCursor.h usr/include/lldb/Target/TraceDumper.h @@ -489,6 +487,7 @@ usr/include/lldb/Utility/DataBufferLLVM.h usr/include/lldb/Utility/DataEncoder.h usr/include/lldb/Utility/DataExtractor.h usr/include/lldb/Utility/Diagnostics.h +usr/include/lldb/Utility/DiagnosticsRendering.h usr/include/lldb/Utility/Endian.h usr/include/lldb/Utility/Environment.h usr/include/lldb/Utility/ErrorMessages.h @@ -509,6 +508,7 @@ usr/include/lldb/Utility/OptionDefinition.h usr/include/lldb/Utility/Predicate.h usr/include/lldb/Utility/ProcessInfo.h usr/include/lldb/Utility/RangeMap.h +usr/include/lldb/Utility/RealpathPrefixes.h usr/include/lldb/Utility/RegisterValue.h usr/include/lldb/Utility/RegularExpression.h usr/include/lldb/Utility/Scalar.h @@ -542,6 +542,21 @@ usr/include/lldb/Utility/VASPrintf.h usr/include/lldb/Utility/VMRange.h usr/include/lldb/Utility/XcodeSDK.h usr/include/lldb/Utility/ZipFile.h +usr/include/lldb/ValueObject/ValueObject.h +usr/include/lldb/ValueObject/ValueObjectCast.h +usr/include/lldb/ValueObject/ValueObjectChild.h +usr/include/lldb/ValueObject/ValueObjectConstResult.h +usr/include/lldb/ValueObject/ValueObjectConstResultCast.h +usr/include/lldb/ValueObject/ValueObjectConstResultChild.h +usr/include/lldb/ValueObject/ValueObjectConstResultImpl.h +usr/include/lldb/ValueObject/ValueObjectDynamicValue.h +usr/include/lldb/ValueObject/ValueObjectList.h +usr/include/lldb/ValueObject/ValueObjectMemory.h +usr/include/lldb/ValueObject/ValueObjectRegister.h +usr/include/lldb/ValueObject/ValueObjectSyntheticFilter.h +usr/include/lldb/ValueObject/ValueObjectUpdater.h +usr/include/lldb/ValueObject/ValueObjectVTable.h +usr/include/lldb/ValueObject/ValueObjectVariable.h usr/include/lldb/Version/Version.h usr/include/lldb/lldb-defines.h usr/include/lldb/lldb-enumerations.h @@ -554,13 +569,1143 @@ usr/include/lldb/lldb-private.h usr/include/lldb/lldb-public.h usr/include/lldb/lldb-types.h usr/include/lldb/lldb-versioning.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/LLDB.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBAddress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBAddressRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBAddressRangeList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBAttachInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBBlock.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBBreakpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointLocation.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointName.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBBroadcaster.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreterRunOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBCommandReturnObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBCommunication.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBCompileUnit.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBData.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBDebugger.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBDeclaration.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBDefines.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBEnvironment.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBError.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBEvent.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBExecutionContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBExpressionOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFileSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFileSpecList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFormat.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFrame.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBFunction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBHostOS.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBInstruction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBInstructionList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBLanguageRuntime.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBLanguages.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBLaunchInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBLineEntry.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBListener.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfoList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBModule.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBModuleSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBPlatform.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBProcess.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfoList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBProgress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBQueue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBQueueItem.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBReproducer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSaveCoreOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBScriptObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSourceManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBStatisticsOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBStream.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBStringList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBStructuredData.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSymbol.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContextList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTarget.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBThread.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBThreadCollection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBThreadPlan.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTrace.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTraceCursor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBType.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeCategory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeEnumMember.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeFilter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeFormat.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeNameSpecifier.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeSummary.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBTypeSynthetic.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBUnixSignals.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBValueList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBVariablesOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBWatchpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/API/SBWatchpointOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/Breakpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointIDList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocation.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationCollection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointName.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointPrecondition.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverAddress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileLine.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverName.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverScripted.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointSite.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/StopPointSiteList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/Stoppoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointCallbackContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointHitCounter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointSite.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/Watchpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointAlgorithms.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointResource.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Address.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/AddressRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/AddressRangeListImpl.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/AddressResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/AddressResolverFileLine.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Architecture.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Communication.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/DataFileCache.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Debugger.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/DebuggerEvents.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Declaration.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Disassembler.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/DumpDataExtractor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/EmulateInstruction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/FileLineResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/FormatEntity.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Highlighter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/IOHandler.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/IOHandlerCursesGUI.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/LoadedModuleInfoList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Mangled.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Module.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ModuleChild.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ModuleList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ModuleSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Opcode.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/PluginInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/PluginManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Progress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/RichManglingContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/SearchFilter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Section.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/SourceLocationSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/SourceManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/StreamAsynchronousIO.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/StructuredDataImpl.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeDenseSet.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/ThreadedCommunication.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/UniqueCStringMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/UserSettingsController.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/Value.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Core/dwarf.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/CXXFunctionPointer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/DataVisualization.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/DumpValueObjectOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatCache.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatClasses.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatterSection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersContainer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersHelpers.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/LanguageCategory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/StringPrinter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategoryMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeFormat.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSummary.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSynthetic.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/ValueObjectPrinter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorIterator.h +usr/lib/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorType.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpressionList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/DiagnosticManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/DynamicCheckerFunctions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/Expression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionParser.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionSourceCode.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionTypeSystemHelper.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionVariable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/FunctionCaller.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/IRExecutionUnit.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/IRInterpreter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/IRMemoryMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/LLVMUserExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/Materializer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/ObjectFileJIT.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/REPL.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/UserExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Expression/UtilityFunction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Alarm.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Config-i386.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Config.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/ConnectionFileDescriptor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Debug.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Editline.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/File.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/FileAction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/FileCache.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/FileSystem.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Host.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostGetOpt.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostInfoBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcess.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcessBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThread.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadForward.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostProcess.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/HostThread.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/LZMA.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/LockFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/LockFileBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/MainLoop.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/MainLoopBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/MonitoringProcessLauncher.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/OptionParser.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Pipe.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/PipeBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/PosixApi.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/ProcessLaunchInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/ProcessLauncher.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/ProcessRunLock.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/PseudoTerminal.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/SafeMachO.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Socket.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/SocketAddress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/StreamFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Terminal.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/ThreadLauncher.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/Time.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/XML.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/aix/HostInfoAIX.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/android/HostInfoAndroid.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/GetOptInc.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/NativeBreakpointList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/NativeProcessProtocol.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/NativeRegisterContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/NativeThreadProtocol.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/NativeWatchpointList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/TCPSocket.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/UDPSocket.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/common/ZipFileResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/freebsd/HostInfoFreeBSD.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/AbstractSocket.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/Host.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/HostInfoLinux.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/Ptrace.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/Support.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/linux/Uio.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostInfoMacOSX.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostThreadMacOSX.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/netbsd/HostInfoNetBSD.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/openbsd/HostInfoOpenBSD.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/DomainSocket.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/HostInfoPosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/HostProcessPosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/HostThreadPosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/LockFilePosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/MainLoopPosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/PipePosix.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/posix/ProcessLauncherPosixFork.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/AutoHandle.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/ConnectionGenericFileWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/HostInfoWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/HostProcessWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/HostThreadWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/LockFileWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/MainLoopWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/PipeWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/PosixApi.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/ProcessLauncherWindows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Host/windows/windows.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializerCommon.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Initialization/SystemLifetimeManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandAlias.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandCompletions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandHistory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandInterpreter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObjectMultiword.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionArgumentTable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionValidators.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandReturnObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionArgParser.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupArchitecture.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupBoolean.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFormat.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupMemoryTag.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupOutputFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPlatform.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupString.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUInt64.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUUID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupVariable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupWatchpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArch.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArgs.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArray.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueBoolean.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueChar.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueDictionary.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueEnumeration.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileColonLine.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpecList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormat.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormatEntity.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueLanguage.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValuePathMappings.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueProperties.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueRegex.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueSInt64.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueString.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUInt64.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUUID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValues.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Options.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/Property.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptInterpreter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/ArmUnwindInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Block.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CallFrameInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CompactUnwindInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CompileUnit.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDecl.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDeclContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerType.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/DWARFCallFrameInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/DebugMacros.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/DeclVendor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/FuncUnwinders.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Function.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/LineEntry.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/LineTable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/LocateSymbolFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectContainer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/PostfixExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SaveCoreOptions.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SourceModule.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Symbol.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContextScope.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFileOnDemand.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocation.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocator.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolVendor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Symtab.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/TaggedASTType.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Type.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/TypeList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/TypeMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/TypeSystem.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindPlan.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindTable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/Variable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Symbol/VariableList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ABI.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/AppleArm64ExceptionClass.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/AssertFrameRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/CoreFileMemoryRanges.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/DynamicLoader.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/DynamicRegisterInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContextScope.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntime.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntimeStopInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/JITLoader.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/JITLoaderList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Language.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/LanguageRuntime.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Memory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/MemoryHistory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/MemoryRegionInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagManager.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ModuleCache.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/OperatingSystem.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/PathMappingList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Platform.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/PostMortemProcess.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Process.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ProcessStructReader.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ProcessTrace.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Queue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/QueueItem.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/QueueList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterCheckpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterContext.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterContextUnwind.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterFlags.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterNumber.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RegisterTypeBuilder.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/RemoteAwarePlatform.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Runtime.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ScriptedThreadPlan.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadHistory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StackFrame.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StackFrameList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StackFrameRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StackID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Statistics.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StopInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/StructuredDataPlugin.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/SystemRuntime.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Target.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/TargetList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Thread.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadCollection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlan.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanBase.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallUserExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanRunToAddress.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanSingleThreadTimeout.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStack.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInstruction.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOut.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepThrough.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepUntil.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanTracer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/ThreadSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/TimeoutResumeAll.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Trace.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/TraceCursor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/TraceDumper.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/TraceExporter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/UnixSignals.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/Unwind.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/UnwindAssembly.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/UnwindLLDB.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Target/VerboseTrapFrameRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/AddressableBits.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/AnsiTerminal.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/AppleUuidCompatibility.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ArchSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Args.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Baton.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Broadcaster.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Checksum.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Cloneable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/CompletionRequest.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Connection.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ConstString.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DataBuffer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferHeap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferLLVM.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DataEncoder.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DataExtractor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Diagnostics.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/DiagnosticsRendering.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Endian.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Environment.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ErrorMessages.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Event.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/FileSpec.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/FileSpecList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Flags.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/GDBRemote.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/IOObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Instrumentation.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Iterable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/LLDBAssert.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/LLDBLog.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Listener.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Log.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/NameMatches.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/OptionDefinition.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Predicate.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ProcessInfo.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/RangeMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/RealpathPrefixes.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/RegisterValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/RegularExpression.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Scalar.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ScriptedMetadata.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/SelectHelper.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/SharedCluster.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/State.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Status.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Stream.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StreamBuffer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StreamString.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StreamTee.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractor.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractorGDBRemote.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StringLexer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StringList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/StructuredData.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/SupportFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ThreadSafeDenseMap.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/TildeExpressionResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Timeout.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/Timer.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/TraceGDBRemotePackets.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/UUID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/UnimplementedError.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/UriParser.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/UserID.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/UserIDResolver.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/VASPrintf.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/VMRange.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/XcodeSDK.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Utility/ZipFile.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObject.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectCast.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectChild.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResult.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultCast.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultChild.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultImpl.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectDynamicValue.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectList.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectMemory.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectRegister.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectSyntheticFilter.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectUpdater.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVTable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVariable.h +usr/lib/llvm%%BINVERSION%%/include/lldb/Version/Version.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-defines.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-enumerations.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-forward.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-private-enumerations.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-private-forward.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-private-interfaces.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-private-types.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-private.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-public.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-types.h +usr/lib/llvm%%BINVERSION%%/include/lldb/lldb-versioning.h usr/lib64/liblldb.so -usr/lib64/liblldb.so.18.1 -usr/lib64/liblldb.so.18.1.8 -usr/lib64/liblldb.so.19.1 -usr/lib64/liblldb.so.19.1.7 +usr/lib64/liblldb.so.%%LIBVERSION%% +usr/lib64/liblldb.so.%%FULLVERSION%% usr/lib64/liblldbIntelFeatures.so -usr/lib64/liblldbIntelFeatures.so.19.1 +usr/lib64/liblldbIntelFeatures.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/lldb +usr/lib64/llvm%%BINVERSION%%/bin/lldb-argdumper +usr/lib64/llvm%%BINVERSION%%/bin/lldb-dap +usr/lib64/llvm%%BINVERSION%%/bin/lldb-instr +usr/lib64/llvm%%BINVERSION%%/bin/lldb-server +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/LLDB.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAddressRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBAttachInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBlock.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBreakpointName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBBroadcaster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandInterpreterRunOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommandReturnObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCommunication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDebugger.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDeclaration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBDefines.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBEnvironment.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBError.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBEvent.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBExecutionContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBExpressionOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFrame.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBHostOS.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBInstructionList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLanguageRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLanguages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLaunchInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBLineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBListener.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBMemoryRegionInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBModule.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBModuleSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProcessInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBProgress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBQueue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBQueueItem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBReproducer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSaveCoreOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBScriptObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStatisticsOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStream.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStringList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBStructuredData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBSymbolContextList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTarget.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThreadCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTraceCursor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeEnumMember.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeNameSpecifier.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeSummary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBTypeSynthetic.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBUnixSignals.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBValueList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBVariablesOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBWatchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/API/SBWatchpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Breakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointIDList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointLocationList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointPrecondition.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverFileRegex.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverName.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointResolverScripted.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/BreakpointSite.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StopPointSiteList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Stoppoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointCallbackContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointHitCounter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/StoppointSite.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/Watchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointAlgorithms.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Breakpoint/WatchpointResource.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Address.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressRangeListImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/AddressResolverFileLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Architecture.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Communication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DataFileCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Debugger.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DebuggerEvents.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Declaration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Disassembler.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpDataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/DumpRegisterValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/EmulateInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/FileLineResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/FormatEntity.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Highlighter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/IOHandler.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/IOHandlerCursesGUI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/LoadedModuleInfoList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Mangled.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Module.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ModuleSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Opcode.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/PluginInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/PluginManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Progress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/RichManglingContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SearchFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Section.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SourceLocationSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/SourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/StreamAsynchronousIO.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/StructuredDataImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeDenseSet.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadSafeValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/ThreadedCommunication.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/UniqueCStringMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/UserSettingsController.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/Value.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Core/dwarf.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/CXXFunctionPointer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/DataVisualization.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/DumpValueObjectOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatClasses.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormatterSection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersContainer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/FormattersHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/LanguageCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/StringPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeCategoryMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSummary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/TypeSynthetic.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/ValueObjectPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorIterator.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/DataFormatters/VectorType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DWARFExpressionList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DiagnosticManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/DynamicCheckerFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/Expression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionSourceCode.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionTypeSystemHelper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ExpressionVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/FunctionCaller.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRExecutionUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/IRMemoryMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/LLVMUserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/Materializer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/ObjectFileJIT.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/REPL.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/UserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Expression/UtilityFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Alarm.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Config-x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Config.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ConnectionFileDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Debug.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Editline.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/File.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileAction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/FileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Host.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostGetOpt.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostInfoBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeProcessBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostNativeThreadForward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/HostThread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LZMA.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LockFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/LockFileBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MainLoop.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MainLoopBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/MonitoringProcessLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/OptionParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Pipe.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PipeBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PosixApi.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessLaunchInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ProcessRunLock.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/PseudoTerminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/SafeMachO.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Socket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/SocketAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/StreamFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Terminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/ThreadLauncher.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/Time.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/XML.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/aix/HostInfoAIX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/android/HostInfoAndroid.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/GetOptInc.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeBreakpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeProcessProtocol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeRegisterContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeThreadProtocol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/NativeWatchpointList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/TCPSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/UDPSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/common/ZipFileResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/freebsd/HostInfoFreeBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/AbstractSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Host.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/HostInfoLinux.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Ptrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Support.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/linux/Uio.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostInfoMacOSX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/macosx/HostThreadMacOSX.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/netbsd/HostInfoNetBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/openbsd/HostInfoOpenBSD.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/ConnectionFileDescriptorPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/DomainSocket.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostInfoPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostProcessPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/HostThreadPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/LockFilePosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/MainLoopPosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/PipePosix.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/posix/ProcessLauncherPosixFork.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/AutoHandle.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/ConnectionGenericFileWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostInfoWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostProcessWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/HostThreadWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/LockFileWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/MainLoopWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/PipeWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/PosixApi.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/ProcessLauncherWindows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Host/windows/windows.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemInitializerCommon.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Initialization/SystemLifetimeManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandAlias.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandCompletions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandObjectMultiword.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionArgumentTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandOptionValidators.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/CommandReturnObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/OperatingSystemInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedInterfaceUsages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedPlatformInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedProcessInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedStopHookInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Interfaces/ScriptedThreadPlanInterface.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionArgParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupArchitecture.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupBoolean.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupMemoryTag.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupOutputFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupPythonClassWithDict.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupUUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupValueObjectDisplay.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionGroupWatchpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArch.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArgs.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueArray.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueBoolean.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueChar.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueDictionary.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueEnumeration.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileColonLine.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormat.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueFormatEntity.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueLanguage.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValuePathMappings.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueProperties.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueRegex.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueSInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUInt64.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValueUUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/OptionValues.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Options.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/Property.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptInterpreter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Interpreter/ScriptObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ArmUnwindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Block.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CallFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompactUnwindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDecl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerDeclContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/CompilerType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DWARFCallFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DebugMacros.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/DeclVendor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/FuncUnwinders.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Function.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LineTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/LocateSymbolFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectContainer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/ObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/PostfixExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SaveCoreOptions.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SourceModule.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Symbol.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolContextScope.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolFileOnDemand.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolLocator.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/SymbolVendor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Symtab.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TaggedASTType.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Type.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/TypeSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/UnwindTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/Variable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Symbol/VariableList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ABI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/AppleArm64ExceptionClass.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/AssertFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/CoreFileMemoryRanges.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/DynamicLoader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/DynamicRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ExecutionContextScope.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/InstrumentationRuntimeStopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/JITLoader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/JITLoaderList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Language.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/LanguageRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagManager.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/MemoryTagMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ModuleCache.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/OperatingSystem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/PathMappingList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Platform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/PostMortemProcess.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Process.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ProcessStructReader.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ProcessTrace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Queue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/QueueItem.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/QueueList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterCheckpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterContext.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterContextUnwind.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterFlags.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterNumber.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RegisterTypeBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/RemoteAwarePlatform.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Runtime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ScriptedThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadHistory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SectionLoadList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrame.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrameList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StackID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Statistics.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/StructuredDataPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/SystemRuntime.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Target.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TargetList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Thread.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadCollection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlan.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanBase.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallFunctionUsingABI.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallOnFunctionExit.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanCallUserExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanRunToAddress.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanShouldStopHere.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanSingleThreadTimeout.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStack.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOut.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverBreakpoint.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepOverRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepThrough.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanStepUntil.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadPlanTracer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/ThreadSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TimeoutResumeAll.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceCursor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceDumper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/TraceExporter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnixSignals.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/Unwind.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnwindAssembly.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/UnwindLLDB.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Target/VerboseTrapFrameRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AddressableBits.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AnsiTerminal.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/AppleUuidCompatibility.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ArchSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Args.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Baton.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Broadcaster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Checksum.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Cloneable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/CompletionRequest.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Connection.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ConstString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferHeap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataBufferLLVM.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataEncoder.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Diagnostics.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/DiagnosticsRendering.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Endian.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Environment.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ErrorMessages.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Event.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/FileSpec.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/FileSpecList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Flags.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/GDBRemote.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/IOObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Instrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Iterable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/LLDBAssert.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/LLDBLog.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Listener.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Log.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/NameMatches.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/OptionDefinition.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Predicate.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ProcessInfo.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RangeMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RealpathPrefixes.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RegisterValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/RegularExpression.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Scalar.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ScriptedMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SelectHelper.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SharedCluster.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/State.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Status.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Stream.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamString.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StreamTee.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringExtractorGDBRemote.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringLexer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StringList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/StructuredData.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/SupportFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ThreadSafeDenseMap.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TildeExpressionResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Timeout.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TraceGDBRemotePackets.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/TraceIntelPTGDBRemotePackets.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UUID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UnimplementedError.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UriParser.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UserID.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/UserIDResolver.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/VASPrintf.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/VMRange.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/XcodeSDK.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Utility/ZipFile.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObject.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectCast.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResult.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultCast.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultChild.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectConstResultImpl.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectDynamicValue.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectList.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectMemory.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectRegister.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectSyntheticFilter.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVTable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/ValueObject/ValueObjectVariable.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/Version/Version.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-defines.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-enumerations.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-forward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-enumerations.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-forward.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-interfaces.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private-types.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-private.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-public.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-types.h +usr/lib64/llvm%%BINVERSION%%/include/lldb/lldb-versioning.h +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldb.so.%%FULLVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/liblldbIntelFeatures.so +usr/lib64/llvm%%BINVERSION%%/lib64/liblldbIntelFeatures.so.%%LIBVERSION%% usr/share/licenses/lldb/LICENSE.TXT -usr/share/man/man1/lldb-server.1.gz usr/share/man/man1/lldb.1.gz +usr/share/man/man1/lldb-%%LIBVERSION%%.gz +usr/share/man/man1/lldb-server.1.gz +usr/share/man/man1/lldb-server-%%LIBVERSION%%.gz diff --git a/devel/linux-rl9-llvm/Makefile b/devel/linux-rl9-llvm/Makefile index b40eab2109a3..18cda751e8b6 100644 --- a/devel/linux-rl9-llvm/Makefile +++ b/devel/linux-rl9-llvm/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm -PORTVERSION= 19.1.7 -DISTVERSIONSUFFIX= -1.el9 +PORTVERSION= 20.1.8 +DISTVERSIONSUFFIX= -3.el9 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org @@ -22,4 +22,6 @@ LIB_DISTNAMES= ${PORTNAME}-devel-${DISTVERSIONFULL} \ DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} +PLIST_SUB= LIBVERSION=${PORTVERSION:R} BINVERSION=${PORTVERSION:R:R} FULLVERSION=${PORTVERSION} + .include <bsd.port.mk> diff --git a/devel/linux-rl9-llvm/distinfo b/devel/linux-rl9-llvm/distinfo index 9fda79aa2145..a34ab0dd6aed 100644 --- a/devel/linux-rl9-llvm/distinfo +++ b/devel/linux-rl9-llvm/distinfo @@ -1,25 +1,25 @@ -TIMESTAMP = 1750643216 -SHA256 (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 227e82149d7776def5cc285025370042e4989f58345cc457e77aad10dfaa87aa -SIZE (rocky/l/llvm-19.1.7-1.el9.aarch64.rpm) = 20794710 -SHA256 (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 0d68e80c24fab8653e8e67050af189ca585d2b1504f3c3437d31e2c211ce5e6d -SIZE (rocky/l/llvm-19.1.7-1.el9.x86_64.rpm) = 21859429 -SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 5e7302f46c1652a9b9f592da51798e330f56cacf76d7da2d528523ac250abdd5 -SIZE (rocky/l/llvm-devel-19.1.7-1.el9.aarch64.rpm) = 4085734 -SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = a1b63f90e80937912616e89e93957c288b868ef5fd77083b8f15d436a3750cd7 -SIZE (rocky/l/llvm-devel-19.1.7-1.el9.i686.rpm) = 4096958 -SHA256 (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 33aee6fffd6406dc3c3f79fdb2464edcabc3285812fb2934898b1b862b1eec46 -SIZE (rocky/l/llvm-devel-19.1.7-1.el9.x86_64.rpm) = 4087244 -SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = b0c3b8f10d84cc4d20498258baa9c6b47f52a8299d022048c55193d2230bdb9b -SIZE (rocky/l/llvm-libs-19.1.7-1.el9.aarch64.rpm) = 55483891 -SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 0d68df9973a91d7094cde2e9ce77638c0a3ec6454219f6bb9430963327371fa3 -SIZE (rocky/l/llvm-libs-19.1.7-1.el9.i686.rpm) = 61059961 -SHA256 (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 72756245433eb4de267b9f280b7686782f8a1be4a0af26476ad05787cbc47bed -SIZE (rocky/l/llvm-libs-19.1.7-1.el9.x86_64.rpm) = 59613908 -SHA256 (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 1a385b7e6725b66bc9b5d9e0d0ddd2583ed854b615f2b8d5ef8e21a00934f69e -SIZE (rocky/l/llvm-static-19.1.7-1.el9.aarch64.rpm) = 39114028 -SHA256 (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = ec60fca2b289c48fe57736d7e14422be894d69e903be3ecbbff34c877e54018a -SIZE (rocky/l/llvm-static-19.1.7-1.el9.i686.rpm) = 45555982 -SHA256 (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = e8f6cfe1a5b0d0b3a0f58b943f83716addb38f30e3493f26ad16677bb1609e79 -SIZE (rocky/l/llvm-static-19.1.7-1.el9.x86_64.rpm) = 41336986 -SHA256 (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 9f8f07ead30bd883938bddf7d1dd31078179874d15e951a1400f7a8ef84552a7 -SIZE (rocky/l/llvm-19.1.7-1.el9.src.rpm) = 273473880 +TIMESTAMP = 1765191396 +SHA256 (rocky/l/llvm-20.1.8-3.el9.aarch64.rpm) = 6e3379f57e6e12306d609ab0cf5c82f51f609b72a09d8d0ec4ca6420e26b1cf5 +SIZE (rocky/l/llvm-20.1.8-3.el9.aarch64.rpm) = 22340381 +SHA256 (rocky/l/llvm-20.1.8-3.el9.x86_64.rpm) = fe235dddb2cbf4b34436eb6b91a9694fe5695eee95bcb562293f706c500e90ca +SIZE (rocky/l/llvm-20.1.8-3.el9.x86_64.rpm) = 23402804 +SHA256 (rocky/l/llvm-devel-20.1.8-3.el9.aarch64.rpm) = 13266ca9e7990ecc2ad076072531c796d4bb82f607f3255a9514d445aa363434 +SIZE (rocky/l/llvm-devel-20.1.8-3.el9.aarch64.rpm) = 4691441 +SHA256 (rocky/l/llvm-devel-20.1.8-3.el9.i686.rpm) = 03ddf698cd48fee6589e6c23e2d636e6ca98cc2bc211c25eeac887b6541ba067 +SIZE (rocky/l/llvm-devel-20.1.8-3.el9.i686.rpm) = 4702865 +SHA256 (rocky/l/llvm-devel-20.1.8-3.el9.x86_64.rpm) = e7dbdfec880a92103e301fc19349a78447dffd041687088b998999eda3356f0e +SIZE (rocky/l/llvm-devel-20.1.8-3.el9.x86_64.rpm) = 4694575 +SHA256 (rocky/l/llvm-libs-20.1.8-3.el9.aarch64.rpm) = 3300fb9fcda2ddc03f929acaba0cc4d404a4d1d8071d174e00164f6998b37b38 +SIZE (rocky/l/llvm-libs-20.1.8-3.el9.aarch64.rpm) = 29388973 +SHA256 (rocky/l/llvm-libs-20.1.8-3.el9.i686.rpm) = ab6cf1f87afd07f66a89aa457bcd26e1b6f5110de0fffeea136b1b5762944db5 +SIZE (rocky/l/llvm-libs-20.1.8-3.el9.i686.rpm) = 32423046 +SHA256 (rocky/l/llvm-libs-20.1.8-3.el9.x86_64.rpm) = ec70ba70eeef90dca12315f1b785fcc0367a33f8e0476aa12769e88070351383 +SIZE (rocky/l/llvm-libs-20.1.8-3.el9.x86_64.rpm) = 31501669 +SHA256 (rocky/l/llvm-static-20.1.8-3.el9.aarch64.rpm) = db9fa5f5b2707ef5ee2146d5686f7c4b45a653e2f39ae516376ce2710571125a +SIZE (rocky/l/llvm-static-20.1.8-3.el9.aarch64.rpm) = 40574511 +SHA256 (rocky/l/llvm-static-20.1.8-3.el9.i686.rpm) = 45a10d41d4ce1dd2f1fac874f73ba51d27b6e56a86e9ec7418253359793deff3 +SIZE (rocky/l/llvm-static-20.1.8-3.el9.i686.rpm) = 47116745 +SHA256 (rocky/l/llvm-static-20.1.8-3.el9.x86_64.rpm) = 7443cc4b47e8297d84ee0276d2a038fdcf68cd48f3bd8a28ada38ccae89af8c1 +SIZE (rocky/l/llvm-static-20.1.8-3.el9.x86_64.rpm) = 42724022 +SHA256 (rocky/l/llvm-20.1.8-3.el9.src.rpm) = 42f764ec8f944c8f6b92404d1769008773f273e68677fc92ff5abdf656a65377 +SIZE (rocky/l/llvm-20.1.8-3.el9.src.rpm) = 147353891 diff --git a/devel/linux-rl9-llvm/pkg-plist.aarch64 b/devel/linux-rl9-llvm/pkg-plist.aarch64 index b56df41e7a14..780d760ccc44 100644 --- a/devel/linux-rl9-llvm/pkg-plist.aarch64 +++ b/devel/linux-rl9-llvm/pkg-plist.aarch64 @@ -1,88 +1,173 @@ usr/bin/FileCheck +usr/bin/FileCheck-%%BINVERSION%% usr/bin/UnicodeNameMappingGenerator +usr/bin/UnicodeNameMappingGenerator-%%BINVERSION%% usr/bin/bugpoint +usr/bin/bugpoint-%%BINVERSION%% usr/bin/dsymutil +usr/bin/dsymutil-%%BINVERSION%% usr/bin/llc +usr/bin/llc-%%BINVERSION%% usr/bin/lli +usr/bin/lli-%%BINVERSION%% usr/bin/llvm-PerfectShuffle +usr/bin/llvm-PerfectShuffle-%%BINVERSION%% usr/bin/llvm-addr2line +usr/bin/llvm-addr2line-%%BINVERSION%% usr/bin/llvm-ar +usr/bin/llvm-ar-%%BINVERSION%% usr/bin/llvm-as +usr/bin/llvm-as-%%BINVERSION%% usr/bin/llvm-bcanalyzer +usr/bin/llvm-bcanalyzer-%%BINVERSION%% usr/bin/llvm-bitcode-strip +usr/bin/llvm-bitcode-strip-%%BINVERSION%% usr/bin/llvm-c-test +usr/bin/llvm-c-test-%%BINVERSION%% usr/bin/llvm-cat +usr/bin/llvm-cat-%%BINVERSION%% usr/bin/llvm-cfi-verify -usr/bin/llvm-config-19-64 -usr/bin/llvm-config-64 +usr/bin/llvm-cfi-verify-%%BINVERSION%% +usr/bin/llvm-cgdata +usr/bin/llvm-cgdata-%%BINVERSION%% usr/bin/llvm-cov +usr/bin/llvm-cov-%%BINVERSION%% +usr/bin/llvm-ctxprof-util +usr/bin/llvm-ctxprof-util-%%BINVERSION%% usr/bin/llvm-cvtres +usr/bin/llvm-cvtres-%%BINVERSION%% usr/bin/llvm-cxxdump +usr/bin/llvm-cxxdump-%%BINVERSION%% usr/bin/llvm-cxxfilt +usr/bin/llvm-cxxfilt-%%BINVERSION%% usr/bin/llvm-cxxmap +usr/bin/llvm-cxxmap-%%BINVERSION%% usr/bin/llvm-debuginfo-analyzer +usr/bin/llvm-debuginfo-analyzer-%%BINVERSION%% usr/bin/llvm-debuginfod +usr/bin/llvm-debuginfod-%%BINVERSION%% usr/bin/llvm-debuginfod-find +usr/bin/llvm-debuginfod-find-%%BINVERSION%% usr/bin/llvm-diff +usr/bin/llvm-diff-%%BINVERSION%% usr/bin/llvm-dis +usr/bin/llvm-dis-%%BINVERSION%% usr/bin/llvm-dlltool +usr/bin/llvm-dlltool-%%BINVERSION%% usr/bin/llvm-dwarfdump +usr/bin/llvm-dwarfdump-%%BINVERSION%% usr/bin/llvm-dwarfutil +usr/bin/llvm-dwarfutil-%%BINVERSION%% usr/bin/llvm-dwp +usr/bin/llvm-dwp-%%BINVERSION%% usr/bin/llvm-exegesis +usr/bin/llvm-exegesis-%%BINVERSION%% usr/bin/llvm-extract +usr/bin/llvm-extract-%%BINVERSION%% usr/bin/llvm-gsymutil +usr/bin/llvm-gsymutil-%%BINVERSION%% usr/bin/llvm-ifs +usr/bin/llvm-ifs-%%BINVERSION%% usr/bin/llvm-install-name-tool +usr/bin/llvm-install-name-tool-%%BINVERSION%% usr/bin/llvm-jitlink +usr/bin/llvm-jitlink-%%BINVERSION%% usr/bin/llvm-jitlink-executor +usr/bin/llvm-jitlink-executor-%%BINVERSION%% usr/bin/llvm-lib +usr/bin/llvm-lib-%%BINVERSION%% usr/bin/llvm-libtool-darwin +usr/bin/llvm-libtool-darwin-%%BINVERSION%% usr/bin/llvm-link +usr/bin/llvm-link-%%BINVERSION%% usr/bin/llvm-lipo +usr/bin/llvm-lipo-%%BINVERSION%% usr/bin/llvm-lto +usr/bin/llvm-lto-%%BINVERSION%% usr/bin/llvm-lto2 +usr/bin/llvm-lto2-%%BINVERSION%% usr/bin/llvm-mc +usr/bin/llvm-mc-%%BINVERSION%% usr/bin/llvm-mca +usr/bin/llvm-mca-%%BINVERSION%% usr/bin/llvm-ml +usr/bin/llvm-ml-%%BINVERSION%% usr/bin/llvm-modextract +usr/bin/llvm-modextract-%%BINVERSION%% usr/bin/llvm-mt +usr/bin/llvm-mt-%%BINVERSION%% usr/bin/llvm-nm +usr/bin/llvm-nm-%%BINVERSION%% usr/bin/llvm-objcopy +usr/bin/llvm-objcopy-%%BINVERSION%% usr/bin/llvm-objdump +usr/bin/llvm-objdump-%%BINVERSION%% usr/bin/llvm-opt-report +usr/bin/llvm-opt-report-%%BINVERSION%% usr/bin/llvm-otool +usr/bin/llvm-otool-%%BINVERSION%% usr/bin/llvm-pdbutil +usr/bin/llvm-pdbutil-%%BINVERSION%% usr/bin/llvm-profdata +usr/bin/llvm-profdata-%%BINVERSION%% usr/bin/llvm-profgen +usr/bin/llvm-profgen-%%BINVERSION%% usr/bin/llvm-ranlib +usr/bin/llvm-ranlib-%%BINVERSION%% usr/bin/llvm-rc +usr/bin/llvm-rc-%%BINVERSION%% usr/bin/llvm-readelf +usr/bin/llvm-readelf-%%BINVERSION%% usr/bin/llvm-readobj +usr/bin/llvm-readobj-%%BINVERSION%% usr/bin/llvm-readtapi +usr/bin/llvm-readtapi-%%BINVERSION%% usr/bin/llvm-reduce +usr/bin/llvm-reduce-%%BINVERSION%% usr/bin/llvm-remarkutil +usr/bin/llvm-remarkutil-%%BINVERSION%% usr/bin/llvm-rtdyld +usr/bin/llvm-rtdyld-%%BINVERSION%% usr/bin/llvm-sim +usr/bin/llvm-sim-%%BINVERSION%% usr/bin/llvm-size +usr/bin/llvm-size-%%BINVERSION%% usr/bin/llvm-split +usr/bin/llvm-split-%%BINVERSION%% usr/bin/llvm-stress +usr/bin/llvm-stress-%%BINVERSION%% usr/bin/llvm-strings +usr/bin/llvm-strings-%%BINVERSION%% usr/bin/llvm-strip +usr/bin/llvm-strip-%%BINVERSION%% usr/bin/llvm-symbolizer +usr/bin/llvm-symbolizer-%%BINVERSION%% usr/bin/llvm-tblgen +usr/bin/llvm-tblgen-%%BINVERSION%% usr/bin/llvm-tli-checker +usr/bin/llvm-tli-checker-%%BINVERSION%% usr/bin/llvm-undname +usr/bin/llvm-undname-%%BINVERSION%% usr/bin/llvm-windres +usr/bin/llvm-windres-%%BINVERSION%% usr/bin/llvm-xray +usr/bin/llvm-xray-%%BINVERSION%% usr/bin/obj2yaml +usr/bin/obj2yaml-%%BINVERSION%% usr/bin/opt +usr/bin/opt-%%BINVERSION%% usr/bin/reduce-chunk-list +usr/bin/reduce-chunk-list-%%BINVERSION%% usr/bin/sancov +usr/bin/sancov-%%BINVERSION%% usr/bin/sanstats +usr/bin/sanstats-%%BINVERSION%% usr/bin/split-file +usr/bin/split-file-%%BINVERSION%% usr/bin/verify-uselistorder +usr/bin/verify-uselistorder-%%BINVERSION%% usr/bin/yaml2obj +usr/bin/yaml2obj-%%BINVERSION%% usr/include/llvm-c/Analysis.h usr/include/llvm-c/BitReader.h usr/include/llvm-c/BitWriter.h @@ -132,6 +217,7 @@ usr/include/llvm/ADT/CombinationGenerator.h usr/include/llvm/ADT/ConcurrentHashtable.h usr/include/llvm/ADT/DAGDeltaAlgorithm.h usr/include/llvm/ADT/DeltaAlgorithm.h +usr/include/llvm/ADT/DeltaTree.h usr/include/llvm/ADT/DenseMap.h usr/include/llvm/ADT/DenseMapInfo.h usr/include/llvm/ADT/DenseMapInfoVariant.h @@ -172,6 +258,8 @@ usr/include/llvm/ADT/PointerUnion.h usr/include/llvm/ADT/PostOrderIterator.h usr/include/llvm/ADT/PriorityQueue.h usr/include/llvm/ADT/PriorityWorklist.h +usr/include/llvm/ADT/RewriteBuffer.h +usr/include/llvm/ADT/RewriteRope.h usr/include/llvm/ADT/SCCIterator.h usr/include/llvm/ADT/STLExtras.h usr/include/llvm/ADT/STLForwardCompat.h @@ -199,7 +287,10 @@ usr/include/llvm/ADT/StringMapEntry.h usr/include/llvm/ADT/StringRef.h usr/include/llvm/ADT/StringSet.h usr/include/llvm/ADT/StringSwitch.h +usr/include/llvm/ADT/StringTable.h usr/include/llvm/ADT/TinyPtrVector.h +usr/include/llvm/ADT/TrieHashIndexGenerator.h +usr/include/llvm/ADT/TrieRawHashMap.h usr/include/llvm/ADT/Twine.h usr/include/llvm/ADT/TypeSwitch.h usr/include/llvm/ADT/Uniformity.h @@ -239,10 +330,13 @@ usr/include/llvm/Analysis/CodeMetrics.h usr/include/llvm/Analysis/ConstantFolding.h usr/include/llvm/Analysis/ConstraintSystem.h usr/include/llvm/Analysis/CostModel.h +usr/include/llvm/Analysis/CtxProfAnalysis.h usr/include/llvm/Analysis/CycleAnalysis.h usr/include/llvm/Analysis/DDG.h usr/include/llvm/Analysis/DDGPrinter.h usr/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/include/llvm/Analysis/DXILMetadataAnalysis.h +usr/include/llvm/Analysis/DXILResource.h usr/include/llvm/Analysis/Delinearization.h usr/include/llvm/Analysis/DemandedBits.h usr/include/llvm/Analysis/DependenceAnalysis.h @@ -275,6 +369,7 @@ usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/include/llvm/Analysis/LastRunTrackingAnalysis.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h usr/include/llvm/Analysis/LazyCallGraph.h @@ -327,6 +422,7 @@ usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h usr/include/llvm/Analysis/ScalarEvolutionDivision.h usr/include/llvm/Analysis/ScalarEvolutionExpressions.h usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/include/llvm/Analysis/ScalarEvolutionPatternMatch.h usr/include/llvm/Analysis/ScalarFuncs.def usr/include/llvm/Analysis/ScopedNoAliasAA.h usr/include/llvm/Analysis/SimplifyQuery.h @@ -385,6 +481,7 @@ usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def usr/include/llvm/BinaryFormat/ELFRelocs/VE.def @@ -419,6 +516,14 @@ usr/include/llvm/Bitstream/BitCodeEnums.h usr/include/llvm/Bitstream/BitCodes.h usr/include/llvm/Bitstream/BitstreamReader.h usr/include/llvm/Bitstream/BitstreamWriter.h +usr/include/llvm/CGData/CodeGenData.h +usr/include/llvm/CGData/CodeGenData.inc +usr/include/llvm/CGData/CodeGenDataReader.h +usr/include/llvm/CGData/CodeGenDataWriter.h +usr/include/llvm/CGData/OutlinedHashTree.h +usr/include/llvm/CGData/OutlinedHashTreeRecord.h +usr/include/llvm/CGData/StableFunctionMap.h +usr/include/llvm/CGData/StableFunctionMapRecord.h usr/include/llvm/CodeGen/AccelTable.h usr/include/llvm/CodeGen/Analysis.h usr/include/llvm/CodeGen/AntiDepBreaker.h @@ -438,6 +543,7 @@ usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h usr/include/llvm/CodeGen/CodeGenPrepare.h +usr/include/llvm/CodeGen/CodeGenTargetMachineImpl.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h usr/include/llvm/CodeGen/CostTable.h @@ -451,6 +557,7 @@ usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/include/llvm/CodeGen/EarlyIfConversion.h usr/include/llvm/CodeGen/EdgeBundles.h usr/include/llvm/CodeGen/ExecutionDomainFix.h usr/include/llvm/CodeGen/ExpandLargeDivRem.h @@ -494,6 +601,7 @@ usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h usr/include/llvm/CodeGen/GlobalISel/Utils.h usr/include/llvm/CodeGen/GlobalMerge.h +usr/include/llvm/CodeGen/GlobalMergeFunctions.h usr/include/llvm/CodeGen/HardwareLoops.h usr/include/llvm/CodeGen/ISDOpcodes.h usr/include/llvm/CodeGen/IndirectBrExpand.h @@ -536,6 +644,7 @@ usr/include/llvm/CodeGen/MachineBasicBlock.h usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h +usr/include/llvm/CodeGen/MachineCSE.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h usr/include/llvm/CodeGen/MachineConvergenceVerifier.h @@ -552,6 +661,7 @@ usr/include/llvm/CodeGen/MachineInstrBuilder.h usr/include/llvm/CodeGen/MachineInstrBundle.h usr/include/llvm/CodeGen/MachineInstrBundleIterator.h usr/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/include/llvm/CodeGen/MachineLICM.h usr/include/llvm/CodeGen/MachineLoopInfo.h usr/include/llvm/CodeGen/MachineLoopUtils.h usr/include/llvm/CodeGen/MachineMemOperand.h @@ -579,6 +689,7 @@ usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h usr/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/include/llvm/CodeGen/OptimizePHIs.h usr/include/llvm/CodeGen/PBQP/CostAllocator.h usr/include/llvm/CodeGen/PBQP/Graph.h usr/include/llvm/CodeGen/PBQP/Math.h @@ -587,6 +698,7 @@ usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h +usr/include/llvm/CodeGen/PeepholeOptimizer.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h usr/include/llvm/CodeGen/PseudoSourceValueManager.h @@ -598,6 +710,8 @@ usr/include/llvm/CodeGen/RegAllocCommon.h usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h +usr/include/llvm/CodeGen/RegUsageInfoCollector.h +usr/include/llvm/CodeGen/RegUsageInfoPropagate.h usr/include/llvm/CodeGen/Register.h usr/include/llvm/CodeGen/RegisterBank.h usr/include/llvm/CodeGen/RegisterBankInfo.h @@ -627,11 +741,14 @@ usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h usr/include/llvm/CodeGen/ShadowStackGCLowering.h usr/include/llvm/CodeGen/SjLjEHPrepare.h usr/include/llvm/CodeGen/SlotIndexes.h +usr/include/llvm/CodeGen/SpillPlacement.h usr/include/llvm/CodeGen/Spiller.h +usr/include/llvm/CodeGen/StackColoring.h usr/include/llvm/CodeGen/StackMaps.h usr/include/llvm/CodeGen/StackProtector.h usr/include/llvm/CodeGen/SwiftErrorValueTracking.h usr/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/include/llvm/CodeGen/TailDuplication.h usr/include/llvm/CodeGen/TailDuplicator.h usr/include/llvm/CodeGen/TargetCallingConv.h usr/include/llvm/CodeGen/TargetFrameLowering.h @@ -656,8 +773,6 @@ usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h usr/include/llvm/CodeGen/WindowScheduler.h -usr/include/llvm/CodeGenData/OutlinedHashTree.h -usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h usr/include/llvm/CodeGenTypes/LowLevelType.h usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def @@ -780,6 +895,7 @@ usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/include/llvm/DebugInfo/GSYM/CallSiteInfo.h usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h usr/include/llvm/DebugInfo/GSYM/ExtractRanges.h usr/include/llvm/DebugInfo/GSYM/FileEntry.h @@ -792,6 +908,7 @@ usr/include/llvm/DebugInfo/GSYM/InlineInfo.h usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h @@ -997,11 +1114,13 @@ usr/include/llvm/ExecutionEngine/JITSymbol.h usr/include/llvm/ExecutionEngine/MCJIT.h usr/include/llvm/ExecutionEngine/OProfileWrapper.h usr/include/llvm/ExecutionEngine/ObjectCache.h +usr/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h usr/include/llvm/ExecutionEngine/Orc/COFFPlatform.h usr/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h usr/include/llvm/ExecutionEngine/Orc/Core.h +usr/include/llvm/ExecutionEngine/Orc/CoreContainers.h usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h @@ -1009,6 +1128,8 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/DylibManager.h +usr/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1021,27 +1142,40 @@ usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h usr/include/llvm/ExecutionEngine/Orc/LLJIT.h usr/include/llvm/ExecutionEngine/Orc/Layer.h +usr/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +usr/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/include/llvm/ExecutionEngine/Orc/MachO.h usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h usr/include/llvm/ExecutionEngine/Orc/Mangling.h usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h usr/include/llvm/ExecutionEngine/Orc/MemoryMapper.h usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +usr/include/llvm/ExecutionEngine/Orc/RedirectionManager.h usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h usr/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h @@ -1056,6 +1190,7 @@ usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h usr/include/llvm/ExecutionEngine/Orc/Speculation.h usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h @@ -1066,13 +1201,16 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h usr/include/llvm/ExecutionEngine/RuntimeDyld.h usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h usr/include/llvm/ExecutionEngine/SectionMemoryManager.h usr/include/llvm/FileCheck/FileCheck.h +usr/include/llvm/Frontend/Atomic/Atomic.h usr/include/llvm/Frontend/Debug/Options.h usr/include/llvm/Frontend/Directive/DirectiveBase.td usr/include/llvm/Frontend/Driver/CodeGenOptions.h @@ -1083,7 +1221,6 @@ usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td usr/include/llvm/Frontend/OpenMP/ClauseT.h -usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc @@ -1116,8 +1253,10 @@ usr/include/llvm/IR/BasicBlock.h usr/include/llvm/IR/BuiltinGCs.h usr/include/llvm/IR/CFG.h usr/include/llvm/IR/CallingConv.h +usr/include/llvm/IR/CmpPredicate.h usr/include/llvm/IR/Comdat.h usr/include/llvm/IR/Constant.h +usr/include/llvm/IR/ConstantFPRange.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h @@ -1226,6 +1365,7 @@ usr/include/llvm/IR/Module.h usr/include/llvm/IR/ModuleSlotTracker.h usr/include/llvm/IR/ModuleSummaryIndex.h usr/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/include/llvm/IR/NVVMIntrinsicUtils.h usr/include/llvm/IR/NoFolder.h usr/include/llvm/IR/OperandTraits.h usr/include/llvm/IR/Operator.h @@ -1264,6 +1404,7 @@ usr/include/llvm/IR/ValueHandle.h usr/include/llvm/IR/ValueMap.h usr/include/llvm/IR/ValueSymbolTable.h usr/include/llvm/IR/VectorBuilder.h +usr/include/llvm/IR/VectorTypeUtils.h usr/include/llvm/IR/Verifier.h usr/include/llvm/IRPrinter/IRPrintingPasses.h usr/include/llvm/IRReader/IRReader.h @@ -1274,7 +1415,6 @@ usr/include/llvm/InterfaceStub/IFSStub.h usr/include/llvm/LTO/Config.h usr/include/llvm/LTO/LTO.h usr/include/llvm/LTO/LTOBackend.h -usr/include/llvm/LTO/SummaryBasedOptimizations.h usr/include/llvm/LTO/legacy/LTOCodeGenerator.h usr/include/llvm/LTO/legacy/LTOModule.h usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h @@ -1485,6 +1625,8 @@ usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/DroppedVariableStats.h +usr/include/llvm/Passes/DroppedVariableStatsIR.h usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h @@ -1509,10 +1651,10 @@ usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/MemProfYAML.h usr/include/llvm/ProfileData/PGOCtxProfReader.h usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h -usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h usr/include/llvm/ProfileData/SampleProfReader.h usr/include/llvm/ProfileData/SampleProfWriter.h @@ -1529,10 +1671,26 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h -usr/include/llvm/SandboxIR/SandboxIR.h -usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Argument.h +usr/include/llvm/SandboxIR/BasicBlock.h +usr/include/llvm/SandboxIR/Constant.h +usr/include/llvm/SandboxIR/Context.h +usr/include/llvm/SandboxIR/Function.h +usr/include/llvm/SandboxIR/Instruction.h +usr/include/llvm/SandboxIR/IntrinsicInst.h +usr/include/llvm/SandboxIR/Module.h +usr/include/llvm/SandboxIR/Operator.h +usr/include/llvm/SandboxIR/Pass.h +usr/include/llvm/SandboxIR/PassManager.h +usr/include/llvm/SandboxIR/Region.h usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Type.h usr/include/llvm/SandboxIR/Use.h +usr/include/llvm/SandboxIR/User.h +usr/include/llvm/SandboxIR/Utils.h +usr/include/llvm/SandboxIR/Value.h +usr/include/llvm/SandboxIR/Values.def +usr/include/llvm/Support/AArch64BuildAttributes.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1655,9 +1813,11 @@ usr/include/llvm/Support/MemoryBufferRef.h usr/include/llvm/Support/MipsABIFlags.h usr/include/llvm/Support/ModRef.h usr/include/llvm/Support/Mutex.h +usr/include/llvm/Support/NVPTXAddrSpace.h usr/include/llvm/Support/NativeFormatting.h usr/include/llvm/Support/OnDiskHashTable.h usr/include/llvm/Support/OptimizedStructLayout.h +usr/include/llvm/Support/OptionStrCmp.h usr/include/llvm/Support/PGOOptions.h usr/include/llvm/Support/Parallel.h usr/include/llvm/Support/Path.h @@ -1734,6 +1894,7 @@ usr/include/llvm/Support/raw_socket_stream.h usr/include/llvm/Support/thread.h usr/include/llvm/Support/type_traits.h usr/include/llvm/Support/xxhash.h +usr/include/llvm/TableGen/AArch64ImmCheck.h usr/include/llvm/TableGen/Automaton.td usr/include/llvm/TableGen/DirectiveEmitter.h usr/include/llvm/TableGen/Error.h @@ -1744,6 +1905,7 @@ usr/include/llvm/TableGen/SearchableTable.td usr/include/llvm/TableGen/SetTheory.h usr/include/llvm/TableGen/StringMatcher.h usr/include/llvm/TableGen/StringToOffsetTable.h +usr/include/llvm/TableGen/TGTimer.h usr/include/llvm/TableGen/TableGenBackend.h usr/include/llvm/Target/CGPassBuilderOption.h usr/include/llvm/Target/CodeGenCWrappers.h @@ -1765,6 +1927,7 @@ usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td usr/include/llvm/TargetParser/AArch64CPUFeatures.inc +usr/include/llvm/TargetParser/AArch64FeatPriorities.inc usr/include/llvm/TargetParser/AArch64TargetParser.h usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def @@ -1777,6 +1940,7 @@ usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/PPCTargetParser.h usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc @@ -1785,6 +1949,7 @@ usr/include/llvm/TargetParser/TargetParser.h usr/include/llvm/TargetParser/Triple.h usr/include/llvm/TargetParser/X86TargetParser.def usr/include/llvm/TargetParser/X86TargetParser.h +usr/include/llvm/Telemetry/Telemetry.h usr/include/llvm/Testing/ADT/StringMap.h usr/include/llvm/Testing/ADT/StringMapEntry.h usr/include/llvm/Testing/Annotations/Annotations.h @@ -1812,11 +1977,18 @@ usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h usr/include/llvm/Transforms/CFGuard.h +usr/include/llvm/Transforms/Coroutines/ABI.h +usr/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h usr/include/llvm/Transforms/Coroutines/CoroCleanup.h usr/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h usr/include/llvm/Transforms/Coroutines/CoroEarly.h usr/include/llvm/Transforms/Coroutines/CoroElide.h +usr/include/llvm/Transforms/Coroutines/CoroInstr.h +usr/include/llvm/Transforms/Coroutines/CoroShape.h usr/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/include/llvm/Transforms/Coroutines/MaterializationUtils.h +usr/include/llvm/Transforms/Coroutines/SpillUtils.h +usr/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h usr/include/llvm/Transforms/HipStdPar/HipStdPar.h usr/include/llvm/Transforms/IPO.h usr/include/llvm/Transforms/IPO/AlwaysInliner.h @@ -1859,12 +2031,10 @@ usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h -usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h usr/include/llvm/Transforms/InstCombine/InstCombine.h usr/include/llvm/Transforms/InstCombine/InstCombiner.h -usr/include/llvm/Transforms/Instrumentation.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h @@ -1883,13 +2053,15 @@ usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h -usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h +usr/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/include/llvm/Transforms/Instrumentation/TypeSanitizer.h usr/include/llvm/Transforms/ObjCARC.h usr/include/llvm/Transforms/Scalar.h usr/include/llvm/Transforms/Scalar/ADCE.h @@ -1936,6 +2108,7 @@ usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/include/llvm/Transforms/Scalar/LoopTermFold.h usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h @@ -1967,7 +2140,6 @@ usr/include/llvm/Transforms/Scalar/Sink.h usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h usr/include/llvm/Transforms/Scalar/StructurizeCFG.h -usr/include/llvm/Transforms/Scalar/TLSVariableHoist.h usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h usr/include/llvm/Transforms/Utils.h @@ -1987,27 +2159,31 @@ usr/include/llvm/Transforms/Utils/Cloning.h usr/include/llvm/Transforms/Utils/CodeExtractor.h usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/include/llvm/Transforms/Utils/ControlFlowUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h -usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h usr/include/llvm/Transforms/Utils/EscapeEnumerator.h usr/include/llvm/Transforms/Utils/Evaluator.h +usr/include/llvm/Transforms/Utils/ExtraPassManager.h usr/include/llvm/Transforms/Utils/FixIrreducible.h usr/include/llvm/Transforms/Utils/FunctionComparator.h usr/include/llvm/Transforms/Utils/FunctionImportUtils.h usr/include/llvm/Transforms/Utils/GlobalStatus.h usr/include/llvm/Transforms/Utils/GuardUtils.h usr/include/llvm/Transforms/Utils/HelloWorld.h +usr/include/llvm/Transforms/Utils/IRNormalizer.h usr/include/llvm/Transforms/Utils/InjectTLIMappings.h usr/include/llvm/Transforms/Utils/InstructionNamer.h usr/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/include/llvm/Transforms/Utils/Instrumentation.h usr/include/llvm/Transforms/Utils/IntegerDivision.h usr/include/llvm/Transforms/Utils/LCSSA.h usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h usr/include/llvm/Transforms/Utils/Local.h +usr/include/llvm/Transforms/Utils/LongestCommonSequence.h usr/include/llvm/Transforms/Utils/LoopConstrainer.h usr/include/llvm/Transforms/Utils/LoopPeel.h usr/include/llvm/Transforms/Utils/LoopRotationUtils.h @@ -2020,6 +2196,7 @@ usr/include/llvm/Transforms/Utils/LowerIFunc.h usr/include/llvm/Transforms/Utils/LowerInvoke.h usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h usr/include/llvm/Transforms/Utils/LowerSwitch.h +usr/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h usr/include/llvm/Transforms/Utils/MatrixUtils.h usr/include/llvm/Transforms/Utils/Mem2Reg.h usr/include/llvm/Transforms/Utils/MemoryOpRemark.h @@ -2059,6 +2236,19 @@ usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h usr/include/llvm/Transforms/Vectorize/VectorCombine.h usr/include/llvm/WindowsDriver/MSVCPaths.h usr/include/llvm/WindowsDriver/MSVCSetupApi.h @@ -2094,6 +2284,7 @@ usr/lib64/cmake/llvm/CheckProblematicConfigurations.cmake usr/lib64/cmake/llvm/CoverageReport.cmake usr/lib64/cmake/llvm/CrossCompile.cmake usr/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/cmake/llvm/FileLock.cmake usr/lib64/cmake/llvm/FindFFI.cmake usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake @@ -2108,7 +2299,6 @@ usr/lib64/cmake/llvm/HandleLLVMOptions.cmake usr/lib64/cmake/llvm/HandleLLVMStdlib.cmake usr/lib64/cmake/llvm/LLVM-Build.cmake usr/lib64/cmake/llvm/LLVM-Config.cmake -usr/lib64/cmake/llvm/LLVMCheckLinkerFlag.cmake usr/lib64/cmake/llvm/LLVMConfig.cmake usr/lib64/cmake/llvm/LLVMConfigExtensions.cmake usr/lib64/cmake/llvm/LLVMConfigVersion.cmake @@ -2123,10 +2313,9 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-19.so +usr/lib64/libLLVM-%%BINVERSION%%.so usr/lib64/libLLVM.so -usr/lib64/libLLVM.so.18.1 -usr/lib64/libLLVM.so.19.1 +usr/lib64/libLLVM.so.%%LIBVERSION%% usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2140,12 +2329,6 @@ usr/lib64/libLLVMAMDGPUDisassembler.a usr/lib64/libLLVMAMDGPUInfo.a usr/lib64/libLLVMAMDGPUTargetMCA.a usr/lib64/libLLVMAMDGPUUtils.a -usr/lib64/libLLVMARMAsmParser.a -usr/lib64/libLLVMARMCodeGen.a -usr/lib64/libLLVMARMDesc.a -usr/lib64/libLLVMARMDisassembler.a -usr/lib64/libLLVMARMInfo.a -usr/lib64/libLLVMARMUtils.a usr/lib64/libLLVMAggressiveInstCombine.a usr/lib64/libLLVMAnalysis.a usr/lib64/libLLVMAsmParser.a @@ -2161,8 +2344,8 @@ usr/lib64/libLLVMBitWriter.a usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a +usr/lib64/libLLVMCGData.a usr/lib64/libLLVMCodeGen.a -usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2185,11 +2368,12 @@ usr/lib64/libLLVMDlltoolDriver.a usr/lib64/libLLVMExecutionEngine.a usr/lib64/libLLVMExegesis.a usr/lib64/libLLVMExegesisAArch64.a -usr/lib64/libLLVMExegesisMips.a usr/lib64/libLLVMExegesisPowerPC.a +usr/lib64/libLLVMExegesisRISCV.a usr/lib64/libLLVMExegesisX86.a usr/lib64/libLLVMExtensions.a usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendAtomic.a usr/lib64/libLLVMFrontendDriver.a usr/lib64/libLLVMFrontendHLSL.a usr/lib64/libLLVMFrontendOffloading.a @@ -2216,11 +2400,6 @@ usr/lib64/libLLVMMCDisassembler.a usr/lib64/libLLVMMCJIT.a usr/lib64/libLLVMMCParser.a usr/lib64/libLLVMMIRParser.a -usr/lib64/libLLVMMipsAsmParser.a -usr/lib64/libLLVMMipsCodeGen.a -usr/lib64/libLLVMMipsDesc.a -usr/lib64/libLLVMMipsDisassembler.a -usr/lib64/libLLVMMipsInfo.a usr/lib64/libLLVMNVPTXCodeGen.a usr/lib64/libLLVMNVPTXDesc.a usr/lib64/libLLVMNVPTXInfo.a @@ -2242,6 +2421,12 @@ usr/lib64/libLLVMPowerPCDesc.a usr/lib64/libLLVMPowerPCDisassembler.a usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a +usr/lib64/libLLVMRISCVAsmParser.a +usr/lib64/libLLVMRISCVCodeGen.a +usr/lib64/libLLVMRISCVDesc.a +usr/lib64/libLLVMRISCVDisassembler.a +usr/lib64/libLLVMRISCVInfo.a +usr/lib64/libLLVMRISCVTargetMCA.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a usr/lib64/libLLVMSandboxIR.a @@ -2259,6 +2444,7 @@ usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a +usr/lib64/libLLVMTelemetry.a usr/lib64/libLLVMTextAPI.a usr/lib64/libLLVMTextAPIBinaryReader.a usr/lib64/libLLVMTransformUtils.a @@ -2280,68 +2466,2516 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.19.1 +usr/lib64/libLTO.so.%%LIBVERSION%% usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.19.1 +usr/lib64/libRemarks.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/FileCheck +usr/lib64/llvm%%BINVERSION%%/bin/UnicodeNameMappingGenerator +usr/lib64/llvm%%BINVERSION%%/bin/bugpoint +usr/lib64/llvm%%BINVERSION%%/bin/dsymutil +usr/lib64/llvm%%BINVERSION%%/bin/llc +usr/lib64/llvm%%BINVERSION%%/bin/lli +usr/lib64/llvm%%BINVERSION%%/bin/llvm-PerfectShuffle +usr/lib64/llvm%%BINVERSION%%/bin/llvm-addr2line +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ar +usr/lib64/llvm%%BINVERSION%%/bin/llvm-as +usr/lib64/llvm%%BINVERSION%%/bin/llvm-bcanalyzer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-bitcode-strip +usr/lib64/llvm%%BINVERSION%%/bin/llvm-c-test +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cat +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cfi-verify +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cgdata +usr/lib64/llvm%%BINVERSION%%/bin/llvm-config +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cov +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ctxprof-util +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cvtres +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxfilt +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxmap +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfo-analyzer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfod +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfod-find +usr/lib64/llvm%%BINVERSION%%/bin/llvm-diff +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dis +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dlltool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwarfdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwarfutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwp +usr/lib64/llvm%%BINVERSION%%/bin/llvm-exegesis +usr/lib64/llvm%%BINVERSION%%/bin/llvm-extract +usr/lib64/llvm%%BINVERSION%%/bin/llvm-gsymutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ifs +usr/lib64/llvm%%BINVERSION%%/bin/llvm-install-name-tool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-jitlink +usr/lib64/llvm%%BINVERSION%%/bin/llvm-jitlink-executor +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lib +usr/lib64/llvm%%BINVERSION%%/bin/llvm-libtool-darwin +usr/lib64/llvm%%BINVERSION%%/bin/llvm-link +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lipo +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lto +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lto2 +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mc +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mca +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ml +usr/lib64/llvm%%BINVERSION%%/bin/llvm-modextract +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mt +usr/lib64/llvm%%BINVERSION%%/bin/llvm-nm +usr/lib64/llvm%%BINVERSION%%/bin/llvm-objcopy +usr/lib64/llvm%%BINVERSION%%/bin/llvm-objdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-opt-report +usr/lib64/llvm%%BINVERSION%%/bin/llvm-otool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-pdbutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-profdata +usr/lib64/llvm%%BINVERSION%%/bin/llvm-profgen +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ranlib +usr/lib64/llvm%%BINVERSION%%/bin/llvm-rc +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readelf +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readobj +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readtapi +usr/lib64/llvm%%BINVERSION%%/bin/llvm-reduce +usr/lib64/llvm%%BINVERSION%%/bin/llvm-remarkutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-rtdyld +usr/lib64/llvm%%BINVERSION%%/bin/llvm-sim +usr/lib64/llvm%%BINVERSION%%/bin/llvm-size +usr/lib64/llvm%%BINVERSION%%/bin/llvm-split +usr/lib64/llvm%%BINVERSION%%/bin/llvm-stress +usr/lib64/llvm%%BINVERSION%%/bin/llvm-strings +usr/lib64/llvm%%BINVERSION%%/bin/llvm-strip +usr/lib64/llvm%%BINVERSION%%/bin/llvm-symbolizer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-tblgen +usr/lib64/llvm%%BINVERSION%%/bin/llvm-tli-checker +usr/lib64/llvm%%BINVERSION%%/bin/llvm-undname +usr/lib64/llvm%%BINVERSION%%/bin/llvm-windres +usr/lib64/llvm%%BINVERSION%%/bin/llvm-xray +usr/lib64/llvm%%BINVERSION%%/bin/obj2yaml +usr/lib64/llvm%%BINVERSION%%/bin/opt +usr/lib64/llvm%%BINVERSION%%/bin/reduce-chunk-list +usr/lib64/llvm%%BINVERSION%%/bin/sancov +usr/lib64/llvm%%BINVERSION%%/bin/sanstats +usr/lib64/llvm%%BINVERSION%%/bin/split-file +usr/lib64/llvm%%BINVERSION%%/bin/verify-uselistorder +usr/lib64/llvm%%BINVERSION%%/bin/yaml2obj +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/BitReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/BitWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Comdat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Core.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DataTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Deprecated.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Disassembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DisassemblerTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ErrorHandling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ExecutionEngine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ExternC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/IRReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/LLJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/LLJITUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Linker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Object.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Orc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/OrcEE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Remarks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Support.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Target.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/TargetMachine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Transforms/PassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Types.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/blake3.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/lto.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ADL.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APFixedPoint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APFloat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APSInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/AddressRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/AllocatorList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Any.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ArrayRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Bitfields.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BitmaskEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Bitset.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BreadthFirstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CachedHashString.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CoalescingBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CombinationGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ConcurrentHashtable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DAGDeltaAlgorithm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DeltaAlgorithm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DeltaTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfoVariant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DepthFirstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DirectedGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DynamicAPInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EnumeratedArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EpochTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EquivalenceClasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FloatingPointMode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FoldingSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FunctionExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericSSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GraphTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Hashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IndexedMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntEqClasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntervalMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntervalTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntrusiveRefCntPtr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/LazyAtomicPointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/MapVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PackedVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PagedVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerEmbeddedInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerIntPair.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerSumType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerUnion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PostOrderIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PriorityWorklist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/RewriteBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/RewriteRope.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SCCIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLForwardCompat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLFunctionalExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ScopeExit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ScopedHashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Sequence.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SetOperations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SetVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SlowDynamicAPInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallPtrSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallString.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallVectorExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseMultiSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StableHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Statistic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringMapEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TinyPtrVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TrieHashIndexGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TrieRawHashMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Twine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TypeSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Uniformity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/UniqueVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/bit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/edit_distance.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/fallible_iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/identity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_base.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_base.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_options.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/iterator_range.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/simple_ilist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysisEvaluator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasSetTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AssumeBundleQueries.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AssumptionCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BasicAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFGSCCPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CGSCCPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraphSCCPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CaptureTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CmpInstAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CodeMetrics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ConstantFolding.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ConstraintSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CostModel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CtxProfAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CycleAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DDG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DDGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DXILMetadataAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DXILResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Delinearization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DemandedBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceGraphBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomConditionCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontierImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/EHUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GlobalsModRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GuardUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/HeatUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IRSimilarityIdentifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IVDescriptors.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IVUsers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineCost.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineModelFeatureMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstCount.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstSimplifyFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionPrecedenceTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InteractiveModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LastRunTrackingAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyCallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyValueInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Lint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Loads.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAccessAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAnalysisManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopCacheAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopNestAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopUnrollAnalyzer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MLInlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MLModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemDerefPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryBuiltins.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryDependenceAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryProfileInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModelUnderTrainingRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleDebugInfoPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleSummaryAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MustExecute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/NoInferenceModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAnalysisUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCInstKind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/OptimizationRemarkEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/OverflowInstAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PHITransAddr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Passes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PhiValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PostDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ProfileSummaryInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PtrUseVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ReleaseModeModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ReplayInlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionExpressions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarFuncs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScopedNoAliasAA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SimplifyQuery.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SparsePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StackLifetime.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StackSafetyAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StructuralHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SyntheticCountsUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TensorSpec.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TypeBasedAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TypeMetadataUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/UniformityAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/Local.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TFUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TrainingLogger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLattice.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLatticeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/VecFuncs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/VectorUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/WithCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLToken.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/NumberedValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/Parser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/SlotMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainerConstants.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DynamicTags.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARC.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARM.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AVR.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/BPF.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/M68k.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Mips.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/VE.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/i386.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/GOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Magic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Minidump.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MinidumpConstants.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackDocument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Wasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmRelocs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/XCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeAnalyzer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeConvenience.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriterPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/LLVMBitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodeEnums.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTreeRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMapRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AccelTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AntiDepBreaker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinterHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpandUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicTTIImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ByteProvider.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CFIFixup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CSEConfigBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CalcSpillWeights.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CallBrPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CallingConvLower.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenCommonISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenTargetMachineImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ComplexDeinterleavingPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CostTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DAGCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DFAPacketizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DIE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DIEValue.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DeadMachineInstructionElim.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DebugHandlerBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DetectDeadLanes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/EarlyIfConversion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/EdgeBundles.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExecutionDomainFix.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeDivRem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeFpConvert.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandMemCmp.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandReductions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandVectorPredication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FastISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FaultMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FinalizeISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FunctionLoweringInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadataPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GenVT.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CallLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Combiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/IRTranslator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Legalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Localizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMerge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMergeFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/HardwareLoops.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ISDOpcodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectBrExpand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectThunks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedAccess.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedLoadCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IntrinsicLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/JMCInstrumenter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LatencyPriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LexicalScopes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveDebugVariables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveInterval.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalCalc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalUnion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LivePhysRegs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeCalc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeEdit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegMatrix.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegUnits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveStacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveVariables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LocalStackSlotAllocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LoopTraversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LowLevelTypeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LowerEmuTLS.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MBFIWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFSDiscriminator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFormatter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIRParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRSampleProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRYamlMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachORelocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCFGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCSE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCombinerPattern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConstantPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundleIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineMemOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfoImpls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleSlotTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOutliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePipeliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePostDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSizeOpts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineStableHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineTraceMetrics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineUniformityAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MacroFusion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ModuloSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MultiHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/OptimizePHIs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/CostAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Graph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Math.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/ReductionRules.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Solution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQPRAConstraint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PHIElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Passes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PeepholeOptimizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PreISelIntrinsicLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValueManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFLiveness.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFRegisters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ReachingDefAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocFast.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocPBQP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoPropagate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Register.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBank.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBankInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterClassInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterPressure.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterScavenging.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterUsageInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ReplaceWithVeclib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ResourcePriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RuntimeLibcallUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SDNodeProperties.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SDPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SafeStack.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGInstrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGMutation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDFS.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SchedulerRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectOptimize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGTargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ShadowStackGCLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SjLjEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SlotIndexes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SpillPlacement.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Spiller.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackColoring.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackProtector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SwiftErrorValueTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplicator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetCallingConv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetFrameLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetInstrInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetOpcodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetPassConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSubtargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TileShapeInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TwoAddressInstructionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TypePromotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/UnreachableBlockElim.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/VLIWMachineScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/VirtRegMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHFuncInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHFuncInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WindowScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/LowLevelType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/MachineValueType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/AsmParsers.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/AsmPrinters.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/Disassemblers.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/TargetExegesis.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/TargetMCAs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/Targets.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/abi-breaking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/llvm-config.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/AddressesMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFLinkerBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/IndexedValuesMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/StringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWPError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWPStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeView.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/EnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Formatters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/FunctionId.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GUID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Line.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordName.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordSerialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DIContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDie.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFListTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFSection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/CallSiteInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ExtractRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FunctionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymCreator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/Header.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/InlineInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/OutputAggregator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/StringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/IMSFFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MappedBlockStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIATable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/GenericError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBDataStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/EnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/Hash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/HashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InputFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymDumper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/UDTLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/DIPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Markup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Symbolize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/BuildIDFetcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/Debuginfod.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPClient.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPServer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/Demangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/DemangleConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumDemangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumNodes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangleNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/StringViewExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/Utility.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ExecutionEngine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/GenericValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Interpreter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITEventListener.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/TableManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch32.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/i386.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/loongarch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ppc64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/riscv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/MCJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/OProfileWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ObjectCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Core.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CoreContainers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LLJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Layer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Mangling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RedirectionManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SectCreate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Speculation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyld.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/SectionMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FileCheck/FileCheck.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Atomic/Atomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Debug/Options.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Directive/DirectiveBase.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Driver/CodeGenOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/HLSL/HLSLResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/OffloadWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/Utility.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.h.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ClauseT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPAssume.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPGridValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPKinds.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/FuzzerCLI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/IRMutator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/OpDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Operations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Random.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/RandomIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AbstractCallSite.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Argument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AssemblyAnnotationWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Assumptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AttributeMask.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AutoUpgrade.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/BasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/BuiltinGCs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CallingConv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CmpPredicate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Comdat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Constant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFPRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFold.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Constants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstrainedOps.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CycleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DIBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DataLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DbgVariableFragmentInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoFlags.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugProgramInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DerivedTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DerivedUser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Dominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/EHPersonalities.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FMF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FPEnv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FixedMetadataKinds.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FixedPointBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Function.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GCStrategy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GEPNoWrapFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GVMaterializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GenericConvergenceVerifierImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GetElementPtrTypeIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalAlias.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalIFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalVariable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRBuilderFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRPrintingPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InlineAsm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstrTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instruction.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instructions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicEnums.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicImpl.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagonDep.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVPTX.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVVM.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsR600.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXCV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXTHead.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXsf.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsS390.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSystemZ.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVEVL.gen.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LLVMContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LLVMRemarkStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManagers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassNameParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MDBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Mangler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MatrixBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MemoryModelRelaxationAnnotations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Metadata.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Metadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Module.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSlotTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/NVVMIntrinsicUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/NoFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/OperandTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Operator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/OptBisect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassInstrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManagerImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManagerInternal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassTimingInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PredIteratorCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PrintPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ProfDataUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ProfileSummary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PseudoProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ReplaceConstant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SafepointIRVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Statepoint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/StructuralHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SymbolTableListTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TrackingMDRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Type.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TypeFinder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TypedPointerType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Use.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/UseListOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/User.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VFABIDemangler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VPIntrinsics.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Value.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Value.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueHandle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueSymbolTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VectorBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VectorTypeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Verifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IRPrinter/IRPrintingPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IRReader/IRReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InitializePasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/ELFObjHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSStub.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/Config.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/LTO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/LTOBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOCodeGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/UpdateCompilerUsed.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LineEditor/LineEditor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LinkAllIR.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LinkAllPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Linker/IRMover.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Linker/Linker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/ConstantPools.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/DXContainerPSVInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/LaneBitmask.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoDarwin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmMacro.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAssembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCCodeEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCCodeView.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDecoderOps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDirectives.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCDisassembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCSymbolizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDwarf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCExpr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFixup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFixupKindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFragment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrDesc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrItineraries.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCLabel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCLinkerOptimizationHint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCMachObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectFileInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmCond.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserExtension.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCParsedAsmOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCTargetAsmParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCPseudoProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCRegister.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionDXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionMachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionSPIRV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSubtargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolMachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolTableEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptionsCommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWasmObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWasmStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWin64EH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinEH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MachineLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/SectionKind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/StringTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/TargetRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/CodeEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Context.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/CustomBehaviour.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HWEventListener.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/HardwareUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/LSUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RegisterFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/ResourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/Scheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/IncrementalSourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/InstrBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Pipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/SourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/DispatchStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/EntryStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/ExecuteStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InOrderIssueStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InstructionTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/MicroOpQueueStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/RetireStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/Stage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Support.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/View.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/CommonConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ConfigManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MultiFormatConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ObjCopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Archive.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ArchiveWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Binary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/BuildID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFFImportFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFFModuleDefinition.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/CVDebugRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/DXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Decompressor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELFTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/FaultMapParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/GOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/GOFFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/IRObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/IRSymtab.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversalWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Minidump.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ModuleSymbolTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/OffloadBinary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/RelocationResolver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/StackMapParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/SymbolSize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/SymbolicFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/TapiFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/TapiUniversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Wasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/WindowsMachineFlag.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/WindowsResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/XCOFFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ArchiveYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/COFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DXContainerYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ELFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/GOFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MachOYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MinidumpYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ObjectYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/OffloadYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/WasmYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/XCOFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/YAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/yaml2obj.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/Arg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/ArgList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptParser.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptSpecifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/Option.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Pass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassAnalysisSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/CodeGenPassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStatsIR.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/MachinePassRegistry.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/OptimizationLevel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/PassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/PassPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/StandardInstrumentations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/TargetPassRegistry.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/CtxInstrContextNode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/FunctionId.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/GCOV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/HashKeyMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfCorrelator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MIBEntryDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/ProfileCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SymbolRemappingReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/HotnessThresholdParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/Remark.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkFormat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Argument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/BasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Constant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Context.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Function.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/IntrinsicInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Module.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Operator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Pass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/PassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Region.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Tracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Type.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Use.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/User.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Value.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Values.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AArch64BuildAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUAddrSpace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDHSAKernelDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMBuildAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMEHABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMWinEH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AlignOf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Alignment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Allocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AllocatorBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ArrayRecycler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Atomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AtomicOrdering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AutoConvert.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Automaton.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BCD.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BLAKE3.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BalancedPartitioning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Base64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryByteStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryItemStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BlockFrequency.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BranchProbability.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BuryPointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CBindingWrapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CFGDiff.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CFGUpdate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/COM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CRC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CachePruning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Caching.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Capacity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Casting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CheckedArithmetic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Chrono.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CodeGen.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CodeGenCoverage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CommandLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Compiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Compression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ConvertEBCDIC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ConvertUTF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CrashRecoveryContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DJB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DOTGraphTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DXILABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DataTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Debug.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DebugCounter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Discriminator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DivisionByConstantInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Duration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DynamicLibrary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Endian.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/EndianStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Errc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Errno.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ErrorHandling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ErrorOr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExponentialBackoff.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExtensibleRTTI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Extension.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileOutputBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileSystem/UniqueID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileUtilities.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Format.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatAdapters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatProviders.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadicDetails.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormattedStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTreeConstruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericIteratedDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GlobPattern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GraphWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HashBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/InitLLVM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/InstructionCost.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/JSON.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/KnownBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LEB128.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LICENSE.TXT +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LLVMDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LineIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Locale.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LockFileManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LogicalResult.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MD5.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSP430AttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSP430Attributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSVCErrorWorkarounds.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ManagedStatic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MathExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemAlloc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemoryBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemoryBufferRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MipsABIFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ModRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Mutex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/NVPTXAddrSpace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/NativeFormatting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OnDiskHashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OptimizedStructLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OptionStrCmp.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PGOOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Parallel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Path.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PerThreadBumpPtrAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PluginLoader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PointerLikeTypeTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PrettyStackTrace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Printable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Process.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Program.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVISAUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RWMutex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RandomNumberGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Recycler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RecyclingAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Regex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Registry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ReverseIteration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SHA1.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SHA256.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SMLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SMTAPI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SaveAndRestore.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ScaledNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ScopedPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Signals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Signposts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SipHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SmallVectorMemoryBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Solaris/sys/regset.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SpecialCaseList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/StringSaver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SuffixTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SuffixTreeNode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SwapByteOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SystemUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SystemZ/zOSSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TarWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TargetOpcodes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TargetSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ThreadPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ThreadSafeAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Threading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TimeProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ToolOutputFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TrailingObjects.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TypeName.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TypeSize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Unicode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/UnicodeCharRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VCSRevision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Valgrind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VersionTuple.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VirtualFileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Watchdog.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Win64EH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Windows/WindowsSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/WindowsError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/WithColor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/X86DisassemblerDecoderCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/X86FoldTablesUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/YAMLParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/YAMLTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/circular_raw_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/float128.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_os_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_sha1_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_socket_stream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/thread.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/type_traits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/xxhash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/AArch64ImmCheck.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Automaton.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/DirectiveEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Main.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Parser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Record.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/SearchableTable.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/SetTheory.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/StringMatcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/StringToOffsetTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/TGTimer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/TableGenBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/CGPassBuilderOption.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/CodeGenCWrappers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GenericOpcodes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Combine.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/RegisterBank.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Target.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/Target.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetCallingConv.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetInstrPredicate.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetIntrinsicInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetItinerary.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetLoweringObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetMachine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetMacroFusion.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetPfmCounters.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetSchedule.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetSelectionDAG.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64CPUFeatures.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64FeatPriorities.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/Host.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVISAInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/SubtargetFeature.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/Triple.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Telemetry/Telemetry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMapEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Annotations/Annotations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Support/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Support/SupportHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/ArchitectureSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/DylibReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/FileTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/InterfaceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/PackedVersion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Platform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Record.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordsSlice.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Symbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/SymbolSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Target.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/CFGuard.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/ABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroCleanup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroEarly.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroElide.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroInstr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/MaterializationUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SpillUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/HipStdPar/HipStdPar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/AlwaysInliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Annotation2Metadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ArgumentPromotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Attributor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/BlockExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CalledValuePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ConstantMerge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CrossDSOCFI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/DeadArgumentElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ElimAvailExtern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExpandVariadics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExtractGV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionImport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionSpecialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalDCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/HotColdSplitting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/IROutliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/InferFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Inliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Internalize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LoopExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LowerTypeTests.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MergeFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ModuleInliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/OpenMPOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/PartialInlining.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ProfiledCallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SCCP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleContextTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileMatcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripDeadPrototypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/WholeProgramDevirt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BoundsChecking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CFGMST.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CGProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrProfiling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/KCFI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/TypeSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/ObjCARC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ADCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AnnotationRemarks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/BDCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CallSiteSplitting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstantHoisting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstraintElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DFAJumpThreading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DeadStoreElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DivRemPairs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/EarlyCSE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/FlattenCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Float2Int.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVN.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVNExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GuardWidening.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IVUsersPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IndVarSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAddressSpaces.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAlignment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpTableToSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpThreading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopBoundSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDeletion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDistribute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFlatten.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFuse.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInstSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInterchange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopLoadElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPredication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopRotation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopTermFold.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerAtomicPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergeICmps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NaryReassociate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NewGVN.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PlaceSafepoints.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reassociate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reg2Mem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SCCP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SROA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Scalarizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimplifyCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Sink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SpeculativeExecution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StructurizeCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/TailRecursionElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AddDiscriminators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BasicBlockUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BreakCriticalEdges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BuildLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BypassSlowDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallGraphUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallPromotionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeAliases.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Cloning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ControlFlowUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CountVisits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CtorUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/DXILUpgrade.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Debugify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EscapeEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Evaluator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ExtraPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FixIrreducible.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionComparator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionImportUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GlobalStatus.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GuardUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/HelloWorld.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IRNormalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InjectTLIMappings.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionNamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Instrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IntegerDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LCSSA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Local.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LongestCommonSequence.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopConstrainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopPeel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopRotationUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopVersioning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerAtomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerGlobalDtors.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerIFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerInvoke.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MatrixUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Mem2Reg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryOpRemark.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MetaRenamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MisExpect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ModuleUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MoveAutoInit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/NameAnonGlobals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PredicateInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PromoteMemToReg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/RelLookupTableConverter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SCCPSolver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileInference.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SanitizerStats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyIndVar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SizeOpts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SplitModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripGCRelocates.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SymbolRewriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyLoopExits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnrollLoop.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/VNCoercion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ValueMapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/VectorCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCPaths.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCSetupApi.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsManifest/WindowsManifestMerger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceProcessor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptToken.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptTokenList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockIndexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRLogBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordConsumer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordProducer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecords.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceExpander.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FileHeaderReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Graph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/InstrumentationMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Profile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/RecordPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/XRayRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/YAMLXRayRecord.h +usr/lib64/llvm%%BINVERSION%%/lib64/LLVMgold.so +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddLLVM.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddOCaml.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddSphinxTarget.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckAtomic.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckCompilerVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckProblematicConfigurations.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CoverageReport.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CrossCompile.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FileLock.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindFFI.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindLibEdit.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindLibpfm.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindOCaml.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindSphinx.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindZ3.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/Findzstd.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GenerateVersionFromVCS.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GetErrcMessages.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GetLibraryName.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/HandleLLVMOptions.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/HandleLLVMStdlib.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVM-Build.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVM-Config.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfig.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfigExtensions.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfigVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMDistributionSupport.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExports-relwithdebinfo.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExports.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExternalProjectUtils.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMInstallSymlink.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMProcessSources.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/TableGen.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/TensorFlowCompile.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/UseLibtool.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/VersionFromVCS.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/llvm-driver-template.cpp.in +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM-%%BINVERSION%%.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64AsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64CodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Desc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Disassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Info.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Utils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUTargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAggressiveInstCombine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAnalysis.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAsmPrinter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBinaryFormat.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitWriter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitstreamReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCFGuard.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCFIVerify.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCGData.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCodeGenTypes.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCore.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCoroutines.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCoverage.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinker.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinkerClassic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinkerParallel.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWP.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoBTF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoCodeView.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoDWARF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoGSYM.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoLogicalView.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoMSF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoPDB.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebuginfod.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDemangle.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDiff.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDlltoolDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExecutionEngine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesis.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisAArch64.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisPowerPC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisRISCV.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisX86.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExtensions.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFileCheck.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendAtomic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendHLSL.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOffloading.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOpenACC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOpenMP.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFuzzMutate.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFuzzerCLI.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMGlobalISel.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMHipStdPar.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMIRPrinter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMIRReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInstCombine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInstrumentation.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInterfaceStub.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInterpreter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMJITLink.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLTO.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLibDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLineEditor.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLinker.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCJIT.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMIRParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjCARCOpts.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjCopy.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObject.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjectYAML.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOptDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOption.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcDebugging.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcJIT.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcShared.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcTargetProcess.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPasses.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPerfJITEvents.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMProfileData.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVTargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRemarks.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRuntimeDyld.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSandboxIR.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMScalarOpts.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSelectionDAG.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSupport.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSymbolize.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGenBasic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGenCommon.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTarget.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTargetParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTelemetry.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTextAPI.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTextAPIBinaryReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTransformUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMVectorize.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWindowsDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWindowsManifest.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86AsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86CodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Desc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Disassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Info.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86TargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMXRay.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMipo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLTO.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLTO.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/libRemarks.so +usr/lib64/llvm%%BINVERSION%%/lib64/libRemarks.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-diff.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-stats.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-viewer.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/optpmap.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/optrecord.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/style.css usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT usr/share/licenses/llvm/LICENSE.TXT +usr/share/man/man1/FileCheck-%%LIBVERSION%%.gz usr/share/man/man1/FileCheck.1.gz +usr/share/man/man1/bugpoint-%%LIBVERSION%%.gz usr/share/man/man1/bugpoint.1.gz +usr/share/man/man1/clang-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/clang-tblgen.1.gz +usr/share/man/man1/dsymutil-%%LIBVERSION%%.gz usr/share/man/man1/dsymutil.1.gz +usr/share/man/man1/lit-%%LIBVERSION%%.gz usr/share/man/man1/lit.1.gz +usr/share/man/man1/llc-%%LIBVERSION%%.gz usr/share/man/man1/llc.1.gz +usr/share/man/man1/lldb-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/lldb-tblgen.1.gz +usr/share/man/man1/lli-%%LIBVERSION%%.gz usr/share/man/man1/lli.1.gz +usr/share/man/man1/llvm-addr2line-%%LIBVERSION%%.gz usr/share/man/man1/llvm-addr2line.1.gz +usr/share/man/man1/llvm-ar-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ar.1.gz +usr/share/man/man1/llvm-as-%%LIBVERSION%%.gz usr/share/man/man1/llvm-as.1.gz +usr/share/man/man1/llvm-bcanalyzer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-bcanalyzer.1.gz -usr/share/man/man1/llvm-config-64.1.gz +usr/share/man/man1/llvm-cgdata-%%LIBVERSION%%.gz +usr/share/man/man1/llvm-cgdata.1.gz +usr/share/man/man1/llvm-config-%%LIBVERSION%%.gz usr/share/man/man1/llvm-config.1.gz +usr/share/man/man1/llvm-cov-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cov.1.gz +usr/share/man/man1/llvm-cxxfilt-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cxxfilt.1.gz +usr/share/man/man1/llvm-cxxmap-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cxxmap.1.gz +usr/share/man/man1/llvm-debuginfo-analyzer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-debuginfo-analyzer.1.gz +usr/share/man/man1/llvm-diff-%%LIBVERSION%%.gz usr/share/man/man1/llvm-diff.1.gz +usr/share/man/man1/llvm-dis-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dis.1.gz +usr/share/man/man1/llvm-dwarfdump-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dwarfdump.1.gz +usr/share/man/man1/llvm-dwarfutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dwarfutil.1.gz +usr/share/man/man1/llvm-exegesis-%%LIBVERSION%%.gz usr/share/man/man1/llvm-exegesis.1.gz +usr/share/man/man1/llvm-extract-%%LIBVERSION%%.gz usr/share/man/man1/llvm-extract.1.gz +usr/share/man/man1/llvm-ifs-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ifs.1.gz +usr/share/man/man1/llvm-install-name-tool-%%LIBVERSION%%.gz usr/share/man/man1/llvm-install-name-tool.1.gz +usr/share/man/man1/llvm-lib-%%LIBVERSION%%.gz usr/share/man/man1/llvm-lib.1.gz +usr/share/man/man1/llvm-libtool-darwin-%%LIBVERSION%%.gz usr/share/man/man1/llvm-libtool-darwin.1.gz +usr/share/man/man1/llvm-link-%%LIBVERSION%%.gz usr/share/man/man1/llvm-link.1.gz +usr/share/man/man1/llvm-lipo-%%LIBVERSION%%.gz usr/share/man/man1/llvm-lipo.1.gz +usr/share/man/man1/llvm-locstats-%%LIBVERSION%%.gz usr/share/man/man1/llvm-locstats.1.gz +usr/share/man/man1/llvm-mc-%%LIBVERSION%%.gz usr/share/man/man1/llvm-mc.1.gz +usr/share/man/man1/llvm-mca-%%LIBVERSION%%.gz usr/share/man/man1/llvm-mca.1.gz +usr/share/man/man1/llvm-nm-%%LIBVERSION%%.gz usr/share/man/man1/llvm-nm.1.gz +usr/share/man/man1/llvm-objcopy-%%LIBVERSION%%.gz usr/share/man/man1/llvm-objcopy.1.gz +usr/share/man/man1/llvm-objdump-%%LIBVERSION%%.gz usr/share/man/man1/llvm-objdump.1.gz +usr/share/man/man1/llvm-opt-report-%%LIBVERSION%%.gz usr/share/man/man1/llvm-opt-report.1.gz +usr/share/man/man1/llvm-otool-%%LIBVERSION%%.gz usr/share/man/man1/llvm-otool.1.gz +usr/share/man/man1/llvm-pdbutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-pdbutil.1.gz +usr/share/man/man1/llvm-profdata-%%LIBVERSION%%.gz usr/share/man/man1/llvm-profdata.1.gz +usr/share/man/man1/llvm-profgen-%%LIBVERSION%%.gz usr/share/man/man1/llvm-profgen.1.gz +usr/share/man/man1/llvm-ranlib-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ranlib.1.gz +usr/share/man/man1/llvm-readelf-%%LIBVERSION%%.gz usr/share/man/man1/llvm-readelf.1.gz +usr/share/man/man1/llvm-readobj-%%LIBVERSION%%.gz usr/share/man/man1/llvm-readobj.1.gz +usr/share/man/man1/llvm-reduce-%%LIBVERSION%%.gz usr/share/man/man1/llvm-reduce.1.gz +usr/share/man/man1/llvm-remarkutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-remarkutil.1.gz +usr/share/man/man1/llvm-size-%%LIBVERSION%%.gz usr/share/man/man1/llvm-size.1.gz +usr/share/man/man1/llvm-stress-%%LIBVERSION%%.gz usr/share/man/man1/llvm-stress.1.gz +usr/share/man/man1/llvm-strings-%%LIBVERSION%%.gz usr/share/man/man1/llvm-strings.1.gz +usr/share/man/man1/llvm-strip-%%LIBVERSION%%.gz usr/share/man/man1/llvm-strip.1.gz +usr/share/man/man1/llvm-symbolizer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-symbolizer.1.gz +usr/share/man/man1/llvm-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/llvm-tblgen.1.gz +usr/share/man/man1/llvm-tli-checker-%%LIBVERSION%%.gz usr/share/man/man1/llvm-tli-checker.1.gz +usr/share/man/man1/mlir-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/mlir-tblgen.1.gz usr/share/man/man1/opt.1.gz +usr/share/man/man1/opt-%%LIBVERSION%%.gz +usr/share/man/man1/tblgen-%%LIBVERSION%%.gz usr/share/man/man1/tblgen.1.gz usr/share/opt-viewer/opt-diff.py usr/share/opt-viewer/opt-stats.py diff --git a/devel/linux-rl9-llvm/pkg-plist.amd64 b/devel/linux-rl9-llvm/pkg-plist.amd64 index d7fcad9504dd..0f96375a456f 100644 --- a/devel/linux-rl9-llvm/pkg-plist.amd64 +++ b/devel/linux-rl9-llvm/pkg-plist.amd64 @@ -1,90 +1,173 @@ usr/bin/FileCheck +usr/bin/FileCheck-%%BINVERSION%% usr/bin/UnicodeNameMappingGenerator +usr/bin/UnicodeNameMappingGenerator-%%BINVERSION%% usr/bin/bugpoint +usr/bin/bugpoint-%%BINVERSION%% usr/bin/dsymutil +usr/bin/dsymutil-%%BINVERSION%% usr/bin/llc +usr/bin/llc-%%BINVERSION%% usr/bin/lli +usr/bin/lli-%%BINVERSION%% usr/bin/llvm-PerfectShuffle +usr/bin/llvm-PerfectShuffle-%%BINVERSION%% usr/bin/llvm-addr2line +usr/bin/llvm-addr2line-%%BINVERSION%% usr/bin/llvm-ar +usr/bin/llvm-ar-%%BINVERSION%% usr/bin/llvm-as +usr/bin/llvm-as-%%BINVERSION%% usr/bin/llvm-bcanalyzer +usr/bin/llvm-bcanalyzer-%%BINVERSION%% usr/bin/llvm-bitcode-strip +usr/bin/llvm-bitcode-strip-%%BINVERSION%% usr/bin/llvm-c-test +usr/bin/llvm-c-test-%%BINVERSION%% usr/bin/llvm-cat +usr/bin/llvm-cat-%%BINVERSION%% usr/bin/llvm-cfi-verify -usr/bin/llvm-config-19-32 -usr/bin/llvm-config-19-64 -usr/bin/llvm-config-32 -usr/bin/llvm-config-64 +usr/bin/llvm-cfi-verify-%%BINVERSION%% +usr/bin/llvm-cgdata +usr/bin/llvm-cgdata-%%BINVERSION%% usr/bin/llvm-cov +usr/bin/llvm-cov-%%BINVERSION%% +usr/bin/llvm-ctxprof-util +usr/bin/llvm-ctxprof-util-%%BINVERSION%% usr/bin/llvm-cvtres +usr/bin/llvm-cvtres-%%BINVERSION%% usr/bin/llvm-cxxdump +usr/bin/llvm-cxxdump-%%BINVERSION%% usr/bin/llvm-cxxfilt +usr/bin/llvm-cxxfilt-%%BINVERSION%% usr/bin/llvm-cxxmap +usr/bin/llvm-cxxmap-%%BINVERSION%% usr/bin/llvm-debuginfo-analyzer +usr/bin/llvm-debuginfo-analyzer-%%BINVERSION%% usr/bin/llvm-debuginfod +usr/bin/llvm-debuginfod-%%BINVERSION%% usr/bin/llvm-debuginfod-find +usr/bin/llvm-debuginfod-find-%%BINVERSION%% usr/bin/llvm-diff +usr/bin/llvm-diff-%%BINVERSION%% usr/bin/llvm-dis +usr/bin/llvm-dis-%%BINVERSION%% usr/bin/llvm-dlltool +usr/bin/llvm-dlltool-%%BINVERSION%% usr/bin/llvm-dwarfdump +usr/bin/llvm-dwarfdump-%%BINVERSION%% usr/bin/llvm-dwarfutil +usr/bin/llvm-dwarfutil-%%BINVERSION%% usr/bin/llvm-dwp +usr/bin/llvm-dwp-%%BINVERSION%% usr/bin/llvm-exegesis +usr/bin/llvm-exegesis-%%BINVERSION%% usr/bin/llvm-extract +usr/bin/llvm-extract-%%BINVERSION%% usr/bin/llvm-gsymutil +usr/bin/llvm-gsymutil-%%BINVERSION%% usr/bin/llvm-ifs +usr/bin/llvm-ifs-%%BINVERSION%% usr/bin/llvm-install-name-tool +usr/bin/llvm-install-name-tool-%%BINVERSION%% usr/bin/llvm-jitlink +usr/bin/llvm-jitlink-%%BINVERSION%% usr/bin/llvm-jitlink-executor +usr/bin/llvm-jitlink-executor-%%BINVERSION%% usr/bin/llvm-lib +usr/bin/llvm-lib-%%BINVERSION%% usr/bin/llvm-libtool-darwin +usr/bin/llvm-libtool-darwin-%%BINVERSION%% usr/bin/llvm-link +usr/bin/llvm-link-%%BINVERSION%% usr/bin/llvm-lipo +usr/bin/llvm-lipo-%%BINVERSION%% usr/bin/llvm-lto +usr/bin/llvm-lto-%%BINVERSION%% usr/bin/llvm-lto2 +usr/bin/llvm-lto2-%%BINVERSION%% usr/bin/llvm-mc +usr/bin/llvm-mc-%%BINVERSION%% usr/bin/llvm-mca +usr/bin/llvm-mca-%%BINVERSION%% usr/bin/llvm-ml +usr/bin/llvm-ml-%%BINVERSION%% usr/bin/llvm-modextract +usr/bin/llvm-modextract-%%BINVERSION%% usr/bin/llvm-mt +usr/bin/llvm-mt-%%BINVERSION%% usr/bin/llvm-nm +usr/bin/llvm-nm-%%BINVERSION%% usr/bin/llvm-objcopy +usr/bin/llvm-objcopy-%%BINVERSION%% usr/bin/llvm-objdump +usr/bin/llvm-objdump-%%BINVERSION%% usr/bin/llvm-opt-report +usr/bin/llvm-opt-report-%%BINVERSION%% usr/bin/llvm-otool +usr/bin/llvm-otool-%%BINVERSION%% usr/bin/llvm-pdbutil +usr/bin/llvm-pdbutil-%%BINVERSION%% usr/bin/llvm-profdata +usr/bin/llvm-profdata-%%BINVERSION%% usr/bin/llvm-profgen +usr/bin/llvm-profgen-%%BINVERSION%% usr/bin/llvm-ranlib +usr/bin/llvm-ranlib-%%BINVERSION%% usr/bin/llvm-rc +usr/bin/llvm-rc-%%BINVERSION%% usr/bin/llvm-readelf +usr/bin/llvm-readelf-%%BINVERSION%% usr/bin/llvm-readobj +usr/bin/llvm-readobj-%%BINVERSION%% usr/bin/llvm-readtapi +usr/bin/llvm-readtapi-%%BINVERSION%% usr/bin/llvm-reduce +usr/bin/llvm-reduce-%%BINVERSION%% usr/bin/llvm-remarkutil +usr/bin/llvm-remarkutil-%%BINVERSION%% usr/bin/llvm-rtdyld +usr/bin/llvm-rtdyld-%%BINVERSION%% usr/bin/llvm-sim +usr/bin/llvm-sim-%%BINVERSION%% usr/bin/llvm-size +usr/bin/llvm-size-%%BINVERSION%% usr/bin/llvm-split +usr/bin/llvm-split-%%BINVERSION%% usr/bin/llvm-stress +usr/bin/llvm-stress-%%BINVERSION%% usr/bin/llvm-strings +usr/bin/llvm-strings-%%BINVERSION%% usr/bin/llvm-strip +usr/bin/llvm-strip-%%BINVERSION%% usr/bin/llvm-symbolizer +usr/bin/llvm-symbolizer-%%BINVERSION%% usr/bin/llvm-tblgen +usr/bin/llvm-tblgen-%%BINVERSION%% usr/bin/llvm-tli-checker +usr/bin/llvm-tli-checker-%%BINVERSION%% usr/bin/llvm-undname +usr/bin/llvm-undname-%%BINVERSION%% usr/bin/llvm-windres +usr/bin/llvm-windres-%%BINVERSION%% usr/bin/llvm-xray +usr/bin/llvm-xray-%%BINVERSION%% usr/bin/obj2yaml +usr/bin/obj2yaml-%%BINVERSION%% usr/bin/opt +usr/bin/opt-%%BINVERSION%% usr/bin/reduce-chunk-list +usr/bin/reduce-chunk-list-%%BINVERSION%% usr/bin/sancov +usr/bin/sancov-%%BINVERSION%% usr/bin/sanstats +usr/bin/sanstats-%%BINVERSION%% usr/bin/split-file +usr/bin/split-file-%%BINVERSION%% usr/bin/verify-uselistorder +usr/bin/verify-uselistorder-%%BINVERSION%% usr/bin/yaml2obj +usr/bin/yaml2obj-%%BINVERSION%% usr/include/llvm-c/Analysis.h usr/include/llvm-c/BitReader.h usr/include/llvm-c/BitWriter.h @@ -134,6 +217,7 @@ usr/include/llvm/ADT/CombinationGenerator.h usr/include/llvm/ADT/ConcurrentHashtable.h usr/include/llvm/ADT/DAGDeltaAlgorithm.h usr/include/llvm/ADT/DeltaAlgorithm.h +usr/include/llvm/ADT/DeltaTree.h usr/include/llvm/ADT/DenseMap.h usr/include/llvm/ADT/DenseMapInfo.h usr/include/llvm/ADT/DenseMapInfoVariant.h @@ -174,6 +258,8 @@ usr/include/llvm/ADT/PointerUnion.h usr/include/llvm/ADT/PostOrderIterator.h usr/include/llvm/ADT/PriorityQueue.h usr/include/llvm/ADT/PriorityWorklist.h +usr/include/llvm/ADT/RewriteBuffer.h +usr/include/llvm/ADT/RewriteRope.h usr/include/llvm/ADT/SCCIterator.h usr/include/llvm/ADT/STLExtras.h usr/include/llvm/ADT/STLForwardCompat.h @@ -201,7 +287,10 @@ usr/include/llvm/ADT/StringMapEntry.h usr/include/llvm/ADT/StringRef.h usr/include/llvm/ADT/StringSet.h usr/include/llvm/ADT/StringSwitch.h +usr/include/llvm/ADT/StringTable.h usr/include/llvm/ADT/TinyPtrVector.h +usr/include/llvm/ADT/TrieHashIndexGenerator.h +usr/include/llvm/ADT/TrieRawHashMap.h usr/include/llvm/ADT/Twine.h usr/include/llvm/ADT/TypeSwitch.h usr/include/llvm/ADT/Uniformity.h @@ -241,10 +330,13 @@ usr/include/llvm/Analysis/CodeMetrics.h usr/include/llvm/Analysis/ConstantFolding.h usr/include/llvm/Analysis/ConstraintSystem.h usr/include/llvm/Analysis/CostModel.h +usr/include/llvm/Analysis/CtxProfAnalysis.h usr/include/llvm/Analysis/CycleAnalysis.h usr/include/llvm/Analysis/DDG.h usr/include/llvm/Analysis/DDGPrinter.h usr/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/include/llvm/Analysis/DXILMetadataAnalysis.h +usr/include/llvm/Analysis/DXILResource.h usr/include/llvm/Analysis/Delinearization.h usr/include/llvm/Analysis/DemandedBits.h usr/include/llvm/Analysis/DependenceAnalysis.h @@ -277,6 +369,7 @@ usr/include/llvm/Analysis/InstructionPrecedenceTracking.h usr/include/llvm/Analysis/InstructionSimplify.h usr/include/llvm/Analysis/InteractiveModelRunner.h usr/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/include/llvm/Analysis/LastRunTrackingAnalysis.h usr/include/llvm/Analysis/LazyBlockFrequencyInfo.h usr/include/llvm/Analysis/LazyBranchProbabilityInfo.h usr/include/llvm/Analysis/LazyCallGraph.h @@ -329,6 +422,7 @@ usr/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h usr/include/llvm/Analysis/ScalarEvolutionDivision.h usr/include/llvm/Analysis/ScalarEvolutionExpressions.h usr/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/include/llvm/Analysis/ScalarEvolutionPatternMatch.h usr/include/llvm/Analysis/ScalarFuncs.def usr/include/llvm/Analysis/ScopedNoAliasAA.h usr/include/llvm/Analysis/SimplifyQuery.h @@ -387,6 +481,7 @@ usr/include/llvm/BinaryFormat/ELFRelocs/Mips.def usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def usr/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def usr/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def usr/include/llvm/BinaryFormat/ELFRelocs/Sparc.def usr/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def usr/include/llvm/BinaryFormat/ELFRelocs/VE.def @@ -421,6 +516,14 @@ usr/include/llvm/Bitstream/BitCodeEnums.h usr/include/llvm/Bitstream/BitCodes.h usr/include/llvm/Bitstream/BitstreamReader.h usr/include/llvm/Bitstream/BitstreamWriter.h +usr/include/llvm/CGData/CodeGenData.h +usr/include/llvm/CGData/CodeGenData.inc +usr/include/llvm/CGData/CodeGenDataReader.h +usr/include/llvm/CGData/CodeGenDataWriter.h +usr/include/llvm/CGData/OutlinedHashTree.h +usr/include/llvm/CGData/OutlinedHashTreeRecord.h +usr/include/llvm/CGData/StableFunctionMap.h +usr/include/llvm/CGData/StableFunctionMapRecord.h usr/include/llvm/CodeGen/AccelTable.h usr/include/llvm/CodeGen/Analysis.h usr/include/llvm/CodeGen/AntiDepBreaker.h @@ -440,6 +543,7 @@ usr/include/llvm/CodeGen/CallBrPrepare.h usr/include/llvm/CodeGen/CallingConvLower.h usr/include/llvm/CodeGen/CodeGenCommonISel.h usr/include/llvm/CodeGen/CodeGenPrepare.h +usr/include/llvm/CodeGen/CodeGenTargetMachineImpl.h usr/include/llvm/CodeGen/CommandFlags.h usr/include/llvm/CodeGen/ComplexDeinterleavingPass.h usr/include/llvm/CodeGen/CostTable.h @@ -453,6 +557,7 @@ usr/include/llvm/CodeGen/DebugHandlerBase.h usr/include/llvm/CodeGen/DetectDeadLanes.h usr/include/llvm/CodeGen/DwarfEHPrepare.h usr/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/include/llvm/CodeGen/EarlyIfConversion.h usr/include/llvm/CodeGen/EdgeBundles.h usr/include/llvm/CodeGen/ExecutionDomainFix.h usr/include/llvm/CodeGen/ExpandLargeDivRem.h @@ -496,6 +601,7 @@ usr/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h usr/include/llvm/CodeGen/GlobalISel/RegBankSelect.h usr/include/llvm/CodeGen/GlobalISel/Utils.h usr/include/llvm/CodeGen/GlobalMerge.h +usr/include/llvm/CodeGen/GlobalMergeFunctions.h usr/include/llvm/CodeGen/HardwareLoops.h usr/include/llvm/CodeGen/ISDOpcodes.h usr/include/llvm/CodeGen/IndirectBrExpand.h @@ -538,6 +644,7 @@ usr/include/llvm/CodeGen/MachineBasicBlock.h usr/include/llvm/CodeGen/MachineBlockFrequencyInfo.h usr/include/llvm/CodeGen/MachineBranchProbabilityInfo.h usr/include/llvm/CodeGen/MachineCFGPrinter.h +usr/include/llvm/CodeGen/MachineCSE.h usr/include/llvm/CodeGen/MachineCombinerPattern.h usr/include/llvm/CodeGen/MachineConstantPool.h usr/include/llvm/CodeGen/MachineConvergenceVerifier.h @@ -554,6 +661,7 @@ usr/include/llvm/CodeGen/MachineInstrBuilder.h usr/include/llvm/CodeGen/MachineInstrBundle.h usr/include/llvm/CodeGen/MachineInstrBundleIterator.h usr/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/include/llvm/CodeGen/MachineLICM.h usr/include/llvm/CodeGen/MachineLoopInfo.h usr/include/llvm/CodeGen/MachineLoopUtils.h usr/include/llvm/CodeGen/MachineMemOperand.h @@ -581,6 +689,7 @@ usr/include/llvm/CodeGen/MacroFusion.h usr/include/llvm/CodeGen/ModuloSchedule.h usr/include/llvm/CodeGen/MultiHazardRecognizer.h usr/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/include/llvm/CodeGen/OptimizePHIs.h usr/include/llvm/CodeGen/PBQP/CostAllocator.h usr/include/llvm/CodeGen/PBQP/Graph.h usr/include/llvm/CodeGen/PBQP/Math.h @@ -589,6 +698,7 @@ usr/include/llvm/CodeGen/PBQP/Solution.h usr/include/llvm/CodeGen/PBQPRAConstraint.h usr/include/llvm/CodeGen/PHIElimination.h usr/include/llvm/CodeGen/Passes.h +usr/include/llvm/CodeGen/PeepholeOptimizer.h usr/include/llvm/CodeGen/PreISelIntrinsicLowering.h usr/include/llvm/CodeGen/PseudoSourceValue.h usr/include/llvm/CodeGen/PseudoSourceValueManager.h @@ -600,6 +710,8 @@ usr/include/llvm/CodeGen/RegAllocCommon.h usr/include/llvm/CodeGen/RegAllocFast.h usr/include/llvm/CodeGen/RegAllocPBQP.h usr/include/llvm/CodeGen/RegAllocRegistry.h +usr/include/llvm/CodeGen/RegUsageInfoCollector.h +usr/include/llvm/CodeGen/RegUsageInfoPropagate.h usr/include/llvm/CodeGen/Register.h usr/include/llvm/CodeGen/RegisterBank.h usr/include/llvm/CodeGen/RegisterBankInfo.h @@ -629,11 +741,14 @@ usr/include/llvm/CodeGen/SelectionDAGTargetInfo.h usr/include/llvm/CodeGen/ShadowStackGCLowering.h usr/include/llvm/CodeGen/SjLjEHPrepare.h usr/include/llvm/CodeGen/SlotIndexes.h +usr/include/llvm/CodeGen/SpillPlacement.h usr/include/llvm/CodeGen/Spiller.h +usr/include/llvm/CodeGen/StackColoring.h usr/include/llvm/CodeGen/StackMaps.h usr/include/llvm/CodeGen/StackProtector.h usr/include/llvm/CodeGen/SwiftErrorValueTracking.h usr/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/include/llvm/CodeGen/TailDuplication.h usr/include/llvm/CodeGen/TailDuplicator.h usr/include/llvm/CodeGen/TargetCallingConv.h usr/include/llvm/CodeGen/TargetFrameLowering.h @@ -658,8 +773,6 @@ usr/include/llvm/CodeGen/WasmEHPrepare.h usr/include/llvm/CodeGen/WinEHFuncInfo.h usr/include/llvm/CodeGen/WinEHPrepare.h usr/include/llvm/CodeGen/WindowScheduler.h -usr/include/llvm/CodeGenData/OutlinedHashTree.h -usr/include/llvm/CodeGenData/OutlinedHashTreeRecord.h usr/include/llvm/CodeGenTypes/LowLevelType.h usr/include/llvm/CodeGenTypes/MachineValueType.h usr/include/llvm/Config/AsmParsers.def @@ -784,6 +897,7 @@ usr/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h usr/include/llvm/DebugInfo/DWARF/DWARFUnit.h usr/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h usr/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/include/llvm/DebugInfo/GSYM/CallSiteInfo.h usr/include/llvm/DebugInfo/GSYM/DwarfTransformer.h usr/include/llvm/DebugInfo/GSYM/ExtractRanges.h usr/include/llvm/DebugInfo/GSYM/FileEntry.h @@ -796,6 +910,7 @@ usr/include/llvm/DebugInfo/GSYM/InlineInfo.h usr/include/llvm/DebugInfo/GSYM/LineEntry.h usr/include/llvm/DebugInfo/GSYM/LineTable.h usr/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h usr/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h usr/include/llvm/DebugInfo/GSYM/OutputAggregator.h usr/include/llvm/DebugInfo/GSYM/StringTable.h @@ -1001,11 +1116,13 @@ usr/include/llvm/ExecutionEngine/JITSymbol.h usr/include/llvm/ExecutionEngine/MCJIT.h usr/include/llvm/ExecutionEngine/OProfileWrapper.h usr/include/llvm/ExecutionEngine/ObjectCache.h +usr/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h usr/include/llvm/ExecutionEngine/Orc/COFFPlatform.h usr/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h usr/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h usr/include/llvm/ExecutionEngine/Orc/CompileUtils.h usr/include/llvm/ExecutionEngine/Orc/Core.h +usr/include/llvm/ExecutionEngine/Orc/CoreContainers.h usr/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h usr/include/llvm/ExecutionEngine/Orc/DebugUtils.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h @@ -1013,6 +1130,8 @@ usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h usr/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h usr/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +usr/include/llvm/ExecutionEngine/Orc/DylibManager.h +usr/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h usr/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h usr/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h usr/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h @@ -1025,27 +1144,40 @@ usr/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h usr/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h usr/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h usr/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h usr/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +usr/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h usr/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h usr/include/llvm/ExecutionEngine/Orc/LLJIT.h usr/include/llvm/ExecutionEngine/Orc/Layer.h +usr/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +usr/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h usr/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/include/llvm/ExecutionEngine/Orc/MachO.h usr/include/llvm/ExecutionEngine/Orc/MachOBuilder.h usr/include/llvm/ExecutionEngine/Orc/MachOPlatform.h usr/include/llvm/ExecutionEngine/Orc/Mangling.h usr/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h usr/include/llvm/ExecutionEngine/Orc/MemoryMapper.h usr/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h usr/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h usr/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h usr/include/llvm/ExecutionEngine/Orc/OrcABISupport.h usr/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +usr/include/llvm/ExecutionEngine/Orc/RedirectionManager.h usr/include/llvm/ExecutionEngine/Orc/SectCreate.h usr/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h usr/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h usr/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h usr/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h usr/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h @@ -1060,6 +1192,7 @@ usr/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h usr/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h usr/include/llvm/ExecutionEngine/Orc/Speculation.h usr/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h @@ -1070,13 +1203,16 @@ usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h usr/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h usr/include/llvm/ExecutionEngine/Orc/TaskDispatch.h usr/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h usr/include/llvm/ExecutionEngine/RTDyldMemoryManager.h usr/include/llvm/ExecutionEngine/RuntimeDyld.h usr/include/llvm/ExecutionEngine/RuntimeDyldChecker.h usr/include/llvm/ExecutionEngine/SectionMemoryManager.h usr/include/llvm/FileCheck/FileCheck.h +usr/include/llvm/Frontend/Atomic/Atomic.h usr/include/llvm/Frontend/Debug/Options.h usr/include/llvm/Frontend/Directive/DirectiveBase.td usr/include/llvm/Frontend/Driver/CodeGenOptions.h @@ -1087,7 +1223,6 @@ usr/include/llvm/Frontend/OpenACC/ACC.h.inc usr/include/llvm/Frontend/OpenACC/ACC.inc usr/include/llvm/Frontend/OpenACC/ACC.td usr/include/llvm/Frontend/OpenMP/ClauseT.h -usr/include/llvm/Frontend/OpenMP/ConstructCompositionT.h usr/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h usr/include/llvm/Frontend/OpenMP/OMP.h usr/include/llvm/Frontend/OpenMP/OMP.h.inc @@ -1120,8 +1255,10 @@ usr/include/llvm/IR/BasicBlock.h usr/include/llvm/IR/BuiltinGCs.h usr/include/llvm/IR/CFG.h usr/include/llvm/IR/CallingConv.h +usr/include/llvm/IR/CmpPredicate.h usr/include/llvm/IR/Comdat.h usr/include/llvm/IR/Constant.h +usr/include/llvm/IR/ConstantFPRange.h usr/include/llvm/IR/ConstantFold.h usr/include/llvm/IR/ConstantFolder.h usr/include/llvm/IR/ConstantRange.h @@ -1230,6 +1367,7 @@ usr/include/llvm/IR/Module.h usr/include/llvm/IR/ModuleSlotTracker.h usr/include/llvm/IR/ModuleSummaryIndex.h usr/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/include/llvm/IR/NVVMIntrinsicUtils.h usr/include/llvm/IR/NoFolder.h usr/include/llvm/IR/OperandTraits.h usr/include/llvm/IR/Operator.h @@ -1268,6 +1406,7 @@ usr/include/llvm/IR/ValueHandle.h usr/include/llvm/IR/ValueMap.h usr/include/llvm/IR/ValueSymbolTable.h usr/include/llvm/IR/VectorBuilder.h +usr/include/llvm/IR/VectorTypeUtils.h usr/include/llvm/IR/Verifier.h usr/include/llvm/IRPrinter/IRPrintingPasses.h usr/include/llvm/IRReader/IRReader.h @@ -1278,7 +1417,6 @@ usr/include/llvm/InterfaceStub/IFSStub.h usr/include/llvm/LTO/Config.h usr/include/llvm/LTO/LTO.h usr/include/llvm/LTO/LTOBackend.h -usr/include/llvm/LTO/SummaryBasedOptimizations.h usr/include/llvm/LTO/legacy/LTOCodeGenerator.h usr/include/llvm/LTO/legacy/LTOModule.h usr/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h @@ -1489,6 +1627,8 @@ usr/include/llvm/PassInfo.h usr/include/llvm/PassRegistry.h usr/include/llvm/PassSupport.h usr/include/llvm/Passes/CodeGenPassBuilder.h +usr/include/llvm/Passes/DroppedVariableStats.h +usr/include/llvm/Passes/DroppedVariableStatsIR.h usr/include/llvm/Passes/MachinePassRegistry.def usr/include/llvm/Passes/OptimizationLevel.h usr/include/llvm/Passes/PassBuilder.h @@ -1513,10 +1653,10 @@ usr/include/llvm/ProfileData/MIBEntryDef.inc usr/include/llvm/ProfileData/MemProf.h usr/include/llvm/ProfileData/MemProfData.inc usr/include/llvm/ProfileData/MemProfReader.h +usr/include/llvm/ProfileData/MemProfYAML.h usr/include/llvm/ProfileData/PGOCtxProfReader.h usr/include/llvm/ProfileData/PGOCtxProfWriter.h usr/include/llvm/ProfileData/ProfileCommon.h -usr/include/llvm/ProfileData/RawMemProfReader.h usr/include/llvm/ProfileData/SampleProf.h usr/include/llvm/ProfileData/SampleProfReader.h usr/include/llvm/ProfileData/SampleProfWriter.h @@ -1533,10 +1673,26 @@ usr/include/llvm/Remarks/RemarkSerializer.h usr/include/llvm/Remarks/RemarkStreamer.h usr/include/llvm/Remarks/RemarkStringTable.h usr/include/llvm/Remarks/YAMLRemarkSerializer.h -usr/include/llvm/SandboxIR/SandboxIR.h -usr/include/llvm/SandboxIR/SandboxIRValues.def +usr/include/llvm/SandboxIR/Argument.h +usr/include/llvm/SandboxIR/BasicBlock.h +usr/include/llvm/SandboxIR/Constant.h +usr/include/llvm/SandboxIR/Context.h +usr/include/llvm/SandboxIR/Function.h +usr/include/llvm/SandboxIR/Instruction.h +usr/include/llvm/SandboxIR/IntrinsicInst.h +usr/include/llvm/SandboxIR/Module.h +usr/include/llvm/SandboxIR/Operator.h +usr/include/llvm/SandboxIR/Pass.h +usr/include/llvm/SandboxIR/PassManager.h +usr/include/llvm/SandboxIR/Region.h usr/include/llvm/SandboxIR/Tracker.h +usr/include/llvm/SandboxIR/Type.h usr/include/llvm/SandboxIR/Use.h +usr/include/llvm/SandboxIR/User.h +usr/include/llvm/SandboxIR/Utils.h +usr/include/llvm/SandboxIR/Value.h +usr/include/llvm/SandboxIR/Values.def +usr/include/llvm/Support/AArch64BuildAttributes.h usr/include/llvm/Support/AMDGPUAddrSpace.h usr/include/llvm/Support/AMDGPUMetadata.h usr/include/llvm/Support/AMDHSAKernelDescriptor.h @@ -1659,9 +1815,11 @@ usr/include/llvm/Support/MemoryBufferRef.h usr/include/llvm/Support/MipsABIFlags.h usr/include/llvm/Support/ModRef.h usr/include/llvm/Support/Mutex.h +usr/include/llvm/Support/NVPTXAddrSpace.h usr/include/llvm/Support/NativeFormatting.h usr/include/llvm/Support/OnDiskHashTable.h usr/include/llvm/Support/OptimizedStructLayout.h +usr/include/llvm/Support/OptionStrCmp.h usr/include/llvm/Support/PGOOptions.h usr/include/llvm/Support/Parallel.h usr/include/llvm/Support/Path.h @@ -1738,6 +1896,7 @@ usr/include/llvm/Support/raw_socket_stream.h usr/include/llvm/Support/thread.h usr/include/llvm/Support/type_traits.h usr/include/llvm/Support/xxhash.h +usr/include/llvm/TableGen/AArch64ImmCheck.h usr/include/llvm/TableGen/Automaton.td usr/include/llvm/TableGen/DirectiveEmitter.h usr/include/llvm/TableGen/Error.h @@ -1748,6 +1907,7 @@ usr/include/llvm/TableGen/SearchableTable.td usr/include/llvm/TableGen/SetTheory.h usr/include/llvm/TableGen/StringMatcher.h usr/include/llvm/TableGen/StringToOffsetTable.h +usr/include/llvm/TableGen/TGTimer.h usr/include/llvm/TableGen/TableGenBackend.h usr/include/llvm/Target/CGPassBuilderOption.h usr/include/llvm/Target/CodeGenCWrappers.h @@ -1769,6 +1929,7 @@ usr/include/llvm/Target/TargetPfmCounters.td usr/include/llvm/Target/TargetSchedule.td usr/include/llvm/Target/TargetSelectionDAG.td usr/include/llvm/TargetParser/AArch64CPUFeatures.inc +usr/include/llvm/TargetParser/AArch64FeatPriorities.inc usr/include/llvm/TargetParser/AArch64TargetParser.h usr/include/llvm/TargetParser/AArch64TargetParserDef.inc usr/include/llvm/TargetParser/ARMTargetParser.def @@ -1781,6 +1942,7 @@ usr/include/llvm/TargetParser/Host.h usr/include/llvm/TargetParser/LoongArchTargetParser.def usr/include/llvm/TargetParser/LoongArchTargetParser.h usr/include/llvm/TargetParser/PPCTargetParser.def +usr/include/llvm/TargetParser/PPCTargetParser.h usr/include/llvm/TargetParser/RISCVISAInfo.h usr/include/llvm/TargetParser/RISCVTargetParser.h usr/include/llvm/TargetParser/RISCVTargetParserDef.inc @@ -1789,6 +1951,7 @@ usr/include/llvm/TargetParser/TargetParser.h usr/include/llvm/TargetParser/Triple.h usr/include/llvm/TargetParser/X86TargetParser.def usr/include/llvm/TargetParser/X86TargetParser.h +usr/include/llvm/Telemetry/Telemetry.h usr/include/llvm/Testing/ADT/StringMap.h usr/include/llvm/Testing/ADT/StringMapEntry.h usr/include/llvm/Testing/Annotations/Annotations.h @@ -1816,11 +1979,18 @@ usr/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h usr/include/llvm/ToolDrivers/llvm-lib/LibDriver.h usr/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h usr/include/llvm/Transforms/CFGuard.h +usr/include/llvm/Transforms/Coroutines/ABI.h +usr/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h usr/include/llvm/Transforms/Coroutines/CoroCleanup.h usr/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h usr/include/llvm/Transforms/Coroutines/CoroEarly.h usr/include/llvm/Transforms/Coroutines/CoroElide.h +usr/include/llvm/Transforms/Coroutines/CoroInstr.h +usr/include/llvm/Transforms/Coroutines/CoroShape.h usr/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/include/llvm/Transforms/Coroutines/MaterializationUtils.h +usr/include/llvm/Transforms/Coroutines/SpillUtils.h +usr/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h usr/include/llvm/Transforms/HipStdPar/HipStdPar.h usr/include/llvm/Transforms/IPO.h usr/include/llvm/Transforms/IPO/AlwaysInliner.h @@ -1863,12 +2033,10 @@ usr/include/llvm/Transforms/IPO/SampleProfileMatcher.h usr/include/llvm/Transforms/IPO/SampleProfileProbe.h usr/include/llvm/Transforms/IPO/StripDeadPrototypes.h usr/include/llvm/Transforms/IPO/StripSymbols.h -usr/include/llvm/Transforms/IPO/SyntheticCountsPropagation.h usr/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h usr/include/llvm/Transforms/IPO/WholeProgramDevirt.h usr/include/llvm/Transforms/InstCombine/InstCombine.h usr/include/llvm/Transforms/InstCombine/InstCombiner.h -usr/include/llvm/Transforms/Instrumentation.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizer.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h usr/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h @@ -1887,13 +2055,15 @@ usr/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h usr/include/llvm/Transforms/Instrumentation/MemProfiler.h usr/include/llvm/Transforms/Instrumentation/MemorySanitizer.h usr/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h usr/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h usr/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h usr/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h -usr/include/llvm/Transforms/Instrumentation/PoisonChecking.h +usr/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h usr/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h usr/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h usr/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/include/llvm/Transforms/Instrumentation/TypeSanitizer.h usr/include/llvm/Transforms/ObjCARC.h usr/include/llvm/Transforms/Scalar.h usr/include/llvm/Transforms/Scalar/ADCE.h @@ -1940,6 +2110,7 @@ usr/include/llvm/Transforms/Scalar/LoopRotation.h usr/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h usr/include/llvm/Transforms/Scalar/LoopSink.h usr/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/include/llvm/Transforms/Scalar/LoopTermFold.h usr/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h usr/include/llvm/Transforms/Scalar/LoopUnrollPass.h usr/include/llvm/Transforms/Scalar/LoopVersioningLICM.h @@ -1971,7 +2142,6 @@ usr/include/llvm/Transforms/Scalar/Sink.h usr/include/llvm/Transforms/Scalar/SpeculativeExecution.h usr/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h usr/include/llvm/Transforms/Scalar/StructurizeCFG.h -usr/include/llvm/Transforms/Scalar/TLSVariableHoist.h usr/include/llvm/Transforms/Scalar/TailRecursionElimination.h usr/include/llvm/Transforms/Scalar/WarnMissedTransforms.h usr/include/llvm/Transforms/Utils.h @@ -1991,27 +2161,31 @@ usr/include/llvm/Transforms/Utils/Cloning.h usr/include/llvm/Transforms/Utils/CodeExtractor.h usr/include/llvm/Transforms/Utils/CodeLayout.h usr/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/include/llvm/Transforms/Utils/ControlFlowUtils.h usr/include/llvm/Transforms/Utils/CountVisits.h usr/include/llvm/Transforms/Utils/CtorUtils.h -usr/include/llvm/Transforms/Utils/DXILResource.h usr/include/llvm/Transforms/Utils/DXILUpgrade.h usr/include/llvm/Transforms/Utils/Debugify.h usr/include/llvm/Transforms/Utils/EntryExitInstrumenter.h usr/include/llvm/Transforms/Utils/EscapeEnumerator.h usr/include/llvm/Transforms/Utils/Evaluator.h +usr/include/llvm/Transforms/Utils/ExtraPassManager.h usr/include/llvm/Transforms/Utils/FixIrreducible.h usr/include/llvm/Transforms/Utils/FunctionComparator.h usr/include/llvm/Transforms/Utils/FunctionImportUtils.h usr/include/llvm/Transforms/Utils/GlobalStatus.h usr/include/llvm/Transforms/Utils/GuardUtils.h usr/include/llvm/Transforms/Utils/HelloWorld.h +usr/include/llvm/Transforms/Utils/IRNormalizer.h usr/include/llvm/Transforms/Utils/InjectTLIMappings.h usr/include/llvm/Transforms/Utils/InstructionNamer.h usr/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/include/llvm/Transforms/Utils/Instrumentation.h usr/include/llvm/Transforms/Utils/IntegerDivision.h usr/include/llvm/Transforms/Utils/LCSSA.h usr/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h usr/include/llvm/Transforms/Utils/Local.h +usr/include/llvm/Transforms/Utils/LongestCommonSequence.h usr/include/llvm/Transforms/Utils/LoopConstrainer.h usr/include/llvm/Transforms/Utils/LoopPeel.h usr/include/llvm/Transforms/Utils/LoopRotationUtils.h @@ -2024,6 +2198,7 @@ usr/include/llvm/Transforms/Utils/LowerIFunc.h usr/include/llvm/Transforms/Utils/LowerInvoke.h usr/include/llvm/Transforms/Utils/LowerMemIntrinsics.h usr/include/llvm/Transforms/Utils/LowerSwitch.h +usr/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h usr/include/llvm/Transforms/Utils/MatrixUtils.h usr/include/llvm/Transforms/Utils/Mem2Reg.h usr/include/llvm/Transforms/Utils/MemoryOpRemark.h @@ -2063,6 +2238,19 @@ usr/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h usr/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h usr/include/llvm/Transforms/Vectorize/LoopVectorize.h usr/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +usr/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h usr/include/llvm/Transforms/Vectorize/VectorCombine.h usr/include/llvm/WindowsDriver/MSVCPaths.h usr/include/llvm/WindowsDriver/MSVCSetupApi.h @@ -2098,6 +2286,7 @@ usr/lib/cmake/llvm/CheckProblematicConfigurations.cmake usr/lib/cmake/llvm/CoverageReport.cmake usr/lib/cmake/llvm/CrossCompile.cmake usr/lib/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib/cmake/llvm/FileLock.cmake usr/lib/cmake/llvm/FindFFI.cmake usr/lib/cmake/llvm/FindLibEdit.cmake usr/lib/cmake/llvm/FindLibpfm.cmake @@ -2112,7 +2301,6 @@ usr/lib/cmake/llvm/HandleLLVMOptions.cmake usr/lib/cmake/llvm/HandleLLVMStdlib.cmake usr/lib/cmake/llvm/LLVM-Build.cmake usr/lib/cmake/llvm/LLVM-Config.cmake -usr/lib/cmake/llvm/LLVMCheckLinkerFlag.cmake usr/lib/cmake/llvm/LLVMConfig.cmake usr/lib/cmake/llvm/LLVMConfigExtensions.cmake usr/lib/cmake/llvm/LLVMConfigVersion.cmake @@ -2127,10 +2315,9 @@ usr/lib/cmake/llvm/TensorFlowCompile.cmake usr/lib/cmake/llvm/UseLibtool.cmake usr/lib/cmake/llvm/VersionFromVCS.cmake usr/lib/cmake/llvm/llvm-driver-template.cpp.in -usr/lib/libLLVM-19.so +usr/lib/libLLVM-%%BINVERSION%%.so usr/lib/libLLVM.so -usr/lib/libLLVM.so.18.1 -usr/lib/libLLVM.so.19.1 +usr/lib/libLLVM.so.%%LIBVERSION%% usr/lib/libLLVMAArch64AsmParser.a usr/lib/libLLVMAArch64CodeGen.a usr/lib/libLLVMAArch64Desc.a @@ -2144,12 +2331,6 @@ usr/lib/libLLVMAMDGPUDisassembler.a usr/lib/libLLVMAMDGPUInfo.a usr/lib/libLLVMAMDGPUTargetMCA.a usr/lib/libLLVMAMDGPUUtils.a -usr/lib/libLLVMARMAsmParser.a -usr/lib/libLLVMARMCodeGen.a -usr/lib/libLLVMARMDesc.a -usr/lib/libLLVMARMDisassembler.a -usr/lib/libLLVMARMInfo.a -usr/lib/libLLVMARMUtils.a usr/lib/libLLVMAggressiveInstCombine.a usr/lib/libLLVMAnalysis.a usr/lib/libLLVMAsmParser.a @@ -2165,8 +2346,8 @@ usr/lib/libLLVMBitWriter.a usr/lib/libLLVMBitstreamReader.a usr/lib/libLLVMCFGuard.a usr/lib/libLLVMCFIVerify.a +usr/lib/libLLVMCGData.a usr/lib/libLLVMCodeGen.a -usr/lib/libLLVMCodeGenData.a usr/lib/libLLVMCodeGenTypes.a usr/lib/libLLVMCore.a usr/lib/libLLVMCoroutines.a @@ -2189,11 +2370,12 @@ usr/lib/libLLVMDlltoolDriver.a usr/lib/libLLVMExecutionEngine.a usr/lib/libLLVMExegesis.a usr/lib/libLLVMExegesisAArch64.a -usr/lib/libLLVMExegesisMips.a usr/lib/libLLVMExegesisPowerPC.a +usr/lib/libLLVMExegesisRISCV.a usr/lib/libLLVMExegesisX86.a usr/lib/libLLVMExtensions.a usr/lib/libLLVMFileCheck.a +usr/lib/libLLVMFrontendAtomic.a usr/lib/libLLVMFrontendDriver.a usr/lib/libLLVMFrontendHLSL.a usr/lib/libLLVMFrontendOffloading.a @@ -2220,11 +2402,6 @@ usr/lib/libLLVMMCDisassembler.a usr/lib/libLLVMMCJIT.a usr/lib/libLLVMMCParser.a usr/lib/libLLVMMIRParser.a -usr/lib/libLLVMMipsAsmParser.a -usr/lib/libLLVMMipsCodeGen.a -usr/lib/libLLVMMipsDesc.a -usr/lib/libLLVMMipsDisassembler.a -usr/lib/libLLVMMipsInfo.a usr/lib/libLLVMNVPTXCodeGen.a usr/lib/libLLVMNVPTXDesc.a usr/lib/libLLVMNVPTXInfo.a @@ -2246,6 +2423,12 @@ usr/lib/libLLVMPowerPCDesc.a usr/lib/libLLVMPowerPCDisassembler.a usr/lib/libLLVMPowerPCInfo.a usr/lib/libLLVMProfileData.a +usr/lib/libLLVMRISCVAsmParser.a +usr/lib/libLLVMRISCVCodeGen.a +usr/lib/libLLVMRISCVDesc.a +usr/lib/libLLVMRISCVDisassembler.a +usr/lib/libLLVMRISCVInfo.a +usr/lib/libLLVMRISCVTargetMCA.a usr/lib/libLLVMRemarks.a usr/lib/libLLVMRuntimeDyld.a usr/lib/libLLVMSandboxIR.a @@ -2263,6 +2446,7 @@ usr/lib/libLLVMTableGenBasic.a usr/lib/libLLVMTableGenCommon.a usr/lib/libLLVMTarget.a usr/lib/libLLVMTargetParser.a +usr/lib/libLLVMTelemetry.a usr/lib/libLLVMTextAPI.a usr/lib/libLLVMTextAPIBinaryReader.a usr/lib/libLLVMTransformUtils.a @@ -2284,9 +2468,2311 @@ usr/lib/libLLVMX86TargetMCA.a usr/lib/libLLVMXRay.a usr/lib/libLLVMipo.a usr/lib/libLTO.so -usr/lib/libLTO.so.19.1 +usr/lib/libLTO.so.%%LIBVERSION%% usr/lib/libRemarks.so -usr/lib/libRemarks.so.19.1 +usr/lib/libRemarks.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/bin/llvm-config +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Analysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/BitReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/BitWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Comdat.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Core.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/DataTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/DebugInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Deprecated.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Disassembler.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/DisassemblerTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Error.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/ErrorHandling.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/ExecutionEngine.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/ExternC.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/IRReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/LLJIT.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/LLJITUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Linker.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Object.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Orc.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/OrcEE.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Remarks.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Support.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Target.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/TargetMachine.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Transforms/PassBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/Types.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/blake3.h +usr/lib/llvm%%BINVERSION%%/include/llvm-c/lto.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ADL.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/APFixedPoint.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/APFloat.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/APInt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/APSInt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/AddressRanges.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/AllocatorList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Any.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ArrayRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/BitVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Bitfields.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/BitmaskEnum.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Bitset.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/BreadthFirstIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/CachedHashString.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/CoalescingBitVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/CombinationGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ConcurrentHashtable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DAGDeltaAlgorithm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DeltaAlgorithm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DeltaTree.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DenseMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfoVariant.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DenseSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DepthFirstIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DirectedGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/DynamicAPInt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/EnumeratedArray.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/EpochTracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/EquivalenceClasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/FloatingPointMode.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/FoldingSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/FunctionExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericConvergenceVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericSSAContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/GraphTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Hashing.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/IndexedMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/IntEqClasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/IntervalMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/IntervalTree.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/IntrusiveRefCntPtr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/LazyAtomicPointer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/MapVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PackedVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PagedVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PointerEmbeddedInt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PointerIntPair.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PointerSumType.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PointerUnion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PostOrderIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PriorityQueue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/PriorityWorklist.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/RewriteBuffer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/RewriteRope.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SCCIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/STLExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/STLForwardCompat.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/STLFunctionalExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ScopeExit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ScopedHashTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Sequence.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SetOperations.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SetVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SlowDynamicAPInt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallBitVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallPtrSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallString.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SmallVectorExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SparseBitVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SparseMultiSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/SparseSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StableHashing.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Statistic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringMapEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringSwitch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/StringTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/TinyPtrVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/TrieHashIndexGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/TrieRawHashMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Twine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/TypeSwitch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/Uniformity.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/UniqueVector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/bit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/edit_distance.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/fallible_iterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/identity.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist_base.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist_iterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_base.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_options.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/iterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/iterator_range.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ADT/simple_ilist.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysisEvaluator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/AliasSetTracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/AssumeBundleQueries.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/AssumptionCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/BasicAliasAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfoImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/BranchProbabilityInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CFGPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CFGSCCPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CGSCCPassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraphSCCPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CallPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CaptureTracking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CmpInstAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CodeMetrics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ConstantFolding.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ConstraintSystem.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CostModel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CtxProfAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/CycleAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DDG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DDGPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DXILMetadataAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DXILResource.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Delinearization.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DemandedBits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceGraphBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DomConditionCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DomPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DomTreeUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontierImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/EHUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/GlobalsModRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/GuardUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/HeatUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IRSimilarityIdentifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IVDescriptors.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IVUsers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InlineAdvisor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InlineCost.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InlineModelFeatureMaps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InlineOrder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InstCount.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InstSimplifyFolder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionPrecedenceTracking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionSimplify.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/InteractiveModelRunner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LastRunTrackingAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBlockFrequencyInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBranchProbabilityInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LazyCallGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LazyValueInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Lint.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Loads.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAccessAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAnalysisManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopCacheAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopNestAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/LoopUnrollAnalyzer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MLInlineAdvisor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MLModelRunner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemDerefPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryBuiltins.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryDependenceAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryLocation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryProfileInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSA.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSAUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ModelUnderTrainingRunner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleDebugInfoPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleSummaryAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/MustExecute.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/NoInferenceModelRunner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAliasAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAnalysisUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCInstKind.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCUtil.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/OptimizationRemarkEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/OverflowInstAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/PHITransAddr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Passes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/PhiValues.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/PostDominators.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ProfileSummaryInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/PtrUseVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfoImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/RegionIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ReleaseModeModelRunner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ReplayInlineAdvisor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolution.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionDivision.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionExpressions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionPatternMatch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarFuncs.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ScopedNoAliasAA.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/SimplifyQuery.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/SparsePropagation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/StackLifetime.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/StackSafetyAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/StructuralHash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/SyntheticCountsUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TargetFolder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfoImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TensorSpec.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Trace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TypeBasedAliasAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/TypeMetadataUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/UniformityAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/Local.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TFUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TrainingLogger.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLattice.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLatticeUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/ValueTracking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/VecFuncs.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/VectorUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Analysis/WithCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/LLLexer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/LLParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/LLToken.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/NumberedValues.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/Parser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/AsmParser/SlotMapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/COFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainerConstants.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DynamicTags.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARC.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARM.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AVR.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/BPF.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/M68k.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Mips.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/VE.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/i386.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/GOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Magic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Minidump.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MinidumpConstants.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackDocument.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Wasm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmRelocs.def +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/BinaryFormat/XCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeAnalyzer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeConvenience.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriterPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitcode/LLVMBitCodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodeEnums.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTree.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTreeRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMapRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AccelTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/Analysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AntiDepBreaker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinterHandler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpand.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpandUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicTTIImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ByteProvider.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CFIFixup.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CSEConfigBase.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CalcSpillWeights.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CallBrPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CallingConvLower.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenCommonISel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenTargetMachineImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CommandFlags.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ComplexDeinterleavingPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/CostTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DAGCombine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DFAPacketizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DIE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DIEValue.def +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DeadMachineInstructionElim.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DebugHandlerBase.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DetectDeadLanes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfEHPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/EarlyIfConversion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/EdgeBundles.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExecutionDomainFix.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeDivRem.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeFpConvert.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandMemCmp.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandReductions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandVectorPredication.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/FastISel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/FaultMaps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/FinalizeISel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/FunctionLoweringInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadataPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GenVT.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CallLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Combiner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/IRTranslator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Legalizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Localizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Utils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMerge.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMergeFunctions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/HardwareLoops.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ISDOpcodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectBrExpand.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectThunks.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedAccess.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedLoadCombine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/IntrinsicLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/JMCInstrumenter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LatencyPriorityQueue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LexicalScopes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveDebugVariables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveInterval.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalCalc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalUnion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervals.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LivePhysRegs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeCalc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeEdit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegMatrix.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegUnits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveStacks.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveVariables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LocalStackSlotAllocation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LoopTraversal.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LowLevelTypeUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/LowerEmuTLS.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MBFIWrapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFSDiscriminator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFormatter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIRParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRSampleProfile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRYamlMapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachORelocation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBasicBlock.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCFGPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCSE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCombinerPattern.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConstantPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConvergenceVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDomTreeUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominanceFrontier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominators.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFrameInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundle.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundleIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLICM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineMemOperand.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfoImpls.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleSlotTracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOperand.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOutliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassRegistry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePipeliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePostDominators.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegionInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegisterInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineScheduler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSizeOpts.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineStableHash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineTraceMetrics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineUniformityAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MacroFusion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ModuloSchedule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/MultiHazardRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/OptimizePHIs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/CostAllocator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Graph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Math.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/ReductionRules.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Solution.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQPRAConstraint.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PHIElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/Passes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PeepholeOptimizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PreISelIntrinsicLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValueManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFLiveness.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFRegisters.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ReachingDefAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocFast.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocPBQP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocRegistry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoCollector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoPropagate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/Register.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBank.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBankInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterClassInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterPressure.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterScavenging.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterUsageInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ReplaceWithVeclib.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ResourcePriorityQueue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/RuntimeLibcallUtil.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SDNodeProperties.td +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SDPatternMatch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SafeStack.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGInstrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGMutation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDFS.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleHazardRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SchedulerRegistry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectOptimize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGISel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGNodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGTargetInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ShadowStackGCLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SjLjEHPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SlotIndexes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SpillPlacement.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/Spiller.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/StackColoring.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/StackMaps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/StackProtector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SwiftErrorValueTracking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplication.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplicator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetCallingConv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetFrameLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetInstrInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetOpcodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetPassConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetRegisterInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSchedule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSubtargetInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TileShapeInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TwoAddressInstructionPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/TypePromotion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/UnreachableBlockElim.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/VLIWMachineScheduler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.td +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/VirtRegMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHFuncInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHFuncInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHPrepare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGen/WindowScheduler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/LowLevelType.h +usr/lib/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/MachineValueType.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/AsmParsers.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/AsmPrinters.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/Disassemblers.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/TargetExegesis.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/TargetMCAs.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/Targets.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/abi-breaking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/llvm-config-i386.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Config/llvm-config.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/AddressesMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFLinkerBase.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/IndexedValuesMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/StringPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Utils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWP/DWP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWP/DWPError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DWP/DWPStringPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.def +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeView.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/EnumTables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Formatters.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/FunctionId.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GUID.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Line.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordName.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordSerialization.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeCollection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeHashing.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DIContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDie.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFExpression.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFListTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFObject.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFSection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/CallSiteInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ExtractRanges.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FunctionInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymCreator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/Header.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/InlineInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/OutputAggregator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/StringTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVType.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/IMSFFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MappedBlockStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASession.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIATable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/GenericError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBDataStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBFrameData.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSession.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/EnumTables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/Hash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/HashTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InputFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSession.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawConstants.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDB.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymDumper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolData.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/UDTLayout.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/DIPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Markup.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Symbolize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Debuginfod/BuildIDFetcher.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Debuginfod/Debuginfod.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPClient.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPServer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/Demangle.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/DemangleConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumDemangle.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumNodes.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangle.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangleNodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/StringViewExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Demangle/Utility.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ExecutionEngine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/GenericValue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Interpreter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITEventListener.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLink.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/TableManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch32.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/i386.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/loongarch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ppc64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/riscv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/x86_64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/MCJIT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/OProfileWrapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ObjectCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Core.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CoreContainers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DylibManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LLJIT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Layer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Mangling.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RedirectionManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SectCreate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Speculation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyld.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/SectionMemoryManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FileCheck/FileCheck.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Atomic/Atomic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Debug/Options.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Directive/DirectiveBase.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Driver/CodeGenOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/HLSL/HLSLResource.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/OffloadWrapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/Utility.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.h.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ClauseT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPAssume.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPConstants.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPGridValues.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPKinds.def +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/FuzzerCLI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/IRMutator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/OpDescriptor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Operations.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Random.h +usr/lib/llvm%%BINVERSION%%/include/llvm/FuzzMutate/RandomIRBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/AbstractCallSite.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Analysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Argument.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/AssemblyAnnotationWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Assumptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/AttributeMask.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Attributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Attributes.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Attributes.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/AutoUpgrade.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/BasicBlock.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/BuiltinGCs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/CFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/CallingConv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/CmpPredicate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Comdat.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Constant.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstantFPRange.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstantFold.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstantFolder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstantRange.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstantRangeList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Constants.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConstrainedOps.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ConvergenceVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/CycleInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DIBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DataLayout.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DbgVariableFragmentInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DebugInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoFlags.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoMetadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DebugLoc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DebugProgramInstruction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DerivedTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DerivedUser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticHandler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Dominators.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/EHPersonalities.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/FMF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/FPEnv.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/FixedMetadataKinds.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/FixedPointBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Function.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GCStrategy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GEPNoWrapFlags.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GVMaterializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GenericConvergenceVerifierImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GetElementPtrTypeIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GlobalAlias.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GlobalIFunc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GlobalObject.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GlobalValue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/GlobalVariable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IRBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IRBuilderFolder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IRPrintingPasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/InlineAsm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/InstIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/InstVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/InstrTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Instruction.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Instruction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Instructions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicEnums.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicImpl.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicInst.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagonDep.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVPTX.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVVM.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsR600.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXCV.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXTHead.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXsf.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsS390.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSystemZ.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVEVL.gen.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.td +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/LLVMContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/LLVMRemarkStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManagers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassNameParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/MDBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Mangler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/MatrixBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/MemoryModelRelaxationAnnotations.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Metadata.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Metadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Module.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ModuleSlotTracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/NVVMIntrinsicUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/NoFolder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/OperandTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Operator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/OptBisect.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PassInstrumentation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PassManagerImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PassManagerInternal.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PassTimingInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PatternMatch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PredIteratorCache.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PrintPasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ProfDataUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ProfileSummary.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/PseudoProbe.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ReplaceConstant.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/SSAContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/SafepointIRVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Statepoint.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/StructuralHash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/SymbolTableListTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/TrackingMDRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Type.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/TypeFinder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/TypedPointerType.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Use.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/UseListOrder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/User.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/VFABIDemangler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/VPIntrinsics.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Value.def +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Value.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ValueHandle.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ValueMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/ValueSymbolTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/VectorBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/VectorTypeUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IR/Verifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IRPrinter/IRPrintingPasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/IRReader/IRReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/InitializePasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/InterfaceStub/ELFObjHandler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSHandler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSStub.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/Config.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/LTO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/LTOBackend.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOCodeGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOModule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LTO/legacy/UpdateCompilerUsed.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LineEditor/LineEditor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LinkAllIR.h +usr/lib/llvm%%BINVERSION%%/include/llvm/LinkAllPasses.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Linker/IRMover.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Linker/Linker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/ConstantPools.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/DXContainerPSVInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/LaneBitmask.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmBackend.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoDarwin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoGOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoWasm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoXCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAsmMacro.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCAssembler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCCodeEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCCodeView.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDecoderOps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDirectives.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCDisassembler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCSymbolizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCDwarf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCELFExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCELFObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCELFStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCExpr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCFixup.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCFixupKindInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCFragment.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInst.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstrAnalysis.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstrDesc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstrInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCInstrItineraries.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCLabel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCLinkerOptimizationHint.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCMachObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCObjectFileInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCObjectStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmCond.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmLexer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmLexer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserExtension.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCParsedAsmOperand.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCTargetAsmParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCPseudoProbe.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCRegister.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCRegisterInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSchedule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSection.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionDXContainer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionGOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionMachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionSPIRV.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionWasm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSectionXCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSubtargetInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolGOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolMachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolTableEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolWasm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolXCOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptionsCommandFlags.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCValue.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWasmObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWasmStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWin64EH.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCWinEH.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFObjectWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/MachineLocation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/SectionKind.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/StringTableBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MC/TargetRegistry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/CodeEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Context.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/CustomBehaviour.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HWEventListener.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/HardwareUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/LSUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RegisterFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/ResourceManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/Scheduler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/IncrementalSourceMgr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/InstrBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Instruction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Pipeline.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/SourceMgr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/DispatchStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/EntryStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/ExecuteStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InOrderIssueStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InstructionTables.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/MicroOpQueueStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/RetireStage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Stages/Stage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/Support.h +usr/lib/llvm%%BINVERSION%%/include/llvm/MCA/View.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFObjcopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/CommonConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/ConfigManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFObjcopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOObjcopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/MultiFormatConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/ObjCopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmConfig.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmObjcopy.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Archive.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ArchiveWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Binary.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/BuildID.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/COFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/COFFImportFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/COFFModuleDefinition.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/CVDebugRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/DXContainer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Decompressor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ELF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ELFObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ELFTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Error.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/FaultMapParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/GOFF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/GOFFObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/IRObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/IRSymtab.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/MachO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversal.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversalWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Minidump.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ModuleSymbolTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/ObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/OffloadBinary.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/RelocationResolver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/StackMapParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/SymbolSize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/SymbolicFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/TapiFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/TapiUniversal.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/Wasm.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/WindowsMachineFlag.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/WindowsResource.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Object/XCOFFObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ArchiveYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/COFFYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DXContainerYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ELFYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/GOFFYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MachOYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MinidumpYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ObjectYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/OffloadYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/WasmYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/XCOFFYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/YAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ObjectYAML/yaml2obj.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/Arg.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/ArgList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/OptParser.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/OptSpecifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/OptTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Option/Option.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Pass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/PassAnalysisSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/PassInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/PassRegistry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/PassSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/CodeGenPassBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStats.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStatsIR.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/MachinePassRegistry.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/OptimizationLevel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/PassBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/PassPlugin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/StandardInstrumentations.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Passes/TargetPassRegistry.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/CtxInstrContextNode.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/FunctionId.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/GCOV.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/HashKeyMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfCorrelator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfData.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/MIBEntryDef.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfData.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfYAML.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/ProfileCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ProfileData/SymbolRemappingReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkContainer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkSerializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/HotnessThresholdParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/Remark.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkFormat.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkLinker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkSerializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStreamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStringTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Argument.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/BasicBlock.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Constant.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Context.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Function.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Instruction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/IntrinsicInst.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Module.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Operator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Pass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/PassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Region.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Tracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Type.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Use.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/User.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Utils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Value.h +usr/lib/llvm%%BINVERSION%%/include/llvm/SandboxIR/Values.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AArch64BuildAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUAddrSpace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUMetadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AMDHSAKernelDescriptor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ARMAttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ARMBuildAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ARMEHABI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ARMWinEH.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AlignOf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Alignment.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Allocator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AllocatorBase.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ArrayRecycler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Atomic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AtomicOrdering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/AutoConvert.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Automaton.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BCD.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BLAKE3.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BalancedPartitioning.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Base64.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryByteStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryItemStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamArray.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BlockFrequency.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BranchProbability.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/BuryPointer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CBindingWrapping.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CFGDiff.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CFGUpdate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/COM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CRC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CachePruning.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Caching.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Capacity.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Casting.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CheckedArithmetic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Chrono.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CodeGen.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CodeGenCoverage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CommandLine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Compiler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Compression.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ConvertEBCDIC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ConvertUTF.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/CrashRecoveryContext.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DJB.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DOTGraphTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DXILABI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DataExtractor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DataTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Debug.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DebugCounter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Discriminator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DivisionByConstantInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Duration.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/DynamicLibrary.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Endian.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/EndianStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Errc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Errno.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Error.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ErrorHandling.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ErrorOr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ExitCodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ExponentialBackoff.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ExtensibleRTTI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Extension.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FileCollector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FileOutputBuffer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FileSystem.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FileSystem/UniqueID.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FileUtilities.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Format.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormatAdapters.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormatCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormatProviders.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadicDetails.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/FormattedStream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTree.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTreeConstruction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GenericIteratedDominanceFrontier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfoImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GlobPattern.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/GraphWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/HashBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/InitLLVM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/InstructionCost.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/JSON.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/KnownBits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LEB128.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LICENSE.TXT +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LLVMDriver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LineIterator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Locale.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LockFileManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/LogicalResult.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MD5.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MSP430AttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MSP430Attributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MSVCErrorWorkarounds.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ManagedStatic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MathExtras.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MemAlloc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Memory.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MemoryBuffer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MemoryBufferRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/MipsABIFlags.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ModRef.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Mutex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/NVPTXAddrSpace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/NativeFormatting.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/OnDiskHashTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/OptimizedStructLayout.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/OptionStrCmp.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/PGOOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Parallel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Path.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/PerThreadBumpPtrAllocator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/PluginLoader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/PointerLikeTypeTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/PrettyStackTrace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Printable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Process.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Program.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributeParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RISCVISAUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RWMutex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RandomNumberGenerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Recycler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/RecyclingAllocator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Regex.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Registry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ReverseIteration.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SHA1.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SHA256.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SMLoc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SMTAPI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SaveAndRestore.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ScaledNumber.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ScopedPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Signals.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Signposts.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SipHash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SmallVectorMemoryBuffer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Solaris/sys/regset.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SourceMgr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SpecialCaseList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/StringSaver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SuffixTree.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SuffixTreeNode.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SwapByteOrder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SystemUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/SystemZ/zOSSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TarWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TargetOpcodes.def +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TargetSelect.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ThreadPool.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ThreadSafeAllocator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Threading.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TimeProfiler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Timer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/ToolOutputFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TrailingObjects.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TypeName.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/TypeSize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Unicode.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/UnicodeCharRanges.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/VCSRevision.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Valgrind.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/VersionTuple.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/VirtualFileSystem.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Watchdog.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Win64EH.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/Windows/WindowsSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/WindowsError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/WithColor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/X86DisassemblerDecoderCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/X86FoldTablesUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/YAMLParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/YAMLTraits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/circular_raw_ostream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/float128.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/raw_os_ostream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/raw_ostream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/raw_sha1_ostream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/raw_socket_stream.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/thread.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/type_traits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Support/xxhash.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/AArch64ImmCheck.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/Automaton.td +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/DirectiveEmitter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/Error.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/Main.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/Parser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/Record.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/SearchableTable.td +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/SetTheory.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/StringMatcher.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/StringToOffsetTable.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/TGTimer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TableGen/TableGenBackend.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/CGPassBuilderOption.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/CodeGenCWrappers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/GenericOpcodes.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Combine.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/RegisterBank.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Target.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/Target.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetCallingConv.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetInstrPredicate.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetIntrinsicInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetItinerary.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetLoweringObjectFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetMachine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetMacroFusion.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetPfmCounters.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetSchedule.td +usr/lib/llvm%%BINVERSION%%/include/llvm/Target/TargetSelectionDAG.td +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64CPUFeatures.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64FeatPriorities.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParserDef.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserDef.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/Host.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVISAInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParserDef.inc +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/SubtargetFeature.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/TargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/Triple.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Telemetry/Telemetry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMapEntry.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Testing/Annotations/Annotations.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Testing/Support/Error.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Testing/Support/SupportHelpers.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.def +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/ArchitectureSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/DylibReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/FileTypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/InterfaceFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/PackedVersion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Platform.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Record.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordVisitor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordsSlice.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Symbol.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/SymbolSet.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Target.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIError.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/TextAPI/Utils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/CFGuard.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/ABI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroCleanup.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroEarly.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroElide.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroInstr.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroShape.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/MaterializationUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SpillUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/HipStdPar/HipStdPar.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/AlwaysInliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Annotation2Metadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ArgumentPromotion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Attributor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/BlockExtractor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CalledValuePropagation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ConstantMerge.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CrossDSOCFI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/DeadArgumentElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ElimAvailExtern.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExpandVariadics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExtractGV.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionAttrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionImport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionSpecialization.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalDCE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalOpt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalSplit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/HotColdSplitting.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/IROutliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/InferFunctionAttrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Inliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Internalize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LoopExtractor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LowerTypeTests.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MergeFunctions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ModuleInliner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/OpenMPOpt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/PartialInlining.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ProfiledCallGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SCCP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleContextTracker.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileMatcher.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileProbe.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripDeadPrototypes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripSymbols.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/WholeProgramDevirt.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombiner.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BoundsChecking.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CFGMST.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CGProfile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrProfiling.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/KCFI.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemProfiler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/TypeSanitizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/ObjCARC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ADCE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AnnotationRemarks.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/BDCE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CallSiteSplitting.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstantHoisting.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstraintElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DCE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DFAJumpThreading.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DeadStoreElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DivRemPairs.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/EarlyCSE.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/FlattenCFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Float2Int.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVN.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVNExpression.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GuardWidening.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IVUsersPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IndVarSimplify.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAddressSpaces.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAlignment.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpTableToSwitch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpThreading.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LICM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopBoundSplit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDeletion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDistribute.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFlatten.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFuse.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInstSimplify.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInterchange.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopLoadElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPredication.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopRotation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSink.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopTermFold.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerAtomicPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergeICmps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NaryReassociate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NewGVN.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PlaceSafepoints.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reassociate.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reg2Mem.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SCCP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SROA.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Scalarizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimplifyCFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Sink.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SpeculativeExecution.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StructurizeCFG.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/TailRecursionElimination.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AddDiscriminators.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BasicBlockUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BreakCriticalEdges.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BuildLibCalls.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BypassSlowDivision.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallGraphUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallPromotionUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeAliases.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Cloning.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeExtractor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeLayout.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ControlFlowUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CountVisits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CtorUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/DXILUpgrade.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Debugify.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EscapeEnumerator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Evaluator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ExtraPassManager.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FixIrreducible.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionComparator.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionImportUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GlobalStatus.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GuardUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/HelloWorld.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IRNormalizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InjectTLIMappings.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionNamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Instrumentation.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IntegerDivision.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LCSSA.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Local.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LongestCommonSequence.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopConstrainer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopPeel.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopRotationUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopSimplify.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopVersioning.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerAtomic.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerGlobalDtors.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerIFunc.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerInvoke.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerSwitch.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MatrixUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Mem2Reg.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryOpRemark.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MetaRenamer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MisExpect.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ModuleUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MoveAutoInit.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/NameAnonGlobals.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PredicateInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PromoteMemToReg.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/RelLookupTableConverter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SCCPSolver.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdater.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileInference.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SanitizerStats.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyIndVar.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyLibCalls.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SizeOpts.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SplitModule.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripGCRelocates.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SymbolRewriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyLoopExits.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnrollLoop.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/VNCoercion.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ValueMapper.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorize.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h +usr/lib/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/VectorCombine.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCPaths.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCSetupApi.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsManifest/WindowsManifestMerger.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceProcessor.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptToken.h +usr/lib/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptTokenList.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/BlockIndexer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/BlockPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/BlockVerifier.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRLogBuilder.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordConsumer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordProducer.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecords.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceExpander.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceWriter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/FileHeaderReader.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/Graph.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/InstrumentationMap.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/Profile.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/RecordPrinter.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/Trace.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/XRayRecord.h +usr/lib/llvm%%BINVERSION%%/include/llvm/XRay/YAMLXRayRecord.h +usr/lib/llvm%%BINVERSION%%/lib/LLVMgold.so +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/AddLLVM.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/AddOCaml.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/AddSphinxTarget.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/CheckAtomic.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/CheckCompilerVersion.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/CheckProblematicConfigurations.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/CoverageReport.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/CrossCompile.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FileLock.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindFFI.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindLibEdit.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindLibpfm.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindOCaml.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindSphinx.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/FindZ3.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/Findzstd.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/GenerateVersionFromVCS.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/GetErrcMessages.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/GetLibraryName.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/HandleLLVMOptions.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/HandleLLVMStdlib.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVM-Build.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVM-Config.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMConfig.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMConfigExtensions.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMConfigVersion.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMDistributionSupport.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMExports-relwithdebinfo.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMExports.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMExternalProjectUtils.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMInstallSymlink.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/LLVMProcessSources.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/TableGen.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/TensorFlowCompile.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/UseLibtool.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/VersionFromVCS.cmake +usr/lib/llvm%%BINVERSION%%/lib/cmake/llvm/llvm-driver-template.cpp.in +usr/lib/llvm%%BINVERSION%%/lib/libLLVM-%%BINVERSION%%.so +usr/lib/llvm%%BINVERSION%%/lib/libLLVM.so +usr/lib/llvm%%BINVERSION%%/lib/libLLVM.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64AsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64CodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64Desc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64Disassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64Info.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAArch64Utils.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUTargetMCA.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAMDGPUUtils.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAggressiveInstCombine.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAnalysis.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMAsmPrinter.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBPFAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBPFCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBPFDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBPFDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBPFInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBinaryFormat.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBitReader.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBitWriter.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMBitstreamReader.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCFGuard.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCFIVerify.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCGData.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCodeGenTypes.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCore.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCoroutines.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMCoverage.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDWARFLinker.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDWARFLinkerClassic.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDWARFLinkerParallel.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDWP.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoBTF.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoCodeView.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoDWARF.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoGSYM.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoLogicalView.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoMSF.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebugInfoPDB.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDebuginfod.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDemangle.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDiff.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMDlltoolDriver.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExecutionEngine.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExegesis.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExegesisAArch64.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExegesisPowerPC.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExegesisRISCV.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExegesisX86.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMExtensions.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFileCheck.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendAtomic.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendDriver.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendHLSL.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendOffloading.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendOpenACC.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFrontendOpenMP.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFuzzMutate.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMFuzzerCLI.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMGlobalISel.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMHipStdPar.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMIRPrinter.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMIRReader.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMInstCombine.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMInstrumentation.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMInterfaceStub.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMInterpreter.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMJITLink.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMLTO.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMLibDriver.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMLineEditor.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMLinker.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMC.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMCA.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMCDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMCJIT.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMCParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMMIRParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMNVPTXCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMNVPTXDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMNVPTXInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMObjCARCOpts.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMObjCopy.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMObject.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMObjectYAML.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOptDriver.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOption.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOrcDebugging.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOrcJIT.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOrcShared.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMOrcTargetProcess.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPasses.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPerfJITEvents.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPowerPCAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPowerPCCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPowerPCDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPowerPCDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMPowerPCInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMProfileData.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRISCVTargetMCA.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRemarks.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMRuntimeDyld.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSandboxIR.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMScalarOpts.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSelectionDAG.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSupport.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSymbolize.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSystemZAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSystemZCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSystemZDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSystemZDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMSystemZInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTableGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTableGenBasic.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTableGenCommon.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTarget.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTargetParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTelemetry.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTextAPI.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTextAPIBinaryReader.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMTransformUtils.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMVectorize.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyAsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyCodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyDesc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyDisassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyInfo.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWebAssemblyUtils.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWindowsDriver.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMWindowsManifest.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86AsmParser.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86CodeGen.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86Desc.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86Disassembler.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86Info.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMX86TargetMCA.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMXRay.a +usr/lib/llvm%%BINVERSION%%/lib/libLLVMipo.a +usr/lib/llvm%%BINVERSION%%/lib/libLTO.so +usr/lib/llvm%%BINVERSION%%/lib/libLTO.so.%%LIBVERSION%% +usr/lib/llvm%%BINVERSION%%/lib/libRemarks.so +usr/lib/llvm%%BINVERSION%%/lib/libRemarks.so.%%LIBVERSION%% usr/lib64/LLVMgold.so usr/lib64/bfd-plugins/LLVMgold.so usr/lib64/cmake/llvm/AddLLVM.cmake @@ -2298,6 +4784,7 @@ usr/lib64/cmake/llvm/CheckProblematicConfigurations.cmake usr/lib64/cmake/llvm/CoverageReport.cmake usr/lib64/cmake/llvm/CrossCompile.cmake usr/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/cmake/llvm/FileLock.cmake usr/lib64/cmake/llvm/FindFFI.cmake usr/lib64/cmake/llvm/FindLibEdit.cmake usr/lib64/cmake/llvm/FindLibpfm.cmake @@ -2312,7 +4799,6 @@ usr/lib64/cmake/llvm/HandleLLVMOptions.cmake usr/lib64/cmake/llvm/HandleLLVMStdlib.cmake usr/lib64/cmake/llvm/LLVM-Build.cmake usr/lib64/cmake/llvm/LLVM-Config.cmake -usr/lib64/cmake/llvm/LLVMCheckLinkerFlag.cmake usr/lib64/cmake/llvm/LLVMConfig.cmake usr/lib64/cmake/llvm/LLVMConfigExtensions.cmake usr/lib64/cmake/llvm/LLVMConfigVersion.cmake @@ -2327,10 +4813,9 @@ usr/lib64/cmake/llvm/TensorFlowCompile.cmake usr/lib64/cmake/llvm/UseLibtool.cmake usr/lib64/cmake/llvm/VersionFromVCS.cmake usr/lib64/cmake/llvm/llvm-driver-template.cpp.in -usr/lib64/libLLVM-19.so +usr/lib64/libLLVM-%%BINVERSION%%.so usr/lib64/libLLVM.so -usr/lib64/libLLVM.so.18.1 -usr/lib64/libLLVM.so.19.1 +usr/lib64/libLLVM.so.%%LIBVERSION%% usr/lib64/libLLVMAArch64AsmParser.a usr/lib64/libLLVMAArch64CodeGen.a usr/lib64/libLLVMAArch64Desc.a @@ -2344,12 +4829,6 @@ usr/lib64/libLLVMAMDGPUDisassembler.a usr/lib64/libLLVMAMDGPUInfo.a usr/lib64/libLLVMAMDGPUTargetMCA.a usr/lib64/libLLVMAMDGPUUtils.a -usr/lib64/libLLVMARMAsmParser.a -usr/lib64/libLLVMARMCodeGen.a -usr/lib64/libLLVMARMDesc.a -usr/lib64/libLLVMARMDisassembler.a -usr/lib64/libLLVMARMInfo.a -usr/lib64/libLLVMARMUtils.a usr/lib64/libLLVMAggressiveInstCombine.a usr/lib64/libLLVMAnalysis.a usr/lib64/libLLVMAsmParser.a @@ -2365,8 +4844,8 @@ usr/lib64/libLLVMBitWriter.a usr/lib64/libLLVMBitstreamReader.a usr/lib64/libLLVMCFGuard.a usr/lib64/libLLVMCFIVerify.a +usr/lib64/libLLVMCGData.a usr/lib64/libLLVMCodeGen.a -usr/lib64/libLLVMCodeGenData.a usr/lib64/libLLVMCodeGenTypes.a usr/lib64/libLLVMCore.a usr/lib64/libLLVMCoroutines.a @@ -2389,11 +4868,12 @@ usr/lib64/libLLVMDlltoolDriver.a usr/lib64/libLLVMExecutionEngine.a usr/lib64/libLLVMExegesis.a usr/lib64/libLLVMExegesisAArch64.a -usr/lib64/libLLVMExegesisMips.a usr/lib64/libLLVMExegesisPowerPC.a +usr/lib64/libLLVMExegesisRISCV.a usr/lib64/libLLVMExegesisX86.a usr/lib64/libLLVMExtensions.a usr/lib64/libLLVMFileCheck.a +usr/lib64/libLLVMFrontendAtomic.a usr/lib64/libLLVMFrontendDriver.a usr/lib64/libLLVMFrontendHLSL.a usr/lib64/libLLVMFrontendOffloading.a @@ -2420,11 +4900,6 @@ usr/lib64/libLLVMMCDisassembler.a usr/lib64/libLLVMMCJIT.a usr/lib64/libLLVMMCParser.a usr/lib64/libLLVMMIRParser.a -usr/lib64/libLLVMMipsAsmParser.a -usr/lib64/libLLVMMipsCodeGen.a -usr/lib64/libLLVMMipsDesc.a -usr/lib64/libLLVMMipsDisassembler.a -usr/lib64/libLLVMMipsInfo.a usr/lib64/libLLVMNVPTXCodeGen.a usr/lib64/libLLVMNVPTXDesc.a usr/lib64/libLLVMNVPTXInfo.a @@ -2446,6 +4921,12 @@ usr/lib64/libLLVMPowerPCDesc.a usr/lib64/libLLVMPowerPCDisassembler.a usr/lib64/libLLVMPowerPCInfo.a usr/lib64/libLLVMProfileData.a +usr/lib64/libLLVMRISCVAsmParser.a +usr/lib64/libLLVMRISCVCodeGen.a +usr/lib64/libLLVMRISCVDesc.a +usr/lib64/libLLVMRISCVDisassembler.a +usr/lib64/libLLVMRISCVInfo.a +usr/lib64/libLLVMRISCVTargetMCA.a usr/lib64/libLLVMRemarks.a usr/lib64/libLLVMRuntimeDyld.a usr/lib64/libLLVMSandboxIR.a @@ -2463,6 +4944,7 @@ usr/lib64/libLLVMTableGenBasic.a usr/lib64/libLLVMTableGenCommon.a usr/lib64/libLLVMTarget.a usr/lib64/libLLVMTargetParser.a +usr/lib64/libLLVMTelemetry.a usr/lib64/libLLVMTextAPI.a usr/lib64/libLLVMTextAPIBinaryReader.a usr/lib64/libLLVMTransformUtils.a @@ -2484,69 +4966,2517 @@ usr/lib64/libLLVMX86TargetMCA.a usr/lib64/libLLVMXRay.a usr/lib64/libLLVMipo.a usr/lib64/libLTO.so -usr/lib64/libLTO.so.19.1 +usr/lib64/libLTO.so.%%LIBVERSION%% usr/lib64/libRemarks.so -usr/lib64/libRemarks.so.19.1 +usr/lib64/libRemarks.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/bin/FileCheck +usr/lib64/llvm%%BINVERSION%%/bin/UnicodeNameMappingGenerator +usr/lib64/llvm%%BINVERSION%%/bin/bugpoint +usr/lib64/llvm%%BINVERSION%%/bin/dsymutil +usr/lib64/llvm%%BINVERSION%%/bin/llc +usr/lib64/llvm%%BINVERSION%%/bin/lli +usr/lib64/llvm%%BINVERSION%%/bin/llvm-PerfectShuffle +usr/lib64/llvm%%BINVERSION%%/bin/llvm-addr2line +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ar +usr/lib64/llvm%%BINVERSION%%/bin/llvm-as +usr/lib64/llvm%%BINVERSION%%/bin/llvm-bcanalyzer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-bitcode-strip +usr/lib64/llvm%%BINVERSION%%/bin/llvm-c-test +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cat +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cfi-verify +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cgdata +usr/lib64/llvm%%BINVERSION%%/bin/llvm-config +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cov +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ctxprof-util +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cvtres +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxfilt +usr/lib64/llvm%%BINVERSION%%/bin/llvm-cxxmap +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfo-analyzer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfod +usr/lib64/llvm%%BINVERSION%%/bin/llvm-debuginfod-find +usr/lib64/llvm%%BINVERSION%%/bin/llvm-diff +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dis +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dlltool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwarfdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwarfutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-dwp +usr/lib64/llvm%%BINVERSION%%/bin/llvm-exegesis +usr/lib64/llvm%%BINVERSION%%/bin/llvm-extract +usr/lib64/llvm%%BINVERSION%%/bin/llvm-gsymutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ifs +usr/lib64/llvm%%BINVERSION%%/bin/llvm-install-name-tool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-jitlink +usr/lib64/llvm%%BINVERSION%%/bin/llvm-jitlink-executor +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lib +usr/lib64/llvm%%BINVERSION%%/bin/llvm-libtool-darwin +usr/lib64/llvm%%BINVERSION%%/bin/llvm-link +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lipo +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lto +usr/lib64/llvm%%BINVERSION%%/bin/llvm-lto2 +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mc +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mca +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ml +usr/lib64/llvm%%BINVERSION%%/bin/llvm-modextract +usr/lib64/llvm%%BINVERSION%%/bin/llvm-mt +usr/lib64/llvm%%BINVERSION%%/bin/llvm-nm +usr/lib64/llvm%%BINVERSION%%/bin/llvm-objcopy +usr/lib64/llvm%%BINVERSION%%/bin/llvm-objdump +usr/lib64/llvm%%BINVERSION%%/bin/llvm-opt-report +usr/lib64/llvm%%BINVERSION%%/bin/llvm-otool +usr/lib64/llvm%%BINVERSION%%/bin/llvm-pdbutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-profdata +usr/lib64/llvm%%BINVERSION%%/bin/llvm-profgen +usr/lib64/llvm%%BINVERSION%%/bin/llvm-ranlib +usr/lib64/llvm%%BINVERSION%%/bin/llvm-rc +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readelf +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readobj +usr/lib64/llvm%%BINVERSION%%/bin/llvm-readtapi +usr/lib64/llvm%%BINVERSION%%/bin/llvm-reduce +usr/lib64/llvm%%BINVERSION%%/bin/llvm-remarkutil +usr/lib64/llvm%%BINVERSION%%/bin/llvm-rtdyld +usr/lib64/llvm%%BINVERSION%%/bin/llvm-sim +usr/lib64/llvm%%BINVERSION%%/bin/llvm-size +usr/lib64/llvm%%BINVERSION%%/bin/llvm-split +usr/lib64/llvm%%BINVERSION%%/bin/llvm-stress +usr/lib64/llvm%%BINVERSION%%/bin/llvm-strings +usr/lib64/llvm%%BINVERSION%%/bin/llvm-strip +usr/lib64/llvm%%BINVERSION%%/bin/llvm-symbolizer +usr/lib64/llvm%%BINVERSION%%/bin/llvm-tblgen +usr/lib64/llvm%%BINVERSION%%/bin/llvm-tli-checker +usr/lib64/llvm%%BINVERSION%%/bin/llvm-undname +usr/lib64/llvm%%BINVERSION%%/bin/llvm-windres +usr/lib64/llvm%%BINVERSION%%/bin/llvm-xray +usr/lib64/llvm%%BINVERSION%%/bin/obj2yaml +usr/lib64/llvm%%BINVERSION%%/bin/opt +usr/lib64/llvm%%BINVERSION%%/bin/reduce-chunk-list +usr/lib64/llvm%%BINVERSION%%/bin/sancov +usr/lib64/llvm%%BINVERSION%%/bin/sanstats +usr/lib64/llvm%%BINVERSION%%/bin/split-file +usr/lib64/llvm%%BINVERSION%%/bin/verify-uselistorder +usr/lib64/llvm%%BINVERSION%%/bin/yaml2obj +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/BitReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/BitWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Comdat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Core.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DataTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Deprecated.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Disassembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/DisassemblerTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ErrorHandling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ExecutionEngine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/ExternC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/IRReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/LLJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/LLJITUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Linker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Object.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Orc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/OrcEE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Remarks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Support.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Target.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/TargetMachine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Transforms/PassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/Types.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/blake3.h +usr/lib64/llvm%%BINVERSION%%/include/llvm-c/lto.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ADL.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APFixedPoint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APFloat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/APSInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/AddressRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/AllocatorList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Any.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ArrayRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Bitfields.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BitmaskEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Bitset.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/BreadthFirstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CachedHashString.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CoalescingBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/CombinationGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ConcurrentHashtable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DAGDeltaAlgorithm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DeltaAlgorithm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DeltaTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseMapInfoVariant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DenseSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DepthFirstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DirectedGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/DynamicAPInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EnumeratedArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EpochTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/EquivalenceClasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FloatingPointMode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FoldingSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/FunctionExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericCycleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericSSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GenericUniformityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/GraphTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Hashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ImmutableSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IndexedMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntEqClasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntervalMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntervalTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/IntrusiveRefCntPtr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/LazyAtomicPointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/MapVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PackedVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PagedVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerEmbeddedInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerIntPair.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerSumType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PointerUnion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PostOrderIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/PriorityWorklist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/RewriteBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/RewriteRope.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SCCIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLForwardCompat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/STLFunctionalExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ScopeExit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ScopedHashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Sequence.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SetOperations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SetVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SlowDynamicAPInt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallPtrSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallString.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SmallVectorExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseBitVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseMultiSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/SparseSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StableHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Statistic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringMapEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/StringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TinyPtrVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TrieHashIndexGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TrieRawHashMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Twine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/TypeSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/Uniformity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/UniqueVector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/bit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/edit_distance.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/fallible_iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/identity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_base.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_base.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/ilist_node_options.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/iterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/iterator_range.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ADT/simple_ilist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasAnalysisEvaluator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AliasSetTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AssumeBundleQueries.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/AssumptionCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BasicAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BlockFrequencyInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/BranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CFGSCCPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CGSCCPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallGraphSCCPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CallPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CaptureTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CmpInstAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CodeMetrics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ConstantFolding.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ConstraintSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CostModel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CtxProfAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/CycleAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DDG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DDGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DOTGraphTraitsPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DXILMetadataAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DXILResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Delinearization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DemandedBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DependenceGraphBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomConditionCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/DominanceFrontierImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/EHUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/FunctionPropertiesAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GenericDomTreeUpdaterImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GlobalsModRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/GuardUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/HeatUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IRSimilarityIdentifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IVDescriptors.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IVUsers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallPromotionAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IndirectCallVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineCost.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineModelFeatureMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InlineSizeEstimatorAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstCount.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstSimplifyFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionPrecedenceTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InstructionSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/InteractiveModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/IteratedDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LastRunTrackingAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyBranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyCallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LazyValueInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Lint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Loads.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAccessAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopAnalysisManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopCacheAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopNestAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/LoopUnrollAnalyzer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MLInlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MLModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemDerefPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryBuiltins.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryDependenceAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemoryProfileInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MemorySSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModelUnderTrainingRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleDebugInfoPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ModuleSummaryAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/MustExecute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/NoInferenceModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCAnalysisUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCInstKind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ObjCARCUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/OptimizationRemarkEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/OverflowInstAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PHITransAddr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Passes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PhiValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PostDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ProfileSummaryInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/PtrUseVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/RegionPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ReleaseModeModelRunner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ReplayInlineAdvisor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionExpressions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionNormalization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarEvolutionPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScalarFuncs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ScopedNoAliasAA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SimplifyQuery.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SparsePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StackLifetime.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StackSafetyAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/StructuralHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/SyntheticCountsUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetLibraryInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TargetTransformInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TensorSpec.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TypeBasedAliasAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/TypeMetadataUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/UniformityAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/ImportedFunctionsInliningStatistics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/Local.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TFUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/Utils/TrainingLogger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLattice.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueLatticeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/ValueTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/VecFuncs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/VectorUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Analysis/WithCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/LLToken.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/NumberedValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/Parser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/AsmParser/SlotMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/AMDGPUMetadataVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DXContainerConstants.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Dwarf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/DynamicTags.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AArch64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AMDGPU.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARC.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/ARM.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/AVR.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/BPF.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/CSKY.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Hexagon.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Lanai.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/LoongArch.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/M68k.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/MSP430.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Mips.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/PowerPC64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/RISCV_nonstandard.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Sparc.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/SystemZ.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/VE.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/Xtensa.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/i386.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/ELFRelocs/x86_64.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/GOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Magic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Minidump.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MinidumpConstants.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPack.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackDocument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/MsgPackWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Swift.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/Wasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmRelocs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/WasmTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/BinaryFormat/XCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeAnalyzer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeConvenience.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/BitcodeWriterPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitcode/LLVMBitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodeEnums.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Bitstream/BitstreamWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/CodeGenDataWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/OutlinedHashTreeRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CGData/StableFunctionMapRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AccelTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AntiDepBreaker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AsmPrinterHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AssignmentTrackingAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/AtomicExpandUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicBlockSectionsProfileReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/BasicTTIImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ByteProvider.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CFIFixup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CSEConfigBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CalcSpillWeights.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CallBrPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CallingConvLower.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenCommonISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CodeGenTargetMachineImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ComplexDeinterleavingPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/CostTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DAGCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DFAPacketizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DIE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DIEValue.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DbgEntityHistoryCalculator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DeadMachineInstructionElim.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DebugHandlerBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DetectDeadLanes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/DwarfStringPoolEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/EarlyIfConversion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/EdgeBundles.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExecutionDomainFix.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeDivRem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandLargeFpConvert.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandMemCmp.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandReductions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ExpandVectorPredication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FastISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FaultMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FinalizeISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/FunctionLoweringInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GCMetadataPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GenVT.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CSEMIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CallLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Combiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerHelper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/CombinerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GIMatchTableExecutorImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelChangeObserver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelKnownBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GISelWorkList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/IRTranslator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InlineAsmLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/InstructionSelector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegacyLegalizerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizationArtifactCombiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Legalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerHelper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LegalizerInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LoadStoreOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Localizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/LostDebugLocObserver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MIPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/MachineIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/RegBankSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalISel/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMerge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/GlobalMergeFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/HardwareLoops.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ISDOpcodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectBrExpand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IndirectThunks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedAccess.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/InterleavedLoadCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/IntrinsicLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/JMCInstrumenter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LatencyPriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LazyMachineBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LexicalScopes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllAsmWriterComponents.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LinkAllCodegenComponents.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveDebugVariables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveInterval.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalCalc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervalUnion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveIntervals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LivePhysRegs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeCalc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRangeEdit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegMatrix.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveRegUnits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveStacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LiveVariables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LocalStackSlotAllocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LoopTraversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LowLevelTypeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/LowerEmuTLS.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MBFIWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFSDiscriminator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRFormatter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRParser/MIRParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRSampleProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MIRYamlMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachORelocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBlockFrequencyInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineBranchProbabilityInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCFGPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCSE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCombinerPattern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConstantPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineCycleAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDomTreeUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFrameInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineFunctionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineInstrBundleIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineJumpTableInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineLoopUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineMemOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleInfoImpls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineModuleSlotTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOptimizationRemarkEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineOutliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePassRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePipeliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachinePostDominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineSizeOpts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineStableHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineTraceMetrics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineUniformityAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MachineVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MacroFusion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ModuloSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/MultiHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/NonRelocatableStringpool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/OptimizePHIs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/CostAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Graph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Math.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/ReductionRules.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQP/Solution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PBQPRAConstraint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PHIElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Passes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PeepholeOptimizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PreISelIntrinsicLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/PseudoSourceValueManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFLiveness.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RDFRegisters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ReachingDefAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocFast.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocPBQP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegAllocRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegUsageInfoPropagate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Register.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBank.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterBankInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterClassInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterPressure.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterScavenging.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RegisterUsageInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ReplaceWithVeclib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ResourcePriorityQueue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/RuntimeLibcallUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SDNodeProperties.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SDPatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SafeStack.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGInstrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDAGMutation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleDFS.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScheduleHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SchedulerRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ScoreboardHazardRecognizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectOptimize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGAddressAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGISel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SelectionDAGTargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ShadowStackGCLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SjLjEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SlotIndexes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SpillPlacement.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/Spiller.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackColoring.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/StackProtector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SwiftErrorValueTracking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/SwitchLoweringUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TailDuplicator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetCallingConv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetFrameLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetInstrInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetOpcodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetPassConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TargetSubtargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TileShapeInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TwoAddressInstructionPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/TypePromotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/UnreachableBlockElim.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/VLIWMachineScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/ValueTypes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/VirtRegMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHFuncInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WasmEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHFuncInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WinEHPrepare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGen/WindowScheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/LowLevelType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/CodeGenTypes/MachineValueType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/AsmParsers.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/AsmPrinters.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/Disassemblers.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/TargetExegesis.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/TargetMCAs.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/Targets.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/abi-breaking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/llvm-config-x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Config/llvm-config.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/AddressesMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFLinkerDeclContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Classic/DWARFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/DWARFLinkerBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/IndexedValuesMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Parallel/DWARFLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/StringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWARFLinker/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWPError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DWP/DWPStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/BTF/BTFParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVSymbolVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeView.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewRegisters.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewSymbols.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/CodeViewTypes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugChecksumsSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossExSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugCrossImpSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugFrameDataSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugInlineeLinesSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugLinesSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugStringTableSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSubsectionVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolRVASubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugSymbolsSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/DebugUnknownSubsection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/EnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Formatters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/FunctionId.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GUID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/Line.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/MergingTypeTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordName.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/RecordSerialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SimpleTypeSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/StringsAndChecksums.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDeserializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumpDelegate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolDumper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbackPipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorCallbacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/SymbolVisitorDelegate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDeserializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeIndexDiscovery.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeRecordMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeStreamMerger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeSymbolEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeTableCollection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbackPipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DIContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAbbreviationDeclaration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAddressRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFAttribute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFCompileUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAbbrev.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAddr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugArangeSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugAranges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugFrame.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugInfoEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugMacro.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugPubTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDebugRnglists.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFDie.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFFormValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFGdbIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFListTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFLocationExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFRelocMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFSection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypePrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFTypeUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFUnitIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/DWARF/DWARFVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/CallSiteInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/DwarfTransformer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ExtractRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FileWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/FunctionInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymCreator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/GsymReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/Header.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/InlineInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LineTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/LookupResult.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/MergedFunctionsInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/ObjectFileTransformer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/OutputAggregator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/GSYM/StringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVCompare.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVElement.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVScope.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSort.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Core/LVType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/LVReaderHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVBinaryReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVCodeViewVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/LogicalView/Readers/LVDWARFReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/IMSFFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MSFError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/MSF/MappedBlockStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/ConcreteSymbolEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIADataStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAEnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAInjectedSource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIALineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASectionContrib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIASupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIATable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/DIA/DIAUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/GenericError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBDataStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBEnumChildren.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBFrameData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBInjectedSource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBLineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBRawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSectionContrib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBSourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/IPDBTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiModuleList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/DbiStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/EnumTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/FormatUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/GlobalsStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/Hash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/HashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ISectionContribVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InfoStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InjectedSourceStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/InputFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/LinePrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/ModuleDebugStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NamedStreamMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeCompilandSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumGlobals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumInjectedSources.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumLineNumbers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumModules.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeEnumTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeFunctionSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeInlineSiteSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeLineNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativePublicSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeRawSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSession.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSourceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeSymbolEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeBuiltin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeFunctionSig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypePointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeTypedef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeUDT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/NativeTypeVTShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBFileBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PDBStringTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/PublicsStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/RawTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/SymbolStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/Native/TpiStreamBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymDumper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolAnnotation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompiland.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandDetails.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCompilandEnv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolCustom.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolData.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolExe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugEnd.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolFuncDebugStart.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolLabel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolPublicSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolThunk.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBaseClass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeBuiltin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeCustom.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeDimension.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeEnum.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFriend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionArg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeFunctionSig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeManaged.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypePointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeTypedef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeUDT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolTypeVTableShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUnknown.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBSymbolUsingNamespace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/PDBTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/PDB/UDTLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/DIPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Markup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/MarkupFilter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/SymbolizableObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/DebugInfo/Symbolize/Symbolize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/BuildIDFetcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/Debuginfod.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPClient.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Debuginfod/HTTPServer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/Demangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/DemangleConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumDemangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/ItaniumNodes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/MicrosoftDemangleNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/StringViewExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Demangle/Utility.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ExecutionEngine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/GenericValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Interpreter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITEventListener.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/COFF_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/DWARFRecordSectionSplitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/EHFrameSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch32.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_aarch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_i386.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_loongarch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_ppc64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_riscv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ELF_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkDylib.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/JITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_arm64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/TableManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch32.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/aarch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/i386.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/loongarch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/ppc64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/riscv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITLink/x86_64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/JITSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/MCJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/OProfileWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/ObjectCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/AbsoluteSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/COFFVCRuntimeSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileOnDemandLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CompileUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Core.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/CoreContainers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugObjectManagerPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DebugUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebugInfoSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/DebuggerSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/PerfSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Debugging/VTuneSupportPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/DylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EHFrameRegistrationPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ELFNixPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDebugObjectRegistrar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCDynamicLibrarySearchGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCEHFrameRegistrar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericDylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericJITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericMemoryAccess.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCGenericRTDyldMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/EPCIndirectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ExecutorProcessControl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRCompileLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRPartitionLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IRTransformLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkLazyCallThroughManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkRedirectableSymbolManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITLinkReentryTrampolines.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/JITTargetMachineBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LLJIT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Layer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LazyReexports.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LinkGraphLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LoadLinkableFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/LookupAndRecordAddrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MachOPlatform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Mangling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MapperJITLinkMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MaterializationUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/MemoryMapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectFileInterface.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ObjectTransformLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/OrcABISupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RTDyldObjectLinkingLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ReOptimizeLayer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/RedirectionManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SectCreate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/AllocationActions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorAddress.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ExecutorSymbolDef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MachOObjectFormat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/MemoryFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/ObjectFormats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/OrcRTBridge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/PerfSharedStructs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimplePackedSerialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/SimpleRemoteEPCUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/TargetProcessControlTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/VTuneSharedStructs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Shared/WrapperFunctionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SimpleRemoteEPC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SpeculateAnalyses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/Speculation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/SymbolStringPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/DefaultHostBootstrapValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorBootstrapService.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/ExecutorSharedMemoryMapperService.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderGDB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderPerf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/JITLoaderVTune.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/RegisterEHFrames.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorDylibManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleExecutorMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/SimpleRemoteEPCServer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/TargetExecutionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TargetProcess/UnwindInfoManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/TaskDispatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/ThreadSafeModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/Orc/UnwindInfoRegistrationPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RTDyldMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyld.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/RuntimeDyldChecker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ExecutionEngine/SectionMemoryManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FileCheck/FileCheck.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Atomic/Atomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Debug/Options.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Directive/DirectiveBase.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Driver/CodeGenOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/HLSL/HLSLResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/OffloadWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/Offloading/Utility.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.h.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenACC/ACC.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ClauseT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/ConstructDecompositionT.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.h.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMP.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPAssume.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPDeviceConstants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPGridValues.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Frontend/OpenMP/OMPKinds.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/FuzzerCLI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/IRMutator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/OpDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Operations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/Random.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/FuzzMutate/RandomIRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AbstractCallSite.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Analysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Argument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AssemblyAnnotationWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Assumptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AttributeMask.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Attributes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/AutoUpgrade.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/BasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/BuiltinGCs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CallingConv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CmpPredicate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Comdat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Constant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFPRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFold.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantRange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstantRangeList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Constants.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConstrainedOps.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ConvergenceVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/CycleInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DIBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DataLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DbgVariableFragmentInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoFlags.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugInfoMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DebugProgramInstruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DerivedTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DerivedUser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/DiagnosticPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Dominators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/EHPersonalities.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FMF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FPEnv.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FixedMetadataKinds.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/FixedPointBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Function.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GCStrategy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GEPNoWrapFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GVMaterializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GenericConvergenceVerifierImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GetElementPtrTypeIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalAlias.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalIFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalObject.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/GlobalVariable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRBuilderFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IRPrintingPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InlineAsm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/InstrTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instruction.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Instructions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicEnums.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicImpl.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Intrinsics.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAArch64.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsAMDGPU.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsARM.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsBPF.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsDirectX.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagon.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsHexagonDep.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsLoongArch.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsMips.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVPTX.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsNVVM.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsPowerPC.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsR600.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXCV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXTHead.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsRISCVXsf.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsS390.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSPIRV.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsSystemZ.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVE.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsVEVL.gen.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsWebAssembly.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsX86.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/IntrinsicsXCore.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LLVMContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LLVMRemarkStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassManagers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/LegacyPassNameParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MDBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Mangler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MatrixBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/MemoryModelRelaxationAnnotations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Metadata.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Metadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Module.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSlotTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ModuleSummaryIndexYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/NVVMIntrinsicUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/NoFolder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/OperandTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Operator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/OptBisect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassInstrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManagerImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassManagerInternal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PassTimingInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PatternMatch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PredIteratorCache.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PrintPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ProfDataUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ProfileSummary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/PseudoProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ReplaceConstant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/RuntimeLibcalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SSAContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SafepointIRVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Statepoint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/StructuralHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/SymbolTableListTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TrackingMDRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Type.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TypeFinder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/TypedPointerType.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Use.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/UseListOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/User.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VFABIDemangler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VPIntrinsics.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Value.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Value.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueHandle.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/ValueSymbolTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VectorBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/VectorTypeUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IR/Verifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IRPrinter/IRPrintingPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/IRReader/IRReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InitializePasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/ELFObjHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSHandler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/InterfaceStub/IFSStub.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/Config.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/LTO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/LTOBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOCodeGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/LTOModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/ThinLTOCodeGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LTO/legacy/UpdateCompilerUsed.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LineEditor/LineEditor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LinkAllIR.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/LinkAllPasses.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Linker/IRMover.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Linker/Linker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/ConstantPools.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/DXContainerPSVInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/LaneBitmask.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoDarwin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmInfoXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAsmMacro.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCAssembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCCodeEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCCodeView.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDXContainerWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDecoderOps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDirectives.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCDisassembler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCExternalSymbolizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCRelocationInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDisassembler/MCSymbolizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCDwarf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCELFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCExpr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFixup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFixupKindInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCFragment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCGOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrAnalysis.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrDesc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCInstrItineraries.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCLabel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCLinkerOptimizationHint.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCMachObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectFileInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmCond.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/AsmLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmLexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserExtension.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCAsmParserUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCParsedAsmOperand.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCParser/MCTargetAsmParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCPseudoProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCRegister.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCRegisterInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSPIRVStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSchedule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSection.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionDXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionMachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionSPIRV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSectionXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSubtargetInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolGOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolMachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolTableEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolWasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCSymbolXCOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCTargetOptionsCommandFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCValue.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWasmObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWasmStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWin64EH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinCOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCWinEH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFObjectWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MCXCOFFStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/MachineLocation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/SectionKind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/StringTableBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MC/TargetRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/CodeEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Context.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/CustomBehaviour.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HWEventListener.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/HardwareUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/LSUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RegisterFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/ResourceManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/RetireControlUnit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/HardwareUnits/Scheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/IncrementalSourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/InstrBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Pipeline.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/SourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/DispatchStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/EntryStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/ExecuteStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InOrderIssueStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/InstructionTables.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/MicroOpQueueStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/RetireStage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Stages/Stage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/Support.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/MCA/View.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/COFF/COFFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/CommonConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ConfigManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ELF/ELFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MachO/MachOObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/MultiFormatConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/ObjCopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/XCOFF/XCOFFObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmConfig.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjCopy/wasm/WasmObjcopy.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Archive.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ArchiveWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Binary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/BuildID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFFImportFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/COFFModuleDefinition.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/CVDebugRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/DXContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Decompressor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ELFTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/FaultMapParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/GOFF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/GOFFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/IRObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/IRSymtab.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/MachOUniversalWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Minidump.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ModuleSymbolTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/ObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/OffloadBinary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/RelocationResolver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/StackMapParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/SymbolSize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/SymbolicFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/TapiFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/TapiUniversal.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/Wasm.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/WindowsMachineFlag.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/WindowsResource.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Object/XCOFFObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ArchiveYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/COFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLDebugSections.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypeHashing.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/CodeViewYAMLTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DWARFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/DXContainerYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ELFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/GOFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MachOYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/MinidumpYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/ObjectYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/OffloadYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/WasmYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/XCOFFYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/YAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ObjectYAML/yaml2obj.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/Arg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/ArgList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptParser.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptSpecifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/OptTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Option/Option.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Pass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassAnalysisSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassRegistry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/PassSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/CodeGenPassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/DroppedVariableStatsIR.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/MachinePassRegistry.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/OptimizationLevel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/PassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/PassPlugin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/StandardInstrumentations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Passes/TargetPassRegistry.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/CoverageMappingWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/Coverage/MCDCTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/CtxInstrContextNode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/FunctionId.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/GCOV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/HashKeyMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfCorrelator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/InstrProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/ItaniumManglingCanonicalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MIBEntryDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfData.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/MemProfYAML.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/PGOCtxProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/ProfileCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SampleProfWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ProfileData/SymbolRemappingReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkContainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/BitstreamRemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/HotnessThresholdParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/Remark.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkFormat.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkLinker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStreamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/RemarkStringTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Remarks/YAMLRemarkSerializer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Argument.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/BasicBlock.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Constant.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Context.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Function.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Instruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/IntrinsicInst.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Module.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Operator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Pass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/PassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Region.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Tracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Type.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Use.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/User.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Value.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/SandboxIR/Values.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AArch64BuildAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUAddrSpace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDGPUMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AMDHSAKernelDescriptor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMBuildAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMEHABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ARMWinEH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AlignOf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Alignment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Allocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AllocatorBase.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ArrayRecycler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Atomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AtomicOrdering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/AutoConvert.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Automaton.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BCD.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BLAKE3.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BalancedPartitioning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Base64.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryByteStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryItemStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamArray.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BinaryStreamWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BlockFrequency.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BranchProbability.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/BuryPointer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CBindingWrapping.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CFGDiff.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CFGUpdate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/COM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CRC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CSKYAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CachePruning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Caching.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Capacity.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Casting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CheckedArithmetic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Chrono.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CodeGen.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CodeGenCoverage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CommandLine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Compiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Compression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ConvertEBCDIC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ConvertUTF.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/CrashRecoveryContext.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DJB.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DOTGraphTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DXILABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DataExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DataTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Debug.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DebugCounter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Discriminator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DivisionByConstantInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Duration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/DynamicLibrary.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ELFAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Endian.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/EndianStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Errc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Errno.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ErrorHandling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ErrorOr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExitCodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExponentialBackoff.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ExtensibleRTTI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Extension.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileOutputBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileSystem/UniqueID.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FileUtilities.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Format.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatAdapters.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatProviders.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormatVariadicDetails.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/FormattedStream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericDomTreeConstruction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericIteratedDominanceFrontier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GenericLoopInfoImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GlobPattern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/GraphWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HashBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/HexagonAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/InitLLVM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/InstructionCost.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/JSON.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/KnownBits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LEB128.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LICENSE.TXT +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LLVMDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LineIterator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Locale.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LockFileManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/LogicalResult.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MD5.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSP430AttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSP430Attributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MSVCErrorWorkarounds.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ManagedStatic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MathExtras.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemAlloc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Memory.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemoryBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MemoryBufferRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/MipsABIFlags.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ModRef.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Mutex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/NVPTXAddrSpace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/NativeFormatting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OnDiskHashTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OptimizedStructLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/OptionStrCmp.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PGOOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Parallel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Path.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PerThreadBumpPtrAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PluginLoader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PointerLikeTypeTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/PrettyStackTrace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Printable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Process.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Program.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributeParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVAttributes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RISCVISAUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RWMutex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RandomNumberGenerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Recycler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/RecyclingAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Regex.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Registry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ReverseIteration.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SHA1.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SHA256.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SMLoc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SMTAPI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SaveAndRestore.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ScaledNumber.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ScopedPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Signals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Signposts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SipHash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SmallVectorMemoryBuffer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Solaris/sys/regset.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SourceMgr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SpecialCaseList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/StringSaver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SuffixTree.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SuffixTreeNode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SwapByteOrder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SystemUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/SystemZ/zOSSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TarWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TargetOpcodes.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TargetSelect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ThreadPool.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ThreadSafeAllocator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Threading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TimeProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Timer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/ToolOutputFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TrailingObjects.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TypeName.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/TypeSize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Unicode.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/UnicodeCharRanges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VCSRevision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Valgrind.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VersionTuple.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/VirtualFileSystem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Watchdog.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Win64EH.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/Windows/WindowsSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/WindowsError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/WithColor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/X86DisassemblerDecoderCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/X86FoldTablesUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/YAMLParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/YAMLTraits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/circular_raw_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/float128.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_os_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_sha1_ostream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/raw_socket_stream.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/thread.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/type_traits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Support/xxhash.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/AArch64ImmCheck.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Automaton.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/DirectiveEmitter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Main.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Parser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/Record.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/SearchableTable.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/SetTheory.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/StringMatcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/StringToOffsetTable.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/TGTimer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TableGen/TableGenBackend.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/CGPassBuilderOption.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/CodeGenCWrappers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GenericOpcodes.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Combine.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/RegisterBank.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/SelectionDAGCompat.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/GlobalISel/Target.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/Target.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetCallingConv.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetInstrPredicate.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetIntrinsicInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetItinerary.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetLoweringObjectFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetMachine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetMacroFusion.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetPfmCounters.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetSchedule.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/Target/TargetSelectionDAG.td +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64CPUFeatures.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64FeatPriorities.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/AArch64TargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/ARMTargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/CSKYTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/Host.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/LoongArchTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/PPCTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVISAInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/RISCVTargetParserDef.inc +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/SubtargetFeature.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/Triple.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TargetParser/X86TargetParser.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Telemetry/Telemetry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/ADT/StringMapEntry.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Annotations/Annotations.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Support/Error.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Testing/Support/SupportHelpers.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.def +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Architecture.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/ArchitectureSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/DylibReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/FileTypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/InterfaceFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/PackedVersion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Platform.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Record.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordVisitor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/RecordsSlice.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Symbol.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/SymbolSet.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Target.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIError.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/TextAPIWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/TextAPI/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-dlltool/DlltoolDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/ToolDrivers/llvm-lib/LibDriver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/AggressiveInstCombine/AggressiveInstCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/CFGuard.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/ABI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroAnnotationElide.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroCleanup.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroConditionalWrapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroEarly.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroElide.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroInstr.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroShape.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/CoroSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/MaterializationUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SpillUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Coroutines/SuspendCrossingInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/HipStdPar/HipStdPar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/AlwaysInliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Annotation2Metadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ArgumentPromotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Attributor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/BlockExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CalledValuePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ConstantMerge.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/CrossDSOCFI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/DeadArgumentElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ElimAvailExtern.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/EmbedBitcodePass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExpandVariadics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ExtractGV.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ForceFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionImport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/FunctionSpecialization.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalDCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/GlobalSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/HotColdSplitting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/IROutliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/InferFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Inliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/Internalize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LoopExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/LowerTypeTests.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MemProfContextDisambiguation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/MergeFunctions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ModuleInliner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/OpenMPOpt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/PartialInlining.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ProfiledCallGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SCCP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleContextTracker.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileMatcher.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/SampleProfileProbe.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripDeadPrototypes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/StripSymbols.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/ThinLTOBitcodeWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/IPO/WholeProgramDevirt.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/InstCombine/InstCombiner.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerCommon.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/AddressSanitizerOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BlockCoverageInference.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/BoundsChecking.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CFGMST.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/CGProfile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ControlHeightReduction.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/DataFlowSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/GCOVProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/HWAddressSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrOrderFile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/InstrProfiling.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/KCFI.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/LowerAllowCheckPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemProfiler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/MemorySanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/NumericalStabilitySanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfFlattening.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOCtxProfLowering.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/PGOInstrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/RealtimeSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/SanitizerCoverage.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/ThreadSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Instrumentation/TypeSanitizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/ObjCARC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ADCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AlignmentFromAssumptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/AnnotationRemarks.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/BDCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CallSiteSplitting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstantHoisting.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ConstraintElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/CorrelatedValuePropagation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DCE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DFAJumpThreading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DeadStoreElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/DivRemPairs.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/EarlyCSE.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/FlattenCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Float2Int.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVN.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GVNExpression.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/GuardWidening.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IVUsersPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/IndVarSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InductiveRangeCheckElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAddressSpaces.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InferAlignment.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/InstSimplifyPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpTableToSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/JumpThreading.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopAccessAnalysisPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopBoundSplit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDataPrefetch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDeletion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopDistribute.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFlatten.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopFuse.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopIdiomRecognize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInstSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopInterchange.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopLoadElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopPredication.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopRotation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSimplifyCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopSink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopStrengthReduce.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopTermFold.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollAndJamPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopUnrollPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LoopVersioningLICM.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerAtomicPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerConstantIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerExpectIntrinsic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerGuardIntrinsic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerMatrixIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/LowerWidenableCondition.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MakeGuardsExplicit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MemCpyOptimizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergeICmps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/MergedLoadStoreMotion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NaryReassociate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/NewGVN.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PartiallyInlineLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/PlaceSafepoints.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reassociate.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Reg2Mem.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/RewriteStatepointsForGC.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SCCP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SROA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/ScalarizeMaskedMemIntrin.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Scalarizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SeparateConstOffsetFromGEP.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimpleLoopUnswitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SimplifyCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/Sink.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/SpeculativeExecution.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StraightLineStrengthReduce.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/StructurizeCFG.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/TailRecursionElimination.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Scalar/WarnMissedTransforms.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AMDGPUEmitPrintf.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ASanStackFrameLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AddDiscriminators.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/AssumeBundleBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BasicBlockUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BreakCriticalEdges.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BuildLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/BypassSlowDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallGraphUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CallPromotionUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeAliases.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CanonicalizeFreezeInLoops.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Cloning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeExtractor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeLayout.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CodeMoverUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ControlFlowUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CountVisits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/CtorUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/DXILUpgrade.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Debugify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EntryExitInstrumenter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/EscapeEnumerator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Evaluator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ExtraPassManager.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FixIrreducible.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionComparator.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/FunctionImportUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GlobalStatus.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/GuardUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/HelloWorld.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IRNormalizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InjectTLIMappings.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionNamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/InstructionWorklist.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Instrumentation.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/IntegerDivision.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LCSSA.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LibCallsShrinkWrap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Local.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LongestCommonSequence.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopConstrainer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopPeel.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopRotationUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopSimplify.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LoopVersioning.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerAtomic.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerGlobalDtors.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerIFunc.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerInvoke.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerMemIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerSwitch.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/LowerVectorIntrinsics.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MatrixUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/Mem2Reg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryOpRemark.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MemoryTaggingSupport.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MetaRenamer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MisExpect.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ModuleUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/MoveAutoInit.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/NameAnonGlobals.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PredicateInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/PromoteMemToReg.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/RelLookupTableConverter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SCCPSolver.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdater.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterBulk.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SSAUpdaterImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileInference.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SanitizerStats.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ScalarEvolutionExpander.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyCFGOptions.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyIndVar.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SimplifyLibCalls.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SizeOpts.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SplitModule.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripGCRelocates.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/StripNonLineTableDebugInfo.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/SymbolRewriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyFunctionExitNodes.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnifyLoopExits.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/UnrollLoop.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/VNCoercion.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Utils/ValueMapper.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoadStoreVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopIdiomVectorize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/LoopVectorize.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SLPVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/DependencyGraph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/InstrMaps.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Interval.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Legality.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/BottomUpVec.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/NullPass.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/PrintInstructionCount.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Passes/RegionsFromMetadata.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SandboxVectorizerPassBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/Scheduler.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/SeedCollector.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/SandboxVectorizer/VecUtils.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/Transforms/Vectorize/VectorCombine.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCPaths.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsDriver/MSVCSetupApi.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsManifest/WindowsManifestMerger.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceProcessor.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptToken.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/WindowsResource/ResourceScriptTokenList.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockIndexer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/BlockVerifier.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRLogBuilder.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordConsumer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecordProducer.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRRecords.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceExpander.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FDRTraceWriter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/FileHeaderReader.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Graph.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/InstrumentationMap.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Profile.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/RecordPrinter.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/Trace.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/XRayRecord.h +usr/lib64/llvm%%BINVERSION%%/include/llvm/XRay/YAMLXRayRecord.h +usr/lib64/llvm%%BINVERSION%%/lib64/LLVMgold.so +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddLLVM.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddOCaml.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/AddSphinxTarget.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckAtomic.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckCompilerVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CheckProblematicConfigurations.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CoverageReport.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/CrossCompile.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/DetermineGCCCompatible.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FileLock.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindFFI.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindLibEdit.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindLibpfm.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindOCaml.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindSphinx.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/FindZ3.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/Findzstd.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GenerateVersionFromVCS.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GetErrcMessages.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/GetLibraryName.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/HandleLLVMOptions.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/HandleLLVMStdlib.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVM-Build.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVM-Config.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfig.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfigExtensions.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMConfigVersion.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMDistributionSupport.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExports-relwithdebinfo.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExports.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMExternalProjectUtils.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMInstallSymlink.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/LLVMProcessSources.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/TableGen.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/TensorFlowCompile.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/UseLibtool.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/VersionFromVCS.cmake +usr/lib64/llvm%%BINVERSION%%/lib64/cmake/llvm/llvm-driver-template.cpp.in +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM-%%BINVERSION%%.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVM.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64AsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64CodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Desc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Disassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Info.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAArch64Utils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUTargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAMDGPUUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAggressiveInstCombine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAnalysis.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMAsmPrinter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBPFInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBinaryFormat.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitWriter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMBitstreamReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCFGuard.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCFIVerify.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCGData.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCodeGenTypes.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCore.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCoroutines.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMCoverage.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinker.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinkerClassic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWARFLinkerParallel.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDWP.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoBTF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoCodeView.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoDWARF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoGSYM.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoLogicalView.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoMSF.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebugInfoPDB.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDebuginfod.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDemangle.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDiff.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMDlltoolDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExecutionEngine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesis.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisAArch64.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisPowerPC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisRISCV.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExegesisX86.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMExtensions.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFileCheck.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendAtomic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendHLSL.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOffloading.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOpenACC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFrontendOpenMP.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFuzzMutate.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMFuzzerCLI.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMGlobalISel.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMHipStdPar.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMIRPrinter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMIRReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInstCombine.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInstrumentation.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInterfaceStub.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMInterpreter.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMJITLink.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLTO.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLibDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLineEditor.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMLinker.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMC.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCJIT.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMCParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMMIRParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMNVPTXInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjCARCOpts.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjCopy.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObject.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMObjectYAML.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOptDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOption.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcDebugging.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcJIT.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcShared.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMOrcTargetProcess.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPasses.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPerfJITEvents.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMPowerPCInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMProfileData.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRISCVTargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRemarks.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMRuntimeDyld.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSandboxIR.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMScalarOpts.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSelectionDAG.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSupport.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSymbolize.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMSystemZInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGenBasic.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTableGenCommon.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTarget.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTargetParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTelemetry.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTextAPI.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTextAPIBinaryReader.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMTransformUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMVectorize.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyAsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyCodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyDesc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyDisassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyInfo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWebAssemblyUtils.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWindowsDriver.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMWindowsManifest.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86AsmParser.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86CodeGen.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Desc.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Disassembler.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86Info.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMX86TargetMCA.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMXRay.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLLVMipo.a +usr/lib64/llvm%%BINVERSION%%/lib64/libLTO.so +usr/lib64/llvm%%BINVERSION%%/lib64/libLTO.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/lib64/libRemarks.so +usr/lib64/llvm%%BINVERSION%%/lib64/libRemarks.so.%%LIBVERSION%% +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-diff.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-stats.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/opt-viewer.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/optpmap.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/optrecord.py +usr/lib64/llvm%%BINVERSION%%/share/opt-viewer/style.css usr/share/licenses/llvm-devel/LICENSE.TXT usr/share/licenses/llvm-libs/LICENSE.TXT usr/share/licenses/llvm-static/LICENSE.TXT usr/share/licenses/llvm/LICENSE.TXT +usr/share/man/man1/FileCheck-%%LIBVERSION%%.gz +usr/share/man/man1/FileCheck.1.gz +usr/share/man/man1/bugpoint-%%LIBVERSION%%.gz usr/share/man/man1/bugpoint.1.gz +usr/share/man/man1/clang-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/clang-tblgen.1.gz +usr/share/man/man1/dsymutil-%%LIBVERSION%%.gz usr/share/man/man1/dsymutil.1.gz -usr/share/man/man1/FileCheck.1.gz +usr/share/man/man1/lit-%%LIBVERSION%%.gz usr/share/man/man1/lit.1.gz +usr/share/man/man1/llc-%%LIBVERSION%%.gz usr/share/man/man1/llc.1.gz +usr/share/man/man1/lldb-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/lldb-tblgen.1.gz +usr/share/man/man1/lli-%%LIBVERSION%%.gz usr/share/man/man1/lli.1.gz +usr/share/man/man1/llvm-addr2line-%%LIBVERSION%%.gz usr/share/man/man1/llvm-addr2line.1.gz +usr/share/man/man1/llvm-ar-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ar.1.gz +usr/share/man/man1/llvm-as-%%LIBVERSION%%.gz usr/share/man/man1/llvm-as.1.gz +usr/share/man/man1/llvm-bcanalyzer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-bcanalyzer.1.gz -usr/share/man/man1/llvm-config-32.1.gz -usr/share/man/man1/llvm-config-64.1.gz +usr/share/man/man1/llvm-cgdata-%%LIBVERSION%%.gz +usr/share/man/man1/llvm-cgdata.1.gz +usr/share/man/man1/llvm-config-%%LIBVERSION%%.gz usr/share/man/man1/llvm-config.1.gz +usr/share/man/man1/llvm-cov-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cov.1.gz +usr/share/man/man1/llvm-cxxfilt-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cxxfilt.1.gz +usr/share/man/man1/llvm-cxxmap-%%LIBVERSION%%.gz usr/share/man/man1/llvm-cxxmap.1.gz +usr/share/man/man1/llvm-debuginfo-analyzer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-debuginfo-analyzer.1.gz +usr/share/man/man1/llvm-diff-%%LIBVERSION%%.gz usr/share/man/man1/llvm-diff.1.gz +usr/share/man/man1/llvm-dis-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dis.1.gz +usr/share/man/man1/llvm-dwarfdump-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dwarfdump.1.gz +usr/share/man/man1/llvm-dwarfutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-dwarfutil.1.gz +usr/share/man/man1/llvm-exegesis-%%LIBVERSION%%.gz usr/share/man/man1/llvm-exegesis.1.gz +usr/share/man/man1/llvm-extract-%%LIBVERSION%%.gz usr/share/man/man1/llvm-extract.1.gz +usr/share/man/man1/llvm-ifs-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ifs.1.gz +usr/share/man/man1/llvm-install-name-tool-%%LIBVERSION%%.gz usr/share/man/man1/llvm-install-name-tool.1.gz +usr/share/man/man1/llvm-lib-%%LIBVERSION%%.gz usr/share/man/man1/llvm-lib.1.gz +usr/share/man/man1/llvm-libtool-darwin-%%LIBVERSION%%.gz usr/share/man/man1/llvm-libtool-darwin.1.gz +usr/share/man/man1/llvm-link-%%LIBVERSION%%.gz usr/share/man/man1/llvm-link.1.gz +usr/share/man/man1/llvm-lipo-%%LIBVERSION%%.gz usr/share/man/man1/llvm-lipo.1.gz +usr/share/man/man1/llvm-locstats-%%LIBVERSION%%.gz usr/share/man/man1/llvm-locstats.1.gz +usr/share/man/man1/llvm-mc-%%LIBVERSION%%.gz usr/share/man/man1/llvm-mc.1.gz +usr/share/man/man1/llvm-mca-%%LIBVERSION%%.gz usr/share/man/man1/llvm-mca.1.gz +usr/share/man/man1/llvm-nm-%%LIBVERSION%%.gz usr/share/man/man1/llvm-nm.1.gz +usr/share/man/man1/llvm-objcopy-%%LIBVERSION%%.gz usr/share/man/man1/llvm-objcopy.1.gz +usr/share/man/man1/llvm-objdump-%%LIBVERSION%%.gz usr/share/man/man1/llvm-objdump.1.gz +usr/share/man/man1/llvm-opt-report-%%LIBVERSION%%.gz usr/share/man/man1/llvm-opt-report.1.gz +usr/share/man/man1/llvm-otool-%%LIBVERSION%%.gz usr/share/man/man1/llvm-otool.1.gz +usr/share/man/man1/llvm-pdbutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-pdbutil.1.gz +usr/share/man/man1/llvm-profdata-%%LIBVERSION%%.gz usr/share/man/man1/llvm-profdata.1.gz +usr/share/man/man1/llvm-profgen-%%LIBVERSION%%.gz usr/share/man/man1/llvm-profgen.1.gz +usr/share/man/man1/llvm-ranlib-%%LIBVERSION%%.gz usr/share/man/man1/llvm-ranlib.1.gz +usr/share/man/man1/llvm-readelf-%%LIBVERSION%%.gz usr/share/man/man1/llvm-readelf.1.gz +usr/share/man/man1/llvm-readobj-%%LIBVERSION%%.gz usr/share/man/man1/llvm-readobj.1.gz +usr/share/man/man1/llvm-reduce-%%LIBVERSION%%.gz usr/share/man/man1/llvm-reduce.1.gz +usr/share/man/man1/llvm-remarkutil-%%LIBVERSION%%.gz usr/share/man/man1/llvm-remarkutil.1.gz +usr/share/man/man1/llvm-size-%%LIBVERSION%%.gz usr/share/man/man1/llvm-size.1.gz +usr/share/man/man1/llvm-stress-%%LIBVERSION%%.gz usr/share/man/man1/llvm-stress.1.gz +usr/share/man/man1/llvm-strings-%%LIBVERSION%%.gz usr/share/man/man1/llvm-strings.1.gz +usr/share/man/man1/llvm-strip-%%LIBVERSION%%.gz usr/share/man/man1/llvm-strip.1.gz +usr/share/man/man1/llvm-symbolizer-%%LIBVERSION%%.gz usr/share/man/man1/llvm-symbolizer.1.gz +usr/share/man/man1/llvm-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/llvm-tblgen.1.gz +usr/share/man/man1/llvm-tli-checker-%%LIBVERSION%%.gz usr/share/man/man1/llvm-tli-checker.1.gz +usr/share/man/man1/mlir-tblgen-%%LIBVERSION%%.gz usr/share/man/man1/mlir-tblgen.1.gz usr/share/man/man1/opt.1.gz +usr/share/man/man1/opt-%%LIBVERSION%%.gz +usr/share/man/man1/tblgen-%%LIBVERSION%%.gz usr/share/man/man1/tblgen.1.gz usr/share/opt-viewer/opt-diff.py usr/share/opt-viewer/opt-stats.py diff --git a/devel/linux-rl9-nasm/Makefile b/devel/linux-rl9-nasm/Makefile new file mode 100644 index 000000000000..2736d645c402 --- /dev/null +++ b/devel/linux-rl9-nasm/Makefile @@ -0,0 +1,19 @@ +PORTNAME= nasm +PORTVERSION= 2.15.03 +DISTVERSIONSUFFIX= -7.el9 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Portable x86 assembler which uses Intel-like syntax +WWW= https://www.nasm.us/ + +LICENSE= BSD3CLAUSE + +USES= linux:rl9 +USE_LINUX_RPM= nolib + +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +OPTIONS_DEFINE= DOCS + +.include <bsd.port.mk> diff --git a/devel/linux-rl9-nasm/distinfo b/devel/linux-rl9-nasm/distinfo new file mode 100644 index 000000000000..90211b87a81c --- /dev/null +++ b/devel/linux-rl9-nasm/distinfo @@ -0,0 +1,7 @@ +TIMESTAMP = 1765353031 +SHA256 (rocky/n/nasm-2.15.03-7.el9.aarch64.rpm) = fb4f9e43da9fe0072c062a6f62c7c387153a31f3540212eecca89d082f7c6936 +SIZE (rocky/n/nasm-2.15.03-7.el9.aarch64.rpm) = 434648 +SHA256 (rocky/n/nasm-2.15.03-7.el9.x86_64.rpm) = 91a07325837ba1bd556ceb0ce07ae85ae99caf7f30ce8bee1a6bff1ecad6920b +SIZE (rocky/n/nasm-2.15.03-7.el9.x86_64.rpm) = 444673 +SHA256 (rocky/n/nasm-2.15.03-7.el9.src.rpm) = e8846916ec40161861b5fbdfc5122cf9f28e8939ea861779bf7277e0a116fbd2 +SIZE (rocky/n/nasm-2.15.03-7.el9.src.rpm) = 1815091 diff --git a/devel/linux-rl9-nasm/pkg-descr b/devel/linux-rl9-nasm/pkg-descr new file mode 100644 index 000000000000..bd73937b92b9 --- /dev/null +++ b/devel/linux-rl9-nasm/pkg-descr @@ -0,0 +1,5 @@ +The Netwide Assembler, NASM, is a free and open-source x86 assembler +for the Intel x86 architecture. It can be used to write 16-bit, +32-bit (IA-32) and 64-bit (x86-64) programs. + +This port provides the Red Hat Linux 9 (linux-rl9) version of NASM. diff --git a/devel/linux-rl9-nasm/pkg-plist.aarch64 b/devel/linux-rl9-nasm/pkg-plist.aarch64 new file mode 100644 index 000000000000..776950561604 --- /dev/null +++ b/devel/linux-rl9-nasm/pkg-plist.aarch64 @@ -0,0 +1,8 @@ +usr/bin/nasm +usr/bin/ndisasm +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/nasm/LICENSE +usr/share/man/man1/nasm.1.gz +usr/share/man/man1/ndisasm.1.gz diff --git a/devel/linux-rl9-nasm/pkg-plist.amd64 b/devel/linux-rl9-nasm/pkg-plist.amd64 new file mode 100644 index 000000000000..776950561604 --- /dev/null +++ b/devel/linux-rl9-nasm/pkg-plist.amd64 @@ -0,0 +1,8 @@ +usr/bin/nasm +usr/bin/ndisasm +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES +%%PORTDOCS%%%%DOCSDIR%%/README.md +usr/share/licenses/nasm/LICENSE +usr/share/man/man1/nasm.1.gz +usr/share/man/man1/ndisasm.1.gz diff --git a/devel/linux-rl9-qt5-qttools/Makefile b/devel/linux-rl9-qt5-qttools/Makefile index e0053f67b4a3..20d544ba8b3a 100644 --- a/devel/linux-rl9-qt5-qttools/Makefile +++ b/devel/linux-rl9-qt5-qttools/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -6.el9 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -7.el9 +PORTREVISION= 5 CATEGORIES= devel linux PKGNAMESUFFIX= -qttools diff --git a/devel/linux-rl9-qt5-qttools/distinfo b/devel/linux-rl9-qt5-qttools/distinfo index e9c6e79f6797..8ef404cc8cf6 100644 --- a/devel/linux-rl9-qt5-qttools/distinfo +++ b/devel/linux-rl9-qt5-qttools/distinfo @@ -1,27 +1,27 @@ -TIMESTAMP = 1750648840 -SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = ca809684d8ad6f6233f97b416747ab62d0a3cd74446960d0cb1da84463e64b58 -SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.aarch64.rpm) = 39417 -SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 4ce589d916e623d82e9fb81034eeb72f229bfec9b515fdaee9b7566ea1147641 -SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.x86_64.rpm) = 39823 -SHA256 (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 4aad543770fdfb17760eff0bb24acbf3495acc7d9e3ccd33508295e470932c64 -SIZE (rocky/q/qt5-qttools-common-5.15.9-6.el9.noarch.rpm) = 10227 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 6b4e3bee56d7d9402ff480ee040a880c576556433691ba1e6ac7153aa55a83e8 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.aarch64.rpm) = 2828271 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 37010208672ca9871a39c85df0c144415d4e0eafbf3b7f61b4c4ae29a0fd63e6 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.i686.rpm) = 2950313 -SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = aa4da453778031ab4cfb7a5ef022d7f954cc864ee63af7898b8b4ea8a1f4b170 -SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-6.el9.x86_64.rpm) = 2826994 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 0135a3b3d2bb4f515cce4ad29d367c332e0bcf66b0df416cee66e44e1a582098 -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.aarch64.rpm) = 805111 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = bfa58717e5989357dd37c5529dc4f6ce6b9ed3246c8101afc9eb63859e7e8ea6 -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.i686.rpm) = 880069 -SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 91813d9b030f90c38beb1dd96d44837590a08f3015b9e4c50b6dd9a4884093b2 -SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-6.el9.x86_64.rpm) = 801515 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 657d3c4f949a78495eeb91f45e26022f986a9a451b0f401c438205a6565dfe43 -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.aarch64.rpm) = 158798 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 0e67a9a3193ae088983cd54f434054636d9b7467971d42f7ae5b1388c625d602 -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.i686.rpm) = 178232 -SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = c45e7badd13496fffa5a9b4b174fb502cc811572d150af7622b37fdbe7a7da72 -SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-6.el9.x86_64.rpm) = 157951 -SHA256 (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = b5bf621c0495215b0dc053f0ef4abfd65b95d28bb82baacca78fbfb5de8b906b -SIZE (rocky/q/qt5-qttools-5.15.9-6.el9.src.rpm) = 8921992 +TIMESTAMP = 1765192136 +SHA256 (rocky/q/qt5-qttools-5.15.9-7.el9.aarch64.rpm) = 6487b304440a33516d6a6740545e14a4fdf11d72244521eb2d6f2e4c7fad3c04 +SIZE (rocky/q/qt5-qttools-5.15.9-7.el9.aarch64.rpm) = 39617 +SHA256 (rocky/q/qt5-qttools-5.15.9-7.el9.x86_64.rpm) = e0e1aed707bad5761d602aafe05b3d70248262ef6e30e2224400676850131df1 +SIZE (rocky/q/qt5-qttools-5.15.9-7.el9.x86_64.rpm) = 39885 +SHA256 (rocky/q/qt5-qttools-common-5.15.9-7.el9.noarch.rpm) = a37bccc78c2dd185163038b4d35fc6bc8b42041c543d8b2e27be2c036160b2ed +SIZE (rocky/q/qt5-qttools-common-5.15.9-7.el9.noarch.rpm) = 10258 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.aarch64.rpm) = 75c0c63726455b3dbbbac0117ae7f9d2fc69a06767275f36b42d3f6c110bf16e +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.aarch64.rpm) = 2828375 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.i686.rpm) = f347acb1e42ffb1e8c3c3bd05bbfac6484a19c6c9a76fa105a05dded30207e08 +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.i686.rpm) = 2947283 +SHA256 (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.x86_64.rpm) = 251f02f8ce080c9d4ed95bef12befd971a5a34f676701d40e8e16e07fa40c54d +SIZE (rocky/q/qt5-qttools-libs-designer-5.15.9-7.el9.x86_64.rpm) = 2827963 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.aarch64.rpm) = 2be204c6f106dad5bef68f1be6e33e1144abd1f97651083d4b65daafa5a22a01 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.aarch64.rpm) = 805271 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.i686.rpm) = f2b7964c21bb284cc29200984362e16b2379142f671215ae8bab03770298c837 +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.i686.rpm) = 879893 +SHA256 (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.x86_64.rpm) = a873b0e923a27a1e93fdbb72bf9dc363ec880508585416d314e540d943ddec1e +SIZE (rocky/q/qt5-qttools-libs-designercomponents-5.15.9-7.el9.x86_64.rpm) = 801598 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.aarch64.rpm) = f06ca07453a56d45cd1ff9faf81869a45024c47f9363eaf093b9b4daee55dd6a +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.aarch64.rpm) = 158847 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.i686.rpm) = 58237c979c33741b18f2366baba194dec67ea4341f3eb815f1c57ee122e7ee24 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.i686.rpm) = 178069 +SHA256 (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.x86_64.rpm) = 47ebcf66422ec45f2b931b2847f9c0cdda94961e05ea0a22ae8cf2cac4903fa8 +SIZE (rocky/q/qt5-qttools-libs-help-5.15.9-7.el9.x86_64.rpm) = 158050 +SHA256 (rocky/q/qt5-qttools-5.15.9-7.el9.src.rpm) = 835e7a5b10924a8368390e026d7bcb8bde61d358218cb00e0dff989c8794da65 +SIZE (rocky/q/qt5-qttools-5.15.9-7.el9.src.rpm) = 8922089 diff --git a/devel/linux-rl9-systemd-libs/Makefile b/devel/linux-rl9-systemd-libs/Makefile index 98ba852c03d6..f1891819c367 100644 --- a/devel/linux-rl9-systemd-libs/Makefile +++ b/devel/linux-rl9-systemd-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= systemd PORTVERSION= 252 -DISTVERSIONSUFFIX= -51.el9_6.2 -PORTREVISION= 11 +DISTVERSIONSUFFIX= -55.el9_7.7.rocky.0.1 +PORTREVISION= 12 CATEGORIES= devel linux PKGNAMESUFFIX= -libs diff --git a/devel/linux-rl9-systemd-libs/distinfo b/devel/linux-rl9-systemd-libs/distinfo index 12a1eee8f1e3..49a9227b4812 100644 --- a/devel/linux-rl9-systemd-libs/distinfo +++ b/devel/linux-rl9-systemd-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1762103235 -SHA256 (rocky/s/systemd-libs-252-51.el9_6.2.aarch64.rpm) = 1fce03452b40dc50213540d23356a64215ba67d8a8ffe34f559158778dead6e4 -SIZE (rocky/s/systemd-libs-252-51.el9_6.2.aarch64.rpm) = 648685 -SHA256 (rocky/s/systemd-libs-252-51.el9_6.2.i686.rpm) = f4ec90314ee86c36983af5ff306bc81b418ad0be3e69ca4303aed5c48a6fca4a -SIZE (rocky/s/systemd-libs-252-51.el9_6.2.i686.rpm) = 712877 -SHA256 (rocky/s/systemd-libs-252-51.el9_6.2.x86_64.rpm) = 3db42eb52fdca5a1b2a8e1bf26904e106bc840cb5f9d18553a0557217332195b -SIZE (rocky/s/systemd-libs-252-51.el9_6.2.x86_64.rpm) = 681715 -SHA256 (rocky/s/systemd-252-51.el9_6.2.src.rpm) = 8d374fcb93db7d46728295e8e42e57032d01f355785474b69246d465665f9ba3 -SIZE (rocky/s/systemd-252-51.el9_6.2.src.rpm) = 42961161 +TIMESTAMP = 1765192264 +SHA256 (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.aarch64.rpm) = d9ab38ead9ed68eebed44b4df06b7c1d1e8466626d5f6290f85b5103c6c2e546 +SIZE (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.aarch64.rpm) = 658816 +SHA256 (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.i686.rpm) = 7c4fa03b9ecea738139bd4b85c1d6de1eb8e75ae128f96496a9a85fad18a3d92 +SIZE (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.i686.rpm) = 722176 +SHA256 (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64.rpm) = b3549b4b31350d30558a154836f437e2da976449aa1699356f43957f69883bf8 +SIZE (rocky/s/systemd-libs-252-55.el9_7.7.rocky.0.1.x86_64.rpm) = 691857 +SHA256 (rocky/s/systemd-252-55.el9_7.7.rocky.0.1.src.rpm) = 01cc599b8a8112ec831ecbfc25eac8137654a1069367c63ad1d46f51a34b4f55 +SIZE (rocky/s/systemd-252-55.el9_7.7.rocky.0.1.src.rpm) = 44615315 diff --git a/devel/llvm-cheri/Makefile.snapshot b/devel/llvm-cheri/Makefile.snapshot index 19e8fac986e0..ce793c6403fa 100644 --- a/devel/llvm-cheri/Makefile.snapshot +++ b/devel/llvm-cheri/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 17 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20251020 +SNAPDATE= 20251209 -LLVM_COMMIT= 74d200f2bb65b06633ca87f86b1b9145ebf63a46 +LLVM_COMMIT= 08d5b5f5fe0f84e519cc12e8ca49a91fcc38f0ee diff --git a/devel/llvm-cheri/distinfo b/devel/llvm-cheri/distinfo index c710f5367e88..69a1f7250aa7 100644 --- a/devel/llvm-cheri/distinfo +++ b/devel/llvm-cheri/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761234110 -SHA256 (CTSRD-CHERI-llvm-project-17.0.d20251020-74d200f2bb65b06633ca87f86b1b9145ebf63a46_GH0.tar.gz) = eae7adb3f82825b173f40529022d0d84af75bbdadbe05f593bc46c5335993c0f -SIZE (CTSRD-CHERI-llvm-project-17.0.d20251020-74d200f2bb65b06633ca87f86b1b9145ebf63a46_GH0.tar.gz) = 199976059 +TIMESTAMP = 1765296500 +SHA256 (CTSRD-CHERI-llvm-project-17.0.d20251209-08d5b5f5fe0f84e519cc12e8ca49a91fcc38f0ee_GH0.tar.gz) = d127d284c12352a1f1616e54c635acde21e6173ab622b30c9c48ebf0300c0db8 +SIZE (CTSRD-CHERI-llvm-project-17.0.d20251209-08d5b5f5fe0f84e519cc12e8ca49a91fcc38f0ee_GH0.tar.gz) = 199983809 diff --git a/devel/llvm-morello/Makefile.snapshot b/devel/llvm-morello/Makefile.snapshot index 7e1be1484d94..105a8edc404f 100644 --- a/devel/llvm-morello/Makefile.snapshot +++ b/devel/llvm-morello/Makefile.snapshot @@ -4,6 +4,6 @@ # LLVM_MAJOR= 17 LLVM_RELEASE= ${LLVM_MAJOR}.0.0 -SNAPDATE= 20251023 +SNAPDATE= 20251207 -LLVM_COMMIT= 17f4965c903e0dd94203dbb96ac5d5b931353108 +LLVM_COMMIT= 2b05a4aac40d16f4e737708ed1599d5cd693d88e diff --git a/devel/llvm-morello/distinfo b/devel/llvm-morello/distinfo index 909113e39403..a54a4b8a2e9d 100644 --- a/devel/llvm-morello/distinfo +++ b/devel/llvm-morello/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761233961 -SHA256 (morello-llvm-project-17f4965c903e0dd94203dbb96ac5d5b931353108_GL0.tar.gz) = 621d66a867b8786c446f2ff071cb0d95c3b8b2c26323040541f8ff1edbe0a06c -SIZE (morello-llvm-project-17f4965c903e0dd94203dbb96ac5d5b931353108_GL0.tar.gz) = 200615918 +TIMESTAMP = 1765296450 +SHA256 (morello-llvm-project-2b05a4aac40d16f4e737708ed1599d5cd693d88e_GL0.tar.gz) = 9247757ffa7f8a18ca597a267720b5bcbc0129b0859aaff1f88300325cbdd904 +SIZE (morello-llvm-project-2b05a4aac40d16f4e737708ed1599d5cd693d88e_GL0.tar.gz) = 200581975 diff --git a/devel/llvm11/Makefile b/devel/llvm11/Makefile index 4d0aa2bb347e..7c96dab0d010 100644 --- a/devel/llvm11/Makefile +++ b/devel/llvm11/Makefile @@ -1,6 +1,6 @@ PORTNAME= llvm DISTVERSION= 11.0.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION:S/rc/-rc/}/ \ https://${PRE_}releases.llvm.org/${LLVM_RELEASE}/${RCDIR} @@ -61,7 +61,7 @@ OPTIONS_DEFINE_i386= COMPILER_RT OPENMP OPTIONS_DEFINE_powerpc= GOLD OPTIONS_DEFINE_powerpc64= GOLD OPENMP OPTIONS_DEFINE_powerpc64le= GOLD OPENMP -OPTIONS_DEFAULT= BE_AMDGPU BE_STANDARD BE_WASM CLANG EXTRAS LIT LLD LLDB PYCLANG +OPTIONS_DEFAULT= BE_AMDGPU BE_STANDARD BE_WASM CLANG EXTRAS LIT LLD PYCLANG OPTIONS_DEFAULT_aarch64= OPENMP OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP OPTIONS_DEFAULT_i386= COMPILER_RT OPENMP @@ -117,8 +117,9 @@ EXTRAS_EXTRA_PATCHES= ${PATCHDIR}/extras EXTRAS_IMPLIES= CLANG EXTRAS_DISTFILES= clang-tools-extra-${DISTVERSION}.src${EXTRACT_SUFX} GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker diff --git a/devel/llvm11/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm11/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..d7bb05f50eb6 --- /dev/null +++ b/devel/llvm11/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- tools/CMakeLists.txt.orig ++++ tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm12/Makefile b/devel/llvm12/Makefile index 1e90d4901914..060d67ff9c9d 100644 --- a/devel/llvm12/Makefile +++ b/devel/llvm12/Makefile @@ -120,8 +120,9 @@ DOCS_PLIST_FILES= ${MAN1SRCS:S|^|share/man/man1/|:S|.1$|${LLVM_SUFFIX}.1.gz|} EXTRAS_DESC= Extra clang tools EXTRAS_IMPLIES= CLANG GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker diff --git a/devel/llvm12/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm12/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm12/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm13/Makefile b/devel/llvm13/Makefile index 04e1325b5fae..8fdabe88d455 100644 --- a/devel/llvm13/Makefile +++ b/devel/llvm13/Makefile @@ -139,8 +139,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker diff --git a/devel/llvm13/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm13/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm13/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm14/Makefile b/devel/llvm14/Makefile index 3bd8e12252b2..ff9ad76a61e3 100644 --- a/devel/llvm14/Makefile +++ b/devel/llvm14/Makefile @@ -145,8 +145,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker diff --git a/devel/llvm14/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm14/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm14/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm15/Makefile b/devel/llvm15/Makefile index 2cc1cd7ce339..156426834d94 100644 --- a/devel/llvm15/Makefile +++ b/devel/llvm15/Makefile @@ -163,8 +163,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python LLD_DESC= Install lld, the LLVM linker diff --git a/devel/llvm15/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm15/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm15/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm16/Makefile b/devel/llvm16/Makefile index 30a941dbd8a3..3a71b032b9ee 100644 --- a/devel/llvm16/Makefile +++ b/devel/llvm16/Makefile @@ -161,8 +161,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm16/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm16/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm16/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm17/Makefile b/devel/llvm17/Makefile index 16e515b89d6d..c7e7f02ddf95 100644 --- a/devel/llvm17/Makefile +++ b/devel/llvm17/Makefile @@ -165,8 +165,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm17/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm17/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm17/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm18/Makefile b/devel/llvm18/Makefile index 312a5aeac844..b96afab3a2cd 100644 --- a/devel/llvm18/Makefile +++ b/devel/llvm18/Makefile @@ -163,8 +163,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm18/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm18/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm18/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm19/Makefile b/devel/llvm19/Makefile index 467fc03b7384..ff1310d822f4 100644 --- a/devel/llvm19/Makefile +++ b/devel/llvm19/Makefile @@ -178,8 +178,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm19/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm19/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm19/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm20/Makefile b/devel/llvm20/Makefile index 576f6a51b5c3..0aeb8976a6b6 100644 --- a/devel/llvm20/Makefile +++ b/devel/llvm20/Makefile @@ -180,8 +180,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm20/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm20/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm20/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/llvm21/Makefile b/devel/llvm21/Makefile index cbc77521d02b..4e6f9ceec347 100644 --- a/devel/llvm21/Makefile +++ b/devel/llvm21/Makefile @@ -1,5 +1,5 @@ PORTNAME= llvm -DISTVERSION= 21.1.6 +DISTVERSION= 21.1.7 PORTREVISION= 0 CATEGORIES= devel lang MASTER_SITES= https://github.com/llvm/llvm-project/releases/download/llvmorg-${DISTVERSION}/ @@ -180,8 +180,9 @@ FLANG_IMPLIES= MLIR FLANG_PORTDOCS= flang FLANG_PLIST_DIRS= ${LLVM_DIR}/include/flang/Config GOLD_DESC= Build the LLVM Gold plugin for LTO -GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include GOLD_BUILD_DEPENDS= ${LOCALBASE}/bin/ld.gold:devel/binutils +GOLD_CMAKE_ON= -DLLVM_BINUTILS_INCDIR=${LOCALBASE}/include +GOLD_EXTRA_PATCHES_OFF= ${PATCHDIR}/gold-off-llvm_tools_CMakeLists.txt GOLD_PLIST_FILES= ${LLVM_DIR}/lib/LLVMgold.so LIT_DESC= Install lit and FileCheck test tools LIT_VARS= _USES_PYTHON=python diff --git a/devel/llvm21/distinfo b/devel/llvm21/distinfo index 48c10b1d781a..7e200ab4c6b0 100644 --- a/devel/llvm21/distinfo +++ b/devel/llvm21/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763542545 -SHA256 (llvm-project-21.1.6.src.tar.xz) = ae67086eb04bed7ca11ab880349b5f1ab6f50e1b88cda376eaf8a845b935762b -SIZE (llvm-project-21.1.6.src.tar.xz) = 158947864 +TIMESTAMP = 1764672351 +SHA256 (llvm-project-21.1.7.src.tar.xz) = e5b65fd79c95c343bb584127114cb2d252306c1ada1e057899b6aacdd445899e +SIZE (llvm-project-21.1.7.src.tar.xz) = 158956584 diff --git a/devel/llvm21/files/gold-off-llvm_tools_CMakeLists.txt b/devel/llvm21/files/gold-off-llvm_tools_CMakeLists.txt new file mode 100644 index 000000000000..59a4718e4143 --- /dev/null +++ b/devel/llvm21/files/gold-off-llvm_tools_CMakeLists.txt @@ -0,0 +1,10 @@ +--- llvm/tools/CMakeLists.txt.orig ++++ llvm/tools/CMakeLists.txt +@@ -29,7 +29,6 @@ + # requires targets specified in DEPENDS to exist before the call to + # ExternalProject_Add. + add_llvm_tool_subdirectory(lto) +-add_llvm_tool_subdirectory(gold) + add_llvm_tool_subdirectory(llvm-ar) + add_llvm_tool_subdirectory(llvm-config) + add_llvm_tool_subdirectory(llvm-lto) diff --git a/devel/log4cpp/Makefile b/devel/log4cpp/Makefile index fd00b544b6d9..7e9f9c972f66 100644 --- a/devel/log4cpp/Makefile +++ b/devel/log4cpp/Makefile @@ -1,5 +1,5 @@ PORTNAME= log4cpp -PORTVERSION= 1.1.4 +PORTVERSION= 1.1.5 CATEGORIES= devel MASTER_SITES= SF/log4cpp/log4cpp-1.1.x%20%28new%29/log4cpp-1.1 @@ -10,7 +10,7 @@ WWW= https://log4cpp.sourceforge.net/ LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= compiler:c++11-lang gmake libtool pathfix +USES= autoreconf compiler:c++11-lang gmake libtool pathfix CONFIGURE_ARGS= --disable-dot --disable-html-docs --disable-latex-docs GNU_CONFIGURE= yes diff --git a/devel/log4cpp/distinfo b/devel/log4cpp/distinfo index e8ce438fbbd8..f49d59a03e06 100644 --- a/devel/log4cpp/distinfo +++ b/devel/log4cpp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1683052070 -SHA256 (log4cpp-1.1.4.tar.gz) = 696113659e426540625274a8b251052cc04306d8ee5c42a0c7639f39ca90c9d6 -SIZE (log4cpp-1.1.4.tar.gz) = 637440 +TIMESTAMP = 1765032650 +SHA256 (log4cpp-1.1.5.tar.gz) = 6ae48cc0081b24270ec3398e71b68f77b45e93be15ff4d44c00259c9cdc5cc5a +SIZE (log4cpp-1.1.5.tar.gz) = 672912 diff --git a/devel/lokalize/distinfo b/devel/lokalize/distinfo index 91b4b28004d1..0be21c3f931f 100644 --- a/devel/lokalize/distinfo +++ b/devel/lokalize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264424 -SHA256 (KDE/release-service/25.08.3/lokalize-25.08.3.tar.xz) = 079e3fcda3a74ef7acb1b3063eeeb10237e736466bd49953762a65d08ef11483 -SIZE (KDE/release-service/25.08.3/lokalize-25.08.3.tar.xz) = 2059324 +TIMESTAMP = 1765478426 +SHA256 (KDE/release-service/25.12.0/lokalize-25.12.0.tar.xz) = e7a5dfc6dadc1217e3d7f926ce1e6b2ec34195aa7bcf9faf493aa807f6b0ea2e +SIZE (KDE/release-service/25.12.0/lokalize-25.12.0.tar.xz) = 2063728 diff --git a/devel/lua-language-server/Makefile b/devel/lua-language-server/Makefile index 68287fa948d6..032c47e016af 100644 --- a/devel/lua-language-server/Makefile +++ b/devel/lua-language-server/Makefile @@ -1,5 +1,6 @@ PORTNAME= lua-language-server -DISTVERSION= 3.16.0 +DISTVERSION= 3.16.1 +PORTEPOCH= 1 CATEGORIES= devel MAINTAINER= dave@freedave.net @@ -14,34 +15,32 @@ DOS2UNIX_REGEX= .*\.(cpp|h|lua|md|obj) USE_GITHUB= yes GH_ACCOUNT= LuaLS -# There are (presently) 2 places with subtrees directly: -# 3rd/ github.com/LuaLS/lua-language-server/tree/5f1226d/3rd -# meta/3rd github.com/LuaLS/lua-language-server/tree/5f1226d/meta/3rd -# But the 3rd/luamake, github.com/actboy168/luamake/tree/0e90778 brings in its own -# separate copy of bee (not necessarily the same as in `3rd/`) that has to be -# tracked down. -GH_TUPLE= cppcxy:EmmyLuaCodeStyle:8500f3a:emmyluacodestyle/3rd/EmmyLuaCodeStyle \ - actboy168:bee.lua:dd7853f:bee/3rd/bee.lua \ - actboy168:json.lua:aff2a3d:json/3rd/json.lua \ - love2d-community:love-api:8536392:love/3rd/love-api \ - bjornbytes:lovr-docs:e89c753:lovr/3rd/lovr-api \ - sqmedeiros:lpeglabel:912b0b9:lpeglabel/3rd/lpeglabel \ - actboy168:luamake:0e90778:luamake/3rd/luamake \ - LuaCATS:cocos4.0:c0b2259:cats_cocos40/meta/3rd/Cocos4.0 \ - LuaCATS:defold:05379b4:cats_defold/meta/3rd/Defold \ - LuaCATS:jass:80d85cb:cats_jass/meta/3rd/Jass \ - LuaCATS:openresty:3bec36f:cats_openresty/meta/3rd/OpenResty \ - LuaCATS:bee:c8ce19f:cats_bee/meta/3rd/bee \ - LuaCATS:busted:5ed85d0:cats_busted/meta/3rd/busted \ - LuaCATS:ffi-reflect:e9037ef:cats_ffi_reflect/meta/3rd/ffi-reflect \ - LuaCATS:luafilesystem:9b5cfc1:cats_lfs/meta/3rd/lfs \ - LuaCATS:love2d:98f7684:cats_love2d/meta/3rd/love2d \ - LuaCATS:lovr:3ba215f:cats_lovr/meta/3rd/lovr \ - LuaCATS:luaecs:21192fb:cats_luaecs/meta/3rd/luaecs \ - LuaCATS:luassert:d3528bb:cats_luassert/meta/3rd/luassert \ - LuaCATS:luv:3615eb1:cats_luv/meta/3rd/luv \ - LuaCATS:skynet:afa6717:cats_skynet/meta/3rd/skynet \ - actboy168:bee.lua:f242926:bee_luamake/3rd/luamake/bee.lua +# autogenerated with: +# submodules2tuple -v -b $DISTVERSION https://github.com/LuaLS/lua-language-server +# But then you must distinguish the 2 `bee.lua` manually. +GH_TUPLE= CppCXY:EmmyLuaCodeStyle:8500f3af:emmyluacodestyle/3rd/EmmyLuaCodeStyle \ + actboy168:bee.lua:ee7efd07:beelua/3rd/bee.lua \ + actboy168:json.lua:f94860ef:jsonlua/3rd/json.lua \ + actboy168:ltest:0d2d81f:ltest/3rd/json.lua/test/ltest \ + love2d-community:love-api:85363928:loveapi/3rd/love-api \ + bjornbytes:lovr-docs:e89c753e:lovrdocs/3rd/lovr-api \ + sqmedeiros:lpeglabel:912b0b9e:lpeglabel/3rd/lpeglabel \ + actboy168:luamake:a83fa224:luamake/3rd/luamake \ + actboy168:bee.lua:973fd8a:beelua_luamake/3rd/luamake/bee.lua \ + LuaCATS:cocos4.0:c0b2259e:cocos40/meta/3rd/Cocos4.0 \ + LuaCATS:defold:05379b40:defold/meta/3rd/Defold \ + LuaCATS:jass:80d85cbb:jass/meta/3rd/Jass \ + LuaCATS:openresty:3bec36f0:openresty/meta/3rd/OpenResty \ + LuaCATS:bee:c8ce19fd:bee/meta/3rd/bee \ + LuaCATS:busted:5ed85d0e:busted/meta/3rd/busted \ + LuaCATS:ffi-reflect:e9037efc:ffireflect/meta/3rd/ffi-reflect \ + LuaCATS:luafilesystem:9b5cfc15:luafilesystem/meta/3rd/lfs \ + LuaCATS:love2d:98f76845:love2d/meta/3rd/love2d \ + LuaCATS:lovr:3ba215f9:lovr/meta/3rd/lovr \ + LuaCATS:luaecs:21192fbd:luaecs/meta/3rd/luaecs \ + LuaCATS:luassert:d3528bb6:luassert/meta/3rd/luassert \ + LuaCATS:luv:3615eb12:luv/meta/3rd/luv \ + LuaCATS:skynet:afa6717a:skynet/meta/3rd/skynet SUB_FILES= lua-language-server diff --git a/devel/lua-language-server/distinfo b/devel/lua-language-server/distinfo index 6ff45446e5c5..6c6f32a4ff88 100644 --- a/devel/lua-language-server/distinfo +++ b/devel/lua-language-server/distinfo @@ -1,47 +1,49 @@ -TIMESTAMP = 1765202287 -SHA256 (LuaLS-lua-language-server-3.16.0_GH0.tar.gz) = faf8c0be1f03b3800dc65663c90618b913ed750f5c25e2c4f8ff06557eba36f6 -SIZE (LuaLS-lua-language-server-3.16.0_GH0.tar.gz) = 3088066 -SHA256 (cppcxy-EmmyLuaCodeStyle-8500f3a_GH0.tar.gz) = 5f45f8d2f3e1a6f1807d5c38f81d38d5b50b382a8d7c3376ab7afd7000f1dcaf -SIZE (cppcxy-EmmyLuaCodeStyle-8500f3a_GH0.tar.gz) = 5421453 -SHA256 (actboy168-bee.lua-dd7853f_GH0.tar.gz) = 731219f3a5ad2787d88ef451e59230f4eb4327f4a688c8f11034190bb0a18ba7 -SIZE (actboy168-bee.lua-dd7853f_GH0.tar.gz) = 803217 -SHA256 (actboy168-json.lua-aff2a3d_GH0.tar.gz) = 41858762e3cb7bddcdc8cbff6c59977b629e956d889425bdadc3acd7de769b03 -SIZE (actboy168-json.lua-aff2a3d_GH0.tar.gz) = 27700 -SHA256 (love2d-community-love-api-8536392_GH0.tar.gz) = 0bda3c23baa680a6b60150f65df639c9f9b5e4ef2527ff972ec7de1de56be364 -SIZE (love2d-community-love-api-8536392_GH0.tar.gz) = 152808 -SHA256 (bjornbytes-lovr-docs-e89c753_GH0.tar.gz) = 42465ee079a768f31ba5574613c3a53210fdc65989f37e4d49359eb52a1d383d -SIZE (bjornbytes-lovr-docs-e89c753_GH0.tar.gz) = 18279747 -SHA256 (sqmedeiros-lpeglabel-912b0b9_GH0.tar.gz) = 8d16beb9a36bfb3d493f8e20055ad20bb7624df62d06b5994942a9e68a4e4f57 -SIZE (sqmedeiros-lpeglabel-912b0b9_GH0.tar.gz) = 83070 -SHA256 (actboy168-luamake-0e90778_GH0.tar.gz) = 8ade6e8918bfc24473d6f72296158e66345964b93d4d8b11f482da1c9302cafc -SIZE (actboy168-luamake-0e90778_GH0.tar.gz) = 78631 -SHA256 (LuaCATS-cocos4.0-c0b2259_GH0.tar.gz) = 45da7cd85527b3e4e52fc3c3cf08038672593663b4901a09c4a35af654dafd81 -SIZE (LuaCATS-cocos4.0-c0b2259_GH0.tar.gz) = 165304 -SHA256 (LuaCATS-defold-05379b4_GH0.tar.gz) = 001e23bcb8cd2bc1af5d0332bb12e239b92a5247d3a570307b86749fe067f75c -SIZE (LuaCATS-defold-05379b4_GH0.tar.gz) = 46403 -SHA256 (LuaCATS-jass-80d85cb_GH0.tar.gz) = 17e80904641d052d3312e3c231d078cd7c53779a924bb6300b91f0b4b44d0779 -SIZE (LuaCATS-jass-80d85cb_GH0.tar.gz) = 63050 -SHA256 (LuaCATS-openresty-3bec36f_GH0.tar.gz) = 9c45e9a1cd16bd33c9376aa0e23d94e0618640dcb565dc7b45e26f75cb8a5498 -SIZE (LuaCATS-openresty-3bec36f_GH0.tar.gz) = 82549 -SHA256 (LuaCATS-bee-c8ce19f_GH0.tar.gz) = aa581310c6548fa5d529aa2c1fbad9b46a1bddc6fa26f7d3496d387e96d39646 -SIZE (LuaCATS-bee-c8ce19f_GH0.tar.gz) = 4204 -SHA256 (LuaCATS-busted-5ed85d0_GH0.tar.gz) = 2a9d9a13d426bbf5e216ae838cf035ba49f56ec671881d1341ae9faa5e0ae337 -SIZE (LuaCATS-busted-5ed85d0_GH0.tar.gz) = 2039 -SHA256 (LuaCATS-ffi-reflect-e9037ef_GH0.tar.gz) = 1405e2ca00aa377ba5f1d9fc2a9ed82636b757f6578394eaf1ed50e37b20eb8e -SIZE (LuaCATS-ffi-reflect-e9037ef_GH0.tar.gz) = 915 -SHA256 (LuaCATS-luafilesystem-9b5cfc1_GH0.tar.gz) = f467e14eab854b813552dd864780568f0a484dc5ff156c0a12a003855e313749 -SIZE (LuaCATS-luafilesystem-9b5cfc1_GH0.tar.gz) = 2746 -SHA256 (LuaCATS-love2d-98f7684_GH0.tar.gz) = bbe26b636ab2ee525aeffc66b6988f978831daa1f345144077f7998daca476d6 -SIZE (LuaCATS-love2d-98f7684_GH0.tar.gz) = 94867 -SHA256 (LuaCATS-lovr-3ba215f_GH0.tar.gz) = 87085a21ca0aa15ba3415dc3438c929499a3506421bc411003a2556d7c8c5afe -SIZE (LuaCATS-lovr-3ba215f_GH0.tar.gz) = 81779 -SHA256 (LuaCATS-luaecs-21192fb_GH0.tar.gz) = feb213d219ebcb6f55818c2e524a086c9c014dbb2ae09c970611cbd53971b933 -SIZE (LuaCATS-luaecs-21192fb_GH0.tar.gz) = 3991 -SHA256 (LuaCATS-luassert-d3528bb_GH0.tar.gz) = 4766b14e56714448646152af9b2c18fcea5348333fd9c51de97d5d0a6d26b4b5 -SIZE (LuaCATS-luassert-d3528bb_GH0.tar.gz) = 7966 -SHA256 (LuaCATS-luv-3615eb1_GH0.tar.gz) = 3433e436a29010a2ea65a9c8fc08b71df5c2de203f88a104d53f593bb9e855e9 -SIZE (LuaCATS-luv-3615eb1_GH0.tar.gz) = 40896 -SHA256 (LuaCATS-skynet-afa6717_GH0.tar.gz) = 286e9df99c011973995618f61706e1aabcf6db2e20603d25cf20ad82f9c107be -SIZE (LuaCATS-skynet-afa6717_GH0.tar.gz) = 20066 -SHA256 (actboy168-bee.lua-f242926_GH0.tar.gz) = 740e6a6ebb8ae0d64c71feee54b56390c12be1e0e330c94c369b382048701553 -SIZE (actboy168-bee.lua-f242926_GH0.tar.gz) = 801985 +TIMESTAMP = 1765405060 +SHA256 (LuaLS-lua-language-server-3.16.1_GH0.tar.gz) = d16d0fa977b6f167fa936f779814335d409658dd5c255f9f9b0fd296fbba4330 +SIZE (LuaLS-lua-language-server-3.16.1_GH0.tar.gz) = 3088143 +SHA256 (CppCXY-EmmyLuaCodeStyle-8500f3af_GH0.tar.gz) = 989a85a7b77077ff723837868e268cf378c81abcf37da95e86b56d9b1aa16739 +SIZE (CppCXY-EmmyLuaCodeStyle-8500f3af_GH0.tar.gz) = 5421604 +SHA256 (actboy168-bee.lua-ee7efd07_GH0.tar.gz) = 4e4eb3fefc17b4ae3237c78e2859f1fb0e7e78767f9940866a92a842620af72d +SIZE (actboy168-bee.lua-ee7efd07_GH0.tar.gz) = 813240 +SHA256 (actboy168-json.lua-f94860ef_GH0.tar.gz) = aaccd6b09a8b337da6b8c0ee93c4c7ba790bcdbc3b296540e445fc4eb8a9ecb8 +SIZE (actboy168-json.lua-f94860ef_GH0.tar.gz) = 27721 +SHA256 (actboy168-ltest-0d2d81f_GH0.tar.gz) = 180c0f0cfbd69211859eb59a9288542ab03bcef447d3bde59b1b06f811c11bbe +SIZE (actboy168-ltest-0d2d81f_GH0.tar.gz) = 9069 +SHA256 (love2d-community-love-api-85363928_GH0.tar.gz) = 5b21e1e2c1ba6841c2a2865002a4a45890a7d6c146596e502ce0dbea7bbe6919 +SIZE (love2d-community-love-api-85363928_GH0.tar.gz) = 152825 +SHA256 (bjornbytes-lovr-docs-e89c753e_GH0.tar.gz) = a21fd33355c5518dda1e1e75c2d776f4642c739f0aa6458d9052c29702496f43 +SIZE (bjornbytes-lovr-docs-e89c753e_GH0.tar.gz) = 18279829 +SHA256 (sqmedeiros-lpeglabel-912b0b9e_GH0.tar.gz) = e1d3784369f895d417d2e2c7f89725ea8a9133e4584f91681bf877aadd71922d +SIZE (sqmedeiros-lpeglabel-912b0b9e_GH0.tar.gz) = 83079 +SHA256 (actboy168-luamake-a83fa224_GH0.tar.gz) = c101a9d759c6c869a2033ed1249a9df455f1f54d088c8c627c73286ee2212959 +SIZE (actboy168-luamake-a83fa224_GH0.tar.gz) = 78683 +SHA256 (actboy168-bee.lua-973fd8a_GH0.tar.gz) = 302fb5874e69ca9dd20f2a31c2b36468bbd8401c0b92f618b54efb1d27402a4c +SIZE (actboy168-bee.lua-973fd8a_GH0.tar.gz) = 812356 +SHA256 (LuaCATS-cocos4.0-c0b2259e_GH0.tar.gz) = 72b03a152e82e8ee08ca6477a52ea98273a4d9f29f2595d47a8d1b878605483e +SIZE (LuaCATS-cocos4.0-c0b2259e_GH0.tar.gz) = 165303 +SHA256 (LuaCATS-defold-05379b40_GH0.tar.gz) = b8ab1a5043543425c8fe3c9d8e2a42a4ee450fd0322fcdb9f41d0cdfe5461b71 +SIZE (LuaCATS-defold-05379b40_GH0.tar.gz) = 46404 +SHA256 (LuaCATS-jass-80d85cbb_GH0.tar.gz) = 1f7ef960201ad961b7177b3f77b9144b7dd26b54eb4375dd46dcb0412b209332 +SIZE (LuaCATS-jass-80d85cbb_GH0.tar.gz) = 63050 +SHA256 (LuaCATS-openresty-3bec36f0_GH0.tar.gz) = ae61a01d41b68d5c288b10bf364031d9fc863325a4af357a9f230c630a93e327 +SIZE (LuaCATS-openresty-3bec36f0_GH0.tar.gz) = 82552 +SHA256 (LuaCATS-bee-c8ce19fd_GH0.tar.gz) = 8b62fa23daa4ad9e8739423cc3fc5d86f35942e225743dd4825a5a3c776176c8 +SIZE (LuaCATS-bee-c8ce19fd_GH0.tar.gz) = 4209 +SHA256 (LuaCATS-busted-5ed85d0e_GH0.tar.gz) = 6119430af2f81f667ddafe72a307c8af94a3ff2615048e9be6c2515b08ce99e5 +SIZE (LuaCATS-busted-5ed85d0e_GH0.tar.gz) = 2039 +SHA256 (LuaCATS-ffi-reflect-e9037efc_GH0.tar.gz) = 305d6862032f8d1b743835c6361c086319954acd5bf00b8d4345a541060e6931 +SIZE (LuaCATS-ffi-reflect-e9037efc_GH0.tar.gz) = 915 +SHA256 (LuaCATS-luafilesystem-9b5cfc15_GH0.tar.gz) = 91f4ac9f5fb77a436997fb677ed2a0eef8b4e2ae05c6444925795590ad0748ff +SIZE (LuaCATS-luafilesystem-9b5cfc15_GH0.tar.gz) = 2744 +SHA256 (LuaCATS-love2d-98f76845_GH0.tar.gz) = 9be1b7704ff4e12beaba39298a3a1f254279aafe68c523b3b327684b4ba9079b +SIZE (LuaCATS-love2d-98f76845_GH0.tar.gz) = 94873 +SHA256 (LuaCATS-lovr-3ba215f9_GH0.tar.gz) = 3b5d5736716b26a49ca875b64714e2315854dcea7baf272a11bab0a591b08dce +SIZE (LuaCATS-lovr-3ba215f9_GH0.tar.gz) = 81785 +SHA256 (LuaCATS-luaecs-21192fbd_GH0.tar.gz) = 1b5cd25956eb0658d93c9f0a01f1f1a2d0431ac7a6f78e3969daf2d866647580 +SIZE (LuaCATS-luaecs-21192fbd_GH0.tar.gz) = 3991 +SHA256 (LuaCATS-luassert-d3528bb6_GH0.tar.gz) = 613eef0ecd17da64758e5aef9ee3c3191eec5d0a85f29c3b5c9e78fef94808d2 +SIZE (LuaCATS-luassert-d3528bb6_GH0.tar.gz) = 7967 +SHA256 (LuaCATS-luv-3615eb12_GH0.tar.gz) = 8a23477cdc3b7b54d22f919475fd72498466753b74c57a09fee0dcb482d4ff08 +SIZE (LuaCATS-luv-3615eb12_GH0.tar.gz) = 40896 +SHA256 (LuaCATS-skynet-afa6717a_GH0.tar.gz) = 710140155eb76b97ac17db934609db71ff292d26d948b44b9bc2e6495d901d8c +SIZE (LuaCATS-skynet-afa6717a_GH0.tar.gz) = 20065 diff --git a/devel/massif-visualizer/distinfo b/devel/massif-visualizer/distinfo index 149992e59364..a0bdda327169 100644 --- a/devel/massif-visualizer/distinfo +++ b/devel/massif-visualizer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264426 -SHA256 (KDE/release-service/25.08.3/massif-visualizer-25.08.3.tar.xz) = 071dd18fe2cbb09224983a660725d596f09b6ae67033eec04e295941b4006775 -SIZE (KDE/release-service/25.08.3/massif-visualizer-25.08.3.tar.xz) = 285956 +TIMESTAMP = 1765478429 +SHA256 (KDE/release-service/25.12.0/massif-visualizer-25.12.0.tar.xz) = f0674df1b77e4b0c8f78c06d2eec7c3ab7ef4ac44fd733d5c101561a816f6068 +SIZE (KDE/release-service/25.12.0/massif-visualizer-25.12.0.tar.xz) = 286048 diff --git a/devel/nss_wrapper/Makefile b/devel/nss_wrapper/Makefile index 4b83ec793d25..941726b9e902 100644 --- a/devel/nss_wrapper/Makefile +++ b/devel/nss_wrapper/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \ uid_wrapper>=0:devel/uid_wrapper -USES= cmake:testing pathfix perl5 shebangfix +USES= cmake:testing perl5 shebangfix USE_PERL5= run CMAKE_OFF= UNIT_TESTING diff --git a/devel/oci-cli/Makefile b/devel/oci-cli/Makefile index 42e1e23d676e..a2d202a0ba56 100644 --- a/devel/oci-cli/Makefile +++ b/devel/oci-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= oci-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.71.0 +DISTVERSION= 3.71.1 CATEGORIES= devel PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +22,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}arrow>=1.0.0:devel/py-arrow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}certifi>0:security/py-certifi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=8.0.4:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.10.0:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oci>=2.164.0:devel/py-oci@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}oci>=2.164.1:devel/py-oci@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyopenssl>=22.1.0:security/py-pyopenssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.29:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.5.3:devel/py-python-dateutil@${PY_FLAVOR} \ diff --git a/devel/oci-cli/distinfo b/devel/oci-cli/distinfo index de4f47f29d08..62cb318cd9b2 100644 --- a/devel/oci-cli/distinfo +++ b/devel/oci-cli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763456936 -SHA256 (oracle-oci-cli-v3.71.0_GH0.tar.gz) = 2f1e584f5860c4bf232e150ac656e683e7f2776512aad34833035e3dc9471625 -SIZE (oracle-oci-cli-v3.71.0_GH0.tar.gz) = 6056460 +TIMESTAMP = 1765286876 +SHA256 (oracle-oci-cli-v3.71.1_GH0.tar.gz) = a693639f7fe97d95c57f9d867532632101ebe78180bb5b329de70755352ff0f0 +SIZE (oracle-oci-cli-v3.71.1_GH0.tar.gz) = 6057446 diff --git a/devel/p5-MetaCPAN-Client/Makefile b/devel/p5-MetaCPAN-Client/Makefile index 4f6412376185..91d9fe19ce30 100644 --- a/devel/p5-MetaCPAN-Client/Makefile +++ b/devel/p5-MetaCPAN-Client/Makefile @@ -1,5 +1,5 @@ PORTNAME= MetaCPAN-Client -PORTVERSION= 2.033000 +PORTVERSION= 2.034000 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:MICKEY @@ -11,7 +11,7 @@ WWW= https://metacpan.org/release/MetaCPAN-Client LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_FILE_GPLv1+ = ${WRKSRC}/LICENSE BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-IO-Socket-SSL>=1.42:security/p5-IO-Socket-SSL \ diff --git a/devel/p5-MetaCPAN-Client/distinfo b/devel/p5-MetaCPAN-Client/distinfo index aa91655596bc..5eb9dd68282f 100644 --- a/devel/p5-MetaCPAN-Client/distinfo +++ b/devel/p5-MetaCPAN-Client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1734888112 -SHA256 (MetaCPAN-Client-2.033000.tar.gz) = 6574147140119c114d1a9f5b92c34a0c2421ff69968137329afd1353b7a11323 -SIZE (MetaCPAN-Client-2.033000.tar.gz) = 54598 +TIMESTAMP = 1765032682 +SHA256 (MetaCPAN-Client-2.034000.tar.gz) = e6e4b9e78a1a66388a7ef248a5585364d89510f2c01a53651dfec17f14ca6994 +SIZE (MetaCPAN-Client-2.034000.tar.gz) = 55080 diff --git a/devel/pam_wrapper/Makefile b/devel/pam_wrapper/Makefile index c87a934d4ba5..1302317a9d0e 100644 --- a/devel/pam_wrapper/Makefile +++ b/devel/pam_wrapper/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake:testing pathfix python +USES= cmake:testing python CMAKE_OFF= PICKY_DEVELOPER \ UNIT_TESTING diff --git a/devel/pecl-protobuf/Makefile b/devel/pecl-protobuf/Makefile index 20bf64ad3f38..07dafedd6289 100644 --- a/devel/pecl-protobuf/Makefile +++ b/devel/pecl-protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= protobuf -PORTVERSION= 4.33.1 +PORTVERSION= 4.33.2 CATEGORIES= devel MAINTAINER= sunpoet@FreeBSD.org diff --git a/devel/pecl-protobuf/distinfo b/devel/pecl-protobuf/distinfo index f43ac6d63f65..aad59f055e6c 100644 --- a/devel/pecl-protobuf/distinfo +++ b/devel/pecl-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853238 -SHA256 (PECL/protobuf-4.33.1.tgz) = a7cb88ade340f654d78f8050d7915ce915e51b0accb859caa7bc37b9f3ea9f2f -SIZE (PECL/protobuf-4.33.1.tgz) = 491358 +TIMESTAMP = 1765032684 +SHA256 (PECL/protobuf-4.33.2.tgz) = 7a6e4d94186615bc792a270d1872be55753027c18a758a18e2afa8c647856402 +SIZE (PECL/protobuf-4.33.2.tgz) = 492823 diff --git a/devel/phpunit10/Makefile b/devel/phpunit10/Makefile index 0916c04c454a..282491c02f6f 100644 --- a/devel/phpunit10/Makefile +++ b/devel/phpunit10/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 10.5.58 +PORTVERSION= 10.5.59 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 10${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit10/distinfo b/devel/phpunit10/distinfo index 81e77fb34fed..a30c40070ae9 100644 --- a/devel/phpunit10/distinfo +++ b/devel/phpunit10/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816538 -SHA256 (phpunit-10.5.58.phar) = 1e194410ae0f83f465d77ee26238e0a3335dce028025e0c258ff777876e33ea2 -SIZE (phpunit-10.5.58.phar) = 5203122 +TIMESTAMP = 1765032652 +SHA256 (phpunit-10.5.59.phar) = 984f307aa6fab73d412629ce0ad8bb76464dd6ce5251ee60debdc153be08d10e +SIZE (phpunit-10.5.59.phar) = 5344877 diff --git a/devel/phpunit11/Makefile b/devel/phpunit11/Makefile index ee14a1f4355d..9322388c6a1b 100644 --- a/devel/phpunit11/Makefile +++ b/devel/phpunit11/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 11.5.44 +PORTVERSION= 11.5.45 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 11${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit11/distinfo b/devel/phpunit11/distinfo index f44fc749edc8..3d1433063ffc 100644 --- a/devel/phpunit11/distinfo +++ b/devel/phpunit11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853164 -SHA256 (phpunit-11.5.44.phar) = 837ed3b00c9189d842b6355450e4ba9675b940ba257f0f125afb89d0daac906d -SIZE (phpunit-11.5.44.phar) = 5698179 +TIMESTAMP = 1765032654 +SHA256 (phpunit-11.5.45.phar) = a9f4808e401d21b7dbc8695e456f1b99917555a5df5cf1b83693e458bacf61a6 +SIZE (phpunit-11.5.45.phar) = 5835840 diff --git a/devel/phpunit12/Makefile b/devel/phpunit12/Makefile index b0e5ca12caaf..d1e3fc8c9554 100644 --- a/devel/phpunit12/Makefile +++ b/devel/phpunit12/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 12.4.4 +PORTVERSION= 12.4.5 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 12${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit12/distinfo b/devel/phpunit12/distinfo index 1727d09461a0..4195993392da 100644 --- a/devel/phpunit12/distinfo +++ b/devel/phpunit12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853166 -SHA256 (phpunit-12.4.4.phar) = 244e6284c6d9051d94ef062ba885639e0c25648d310aa60cbabcf59e0512feb5 -SIZE (phpunit-12.4.4.phar) = 6262816 +TIMESTAMP = 1765032656 +SHA256 (phpunit-12.4.5.phar) = dd81d14b6cfbae59dd6293644aa7b72966768cd3809e12acfa36f4e600bf510b +SIZE (phpunit-12.4.5.phar) = 6262026 diff --git a/devel/phpunit9/Makefile b/devel/phpunit9/Makefile index 7200de8c4f5d..fbd5ab2ba640 100644 --- a/devel/phpunit9/Makefile +++ b/devel/phpunit9/Makefile @@ -1,5 +1,5 @@ PORTNAME= phpunit -PORTVERSION= 9.6.29 +PORTVERSION= 9.6.30 CATEGORIES= devel www MASTER_SITES= https://phar.phpunit.de/ PKGNAMESUFFIX= 9${PHP_PKGNAMESUFFIX} diff --git a/devel/phpunit9/distinfo b/devel/phpunit9/distinfo index 2f2b569cb192..ca1917aa420f 100644 --- a/devel/phpunit9/distinfo +++ b/devel/phpunit9/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816544 -SHA256 (phpunit-9.6.29.phar) = 04aeb9aa94da2912a9d1ddfaa047bfb7a87ac74735d3f7d61585b47900ede2d7 -SIZE (phpunit-9.6.29.phar) = 5129415 +TIMESTAMP = 1765032658 +SHA256 (phpunit-9.6.30.phar) = 9ed6a1a388280fd360ae8eb646e61a3358704338af85a85021611c5950d1542c +SIZE (phpunit-9.6.30.phar) = 5272307 diff --git a/devel/plasma6-kwrited/distinfo b/devel/plasma6-kwrited/distinfo index b81719460444..e27ee8a0b812 100644 --- a/devel/plasma6-kwrited/distinfo +++ b/devel/plasma6-kwrited/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481292 -SHA256 (KDE/plasma/6.5.3/kwrited-6.5.3.tar.xz) = 1c1f7379273eaa79918a8fabd61708cedc48269c4d367f2fa564309e41d3709c -SIZE (KDE/plasma/6.5.3/kwrited-6.5.3.tar.xz) = 23568 +TIMESTAMP = 1765457147 +SHA256 (KDE/plasma/6.5.4/kwrited-6.5.4.tar.xz) = 8e130f5d21ce624a974d8e7267446f317a17fa012a53dbb75d140f65dab7e9a6 +SIZE (KDE/plasma/6.5.4/kwrited-6.5.4.tar.xz) = 23572 diff --git a/devel/plasma6-plasma-sdk/distinfo b/devel/plasma6-plasma-sdk/distinfo index 0df384e3fbe5..81779bf3ea75 100644 --- a/devel/plasma6-plasma-sdk/distinfo +++ b/devel/plasma6-plasma-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481292 -SHA256 (KDE/plasma/6.5.3/plasma-sdk-6.5.3.tar.xz) = 0e8b0b63799bb78555bbcd88e3f804511deeb56278588545460e8c7942de0fdf -SIZE (KDE/plasma/6.5.3/plasma-sdk-6.5.3.tar.xz) = 361292 +TIMESTAMP = 1765457147 +SHA256 (KDE/plasma/6.5.4/plasma-sdk-6.5.4.tar.xz) = 0d9cae752c21c75fa9c872fe7505ce36893c863210d73b68799a751b656e7b03 +SIZE (KDE/plasma/6.5.4/plasma-sdk-6.5.4.tar.xz) = 361236 diff --git a/devel/plasma6-plasma5support/distinfo b/devel/plasma6-plasma5support/distinfo index 277f74fccc9b..e0f2ac55b740 100644 --- a/devel/plasma6-plasma5support/distinfo +++ b/devel/plasma6-plasma5support/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481293 -SHA256 (KDE/plasma/6.5.3/plasma5support-6.5.3.tar.xz) = b58bb7bcb5914e3f3c76d3de920d953c8791f0f9a8e2d6eb841051b18009797f -SIZE (KDE/plasma/6.5.3/plasma5support-6.5.3.tar.xz) = 819656 +TIMESTAMP = 1765457148 +SHA256 (KDE/plasma/6.5.4/plasma5support-6.5.4.tar.xz) = addeb62d9eee6e70a0642876ce00e27e437cfd6e6d0bdaee31a378c26ac3d258 +SIZE (KDE/plasma/6.5.4/plasma5support-6.5.4.tar.xz) = 819588 diff --git a/devel/please/Makefile b/devel/please/Makefile index bc605eafa6fc..0d6662881072 100644 --- a/devel/please/Makefile +++ b/devel/please/Makefile @@ -1,6 +1,6 @@ PORTNAME= please DISTVERSIONPREFIX= v -DISTVERSION= 17.25.1 +DISTVERSION= 17.27.0 CATEGORIES= devel MASTER_SITES= https://raw.githubusercontent.com/thought-machine/please/${DISTVERSIONFULL}/ DISTFILES= go.mod diff --git a/devel/please/distinfo b/devel/please/distinfo index eff25834015e..b3cbdafa09c7 100644 --- a/devel/please/distinfo +++ b/devel/please/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764835530 -SHA256 (go/devel_please/thought-machine-please-v17.25.1_GH0/go.mod) = 7ce80abd84ae2bcf62f7614b49b5aae35fc2029f9933bb4f32bd8aac29d1503b -SIZE (go/devel_please/thought-machine-please-v17.25.1_GH0/go.mod) = 5349 -SHA256 (go/devel_please/thought-machine-please-v17.25.1_GH0/thought-machine-please-v17.25.1_GH0.tar.gz) = 1bae0abd61afa33ddd9c116bb3dbe3e2978699af28e3fabed0bfbd9489922f17 -SIZE (go/devel_please/thought-machine-please-v17.25.1_GH0/thought-machine-please-v17.25.1_GH0.tar.gz) = 2079632 +TIMESTAMP = 1765638485 +SHA256 (go/devel_please/thought-machine-please-v17.27.0_GH0/go.mod) = 7ce80abd84ae2bcf62f7614b49b5aae35fc2029f9933bb4f32bd8aac29d1503b +SIZE (go/devel_please/thought-machine-please-v17.27.0_GH0/go.mod) = 5349 +SHA256 (go/devel_please/thought-machine-please-v17.27.0_GH0/thought-machine-please-v17.27.0_GH0.tar.gz) = 5e48c5c249d1eba7f2bdaa708f5b46fae0225ddd9dcd328cba37336838071483 +SIZE (go/devel_please/thought-machine-please-v17.27.0_GH0/thought-machine-please-v17.27.0_GH0.tar.gz) = 2081219 diff --git a/devel/poxml/distinfo b/devel/poxml/distinfo index 3a0a4d3c4b77..5c01acafa50b 100644 --- a/devel/poxml/distinfo +++ b/devel/poxml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264429 -SHA256 (KDE/release-service/25.08.3/poxml-25.08.3.tar.xz) = 12967b5313605400e8de3cf39478136f5b6616b2b45774dc185bb6b5cbae7b7d -SIZE (KDE/release-service/25.08.3/poxml-25.08.3.tar.xz) = 45216 +TIMESTAMP = 1765478431 +SHA256 (KDE/release-service/25.12.0/poxml-25.12.0.tar.xz) = ef1499004e21d859bd652ee09ff1257a60ba6478efab6a0ed852dbb4a217c8cc +SIZE (KDE/release-service/25.12.0/poxml-25.12.0.tar.xz) = 45176 diff --git a/devel/priv_wrapper/Makefile b/devel/priv_wrapper/Makefile index 9dcd183ec00e..eb0ba5b2b723 100644 --- a/devel/priv_wrapper/Makefile +++ b/devel/priv_wrapper/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake:testing pathfix +USES= cmake:testing CMAKE_OFF= HELGRIND_TESTING \ PICKY_DEVELOPER \ diff --git a/devel/protobuf-go/Makefile b/devel/protobuf-go/Makefile index a7547ce52195..b74a89cb8b8a 100644 --- a/devel/protobuf-go/Makefile +++ b/devel/protobuf-go/Makefile @@ -1,7 +1,6 @@ PORTNAME= protobuf-go DISTVERSIONPREFIX= v -DISTVERSION= 1.36.10 -PORTREVISION= 4 +DISTVERSION= 1.36.11 CATEGORIES= devel MAINTAINER= bofh@FreeBSD.org diff --git a/devel/protobuf-go/distinfo b/devel/protobuf-go/distinfo index 1fe6af1afec2..18d6c4da1964 100644 --- a/devel/protobuf-go/distinfo +++ b/devel/protobuf-go/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1759523840 -SHA256 (go/devel_protobuf-go/protobuf-go-v1.36.10/v1.36.10.mod) = a75c105a852fbd8da8d8cfac09c2eab9a206cfd27ed37c973737e23f632ca96e -SIZE (go/devel_protobuf-go/protobuf-go-v1.36.10/v1.36.10.mod) = 124 -SHA256 (go/devel_protobuf-go/protobuf-go-v1.36.10/v1.36.10.zip) = 9265fbe7d073ca8571f1a9c4b8e8f20b244c35ad913346892d688e58fe4b1f22 -SIZE (go/devel_protobuf-go/protobuf-go-v1.36.10/v1.36.10.zip) = 2263898 +TIMESTAMP = 1765638625 +SHA256 (go/devel_protobuf-go/protobuf-go-v1.36.11/v1.36.11.mod) = a75c105a852fbd8da8d8cfac09c2eab9a206cfd27ed37c973737e23f632ca96e +SIZE (go/devel_protobuf-go/protobuf-go-v1.36.11/v1.36.11.mod) = 124 +SHA256 (go/devel_protobuf-go/protobuf-go-v1.36.11/v1.36.11.zip) = 14983d36c56a814ed91b6d652f2b8f895baba1b84eb43b28a0b132c8637cd274 +SIZE (go/devel_protobuf-go/protobuf-go-v1.36.11/v1.36.11.zip) = 2273786 diff --git a/devel/py-archinfo/Makefile b/devel/py-archinfo/Makefile index f273a2f38c7a..946636f7813c 100644 --- a/devel/py-archinfo/Makefile +++ b/devel/py-archinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= archinfo DISTVERSIONPREFIX= v -DISTVERSION= 9.2.185 +DISTVERSION= 9.2.188 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-archinfo/distinfo b/devel/py-archinfo/distinfo index 4455c893e14a..3272e0ac1b80 100644 --- a/devel/py-archinfo/distinfo +++ b/devel/py-archinfo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764325732 -SHA256 (angr-archinfo-v9.2.185_GH0.tar.gz) = 1359a25df46d836caead5aab930c3a599913981995815fe4c46d869812f634f5 -SIZE (angr-archinfo-v9.2.185_GH0.tar.gz) = 44783 +TIMESTAMP = 1765711297 +SHA256 (angr-archinfo-v9.2.188_GH0.tar.gz) = f5f3950ca5495a46c2ba2ac3041b907d5707adf12251d2cbb356769144056004 +SIZE (angr-archinfo-v9.2.188_GH0.tar.gz) = 44790 diff --git a/devel/py-awscrt/Makefile b/devel/py-awscrt/Makefile index 88c0f7e89029..c2421c90dca8 100644 --- a/devel/py-awscrt/Makefile +++ b/devel/py-awscrt/Makefile @@ -1,5 +1,5 @@ PORTNAME= awscrt -PORTVERSION= 0.29.1 +PORTVERSION= 0.29.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-awscrt/distinfo b/devel/py-awscrt/distinfo index 7fae58d92c9f..c9ca94331172 100644 --- a/devel/py-awscrt/distinfo +++ b/devel/py-awscrt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510930 -SHA256 (awscrt-0.29.1.tar.gz) = 8fc304af5f6f83e7e73096fb42eb51d4a85fa7a90456466ef22872095d4ca46f -SIZE (awscrt-0.29.1.tar.gz) = 38008490 +TIMESTAMP = 1765032690 +SHA256 (awscrt-0.29.2.tar.gz) = c78d81b1308d42fda1eb21d27fcf26579137b821043e528550f2cfc6c09ab9ff +SIZE (awscrt-0.29.2.tar.gz) = 38013553 diff --git a/devel/py-blockbuster/Makefile b/devel/py-blockbuster/Makefile index 0d4d7a4523bb..18e1701b2e48 100644 --- a/devel/py-blockbuster/Makefile +++ b/devel/py-blockbuster/Makefile @@ -1,5 +1,5 @@ PORTNAME= blockbuster -PORTVERSION= 1.5.25 +PORTVERSION= 1.5.26 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-blockbuster/distinfo b/devel/py-blockbuster/distinfo index 9c420c9a18b1..cc4f47930d68 100644 --- a/devel/py-blockbuster/distinfo +++ b/devel/py-blockbuster/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752566684 -SHA256 (blockbuster-1.5.25.tar.gz) = b72f1d2aefdeecd2a820ddf1e1c8593bf00b96e9fdc4cd2199ebafd06f7cb8f0 -SIZE (blockbuster-1.5.25.tar.gz) = 36058 +TIMESTAMP = 1765032692 +SHA256 (blockbuster-1.5.26.tar.gz) = cc3ce8c70fa852a97ee3411155f31e4ad2665cd1c6c7d2f8bb1851dab61dc629 +SIZE (blockbuster-1.5.26.tar.gz) = 36085 diff --git a/devel/py-botocore/Makefile b/devel/py-botocore/Makefile index 28d4946964f7..68f62b882f6f 100644 --- a/devel/py-botocore/Makefile +++ b/devel/py-botocore/Makefile @@ -1,5 +1,5 @@ PORTNAME= botocore -PORTVERSION= 1.41.5 +PORTVERSION= 1.42.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-botocore/distinfo b/devel/py-botocore/distinfo index 7a1320b88ae2..05722cea65a8 100644 --- a/devel/py-botocore/distinfo +++ b/devel/py-botocore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510932 -SHA256 (botocore-1.41.5.tar.gz) = 0367622b811597d183bfcaab4a350f0d3ede712031ce792ef183cabdee80d3bf -SIZE (botocore-1.41.5.tar.gz) = 14668152 +TIMESTAMP = 1765032694 +SHA256 (botocore-1.42.4.tar.gz) = d4816023492b987a804f693c2d76fb751fdc8755d49933106d69e2489c4c0f98 +SIZE (botocore-1.42.4.tar.gz) = 14848605 diff --git a/devel/py-botocore/files/patch-setup.cfg b/devel/py-botocore/files/patch-setup.cfg index 05df7bafe0dd..5dbdd70eb65f 100644 --- a/devel/py-botocore/files/patch-setup.cfg +++ b/devel/py-botocore/files/patch-setup.cfg @@ -1,11 +1,11 @@ ---- setup.cfg.orig 2025-11-26 19:07:14 UTC +--- setup.cfg.orig 2025-12-05 19:10:03 UTC +++ setup.cfg @@ -9,7 +9,7 @@ requires_dist = urllib3>=1.25.4,!=2.2.0,<3; python_version>="3.10" [options.extras_require] --crt = awscrt==0.29.0 -+crt = awscrt>=0.29.0 +-crt = awscrt==0.29.2 ++crt = awscrt>=0.29.2 [egg_info] tag_build = diff --git a/devel/py-botocore/files/patch-setup.py b/devel/py-botocore/files/patch-setup.py index d3ebb8212343..69458dda33c3 100644 --- a/devel/py-botocore/files/patch-setup.py +++ b/devel/py-botocore/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig 2025-11-26 19:02:24 UTC +--- setup.py.orig 2025-12-05 19:10:02 UTC +++ setup.py @@ -33,7 +33,7 @@ extras_require = { ] extras_require = { -- 'crt': ['awscrt==0.29.0'], -+ 'crt': ['awscrt>=0.29.0'], +- 'crt': ['awscrt==0.29.2'], ++ 'crt': ['awscrt>=0.29.2'], } setup( diff --git a/devel/py-cel-python/Makefile b/devel/py-cel-python/Makefile index 12e933ad3a7a..69a60db6e674 100644 --- a/devel/py-cel-python/Makefile +++ b/devel/py-cel-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= cel-python -PORTVERSION= 0.2.0 +PORTVERSION= 0.4.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +13,13 @@ WWW= https://cloud-custodian.github.io/cel-python/build/html/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=1.0.1<2:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}lark>=0.12.0:devel/py-lark@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0.post0<3:devel/py-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1<7:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.19<3:devel/py-types-python-dateutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}types-pyyaml>=6.0.12.20240311<7:devel/py-types-pyyaml@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-re2>=1.1.20240702:devel/py-google-re2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}jmespath>=1.0.1<2:devel/py-jmespath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lark>=1.2.2:devel/py-lark@${PY_FLAVOR} \ + ${PY_TOMLI} \ + ${PYTHON_PKGNAMEPREFIX}pendulum>=3.1.0:devel/py-pendulum@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.2:devel/py-pyyaml@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-cel-python/distinfo b/devel/py-cel-python/distinfo index 2710c2362ba5..271f79980ad3 100644 --- a/devel/py-cel-python/distinfo +++ b/devel/py-cel-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853132 -SHA256 (cel_python-0.2.0.tar.gz) = 75de72a5cf223ec690b236f0cc24da267219e667bd3e7f8f4f20595fcc1c0c0f -SIZE (cel_python-0.2.0.tar.gz) = 67185 +TIMESTAMP = 1765032696 +SHA256 (cel_python-0.4.0.tar.gz) = 9d0da22ed083cb5d57f2127ec7af7bba60bcb8d0a4a23543fc6838e739839c68 +SIZE (cel_python-0.4.0.tar.gz) = 13435161 diff --git a/devel/py-cel-python02/Makefile b/devel/py-cel-python02/Makefile new file mode 100644 index 000000000000..513f0eb2da16 --- /dev/null +++ b/devel/py-cel-python02/Makefile @@ -0,0 +1,32 @@ +PORTNAME= cel-python +PORTVERSION= 0.2.0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 02 +DISTNAME= cel_python-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Pure Python implementation of Google Common Expression Language +WWW= https://cloud-custodian.github.io/cel-python/build/html/ \ + https://github.com/cloud-custodian/cel-python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=0:devel/py-poetry-core@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jmespath>=1.0.1<2:devel/py-jmespath@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}lark>=0.12.0:devel/py-lark@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}python-dateutil>=2.9.0.post0<3:devel/py-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0.1<7:devel/py-pyyaml@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-python-dateutil>=2.8.19<3:devel/py-types-python-dateutil@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}types-pyyaml>=6.0.12.20240311<7:devel/py-types-pyyaml@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +PORTSCOUT= limit:^0\.2\. + +.include <bsd.port.mk> diff --git a/devel/py-cel-python02/distinfo b/devel/py-cel-python02/distinfo new file mode 100644 index 000000000000..2710c2362ba5 --- /dev/null +++ b/devel/py-cel-python02/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1763853132 +SHA256 (cel_python-0.2.0.tar.gz) = 75de72a5cf223ec690b236f0cc24da267219e667bd3e7f8f4f20595fcc1c0c0f +SIZE (cel_python-0.2.0.tar.gz) = 67185 diff --git a/devel/py-cel-python/files/patch-pyproject.toml b/devel/py-cel-python02/files/patch-pyproject.toml index 71b2801e1e7c..71b2801e1e7c 100644 --- a/devel/py-cel-python/files/patch-pyproject.toml +++ b/devel/py-cel-python02/files/patch-pyproject.toml diff --git a/devel/py-cel-python02/pkg-descr b/devel/py-cel-python02/pkg-descr new file mode 100644 index 000000000000..ef391e5c3686 --- /dev/null +++ b/devel/py-cel-python02/pkg-descr @@ -0,0 +1,5 @@ +Pure Python implementation of Google Common Expression Language. + +This implementation has minimal dependencies, runs quickly, and can be embedded +into Python-based applications. Specifically, the intent is to be part of Cloud +Custodian, C7N, as part of the security policy filter. diff --git a/devel/py-cerberus/Makefile b/devel/py-cerberus/Makefile index 0f5cc12fad45..9408df09c19b 100644 --- a/devel/py-cerberus/Makefile +++ b/devel/py-cerberus/Makefile @@ -1,5 +1,6 @@ -PORTNAME= Cerberus +PORTNAME= cerberus PORTVERSION= 1.3.8 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-cerberus/files/patch-pyproject.toml b/devel/py-cerberus/files/patch-pyproject.toml new file mode 100644 index 000000000000..35e03a182add --- /dev/null +++ b/devel/py-cerberus/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-12-05 08:33:13 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta" + build-backend = "setuptools.build_meta" + + [project] +-name = "Cerberus" ++name = "cerberus" + version = "1.3.8" + description = """\ + Lightweight, extensible schema and data validation tool for Python\ diff --git a/devel/py-check-sdist/Makefile b/devel/py-check-sdist/Makefile index 8ce0b33a702f..9df5744b7aaa 100644 --- a/devel/py-check-sdist/Makefile +++ b/devel/py-check-sdist/Makefile @@ -1,5 +1,5 @@ PORTNAME= check-sdist -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-check-sdist/distinfo b/devel/py-check-sdist/distinfo index e3dc5c9b46b4..b8e8449e13c8 100644 --- a/devel/py-check-sdist/distinfo +++ b/devel/py-check-sdist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853286 -SHA256 (check_sdist-1.3.0.tar.gz) = 20f80f8c5e8e1d878d70e9d4f82dfa5a531198d9704b5e8b60a19bcc8dd1f1e7 -SIZE (check_sdist-1.3.0.tar.gz) = 16799 +TIMESTAMP = 1765032698 +SHA256 (check_sdist-1.3.1.tar.gz) = cbe4e2438b147e1c327d9d92d821fdcc648595bed6130dcf2c82826af2706ab8 +SIZE (check_sdist-1.3.1.tar.gz) = 16945 diff --git a/devel/py-cliff/Makefile b/devel/py-cliff/Makefile index d87eab3c38fc..a732e30f2de9 100644 --- a/devel/py-cliff/Makefile +++ b/devel/py-cliff/Makefile @@ -1,5 +1,5 @@ PORTNAME= cliff -PORTVERSION= 4.12.0 +PORTVERSION= 4.13.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autopage>=0.4.0:devel/py-autopage@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}cmd2>=1.0.0:devel/py-cmd2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2:devel/py-prettytable0@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=3.12:devel/py-pyyaml@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=2.0.1:devel/py-stevedore@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}stevedore>=5.6.0:devel/py-stevedore@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-cliff/distinfo b/devel/py-cliff/distinfo index e43f121545c8..b962da752bfa 100644 --- a/devel/py-cliff/distinfo +++ b/devel/py-cliff/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853290 -SHA256 (cliff-4.12.0.tar.gz) = 3fa9f45f8b216fabbea2a4322d7b0704221455f4ce87492393925cabba743dc6 -SIZE (cliff-4.12.0.tar.gz) = 86665 +TIMESTAMP = 1765032700 +SHA256 (cliff-4.13.0.tar.gz) = 54df5434f12d3d9f0724f50feef950ee4b79ed1bd560b42fa28901a1c9656e7f +SIZE (cliff-4.13.0.tar.gz) = 89337 diff --git a/devel/py-cron-converter/Makefile b/devel/py-cron-converter/Makefile index 6953ed4b5bff..f29ac4422ff0 100644 --- a/devel/py-cron-converter/Makefile +++ b/devel/py-cron-converter/Makefile @@ -1,5 +1,5 @@ PORTNAME= cron-converter -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-cron-converter/distinfo b/devel/py-cron-converter/distinfo index 2a88087a5a17..c02cc0f85316 100644 --- a/devel/py-cron-converter/distinfo +++ b/devel/py-cron-converter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510934 -SHA256 (cron_converter-1.3.0.tar.gz) = f71bf510d2f1a1302e56feedf458c888bf3e8f8701652f73af82026241d61b69 -SIZE (cron_converter-1.3.0.tar.gz) = 15719 +TIMESTAMP = 1765032702 +SHA256 (cron_converter-1.3.1.tar.gz) = 53eb26be3eb2e0f206a6e227ca0c19b3807b44a24b39f4eda3718703e6474f4a +SIZE (cron_converter-1.3.1.tar.gz) = 15738 diff --git a/devel/py-crosshair-tool/Makefile b/devel/py-crosshair-tool/Makefile index 990712ea8626..c3bb29bea9f7 100644 --- a/devel/py-crosshair-tool/Makefile +++ b/devel/py-crosshair-tool/Makefile @@ -1,5 +1,5 @@ PORTNAME= crosshair-tool -PORTVERSION= 0.0.98 +PORTVERSION= 0.0.99 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-crosshair-tool/distinfo b/devel/py-crosshair-tool/distinfo index 621032a35653..60eab4093887 100644 --- a/devel/py-crosshair-tool/distinfo +++ b/devel/py-crosshair-tool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853296 -SHA256 (crosshair_tool-0.0.98.tar.gz) = 47df5370772e9b921fef9a949ddc52ef0989281e03529bf06efc6743be177d08 -SIZE (crosshair_tool-0.0.98.tar.gz) = 474366 +TIMESTAMP = 1765032704 +SHA256 (crosshair_tool-0.0.99.tar.gz) = ffb12f62bd707fe7f91b3d19f6716bf8a54d72a1783afa37b913e3cec87317d1 +SIZE (crosshair_tool-0.0.99.tar.gz) = 474581 diff --git a/devel/py-dj51-strawberry-graphql/Makefile b/devel/py-dj51-strawberry-graphql/Makefile index fe3662f8e8bd..73faf396122b 100644 --- a/devel/py-dj51-strawberry-graphql/Makefile +++ b/devel/py-dj51-strawberry-graphql/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.287.0 +DISTVERSION= 0.287.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/devel/py-dj51-strawberry-graphql/distinfo b/devel/py-dj51-strawberry-graphql/distinfo index c2a08894fc4a..08e54e58079d 100644 --- a/devel/py-dj51-strawberry-graphql/distinfo +++ b/devel/py-dj51-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763820533 -SHA256 (strawberry_graphql-0.287.0.tar.gz) = 4da748f82684f3dc914fc9ed88184e715903d7fa06248f8f702bbbab55f7ed36 -SIZE (strawberry_graphql-0.287.0.tar.gz) = 211808 +TIMESTAMP = 1765119050 +SHA256 (strawberry_graphql-0.287.2.tar.gz) = 7d61f03fc44317ba427d78bce6ba0ec8092ffa90ebd41392011641d3908ccb33 +SIZE (strawberry_graphql-0.287.2.tar.gz) = 211980 diff --git a/devel/py-dj52-strawberry-graphql/Makefile b/devel/py-dj52-strawberry-graphql/Makefile index b48b1ceb2399..223a68c103c9 100644 --- a/devel/py-dj52-strawberry-graphql/Makefile +++ b/devel/py-dj52-strawberry-graphql/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.287.0 +DISTVERSION= 0.287.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/devel/py-dj52-strawberry-graphql/distinfo b/devel/py-dj52-strawberry-graphql/distinfo index c2a08894fc4a..08e54e58079d 100644 --- a/devel/py-dj52-strawberry-graphql/distinfo +++ b/devel/py-dj52-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763820533 -SHA256 (strawberry_graphql-0.287.0.tar.gz) = 4da748f82684f3dc914fc9ed88184e715903d7fa06248f8f702bbbab55f7ed36 -SIZE (strawberry_graphql-0.287.0.tar.gz) = 211808 +TIMESTAMP = 1765119050 +SHA256 (strawberry_graphql-0.287.2.tar.gz) = 7d61f03fc44317ba427d78bce6ba0ec8092ffa90ebd41392011641d3908ccb33 +SIZE (strawberry_graphql-0.287.2.tar.gz) = 211980 diff --git a/devel/py-eval-type-backport/Makefile b/devel/py-eval-type-backport/Makefile index 4c6863ce426a..7ff743111cd9 100644 --- a/devel/py-eval-type-backport/Makefile +++ b/devel/py-eval-type-backport/Makefile @@ -1,5 +1,5 @@ PORTNAME= eval-type-backport -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-eval-type-backport/distinfo b/devel/py-eval-type-backport/distinfo index 8de257dbcea7..0c580d299e74 100644 --- a/devel/py-eval-type-backport/distinfo +++ b/devel/py-eval-type-backport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853308 -SHA256 (eval_type_backport-0.3.0.tar.gz) = 1638210401e184ff17f877e9a2fa076b60b5838790f4532a21761cc2be67aea1 -SIZE (eval_type_backport-0.3.0.tar.gz) = 9272 +TIMESTAMP = 1765032706 +SHA256 (eval_type_backport-0.3.1.tar.gz) = 57e993f7b5b69d271e37482e62f74e76a0276c82490cf8e4f0dffeb6b332d5ed +SIZE (eval_type_backport-0.3.1.tar.gz) = 9445 diff --git a/devel/py-greenlet/Makefile b/devel/py-greenlet/Makefile index 5fe29b3622e8..a452eab49552 100644 --- a/devel/py-greenlet/Makefile +++ b/devel/py-greenlet/Makefile @@ -1,5 +1,5 @@ PORTNAME= greenlet -PORTVERSION= 3.2.4 +PORTVERSION= 3.3.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-greenlet/distinfo b/devel/py-greenlet/distinfo index 9e98c4bee25f..fe61f3f5394a 100644 --- a/devel/py-greenlet/distinfo +++ b/devel/py-greenlet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120658 -SHA256 (greenlet-3.2.4.tar.gz) = 0dca0d95ff849f9a364385f36ab49f50065d76964944638be9691e1832e9f86d -SIZE (greenlet-3.2.4.tar.gz) = 188260 +TIMESTAMP = 1765032708 +SHA256 (greenlet-3.3.0.tar.gz) = a82bb225a4e9e4d653dd2fb7b8b2d36e4fb25bc0165422a11e48b88e9e6f78fb +SIZE (greenlet-3.3.0.tar.gz) = 190651 diff --git a/devel/py-grimoirelab-toolkit/Makefile b/devel/py-grimoirelab-toolkit/Makefile index 533f7fff941e..9e28743408f6 100644 --- a/devel/py-grimoirelab-toolkit/Makefile +++ b/devel/py-grimoirelab-toolkit/Makefile @@ -5,7 +5,8 @@ MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= grimoirelab_toolkit-${DISTVERSION} -MAINTAINER= bofh@FreeBSD.org +# Ask clusteradm@ before removal +MAINTAINER= ports@FreeBSD.org COMMENT= Toolkit of common functions used across GrimoireLab projects WWW= https://github.com/chaoss/grimoirelab-toolkit/ diff --git a/devel/py-hatch/Makefile b/devel/py-hatch/Makefile index 0f6d3d212a70..7de0dd541091 100644 --- a/devel/py-hatch/Makefile +++ b/devel/py-hatch/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.3.0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=8.0.6:devel/py-click@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_BACKPORTS.ZSTD} \ + ${PYTHON_PKGNAMEPREFIX}click>=8.0.6:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.22.0:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hyperlink>=21.0.0:www/py-hyperlink@${PY_FLAVOR} \ @@ -36,10 +37,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -.include <bsd.port.pre.mk> - -.if ${PYTHON_REL} < 31400 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.zstd>=1.0.0:devel/py-backports.zstd@${PY_FLAVOR} -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/py-hishel/Makefile b/devel/py-hishel/Makefile index f9f67c45a9d5..1845c5f7edae 100644 --- a/devel/py-hishel/Makefile +++ b/devel/py-hishel/Makefile @@ -1,5 +1,5 @@ PORTNAME= hishel -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-hishel/distinfo b/devel/py-hishel/distinfo index 201cb0ed03a3..023a0529e78b 100644 --- a/devel/py-hishel/distinfo +++ b/devel/py-hishel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853324 -SHA256 (hishel-1.1.6.tar.gz) = 961e24bf13432f4f8ff2d1685d4d53cedc854bcb0b63b08581e44c230b67cbb1 -SIZE (hishel-1.1.6.tar.gz) = 60989 +TIMESTAMP = 1765032710 +SHA256 (hishel-1.1.7.tar.gz) = 32c625be581e94dc50b773a8cfb9a65cba487660561950fe976ae49945455179 +SIZE (hishel-1.1.7.tar.gz) = 61473 diff --git a/devel/py-hypothesis/Makefile b/devel/py-hypothesis/Makefile index 1dc53504853a..e3cb03ac237a 100644 --- a/devel/py-hypothesis/Makefile +++ b/devel/py-hypothesis/Makefile @@ -1,5 +1,5 @@ PORTNAME= hypothesis -PORTVERSION= 6.148.3 +PORTVERSION= 6.148.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -44,8 +44,8 @@ CLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}black>=20.8b0:devel/py-black@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}click>=7.0:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=9.0.0:textproc/py-rich@${PY_FLAVOR} CODEMODS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}libcst>=0.3.16:devel/py-libcst@${PY_FLAVOR} -CROSSHAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.97:devel/py-crosshair-tool@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hypothesis-crosshair>=0.0.25:devel/py-hypothesis-crosshair@${PY_FLAVOR} +CROSSHAIR_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}crosshair-tool>=0.0.99:devel/py-crosshair-tool@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hypothesis-crosshair>=0.0.26:devel/py-hypothesis-crosshair@${PY_FLAVOR} DATEUTIL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-dateutil>=1.4:devel/py-python-dateutil@${PY_FLAVOR} DJANGO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} DPCONTRACTS_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}dpcontracts>=0.4:devel/py-dpcontracts@${PY_FLAVOR} diff --git a/devel/py-hypothesis/distinfo b/devel/py-hypothesis/distinfo index 6f59d5ddc509..bb23737a1fb0 100644 --- a/devel/py-hypothesis/distinfo +++ b/devel/py-hypothesis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510948 -SHA256 (hypothesis-6.148.3.tar.gz) = bd81221740d8658473060ad900dc831f889f156fdb41210ba2f47cfad10a66ed -SIZE (hypothesis-6.148.3.tar.gz) = 469896 +TIMESTAMP = 1765032712 +SHA256 (hypothesis-6.148.7.tar.gz) = b96e817e715c5b1a278411e3b9baf6d599d5b12207ba25e41a8f066929f6c2a6 +SIZE (hypothesis-6.148.7.tar.gz) = 471199 diff --git a/devel/py-jupyter-ydoc/Makefile b/devel/py-jupyter-ydoc/Makefile index 83b10ed4336e..71cfec81f80e 100644 --- a/devel/py-jupyter-ydoc/Makefile +++ b/devel/py-jupyter-ydoc/Makefile @@ -1,5 +1,5 @@ PORTNAME= jupyter-ydoc -PORTVERSION= 3.3.1 +PORTVERSION= 3.3.2 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 4fef262cf70b..d8d55f09aa8c 100644 --- a/devel/py-jupyter-ydoc/distinfo +++ b/devel/py-jupyter-ydoc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853340 -SHA256 (jupyter_ydoc-3.3.1.tar.gz) = cccbff3afb45aab019c50ef2411b3f535cf03f0118fbd306bad8084c93f47fbe -SIZE (jupyter_ydoc-3.3.1.tar.gz) = 969871 +TIMESTAMP = 1765032714 +SHA256 (jupyter_ydoc-3.3.2.tar.gz) = 256d8c10d4787f16ffea66d4bdc65cbdf60a0fa6c0f6b87e70e8fc69a3b2883a +SIZE (jupyter_ydoc-3.3.2.tar.gz) = 970370 diff --git a/devel/py-librt/Makefile b/devel/py-librt/Makefile index 148839751aa7..1b219e3e1457 100644 --- a/devel/py-librt/Makefile +++ b/devel/py-librt/Makefile @@ -1,5 +1,5 @@ PORTNAME= librt -PORTVERSION= 0.6.3 +PORTVERSION= 0.7.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +LIB_DEPENDS= libbase64.so:devel/base64 USES= python USE_PYTHON= autoplist concurrent pep517 +post-patch: + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/setup.py +# Clean up bundled libraries + @${RM} -r ${WRKSRC}/base64/ + post-install: ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + diff --git a/devel/py-librt/distinfo b/devel/py-librt/distinfo index cc52293fdfbc..fcabd634f82c 100644 --- a/devel/py-librt/distinfo +++ b/devel/py-librt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510868 -SHA256 (librt-0.6.3.tar.gz) = c724a884e642aa2bbad52bb0203ea40406ad742368a5f90da1b220e970384aae -SIZE (librt-0.6.3.tar.gz) = 54209 +TIMESTAMP = 1765032716 +SHA256 (librt-0.7.0.tar.gz) = ec5235ce0f0ab7f3006c5ea9b673d2168030911b7d3a73f751a809e12c5ae54f +SIZE (librt-0.7.0.tar.gz) = 68713 diff --git a/devel/py-librt/files/patch-setup.py b/devel/py-librt/files/patch-setup.py new file mode 100644 index 000000000000..6d6b501b35b4 --- /dev/null +++ b/devel/py-librt/files/patch-setup.py @@ -0,0 +1,27 @@ +--- setup.py.orig 2025-12-05 21:07:15 UTC ++++ setup.py +@@ -172,21 +172,11 @@ else: + "librt.base64", + [ + "librt_base64.c", +- "base64/lib.c", +- "base64/codec_choose.c", +- "base64/tables/tables.c", +- "base64/arch/generic/codec.c", +- "base64/arch/ssse3/codec.c", +- "base64/arch/sse41/codec.c", +- "base64/arch/sse42/codec.c", +- "base64/arch/avx/codec.c", +- "base64/arch/avx2/codec.c", +- "base64/arch/avx512/codec.c", +- "base64/arch/neon32/codec.c", +- "base64/arch/neon64/codec.c", + ], +- include_dirs=[".", "base64"], ++ include_dirs=[".", "%%LOCALBASE%%/include"], + extra_compile_args=cflags, ++ library_dirs = ["%%LOCALBASE%%/lib"], ++ libraries=["base64"], + ), + ] + ) diff --git a/devel/py-libtmux/Makefile b/devel/py-libtmux/Makefile index 26b018063ac1..0690c2612e56 100644 --- a/devel/py-libtmux/Makefile +++ b/devel/py-libtmux/Makefile @@ -1,5 +1,5 @@ PORTNAME= libtmux -PORTVERSION= 0.48.0 +PORTVERSION= 0.50.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-libtmux/distinfo b/devel/py-libtmux/distinfo index 5d0ee6046e73..9aef58d702cf 100644 --- a/devel/py-libtmux/distinfo +++ b/devel/py-libtmux/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510950 -SHA256 (libtmux-0.48.0.tar.gz) = 54ce0609fb588444e60d725eb3d37c891a8938be018c25ecc0ca5d03d4a5492d -SIZE (libtmux-0.48.0.tar.gz) = 359106 +TIMESTAMP = 1765032718 +SHA256 (libtmux-0.50.0.tar.gz) = 7e3ae83e7e216903b311d7db25b3d736a1cc3ae61469ff0d5b6b563f6a92c3c0 +SIZE (libtmux-0.50.0.tar.gz) = 401066 diff --git a/devel/py-microversion-parse/Makefile b/devel/py-microversion-parse/Makefile index 2eaa32eb8080..3ec491065674 100644 --- a/devel/py-microversion-parse/Makefile +++ b/devel/py-microversion-parse/Makefile @@ -1,5 +1,5 @@ PORTNAME= microversion-parse -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/openstack/microversion-parse LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0:devel/py-pbr@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=6.1.1:devel/py-pbr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob@${PY_FLAVOR} diff --git a/devel/py-microversion-parse/distinfo b/devel/py-microversion-parse/distinfo index 336f8b8cdee1..f887f9e6961c 100644 --- a/devel/py-microversion-parse/distinfo +++ b/devel/py-microversion-parse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559739 -SHA256 (microversion_parse-2.0.0.tar.gz) = 3a6528edf73f3bcb4507f4dad3dbc3116e9704815edfbdd6ff06dc5f899a71dc -SIZE (microversion_parse-2.0.0.tar.gz) = 20779 +TIMESTAMP = 1765032720 +SHA256 (microversion_parse-2.1.0.tar.gz) = 57367847ecc6a4328258c88d63681f3cc91b6021d3ec284a351fb78e87d057ea +SIZE (microversion_parse-2.1.0.tar.gz) = 21467 diff --git a/devel/py-oci/Makefile b/devel/py-oci/Makefile index 67bf7856ecff..cab9fce54b9e 100644 --- a/devel/py-oci/Makefile +++ b/devel/py-oci/Makefile @@ -1,5 +1,5 @@ PORTNAME= oci -DISTVERSION= 2.164.0 +DISTVERSION= 2.164.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-oci/distinfo b/devel/py-oci/distinfo index 8d94efc0bc84..ed620d3cc9c5 100644 --- a/devel/py-oci/distinfo +++ b/devel/py-oci/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763454775 -SHA256 (oci-2.164.0.tar.gz) = fac58e1d29b36418cf1761826b31e2d152450bfec3c322e7a1d197327faf8bbf -SIZE (oci-2.164.0.tar.gz) = 16144855 +TIMESTAMP = 1765279078 +SHA256 (oci-2.164.1.tar.gz) = 2089632da42e9f556de046b6663050f2a046b06603eeefb90dc79810e91ee2c5 +SIZE (oci-2.164.1.tar.gz) = 16177816 diff --git a/devel/py-opentelemetry-api/Makefile b/devel/py-opentelemetry-api/Makefile index f199109e3db3..c07da69303f1 100644 --- a/devel/py-opentelemetry-api/Makefile +++ b/devel/py-opentelemetry-api/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-api -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-api/distinfo b/devel/py-opentelemetry-api/distinfo index c0aad96e5217..dd6b01a3a785 100644 --- a/devel/py-opentelemetry-api/distinfo +++ b/devel/py-opentelemetry-api/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446642 -SHA256 (opentelemetry_api-1.38.0.tar.gz) = f4c193b5e8acb0912b06ac5b16321908dd0843d75049c091487322284a3eea12 -SIZE (opentelemetry_api-1.38.0.tar.gz) = 65242 +TIMESTAMP = 1765032722 +SHA256 (opentelemetry_api-1.39.0.tar.gz) = 6130644268c5ac6bdffaf660ce878f10906b3e789f7e2daa5e169b047a2933b9 +SIZE (opentelemetry_api-1.39.0.tar.gz) = 65763 diff --git a/devel/py-opentelemetry-distro/Makefile b/devel/py-opentelemetry-distro/Makefile index 598265354011..6ce6a06b6843 100644 --- a/devel/py-opentelemetry-distro/Makefile +++ b/devel/py-opentelemetry-distro/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-distro -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -27,6 +27,6 @@ OPTIONS_DEFINE= OTLP OPTIONS_DEFAULT=OTLP OTLP_DESC= OpenTelemetry Protocol support -OTLP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp>=1.38.${PORTVERSION:C|.*b||}<1.38.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-exporter-otlp@${PY_FLAVOR} +OTLP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp>=1.39.${PORTVERSION:C|.*b||}<1.39.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-exporter-otlp@${PY_FLAVOR} .include <bsd.port.mk> diff --git a/devel/py-opentelemetry-distro/distinfo b/devel/py-opentelemetry-distro/distinfo index 7c9699219d96..31b096437231 100644 --- a/devel/py-opentelemetry-distro/distinfo +++ b/devel/py-opentelemetry-distro/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446658 -SHA256 (opentelemetry_distro-0.59b0.tar.gz) = a72703a514e1773d35d1ec01489a5fd1f1e7ce92e93cf459ba60f85b880d0099 -SIZE (opentelemetry_distro-0.59b0.tar.gz) = 2583 +TIMESTAMP = 1765032738 +SHA256 (opentelemetry_distro-0.60b0.tar.gz) = dbcbe7a3af846df495691bcaa48383af80e72d0ab49ff6a31bb464c0b1e008fa +SIZE (opentelemetry_distro-0.60b0.tar.gz) = 2584 diff --git a/devel/py-opentelemetry-exporter-credential-provider-gcp/Makefile b/devel/py-opentelemetry-exporter-credential-provider-gcp/Makefile new file mode 100644 index 000000000000..22a092688aac --- /dev/null +++ b/devel/py-opentelemetry-exporter-credential-provider-gcp/Makefile @@ -0,0 +1,27 @@ +PORTNAME= opentelemetry-exporter-credential-provider-gcp +PORTVERSION= 0.60b0 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= opentelemetry_exporter_credential_provider_gcp-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= GCP OTLP Exporter Credential Provider for OpenTelemetry +WWW= https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/exporter/opentelemetry-exporter-credential-provider-gcp \ + https://github.com/open-telemetry/opentelemetry-python-contrib \ + https://opentelemetry.io/ + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-auth>=2.25:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.67.0:devel/py-grpcio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=2.7:www/py-requests@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-opentelemetry-exporter-credential-provider-gcp/distinfo b/devel/py-opentelemetry-exporter-credential-provider-gcp/distinfo new file mode 100644 index 000000000000..90217011da92 --- /dev/null +++ b/devel/py-opentelemetry-exporter-credential-provider-gcp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032624 +SHA256 (opentelemetry_exporter_credential_provider_gcp-0.60b0.tar.gz) = 90b010ef9e14100301a6e95db41dc3278955de029a46501588a4a2a446e9eb31 +SIZE (opentelemetry_exporter_credential_provider_gcp-0.60b0.tar.gz) = 7162 diff --git a/devel/py-opentelemetry-exporter-credential-provider-gcp/pkg-descr b/devel/py-opentelemetry-exporter-credential-provider-gcp/pkg-descr new file mode 100644 index 000000000000..463c1947eb0c --- /dev/null +++ b/devel/py-opentelemetry-exporter-credential-provider-gcp/pkg-descr @@ -0,0 +1,7 @@ +This library provides support for supplying your machine's Application Default +Credentials to the OTLP Exporters created automatically by OpenTelemetry +Python's auto instrumentation. These credentials authorize OTLP traces to be +sent to telemetry.googleapis.com. + +Currently telemetry.googleapis.com only supports OTLP traces, but eventually the +endpoint will support OTLP logs and metrics too. diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile index 7f466843bb16..88dabee3aa97 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-common -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo index cce8b83ca885..1703fed1d846 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-common/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446646 -SHA256 (opentelemetry_exporter_otlp_proto_common-1.38.0.tar.gz) = e333278afab4695aa8114eeb7bf4e44e65c6607d54968271a249c180b2cb605c -SIZE (opentelemetry_exporter_otlp_proto_common-1.38.0.tar.gz) = 20431 +TIMESTAMP = 1765032726 +SHA256 (opentelemetry_exporter_otlp_proto_common-1.39.0.tar.gz) = a135fceed1a6d767f75be65bd2845da344dd8b9258eeed6bc48509d02b184409 +SIZE (opentelemetry_exporter_otlp_proto_common-1.39.0.tar.gz) = 20407 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile index ff221ba9106a..b0a7d53f1878 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-grpc -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,7 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.57<2:devel/py-go ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.15<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp-proto-common>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-exporter-otlp-proto-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-proto>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-proto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.39:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.40:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.6.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python @@ -28,4 +28,10 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= GCP_AUTH +OPTIONS_DEFAULT=GCP_AUTH +GCP_AUTH_DESC= Google Cloud authentication support + +GCP_AUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-credential-provider-gcp>=0.59b0:devel/py-opentelemetry-exporter-credential-provider-gcp@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo index 68bdec5a27b8..2f8a88ca3c17 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-grpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446648 -SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.38.0.tar.gz) = 2473935e9eac71f401de6101d37d6f3f0f1831db92b953c7dcc912536158ebd6 -SIZE (opentelemetry_exporter_otlp_proto_grpc-1.38.0.tar.gz) = 24676 +TIMESTAMP = 1765032728 +SHA256 (opentelemetry_exporter_otlp_proto_grpc-1.39.0.tar.gz) = 7e7bb3f436006836c0e0a42ac619097746ad5553ad7128a5bd4d3e727f37fc06 +SIZE (opentelemetry_exporter_otlp_proto_grpc-1.39.0.tar.gz) = 24650 diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile index 2c4e58c734a2..ebd38c7a0eb3 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp-proto-http -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,7 +19,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}googleapis-common-protos>=1.52<2:devel/py-go ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.15<2:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-otlp-proto-common>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-exporter-otlp-proto-common@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}opentelemetry-proto>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-proto@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.39:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-sdk>=${PORTVERSION}<1.40:devel/py-opentelemetry-sdk@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.7<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} @@ -28,4 +28,10 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= GCP_AUTH +OPTIONS_DEFAULT=GCP_AUTH +GCP_AUTH_DESC= Google Cloud authentication support + +GCP_AUTH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-exporter-credential-provider-gcp>=0.59b0:devel/py-opentelemetry-exporter-credential-provider-gcp@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo index 6fc283ef0eb7..098193879a7a 100644 --- a/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo +++ b/devel/py-opentelemetry-exporter-otlp-proto-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446650 -SHA256 (opentelemetry_exporter_otlp_proto_http-1.38.0.tar.gz) = f16bd44baf15cbe07633c5112ffc68229d0edbeac7b37610be0b2def4e21e90b -SIZE (opentelemetry_exporter_otlp_proto_http-1.38.0.tar.gz) = 17282 +TIMESTAMP = 1765032730 +SHA256 (opentelemetry_exporter_otlp_proto_http-1.39.0.tar.gz) = 28d78fc0eb82d5a71ae552263d5012fa3ebad18dfd189bf8d8095ba0e65ee1ed +SIZE (opentelemetry_exporter_otlp_proto_http-1.39.0.tar.gz) = 17287 diff --git a/devel/py-opentelemetry-exporter-otlp/Makefile b/devel/py-opentelemetry-exporter-otlp/Makefile index 1b58f540adc8..844c41228b78 100644 --- a/devel/py-opentelemetry-exporter-otlp/Makefile +++ b/devel/py-opentelemetry-exporter-otlp/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-exporter-otlp -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-exporter-otlp/distinfo b/devel/py-opentelemetry-exporter-otlp/distinfo index a6d61a832c45..ce0593a79e4a 100644 --- a/devel/py-opentelemetry-exporter-otlp/distinfo +++ b/devel/py-opentelemetry-exporter-otlp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446644 -SHA256 (opentelemetry_exporter_otlp-1.38.0.tar.gz) = 2f55acdd475e4136117eff20fbf1b9488b1b0b665ab64407516e1ac06f9c3f9d -SIZE (opentelemetry_exporter_otlp-1.38.0.tar.gz) = 6147 +TIMESTAMP = 1765032724 +SHA256 (opentelemetry_exporter_otlp-1.39.0.tar.gz) = b405da0287b895fe4e2450dedb2a5b072debba1dfcfed5bdb3d1d183d8daa296 +SIZE (opentelemetry_exporter_otlp-1.39.0.tar.gz) = 6146 diff --git a/devel/py-opentelemetry-instrumentation-asgi/Makefile b/devel/py-opentelemetry-instrumentation-asgi/Makefile index aa309d546bd0..749402184366 100644 --- a/devel/py-opentelemetry-instrumentation-asgi/Makefile +++ b/devel/py-opentelemetry-instrumentation-asgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-asgi -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-asgi/distinfo b/devel/py-opentelemetry-instrumentation-asgi/distinfo index db3ef8cd4a29..5ce0e57e451d 100644 --- a/devel/py-opentelemetry-instrumentation-asgi/distinfo +++ b/devel/py-opentelemetry-instrumentation-asgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446662 -SHA256 (opentelemetry_instrumentation_asgi-0.59b0.tar.gz) = 2509d6fe9fd829399ce3536e3a00426c7e3aa359fc1ed9ceee1628b56da40e7a -SIZE (opentelemetry_instrumentation_asgi-0.59b0.tar.gz) = 25116 +TIMESTAMP = 1765032742 +SHA256 (opentelemetry_instrumentation_asgi-0.60b0.tar.gz) = 928731218050089dca69f0fe980b8bfe109f384be8b89802d7337372ddb67b91 +SIZE (opentelemetry_instrumentation_asgi-0.60b0.tar.gz) = 26083 diff --git a/devel/py-opentelemetry-instrumentation-dbapi/Makefile b/devel/py-opentelemetry-instrumentation-dbapi/Makefile index d8a0722505c5..c40d4044eb8d 100644 --- a/devel/py-opentelemetry-instrumentation-dbapi/Makefile +++ b/devel/py-opentelemetry-instrumentation-dbapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-dbapi -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-dbapi/distinfo b/devel/py-opentelemetry-instrumentation-dbapi/distinfo index b356fb44e18a..91a797702170 100644 --- a/devel/py-opentelemetry-instrumentation-dbapi/distinfo +++ b/devel/py-opentelemetry-instrumentation-dbapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446664 -SHA256 (opentelemetry_instrumentation_dbapi-0.59b0.tar.gz) = c50112ae1cdb7f55bddcf57eca96aaa0f2dd78732be2b00953183439a4740493 -SIZE (opentelemetry_instrumentation_dbapi-0.59b0.tar.gz) = 16308 +TIMESTAMP = 1765032744 +SHA256 (opentelemetry_instrumentation_dbapi-0.60b0.tar.gz) = 2b7eb38e46890cebe5bc1a1c03d2ab07fc159b0b7b91342941ee33dd73876d84 +SIZE (opentelemetry_instrumentation_dbapi-0.60b0.tar.gz) = 16311 diff --git a/devel/py-opentelemetry-instrumentation-django/Makefile b/devel/py-opentelemetry-instrumentation-django/Makefile index 7bc2eff13283..3c08d33e393b 100644 --- a/devel/py-opentelemetry-instrumentation-django/Makefile +++ b/devel/py-opentelemetry-instrumentation-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-django -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-django/distinfo b/devel/py-opentelemetry-instrumentation-django/distinfo index 9c03311468e3..62c84f254fd1 100644 --- a/devel/py-opentelemetry-instrumentation-django/distinfo +++ b/devel/py-opentelemetry-instrumentation-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446666 -SHA256 (opentelemetry_instrumentation_django-0.59b0.tar.gz) = 469c2d973619355645ec696bbc4afab836ce22cbc83236a0382c3090588f7772 -SIZE (opentelemetry_instrumentation_django-0.59b0.tar.gz) = 25008 +TIMESTAMP = 1765032746 +SHA256 (opentelemetry_instrumentation_django-0.60b0.tar.gz) = 461e6fca27936ba97eec26da38bb5f19310783370478c7ca3a3e40faaceac9cc +SIZE (opentelemetry_instrumentation_django-0.60b0.tar.gz) = 26596 diff --git a/devel/py-opentelemetry-instrumentation-fastapi/Makefile b/devel/py-opentelemetry-instrumentation-fastapi/Makefile index 6ae490f2113f..ae324397420b 100644 --- a/devel/py-opentelemetry-instrumentation-fastapi/Makefile +++ b/devel/py-opentelemetry-instrumentation-fastapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-fastapi -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-fastapi/distinfo b/devel/py-opentelemetry-instrumentation-fastapi/distinfo index e138fc31bef3..d1bd163bc305 100644 --- a/devel/py-opentelemetry-instrumentation-fastapi/distinfo +++ b/devel/py-opentelemetry-instrumentation-fastapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446668 -SHA256 (opentelemetry_instrumentation_fastapi-0.59b0.tar.gz) = e8fe620cfcca96a7d634003df1bc36a42369dedcdd6893e13fb5903aeeb89b2b -SIZE (opentelemetry_instrumentation_fastapi-0.59b0.tar.gz) = 24967 +TIMESTAMP = 1765032748 +SHA256 (opentelemetry_instrumentation_fastapi-0.60b0.tar.gz) = 5d34d67eb634a08bfe9e530680d6177521cd9da79285144e6d5a8f42683ed1b3 +SIZE (opentelemetry_instrumentation_fastapi-0.60b0.tar.gz) = 24960 diff --git a/devel/py-opentelemetry-instrumentation-flask/Makefile b/devel/py-opentelemetry-instrumentation-flask/Makefile index 739f356a2e69..968360006b3f 100644 --- a/devel/py-opentelemetry-instrumentation-flask/Makefile +++ b/devel/py-opentelemetry-instrumentation-flask/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-flask -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-flask/distinfo b/devel/py-opentelemetry-instrumentation-flask/distinfo index 9331c1bea82e..25a3d4b08404 100644 --- a/devel/py-opentelemetry-instrumentation-flask/distinfo +++ b/devel/py-opentelemetry-instrumentation-flask/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446670 -SHA256 (opentelemetry_instrumentation_flask-0.59b0.tar.gz) = 8b379d331b61f40a7c72c9ae8e0fca72c72ffeb6db75908811217196c9544b9b -SIZE (opentelemetry_instrumentation_flask-0.59b0.tar.gz) = 19587 +TIMESTAMP = 1765032750 +SHA256 (opentelemetry_instrumentation_flask-0.60b0.tar.gz) = 560f08598ef40cdcf7ca05bfb2e3ea74fab076e676f4c18bb36bb379bf5c4a1b +SIZE (opentelemetry_instrumentation_flask-0.60b0.tar.gz) = 20336 diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/Makefile b/devel/py-opentelemetry-instrumentation-psycopg2/Makefile index 2ca6551935ee..e6fd56769a3f 100644 --- a/devel/py-opentelemetry-instrumentation-psycopg2/Makefile +++ b/devel/py-opentelemetry-instrumentation-psycopg2/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-psycopg2 -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-psycopg2/distinfo b/devel/py-opentelemetry-instrumentation-psycopg2/distinfo index 0d21a4e2fb73..910ce8e7969f 100644 --- a/devel/py-opentelemetry-instrumentation-psycopg2/distinfo +++ b/devel/py-opentelemetry-instrumentation-psycopg2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446672 -SHA256 (opentelemetry_instrumentation_psycopg2-0.59b0.tar.gz) = ba440b15543a7e8c6ffd1f20a30e6062cbf34cc42e61c602b8587b512704588b -SIZE (opentelemetry_instrumentation_psycopg2-0.59b0.tar.gz) = 10735 +TIMESTAMP = 1765032752 +SHA256 (opentelemetry_instrumentation_psycopg2-0.60b0.tar.gz) = 59e527fd97739440380634ffcf9431aa7f2965d939d8d5829790886e2b54ede9 +SIZE (opentelemetry_instrumentation_psycopg2-0.60b0.tar.gz) = 11266 diff --git a/devel/py-opentelemetry-instrumentation-requests/Makefile b/devel/py-opentelemetry-instrumentation-requests/Makefile index e78b0d8fc35a..99d545f7f537 100644 --- a/devel/py-opentelemetry-instrumentation-requests/Makefile +++ b/devel/py-opentelemetry-instrumentation-requests/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-requests -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-requests/distinfo b/devel/py-opentelemetry-instrumentation-requests/distinfo index 49f2e22edf40..dc9ae3bfe004 100644 --- a/devel/py-opentelemetry-instrumentation-requests/distinfo +++ b/devel/py-opentelemetry-instrumentation-requests/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446674 -SHA256 (opentelemetry_instrumentation_requests-0.59b0.tar.gz) = 9af2ffe3317f03074d7f865919139e89170b6763a0251b68c25e8e64e04b3400 -SIZE (opentelemetry_instrumentation_requests-0.59b0.tar.gz) = 15186 +TIMESTAMP = 1765032754 +SHA256 (opentelemetry_instrumentation_requests-0.60b0.tar.gz) = 5079ed8df96d01dab915a0766cd28a49be7c33439ce43d6d39843ed6dee3204f +SIZE (opentelemetry_instrumentation_requests-0.60b0.tar.gz) = 16173 diff --git a/devel/py-opentelemetry-instrumentation-urllib/Makefile b/devel/py-opentelemetry-instrumentation-urllib/Makefile index 2efa366c2eff..00f1379072ee 100644 --- a/devel/py-opentelemetry-instrumentation-urllib/Makefile +++ b/devel/py-opentelemetry-instrumentation-urllib/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-urllib -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-urllib/distinfo b/devel/py-opentelemetry-instrumentation-urllib/distinfo index df73710073d9..d2ec26ac0151 100644 --- a/devel/py-opentelemetry-instrumentation-urllib/distinfo +++ b/devel/py-opentelemetry-instrumentation-urllib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446676 -SHA256 (opentelemetry_instrumentation_urllib-0.59b0.tar.gz) = 1e2bb3427ce13854453777d8dccf3b0144640b03846f00fc302bdb6e1f2f8c7a -SIZE (opentelemetry_instrumentation_urllib-0.59b0.tar.gz) = 13931 +TIMESTAMP = 1765032756 +SHA256 (opentelemetry_instrumentation_urllib-0.60b0.tar.gz) = 89b8796f9ab64d0ea0833cfea98745963baa0d7e4a775b3d2a77791aa97cf3f9 +SIZE (opentelemetry_instrumentation_urllib-0.60b0.tar.gz) = 13931 diff --git a/devel/py-opentelemetry-instrumentation-urllib3/Makefile b/devel/py-opentelemetry-instrumentation-urllib3/Makefile index 35f0c76904b2..67e4bce51491 100644 --- a/devel/py-opentelemetry-instrumentation-urllib3/Makefile +++ b/devel/py-opentelemetry-instrumentation-urllib3/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-urllib3 -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-urllib3/distinfo b/devel/py-opentelemetry-instrumentation-urllib3/distinfo index f598b0d63833..d8a9b05f7dc7 100644 --- a/devel/py-opentelemetry-instrumentation-urllib3/distinfo +++ b/devel/py-opentelemetry-instrumentation-urllib3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446678 -SHA256 (opentelemetry_instrumentation_urllib3-0.59b0.tar.gz) = 2de8d53a746bba043be1bc8f3246e1b131ebb6e94fe73601edd8b2bd91fe35b8 -SIZE (opentelemetry_instrumentation_urllib3-0.59b0.tar.gz) = 15788 +TIMESTAMP = 1765032758 +SHA256 (opentelemetry_instrumentation_urllib3-0.60b0.tar.gz) = 6ae1640a993901bae8eda5496d8b1440fb326a29e4ba1db342738b8868174aad +SIZE (opentelemetry_instrumentation_urllib3-0.60b0.tar.gz) = 15789 diff --git a/devel/py-opentelemetry-instrumentation-wsgi/Makefile b/devel/py-opentelemetry-instrumentation-wsgi/Makefile index 371b1639e20f..fb7184f29afc 100644 --- a/devel/py-opentelemetry-instrumentation-wsgi/Makefile +++ b/devel/py-opentelemetry-instrumentation-wsgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation-wsgi -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation-wsgi/distinfo b/devel/py-opentelemetry-instrumentation-wsgi/distinfo index 7f869b4acdd5..3741bb347d51 100644 --- a/devel/py-opentelemetry-instrumentation-wsgi/distinfo +++ b/devel/py-opentelemetry-instrumentation-wsgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446680 -SHA256 (opentelemetry_instrumentation_wsgi-0.59b0.tar.gz) = ff0c3df043bd3653ad6a543cb2a1e666fbd4d63efffa04fa9d9090cef462e798 -SIZE (opentelemetry_instrumentation_wsgi-0.59b0.tar.gz) = 18377 +TIMESTAMP = 1765032760 +SHA256 (opentelemetry_instrumentation_wsgi-0.60b0.tar.gz) = 5815195b1b9890f55c4baafec94ff98591579a7d9b16256064adea8ee5784651 +SIZE (opentelemetry_instrumentation_wsgi-0.60b0.tar.gz) = 19104 diff --git a/devel/py-opentelemetry-instrumentation/Makefile b/devel/py-opentelemetry-instrumentation/Makefile index c189f5e024aa..dab738d1432e 100644 --- a/devel/py-opentelemetry-instrumentation/Makefile +++ b/devel/py-opentelemetry-instrumentation/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-instrumentation -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-instrumentation/distinfo b/devel/py-opentelemetry-instrumentation/distinfo index 784b48876b61..02a81a7e3319 100644 --- a/devel/py-opentelemetry-instrumentation/distinfo +++ b/devel/py-opentelemetry-instrumentation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446660 -SHA256 (opentelemetry_instrumentation-0.59b0.tar.gz) = 6010f0faaacdaf7c4dff8aac84e226d23437b331dcda7e70367f6d73a7db1adc -SIZE (opentelemetry_instrumentation-0.59b0.tar.gz) = 31544 +TIMESTAMP = 1765032740 +SHA256 (opentelemetry_instrumentation-0.60b0.tar.gz) = 4e9fec930f283a2677a2217754b40aaf9ef76edae40499c165bc7f1d15366a74 +SIZE (opentelemetry_instrumentation-0.60b0.tar.gz) = 31707 diff --git a/devel/py-opentelemetry-proto/Makefile b/devel/py-opentelemetry-proto/Makefile index f2e01e10536f..b51a15a3efd8 100644 --- a/devel/py-opentelemetry-proto/Makefile +++ b/devel/py-opentelemetry-proto/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-proto -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-proto/distinfo b/devel/py-opentelemetry-proto/distinfo index 89b038a96797..13c403593c04 100644 --- a/devel/py-opentelemetry-proto/distinfo +++ b/devel/py-opentelemetry-proto/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446652 -SHA256 (opentelemetry_proto-1.38.0.tar.gz) = 88b161e89d9d372ce723da289b7da74c3a8354a8e5359992be813942969ed468 -SIZE (opentelemetry_proto-1.38.0.tar.gz) = 46152 +TIMESTAMP = 1765032732 +SHA256 (opentelemetry_proto-1.39.0.tar.gz) = c1fa48678ad1a1624258698e59be73f990b7fc1f39e73e16a9d08eef65dd838c +SIZE (opentelemetry_proto-1.39.0.tar.gz) = 46153 diff --git a/devel/py-opentelemetry-sdk/Makefile b/devel/py-opentelemetry-sdk/Makefile index 497f8f5a9724..e55e477d5edf 100644 --- a/devel/py-opentelemetry-sdk/Makefile +++ b/devel/py-opentelemetry-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-sdk -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=${PORTVERSION}<${PORTVERSION}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.59b${PORTVERSION:E}<0.59b${PORTVERSION:E}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}opentelemetry-semantic-conventions>=0.60b${PORTVERSION:E}<0.60b${PORTVERSION:E}_99:devel/py-opentelemetry-semantic-conventions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-opentelemetry-sdk/distinfo b/devel/py-opentelemetry-sdk/distinfo index 6bb3a57bbd62..1397cad5a9c1 100644 --- a/devel/py-opentelemetry-sdk/distinfo +++ b/devel/py-opentelemetry-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446654 -SHA256 (opentelemetry_sdk-1.38.0.tar.gz) = 93df5d4d871ed09cb4272305be4d996236eedb232253e3ab864c8620f051cebe -SIZE (opentelemetry_sdk-1.38.0.tar.gz) = 171942 +TIMESTAMP = 1765032734 +SHA256 (opentelemetry_sdk-1.39.0.tar.gz) = c22204f12a0529e07aa4d985f1bca9d6b0e7b29fe7f03e923548ae52e0e15dde +SIZE (opentelemetry_sdk-1.39.0.tar.gz) = 171322 diff --git a/devel/py-opentelemetry-semantic-conventions/Makefile b/devel/py-opentelemetry-semantic-conventions/Makefile index f1b919ae9d3a..2caaf8484e4e 100644 --- a/devel/py-opentelemetry-semantic-conventions/Makefile +++ b/devel/py-opentelemetry-semantic-conventions/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-semantic-conventions -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.38.${PORTVERSION:C|.*b||}<1.38.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}opentelemetry-api>=1.39.${PORTVERSION:C|.*b||}<1.39.${PORTVERSION:C|.*b||}_99:devel/py-opentelemetry-api@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.5.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python diff --git a/devel/py-opentelemetry-semantic-conventions/distinfo b/devel/py-opentelemetry-semantic-conventions/distinfo index 84a96b73baf2..d3e0fc4f6349 100644 --- a/devel/py-opentelemetry-semantic-conventions/distinfo +++ b/devel/py-opentelemetry-semantic-conventions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446656 -SHA256 (opentelemetry_semantic_conventions-0.59b0.tar.gz) = 7a6db3f30d70202d5bf9fa4b69bc866ca6a30437287de6c510fb594878aed6b0 -SIZE (opentelemetry_semantic_conventions-0.59b0.tar.gz) = 129861 +TIMESTAMP = 1765032736 +SHA256 (opentelemetry_semantic_conventions-0.60b0.tar.gz) = 227d7aa73cbb8a2e418029d6b6465553aa01cf7e78ec9d0bc3255c7b3ac5bf8f +SIZE (opentelemetry_semantic_conventions-0.60b0.tar.gz) = 137935 diff --git a/devel/py-opentelemetry-util-http/Makefile b/devel/py-opentelemetry-util-http/Makefile index 1572d9e84e30..efa3f6de59b9 100644 --- a/devel/py-opentelemetry-util-http/Makefile +++ b/devel/py-opentelemetry-util-http/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-util-http -PORTVERSION= 0.59b0 +PORTVERSION= 0.60b0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-opentelemetry-util-http/distinfo b/devel/py-opentelemetry-util-http/distinfo index d6c777f6c093..1c7295fac288 100644 --- a/devel/py-opentelemetry-util-http/distinfo +++ b/devel/py-opentelemetry-util-http/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446682 -SHA256 (opentelemetry_util_http-0.59b0.tar.gz) = ae66ee91be31938d832f3b4bc4eb8a911f6eddd38969c4a871b1230db2a0a560 -SIZE (opentelemetry_util_http-0.59b0.tar.gz) = 9412 +TIMESTAMP = 1765032762 +SHA256 (opentelemetry_util_http-0.60b0.tar.gz) = e42b7bb49bba43b6f34390327d97e5016eb1c47949ceaf37c4795472a4e3a82d +SIZE (opentelemetry_util_http-0.60b0.tar.gz) = 10576 diff --git a/devel/py-pbs-installer/Makefile b/devel/py-pbs-installer/Makefile index b372848c8226..ce64fab51ff5 100644 --- a/devel/py-pbs-installer/Makefile +++ b/devel/py-pbs-installer/Makefile @@ -1,5 +1,5 @@ PORTNAME= pbs-installer -PORTVERSION= 2025.11.20 +PORTVERSION= 2025.12.5 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pbs-installer/distinfo b/devel/py-pbs-installer/distinfo index 70bd38738e50..50c8b115e7ab 100644 --- a/devel/py-pbs-installer/distinfo +++ b/devel/py-pbs-installer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853354 -SHA256 (pbs_installer-2025.11.20.tar.gz) = 6469b854835fa316c24c938df4563a72adae3d14b659eb4b23fa4bb347fd45f3 -SIZE (pbs_installer-2025.11.20.tar.gz) = 64231 +TIMESTAMP = 1765032764 +SHA256 (pbs_installer-2025.12.5.tar.gz) = 3d03347d73f4a58ddfbe26473b622065476633e57de44fb025527c8852e4efa7 +SIZE (pbs_installer-2025.12.5.tar.gz) = 66986 diff --git a/devel/py-pdm-build-locked/Makefile b/devel/py-pdm-build-locked/Makefile index 4b75d91ab5b1..fded1a497511 100644 --- a/devel/py-pdm-build-locked/Makefile +++ b/devel/py-pdm-build-locked/Makefile @@ -1,5 +1,5 @@ PORTNAME= pdm-build-locked -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pdm-build-locked/distinfo b/devel/py-pdm-build-locked/distinfo index a3aa5b7867e4..708006a7950d 100644 --- a/devel/py-pdm-build-locked/distinfo +++ b/devel/py-pdm-build-locked/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510962 -SHA256 (pdm_build_locked-0.3.6.tar.gz) = 21be0d6bcdcf34ae7338aba2bdb4506f2bebf68297310f5c4f7b9dc14098e916 -SIZE (pdm_build_locked-0.3.6.tar.gz) = 70149 +TIMESTAMP = 1765032766 +SHA256 (pdm_build_locked-0.3.7.tar.gz) = 53428268284125532413434ebfeb8e7a287525516cc5a0a055d63ba63b207165 +SIZE (pdm_build_locked-0.3.7.tar.gz) = 70178 diff --git a/devel/py-perceval/Makefile b/devel/py-perceval/Makefile index 682b9f63bc33..f61380018d3a 100644 --- a/devel/py-perceval/Makefile +++ b/devel/py-perceval/Makefile @@ -4,7 +4,8 @@ CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= bofh@FreeBSD.org +# Ask clusteradm@ before removal +MAINTAINER= ports@FreeBSD.org COMMENT= Send Sir Perceval on a quest to fetch and gather data from software repositories WWW= https://github.com/chaoss/grimoirelab-perceval diff --git a/devel/py-pip-audit/Makefile b/devel/py-pip-audit/Makefile index b90dc4f7756e..f6c6c906deff 100644 --- a/devel/py-pip-audit/Makefile +++ b/devel/py-pip-audit/Makefile @@ -1,6 +1,5 @@ PORTNAME= pip-audit -PORTVERSION= 2.9.0 -PORTREVISION= 2 +PORTVERSION= 2.10.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/pypa/pip-audit/releases/download/v${PORTVERSION}/ @@ -23,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cachecontrol>=0.13.0:www/py-cachecontrol@${P ${PYTHON_PKGNAMEPREFIX}platformdirs>=4.2.0:devel/py-platformdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.31.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rich>=12.4:textproc/py-rich@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}toml>=0.10:textproc/py-toml@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}tomli>=2.2.1:textproc/py-tomli@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomli-w>=1.2.0:textproc/py-tomli-w@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/devel/py-pip-audit/distinfo b/devel/py-pip-audit/distinfo index e3242943b9af..1d92b840a020 100644 --- a/devel/py-pip-audit/distinfo +++ b/devel/py-pip-audit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744288938 -SHA256 (pip_audit-2.9.0.tar.gz) = 0b998410b58339d7a231e5aa004326a294e4c7c6295289cdc9d5e1ef07b1f44d -SIZE (pip_audit-2.9.0.tar.gz) = 52089 +TIMESTAMP = 1765032768 +SHA256 (pip_audit-2.10.0.tar.gz) = 427ea5bf61d1d06b98b1ae29b7feacc00288a2eced52c9c58ceed5253ef6c2a4 +SIZE (pip_audit-2.10.0.tar.gz) = 53776 diff --git a/devel/py-pip-audit/files/patch-pyproject.toml b/devel/py-pip-audit/files/patch-pyproject.toml deleted file mode 100644 index d67addab052c..000000000000 --- a/devel/py-pip-audit/files/patch-pyproject.toml +++ /dev/null @@ -1,14 +0,0 @@ -Obtained from: https://github.com/pypa/pip-audit/commit/fe414d39fedce53f44b91bd3f89d152689141f0c - https://github.com/pypa/pip-audit/commit/3360a3da3fdd5104e99a737de9b509b8e28dbad9 - ---- pyproject.toml.orig 2025-04-07 16:45:09 UTC -+++ pyproject.toml -@@ -28,7 +28,7 @@ dependencies = [ - ] - dependencies = [ - "CacheControl[filecache] >= 0.13.0", -- "cyclonedx-python-lib >= 5,< 10", -+ "cyclonedx-python-lib >= 5,< 12", - "packaging>=23.0.0", # https://github.com/pypa/pip-audit/issues/464 - "pip-api>=0.0.28", - "pip-requirements-parser>=32.0.0", diff --git a/devel/py-pipenv/Makefile b/devel/py-pipenv/Makefile index 0defa8512f4a..ee6695505bbc 100644 --- a/devel/py-pipenv/Makefile +++ b/devel/py-pipenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= pipenv -PORTVERSION= 2025.0.4 +PORTVERSION= 2025.1.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pipenv/distinfo b/devel/py-pipenv/distinfo index 139400b2fad9..8b0ac7e928f2 100644 --- a/devel/py-pipenv/distinfo +++ b/devel/py-pipenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752266118 -SHA256 (pipenv-2025.0.4.tar.gz) = 36fc2a7841ccdb2f58a9f787b296c2e15dea3b5b79b84d4071812f28b7e8d7a2 -SIZE (pipenv-2025.0.4.tar.gz) = 4479128 +TIMESTAMP = 1765032770 +SHA256 (pipenv-2025.1.1.tar.gz) = c309b5fba6535aca22fd66d3dfcf2d3ca1dd0cae12de52cabecbdddfbfe48938 +SIZE (pipenv-2025.1.1.tar.gz) = 4755408 diff --git a/devel/py-platformdirs/Makefile b/devel/py-platformdirs/Makefile index ff675b9b1fe4..28c04749c671 100644 --- a/devel/py-platformdirs/Makefile +++ b/devel/py-platformdirs/Makefile @@ -1,5 +1,5 @@ PORTNAME= platformdirs -PORTVERSION= 4.5.0 +PORTVERSION= 4.5.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-platformdirs/distinfo b/devel/py-platformdirs/distinfo index 384585e45a9c..3daef871fd47 100644 --- a/devel/py-platformdirs/distinfo +++ b/devel/py-platformdirs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774623 -SHA256 (platformdirs-4.5.0.tar.gz) = 70ddccdd7c99fc5942e9fc25636a8b34d04c24b335100223152c2803e4063312 -SIZE (platformdirs-4.5.0.tar.gz) = 21632 +TIMESTAMP = 1765032772 +SHA256 (platformdirs-4.5.1.tar.gz) = 61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda +SIZE (platformdirs-4.5.1.tar.gz) = 21715 diff --git a/devel/py-protobuf/Makefile b/devel/py-protobuf/Makefile index 3ded3bf308b4..8cdd4462a68d 100644 --- a/devel/py-protobuf/Makefile +++ b/devel/py-protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= protobuf -PORTVERSION= 6.33.1 +PORTVERSION= 6.33.2 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= PYPI diff --git a/devel/py-protobuf/distinfo b/devel/py-protobuf/distinfo index 4267aabac85c..13fd7470fa2e 100644 --- a/devel/py-protobuf/distinfo +++ b/devel/py-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853364 -SHA256 (protobuf-6.33.1.tar.gz) = 97f65757e8d09870de6fd973aeddb92f85435607235d20b2dfed93405d00c85b -SIZE (protobuf-6.33.1.tar.gz) = 443432 +TIMESTAMP = 1765032774 +SHA256 (protobuf-6.33.2.tar.gz) = 56dc370c91fbb8ac85bc13582c9e373569668a290aa2e66a590c2a0d35ddb9e4 +SIZE (protobuf-6.33.2.tar.gz) = 444296 diff --git a/devel/py-protoc-gen-validate/Makefile b/devel/py-protoc-gen-validate/Makefile new file mode 100644 index 000000000000..a9a5bdcc0842 --- /dev/null +++ b/devel/py-protoc-gen-validate/Makefile @@ -0,0 +1,28 @@ +PORTNAME= protoc-gen-validate +PORTVERSION= 1.2.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= protoc_gen_validate-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= PGV for python via just-in-time code generation +WWW= https://github.com/bufbuild/protoc-gen-validate/tree/main/python \ + https://github.com/bufbuild/protoc-gen-validate + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=45:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0.38.1:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1:devel/py-Jinja2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=5.27.0,1:devel/py-protobuf@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}validate_email>=1.3:mail/py-validate_email@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-protoc-gen-validate/distinfo b/devel/py-protoc-gen-validate/distinfo new file mode 100644 index 000000000000..4a9e96ad499d --- /dev/null +++ b/devel/py-protoc-gen-validate/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032626 +SHA256 (protoc_gen_validate-1.2.1.tar.gz) = 62cd74043e49a34346a3fe7a7fe39e8adce69b19edc99b4d8d410c02a727d552 +SIZE (protoc_gen_validate-1.2.1.tar.gz) = 18160 diff --git a/devel/py-protoc-gen-validate/files/patch-setup.cfg b/devel/py-protoc-gen-validate/files/patch-setup.cfg new file mode 100644 index 000000000000..6bb63690348d --- /dev/null +++ b/devel/py-protoc-gen-validate/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2025-01-22 20:45:00 UTC ++++ setup.cfg +@@ -27,7 +27,7 @@ python_requires = >=3.9 + python_requires = >=3.9 + + [options.data_files] +-data = validate.proto ++share/protoc-gen-validate = validate.proto + + [flake8] + max-line-length = 120 diff --git a/devel/py-protoc-gen-validate/pkg-descr b/devel/py-protoc-gen-validate/pkg-descr new file mode 100644 index 000000000000..8f255f059e35 --- /dev/null +++ b/devel/py-protoc-gen-validate/pkg-descr @@ -0,0 +1,6 @@ +While protocol buffers effectively guarantee the types of structured data, they +cannot enforce semantic rules for values. This package is a python +implementation of protoc-gen-validate, which allows for runtime validation of +various semantic assertions expressed as annotations on the protobuf schema. The +syntax for all available annotations is in validate.proto. Implemented Python +annotations are listed in the rules comparison. diff --git a/devel/py-protovalidate/Makefile b/devel/py-protovalidate/Makefile index 5c633cbe4486..0aa05a04105c 100644 --- a/devel/py-protovalidate/Makefile +++ b/devel/py-protovalidate/Makefile @@ -1,5 +1,6 @@ PORTNAME= protovalidate PORTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0:devel/py-hatch-vcs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cel-python>=0.2<0.3:devel/py-cel-python@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cel-python02>=0.2<0.3:devel/py-cel-python02@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-re2>=1.1.20250722:devel/py-google-re2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}protobuf>=5,1:devel/py-protobuf@${PY_FLAVOR} diff --git a/devel/py-pudb/Makefile b/devel/py-pudb/Makefile index 36627c960de6..3ea28afc78db 100644 --- a/devel/py-pudb/Makefile +++ b/devel/py-pudb/Makefile @@ -1,5 +1,5 @@ PORTNAME= pudb -PORTVERSION= 2025.1.3 +PORTVERSION= 2025.1.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jedi>=0.18<1:devel/py-jedi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}packaging>=20.0:devel/py-packaging@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pygments>=2.7.4:textproc/py-pygments@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pygments>=2.19:textproc/py-pygments@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.13:devel/py-typing-extensions@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}urwid>=2.4:devel/py-urwid@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}urwid>=2.5.1:devel/py-urwid@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urwid-readline>=0:devel/py-urwid-readline@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-mock>=0:devel/py-pytest-mock@${PY_FLAVOR} diff --git a/devel/py-pudb/distinfo b/devel/py-pudb/distinfo index f81f665d1b8d..77da60db4574 100644 --- a/devel/py-pudb/distinfo +++ b/devel/py-pudb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446690 -SHA256 (pudb-2025.1.3.tar.gz) = 69fd72d4ef266f84b31d8f4ab32c432335aadf87ea28b6249ac7dece0d0541f4 -SIZE (pudb-2025.1.3.tar.gz) = 225627 +TIMESTAMP = 1765032776 +SHA256 (pudb-2025.1.4.tar.gz) = 74069c10c99d20d36c2906fe855e00d50b6602013c4881db37416e32787aea06 +SIZE (pudb-2025.1.4.tar.gz) = 225671 diff --git a/devel/py-pybreaker/Makefile b/devel/py-pybreaker/Makefile new file mode 100644 index 000000000000..1f0981926ba4 --- /dev/null +++ b/devel/py-pybreaker/Makefile @@ -0,0 +1,21 @@ +PORTNAME= pybreaker +PORTVERSION= 1.4.1 +CATEGORIES= devel python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python implementation of the Circuit Breaker pattern +WWW= https://github.com/danielfm/pybreaker + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flit-core>=3.9:devel/py-flit-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/py-pybreaker/distinfo b/devel/py-pybreaker/distinfo new file mode 100644 index 000000000000..d94354103aca --- /dev/null +++ b/devel/py-pybreaker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032628 +SHA256 (pybreaker-1.4.1.tar.gz) = 8df2d245c73ba40c8242c56ffb4f12138fbadc23e296224740c2028ea9dc1178 +SIZE (pybreaker-1.4.1.tar.gz) = 15555 diff --git a/devel/py-pybreaker/pkg-descr b/devel/py-pybreaker/pkg-descr new file mode 100644 index 000000000000..6326784a30dd --- /dev/null +++ b/devel/py-pybreaker/pkg-descr @@ -0,0 +1,17 @@ +PyBreaker is a Python implementation of the Circuit Breaker pattern, described +in Michael T. Nygard's book Release It!. + +In Nygard's words, "circuit breakers exists to allow one subsystem to fail +without destroying the entire system. This is done by wrapping dangerous +operations (typically integration points) with a component that can circumvent +calls when the system is not healthy". + +Features: +- Configurable list of excluded exceptions (e.g. business exceptions) +- Configurable failure threshold and reset timeout +- Support for several event listeners per circuit breaker +- Can guard generator functions +- Functions and properties for easy monitoring and management +- Thread-safe +- Optional redis backing +- Optional support for asynchronous Tornado calls diff --git a/devel/py-pycrdt/Makefile b/devel/py-pycrdt/Makefile index 5f5b658f03cf..eead3db029e1 100644 --- a/devel/py-pycrdt/Makefile +++ b/devel/py-pycrdt/Makefile @@ -1,6 +1,5 @@ PORTNAME= pycrdt -PORTVERSION= 0.12.43 -PORTREVISION= 1 +PORTVERSION= 0.12.44 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pycrdt/Makefile.crates b/devel/py-pycrdt/Makefile.crates index 24dca5dce43f..d5dac4693a5d 100644 --- a/devel/py-pycrdt/Makefile.crates +++ b/devel/py-pycrdt/Makefile.crates @@ -16,8 +16,8 @@ CARGO_CRATES= arc-swap-1.7.1 \ heck-0.5.0 \ indoc-2.0.7 \ itoa-1.0.15 \ - js-sys-0.3.82 \ - libc-0.2.177 \ + js-sys-0.3.83 \ + libc-0.2.178 \ lock_api-0.4.14 \ memchr-2.7.6 \ memoffset-0.9.1 \ @@ -27,12 +27,12 @@ CARGO_CRATES= arc-swap-1.7.1 \ pin-project-lite-0.2.16 \ portable-atomic-1.11.1 \ proc-macro2-1.0.103 \ - pyo3-0.27.1 \ - pyo3-build-config-0.27.1 \ - pyo3-ffi-0.27.1 \ - pyo3-macros-0.27.1 \ - pyo3-macros-backend-0.27.1 \ - quote-1.0.41 \ + pyo3-0.27.2 \ + pyo3-build-config-0.27.2 \ + pyo3-ffi-0.27.2 \ + pyo3-macros-0.27.2 \ + pyo3-macros-backend-0.27.2 \ + quote-1.0.42 \ redox_syscall-0.5.18 \ rustversion-1.0.22 \ ryu-1.0.20 \ @@ -43,16 +43,16 @@ CARGO_CRATES= arc-swap-1.7.1 \ serde_json-1.0.145 \ smallstr-0.3.1 \ smallvec-1.15.1 \ - syn-2.0.108 \ + syn-2.0.111 \ target-lexicon-0.13.3 \ thiserror-2.0.17 \ thiserror-impl-2.0.17 \ unicode-ident-1.0.22 \ unindent-0.2.4 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasm-bindgen-0.2.105 \ - wasm-bindgen-macro-0.2.105 \ - wasm-bindgen-macro-support-0.2.105 \ - wasm-bindgen-shared-0.2.105 \ + wasm-bindgen-0.2.106 \ + wasm-bindgen-macro-0.2.106 \ + wasm-bindgen-macro-support-0.2.106 \ + wasm-bindgen-shared-0.2.106 \ windows-link-0.2.1 \ - yrs-0.24.0 + yrs-0.25.0 diff --git a/devel/py-pycrdt/distinfo b/devel/py-pycrdt/distinfo index 913738ed3ed3..9415b4fad807 100644 --- a/devel/py-pycrdt/distinfo +++ b/devel/py-pycrdt/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1762586816 -SHA256 (pycrdt-0.12.43.tar.gz) = 32cb97f8e75ca8e5612985a2185514c61cdb4c166a9e0ebb8a9b602d5709f0a3 -SIZE (pycrdt-0.12.43.tar.gz) = 80621 +TIMESTAMP = 1765032778 +SHA256 (pycrdt-0.12.44.tar.gz) = afd317f540ca6c7c830bfadda26f26b811681e70fe1a260894065d3b8f5b359c +SIZE (pycrdt-0.12.44.tar.gz) = 83226 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/async-lock-3.4.1.crate) = 5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc @@ -37,10 +37,10 @@ SHA256 (rust/crates/indoc-2.0.7.crate) = 79cf5c93f93228cf8efb3ba362535fb11199ac5 SIZE (rust/crates/indoc-2.0.7.crate) = 17184 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/js-sys-0.3.82.crate) = b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65 -SIZE (rust/crates/js-sys-0.3.82.crate) = 56436 -SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 -SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/js-sys-0.3.83.crate) = 464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8 +SIZE (rust/crates/js-sys-0.3.83.crate) = 56425 +SHA256 (rust/crates/libc-0.2.178.crate) = 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091 +SIZE (rust/crates/libc-0.2.178.crate) = 783720 SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 @@ -59,18 +59,18 @@ SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 -SHA256 (rust/crates/pyo3-0.27.1.crate) = 37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf -SIZE (rust/crates/pyo3-0.27.1.crate) = 1172212 -SHA256 (rust/crates/pyo3-build-config-0.27.1.crate) = f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb -SIZE (rust/crates/pyo3-build-config-0.27.1.crate) = 35565 -SHA256 (rust/crates/pyo3-ffi-0.27.1.crate) = 2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be -SIZE (rust/crates/pyo3-ffi-0.27.1.crate) = 78517 -SHA256 (rust/crates/pyo3-macros-0.27.1.crate) = eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71 -SIZE (rust/crates/pyo3-macros-0.27.1.crate) = 8918 -SHA256 (rust/crates/pyo3-macros-backend-0.27.1.crate) = 70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b -SIZE (rust/crates/pyo3-macros-backend-0.27.1.crate) = 82521 -SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 -SIZE (rust/crates/quote-1.0.41.crate) = 31408 +SHA256 (rust/crates/pyo3-0.27.2.crate) = ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d +SIZE (rust/crates/pyo3-0.27.2.crate) = 1171342 +SHA256 (rust/crates/pyo3-build-config-0.27.2.crate) = b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6 +SIZE (rust/crates/pyo3-build-config-0.27.2.crate) = 35564 +SHA256 (rust/crates/pyo3-ffi-0.27.2.crate) = 1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089 +SIZE (rust/crates/pyo3-ffi-0.27.2.crate) = 78552 +SHA256 (rust/crates/pyo3-macros-0.27.2.crate) = 0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02 +SIZE (rust/crates/pyo3-macros-0.27.2.crate) = 8913 +SHA256 (rust/crates/pyo3-macros-backend-0.27.2.crate) = 03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9 +SIZE (rust/crates/pyo3-macros-backend-0.27.2.crate) = 82513 +SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f +SIZE (rust/crates/quote-1.0.42.crate) = 31504 SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d @@ -91,8 +91,8 @@ SHA256 (rust/crates/smallstr-0.3.1.crate) = 862077b1e764f04c251fe82a2ef562fd78d7 SIZE (rust/crates/smallstr-0.3.1.crate) = 13348 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/syn-2.0.108.crate) = da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917 -SIZE (rust/crates/syn-2.0.108.crate) = 301754 +SHA256 (rust/crates/syn-2.0.111.crate) = 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87 +SIZE (rust/crates/syn-2.0.111.crate) = 302117 SHA256 (rust/crates/target-lexicon-0.13.3.crate) = df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c SIZE (rust/crates/target-lexicon-0.13.3.crate) = 28498 SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 @@ -105,15 +105,15 @@ SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac78 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 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/wasm-bindgen-0.2.105.crate) = da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60 -SIZE (rust/crates/wasm-bindgen-0.2.105.crate) = 48215 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.105.crate) = 04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2 -SIZE (rust/crates/wasm-bindgen-macro-0.2.105.crate) = 9264 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.105.crate) = 420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.105.crate) = 49633 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.105.crate) = 76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76 -SIZE (rust/crates/wasm-bindgen-shared-0.2.105.crate) = 9269 +SHA256 (rust/crates/wasm-bindgen-0.2.106.crate) = 0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd +SIZE (rust/crates/wasm-bindgen-0.2.106.crate) = 48417 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3 +SIZE (rust/crates/wasm-bindgen-macro-0.2.106.crate) = 9266 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.106.crate) = 49711 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.106.crate) = cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4 +SIZE (rust/crates/wasm-bindgen-shared-0.2.106.crate) = 10115 SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 -SHA256 (rust/crates/yrs-0.24.0.crate) = f904a99678a852d7cbc6958c94087f739c10cfb19642635951219c525a5fdb89 -SIZE (rust/crates/yrs-0.24.0.crate) = 266544 +SHA256 (rust/crates/yrs-0.25.0.crate) = f6893d39bc55d014e4a1d0e71d06c0c41590d5cdeac35c126be44998bc320cff +SIZE (rust/crates/yrs-0.25.0.crate) = 269611 diff --git a/devel/py-pythran/Makefile b/devel/py-pythran/Makefile index 8f9399bcf8ac..0be38037c536 100644 --- a/devel/py-pythran/Makefile +++ b/devel/py-pythran/Makefile @@ -1,5 +1,5 @@ PORTNAME= pythran -PORTVERSION= 0.18.0 +PORTVERSION= 0.18.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLA ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}ply>=3.4:devel/py-ply@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}gast>=0.5.0:devel/py-gast@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}gast>=0.7.0<=0.8:devel/py-gast@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}beniget>=0.4.0:devel/py-beniget@${PY_FLAVOR} USES= python diff --git a/devel/py-pythran/distinfo b/devel/py-pythran/distinfo index bc71cc7462bd..7d658ab2c3bb 100644 --- a/devel/py-pythran/distinfo +++ b/devel/py-pythran/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761115962 -SHA256 (pythran-0.18.0.tar.gz) = 5c003e8cbedf6dbb68c2869c49fc110ce8b5e8982993078a4a819f1dadc4fc6a -SIZE (pythran-0.18.0.tar.gz) = 2402895 +TIMESTAMP = 1765319466 +SHA256 (pythran-0.18.1.tar.gz) = 8803ed948bf841a11bbbb10472a8ff6ea24ebd70e67c3f77b77be3db900eccfe +SIZE (pythran-0.18.1.tar.gz) = 2406997 diff --git a/devel/py-pythran/files/patch-requirements.txt b/devel/py-pythran/files/patch-requirements.txt new file mode 100644 index 000000000000..2e1c72286569 --- /dev/null +++ b/devel/py-pythran/files/patch-requirements.txt @@ -0,0 +1,9 @@ +--- requirements.txt.orig 2025-02-04 14:55:34 UTC ++++ requirements.txt +@@ -1,5 +1,5 @@ setuptools + ply>=3.4 + setuptools +-gast~=0.6.0 ++gast~=0.7.0 + numpy + beniget~=0.4.0 diff --git a/devel/py-pyusb/Makefile b/devel/py-pyusb/Makefile index faa566ab61b1..38f33537afd5 100644 --- a/devel/py-pyusb/Makefile +++ b/devel/py-pyusb/Makefile @@ -1,6 +1,5 @@ PORTNAME= pyusb -PORTVERSION= 1.2.1 -PORTREVISION= 1 +PORTVERSION= 1.3.1 DISTVERSIONPREFIX= v CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-pyusb/distinfo b/devel/py-pyusb/distinfo index f8a301010f7d..e8dc34465263 100644 --- a/devel/py-pyusb/distinfo +++ b/devel/py-pyusb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676458860 -SHA256 (pyusb-pyusb-v1.2.1_GH0.tar.gz) = ce8fb87380c1856fea9d787f6d7b85eea256f8db6b0e0f55d9d2bdc5af55b18b -SIZE (pyusb-pyusb-v1.2.1_GH0.tar.gz) = 71549 +TIMESTAMP = 1759730622 +SHA256 (pyusb-pyusb-v1.3.1_GH0.tar.gz) = 684293a44dd5f484431c86e21653015d92ad4654373c07e5bd801941683bb844 +SIZE (pyusb-pyusb-v1.3.1_GH0.tar.gz) = 72697 diff --git a/devel/py-rpds-py/Makefile b/devel/py-rpds-py/Makefile index 055490d4a16c..3a924b6d09e2 100644 --- a/devel/py-rpds-py/Makefile +++ b/devel/py-rpds-py/Makefile @@ -1,5 +1,5 @@ PORTNAME= rpds-py -PORTVERSION= 0.29.0 +PORTVERSION= 0.30.0 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/crate-py/rpds/releases/download/v${PORTVERSION}/ diff --git a/devel/py-rpds-py/Makefile.crates b/devel/py-rpds-py/Makefile.crates index e7a4db53d366..b655653cb532 100644 --- a/devel/py-rpds-py/Makefile.crates +++ b/devel/py-rpds-py/Makefile.crates @@ -1,24 +1,26 @@ CARGO_CRATES= archery-1.2.2 \ autocfg-1.5.0 \ - cc-1.2.34 \ + cc-1.2.48 \ + find-msvc-tools-0.1.5 \ heck-0.5.0 \ - indoc-2.0.6 \ - libc-0.2.175 \ + indoc-2.0.7 \ + libc-0.2.177 \ memoffset-0.9.1 \ once_cell-1.21.3 \ portable-atomic-1.11.1 \ - proc-macro2-1.0.101 \ - pyo3-0.27.1 \ - pyo3-build-config-0.27.1 \ - pyo3-ffi-0.27.1 \ - pyo3-macros-0.27.1 \ - pyo3-macros-backend-0.27.1 \ + proc-macro2-1.0.103 \ + pyo3-0.27.2 \ + pyo3-build-config-0.27.2 \ + pyo3-ffi-0.27.2 \ + pyo3-macros-0.27.2 \ + pyo3-macros-backend-0.27.2 \ python3-dll-a-0.2.14 \ - quote-1.0.40 \ + quote-1.0.42 \ rpds-1.2.0 \ + rustversion-1.0.22 \ shlex-1.3.0 \ - syn-2.0.106 \ - target-lexicon-0.13.2 \ - triomphe-0.1.14 \ - unicode-ident-1.0.18 \ + syn-2.0.111 \ + target-lexicon-0.13.3 \ + triomphe-0.1.15 \ + unicode-ident-1.0.22 \ unindent-0.2.4 diff --git a/devel/py-rpds-py/distinfo b/devel/py-rpds-py/distinfo index e853b7f357e7..3a1bad4bf6fc 100644 --- a/devel/py-rpds-py/distinfo +++ b/devel/py-rpds-py/distinfo @@ -1,51 +1,55 @@ -TIMESTAMP = 1763853382 -SHA256 (rpds_py-0.29.0.tar.gz) = fe55fe686908f50154d1dc599232016e50c243b438c3b7432f24e2895b0e5359 -SIZE (rpds_py-0.29.0.tar.gz) = 69359 +TIMESTAMP = 1765032780 +SHA256 (rpds_py-0.30.0.tar.gz) = dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84 +SIZE (rpds_py-0.30.0.tar.gz) = 69469 SHA256 (rust/crates/archery-1.2.2.crate) = 70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d SIZE (rust/crates/archery-1.2.2.crate) = 16228 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 -SHA256 (rust/crates/cc-1.2.34.crate) = 42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc -SIZE (rust/crates/cc-1.2.34.crate) = 111754 +SHA256 (rust/crates/cc-1.2.48.crate) = c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a +SIZE (rust/crates/cc-1.2.48.crate) = 92458 +SHA256 (rust/crates/find-msvc-tools-0.1.5.crate) = 3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844 +SIZE (rust/crates/find-msvc-tools-0.1.5.crate) = 30942 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd -SIZE (rust/crates/indoc-2.0.6.crate) = 17164 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/indoc-2.0.7.crate) = 79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706 +SIZE (rust/crates/indoc-2.0.7.crate) = 17184 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 -SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de -SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 -SHA256 (rust/crates/pyo3-0.27.1.crate) = 37a6df7eab65fc7bee654a421404947e10a0f7085b6951bf2ea395f4659fb0cf -SIZE (rust/crates/pyo3-0.27.1.crate) = 1172212 -SHA256 (rust/crates/pyo3-build-config-0.27.1.crate) = f77d387774f6f6eec64a004eac0ed525aab7fa1966d94b42f743797b3e395afb -SIZE (rust/crates/pyo3-build-config-0.27.1.crate) = 35565 -SHA256 (rust/crates/pyo3-ffi-0.27.1.crate) = 2dd13844a4242793e02df3e2ec093f540d948299a6a77ea9ce7afd8623f542be -SIZE (rust/crates/pyo3-ffi-0.27.1.crate) = 78517 -SHA256 (rust/crates/pyo3-macros-0.27.1.crate) = eaf8f9f1108270b90d3676b8679586385430e5c0bb78bb5f043f95499c821a71 -SIZE (rust/crates/pyo3-macros-0.27.1.crate) = 8918 -SHA256 (rust/crates/pyo3-macros-backend-0.27.1.crate) = 70a3b2274450ba5288bc9b8c1b69ff569d1d61189d4bff38f8d22e03d17f932b -SIZE (rust/crates/pyo3-macros-backend-0.27.1.crate) = 82521 +SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 +SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 +SHA256 (rust/crates/pyo3-0.27.2.crate) = ab53c047fcd1a1d2a8820fe84f05d6be69e9526be40cb03b73f86b6b03e6d87d +SIZE (rust/crates/pyo3-0.27.2.crate) = 1171342 +SHA256 (rust/crates/pyo3-build-config-0.27.2.crate) = b455933107de8642b4487ed26d912c2d899dec6114884214a0b3bb3be9261ea6 +SIZE (rust/crates/pyo3-build-config-0.27.2.crate) = 35564 +SHA256 (rust/crates/pyo3-ffi-0.27.2.crate) = 1c85c9cbfaddf651b1221594209aed57e9e5cff63c4d11d1feead529b872a089 +SIZE (rust/crates/pyo3-ffi-0.27.2.crate) = 78552 +SHA256 (rust/crates/pyo3-macros-0.27.2.crate) = 0a5b10c9bf9888125d917fb4d2ca2d25c8df94c7ab5a52e13313a07e050a3b02 +SIZE (rust/crates/pyo3-macros-0.27.2.crate) = 8913 +SHA256 (rust/crates/pyo3-macros-backend-0.27.2.crate) = 03b51720d314836e53327f5871d4c0cfb4fb37cc2c4a11cc71907a86342c40f9 +SIZE (rust/crates/pyo3-macros-backend-0.27.2.crate) = 82513 SHA256 (rust/crates/python3-dll-a-0.2.14.crate) = d381ef313ae70b4da5f95f8a4de773c6aa5cd28f73adec4b4a31df70b66780d8 SIZE (rust/crates/python3-dll-a-0.2.14.crate) = 103489 -SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d -SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f +SIZE (rust/crates/quote-1.0.42.crate) = 31504 SHA256 (rust/crates/rpds-1.2.0.crate) = 9e75f485e819d4d3015e6c0d55d02a4fd3db47c1993d9e603e0361fba2bffb34 SIZE (rust/crates/rpds-1.2.0.crate) = 72664 +SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d +SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 -SIZE (rust/crates/syn-2.0.106.crate) = 301514 -SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a -SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 -SHA256 (rust/crates/triomphe-0.1.14.crate) = ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85 -SIZE (rust/crates/triomphe-0.1.14.crate) = 30292 -SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 -SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/syn-2.0.111.crate) = 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87 +SIZE (rust/crates/syn-2.0.111.crate) = 302117 +SHA256 (rust/crates/target-lexicon-0.13.3.crate) = df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c +SIZE (rust/crates/target-lexicon-0.13.3.crate) = 28498 +SHA256 (rust/crates/triomphe-0.1.15.crate) = dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39 +SIZE (rust/crates/triomphe-0.1.15.crate) = 34711 +SHA256 (rust/crates/unicode-ident-1.0.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 SHA256 (rust/crates/unindent-0.2.4.crate) = 7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3 SIZE (rust/crates/unindent-0.2.4.crate) = 7422 diff --git a/devel/py-strawberry-graphql/Makefile b/devel/py-strawberry-graphql/Makefile index cb6054afeb75..c1c779c4e9f0 100644 --- a/devel/py-strawberry-graphql/Makefile +++ b/devel/py-strawberry-graphql/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql -DISTVERSION= 0.287.0 +DISTVERSION= 0.287.2 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-strawberry-graphql/distinfo b/devel/py-strawberry-graphql/distinfo index c2a08894fc4a..08e54e58079d 100644 --- a/devel/py-strawberry-graphql/distinfo +++ b/devel/py-strawberry-graphql/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763820533 -SHA256 (strawberry_graphql-0.287.0.tar.gz) = 4da748f82684f3dc914fc9ed88184e715903d7fa06248f8f702bbbab55f7ed36 -SIZE (strawberry_graphql-0.287.0.tar.gz) = 211808 +TIMESTAMP = 1765119050 +SHA256 (strawberry_graphql-0.287.2.tar.gz) = 7d61f03fc44317ba427d78bce6ba0ec8092ffa90ebd41392011641d3908ccb33 +SIZE (strawberry_graphql-0.287.2.tar.gz) = 211980 diff --git a/devel/py-tree-sitter-bash/Makefile b/devel/py-tree-sitter-bash/Makefile index 5f4895bffc2a..fe9c4d73faf5 100644 --- a/devel/py-tree-sitter-bash/Makefile +++ b/devel/py-tree-sitter-bash/Makefile @@ -1,5 +1,5 @@ PORTNAME= tree-sitter-bash -PORTVERSION= 0.25.0 +PORTVERSION= 0.25.1 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tree-sitter-bash/distinfo b/devel/py-tree-sitter-bash/distinfo index 095c5db4ac59..b5f526ac656e 100644 --- a/devel/py-tree-sitter-bash/distinfo +++ b/devel/py-tree-sitter-bash/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774501 -SHA256 (tree_sitter_bash-0.25.0.tar.gz) = 6b6410ea5f54abe8780e4b260b01adbfec3a0729907c7a62a3448f670010e72e -SIZE (tree_sitter_bash-0.25.0.tar.gz) = 426005 +TIMESTAMP = 1765032782 +SHA256 (tree_sitter_bash-0.25.1.tar.gz) = bfc0bdaa77bc1e86e3c6652e5a6e140c40c0a16b84185c2b63ad7cd809b88f14 +SIZE (tree_sitter_bash-0.25.1.tar.gz) = 419703 diff --git a/devel/py-trove-classifiers/Makefile b/devel/py-trove-classifiers/Makefile index 5873563bc7d9..7633a3c9e093 100644 --- a/devel/py-trove-classifiers/Makefile +++ b/devel/py-trove-classifiers/Makefile @@ -1,5 +1,5 @@ PORTNAME= trove-classifiers -PORTVERSION= 2025.11.14.15 +PORTVERSION= 2025.12.1.14 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-trove-classifiers/distinfo b/devel/py-trove-classifiers/distinfo index be4c1da69199..75a0e7e09886 100644 --- a/devel/py-trove-classifiers/distinfo +++ b/devel/py-trove-classifiers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853396 -SHA256 (trove_classifiers-2025.11.14.15.tar.gz) = 6b60f49d40bbd895bc61d8dc414fc2f2286d70eb72ed23548db8cf94f62804ca -SIZE (trove_classifiers-2025.11.14.15.tar.gz) = 16995 +TIMESTAMP = 1765032784 +SHA256 (trove_classifiers-2025.12.1.14.tar.gz) = a74f0400524fc83620a9be74a07074b5cbe7594fd4d97fd4c2bfde625fdc1633 +SIZE (trove_classifiers-2025.12.1.14.tar.gz) = 16985 diff --git a/devel/py-twisted/Makefile b/devel/py-twisted/Makefile index 91f1f23f94ed..1cbab23e3cd4 100644 --- a/devel/py-twisted/Makefile +++ b/devel/py-twisted/Makefile @@ -1,13 +1,13 @@ PORTNAME= twisted -PORTVERSION= 24.7.0 -PORTREVISION= 1 +PORTVERSION= 25.5.0 CATEGORIES= devel net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= python@FreeBSD.org COMMENT= Asynchronous networking framework written in Python -WWW= https://twistedmatrix.com/ \ +WWW= https://twisted.org/ \ + https://docs.twisted.org/en/stable/ \ https://github.com/twisted/twisted LICENSE= MIT @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-fancy-pypi-readme>=22.5.0:devel/py-hatch-fancy-pypi-readme@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hatchling>=1.10.0:devel/py-hatchling@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}incremental>=24.7.0:devel/py-incremental@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=21.3.0:devel/py-attrs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}Automat>=0.8.0:devel/py-Automat@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=22.2.0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}Automat>=24.8.0:devel/py-Automat@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}constantly>=15.1:devel/py-constantly@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}hyperlink>=17.1.1:www/py-hyperlink@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}incremental>=24.7.0:devel/py-incremental@${PY_FLAVOR} \ @@ -35,20 +34,21 @@ CPE_VENDOR= twistedmatrix NO_ARCH= yes -OPTIONS_DEFINE= CONCH HTTP2 SERIAL TLS -OPTIONS_DEFAULT=CONCH HTTP2 SERIAL TLS +OPTIONS_DEFINE= CONCH HTTP2 SERIAL TLS WEBSOCKET +OPTIONS_DEFAULT=CONCH HTTP2 SERIAL TLS WEBSOCKET CONCH_DESC= Conch secure shell SSH SERIAL_DESC= Serial port extension CONCH_USE= PYTHON=cryptography CONCH_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}appdirs>=1.4.0:devel/py-appdirs@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}bcrypt>=3.1.3:security/py-bcrypt@${PY_FLAVOR} -HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.0<5.0:www/py-h2@${PY_FLAVOR} \ +HTTP2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=3.2<5.0:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}priority1>=1.1.0<2.0:www/py-priority1@${PY_FLAVOR} SERIAL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyserial>=3.0:comms/py-pyserial@${PY_FLAVOR} TLS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}idna>=2.4:dns/py-idna@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyopenssl>=21.0.0,1:security/py-pyopenssl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}service-identity>=18.1.0:security/py-service-identity@${PY_FLAVOR} +WEBSOCKET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wsproto>=0:net/py-wsproto@${PY_FLAVOR} # We need twisted.trial in PYTHONPATH # twisted.conch tests depend on finding certain scripts in PATH diff --git a/devel/py-twisted/distinfo b/devel/py-twisted/distinfo index 9904e18a044b..bc0c67f06e5a 100644 --- a/devel/py-twisted/distinfo +++ b/devel/py-twisted/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1727922157 -SHA256 (twisted-24.7.0.tar.gz) = 5a60147f044187a127ec7da96d170d49bcce50c6fd36f594e60f4587eff4d394 -SIZE (twisted-24.7.0.tar.gz) = 3516844 +TIMESTAMP = 1765033038 +SHA256 (twisted-25.5.0.tar.gz) = 1deb272358cb6be1e3e8fc6f9c8b36f78eb0fa7c2233d2dbe11ec6fee04ea316 +SIZE (twisted-25.5.0.tar.gz) = 3545725 diff --git a/devel/py-ty/Makefile b/devel/py-ty/Makefile index b4c15de7ee20..fe8131e75125 100644 --- a/devel/py-ty/Makefile +++ b/devel/py-ty/Makefile @@ -1,5 +1,5 @@ PORTNAME= ty -DISTVERSION= 0.0.1a29 +DISTVERSION= 0.0.1a33 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ty/Makefile.crates b/devel/py-ty/Makefile.crates index b8080d343a3f..caec93d5b60f 100644 --- a/devel/py-ty/Makefile.crates +++ b/devel/py-ty/Makefile.crates @@ -362,13 +362,13 @@ CARGO_CRATES= adler2-2.0.1 \ toml_edit-0.23.6 \ toml_parser-1.0.4 \ toml_writer-1.0.4 \ - tracing-0.1.41 \ - tracing-attributes-0.1.30 \ - tracing-core-0.1.34 \ + tracing-0.1.43 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.35 \ tracing-flame-0.2.0 \ tracing-indicatif-0.3.13 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.20 \ + tracing-subscriber-0.3.22 \ tryfn-0.2.3 \ typed-arena-2.0.2 \ typenum-1.18.0 \ @@ -465,5 +465,5 @@ CARGO_CRATES= adler2-2.0.1 \ zstd-0.11.2+zstd.1.5.2 \ zstd-safe-5.0.2+zstd.1.5.2 \ zstd-sys-2.0.16+zstd.1.5.7 \ - lsp-types@git+https://github.com/astral-sh/lsp-types.git?rev=3512a9f\#3512a9f33eadc5402cfab1b8f7340824c8ca1439 \ - salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa.git?rev=17bc55d699565e5a1cb1bd42363b905af2f9f3e7\#17bc55d699565e5a1cb1bd42363b905af2f9f3e7 + salsa,salsa-macro-rules,salsa-macros@git+https://github.com/salsa-rs/salsa.git?rev=59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0\#59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0 \ + 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 ea07326d2d1e..25058f8e0999 100644 --- a/devel/py-ty/distinfo +++ b/devel/py-ty/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1764573792 -SHA256 (ty-0.0.1a29.tar.gz) = 43bb55fd467a057880d62ad4bbb048223fd4fba7d8e4d7d5372a0f4881da83fe -SIZE (ty-0.0.1a29.tar.gz) = 4624122 +TIMESTAMP = 1765335036 +SHA256 (ty-0.0.1a33.tar.gz) = 1db139aa7cbc9879e93146c99bf5f1f5273ca608683f71b3a9a75f9f812b729f +SIZE (ty-0.0.1a33.tar.gz) = 4704365 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.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 @@ -729,20 +729,20 @@ SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0e SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 -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.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 -SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 -SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 -SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-0.1.43.crate) = 2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647 +SIZE (rust/crates/tracing-0.1.43.crate) = 90033 +SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da +SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 +SHA256 (rust/crates/tracing-core-0.1.35.crate) = 7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c +SIZE (rust/crates/tracing-core-0.1.35.crate) = 63837 SHA256 (rust/crates/tracing-flame-0.2.0.crate) = 0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9 SIZE (rust/crates/tracing-flame-0.2.0.crate) = 9062 SHA256 (rust/crates/tracing-indicatif-0.3.13.crate) = 04d4e11e0e27acef25a47f27e9435355fecdc488867fa2bc90e75b0700d2823d SIZE (rust/crates/tracing-indicatif-0.3.13.crate) = 29929 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.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 -SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 +SHA256 (rust/crates/tracing-subscriber-0.3.22.crate) = 2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e +SIZE (rust/crates/tracing-subscriber-0.3.22.crate) = 212851 SHA256 (rust/crates/tryfn-0.2.3.crate) = 5fe242ee9e646acec9ab73a5c540e8543ed1b107f0ce42be831e0775d423c396 SIZE (rust/crates/tryfn-0.2.3.crate) = 8481 SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a @@ -935,7 +935,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.16+zstd.1.5.7.crate) = 91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748 SIZE (rust/crates/zstd-sys-2.0.16+zstd.1.5.7.crate) = 775620 +SHA256 (salsa-rs-salsa-59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0_GH0.tar.gz) = 8e97da54c8a7504d600cfed4e23a2c12446828d509ed0e922d9e2cbb4facb9eb +SIZE (salsa-rs-salsa-59aa1075e837f5deb0d6ffb24b68fedc0f4bc5e0_GH0.tar.gz) = 731457 SHA256 (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 410f889792e86186b6299ad534446510207a9e2e55b78301b77fc8b661b46913 SIZE (astral-sh-lsp-types-3512a9f33eadc5402cfab1b8f7340824c8ca1439_GH0.tar.gz) = 71124 -SHA256 (salsa-rs-salsa-17bc55d699565e5a1cb1bd42363b905af2f9f3e7_GH0.tar.gz) = c04931fce42c6cea65a49200109ca1df1730158908e270205ac8ad267c794f2f -SIZE (salsa-rs-salsa-17bc55d699565e5a1cb1bd42363b905af2f9f3e7_GH0.tar.gz) = 731114 diff --git a/devel/py-types-psutil/Makefile b/devel/py-types-psutil/Makefile index 452d136fd787..47d7cc9cc7eb 100644 --- a/devel/py-types-psutil/Makefile +++ b/devel/py-types-psutil/Makefile @@ -1,5 +1,5 @@ PORTNAME= types-psutil -PORTVERSION= 7.1.3.20251130 +PORTVERSION= 7.1.3.20251202 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-types-psutil/distinfo b/devel/py-types-psutil/distinfo index d58edf6a777a..83f8cb29e424 100644 --- a/devel/py-types-psutil/distinfo +++ b/devel/py-types-psutil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510970 -SHA256 (types_psutil-7.1.3.20251130.tar.gz) = 7f42e7a7845a93397e430b48a8074a35410d7a436695fd3375ec9b687d8d95f8 -SIZE (types_psutil-7.1.3.20251130.tar.gz) = 24467 +TIMESTAMP = 1765032786 +SHA256 (types_psutil-7.1.3.20251202.tar.gz) = 5cfecaced7c486fb3995bb290eab45043d697a261718aca01b9b340d1ab7968a +SIZE (types_psutil-7.1.3.20251202.tar.gz) = 24948 diff --git a/devel/py-types-psutil/files/patch-pyproject.toml b/devel/py-types-psutil/files/patch-pyproject.toml index f87da773a1de..51ad1aeef95f 100644 --- a/devel/py-types-psutil/files/patch-pyproject.toml +++ b/devel/py-types-psutil/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-30 03:18:11 UTC +--- pyproject.toml.orig 2025-12-02 03:10:55 UTC +++ pyproject.toml @@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta" [build-system] @@ -8,7 +8,7 @@ [project] name = "types-psutil" - version = "7.1.3.20251130" + version = "7.1.3.20251202" -license = "Apache-2.0" -license-files = ["LICENSE"] +license = { text = "Apache-2.0" } diff --git a/devel/py-tzdata/Makefile b/devel/py-tzdata/Makefile index 42910df3b1c2..b7982f603b14 100644 --- a/devel/py-tzdata/Makefile +++ b/devel/py-tzdata/Makefile @@ -1,5 +1,5 @@ PORTNAME= tzdata -DISTVERSION= 2025.2 +DISTVERSION= 2025.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-tzdata/distinfo b/devel/py-tzdata/distinfo index 0c103103e844..53dc7a7e12e7 100644 --- a/devel/py-tzdata/distinfo +++ b/devel/py-tzdata/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742794170 -SHA256 (tzdata-2025.2.tar.gz) = b60a638fcc0daffadf82fe0f57e53d06bdec2f36c4df66280ae79bce6bd6f2b9 -SIZE (tzdata-2025.2.tar.gz) = 196380 +TIMESTAMP = 1765712999 +SHA256 (tzdata-2025.3.tar.gz) = de39c2ca5dc7b0344f2eba86f49d614019d29f060fc4ebc8a417896a620b56a7 +SIZE (tzdata-2025.3.tar.gz) = 196772 diff --git a/devel/py-unittest-parallel/Makefile b/devel/py-unittest-parallel/Makefile index 269370d9728c..a7949a73d4f3 100644 --- a/devel/py-unittest-parallel/Makefile +++ b/devel/py-unittest-parallel/Makefile @@ -1,5 +1,5 @@ PORTNAME= unittest-parallel -PORTVERSION= 1.7.5 +PORTVERSION= 1.7.6 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-unittest-parallel/distinfo b/devel/py-unittest-parallel/distinfo index 9ccbce40db81..8601895da059 100644 --- a/devel/py-unittest-parallel/distinfo +++ b/devel/py-unittest-parallel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120764 -SHA256 (unittest_parallel-1.7.5.tar.gz) = df8cfdd84f0ccf8e9e0fdb34f88d152968fe8460b2c7ed5181cd529231d0fe21 -SIZE (unittest_parallel-1.7.5.tar.gz) = 9869 +TIMESTAMP = 1765032788 +SHA256 (unittest_parallel-1.7.6.tar.gz) = b16bf52bec7b900b8fc7945de97c45f87d50025ac06c1a64e35e91c278756dfc +SIZE (unittest_parallel-1.7.6.tar.gz) = 9834 diff --git a/devel/py-vcrpy/Makefile b/devel/py-vcrpy/Makefile index ad5d216e9a87..d6023d57c580 100644 --- a/devel/py-vcrpy/Makefile +++ b/devel/py-vcrpy/Makefile @@ -1,5 +1,5 @@ PORTNAME= vcrpy -DISTVERSION= 8.0.0 +DISTVERSION= 8.1.0 CATEGORIES= devel www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-vcrpy/distinfo b/devel/py-vcrpy/distinfo index 630cf17ff3c8..2fc533902abc 100644 --- a/devel/py-vcrpy/distinfo +++ b/devel/py-vcrpy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764836327 -SHA256 (vcrpy-8.0.0.tar.gz) = 25622ec65c5c007597d417e6867ccb6e6ab0d5f8826e2a03feb5911b3011f8ad -SIZE (vcrpy-8.0.0.tar.gz) = 85884 +TIMESTAMP = 1765532368 +SHA256 (vcrpy-8.1.0.tar.gz) = e585ca3cd9bb751e402728a00394847561250588eebc047b4d3c8948d5487733 +SIZE (vcrpy-8.1.0.tar.gz) = 85930 diff --git a/devel/py-xarray/Makefile b/devel/py-xarray/Makefile index 2804757c3f4f..b9db01e16d3f 100644 --- a/devel/py-xarray/Makefile +++ b/devel/py-xarray/Makefile @@ -1,5 +1,5 @@ PORTNAME= xarray -PORTVERSION= 2025.11.0 +PORTVERSION= 2025.12.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-xarray/distinfo b/devel/py-xarray/distinfo index 1d660229299a..0709e8378399 100644 --- a/devel/py-xarray/distinfo +++ b/devel/py-xarray/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853406 -SHA256 (xarray-2025.11.0.tar.gz) = d7a4aa4500edbfd60676b1613db97da309ab144cac0bcff0cbf483c61c662af1 -SIZE (xarray-2025.11.0.tar.gz) = 3072276 +TIMESTAMP = 1765032790 +SHA256 (xarray-2025.12.0.tar.gz) = 73f6a6fadccc69c4d45bdd70821a47c72de078a8a0313ff8b1e97cd54ac59fed +SIZE (xarray-2025.12.0.tar.gz) = 3082244 diff --git a/devel/pycharm/Makefile b/devel/pycharm/Makefile index 17a75f193cab..dd5b250cd3b7 100644 --- a/devel/pycharm/Makefile +++ b/devel/pycharm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pycharm -DISTVERSION= 2025.2.5 +DISTVERSION= 2025.3 CATEGORIES= devel java python MASTER_SITES= https://download.jetbrains.com/python/ DIST_SUBDIR= jetbrains @@ -24,10 +24,7 @@ SHEBANG_FILES= plugins/python-ce/helpers/pycodestyle.py \ plugins/python-ce/helpers/pycodestyle-2.10.0.py \ plugins/python-ce/helpers/py3only/docutils/utils/math/math2html.py \ plugins/python-ce/helpers/py3only/docutils/utils/smartquotes.py \ - plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py \ - plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh \ - plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh \ - plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh + plugins/python-ce/helpers/py3only/docutils/writers/odf_odt/prepstyles.py ONLY_FOR_ARCH= amd64 CPE_VENDOR= jetbrains diff --git a/devel/pycharm/distinfo b/devel/pycharm/distinfo index e1899026b73c..37293fdbdab2 100644 --- a/devel/pycharm/distinfo +++ b/devel/pycharm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764439542 -SHA256 (jetbrains/pycharm-2025.2.5.tar.gz) = b1e47419e5844c38e7a7a9be9e5260c75cea6aa8423f2584dc1727f792d5feb4 -SIZE (jetbrains/pycharm-2025.2.5.tar.gz) = 1258847526 +TIMESTAMP = 1765301043 +SHA256 (jetbrains/pycharm-2025.3.tar.gz) = a410c9c5834ede16373325ea21b850e309557db5d9dcca3674caf92ea7c5bf05 +SIZE (jetbrains/pycharm-2025.3.tar.gz) = 1207179572 diff --git a/devel/pycharm/pkg-plist b/devel/pycharm/pkg-plist index 4c6da4ee5017..e7ea9254110b 100644 --- a/devel/pycharm/pkg-plist +++ b/devel/pycharm/pkg-plist @@ -22,7 +22,7 @@ share/applications/pycharm.desktop %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf %%DATADIR%%/lib/annotations.jar -%%DATADIR%%/lib/app-client.jar +%%DATADIR%%/lib/app-backend.jar %%DATADIR%%/lib/app.jar %%DATADIR%%/lib/async-profiler/aarch64/dbghelp.dll %%DATADIR%%/lib/async-profiler/aarch64/jniSymbolsResolver.dll @@ -35,8 +35,7 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/async-profiler/amd64/libasyncProfiler.so %%DATADIR%%/lib/async-profiler/amd64/symsrv.dll %%DATADIR%%/lib/async-profiler/libasyncProfiler.dylib -%%DATADIR%%/lib/bouncy-castle.jar -%%DATADIR%%/lib/build-marker-PY-252.28238.29 +%%DATADIR%%/lib/build-marker-PY-253.28294.336 %%DATADIR%%/lib/eclipse.lsp4j.debug.jar %%DATADIR%%/lib/eclipse.lsp4j.jar %%DATADIR%%/lib/eclipse.lsp4j.jsonrpc.debug.jar @@ -55,9 +54,114 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/jna/amd64/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.10.1-intellij.jar -%%DATADIR%%/lib/lib-client.jar +%%DATADIR%%/lib/lib-backend.jar %%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/module-intellij.libraries.aalto.xml.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.tools.jar +%%DATADIR%%/lib/module-intellij.libraries.automaton.jar +%%DATADIR%%/lib/module-intellij.libraries.blockmap.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.pgp.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.provider.jar +%%DATADIR%%/lib/module-intellij.libraries.caffeine.jar +%%DATADIR%%/lib/module-intellij.libraries.cglib.jar +%%DATADIR%%/lib/module-intellij.libraries.classgraph.jar +%%DATADIR%%/lib/module-intellij.libraries.cli.parser.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.cli.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.codec.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.compress.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.imaging.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.io.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.lang3.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.logging.jar +%%DATADIR%%/lib/module-intellij.libraries.fastutil.jar +%%DATADIR%%/lib/module-intellij.libraries.gson.jar +%%DATADIR%%/lib/module-intellij.libraries.guava.jar +%%DATADIR%%/lib/module-intellij.libraries.hash4j.jar +%%DATADIR%%/lib/module-intellij.libraries.hdr.histogram.jar +%%DATADIR%%/lib/module-intellij.libraries.http.client.jar +%%DATADIR%%/lib/module-intellij.libraries.icu4j.jar +%%DATADIR%%/lib/module-intellij.libraries.imgscalr.jar +%%DATADIR%%/lib/module-intellij.libraries.ini4j.jar +%%DATADIR%%/lib/module-intellij.libraries.ion.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.databind.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.dataformat.yaml.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jr.objects.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.module.kotlin.jar +%%DATADIR%%/lib/module-intellij.libraries.java.websocket.jar +%%DATADIR%%/lib/module-intellij.libraries.javax.annotation.jar +%%DATADIR%%/lib/module-intellij.libraries.jaxen.jar +%%DATADIR%%/lib/module-intellij.libraries.jbr.jar +%%DATADIR%%/lib/module-intellij.libraries.jcef.jar +%%DATADIR%%/lib/module-intellij.libraries.jcip.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.core.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.ui.jar +%%DATADIR%%/lib/module-intellij.libraries.jettison.jar +%%DATADIR%%/lib/module-intellij.libraries.jsonpath.jar +%%DATADIR%%/lib/module-intellij.libraries.jsoup.jar +%%DATADIR%%/lib/module-intellij.libraries.jsvg.jar +%%DATADIR%%/lib/module-intellij.libraries.jvm.native.trusted.roots.jar +%%DATADIR%%/lib/module-intellij.libraries.jzlib.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlin.reflect.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.collections.immutable.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.coroutines.slf4j.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.datetime.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.html.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.io.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.core.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.json.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.protobuf.jar +%%DATADIR%%/lib/module-intellij.libraries.kryo5.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.cio.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.io.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.network.tls.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.utils.jar +%%DATADIR%%/lib/module-intellij.libraries.lz4.jar +%%DATADIR%%/lib/module-intellij.libraries.markdown.jar +%%DATADIR%%/lib/module-intellij.libraries.miglayout.swing.jar +%%DATADIR%%/lib/module-intellij.libraries.mvstore.jar +%%DATADIR%%/lib/module-intellij.libraries.oro.matcher.jar +%%DATADIR%%/lib/module-intellij.libraries.proxy.vole.jar +%%DATADIR%%/lib/module-intellij.libraries.pty4j.jar +%%DATADIR%%/lib/module-intellij.libraries.rd.text.jar +%%DATADIR%%/lib/module-intellij.libraries.rhino.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.engine.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.jar +%%DATADIR%%/lib/module-intellij.libraries.sshj.jar +%%DATADIR%%/lib/module-intellij.libraries.stream.jar +%%DATADIR%%/lib/module-intellij.libraries.velocity.jar +%%DATADIR%%/lib/module-intellij.libraries.winp.jar +%%DATADIR%%/lib/module-intellij.libraries.xerces.jar +%%DATADIR%%/lib/module-intellij.libraries.xstream.jar +%%DATADIR%%/lib/module-intellij.libraries.xtext.xbase.jar +%%DATADIR%%/lib/module-intellij.libraries.xz.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.rpc.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.shared.jar +%%DATADIR%%/lib/module-intellij.platform.eel.impl.jar +%%DATADIR%%/lib/module-intellij.platform.find.jar +%%DATADIR%%/lib/module-intellij.platform.managed.cache.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.backend.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.jar +%%DATADIR%%/lib/module-intellij.platform.rpc.topics.jar +%%DATADIR%%/lib/module-intellij.platform.scopes.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.core.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.shared.jar +%%DATADIR%%/lib/module-intellij.regexp.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.impl.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.jar +%%DATADIR%%/lib/module-intellij.xml.dom.impl.jar +%%DATADIR%%/lib/module-intellij.xml.dom.jar +%%DATADIR%%/lib/module-intellij.xml.impl.jar +%%DATADIR%%/lib/module-intellij.xml.parser.jar +%%DATADIR%%/lib/module-intellij.xml.psi.impl.jar +%%DATADIR%%/lib/module-intellij.xml.psi.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.impl.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.jar +%%DATADIR%%/lib/module-intellij.xml.syntax.jar +%%DATADIR%%/lib/module-intellij.xml.ui.common.jar %%DATADIR%%/lib/modules/intellij.charts.jar %%DATADIR%%/lib/modules/intellij.emojipicker.jar %%DATADIR%%/lib/modules/intellij.grid.core.impl.jar @@ -66,20 +170,31 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.grid.jar %%DATADIR%%/lib/modules/intellij.grid.types.jar %%DATADIR%%/lib/modules/intellij.ide.startup.importSettings.jar -%%DATADIR%%/lib/modules/intellij.libraries.ai.grazie.spell.gec.engine.local.jar %%DATADIR%%/lib/modules/intellij.libraries.coil.jar +%%DATADIR%%/lib/modules/intellij.libraries.commons.text.jar %%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar -%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.io.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.runtime.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.grpc.jar +%%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar +%%DATADIR%%/lib/modules/intellij.libraries.javax.activation.jar +%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.document.store.mvstore.jar %%DATADIR%%/lib/modules/intellij.libraries.lucene.common.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.libraries.xml.rpc.jar %%DATADIR%%/lib/modules/intellij.platform.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.base.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.common.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar %%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar @@ -98,6 +213,7 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.impl.backend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.impl.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.backend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.find.backend.jar @@ -106,9 +222,8 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.platform.ide.newUiOnboarding.jar %%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.backend.jar %%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.shared.jar -%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar -%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.inspect.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar @@ -122,10 +237,11 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.impl.jar %%DATADIR%%/lib/modules/intellij.platform.lang.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.managed.cache.backend.jar %%DATADIR%%/lib/modules/intellij.platform.ml.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.ml.logs.jar %%DATADIR%%/lib/modules/intellij.platform.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar @@ -141,7 +257,12 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.scopes.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.protocolReaderRuntime.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.ui.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar @@ -152,14 +273,17 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.platform.tips.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.jar %%DATADIR%%/lib/modules/intellij.platform.warmup.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar @@ -171,11 +295,13 @@ share/applications/pycharm.desktop %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar %%DATADIR%%/lib/modules/intellij.spellchecker.jar %%DATADIR%%/lib/modules/intellij.spellchecker.xml.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.xpath.jar %%DATADIR%%/lib/native/linux-x86_64/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar %%DATADIR%%/lib/platform-loader.jar -%%DATADIR%%/lib/product-client.jar +%%DATADIR%%/lib/product-backend.jar %%DATADIR%%/lib/product.jar %%DATADIR%%/lib/protobuf.jar %%DATADIR%%/lib/pty4j/freebsd/x86-64/libpty.so @@ -199,24 +325,64 @@ share/applications/pycharm.desktop %%DATADIR%%/modules/module-descriptors.dat %%DATADIR%%/modules/module-descriptors.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar -%%DATADIR%%/plugins/DatabaseTools/lib/completion-ranking-sql.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin-frontend.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar %%DATADIR%%/plugins/DatabaseTools/lib/frontend-split/database-frontend.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jettison.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-provider.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.backend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.completionMlRanking.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.connectivity.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.core.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.generic.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.maria.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.js.external.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.coverage.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgres.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresgreenplumbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.backend.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sql92.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.frontend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.shim.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.pro.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.backend.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.copyright.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.core.impl.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.core.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.intelliLang.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.trialPromotion.idesWithFreeTier.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.util.jar %%DATADIR%%/plugins/DatabaseTools/lib/plexus-utils.jar %%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin.jar -%%DATADIR%%/plugins/DatabaseTools/lib/unidecode.jar -%%DATADIR%%/plugins/DatabaseTools/lib/xstream.jar %%DATADIR%%/plugins/aiplayground/lib/aiplayground.jar %%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.anthropic.jar %%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.deepseek.jar @@ -227,6 +393,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.ollama.jar %%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.openai.jar %%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.openrouter.jar +%%DATADIR%%/plugins/aiplayground/lib/modules/intellij.aiplayground.python.jar %%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/index.js %%DATADIR%%/plugins/angular/angular-service/node_modules/ws-typescript-angular-plugin/package.json %%DATADIR%%/plugins/angular/lib/angular.jar @@ -244,13 +411,16 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/angular/ngCli/schematicsProvider70.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js +%%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway-frontend.jar %%DATADIR%%/plugins/clouds-docker-gateway/lib/clouds-docker-gateway.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/clouds-docker-impl.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-api.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-core.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-transport-httpclient5.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/com.github.docker-java-docker-java-transport.jar -%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.frontend.split.jar +%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.file.backend.jar +%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.file.frontend.split.jar +%%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.frontend.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.jar %%DATADIR%%/plugins/clouds-docker-impl/lib/modules/intellij.clouds.docker.shared.jar %%DATADIR%%/plugins/color-scheme-github/lib/color-scheme-github.jar @@ -260,15 +430,24 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/completionMlRanking/lib/completionMlRanking.jar %%DATADIR%%/plugins/configurationScript/lib/configurationScript.jar %%DATADIR%%/plugins/copyright/lib/copyright.jar -%%DATADIR%%/plugins/css-impl/lib/css-impl.jar +%%DATADIR%%/plugins/css-plugin/lib/css-plugin.jar +%%DATADIR%%/plugins/css-plugin/lib/frontend-split/css-frontend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.analysis.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.backend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.copyright.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.frontend.split.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.schemeGenerator.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.watcher.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.xmlSchemeGenerator.jar %%DATADIR%%/plugins/cwm-plugin/jre-build.txt -%%DATADIR%%/plugins/cwm-plugin/lib/backend-split.jar %%DATADIR%%/plugins/cwm-plugin/lib/bouncy-castle-pgp.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-connection-backend.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-connection-common.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-android.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-backend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin-common.jar %%DATADIR%%/plugins/cwm-plugin/lib/cwm-plugin.jar %%DATADIR%%/plugins/cwm-plugin/lib/frontend-split/cwm-connection-frontend.jar %%DATADIR%%/plugins/cwm-plugin/lib/frontend-split/cwm-frontend.jar @@ -278,16 +457,27 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/cwm-plugin/lib/frontend-split/performance-testing-frontend-split.jar %%DATADIR%%/plugins/cwm-plugin/lib/frontend-split/rd-client.jar %%DATADIR%%/plugins/cwm-plugin/lib/git-protocol.jar -%%DATADIR%%/plugins/cwm-plugin/lib/grpc-netty-shaded.jar %%DATADIR%%/plugins/cwm-plugin/lib/ice4j.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.community.wintools.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.cwm.plugin.common.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.cwm.plugin.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.platform.backend.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.platform.remoteController.backend.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.platform.remoteController.jar +%%DATADIR%%/plugins/cwm-plugin/lib/intellij.platform.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/java-websocket.jar %%DATADIR%%/plugins/cwm-plugin/lib/jitsi-utils.jar %%DATADIR%%/plugins/cwm-plugin/lib/jnaerator-runtime.jar %%DATADIR%%/plugins/cwm-plugin/lib/jstun.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.cwm.vcs.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.docker.backend.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.driver.backend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.java.backend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.performanceTesting.backend.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.buildView.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.completion.backend.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.completion.common.split.jar +%%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.completion.frontend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.execution.frontend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.identifiers.highlighting.frontend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.platform.inline.completion.backend.split.jar @@ -311,19 +501,16 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.vcs.git.frontend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/modules/intellij.xml.frontend.split.jar %%DATADIR%%/plugins/cwm-plugin/lib/quiche-jna-stubs.jar -%%DATADIR%%/plugins/cwm-plugin/lib/remote-controller-backend.jar -%%DATADIR%%/plugins/cwm-plugin/lib/remote-controller.jar %%DATADIR%%/plugins/cwm-plugin/lib/split-connection.jar %%DATADIR%%/plugins/cwm-plugin/lib/split-protocol.jar -%%DATADIR%%/plugins/cwm-plugin/lib/split.jar %%DATADIR%%/plugins/cwm-plugin/lib/tls-channel.jar %%DATADIR%%/plugins/cwm-plugin/lib/vcs-protocol.jar %%DATADIR%%/plugins/dataWrangler-plugin/lib/dataWrangler-plugin.jar -%%DATADIR%%/plugins/dataWrangler-plugin/lib/modules/intellij.dataWrangler.core.jar +%%DATADIR%%/plugins/dataWrangler-plugin/lib/jetbrains.kotlinx.dataframe.core.jar %%DATADIR%%/plugins/dataWrangler-plugin/lib/modules/intellij.dataWrangler.jar %%DATADIR%%/plugins/dataWrangler-plugin/lib/modules/intellij.dataWrangler.llm.jar %%DATADIR%%/plugins/dataspell-jupyter-customCells/lib/dataspell-jupyter-customCells.jar -%%DATADIR%%/plugins/dbt/lib/dbt.jar +%%DATADIR%%/plugins/dataspell-jupyter-customCells/lib/jetbrains.lets.plot.vega.lite.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/dotenv/lib/dotenv.jar %%DATADIR%%/plugins/editorconfig-plugin/lib/editorconfig-plugin.jar @@ -335,31 +522,42 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/featuresTrainer/lib/git-learning-project.jar %%DATADIR%%/plugins/fileWatcher/lib/fileWatcher.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector-windows-x86_64.zip %%DATADIR%%/plugins/fullLine/full-line-model-python-v2.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-arm_64.zip %%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-arm_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-x86_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-arm_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/clikt.jar %%DATADIR%%/plugins/fullLine/lib/fullLine.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.polyglot.cloud.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.mlapi.core.jar %%DATADIR%%/plugins/fullLine/lib/jgrapht.core.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.chat.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.erb.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.fake.frontend.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.json.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.markdown.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.properties.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rbs.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.fsharp.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.godot.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.shaderlab.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.sql.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.text.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.xml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.yaml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.chat.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.completion.trigger.model.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar @@ -372,102 +570,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.fsharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.godot.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.shaderlab.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar -%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/content.json -%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json -%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json -%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json -%%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Idea/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Idea/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Idea/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Idea/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Idea/content.json -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json %%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png @@ -484,69 +591,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Python/content.json -%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/content.json -%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json -%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json %%DATADIR%%/plugins/gateway-plugin/lib/gateway-plugin.jar %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.core.jar %%DATADIR%%/plugins/gateway-plugin/lib/gateway-standalone/gateway.jar +%%DATADIR%%/plugins/gateway-plugin/lib/modules/intellij.gateway.station.jar %%DATADIR%%/plugins/gateway-plugin/lib/modules/intellij.gateway.terminal.jar %%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-amd64 %%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-darwin-arm64 @@ -556,14 +604,18 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/gateway-plugin/lib/remote-dev-workers/remote-dev-worker-windows-arm64.exe %%DATADIR%%/plugins/gateway-plugin/resources/gateway.vmoptions %%DATADIR%%/plugins/gnuGetText/lib/gnuGetText.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.rule.engine.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar %%DATADIR%%/plugins/grazie/lib/com.carrotsearch-hppc.jar %%DATADIR%%/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar %%DATADIR%%/plugins/grazie/lib/com.vdurmont-emoji-java.jar -%%DATADIR%%/plugins/grazie/lib/commons-text.jar +%%DATADIR%%/plugins/grazie/lib/grazie-frontend.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grazie/lib/grpc-core.jar -%%DATADIR%%/plugins/grazie/lib/grpc-protobuf.jar -%%DATADIR%%/plugins/grazie/lib/grpc-stub.jar %%DATADIR%%/plugins/grazie/lib/javax.measure-unit-api.jar %%DATADIR%%/plugins/grazie/lib/net.loomchild-segment.jar %%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar @@ -585,13 +637,16 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/indexing-shared-ultimate-plugin-bundled/lib/modules/intellij.indexing.shared.ultimate.java.jar %%DATADIR%%/plugins/indexing-shared/lib/indexing-shared.jar %%DATADIR%%/plugins/ini/lib/ini.jar -%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger-frontend.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.rpc.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.coverage.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.ui.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webDeployment.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webstorm.specific.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.reactNativeDebugger.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.protocol.jar %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectorPortPublisher.js @@ -642,10 +697,12 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-file-path-resolver.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-connector.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-v3-plus.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-a71380e98a7c.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-a71380e98a7c.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js @@ -830,8 +887,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-js.jar %%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-typescript.jar %%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar -%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin-frontend.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar +%%DATADIR%%/plugins/javascript-plugin/lib/modules/intellij.javascript.frontend.jar %%DATADIR%%/plugins/javascript-plugin/lib/semver4j.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -874,6 +932,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js %%DATADIR%%/plugins/json/lib/json.jar %%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.regexp.jar %%DATADIR%%/plugins/json/lib/modules/intellij.json.frontend.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1030.js @@ -1222,6 +1281,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/yaml.svg %%DATADIR%%/plugins/jupyter-plugin/lib/jupyter-plugin.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.core.jar +%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.execution.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.completion.ml.ranking.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.psi.jar @@ -1262,9 +1322,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/mcpserver/lib/ktor-server-cio-internal.jar %%DATADIR%%/plugins/mcpserver/lib/mcpserver-frontend.jar %%DATADIR%%/plugins/mcpserver/lib/mcpserver.jar -%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar -%%DATADIR%%/plugins/microservices-ui/lib/modules/intellij.microservices.ui.diagrams.jar -%%DATADIR%%/plugins/microservices-ui/lib/modules/intellij.microservices.ui.frontend.jar +%%DATADIR%%/plugins/microservices-plugin/lib/microservices-plugin.jar +%%DATADIR%%/plugins/microservices-plugin/lib/modules/intellij.microservices.diagrams.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore @@ -1360,15 +1419,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/google.protobuf.kotlin.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-core.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-kotlin-stub.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-netty-shaded.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-protobuf.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-stub.jar %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar +%%DATADIR%%/plugins/platform-images/lib/modules/intellij.platform.images.xdebugger.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar -%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar -%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar %%DATADIR%%/plugins/plugin-classpath.txt %%DATADIR%%/plugins/postcss/lib/postcss.jar %%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar @@ -1382,8 +1435,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/puppet/lib/stubs/builtin.pp %%DATADIR%%/plugins/puppet/lib/stubs/builtin_variables.pp %%DATADIR%%/plugins/puppet/lib/stubs/stub_functions.rb -%%DATADIR%%/plugins/pycharm-community-customization-shared/lib/io.github.z4kn4fein.semver.jvm.jar %%DATADIR%%/plugins/pycharm-community-customization-shared/lib/modules/intellij.platform.whatsNew.jar +%%DATADIR%%/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.impl.jar +%%DATADIR%%/plugins/pycharm-community-customization-shared/lib/modules/intellij.pycharm.community.ide.implTraining.jar +%%DATADIR%%/plugins/pycharm-community-customization-shared/lib/modules/intellij.python.common.frontend.jar %%DATADIR%%/plugins/pycharm-community-customization-shared/lib/pycharm-community-customization-shared.jar %%DATADIR%%/plugins/pycharm-pro-customization/lib/modules/intellij.platform.trialPromotion.common.jar %%DATADIR%%/plugins/pycharm-pro-customization/lib/modules/intellij.platform.trialPromotion.idesWithFreeTier.jar @@ -1391,8 +1446,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/pycharm-pro-customization/lib/pycharm-pro-customization.jar %%DATADIR%%/plugins/pycharm-pro-customization/lib/tips-pycharm-pro.jar %%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/lib/pycharm-pro-sharedIndexes-bundled.jar -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-a101402ee41c-968fe969f28a.ijx -%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-a101402ee41c-968fe969f28a.txt +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-0978a7220b69-9867c7d4c0a4.ijx +%%DATADIR%%/plugins/pycharm-pro-sharedIndexes-bundled/python-sdk/python-sdk-0978a7220b69-9867c7d4c0a4.txt %%DATADIR%%/plugins/python-ce/helpers/.gitignore %%DATADIR%%/plugins/python-ce/helpers/MathJax/MathJax.js %%DATADIR%%/plugins/python-ce/helpers/MathJax/config/TeX-AMS_HTML-full.js @@ -2340,6 +2395,332 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/tracer.cpython-310-x86_64-linux-gnu.so %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/version.py %%DATADIR%%/plugins/python-ce/helpers/coveragepy_old/coverage/xmlreport.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/ThirdPartyNotices.txt +%%DATADIR%%/plugins/python-ce/helpers/debugpy/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/__main__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/_pydevd_packaging.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/_util.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/force_pydevd.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.gitrepo +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.pydevproject +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings/org.eclipse.core.resources.prefs +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/.settings/org.python.pydev.yaml +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/LICENSE-EPL +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/MANIFEST.in +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/README.md +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_calltip_util.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_completer.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_execfile.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_filesystem_encoding.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_getopt.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_imports_tipper.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_jy_imports_tipper.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_log.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_saved_modules.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_sys_patch.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/_pydev_tipper_common.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/fsnotify/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_console_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_import_hook.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_imports.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_ipython_console_011.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_is_thread_alive.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_localhost.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_log.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_monkey_qt.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_override.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_umd.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_bundle/pydev_versioncheck.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_coverage.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_nose.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_parallel_client.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_pytest2.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_unittest.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydev_runfiles/pydev_runfiles_xml_rpc.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/__main__pydevd_gen_debug_adapter_protocol.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocol.json +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustom.json +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/debugProtocolCustomPyCharm.json +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_base_schema.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/_debug_adapter/pydevd_schema_log.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_asyncio_provider.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_constants.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_custom_frames.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_repr_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_tables.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_user_type_renderers_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/pydevd_vars.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_image_loader.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_matplotlib_image.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_based_image.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_numpy_image.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/images/pydevd_pillow_image.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_dataset.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_numpy_based.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_pandas.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/custom/tables/pydevd_polars.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevconsole_code.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_additional_thread_info_regular.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_api.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_breakpoints.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_bytecode_utils_py311.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_code_to_source.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_collect_bytecode_info.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_comm_constants.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_command_line_handling.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_concurrency_logger.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_concurrency_analyser/pydevd_thread_wrappers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_console.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_constants.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_custom_frames.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.c +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pxd +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_cython_wrapper.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_daemon_thread.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_defaults.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_dont_trace_files.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_exec2.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_api.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_extension_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_filtering.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_frame_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_gevent_integration.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_import_class.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_io.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_json_debug_options.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_json.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_net_command_factory_xml.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_plugin_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_process_net_command_json.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_referrers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_reload.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_resolver.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_runpy.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_safe_repr.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_save_locals.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_signature.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_source_mapping.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_stackless.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_suspended_frames.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_thread_lifecycle.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_timeout.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_traceproperty.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vars.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_vm_type.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_xml.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_cython_wrapper.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_eval_main.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.c +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pxd +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.template.pyx +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_tracing.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_modify_bytecode.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/release_mem.h +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/README.txt +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/bytecode.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/cfg.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/concrete.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/flags.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/instr.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/peephole_opt.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/pydevd_fix_code.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.c +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.pxd +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/_pydevd_sys_monitoring_cython.pyx +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/_pydevd_sys_monitoring/pydevd_sys_monitoring.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build_binaries_osx.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/build_binaries_windows.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/check_no_git_modifications.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/generate_code.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/names_to_rename.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/pydevd_release_process.txt +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/build_tools/rename_pep8.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradle/wrapper/gradle-wrapper.jar +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradle/wrapper/gradle-wrapper.properties +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradlew +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/gradlew.bat +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/interpreterInfo.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/jython_test_deps/ant.jar +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/jython_test_deps/junit.jar +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pycompletionserver.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_app_engine_debug_startup.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_coverage.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/README +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhook.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookglut.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookgtk3.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookpyglet.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt4.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt5.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookqt6.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhooktk.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/inputhookwx.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/matplotlibtools.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt_for_kernel.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/qt_loaders.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_ipython/version.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_pysrc.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_run_in_console.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_sitecustomize/__not_in_default_pythonpath.txt +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydev_sitecustomize/sitecustomize.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevconsole.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/README.txt +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_always_live_program.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_check.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/_test_attach_to_process_linux.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/add_code_to_python_process.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_pydevd.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/attach_script.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_310.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_311.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_custom_pyeval_settrace_common.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_settrace.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_utils.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/py_version.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/python.h +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/common/ref_utils.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach.cpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_linux.sh +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_mac.sh +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/compile_manylinux.cmd +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/lldb_prepare.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/breakpoint.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/compat.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/crash.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/debug.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/disasm.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/event.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/interactive.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/module.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/process.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/registry.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/search.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/sql.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/system.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/textio.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/thread.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/util.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/advapi32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_amd64.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/context_i386.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/dbghelp.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/defines.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/gdi32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/kernel32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/ntdll.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/peb_teb.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/psapi.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shell32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/shlwapi.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/user32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/version.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/win32/wtsapi32.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/winappdbg/window.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.cpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/attach.h +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/compile_windows.bat +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/inject_dll.cpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/py_win_helpers.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_in_memory.hpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/run_code_on_dllmain.cpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.cpp +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/stdafx.h +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_attach_to_process/windows/targetver.h +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_file_utils.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/django_debug.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/README.md +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_helpers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_numpy_types.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_pandas_types.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugin_repr_lib.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/extensions/types/pydevd_plugins_django_form_str.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/jinja2_debug.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_plugins/pydevd_line_validation.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pydevd_tracing.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pyproject.toml +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/pytest.ini +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/runfiles.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/setup_pydevd_cython.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/stubs/_django_manager_body.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/cython_json.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/autopep8.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/pep8/pycodestyle.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_vendored/pydevd/third_party/tests_cython_json.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/_version.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/__main__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/clients.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/components.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/launchers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/servers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/adapter/sessions.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/json.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/log.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/messaging.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/singleton.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/sockets.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/stacks.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/timestamp.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/common/util.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/__main__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/debuggee.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/handlers.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/output.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/launcher/winapi.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/public_api.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/api.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/attach_pid_injected.py +%%DATADIR%%/plugins/python-ce/helpers/debugpy/server/cli.py %%DATADIR%%/plugins/python-ce/helpers/docstring_formatter.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/__init__.py %%DATADIR%%/plugins/python-ce/helpers/epydoc/apidoc.py @@ -2868,6 +3249,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/jb_local_exc_store.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/messages.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/nose_report.py +%%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/output.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pylint_reporter.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/pytest_plugin.py %%DATADIR%%/plugins/python-ce/helpers/pycharm/teamcity/unittestpy.py @@ -3002,7 +3384,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_import_class.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_io.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_ipython_console_output.py -%%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_kill_all_pydevd_threads.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing.py %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.c %%DATADIR%%/plugins/python-ce/helpers/pydev/_pydevd_bundle/pydevd_pep_669_tracing_cython.cp312-win32.pyd @@ -3269,426 +3650,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/_version.py %%DATADIR%%/plugins/python-ce/helpers/sphinxcontrib/napoleon/docstring.py %%DATADIR%%/plugins/python-ce/helpers/syspath.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/.gitattributes -%%DATADIR%%/plugins/python-ce/helpers/testResources/__main__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/rule.feature -%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/steps/example_steps.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/behave_examples/feature_with_rules/steps/person_steps.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/build.gradle.kts -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_math_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_only_multiline_return_section_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_fragments_simple_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_attributes.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_no_empty_line_between_text_and_seealso.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_return_description_no_type.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/google_sections.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_ZD846170.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_params_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_fragments_table_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_empty_line_between_text_and_param.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_no_summary.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.rest -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/numpy_vararg.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_bad_rtype_annotation.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_functional_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_only_body_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_fragments_unicode_out.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_gimpfu_docstring.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_math_and_param.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_no_empty_line_between_text_and_param.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_returns_and_rtype_combined.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_rtype_type_without_return_param.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_simple.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.html -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/docstrings/rest_type_in_backticks.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_file_creating_dir_structure/after/baz.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_file_creating_dir_structure/after/foo/bar/baz.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_file_creating_dir_structure/before/baz.txt -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/dst/after/common.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/dst/after/foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/dst/before/common.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/dst/before/foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/src/common.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_several_skeletons/src/foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/after/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/dst/before/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/src/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced/src/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/after/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/dst/before/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_module_replaced_with_package/src/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/after/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/dst/before/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_origin_stamp_updated/src/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/after/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/dst/before/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/src/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced/src/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/after/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/dst/before/foo/bar/baz/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeleton_package_replaced_with_module/src/foo/bar/baz.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/after/generated.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/dst/before/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/.failed__mod -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/copy_skeletons_failed_version_stamps_ignored/src/generated.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/delete_with_absent_file/after/content -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/delete_with_absent_file/before/content -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/mkdir_with_existing_dir/after/existing/content -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/mkdir_with_existing_dir/before/existing/content -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/FileSystemUtil/mkdir_with_exiting_file/before/existing -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/cache/dabed8e65a/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/MultiModuleGeneration/simple/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/after/cache/3db617e58b/.failed__mod.extra -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/after/cache/3db617e58b/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/lib.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_extra_module_that_fails/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/_bar.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/_foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/cache/308dc03210/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/cache/308dc03210/mod/bar.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/cache/308dc03210/mod/foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/sdk_skeletons/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/sdk_skeletons/mod/bar.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/after/sdk_skeletons/mod/foo.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/binary_declares_multiple_modules/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_not_updated_when_sdk_skeleton_is_up_to_date/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_not_updated_when_sdk_skeleton_is_up_to_date/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_not_updated_when_sdk_skeleton_is_up_to_date/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_not_updated_when_sdk_skeleton_is_up_to_date/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_generated_and_reused_when_sdk_skeleton_is_outdated/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/after/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/before/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_not_regenerated_when_sdk_skeleton_generation_failed_for_same_version_and_same_binary/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/before/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_regenerated_when_sdk_skeleton_generation_failed_for_modified_binary/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/before/sdk_skeletons/.blacklist -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_generation_failed/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_missing/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_missing/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_missing/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_missing/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/cache_skeleton_reused_when_sdk_skeleton_is_outdated/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/cache/9b0fd8b40a/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/cache/9b0fd8b40a/pkg/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/cache/9b0fd8b40a/pkg/mod/submodule.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/sdk_skeletons/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/sdk_skeletons/pkg/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/after/sdk_skeletons/pkg/mod/submodule.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/ignoring_extra_submodules_not_under_binary_own_qname/pkg/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py2/after/cache/407ff51bdd/.failed__mod -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py2/after/sdk_skeletons/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py2/before/sdk_skeletons/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py2/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py3/after/cache/12b1e3ccd3/.failed__mod -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py3/after/sdk_skeletons/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py3/before/sdk_skeletons/existing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/inaccessible_class_attribute_py3/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/after/cache/e29886fb6d/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/after/cache/e29886fb6d/mod/extra.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/after/sdk_skeletons/mod/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/after/sdk_skeletons/mod/extra.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/introspecting_submodule_modifies_sys_modules/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_return_type_constructor/after/cache/0881f89709/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_return_type_constructor/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_return_type_constructor/lib.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_return_type_constructor/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_signatures/after/cache/6fa2ab704f/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_signatures/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/keyword_only_arguments_in_signatures/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/layout_for_physical_module_inside_package/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/layout_for_physical_module_inside_package/pkg/subpkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/layout_for_physical_module_inside_package/pkg/subpkg/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/layout_for_toplevel_physical_module/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/module_attributes_with_illegal_names_are_skipped/after/cache/217f695e14/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/module_attributes_with_illegal_names_are_skipped/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/module_attributes_with_illegal_names_are_skipped/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/non_string_dunder_module/after/cache/e33fc72192/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/non_string_dunder_module/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/non_string_dunder_module/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/origin_stamp_in_skeleton_header_is_updated_on_copying/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/origin_stamp_in_skeleton_header_is_updated_on_copying/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/origin_stamp_in_skeleton_header_is_updated_on_copying/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/origin_stamp_in_skeleton_header_is_updated_on_copying/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/pregenerated_skeletons_mode/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/pregenerated_skeletons_mode/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/pregenerated_skeletons_mode/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/results_in_single_module_mode/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/segmentation_fault_handling/after/cache/7f2e78ed6f/.failed__sigsegv -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/segmentation_fault_handling/sigsegv.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/cache/c69566d6cd/.failed__failing -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_failed_module_on_same_generator_version/after/sdk_skeletons/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/cache/c69566d6cd/.failed__failing -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_failed_module_on_same_generator_version/before/sdk_skeletons/another.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_failed_module_on_same_generator_version/failing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_with_earlier_update_stamp/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_not_regenerated_for_upgraded_generator_without_explicit_version_stamp/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/after/cache/436f6de287/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/after/cache/9ce58f4a1c/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/before/cache/9ce58f4a1c/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/versions/v1/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_changed_module/versions/v2/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/cache/4428cf7959/failing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_failed_module_on_generator_upgrade/after/sdk_skeletons/failing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_failed_module_on_generator_upgrade/before/cache/4428cf7959/.failed -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_failed_module_on_generator_upgrade/failing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/cache/e3b0c44298/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/skeleton_regenerated_for_upgraded_generator_with_explicit_update_stamp/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/trailing_slash_in_sdk_skeletons_path_does_not_affect_cache_location/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/version_stamp_put_in_cache_directory_for_failed_module/after/cache/4428cf7959/.failed__failing -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/SkeletonGeneration/version_stamp_put_in_cache_directory_for_failed_module/failing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_modified_binary/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/existing_updated_due_to_required_gen_version/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/binaries/mod.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/mocks/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_skeleton_skipped/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_modified_binary/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/cache/72e55b8ef6/.failed__mod2 -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/failed_updated_due_to_updated_generator_version/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/binaries/mod.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/modification_time_left_in_state_json_for_new_binaries/mocks/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/new_modules_are_added_to_state_json/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/not_found_modules_are_removed_from_state_json/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/cache/dabed8e65a/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/only_leaving_state_file_no_read/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/cache/dabed8e65a/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_accepted_as_path_to_file/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/cache/dabed8e65a/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/sdk_skeletons/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/after/sdk_skeletons/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/72e55b8ef6/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/before/cache/dabed8e65a/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod1.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/binaries/mod2.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/mocks/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_cached_skeletons_retains_original_gen_version/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/.state.json -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/after/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/before/sdk_skeletons/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/binaries/mod.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/mocks/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/generator3/StatePassingGeneration/state_json_for_up_to_date_skeletons_retains_original_gen_version/required_gen_version -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod1.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root1/pkg/mod2.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root2/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/basic_layout/root3/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/nested_roots/root/pkg/nested/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/new_state_json_content/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root.egg -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_dir_roots_ignored/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/non_existing_roots_ignored/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_inside_root/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/output_dir_cannot_be_root/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/project_root/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root1/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/project_root_excluded/root2/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/dir/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/roots_with_identical_name/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_invalid_entries_removed/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/a/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/b/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_original_order_of_roots_preserved/c/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_added/root/new/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_dir_removed/root/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_added/root/new.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_changed/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_file_removed/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_nothing_changed/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/new/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_added/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/state_json_when_root_removed/root/dir/mod.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8 -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1 -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.8.1.0 -%%DATADIR%%/plugins/python-ce/helpers/testResources/data/remote_sync/versioned_dot_so_libraries_ignored/root/lib.so.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/__init__.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_generation.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_redeclarator.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/generator3_tests/test_utils.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/test_docstring_formatter.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/test_remote_sync.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/testing.py -%%DATADIR%%/plugins/python-ce/helpers/testResources/tox.ini %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/README.md %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/__init__.py %%DATADIR%%/plugins/python-ce/helpers/third_party/thriftpy/_shaded_ply/cpp.py @@ -3792,7 +3753,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/.editorconfig %%DATADIR%%/plugins/python-ce/helpers/typeshed/.flake8 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.gitattributes -%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json +%%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/renovate.json5 %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/daily.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/meta_tests.yml %%DATADIR%%/plugins/python-ce/helpers/typeshed/.github/workflows/mypy_primer.yml @@ -3809,6 +3770,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/LICENSE %%DATADIR%%/plugins/python-ce/helpers/typeshed/MAINTAINERS.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/README.md +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/pyproject.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/__init__.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/metadata.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/mypy.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/paths.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/py.typed +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/requirements.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/lib/ts_utils/utils.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyproject.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.scripts_and_tests.json @@ -3816,10 +3785,12 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/pyrightconfig.testcases.json %%DATADIR%%/plugins/python-ce/helpers/typeshed/requirements-tests.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/create_baseline_stubs.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/generate_proto_stubs.sh +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/install_all_third_party_dependencies.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/stubsabot.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_s2clientprotocol_protobuf_stubs.sh -%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_tensorflow_protobuf_stubs.sh +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/_utils.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/google_protobuf.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/s2clientprotocol.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/scripts/sync_protobuf/tensorflow.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/BaseHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/CGIHTTPServer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@python2/ConfigParser.pyi @@ -4205,48 +4176,49 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py38.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py314.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py310.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py38.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py310.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py38.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py314.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py310.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py311.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py312.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py313.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py38.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py314.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32-py39.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/stubtest_allowlists/win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_coroutines.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_gather.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/asyncio/check_task_factory.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict-py39.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_dict.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_exception_group-py311.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_iteration.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_list.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_memoryview.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_min.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_object.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_pow.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_reversed.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_round.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_slice.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_sum.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_tuple.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/builtins/check_zip.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_codecs.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_concurrent_futures.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_configparser.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_contextlib.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_copy.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_dataclasses.py @@ -4254,10 +4226,13 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_functools.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_metadata.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_importlib_resources.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_io.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_logging.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_multiprocessing.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_math.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_os_path.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_pathlib.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_platform.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_re.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_sqlite3.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_tarfile.py @@ -4267,54 +4242,79 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_types.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_unittest.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_xml.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict-py39.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/check_zipfile.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/collections/check_defaultdict.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/ctypes/check_CDLL.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/ctypes/check_pointer.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_message.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_mime.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/email/check_parser.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/itertools/check_itertools_recipes.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/multiprocessing/check_ctypes.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/multiprocessing/check_pipe_connections.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_MutableMapping.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_all.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_regression_issue_9296.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/typing/check_typing_io.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/@tests/test_cases/urllib/check_parse.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/VERSIONS %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__future__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ast.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_asyncio.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bisect.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_blake2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bootlocale.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_bz2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_codecs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_collections_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compat_pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_compression.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_contextvars.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ctypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_curses_panel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dbm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_decimal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_thread.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_dummy_threading.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_frozen_importlib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_frozen_importlib_external.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_gdbm.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_hashlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_heapq.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpchannels.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpqueues.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_interpreters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_json.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_locale.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lsprof.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_lzma.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_markupbase.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_msi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_multibytecodec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_operator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_osx_support.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_posixsubprocess.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_py_abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_pydecimal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_queue.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_random.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sitebuiltins.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_socket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_sqlite3.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_ssl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_stat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_struct.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_thread.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_threading_local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tkinter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_tracemalloc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/README.md %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/_type_checker_internals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/importlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_typeshed/wsgi.pyi @@ -4323,8 +4323,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakref.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_weakrefset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_winapi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/_zstd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/aifc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/annotationlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/antigravity.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/argparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/array.pyi @@ -4341,6 +4343,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/format_helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/futures.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/graph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/locks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/log.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/mixins.pyi @@ -4357,6 +4360,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tasks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/threads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/timeouts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/transports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/trsock.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/asyncio/unix_events.pyi @@ -4386,11 +4390,24 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/collections/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/colorsys.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compileall.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/_common/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/_common/_streams.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/bz2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/gzip.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/lzma.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zlib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zstd/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/compression/zstd/_zstdfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/interpreter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/process.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/futures/thread.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/_crossinterp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/concurrent/interpreters/_queues.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/configparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/contextvars.pyi @@ -4400,6 +4417,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/csv.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/_endian.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/dyld.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/dylib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/macholib/framework.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ctypes/wintypes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/curses/__init__.pyi @@ -4418,6 +4439,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/difflib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/_msvccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/bcppcompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/ccompiler.pyi @@ -4467,7 +4489,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/distutils/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/doctest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/dummy_threading.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_header_value_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/_policybase.pyi @@ -4496,8 +4517,127 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/quoprimime.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/email/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/aliases.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/ascii.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/base64_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/big5hkscs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/bz2_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/charmap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp037.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1006.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1026.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1125.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1140.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1250.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1251.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1252.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1253.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1254.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1255.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1256.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1257.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp1258.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp273.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp424.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp437.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp500.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp720.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp737.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp775.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp850.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp852.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp855.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp856.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp857.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp858.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp860.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp861.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp862.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp863.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp864.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp865.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp866.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp869.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp874.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp875.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp932.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp949.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/cp950.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jis_2004.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jisx0213.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_jp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/euc_kr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gb18030.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gb2312.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/gbk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hex_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hp_roman8.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/hz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/idna.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_2004.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_3.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_jp_ext.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso2022_kr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_10.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_11.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_13.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_14.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_15.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_16.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_3.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_4.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_5.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_6.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_7.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_8.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/iso8859_9.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/johab.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_r.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_t.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/koi8_u.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/kz1048.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/latin_1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_arabic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_croatian.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_cyrillic.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_farsi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_greek.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_iceland.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_latin2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_roman.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_romanian.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mac_turkish.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/mbcs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/oem.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/palmos.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/ptcp154.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/punycode.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/quopri_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/raw_unicode_escape.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/rot_13.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jis.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jis_2004.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/shift_jisx0213.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/tis_620.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/undefined.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/unicode_escape.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16_be.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_16_le.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32_be.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_32_le.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_7.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/utf_8_sig.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/uu_codec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/encodings/zlib_codec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ensurepip/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/enum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/errno.pyi @@ -4535,6 +4675,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/imp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_abc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_bootstrap.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/_bootstrap_external.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/machinery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/__init__.pyi @@ -4542,6 +4684,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/metadata/diagnose.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/readers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/_common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/_functional.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/abc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/readers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/importlib/resources/simple.pyi @@ -4554,6 +4698,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/decoder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/scanner.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/json/tool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/keyword.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/lib2to3/__init__.pyi @@ -4674,11 +4819,13 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/numbers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/opcode.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/operator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/optparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/os/path.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/ossaudiodev.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pathlib/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pdb.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickle.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/pickletools.pyi @@ -4728,6 +4875,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/spwd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dbapi2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sqlite3/dump.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_compile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/sre_parse.pyi @@ -4836,6 +4984,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/parsers/expat/model.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/_exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/expatreader.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/handler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/saxutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xml/sax/xmlreader.pyi @@ -4844,10 +4993,173 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/xmlrpc/server.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipapp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipfile/_path/glob.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zipimport.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/_common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stdlib/zoneinfo/_tzpath.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/encoding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/security.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/common/urls.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/consts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/deprecate.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/async_app.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/async_openid.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/framework_integration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/registry.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/sync_app.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/integrations/base_client/sync_openid.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_algorithms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptodome.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/drafts/_jwe_enc_cryptography.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/jwk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/jws.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7515/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/jwe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7516/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/_cryptography_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/asymmetric_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/base_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/jwk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7517/key_set.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/ec_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_algs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_encs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jwe_zips.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/jws_algs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/oct_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/rsa_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7518/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/claims.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc7519/jwt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/jws_eddsa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/rfc8037/okp_key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/jose/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/authorization_server.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/base_server.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/client_auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/parameters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/resource_protector.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/rsa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/signature.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth1/rfc5849/wrapper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/authenticate_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/authorization_server.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/authorization_code.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/client_credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/implicit.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/refresh_token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/grants/resource_owner_password_credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/hooks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/parameters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/requests.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/resource_protector.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/token_endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6749/wrappers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/parameters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc6750/validator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/parameters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7009/revocation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7521/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7521/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/assertion.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/jwt_bearer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7523/validator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/claims.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7591/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7592/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7592/endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7636/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7636/challenge.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc7662/token_validator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8414/well_known.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/device_code.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/endpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8628/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc8693/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/claims.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/introspection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/revocation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9068/token_validator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/authorization_server.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/discovery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9101/registration.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9207/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oauth2/rfc9207/parameter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/claims.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/code.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/hybrid.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/implicit.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/grants/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/userinfo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/core/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/discovery/well_known.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/registration/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Authlib/authlib/oidc/registration/claims.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Deprecated/deprecated/classic.pyi @@ -4890,11 +5202,21 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/namespace.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Flask-SocketIO/flask_socketio/test_client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/JACK-Client/jack/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_cdev.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/GPIO/gpio_pin_data.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/Jetson/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Jetson.GPIO/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/__meta__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/blockprocessors.pyi @@ -4918,113 +5240,21 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/tables.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/toc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/extensions/wikilinks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/htmlparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/inlinepatterns.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/postprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/preprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/serializers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/test_tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/treeprocessors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Markdown/markdown/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/@tests/test_cases/check_tk_compat.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BdfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BlpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BmpImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/BufrStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ContainerIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/CurImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/DdsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/EpsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ExifTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FitsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FliImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FpxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/FtexImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GbrImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GdImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GifImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpGradientFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GimpPaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/GribStubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Hdf5StubImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcnsImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IcoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Image.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageChops.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageCms.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageColor.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageDraw2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageEnhance.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFilter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageFont.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageGrab.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageMorph.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageOps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePalette.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImagePath.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageQt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageSequence.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageShow.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageStat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTk.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageTransform.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImageWin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/ImtImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/IptcImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/Jpeg2KImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/JpegPresets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/McIdasImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MicImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpegImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MpoImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/MspImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PSDraw.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PaletteFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PalmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcfFontFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PcxImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PdfParser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PixarImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PngImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PsdImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/PyAccess.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/QoiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SgiImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SpiderImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/SunImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TarIO.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TgaImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/TiffTags.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WalImageFile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WebPImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/WmfImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XVThumbImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XbmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/XpmImagePlugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_binary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_imaging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_tkinter_finder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/_version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Pillow/PIL/features.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyAutoGUI/pyautogui/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/_auth.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/charset.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/connections.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/constants/CLIENT.pyi @@ -5038,8 +5268,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/converters.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/cursors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/err.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/optionfile.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/protocol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/times.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyMySQL/pymysql/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/PyScreeze/METADATA.toml @@ -5332,9 +5563,13 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/Send2Trash/send2trash/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/TgCrypto/tgcrypto/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_choices.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_filters.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_form.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_validators.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/@tests/test_cases/check_widgets.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/METADATA.toml @@ -5358,13 +5593,16 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WTForms/wtforms/widgets/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_cachecontrol.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/@tests/test_cases/check_wsgify.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/acceptparse.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/byterange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cachecontrol.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/cookies.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/datetime_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/WebOb/webob/dec.pyi @@ -5467,6 +5705,64 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/numeric.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/snapshot.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/assertpy/assertpy/string.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/asyncify.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/async_token_verifier.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/back_channel_login.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/client_authentication.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/database.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/delegated.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/enterprise.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/get_token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/passwordless.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/pushed_authorization_requests.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/revoke_token.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/social.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/token_verifier.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/authentication/users.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/actions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/async_auth0.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/attack_protection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/auth0.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/blacklists.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/branding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/client_credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/client_grants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/clients.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/connections.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/custom_domains.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/device_credentials.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/email_templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/emails.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/grants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/guardian.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/hooks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/jobs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/log_streams.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/logs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/organizations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/prompts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/resource_servers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/roles.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/rules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/rules_configs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/self_service_profiles.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/stats.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/tenants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/tickets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/user_blocks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/users.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/management/users_by_email.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/rest.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/rest_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/auth0-python/auth0/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/__init__.pyi @@ -5518,19 +5814,64 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/conversion.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/search_pattern.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/sqs_message_helper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/core/utils/stacktrace.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiobotocore/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/aiohttp/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/boto_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/botocore/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/bottle/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/bottle/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/dbapi2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/django/templates.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask_sqlalchemy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/flask_sqlalchemy/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httplib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httplib/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httpx/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/httpx/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/mysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/mysql/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pg8000/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/psycopg2/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymongo/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymongo/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymysql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pymysql/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pynamodb/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/pynamodb/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/requests/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/requests/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/util/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy/util/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlalchemy_core/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlite3/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/sqlite3/patch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/ext/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/sdk_config.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/aws-xray-sdk/aws_xray_sdk/version.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_html5lib.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_htmlparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/builder/_lxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/dammit.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/diagnose.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/element.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/beautifulsoup4/bs4/formatter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/check.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/binaryornot/binaryornot/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/bleach/bleach/__init__.pyi @@ -5572,39 +5913,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/timeutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/typeutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boltons/boltons/urlutils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/auth_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/ec2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/elb/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/exception.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/kms/layer1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/regioninfo.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/acl.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlistresultset.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/bucketlogging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/cors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/deletemarker.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/keyfile.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/lifecycle.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multidelete.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/multipart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/prefix.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/tagging.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/s3/website.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/boto/boto/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/__init__.pyi @@ -5622,6 +5930,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/attribute_getter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/authorization_adjustment.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/bin_data.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/blik_alias.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/braintree_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/client_token_gateway.pyi @@ -5637,6 +5946,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_search.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/customer_session_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/descriptor.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/disbursement_detail.pyi @@ -5685,6 +5995,25 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitated_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/facilitator_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/granted_payment_instrument_update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/recommendations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/enums/recommended_payment_option.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/create_customer_session_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/customer_recommendations_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/customer_session_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/monetary_amount_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/paypal_payee_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/paypal_purchase_unit_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/phone_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/inputs/update_customer_session_input.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/customer_recommendations_payload.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/payment_options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/types/payment_recommendation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/unions/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/graphql/unions/customer_recommendations.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/iban_bank_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/ids_search.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/liability_shift.pyi @@ -5697,16 +6026,13 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/address_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/business_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/funding_details.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/individual_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account/merchant_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/merchant_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_card.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/meta_checkout_token.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/modification.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/montary_amount.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/monetary_amount.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_access_revocation.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_credentials.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/oauth_gateway.pyi @@ -5714,6 +6040,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_collection.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paginated_result.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/partner_merchant.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_facilitator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_instrument_type.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/payment_method_customer_data_updated_metadata.pyi @@ -5724,6 +6051,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_account_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_here.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_payment_resource.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/paypal_payment_resource_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/plan_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/processor_response_types.pyi @@ -5739,6 +6068,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/settlement_batch_summary_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/signature_service.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/status_event.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/sub_merchant.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_details.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/subscription_gateway.pyi @@ -5762,6 +6092,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_line_item_gateway.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_review.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transaction_search.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/transfer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/unknown_payment_method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/us_bank_account_gateway.pyi @@ -5772,6 +6103,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/crypto.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/datetime_parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/experimental.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/generator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/graphql_client.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/braintree/braintree/util/http.pyi @@ -5792,22 +6124,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/func.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cachetools/cachetools/keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/davclient.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/cdav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/dav.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/elements/ical.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/namespace.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/url.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/lib/vcal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/objects.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/caldav/caldav/requests.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/capturer/capturer.pyi @@ -5832,6 +6148,34 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_cpy.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/vengine_gen.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/cffi/cffi/verifier.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/@tests/django_settings.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/apps.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/auth.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/consumer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/db.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/generic/websocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/layers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/management/commands/runworker.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/routing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/security/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/security/websocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/sessions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/application.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/live.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/testing/websocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/channels/channels/worker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/main.pyi @@ -5840,9 +6184,28 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/chevron/chevron/tokenizer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-default-group/click_default_group.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-log/click_log/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/_cmd.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/_compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-shell/click_shell/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-spinner/click_spinner/_version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/cmd_exec.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/cmd_form.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/index.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/resources/input_fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/click-web/click_web/web_click_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/METADATA.toml @@ -5852,21 +6215,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/initialise.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/win32.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/colorama/colorama/winterm.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/blocks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/cmark.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/dump.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/entitytrans.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/inlines.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/main.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/normalize_reference.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/renderer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/commonmark/commonmark/render/rst.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/console-menu/consolemenu/console_menu.pyi @@ -5944,6 +6292,52 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/pulldom.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/sax.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/defusedxml/defusedxml/xmlrpc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/dirhash/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dirhash/dirhash/cli.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/@tests/django_settings.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/conf.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/filterset.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/backends.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/filters.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/rest_framework/filterset.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-filter/django_filters/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/admin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/command_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/declarative.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/fields.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/formats/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/formats/base_formats.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/forms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/instance_loaders.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/results.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/signals.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/templatetags/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/templatetags/import_export_tags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/tmp_storages.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/import_export/widgets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/export.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/django-import-export/management/commands/import.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docker/docker/__init__.pyi @@ -6018,18 +6412,48 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/constants.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/dockerfile-parse/dockerfile_parse/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docopt/docopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/examples.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/frontend.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/io.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/af.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ca.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/cs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/da.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/de.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/en.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/eo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/es.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/fr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/gl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/he.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/it.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ja.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ka.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ko.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/lt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/lv.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/nl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/pl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/pt_br.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/ru.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/sk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/sv.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/uk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_cn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/languages/zh_tw.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/nodes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/commonmark_wrapper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/docutils_xml.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/null.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/recommonmark_wrapper.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/__init__.pyi @@ -6042,6 +6466,36 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/parts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/references.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/directives/tables.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/af.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ca.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/cs.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/da.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/de.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/en.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/eo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/es.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/fr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/gl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/he.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/it.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ja.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ka.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ko.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/lt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/lv.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/nl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/pl.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/pt_br.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/ru.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/sk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/sv.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/uk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/zh_cn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/languages/zh_tw.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/roles.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/states.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/parsers/rst/tableparser.pyi @@ -6051,20 +6505,43 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/readers/standalone.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/statemachine.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/components.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/frontmatter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/misc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/parts.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/peps.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/references.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/universal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/transforms/writer_aux.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/roman.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/_roman_numerals.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/code_analyzer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/latex2mathml.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/math2html.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/mathalphabet2unichar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/mathml_elements.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/tex2mathml_extern.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/tex2unichar.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/math/unichar2tex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/punctuation_chars.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/smartquotes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/utils/urischemes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/_html_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/docutils_xml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html4css1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/html5_polyglot/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/latex2e/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/manpage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/null.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/prepstyles.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/odf_odt/pygmentsformatter.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pep_html/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/pseudoxml.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/s5_html/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/docutils/docutils/writers/xetex/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/editdistance/editdistance/__init__.pyi @@ -6085,8 +6562,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fanstatic/fanstatic/wsgi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/first/first.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-2020/flake8_2020.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-bugbear/bugbear.pyi @@ -6098,6 +6573,22 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-rst-docstrings/flake8_rst_docstrings.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/constants.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_assign.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_bool_op.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_call.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_classdef.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_compare.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_expr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_for.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_if.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_ifexp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_subscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_try.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_unary_op.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/rules/ast_with.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-simplify/flake8_simplify/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8-typing-imports/flake8_typing_imports.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/flake8/@tests/stubtest_allowlist.txt @@ -6156,6 +6647,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/linearization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/outline.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/output.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/pattern.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/prefs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/recorder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/sign.pyi @@ -6166,18 +6658,73 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/template.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/text_region.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/transitions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/unicode_script.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/fpdf2/fpdf/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameDecorator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/FrameIterator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/breakpoint.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/bt.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/disassemble.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/evaluate.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/events.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/frames.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/io.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/launch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/locations.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/memory.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/modules.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/next.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/pause.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/scopes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/server.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/sources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/startup.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/state.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/threads.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/typecheck.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/dap/varref.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/disassembler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/events.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_debug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_files.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/missing_objfile.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/printing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/prompt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/unwinder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gdb/gdb/xmethod.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_decorator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/_exports.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/accessors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/array.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/explore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/geodataframe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/geoseries.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/_geoarrow.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/arrow.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/file.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/io/sql.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/plotting.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/sindex.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/testing.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/_show_versions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/clip.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/geocoding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/hilbert_curve.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/overlay.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/sjoin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/geopandas/geopandas/tools/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/@tests/stubtest_allowlist_linux.txt @@ -6218,7 +6765,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/libuv/watcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/monkey/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/os.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/pywsgi.pyi @@ -6243,16 +6791,85 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/timeout.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/gevent/gevent/win32util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_batch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_datastore_query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_eventloop.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/_transaction.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/blobstore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/context.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/django_middleware.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/global_cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/key.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/metadata.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/model.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/msgprop.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/polymodel.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/query.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/stats.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/tasklets.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/google-cloud-ndb/google/cloud/ndb/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/@tests/test_cases/check_greenlet.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/greenlet/greenlet/_greenlet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/_servicer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-channelz/grpc_channelz/v1/channelz_pb2_grpc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-health-checking/grpc_health/v1/health_pb2_grpc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/@tests/test_cases/check_reflection.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/@tests/test_cases/check_reflection_aio.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/_base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/proto_reflection_descriptor_database.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-reflection/grpc_reflection/v1alpha/reflection_pb2_grpc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/_async.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio-status/grpc_status/rpc_status.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_aio.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_aio_multi_callable.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_grpc.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_handler_inheritance.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_multi_callable.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_register.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/@tests/test_cases/check_server_interceptor.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/grpc/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/grpcio/grpc/aio/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/dbapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hdbcli/hdbcli/resultrow.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hnswlib/hnswlib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/html5lib/html5lib/_ihatexml.pyi @@ -6295,23 +6912,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/iri2uri.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/httplib2/httplib2/socks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/case.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/cli.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/compat.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/decorators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/deprecation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/prompts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/sphinx.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/tables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/html.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/terminal/spinners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/testing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/text.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/humanfriendly/humanfriendly/usage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/hvac/hvac/__init__.pyi @@ -6388,421 +6988,27 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/@tests/test_cases/check_cal.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/alarms.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/attr.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/cal.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/caselessdict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/enums.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/param.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/parser_tools.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/prop.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone_cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/equivalent_timezone_ids_result.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/provider.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/pytz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/tzid.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/tzp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/windows_to_olson.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/timezone/zoneinfo.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/tools.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/windows_to_olson.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_async/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/api_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/_sync/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/_pages.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/authorizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/bucket_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/delete_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_csv_parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/flux_table.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/influxdb_client_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/invokable_scripts_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/labels_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/logging_handler.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/organizations_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/query_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/tasks_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/users_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/date_utils_pandas.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/util/multiprocessing_helper.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/warnings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/dataframe_serializer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/point.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/client/write_api_async.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/configuration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/add_resource_member_request_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/analyze_query_response_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/array_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ast_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorization_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/authorizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/axis_scale.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bad_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/band_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/binary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/block.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/boolean_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_metadata_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_retention_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/bucket_shard_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_aggregate_function_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_config_aggregate_window.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_functions_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builder_tags_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/builtin_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/call_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/cell_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_patch.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/check_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_data_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/column_semantic_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/conditional_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/constant_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_cell.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/create_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/custom_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_color.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboard_with_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/date_time_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbr_ps.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_create.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_get.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dbrp_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/deadman_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/decimal_places.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/delete_predicate_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dialect.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/dict_item.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/duration_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/expression_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/file.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/float_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestion.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/flux_suggestions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/function_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/gauge_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/greater_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/health_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/heatmap_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/histogram_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/http_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/identifier.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/import_declaration.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/index_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/is_onboarding.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_mapping.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/label_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/labels_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/language_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/legacy_authorization_post_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/lesser_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_plus_single_stat_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/line_protocol_length_error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/list_stacks_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/log_event.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logical_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/logs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/map_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/markdown_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_column.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_list.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/measurement_schema_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/member_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/metadata_backup.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/model_property.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/mosaic_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoint_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_base_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_discriminator.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rule_update.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/object_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/onboarding_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/option_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organization_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/organizations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/package_clause.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pager_duty_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/paren_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/password_reset_body.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_dashboard_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_retention_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/patch_stack_request_additional_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/permission_resource.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/pipe_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_bucket_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_organization_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_restore_kv_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/post_stack_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/property_key.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_edit_mode.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/query_variable_properties_values.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/range_threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/ready.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/regexp_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connection_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/remote_connections.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/renamable_field.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_creation_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replication_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/replications.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_member.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_members_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/resource_owners.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/restored_bucket_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/retention_policy_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/return_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_external.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/routes_system.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/rule_status_level.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/run_manually.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/runs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scatter_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/schema_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scraper_target_responses.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_invocation_params.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_language.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/script_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/secret_keys_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_group_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/shard_owner.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/simple_table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/single_stat_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/slack_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/smtp_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/source_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/sources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_associations.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_events.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/stack_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/static_legend.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/status_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/string_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/subscription_manifest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/table_view_properties_table_options.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tag_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_create_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_status_type.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/task_update_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugin_request_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_plugins.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegraf_request_metadata.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegrafs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_endpoint.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/telegram_notification_rule_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_apply_template.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_chart.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_org_ids.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resource_filters.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_id_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_export_by_name_resources.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_kind.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_buckets_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_checks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_dashboards_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_labels_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_endpoints.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_notification_rules_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_tasks_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_telegraf_configs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_diff_variables_new_old.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_label_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_buckets.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_dashboards.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_label_mappings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_notification_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_status_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tag_rules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_tasks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/template_summary_summary_variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/test_statement.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_base.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/threshold_check.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unary_expression.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/unsigned_integer_literal.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/user_response_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/users.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_assignment.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variable_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/variables.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_links.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/views.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/write_precision.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_geom.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/domain/xy_view_properties.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/extras.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/rest.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/_base_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/backup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/bucket_schemas_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/buckets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/cells_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/checks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/config_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dashboards_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/dbr_ps_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/delete_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/health_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/invokable_scripts_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/labels_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/legacy_authorizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/metrics_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_endpoints_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/notification_rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/organizations_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ping_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/query_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/ready_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/remote_connections_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/replications_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/resources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/restore_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/routes_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/rules_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/scraper_targets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/secrets_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/setup_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signin_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/signout_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/sources_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/tasks_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegraf_plugins_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/telegrafs_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/templates_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/users_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/variables_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/views_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/service/write_service.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/influxdb-client/influxdb_client/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/icalendar/icalendar/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/inifile/inifile.pyi @@ -6815,6 +7021,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/lexer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jmespath/jmespath/visitor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonnet/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonnet/_jsonnet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/_format.pyi @@ -6827,6 +7036,15 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/exceptions.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/protocols.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jsonschema/jsonschema/validators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwa.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwe.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwk.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jws.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/jwcrypto/jwcrypto/jwt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/@tests/stubtest_allowlist_linux.txt @@ -6837,6 +7055,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_keyboard_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/_mouse_event.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/keyboard/keyboard/mouse.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ldap3/ldap3/abstract/__init__.pyi @@ -6955,9 +7174,28 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/builder.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/distutils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/libsass/sassutils/wsgi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua51.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua52.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua53.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/lua54.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit20.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/luajit21.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lupa/lupa/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/lzstring/lzstring/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/httpclient.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/mixins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/model.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/parser.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/protocol.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/version_matching.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/m3u8/m3u8/version_matching_rules.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/mock/mock/__init__.pyi @@ -6989,6 +7227,12 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/method.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/non_secure_generate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoid/nanoid/resources.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/digital_twin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/discovery.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/nanoleafapi/nanoleafapi/nanoleaf.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/__init__.pyi @@ -7011,15 +7255,21 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/eui64.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv4.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netaddr/netaddr/strategy/ipv6.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/netifaces/netifaces.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_dispatch_decorator.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/@tests/test_cases/check_tricky_function_params.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/_typing.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/clustering_coefficient.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/connectivity.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/density.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/distance_measures.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/dominating_set.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/approximation/kcomponents.pyi @@ -7043,7 +7293,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/cluster.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/covering.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/edgelist.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/extendability.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/generators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/link_analysis.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matching.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/matrix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/projection.pyi @@ -7051,6 +7303,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bipartite/spectral.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/boundary.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/bridges.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/broadcasting.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/centrality/betweenness_subset.pyi @@ -7085,9 +7338,12 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/asyn_fluid.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/centrality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/community_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/divisive.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kclique.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/kernighan_lin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/label_propagation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/leiden.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/local.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/louvain.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/lukes.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/community/modularity_max.pyi @@ -7185,6 +7441,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/summarization.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/swap.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/threshold.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/time_dependent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/tournament.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/traversal/beamsearch.pyi @@ -7202,6 +7459,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/triads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/vitality.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/voronoi.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/walks.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/algorithms/wiener.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/classes/coreviews.pyi @@ -7249,6 +7507,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/spectral_graph_forge.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/stochastic.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/sudoku.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/time_series.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/trees.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/generators/triads.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/lazy_imports.pyi @@ -7281,6 +7540,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/relabel.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/backends.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/configs.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/decorators.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/heaps.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/mapped_queue.pyi @@ -7288,7 +7548,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/random_sequence.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/rcm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/networkx/networkx/utils/union_find.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/common.pyi @@ -7337,6 +7596,16 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/request_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/tokens.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc6749/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/clients/device.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/device_authorization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/endpoints/pre_configured.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/grant_types/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/grant_types/device_code.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/oauth2/rfc8628/request_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/__init__.pyi @@ -7355,6 +7624,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/openid/connect/core/tokens.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/signals.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/oauthlib/oauthlib/uri_validate.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/objgraph/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/objgraph/objgraph.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/olefile/olefile/__init__.pyi @@ -7588,7 +7859,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/_winapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/agent.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/auth_handler.pyi @@ -7600,7 +7870,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/compress.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/dsskey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ecdsakey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/ed25519key.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/paramiko/paramiko/file.pyi @@ -7717,7 +7986,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/peewee.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/peewee/playhouse/flask_utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pep8-naming/pep8ext_naming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pexpect/@tests/stubtest_allowlist.txt @@ -7770,12 +8038,100 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/spec.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/tcp_socket_opts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pika/pika/validators.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/playsound/playsound.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/polib/polib.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/converting.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/app.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/models.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/flask/example/views.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/asttranslation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/core.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbapiprovider.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/cockroach.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/mysql.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/oracle.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/postgres.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbproviders/sqlite.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/dbschema.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/decompiling.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/alessandro_bug.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/bottle_example.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/bug_ben.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/compositekeys.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/demo.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/estore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/inheritance1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/numbers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/session01.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/university1.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/examples/university2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/integration/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/integration/bottle_plugin.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/ormtypes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/serialization.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqlbuilding.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqlsymbols.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/orm/sqltranslation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/py23compat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/thirdparty/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/thirdparty/decorator.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/properties.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pony/pony/utils/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/portpicker/portpicker.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/@tests/test_cases/check_struct.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/_upb/_message.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/any_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/api_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/compiler/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/compiler/plugin_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_database.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/descriptor_pool.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/duration_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/empty_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/field_mask_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/api_implementation.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/builder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/containers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/decoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/encoder.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/enum_type_wrapper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/extension_dict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/message_listener.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/python_message.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/type_checkers.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/well_known_types.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/internal/wire_format.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/json_format.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/message.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/message_factory.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/reflection.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/runtime_version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/source_context_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/struct_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/symbol_database.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/text_format.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/timestamp_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/type_pb2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/util/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/protobuf/google/protobuf/wrappers_pb2.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/@tests/stubtest_allowlist_linux.txt @@ -7783,7 +8139,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_common.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_compat.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psaix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_psbsd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psutil/psutil/_pslinux.pyi @@ -7811,13 +8166,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/pool.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/sql.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/psycopg2/psycopg2/tz.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/SSL.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/crypto.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/rand.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyOpenSSL/OpenSSL/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyRFC3339/pyrfc3339/generator.pyi @@ -7843,7 +8191,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/codec/streaming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/integer.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/compat/octets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyasn1/pyasn1/type/__init__.pyi @@ -7872,43 +8219,18 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/__main__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/api.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/checker.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/messages.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/reporter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyflakes/pyflakes/scripts/pyflakes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_build.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_libgit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_pygit2.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/_run.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blame.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/blob.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/branches.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/callbacks.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/config.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/enums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/errors.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/ffi.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/filter.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/legacyenums.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/packbuilder.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/references.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/refspec.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/remotes.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/repository.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/settings.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/submodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pygit2/pygit2/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/stubtest_allowlist_win32.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/@tests/test_cases/check_versioninfo.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyinstaller/PyInstaller/__main__.pyi @@ -7953,6 +8275,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pynput/pynput/mouse/_dummy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyperclip/pyperclip/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pyserial/@tests/stubtest_allowlist_linux.txt @@ -7998,29 +8323,39 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/cronlog.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontab.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-crontab/crontabs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-datemath/datemath/helpers.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_darwin.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/stubtest_allowlist_linux.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_inheritance.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/@tests/test_cases/check_relativedelta.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/_version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/easter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/_parser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/parser/isoparser.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/relativedelta.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/rrule.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/_common.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/tz.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tz/win.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/tzwin.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-dateutil/dateutil/zoneinfo/rebuild.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-gflags/gflags.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/client.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-http-client/python_http_client/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jenkins/jenkins/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-jose/jose/__init__.pyi @@ -8042,12 +8377,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-nmap/nmap/nmap.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/__version__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/slugify.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-slugify/slugify/special.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/python-xlib/Xlib/X.pyi @@ -8127,10 +8456,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/@tests/stubtest_allowlist_win32.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/_win32typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/afxres.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/commctrl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/dde.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/install.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/isapicon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/simple.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/isapi/threaded_extension.pyi @@ -8151,9 +8480,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/timer.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win2kras.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/_wincerapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/afxres.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/commctrl.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/mmsystem.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/ntsecuritycon.pyi @@ -8170,6 +8497,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32pdhquery.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32serviceutil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32timezone.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/win32verstamp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winerror.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winioctlcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32/lib/winnt.pyi @@ -8232,10 +8560,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/asputil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/axscript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/error.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/client/framework.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/axscript/server/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/bits/bits.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/__init__.pyi @@ -8244,6 +8573,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/client/gencache.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/directsound/directsound.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/gen_py/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifilter.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/ifilter/ifiltercon.pyi @@ -8251,7 +8581,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/internet/internet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/_exchdapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/emsabtags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/exchange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/mapi/mapi.pyi @@ -8265,7 +8594,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/connect.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/dispatcher.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/exception.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/factory.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/localserver.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/policy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/server/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32com/shell/shell.pyi @@ -8298,11 +8630,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/asputil.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/axscript.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/debug.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/error.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/pyscript.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/client/framework.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/axsite.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/axscript/server/error.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/bits/bits.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/directsound/__init__.pyi @@ -8314,7 +8646,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/inetcon.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/internet/internet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/_exchdapi.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/emsabtags.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/exchange.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32comext/mapi/mapi.pyi @@ -8362,6 +8693,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32ui.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32uiole.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32verstamp.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/win32wnet.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winerror.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/pywin32/winioctlcon.pyi @@ -8393,6 +8725,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/LUT.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/_types.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/base.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/console_scripts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/constants.pyi @@ -8412,62 +8745,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/main.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/release.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/qrcode/qrcode/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/@tests/test_cases/check_xadd.py -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/asyncio/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/backoff.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/client.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/bf/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/cluster.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/core.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/edge.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/node.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/graph/query_result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/helpers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/decoders.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/json/path.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/parser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/redismodules.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/aggregation.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/query.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/search/result.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/commands.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/info.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/commands/timeseries/utils.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/connection.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/crc.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/credentials.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/exceptions.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/lock.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/ocsp.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/retry.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/sentinel.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/typing.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/redis/redis/utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/decorators.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ratelimit/ratelimit/exception.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/@tests/test_cases/check_finditer.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/regex/METADATA.toml @@ -8649,6 +8931,8 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/retry/retry/api.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/rfc3339-validator/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/rfc3339-validator/rfc3339_validator.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/s2clientprotocol/s2clientprotocol/build.pyi @@ -8714,14 +8998,17 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/seaborn/seaborn/widgets.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/stubtest_allowlist_darwin.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_distutils.py +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_extension.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/@tests/test_cases/check_protocols.py %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_modified.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/_msvccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/cmd.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build.pyi @@ -8729,31 +9016,32 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/msvc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/compilers/C/unix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/filelist.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/sysconfig.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/distutils/util.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/markers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/requirements.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/specifiers.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/pkg_resources/_vendored_packaging/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_modified.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/_msvccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/ccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/cmd.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/bdist_rpm.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build.pyi @@ -8761,19 +9049,23 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_ext.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/build_py.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_data.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/sdist.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/command/upload.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/config.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/base.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/errors.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/msvc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/compilers/C/unix.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dep_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/dist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/errors.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/extension.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/filelist.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/spawn.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/sysconfig.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/unixccompiler.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/_distutils/util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/archive_util.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/build_meta.pyi @@ -8795,18 +9087,11 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_egg_info.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_lib.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/install_scripts.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/register.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/rotate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/saveopts.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/sdist.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/setopt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/test.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/command/upload_docs.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py310.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py311.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/compat/py39.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/expand.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/config/pyprojecttoml.pyi @@ -8824,8 +9109,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/monkey.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/msvc.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/namespaces.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/package_index.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/sandbox.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/unicode_utils.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/version.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/setuptools/setuptools/warnings.pyi @@ -8834,6 +9117,7 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_coverage.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_enum.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_geometry.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/shapely/shapely/_ragged_array.pyi @@ -8931,7 +9215,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_request.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_response.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/six/six/moves/urllib_robotparser.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/slumber/slumber/exceptions.pyi @@ -9146,12 +9429,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/@tests/stubtest_allowlist.txt %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/translationstring/translationstring/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_darwin.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/@tests/stubtest_allowlist_linux.txt -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/METADATA.toml -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/__init__.pyi -%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/tree-sitter-languages/tree_sitter_languages/core.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/ttkthemes/ttkthemes/_imgops.pyi @@ -9207,6 +9484,14 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/trigger.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/utilities.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/waitress/waitress/wasyncore.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/ast_monkey.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/util.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch_element.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/watchpoints/watchpoints/watch_print.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/__init__.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/whatthepatch/whatthepatch/apply.pyi @@ -9367,8 +9652,81 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/workalendar/workalendar/usa/wyoming.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/wurlitzer/wurlitzer.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/_defaults.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xdgenvpy/xdgenvpy/xdgenv.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/biffh.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/book.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/compdoc.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/formatting.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/formula.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/info.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/sheet.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/timemachine.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xlrd/xlrd/xldate.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/xmltodict/xmltodict.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/@tests/stubtest_allowlist.txt +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/METADATA.toml +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/YoutubeDL.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/aes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/cache.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/compat_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/compat/imghdr.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/cookies.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/bunnycdn.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/dash.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/external.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/f4m.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/fc2.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/fragment.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/hls.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/http.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/ism.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/mhtml.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/niconico.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/rtmp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/rtsp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/websocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/downloader/youtube_live_chat.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/commonmistakes.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/extractor/commonprotocols.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/globals.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/jsinterp.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/minicurses.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/_helper.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/exceptions.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/impersonate.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/networking/websocket.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/options.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/plugins.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/postprocessor/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/postprocessor/common.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/socks.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/update.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_deprecated.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_legacy.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/_utils.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/jslib/__init__.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/jslib/devalue.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/networking.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/progress.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/utils/traversal.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/version.pyi +%%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/yt-dlp/yt_dlp/webvtt.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/METADATA.toml %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zstd/zstd.pyi %%DATADIR%%/plugins/python-ce/helpers/typeshed/stubs/zxcvbn/@tests/stubtest_allowlist.txt @@ -9383,17 +9741,56 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python-ce/helpers/uv/uv_sync_proxy.py %%DATADIR%%/plugins/python-ce/helpers/virtualenv-20.13.0.pyz %%DATADIR%%/plugins/python-ce/helpers/virtualenv-py3.pyz -%%DATADIR%%/plugins/python-ce/lib/completion-ranking-python-with-full-line.jar -%%DATADIR%%/plugins/python-ce/lib/io.github.z4kn4fein.semver.jvm.jar -%%DATADIR%%/plugins/python-ce/lib/jsr305.jar -%%DATADIR%%/plugins/python-ce/lib/kaml.jar -%%DATADIR%%/plugins/python-ce/lib/libthrift.jar -%%DATADIR%%/plugins/python-ce/lib/ml-completion-prev-exprs-models.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.backend.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.frontend.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.platform.ide.nonModalWelcomeScreen.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.ast.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.common.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.aliasProvider.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.communityOnly.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.core.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.execService.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.execService.python.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.helpersLocator.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.huggingFace.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.installer.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.pipenv.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.poetry.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.impl.venv.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.interpreters.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.java.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.minor.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.plugin.minorRider.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.internal.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.shared.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.community.services.systemPython.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.copyright.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.featuresTrainer.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.grazie.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.hatch.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.langInjection.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.markdown.jar %%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.ml.features.jar -%%DATADIR%%/plugins/python-ce/lib/python-ce-frontend.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.parser.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.processOutput.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.processOutput.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.psi.impl.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.psi.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.pydev.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.pyproject.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdk.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdk.ui.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.backend.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.common.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.sdkConfigurator.frontend.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.syntax.core.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.syntax.jar +%%DATADIR%%/plugins/python-ce/lib/modules/intellij.python.terminal.jar %%DATADIR%%/plugins/python-ce/lib/python-ce.jar -%%DATADIR%%/plugins/python-ce/lib/tuweni-toml.jar -%%DATADIR%%/plugins/python-ce/lib/xmlrpc.jar +%%DATADIR%%/plugins/python-dap/lib/python-dap.jar %%DATADIR%%/plugins/python-django/lib/python-django.jar %%DATADIR%%/plugins/python-pyscript/lib/python-pyscript.jar %%DATADIR%%/plugins/python-sharedIndexes/lib/python-sharedIndexes.jar @@ -9752,11 +10149,10 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/python/jupyter-web/yaml.svg %%DATADIR%%/plugins/python/lib/frontend-split/python-frontend.jar %%DATADIR%%/plugins/python/lib/java-websocket.jar -%%DATADIR%%/plugins/python/lib/libthrift.jar %%DATADIR%%/plugins/python/lib/modules/intellij.python.core.impl.jar %%DATADIR%%/plugins/python/lib/modules/intellij.python.wsl.jar +%%DATADIR%%/plugins/python/lib/modules/intellij.scientific.py.tables.split.common.jar %%DATADIR%%/plugins/python/lib/python.jar -%%DATADIR%%/plugins/python/lib/xmlrpc.jar %%DATADIR%%/plugins/react/lib/react.jar %%DATADIR%%/plugins/remote-dev-server/bin/launcher.sh %%DATADIR%%/plugins/remote-dev-server/lib/remote-dev-server.jar @@ -10156,22 +10552,34 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/restClient/lib/graalvm.js.jar %%DATADIR%%/plugins/restClient/lib/grpc.jar %%DATADIR%%/plugins/restClient/lib/jooq.joox.jar -%%DATADIR%%/plugins/restClient/lib/jsonpath.jar %%DATADIR%%/plugins/restClient/lib/kotlinx-coroutines-reactor.jar %%DATADIR%%/plugins/restClient/lib/modules/intellij.httpClient.grpc.jar %%DATADIR%%/plugins/restClient/lib/reactor-netty-http.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar +%%DATADIR%%/plugins/restructuredtext/lib/modules/intellij.restructuredtext.python.jar %%DATADIR%%/plugins/restructuredtext/lib/restructuredtext.jar -%%DATADIR%%/plugins/sass/lib/jruby-parser.jar -%%DATADIR%%/plugins/sass/lib/sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/frontend-split/sass-frontend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.backend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.common.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.copyright.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.frontend.split.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.watcher.jar +%%DATADIR%%/plugins/sass-plugin/lib/sass-plugin.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.emb.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/jetbrains.mlapi.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.typos.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/cloud-config-client.jar %%DATADIR%%/plugins/settingsSync/lib/jetbrains.intellij.deps.eclipse.jgit.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar -%%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.frontend.split.jar +%%DATADIR%%/plugins/sh-plugin/lib/sh-plugin.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.aia.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.jar %%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/station-plugin/toolbox/build.txt @@ -10188,7 +10596,9 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/tasks/lib/axis.jar %%DATADIR%%/plugins/tasks/lib/commons-discovery.jar %%DATADIR%%/plugins/tasks/lib/http-client.jar -%%DATADIR%%/plugins/tasks/lib/jsonpath.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.jira.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.trac.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar %%DATADIR%%/plugins/terminal/lib/completion-ranking-sh.jar %%DATADIR%%/plugins/terminal/lib/modules/intellij.terminal.frontend.split.jar @@ -10214,384 +10624,389 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/.zshrc %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zdotdir/source-original.zsh %%DATADIR%%/plugins/terminal/shell-integrations/zsh/zsh-integration.zsh -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt -%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/joni.jar -%%DATADIR%%/plugins/textmate/lib/textmate.jar +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/asciidoc-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/syntaxes/Asciidoctor.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/snippets/batchfile.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.codeblock.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.tmlanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicepparam/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMake.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/snippets/coffeescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/c.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/cpp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/platform.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/snippets/csharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/syntaxes/css.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/syntaxes/dart.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/syntaxes/diff.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/syntaxes/docker.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/grammar/Erlang.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/snippets/fsharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-commit.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-rebase.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/ignore.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/syntaxes/go.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/snippets/groovy.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/snippets/html.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/ini.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/properties.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/syntaxes/ini.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/snippets/java.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/syntaxes/java.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/javascript-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/snippets/javascript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/tags-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSON.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONC.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONL.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/snippets.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/jsp-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/syntaxes/julia.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/info.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/class.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/println.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/cpp-bailout-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-cpp-embedded-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/TeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/syntaxes/less.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/syntaxes/log.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/syntaxes/lua.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/syntaxes/make.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/snippets/markdown.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/notebook/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/preview-styles/index.css +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/license +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl6.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl6.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/snippets/php.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/php.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/snippets/powershell.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/syntaxes/pug.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/syntaxes/r.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/syntaxes/rust.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/scss.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/syntaxes/sql.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/snippets/swift.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/snippets/terraform.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/extension.js +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/filters.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/functions.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/twig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/languages/twig.configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/syntaxes/twig.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/snippets/typescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/snippets/vb.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/LICENSE.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/grammars/viml.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xml.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xsl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.frontend.split.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar +%%DATADIR%%/plugins/textmate-plugin/lib/textmate-plugin.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.backend.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.split.jar @@ -10613,56 +11028,72 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/vcs-git/lib/modules/intellij.vcs.git.frontend.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git-frontend.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-IU/lib/modules/intellij.vcs.github.git.jar -%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.git.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.features.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.yaml.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.cron.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.docker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.features.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar +%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.features.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar %%DATADIR%%/plugins/vitejs/lib/vitejs.jar -%%DATADIR%%/plugins/vuejs/lib/commons-text.jar -%%DATADIR%%/plugins/vuejs/lib/vuejs.jar -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/README.md -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/index.js -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package-lock.json -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package.json -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/rolldown.config.ts -%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore -%%DATADIR%%/plugins/vuejs/vue-language-server/README.md -%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js -%%DATADIR%%/plugins/vuejs/vue-language-server/build.js -%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json -%%DATADIR%%/plugins/vuejs/vue-language-server/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.backend.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.common.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.copyright.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.debugger.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.markdown.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.prettier.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/vuejs-plugin.jar +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/.gitignore +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/bin/vue-language-server.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/build.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/encode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/decode.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/entities.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/legacy.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/xml.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/readme.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/FeedHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Parser.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Tokenizer.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/WritableStream.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js %%DATADIR%%/plugins/webComponents/lib/webComponents.jar %%DATADIR%%/plugins/webDeployment/lib/commons vfs.jar %%DATADIR%%/plugins/webDeployment/lib/commons-net.jar @@ -10672,5 +11103,6 @@ share/applications/pycharm.desktop %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.helm.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json diff --git a/devel/pylint/Makefile b/devel/pylint/Makefile index b1765c4dbc65..4cd5b535938c 100644 --- a/devel/pylint/Makefile +++ b/devel/pylint/Makefile @@ -1,5 +1,5 @@ PORTNAME= pylint -PORTVERSION= 4.0.3 +PORTVERSION= 4.0.4 CATEGORIES= devel python MASTER_SITES= PYPI \ https://github.com/pylint-dev/pylint/releases/download/v${PORTVERSION}/ diff --git a/devel/pylint/distinfo b/devel/pylint/distinfo index 67c7594b4e87..0cf5c41a10d3 100644 --- a/devel/pylint/distinfo +++ b/devel/pylint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853168 -SHA256 (pylint-4.0.3.tar.gz) = a427fe76e0e5355e9fb9b604fd106c419cafb395886ba7f3cebebb03f30e081d -SIZE (pylint-4.0.3.tar.gz) = 1570368 +TIMESTAMP = 1765032660 +SHA256 (pylint-4.0.4.tar.gz) = d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2 +SIZE (pylint-4.0.4.tar.gz) = 1571735 diff --git a/devel/re2/Makefile b/devel/re2/Makefile index 4c0b8dd93354..eb4f5f017c45 100644 --- a/devel/re2/Makefile +++ b/devel/re2/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= abseil>=20240116.2:devel/abseil LIB_DEPENDS= libabsl_base.so:devel/abseil -USES= compiler:c++17-lang gmake localbase:ldflags pathfix pkgconfig +USES= compiler:c++17-lang gmake localbase:ldflags pkgconfig MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" SED_INPLACE="${SED} -i ''" prefix=${PREFIX} PATHFIX_MAKEFILEIN= Makefile diff --git a/devel/redo/Makefile b/devel/redo/Makefile index b4d223f4f309..cab65f3ceb87 100644 --- a/devel/redo/Makefile +++ b/devel/redo/Makefile @@ -1,18 +1,16 @@ PORTNAME= redo PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= https://jdebp.eu/Repository/freebsd/ +MASTER_SITES= https://jdebp.uk/Repository/freebsd/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= crest@rlwinm.de COMMENT= Incremental build system -WWW= https://jdebp.eu/Softwares/redo/ +WWW= https://jdebp.uk/Softwares/redo/ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/source/COPYING -BROKEN= Unfetchable -EXPIRATION_DATE=2025-12-31 - USES= compiler:c++11-lang NO_WRKSUBDIR= yes diff --git a/devel/resolv_wrapper/Makefile b/devel/resolv_wrapper/Makefile index c0ca09a6dda6..3d39d7f8fe32 100644 --- a/devel/resolv_wrapper/Makefile +++ b/devel/resolv_wrapper/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka \ socket_wrapper>=0:devel/socket_wrapper -USES= cmake:testing pathfix +USES= cmake:testing CMAKE_OFF= PICKY_DEVELOPER \ UNIT_TESTING diff --git a/devel/rubygem-async/Makefile b/devel/rubygem-async/Makefile index e24961a3ac3b..0b3080357348 100644 --- a/devel/rubygem-async/Makefile +++ b/devel/rubygem-async/Makefile @@ -1,5 +1,5 @@ PORTNAME= async -PORTVERSION= 2.34.0 +PORTVERSION= 2.35.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-async/distinfo b/devel/rubygem-async/distinfo index bdeb9c1cc5cc..d43cbfdf7a30 100644 --- a/devel/rubygem-async/distinfo +++ b/devel/rubygem-async/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774769 -SHA256 (rubygem/async-2.34.0.gem) = 65ab207d4575c05bb6c5bac430f9f8d372d8288686e68e89f44eba094c77e1c1 -SIZE (rubygem/async-2.34.0.gem) = 62976 +TIMESTAMP = 1765032848 +SHA256 (rubygem/async-2.35.0.gem) = 0f792ce968023677669fb8608d0b16585332247181ed5417b4ff45900201e834 +SIZE (rubygem/async-2.35.0.gem) = 63488 diff --git a/devel/rubygem-aws-partitions/Makefile b/devel/rubygem-aws-partitions/Makefile index c3ca81c809b7..0ba06128e272 100644 --- a/devel/rubygem-aws-partitions/Makefile +++ b/devel/rubygem-aws-partitions/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-partitions -PORTVERSION= 1.1188.0 +PORTVERSION= 1.1190.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-partitions/distinfo b/devel/rubygem-aws-partitions/distinfo index 51009ca655ad..9f45de929ac4 100644 --- a/devel/rubygem-aws-partitions/distinfo +++ b/devel/rubygem-aws-partitions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511012 -SHA256 (rubygem/aws-partitions-1.1188.0.gem) = dff035be9381b37a71295f88608640323de6d0e25c83a1b1932390b03a08af9a -SIZE (rubygem/aws-partitions-1.1188.0.gem) = 81920 +TIMESTAMP = 1765032850 +SHA256 (rubygem/aws-partitions-1.1190.0.gem) = 3e21ce1c99329a96fb71419a5d92d0cece5b276a9f47bc91d6a1290450fb3669 +SIZE (rubygem/aws-partitions-1.1190.0.gem) = 82432 diff --git a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile index 33fef9f7eb60..01cda02f7acd 100644 --- a/devel/rubygem-aws-sdk-appintegrationsservice/Makefile +++ b/devel/rubygem-aws-sdk-appintegrationsservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-appintegrationsservice -PORTVERSION= 1.60.0 +PORTVERSION= 1.61.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-appintegrationsservice/distinfo b/devel/rubygem-aws-sdk-appintegrationsservice/distinfo index a31d2e63865a..65f51abb7c40 100644 --- a/devel/rubygem-aws-sdk-appintegrationsservice/distinfo +++ b/devel/rubygem-aws-sdk-appintegrationsservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853532 -SHA256 (rubygem/aws-sdk-appintegrationsservice-1.60.0.gem) = 8f152c42a5d4922091d7208af3f6d0730b7412e0ce3cf2503b13a658631b1fea -SIZE (rubygem/aws-sdk-appintegrationsservice-1.60.0.gem) = 38912 +TIMESTAMP = 1765032852 +SHA256 (rubygem/aws-sdk-appintegrationsservice-1.61.0.gem) = 8ea2fd7a4631ed7d362e999904e6b1bf4644ebc72e54b4ce68216b0a062684b6 +SIZE (rubygem/aws-sdk-appintegrationsservice-1.61.0.gem) = 39424 diff --git a/devel/rubygem-aws-sdk-bedrock/Makefile b/devel/rubygem-aws-sdk-bedrock/Makefile index c0809ff7f9b7..48881e88dbed 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.67.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrock/distinfo b/devel/rubygem-aws-sdk-bedrock/distinfo index 006adf63c188..cc846274d892 100644 --- a/devel/rubygem-aws-sdk-bedrock/distinfo +++ b/devel/rubygem-aws-sdk-bedrock/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853586 -SHA256 (rubygem/aws-sdk-bedrock-1.67.0.gem) = 1b5e85bfaafecf1f6b6ba1c5d822e4907cb3bdf3b4e58d9f023e57a157bb9e93 -SIZE (rubygem/aws-sdk-bedrock-1.67.0.gem) = 190976 +TIMESTAMP = 1765032854 +SHA256 (rubygem/aws-sdk-bedrock-1.69.0.gem) = 9363d62c15abcdc1bb57fd956aa1be66081e94b0c2e0d770db26dd13b4bf44da +SIZE (rubygem/aws-sdk-bedrock-1.69.0.gem) = 194560 diff --git a/devel/rubygem-aws-sdk-bedrockagent/Makefile b/devel/rubygem-aws-sdk-bedrockagent/Makefile index 71a63e780374..6102f2ce125b 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagent/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagent -PORTVERSION= 1.68.0 +PORTVERSION= 1.69.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagent/distinfo b/devel/rubygem-aws-sdk-bedrockagent/distinfo index 9995eb8b2a15..1ed5eb27da64 100644 --- a/devel/rubygem-aws-sdk-bedrockagent/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853588 -SHA256 (rubygem/aws-sdk-bedrockagent-1.68.0.gem) = 507987389d3bd569bd706e19656d23144f003e1eb6498875c95fb4b30af35254 -SIZE (rubygem/aws-sdk-bedrockagent-1.68.0.gem) = 174592 +TIMESTAMP = 1765032856 +SHA256 (rubygem/aws-sdk-bedrockagent-1.69.0.gem) = 39bd59537abb8ea7f164ceca324b4fdd82327270693f6fd80188613a25cdbc14 +SIZE (rubygem/aws-sdk-bedrockagent-1.69.0.gem) = 175616 diff --git a/devel/rubygem-aws-sdk-bedrockagentcore/Makefile b/devel/rubygem-aws-sdk-bedrockagentcore/Makefile index f86d003a5dd3..1a96573442f5 100644 --- a/devel/rubygem-aws-sdk-bedrockagentcore/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagentcore/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagentcore -PORTVERSION= 1.12.0 +PORTVERSION= 1.13.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagentcore/distinfo b/devel/rubygem-aws-sdk-bedrockagentcore/distinfo index 33f6e9154cad..0f0847ea6979 100644 --- a/devel/rubygem-aws-sdk-bedrockagentcore/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagentcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853590 -SHA256 (rubygem/aws-sdk-bedrockagentcore-1.12.0.gem) = e5a5adb2c6f2122f7d21b9d7c18babd4f342e6b142afa0bc60b2816d7338b74f -SIZE (rubygem/aws-sdk-bedrockagentcore-1.12.0.gem) = 65536 +TIMESTAMP = 1765032858 +SHA256 (rubygem/aws-sdk-bedrockagentcore-1.13.0.gem) = 926ea9df44e6e4aeee2b150e26764bc51cbf0b87a142cb30388b48d19af25a9c +SIZE (rubygem/aws-sdk-bedrockagentcore-1.13.0.gem) = 70656 diff --git a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile index 9d4c9b6f3c2b..6ae42188665f 100644 --- a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagentcorecontrol -PORTVERSION= 1.15.0 +PORTVERSION= 1.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo index 6b5d5a4861a4..1e969466df10 100644 --- a/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagentcorecontrol/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853592 -SHA256 (rubygem/aws-sdk-bedrockagentcorecontrol-1.15.0.gem) = b9979185eca7ed4f21df600541946342d91e0c157a662281911bc4c341f49d84 -SIZE (rubygem/aws-sdk-bedrockagentcorecontrol-1.15.0.gem) = 101376 +TIMESTAMP = 1765032860 +SHA256 (rubygem/aws-sdk-bedrockagentcorecontrol-1.16.0.gem) = b9a67b31e5dd4d40d70794cc60592afc87c7d4a120b81b4d0891bf52da51deda +SIZE (rubygem/aws-sdk-bedrockagentcorecontrol-1.16.0.gem) = 155136 diff --git a/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile b/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile index 00f6ef7decf8..6c0eea0593ab 100644 --- a/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile +++ b/devel/rubygem-aws-sdk-bedrockagentruntime/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-bedrockagentruntime -PORTVERSION= 1.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo b/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo index 869dcdbcd1ae..27f2c2e00b71 100644 --- a/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockagentruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853594 -SHA256 (rubygem/aws-sdk-bedrockagentruntime-1.67.0.gem) = 8438e101273ed91635ec90cfc1491ef10c737f348b93face355bb1e400024bf3 -SIZE (rubygem/aws-sdk-bedrockagentruntime-1.67.0.gem) = 154112 +TIMESTAMP = 1765032862 +SHA256 (rubygem/aws-sdk-bedrockagentruntime-1.68.0.gem) = 56b32c0a6ceb305a09d0eafea53463a0118152a6bed40b85218d9b539a6b42b2 +SIZE (rubygem/aws-sdk-bedrockagentruntime-1.68.0.gem) = 155648 diff --git a/devel/rubygem-aws-sdk-bedrockruntime/Makefile b/devel/rubygem-aws-sdk-bedrockruntime/Makefile index 3464b1fa7e25..4e840b2f769d 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.67.0 +PORTVERSION= 1.68.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-bedrockruntime/distinfo b/devel/rubygem-aws-sdk-bedrockruntime/distinfo index 764792df300d..fd87b7d6298c 100644 --- a/devel/rubygem-aws-sdk-bedrockruntime/distinfo +++ b/devel/rubygem-aws-sdk-bedrockruntime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511016 -SHA256 (rubygem/aws-sdk-bedrockruntime-1.67.0.gem) = 924b36e86d4768a544404974e31c2208393bd671bde5e786d68bdecb8d671879 -SIZE (rubygem/aws-sdk-bedrockruntime-1.67.0.gem) = 99328 +TIMESTAMP = 1765032864 +SHA256 (rubygem/aws-sdk-bedrockruntime-1.68.0.gem) = f84dd187b4f557207bed5ede4f863b4c34603ff5926cc04310a9068a0cb7f8f1 +SIZE (rubygem/aws-sdk-bedrockruntime-1.68.0.gem) = 101376 diff --git a/devel/rubygem-aws-sdk-cleanrooms/Makefile b/devel/rubygem-aws-sdk-cleanrooms/Makefile index cc21c22cf43a..2ea494d0229b 100644 --- a/devel/rubygem-aws-sdk-cleanrooms/Makefile +++ b/devel/rubygem-aws-sdk-cleanrooms/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cleanrooms -PORTVERSION= 1.60.0 +PORTVERSION= 1.61.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cleanrooms/distinfo b/devel/rubygem-aws-sdk-cleanrooms/distinfo index 5b065911f83d..37ccdac6b15d 100644 --- a/devel/rubygem-aws-sdk-cleanrooms/distinfo +++ b/devel/rubygem-aws-sdk-cleanrooms/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853624 -SHA256 (rubygem/aws-sdk-cleanrooms-1.60.0.gem) = 86b71bf57a685f4b114d647e1187e68c18ee9c2c0da277350351451a989c4545 -SIZE (rubygem/aws-sdk-cleanrooms-1.60.0.gem) = 133120 +TIMESTAMP = 1765032866 +SHA256 (rubygem/aws-sdk-cleanrooms-1.61.0.gem) = 0357096e186b430fc3d610532abc8a6350acf79b3e3b6a8a0813ef0eabce5699 +SIZE (rubygem/aws-sdk-cleanrooms-1.61.0.gem) = 136192 diff --git a/devel/rubygem-aws-sdk-cleanroomsml/Makefile b/devel/rubygem-aws-sdk-cleanroomsml/Makefile index 9fe42f0f06d6..4de0bbff942e 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/Makefile +++ b/devel/rubygem-aws-sdk-cleanroomsml/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-cleanroomsml -PORTVERSION= 1.38.0 +PORTVERSION= 1.39.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cleanroomsml/distinfo b/devel/rubygem-aws-sdk-cleanroomsml/distinfo index 48d4aff73d00..cc4aa9b7c0c1 100644 --- a/devel/rubygem-aws-sdk-cleanroomsml/distinfo +++ b/devel/rubygem-aws-sdk-cleanroomsml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853626 -SHA256 (rubygem/aws-sdk-cleanroomsml-1.38.0.gem) = ec7f7447b897019b293531cea5caad7921a3b7d8c8f2e95d69fb4ad26b453686 -SIZE (rubygem/aws-sdk-cleanroomsml-1.38.0.gem) = 87040 +TIMESTAMP = 1765032868 +SHA256 (rubygem/aws-sdk-cleanroomsml-1.39.0.gem) = 8e8fed52ef15e8683a0f030376c399458b23e5aa16dc16b5f2c1a430a4ab7368 +SIZE (rubygem/aws-sdk-cleanroomsml-1.39.0.gem) = 90624 diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile b/devel/rubygem-aws-sdk-cloudwatchlogs/Makefile index 826f96f4e6ee..71e998cdf977 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.133.0 +PORTVERSION= 1.134.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo index cc757fef1c43..71b8fc6e67eb 100644 --- a/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo +++ b/devel/rubygem-aws-sdk-cloudwatchlogs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511020 -SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.133.0.gem) = e7b467693fb2db166eebd434cf8a97099f0d93f29f6920260284386e0b692437 -SIZE (rubygem/aws-sdk-cloudwatchlogs-1.133.0.gem) = 171520 +TIMESTAMP = 1765032870 +SHA256 (rubygem/aws-sdk-cloudwatchlogs-1.134.0.gem) = 85a33c2686a0dd74442c4b483cbc792852277b46166758e89bf31e40e1a6cf01 +SIZE (rubygem/aws-sdk-cloudwatchlogs-1.134.0.gem) = 178688 diff --git a/devel/rubygem-aws-sdk-connect/Makefile b/devel/rubygem-aws-sdk-connect/Makefile index cc71cc2e06c0..51c2ca7bf45c 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.226.0 +PORTVERSION= 1.227.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connect/distinfo b/devel/rubygem-aws-sdk-connect/distinfo index cf9070cedbc7..927e5ec23276 100644 --- a/devel/rubygem-aws-sdk-connect/distinfo +++ b/devel/rubygem-aws-sdk-connect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853700 -SHA256 (rubygem/aws-sdk-connect-1.226.0.gem) = 2115ff77524bd65fdaa75a94651391e9ffb2e55ab7b0a223e565925d2cbffc16 -SIZE (rubygem/aws-sdk-connect-1.226.0.gem) = 412160 +TIMESTAMP = 1765032872 +SHA256 (rubygem/aws-sdk-connect-1.227.0.gem) = 6b752198f970fb704f674d1268209057d191f523519401a6534cd58832d3d513 +SIZE (rubygem/aws-sdk-connect-1.227.0.gem) = 471040 diff --git a/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile b/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile index e61882d88b32..dfa906ace5e3 100644 --- a/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile +++ b/devel/rubygem-aws-sdk-connectcampaignsv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectcampaignsv2 -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo b/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo index 2c9a00d69f57..f5cbfcc44b07 100644 --- a/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo +++ b/devel/rubygem-aws-sdk-connectcampaignsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853704 -SHA256 (rubygem/aws-sdk-connectcampaignsv2-1.17.0.gem) = 49580ec1f9fb48469981a461e95dab79b0a84bdbb716c95bb7ca21cc9212e8d2 -SIZE (rubygem/aws-sdk-connectcampaignsv2-1.17.0.gem) = 48128 +TIMESTAMP = 1765032874 +SHA256 (rubygem/aws-sdk-connectcampaignsv2-1.18.0.gem) = cb2ab7353bfb637dc58bcf804499e70134632edee6b10ba8e421f2871e136a4c +SIZE (rubygem/aws-sdk-connectcampaignsv2-1.18.0.gem) = 49664 diff --git a/devel/rubygem-aws-sdk-connectparticipant/Makefile b/devel/rubygem-aws-sdk-connectparticipant/Makefile index 95b92f8ccc09..9fe991a4f72f 100644 --- a/devel/rubygem-aws-sdk-connectparticipant/Makefile +++ b/devel/rubygem-aws-sdk-connectparticipant/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-connectparticipant -PORTVERSION= 1.73.0 +PORTVERSION= 1.74.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-connectparticipant/distinfo b/devel/rubygem-aws-sdk-connectparticipant/distinfo index 26e5fc26abb3..a38398cbadb5 100644 --- a/devel/rubygem-aws-sdk-connectparticipant/distinfo +++ b/devel/rubygem-aws-sdk-connectparticipant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853710 -SHA256 (rubygem/aws-sdk-connectparticipant-1.73.0.gem) = 5332639e23d9536862591d3c9cc7cfd69cf09e079febb3fd6b2226234d797a64 -SIZE (rubygem/aws-sdk-connectparticipant-1.73.0.gem) = 38400 +TIMESTAMP = 1765032876 +SHA256 (rubygem/aws-sdk-connectparticipant-1.74.0.gem) = d8eac2a810246fa4e28f46cb7e4903c212861909c530e6e985befa3a9d79a3a8 +SIZE (rubygem/aws-sdk-connectparticipant-1.74.0.gem) = 38400 diff --git a/devel/rubygem-aws-sdk-costexplorer/Makefile b/devel/rubygem-aws-sdk-costexplorer/Makefile index d14e69142142..f51f95577399 100644 --- a/devel/rubygem-aws-sdk-costexplorer/Makefile +++ b/devel/rubygem-aws-sdk-costexplorer/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-costexplorer -PORTVERSION= 1.140.0 +PORTVERSION= 1.141.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-costexplorer/distinfo b/devel/rubygem-aws-sdk-costexplorer/distinfo index 9978a92f39e0..03411a31154d 100644 --- a/devel/rubygem-aws-sdk-costexplorer/distinfo +++ b/devel/rubygem-aws-sdk-costexplorer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853722 -SHA256 (rubygem/aws-sdk-costexplorer-1.140.0.gem) = ddd938f8b3cfa2b2971d40292447f93801c6af9f20662f46e5b0186e2de36eb3 -SIZE (rubygem/aws-sdk-costexplorer-1.140.0.gem) = 131584 +TIMESTAMP = 1765032878 +SHA256 (rubygem/aws-sdk-costexplorer-1.141.0.gem) = 7728c0a1b152f06a2b967b6ce210e8b0f5b8110740a1567f20588cf85ecef93b +SIZE (rubygem/aws-sdk-costexplorer-1.141.0.gem) = 131584 diff --git a/devel/rubygem-aws-sdk-customerprofiles/Makefile b/devel/rubygem-aws-sdk-customerprofiles/Makefile index a803c74fbed5..43ea07dee4e9 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/Makefile +++ b/devel/rubygem-aws-sdk-customerprofiles/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-customerprofiles -PORTVERSION= 1.75.0 +PORTVERSION= 1.76.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-customerprofiles/distinfo b/devel/rubygem-aws-sdk-customerprofiles/distinfo index b32bff567a3a..3e9e92136b38 100644 --- a/devel/rubygem-aws-sdk-customerprofiles/distinfo +++ b/devel/rubygem-aws-sdk-customerprofiles/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853726 -SHA256 (rubygem/aws-sdk-customerprofiles-1.75.0.gem) = 43a27c7b7d84eb6ea877f0e1156e7697f68e9a113508d86606e9c163f9f2911b -SIZE (rubygem/aws-sdk-customerprofiles-1.75.0.gem) = 139264 +TIMESTAMP = 1765032880 +SHA256 (rubygem/aws-sdk-customerprofiles-1.76.0.gem) = abd77d1316c85becafed8e95ae9048bc7430cc863a14ff06a7267f03fd69cab0 +SIZE (rubygem/aws-sdk-customerprofiles-1.76.0.gem) = 154624 diff --git a/devel/rubygem-aws-sdk-datazone/Makefile b/devel/rubygem-aws-sdk-datazone/Makefile index a1deaff387ed..b313c9b0b7d0 100644 --- a/devel/rubygem-aws-sdk-datazone/Makefile +++ b/devel/rubygem-aws-sdk-datazone/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-datazone -PORTVERSION= 1.61.0 +PORTVERSION= 1.62.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-datazone/distinfo b/devel/rubygem-aws-sdk-datazone/distinfo index da80d2a87835..387619ec1ff8 100644 --- a/devel/rubygem-aws-sdk-datazone/distinfo +++ b/devel/rubygem-aws-sdk-datazone/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853736 -SHA256 (rubygem/aws-sdk-datazone-1.61.0.gem) = c23b25a53177f5380e1210bd0d4ddb92ea949c585ec0abd2300cc65d2fce0b07 -SIZE (rubygem/aws-sdk-datazone-1.61.0.gem) = 270848 +TIMESTAMP = 1765032882 +SHA256 (rubygem/aws-sdk-datazone-1.62.0.gem) = 9ac2f1444d413a8fd8b26724031e9eb62cc4d46d27a0a04e6a63d23d1861a45c +SIZE (rubygem/aws-sdk-datazone-1.62.0.gem) = 273920 diff --git a/devel/rubygem-aws-sdk-ecs/Makefile b/devel/rubygem-aws-sdk-ecs/Makefile index e1764ab3565e..d9a6d902cc24 100644 --- a/devel/rubygem-aws-sdk-ecs/Makefile +++ b/devel/rubygem-aws-sdk-ecs/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-ecs -PORTVERSION= 1.214.0 +PORTVERSION= 1.215.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-ecs/distinfo b/devel/rubygem-aws-sdk-ecs/distinfo index ad14068edc96..06939b96799b 100644 --- a/devel/rubygem-aws-sdk-ecs/distinfo +++ b/devel/rubygem-aws-sdk-ecs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853778 -SHA256 (rubygem/aws-sdk-ecs-1.214.0.gem) = af439ed457f43ad7b08eca86fe7316527484bc3a56a1163a622500c849b9996a -SIZE (rubygem/aws-sdk-ecs-1.214.0.gem) = 304128 +TIMESTAMP = 1765032884 +SHA256 (rubygem/aws-sdk-ecs-1.215.0.gem) = eb669bef876008b2c5df4006e46dfeb78153df0d4406be559af219a366605e5f +SIZE (rubygem/aws-sdk-ecs-1.215.0.gem) = 304128 diff --git a/devel/rubygem-aws-sdk-eks/Makefile b/devel/rubygem-aws-sdk-eks/Makefile index f9547f8cca98..9eb07004bd70 100644 --- a/devel/rubygem-aws-sdk-eks/Makefile +++ b/devel/rubygem-aws-sdk-eks/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-eks -PORTVERSION= 1.151.0 +PORTVERSION= 1.152.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-eks/distinfo b/devel/rubygem-aws-sdk-eks/distinfo index 1019a7893fca..b50cc3623135 100644 --- a/devel/rubygem-aws-sdk-eks/distinfo +++ b/devel/rubygem-aws-sdk-eks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853782 -SHA256 (rubygem/aws-sdk-eks-1.151.0.gem) = 505c7ad757410a718f450a6b4122c00b3f6dcc398769b91a7be097fd920663fd -SIZE (rubygem/aws-sdk-eks-1.151.0.gem) = 141312 +TIMESTAMP = 1765032886 +SHA256 (rubygem/aws-sdk-eks-1.152.0.gem) = af818202e48006dd927ebf5f0c5c0e889bc2b1637c2b6aa49d3a153ac248ae49 +SIZE (rubygem/aws-sdk-eks-1.152.0.gem) = 154624 diff --git a/devel/rubygem-aws-sdk-fsx/Makefile b/devel/rubygem-aws-sdk-fsx/Makefile index f3227611dbd2..da0532cb2082 100644 --- a/devel/rubygem-aws-sdk-fsx/Makefile +++ b/devel/rubygem-aws-sdk-fsx/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-fsx -PORTVERSION= 1.128.0 +PORTVERSION= 1.129.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-fsx/distinfo b/devel/rubygem-aws-sdk-fsx/distinfo index 45f9d1c57ffe..e684f4ef358b 100644 --- a/devel/rubygem-aws-sdk-fsx/distinfo +++ b/devel/rubygem-aws-sdk-fsx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853828 -SHA256 (rubygem/aws-sdk-fsx-1.128.0.gem) = 84a8a331dd2a029c8f3dcfb918100364072a82af53497f64bbf37cf8e1211cbd -SIZE (rubygem/aws-sdk-fsx-1.128.0.gem) = 219136 +TIMESTAMP = 1765032888 +SHA256 (rubygem/aws-sdk-fsx-1.129.0.gem) = c4f3c6f7f388e8d1ef860d22cacdf80b252be60b405a7de03c212fa4d7199ebf +SIZE (rubygem/aws-sdk-fsx-1.129.0.gem) = 220672 diff --git a/devel/rubygem-aws-sdk-glue/Makefile b/devel/rubygem-aws-sdk-glue/Makefile index 11d49929ede0..893f0f29ada5 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.243.0 +PORTVERSION= 1.244.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-glue/distinfo b/devel/rubygem-aws-sdk-glue/distinfo index 0ba1f1f8dcbc..10fdd0d2b0d6 100644 --- a/devel/rubygem-aws-sdk-glue/distinfo +++ b/devel/rubygem-aws-sdk-glue/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853844 -SHA256 (rubygem/aws-sdk-glue-1.243.0.gem) = 7920d8134aeeb620d0e4b331fdaf72423011fd5910b58fdb2f5cd0c71be54a6f -SIZE (rubygem/aws-sdk-glue-1.243.0.gem) = 439808 +TIMESTAMP = 1765032890 +SHA256 (rubygem/aws-sdk-glue-1.244.0.gem) = ee585bce9b59e33530b98707858d1d35602205608ba02577c7ce5dd77468b5e5 +SIZE (rubygem/aws-sdk-glue-1.244.0.gem) = 442368 diff --git a/devel/rubygem-aws-sdk-guardduty/Makefile b/devel/rubygem-aws-sdk-guardduty/Makefile index 0abffc7d9cff..5086d85dba62 100644 --- a/devel/rubygem-aws-sdk-guardduty/Makefile +++ b/devel/rubygem-aws-sdk-guardduty/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-guardduty -PORTVERSION= 1.135.0 +PORTVERSION= 1.136.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-guardduty/distinfo b/devel/rubygem-aws-sdk-guardduty/distinfo index 113726b211c9..8f443174fdab 100644 --- a/devel/rubygem-aws-sdk-guardduty/distinfo +++ b/devel/rubygem-aws-sdk-guardduty/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853854 -SHA256 (rubygem/aws-sdk-guardduty-1.135.0.gem) = 443db9322ce860f91b33458cc08997ee7ac767695f7ea44460a8205308ce9483 -SIZE (rubygem/aws-sdk-guardduty-1.135.0.gem) = 155136 +TIMESTAMP = 1765032892 +SHA256 (rubygem/aws-sdk-guardduty-1.136.0.gem) = cbe804b35aa45b40e171d1a5e91224a9b3c89b57b3feb01835389533acefb56f +SIZE (rubygem/aws-sdk-guardduty-1.136.0.gem) = 157184 diff --git a/devel/rubygem-aws-sdk-iam/Makefile b/devel/rubygem-aws-sdk-iam/Makefile index 6f37cc4bfb07..677112213fe1 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.136.0 +PORTVERSION= 1.137.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-iam/distinfo b/devel/rubygem-aws-sdk-iam/distinfo index 02f4094fa23b..6b6ec2619956 100644 --- a/devel/rubygem-aws-sdk-iam/distinfo +++ b/devel/rubygem-aws-sdk-iam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853860 -SHA256 (rubygem/aws-sdk-iam-1.136.0.gem) = fb9e6cb92fed47b19347b515eae6ceee9f9af09e824be87c395ce77748192e20 -SIZE (rubygem/aws-sdk-iam-1.136.0.gem) = 241664 +TIMESTAMP = 1765032894 +SHA256 (rubygem/aws-sdk-iam-1.137.0.gem) = 9aa1b33f657646567c946472933c3069271f93a3e65a7fc8edc859938928f9d7 +SIZE (rubygem/aws-sdk-iam-1.137.0.gem) = 242176 diff --git a/devel/rubygem-aws-sdk-inspector2/Makefile b/devel/rubygem-aws-sdk-inspector2/Makefile index aa4e8cb43bfa..b7f948a367ce 100644 --- a/devel/rubygem-aws-sdk-inspector2/Makefile +++ b/devel/rubygem-aws-sdk-inspector2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-inspector2 -PORTVERSION= 1.64.0 +PORTVERSION= 1.65.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-inspector2/distinfo b/devel/rubygem-aws-sdk-inspector2/distinfo index e543b391b88e..71c660ad1de2 100644 --- a/devel/rubygem-aws-sdk-inspector2/distinfo +++ b/devel/rubygem-aws-sdk-inspector2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853870 -SHA256 (rubygem/aws-sdk-inspector2-1.64.0.gem) = 99c68c14b636a7e656ed4686d1d1be9c15833f6b43dbe60270a90629ba58e804 -SIZE (rubygem/aws-sdk-inspector2-1.64.0.gem) = 138240 +TIMESTAMP = 1765032896 +SHA256 (rubygem/aws-sdk-inspector2-1.65.0.gem) = cf231eee20e7dd57ee8046dcd8c364ef31a3d11ebae764886c8588b90492cc68 +SIZE (rubygem/aws-sdk-inspector2-1.65.0.gem) = 138240 diff --git a/devel/rubygem-aws-sdk-lambda/Makefile b/devel/rubygem-aws-sdk-lambda/Makefile index 7b1e427c5bbc..4c75aad4275d 100644 --- a/devel/rubygem-aws-sdk-lambda/Makefile +++ b/devel/rubygem-aws-sdk-lambda/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lambda -PORTVERSION= 1.167.0 +PORTVERSION= 1.170.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lambda/distinfo b/devel/rubygem-aws-sdk-lambda/distinfo index 2a4e7353543b..be88f97633ec 100644 --- a/devel/rubygem-aws-sdk-lambda/distinfo +++ b/devel/rubygem-aws-sdk-lambda/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853944 -SHA256 (rubygem/aws-sdk-lambda-1.167.0.gem) = d55da1c76d59286574951422c3185bd8feaa658ffdcdedb2d5902e5355f51b74 -SIZE (rubygem/aws-sdk-lambda-1.167.0.gem) = 152576 +TIMESTAMP = 1765032898 +SHA256 (rubygem/aws-sdk-lambda-1.170.0.gem) = 5cb8dd71e8691fa49c5417654dca06148389e0cf9907c72ef52d886e6c26461e +SIZE (rubygem/aws-sdk-lambda-1.170.0.gem) = 189952 diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile index fd5eaa5761df..2307c0347ebb 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/Makefile +++ b/devel/rubygem-aws-sdk-lexmodelsv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-lexmodelsv2 -PORTVERSION= 1.83.0 +PORTVERSION= 1.84.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo index e2ada3ce8ca1..0ffd6d230085 100644 --- a/devel/rubygem-aws-sdk-lexmodelsv2/distinfo +++ b/devel/rubygem-aws-sdk-lexmodelsv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853952 -SHA256 (rubygem/aws-sdk-lexmodelsv2-1.83.0.gem) = 972234e6352df078272475f0ac9ae7f32e4e6380eec727e192916e95e804b245 -SIZE (rubygem/aws-sdk-lexmodelsv2-1.83.0.gem) = 238592 +TIMESTAMP = 1765032900 +SHA256 (rubygem/aws-sdk-lexmodelsv2-1.84.0.gem) = b5c2b0ada89492ad5c52e47ff418e0d95b8a6f59dfcfa5e476e3cd0d5f7946f2 +SIZE (rubygem/aws-sdk-lexmodelsv2-1.84.0.gem) = 241664 diff --git a/devel/rubygem-aws-sdk-marketplaceagreement/Makefile b/devel/rubygem-aws-sdk-marketplaceagreement/Makefile index 1e5aaeaf6219..62b24aa5f257 100644 --- a/devel/rubygem-aws-sdk-marketplaceagreement/Makefile +++ b/devel/rubygem-aws-sdk-marketplaceagreement/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplaceagreement -PORTVERSION= 1.28.0 +PORTVERSION= 1.29.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,7 +11,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= rubygem-aws-sdk-core>=3.239.1<4:devel/rubygem-aws-sdk-core \ - rubygem-aws-sigv4>=1.1<2:devel/rubygem-aws-sigv4 + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 USES= gem diff --git a/devel/rubygem-aws-sdk-marketplaceagreement/distinfo b/devel/rubygem-aws-sdk-marketplaceagreement/distinfo index 4d9e813261c4..4890c3472e3c 100644 --- a/devel/rubygem-aws-sdk-marketplaceagreement/distinfo +++ b/devel/rubygem-aws-sdk-marketplaceagreement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853982 -SHA256 (rubygem/aws-sdk-marketplaceagreement-1.28.0.gem) = 6f7364a34ad611689f984c7b243b86d74c5bcfb8fc2e7f04c4877557d4af7e98 -SIZE (rubygem/aws-sdk-marketplaceagreement-1.28.0.gem) = 34816 +TIMESTAMP = 1765032902 +SHA256 (rubygem/aws-sdk-marketplaceagreement-1.29.0.gem) = 1900dc11e259a5282bc73e33b3efcb3ec4fbbd57ebcd8adac2eb40dcaabbe37f +SIZE (rubygem/aws-sdk-marketplaceagreement-1.29.0.gem) = 36352 diff --git a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile index f486ff02c51a..904cbd7fb8f5 100644 --- a/devel/rubygem-aws-sdk-marketplacecatalog/Makefile +++ b/devel/rubygem-aws-sdk-marketplacecatalog/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-marketplacecatalog -PORTVERSION= 1.70.0 +PORTVERSION= 1.71.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-marketplacecatalog/distinfo b/devel/rubygem-aws-sdk-marketplacecatalog/distinfo index fd412799f2c2..014f44293eb0 100644 --- a/devel/rubygem-aws-sdk-marketplacecatalog/distinfo +++ b/devel/rubygem-aws-sdk-marketplacecatalog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853984 -SHA256 (rubygem/aws-sdk-marketplacecatalog-1.70.0.gem) = c2f56a565ddfbad9cd2d5b662a18b377a98da6d561f11edcf0152ba093c02cb2 -SIZE (rubygem/aws-sdk-marketplacecatalog-1.70.0.gem) = 49664 +TIMESTAMP = 1765032904 +SHA256 (rubygem/aws-sdk-marketplacecatalog-1.71.0.gem) = 9f33cc4225aa5480c55d04fcefac95eb8ca11c58d70f27f9ddf6a6a5d069b489 +SIZE (rubygem/aws-sdk-marketplacecatalog-1.71.0.gem) = 51712 diff --git a/devel/rubygem-aws-sdk-novaact/Makefile b/devel/rubygem-aws-sdk-novaact/Makefile new file mode 100644 index 000000000000..20dc6b0c4b2b --- /dev/null +++ b/devel/rubygem-aws-sdk-novaact/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-novaact +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Nova Act Service +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-novaact + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.239.1<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-novaact/distinfo b/devel/rubygem-aws-sdk-novaact/distinfo new file mode 100644 index 000000000000..33ed244bab22 --- /dev/null +++ b/devel/rubygem-aws-sdk-novaact/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032636 +SHA256 (rubygem/aws-sdk-novaact-1.0.0.gem) = 5895fffb73d404161d119b42d5cb826872078e0ade38352d400aa62b54142fca +SIZE (rubygem/aws-sdk-novaact-1.0.0.gem) = 35328 diff --git a/devel/rubygem-aws-sdk-novaact/pkg-descr b/devel/rubygem-aws-sdk-novaact/pkg-descr new file mode 100644 index 000000000000..29a8d6c649d4 --- /dev/null +++ b/devel/rubygem-aws-sdk-novaact/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Nova Act Service. diff --git a/devel/rubygem-aws-sdk-observabilityadmin/Makefile b/devel/rubygem-aws-sdk-observabilityadmin/Makefile index 5e5d884816a9..7768126c3324 100644 --- a/devel/rubygem-aws-sdk-observabilityadmin/Makefile +++ b/devel/rubygem-aws-sdk-observabilityadmin/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-observabilityadmin -PORTVERSION= 1.16.0 +PORTVERSION= 1.17.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-observabilityadmin/distinfo b/devel/rubygem-aws-sdk-observabilityadmin/distinfo index 9545a92522aa..7fe5060cc886 100644 --- a/devel/rubygem-aws-sdk-observabilityadmin/distinfo +++ b/devel/rubygem-aws-sdk-observabilityadmin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854058 -SHA256 (rubygem/aws-sdk-observabilityadmin-1.16.0.gem) = 0787bb066a4f0cd6f1bd1a45e5dd319a5b4040637de5263a7f13584d9d085f8f -SIZE (rubygem/aws-sdk-observabilityadmin-1.16.0.gem) = 39936 +TIMESTAMP = 1765032906 +SHA256 (rubygem/aws-sdk-observabilityadmin-1.17.0.gem) = a41562e300f877b81da4d752ae8da50f58ec9b5bcc26ea17a8784e4d87290697 +SIZE (rubygem/aws-sdk-observabilityadmin-1.17.0.gem) = 57344 diff --git a/devel/rubygem-aws-sdk-opensearchserverless/Makefile b/devel/rubygem-aws-sdk-opensearchserverless/Makefile index 0d553f2f9c0f..54e0aa59d185 100644 --- a/devel/rubygem-aws-sdk-opensearchserverless/Makefile +++ b/devel/rubygem-aws-sdk-opensearchserverless/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opensearchserverless -PORTVERSION= 1.49.0 +PORTVERSION= 1.50.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchserverless/distinfo b/devel/rubygem-aws-sdk-opensearchserverless/distinfo index 73df3ff65d66..d744bebe59f1 100644 --- a/devel/rubygem-aws-sdk-opensearchserverless/distinfo +++ b/devel/rubygem-aws-sdk-opensearchserverless/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854064 -SHA256 (rubygem/aws-sdk-opensearchserverless-1.49.0.gem) = 6a6d07a78e44a8885b825aa8d72005dc7abf8c2b562fd68edb3c9db3d08a36a1 -SIZE (rubygem/aws-sdk-opensearchserverless-1.49.0.gem) = 53248 +TIMESTAMP = 1765032908 +SHA256 (rubygem/aws-sdk-opensearchserverless-1.50.0.gem) = 30c6263267c3995344bf913c80794bd7b09b9f2b55b90bf0056203cdc0c5143b +SIZE (rubygem/aws-sdk-opensearchserverless-1.50.0.gem) = 53760 diff --git a/devel/rubygem-aws-sdk-opensearchservice/Makefile b/devel/rubygem-aws-sdk-opensearchservice/Makefile index 2a46215bef53..a469a5ce7c2e 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/Makefile +++ b/devel/rubygem-aws-sdk-opensearchservice/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-opensearchservice -PORTVERSION= 1.80.0 +PORTVERSION= 1.81.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-opensearchservice/distinfo b/devel/rubygem-aws-sdk-opensearchservice/distinfo index b27bcbb790c1..2f9078a0ccb5 100644 --- a/devel/rubygem-aws-sdk-opensearchservice/distinfo +++ b/devel/rubygem-aws-sdk-opensearchservice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854066 -SHA256 (rubygem/aws-sdk-opensearchservice-1.80.0.gem) = facf02aa04f2648f570437b2c75e681dfe79760a7fe717dcddd7febbff019b8e -SIZE (rubygem/aws-sdk-opensearchservice-1.80.0.gem) = 145920 +TIMESTAMP = 1765032910 +SHA256 (rubygem/aws-sdk-opensearchservice-1.81.0.gem) = e78d2264ea378cfeb45493ec39050e3e9eba44307d7e8bb14114042f82acb601 +SIZE (rubygem/aws-sdk-opensearchservice-1.81.0.gem) = 146432 diff --git a/devel/rubygem-aws-sdk-partnercentralaccount/Makefile b/devel/rubygem-aws-sdk-partnercentralaccount/Makefile new file mode 100644 index 000000000000..d9b0753c8eb1 --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralaccount/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-partnercentralaccount +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Partner Central Account API +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-partnercentralaccount + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.239.1<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-partnercentralaccount/distinfo b/devel/rubygem-aws-sdk-partnercentralaccount/distinfo new file mode 100644 index 000000000000..a14d389788f3 --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralaccount/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032638 +SHA256 (rubygem/aws-sdk-partnercentralaccount-1.0.0.gem) = 5d96ee3c8efa3abb86a05ab1903669ef1f10cc55139cae4655b006cbd7b73958 +SIZE (rubygem/aws-sdk-partnercentralaccount-1.0.0.gem) = 46080 diff --git a/devel/rubygem-aws-sdk-partnercentralaccount/pkg-descr b/devel/rubygem-aws-sdk-partnercentralaccount/pkg-descr new file mode 100644 index 000000000000..33e0832aacce --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralaccount/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Partner Central Account API. diff --git a/devel/rubygem-aws-sdk-partnercentralbenefits/Makefile b/devel/rubygem-aws-sdk-partnercentralbenefits/Makefile new file mode 100644 index 000000000000..73c196434f4e --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralbenefits/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-partnercentralbenefits +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Partner Central Benefits API +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-partnercentralbenefits + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.239.1<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-partnercentralbenefits/distinfo b/devel/rubygem-aws-sdk-partnercentralbenefits/distinfo new file mode 100644 index 000000000000..4043fe67d1f5 --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralbenefits/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032640 +SHA256 (rubygem/aws-sdk-partnercentralbenefits-1.0.0.gem) = 3f9b148c5a88bdec0a1b99ae7a81d9544b4e15c013fbb5de5acffc1b99671972 +SIZE (rubygem/aws-sdk-partnercentralbenefits-1.0.0.gem) = 40960 diff --git a/devel/rubygem-aws-sdk-partnercentralbenefits/pkg-descr b/devel/rubygem-aws-sdk-partnercentralbenefits/pkg-descr new file mode 100644 index 000000000000..3cfc2d858bad --- /dev/null +++ b/devel/rubygem-aws-sdk-partnercentralbenefits/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Partner Central Benefits API. diff --git a/devel/rubygem-aws-sdk-partnercentralselling/Makefile b/devel/rubygem-aws-sdk-partnercentralselling/Makefile index d850d6327e3b..fcfb091d708b 100644 --- a/devel/rubygem-aws-sdk-partnercentralselling/Makefile +++ b/devel/rubygem-aws-sdk-partnercentralselling/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-partnercentralselling -PORTVERSION= 1.19.0 +PORTVERSION= 1.20.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-partnercentralselling/distinfo b/devel/rubygem-aws-sdk-partnercentralselling/distinfo index afd0c55fcadb..aa981b2e4a59 100644 --- a/devel/rubygem-aws-sdk-partnercentralselling/distinfo +++ b/devel/rubygem-aws-sdk-partnercentralselling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854076 -SHA256 (rubygem/aws-sdk-partnercentralselling-1.19.0.gem) = 15661798b1c586b07ea90bd42090d16151073d087505ccdf53a08753bfcf85f8 -SIZE (rubygem/aws-sdk-partnercentralselling-1.19.0.gem) = 119296 +TIMESTAMP = 1765032912 +SHA256 (rubygem/aws-sdk-partnercentralselling-1.20.0.gem) = 04a262712b260c990ed6af76f71a2c03db5e7c80162124cf746b0572f9351d3e +SIZE (rubygem/aws-sdk-partnercentralselling-1.20.0.gem) = 133632 diff --git a/devel/rubygem-aws-sdk-personalize/Makefile b/devel/rubygem-aws-sdk-personalize/Makefile index 18e448a9860c..f89048ad88e2 100644 --- a/devel/rubygem-aws-sdk-personalize/Makefile +++ b/devel/rubygem-aws-sdk-personalize/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-personalize -PORTVERSION= 1.91.0 +PORTVERSION= 1.92.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-personalize/distinfo b/devel/rubygem-aws-sdk-personalize/distinfo index 51dc6e3098f6..a2c45acc05ea 100644 --- a/devel/rubygem-aws-sdk-personalize/distinfo +++ b/devel/rubygem-aws-sdk-personalize/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854088 -SHA256 (rubygem/aws-sdk-personalize-1.91.0.gem) = 52150ab6af4f7f0d15d392c35d487070ae37fdeb6fd9d56c6f71f398c0df021f -SIZE (rubygem/aws-sdk-personalize-1.91.0.gem) = 90112 +TIMESTAMP = 1765032914 +SHA256 (rubygem/aws-sdk-personalize-1.92.0.gem) = 661a301596b92256d8bd7d5beab1b83242e9604b3a75dcb88c8b6611487e9df0 +SIZE (rubygem/aws-sdk-personalize-1.92.0.gem) = 92160 diff --git a/devel/rubygem-aws-sdk-qconnect/Makefile b/devel/rubygem-aws-sdk-qconnect/Makefile index d4c634528e65..bc7521873351 100644 --- a/devel/rubygem-aws-sdk-qconnect/Makefile +++ b/devel/rubygem-aws-sdk-qconnect/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-qconnect -PORTVERSION= 1.43.0 +PORTVERSION= 1.44.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-qconnect/distinfo b/devel/rubygem-aws-sdk-qconnect/distinfo index b8a2d0a6d8dc..410df07afb6f 100644 --- a/devel/rubygem-aws-sdk-qconnect/distinfo +++ b/devel/rubygem-aws-sdk-qconnect/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854118 -SHA256 (rubygem/aws-sdk-qconnect-1.43.0.gem) = fe411ca5881b577369d077317b4b60ace15b1e1471a432f8e5aad941206c7bcf -SIZE (rubygem/aws-sdk-qconnect-1.43.0.gem) = 158720 +TIMESTAMP = 1765032916 +SHA256 (rubygem/aws-sdk-qconnect-1.44.0.gem) = 7da95e1922bf65e8f24101176566784e44a3cbbdcca4548b0b882ae2f91d2304 +SIZE (rubygem/aws-sdk-qconnect-1.44.0.gem) = 181248 diff --git a/devel/rubygem-aws-sdk-rds/Makefile b/devel/rubygem-aws-sdk-rds/Makefile index 164d96b5acce..721118480a7a 100644 --- a/devel/rubygem-aws-sdk-rds/Makefile +++ b/devel/rubygem-aws-sdk-rds/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-rds -PORTVERSION= 1.300.0 +PORTVERSION= 1.301.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-rds/distinfo b/devel/rubygem-aws-sdk-rds/distinfo index 1c3cef39f845..d133c14231ad 100644 --- a/devel/rubygem-aws-sdk-rds/distinfo +++ b/devel/rubygem-aws-sdk-rds/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854124 -SHA256 (rubygem/aws-sdk-rds-1.300.0.gem) = 453c6a274fbbed9017a1046bbd67e78f4c8d78432f1bcbf8e5ec1381a71d561a -SIZE (rubygem/aws-sdk-rds-1.300.0.gem) = 653824 +TIMESTAMP = 1765032918 +SHA256 (rubygem/aws-sdk-rds-1.301.0.gem) = 97d65c2716e9715b44fb0ac1cdc6d1bfe9893e38856ab3d755edf1e3c085cc18 +SIZE (rubygem/aws-sdk-rds-1.301.0.gem) = 665088 diff --git a/devel/rubygem-aws-sdk-resources/Makefile b/devel/rubygem-aws-sdk-resources/Makefile index 82f1101bddfa..4fba856aa357 100644 --- a/devel/rubygem-aws-sdk-resources/Makefile +++ b/devel/rubygem-aws-sdk-resources/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-resources -PORTVERSION= 3.247.0 +PORTVERSION= 3.249.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -289,6 +289,7 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-networkmonitor>=1<2:devel/rubygem-aws-sdk-networkmonitor \ rubygem-aws-sdk-notifications>=1<2:devel/rubygem-aws-sdk-notifications \ rubygem-aws-sdk-notificationscontacts>=1<2:devel/rubygem-aws-sdk-notificationscontacts \ + rubygem-aws-sdk-novaact>=1<2:devel/rubygem-aws-sdk-novaact \ rubygem-aws-sdk-oam>=1<2:devel/rubygem-aws-sdk-oam \ rubygem-aws-sdk-observabilityadmin>=1<2:devel/rubygem-aws-sdk-observabilityadmin \ rubygem-aws-sdk-odb>=1<2:devel/rubygem-aws-sdk-odb \ @@ -299,6 +300,8 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-osis>=1<2:devel/rubygem-aws-sdk-osis \ rubygem-aws-sdk-outposts>=1<2:devel/rubygem-aws-sdk-outposts \ rubygem-aws-sdk-panorama>=1<2:devel/rubygem-aws-sdk-panorama \ + rubygem-aws-sdk-partnercentralaccount>=1<2:devel/rubygem-aws-sdk-partnercentralaccount \ + rubygem-aws-sdk-partnercentralbenefits>=1<2:devel/rubygem-aws-sdk-partnercentralbenefits \ rubygem-aws-sdk-partnercentralchannel>=1<2:devel/rubygem-aws-sdk-partnercentralchannel \ rubygem-aws-sdk-partnercentralselling>=1<2:devel/rubygem-aws-sdk-partnercentralselling \ rubygem-aws-sdk-paymentcryptography>=1<2:devel/rubygem-aws-sdk-paymentcryptography \ @@ -339,6 +342,7 @@ RUN_DEPENDS= rubygem-aws-sdk-accessanalyzer>=1<2:devel/rubygem-aws-sdk-accessana rubygem-aws-sdk-rolesanywhere>=1<2:devel/rubygem-aws-sdk-rolesanywhere \ rubygem-aws-sdk-route53>=1<2:devel/rubygem-aws-sdk-route53 \ rubygem-aws-sdk-route53domains>=1<2:devel/rubygem-aws-sdk-route53domains \ + rubygem-aws-sdk-route53globalresolver>=1<2:devel/rubygem-aws-sdk-route53globalresolver \ rubygem-aws-sdk-route53profiles>=1<2:devel/rubygem-aws-sdk-route53profiles \ rubygem-aws-sdk-route53recoverycluster>=1<2:devel/rubygem-aws-sdk-route53recoverycluster \ rubygem-aws-sdk-route53recoverycontrolconfig>=1<2:devel/rubygem-aws-sdk-route53recoverycontrolconfig \ diff --git a/devel/rubygem-aws-sdk-resources/distinfo b/devel/rubygem-aws-sdk-resources/distinfo index cacd4aadd75f..6a75f8dea234 100644 --- a/devel/rubygem-aws-sdk-resources/distinfo +++ b/devel/rubygem-aws-sdk-resources/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854148 -SHA256 (rubygem/aws-sdk-resources-3.247.0.gem) = 35aa58f6c3db2280f89a3159397cad6a6a000ffefea323feec0b3c31a5bac82c -SIZE (rubygem/aws-sdk-resources-3.247.0.gem) = 23552 +TIMESTAMP = 1765032920 +SHA256 (rubygem/aws-sdk-resources-3.249.0.gem) = 630e02fb134e98dcd79b9b6da0a9b19c0ad2e72fa08616651c11b7bb556461c6 +SIZE (rubygem/aws-sdk-resources-3.249.0.gem) = 23552 diff --git a/devel/rubygem-aws-sdk-route53globalresolver/Makefile b/devel/rubygem-aws-sdk-route53globalresolver/Makefile new file mode 100644 index 000000000000..1a92fc950650 --- /dev/null +++ b/devel/rubygem-aws-sdk-route53globalresolver/Makefile @@ -0,0 +1,20 @@ +PORTNAME= aws-sdk-route53globalresolver +PORTVERSION= 1.0.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Official AWS Ruby gem for Amazon Route 53 Global Resolver +WWW= https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-route53globalresolver + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= rubygem-aws-sdk-core>=3.239.1<4:devel/rubygem-aws-sdk-core \ + rubygem-aws-sigv4>=1.5<2:devel/rubygem-aws-sigv4 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-aws-sdk-route53globalresolver/distinfo b/devel/rubygem-aws-sdk-route53globalresolver/distinfo new file mode 100644 index 000000000000..b4e7e3b16f81 --- /dev/null +++ b/devel/rubygem-aws-sdk-route53globalresolver/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032642 +SHA256 (rubygem/aws-sdk-route53globalresolver-1.0.0.gem) = 830f3bdd62107e00108b0e67626e16e26f7b6a1fcae41076206ed6a60204a945 +SIZE (rubygem/aws-sdk-route53globalresolver-1.0.0.gem) = 60416 diff --git a/devel/rubygem-aws-sdk-route53globalresolver/pkg-descr b/devel/rubygem-aws-sdk-route53globalresolver/pkg-descr new file mode 100644 index 000000000000..baebcd853f65 --- /dev/null +++ b/devel/rubygem-aws-sdk-route53globalresolver/pkg-descr @@ -0,0 +1 @@ +Official AWS Ruby gem for Amazon Route 53 Global Resolver. diff --git a/devel/rubygem-aws-sdk-s3/Makefile b/devel/rubygem-aws-sdk-s3/Makefile index 392bcc2268f2..a4703e37e019 100644 --- a/devel/rubygem-aws-sdk-s3/Makefile +++ b/devel/rubygem-aws-sdk-s3/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3 -PORTVERSION= 1.205.0 +PORTVERSION= 1.206.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3/distinfo b/devel/rubygem-aws-sdk-s3/distinfo index b36f73e3df10..9e78d6d268a7 100644 --- a/devel/rubygem-aws-sdk-s3/distinfo +++ b/devel/rubygem-aws-sdk-s3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854168 -SHA256 (rubygem/aws-sdk-s3-1.205.0.gem) = dcffbd495dfd2d6ba5bc86e7b0c58facb982aae298b328e5f199ece38dea2ee9 -SIZE (rubygem/aws-sdk-s3-1.205.0.gem) = 536064 +TIMESTAMP = 1765032922 +SHA256 (rubygem/aws-sdk-s3-1.206.0.gem) = 85f9e4681bbcf105c4659da30deeb535ea7c36aa2a43b61cb665f6b957d12aed +SIZE (rubygem/aws-sdk-s3-1.206.0.gem) = 534528 diff --git a/devel/rubygem-aws-sdk-s3control/Makefile b/devel/rubygem-aws-sdk-s3control/Makefile index 9dd70697b9f5..70f12fad02f4 100644 --- a/devel/rubygem-aws-sdk-s3control/Makefile +++ b/devel/rubygem-aws-sdk-s3control/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3control -PORTVERSION= 1.121.0 +PORTVERSION= 1.122.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3control/distinfo b/devel/rubygem-aws-sdk-s3control/distinfo index d76bb4f8adf5..e1fc3f7c5c60 100644 --- a/devel/rubygem-aws-sdk-s3control/distinfo +++ b/devel/rubygem-aws-sdk-s3control/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854170 -SHA256 (rubygem/aws-sdk-s3control-1.121.0.gem) = ce6c8ce55159a08c4b114f8427752d5cbb62234f083d52f6bea841cd7073aea5 -SIZE (rubygem/aws-sdk-s3control-1.121.0.gem) = 162816 +TIMESTAMP = 1765032924 +SHA256 (rubygem/aws-sdk-s3control-1.122.0.gem) = 22d72c847d19d54577cf3f4c095a6859e8e1957ed9e60936d21e815b11132ff7 +SIZE (rubygem/aws-sdk-s3control-1.122.0.gem) = 163328 diff --git a/devel/rubygem-aws-sdk-s3tables/Makefile b/devel/rubygem-aws-sdk-s3tables/Makefile index 533c80cc4d15..ed5c0794496c 100644 --- a/devel/rubygem-aws-sdk-s3tables/Makefile +++ b/devel/rubygem-aws-sdk-s3tables/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3tables -PORTVERSION= 1.21.0 +PORTVERSION= 1.22.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3tables/distinfo b/devel/rubygem-aws-sdk-s3tables/distinfo index 26682c64639e..edd2920bf966 100644 --- a/devel/rubygem-aws-sdk-s3tables/distinfo +++ b/devel/rubygem-aws-sdk-s3tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854174 -SHA256 (rubygem/aws-sdk-s3tables-1.21.0.gem) = 5b3e47f472590cebaf6b89c93d9cf125ec9a07a3b9946eb6c97cbd3a0690a1e2 -SIZE (rubygem/aws-sdk-s3tables-1.21.0.gem) = 41472 +TIMESTAMP = 1765032926 +SHA256 (rubygem/aws-sdk-s3tables-1.22.0.gem) = 134cef816b8eee4b0165d08a46909d12657a473f9924f1b0a1d3398502e86137 +SIZE (rubygem/aws-sdk-s3tables-1.22.0.gem) = 50688 diff --git a/devel/rubygem-aws-sdk-s3vectors/Makefile b/devel/rubygem-aws-sdk-s3vectors/Makefile index ccc95b99bc20..53fa4933d1e8 100644 --- a/devel/rubygem-aws-sdk-s3vectors/Makefile +++ b/devel/rubygem-aws-sdk-s3vectors/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-s3vectors -PORTVERSION= 1.9.0 +PORTVERSION= 1.10.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-s3vectors/distinfo b/devel/rubygem-aws-sdk-s3vectors/distinfo index acd684d5ff83..b09edc921e91 100644 --- a/devel/rubygem-aws-sdk-s3vectors/distinfo +++ b/devel/rubygem-aws-sdk-s3vectors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854176 -SHA256 (rubygem/aws-sdk-s3vectors-1.9.0.gem) = 4650be8e109c78184f094fc4c4c3e02c54d192fba1488e70c166753f22f67849 -SIZE (rubygem/aws-sdk-s3vectors-1.9.0.gem) = 35840 +TIMESTAMP = 1765032928 +SHA256 (rubygem/aws-sdk-s3vectors-1.10.0.gem) = ec5bc4571a7a99457a3c0468ace1fec607c881dee0c8c800762ec07ce6d2747d +SIZE (rubygem/aws-sdk-s3vectors-1.10.0.gem) = 37888 diff --git a/devel/rubygem-aws-sdk-sagemaker/Makefile b/devel/rubygem-aws-sdk-sagemaker/Makefile index b5c82b12459d..9182c706e509 100644 --- a/devel/rubygem-aws-sdk-sagemaker/Makefile +++ b/devel/rubygem-aws-sdk-sagemaker/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sagemaker -PORTVERSION= 1.341.0 +PORTVERSION= 1.343.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sagemaker/distinfo b/devel/rubygem-aws-sdk-sagemaker/distinfo index dfc08244eac3..93d4f5d33340 100644 --- a/devel/rubygem-aws-sdk-sagemaker/distinfo +++ b/devel/rubygem-aws-sdk-sagemaker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854178 -SHA256 (rubygem/aws-sdk-sagemaker-1.341.0.gem) = e89163dddbf75e6204c230b6a1107b9384dcc5090737ed76a81408de9b7289fc -SIZE (rubygem/aws-sdk-sagemaker-1.341.0.gem) = 840704 +TIMESTAMP = 1765032930 +SHA256 (rubygem/aws-sdk-sagemaker-1.343.0.gem) = fb0b77dcec03e980b54ceea4187cb6705149733842106fe9ff51135b7d4f7ebc +SIZE (rubygem/aws-sdk-sagemaker-1.343.0.gem) = 852992 diff --git a/devel/rubygem-aws-sdk-savingsplans/Makefile b/devel/rubygem-aws-sdk-savingsplans/Makefile index 109c2f410960..f18f43e45db4 100644 --- a/devel/rubygem-aws-sdk-savingsplans/Makefile +++ b/devel/rubygem-aws-sdk-savingsplans/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-savingsplans -PORTVERSION= 1.69.0 +PORTVERSION= 1.70.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-savingsplans/distinfo b/devel/rubygem-aws-sdk-savingsplans/distinfo index f3117c4e3acc..b65a8056d511 100644 --- a/devel/rubygem-aws-sdk-savingsplans/distinfo +++ b/devel/rubygem-aws-sdk-savingsplans/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854190 -SHA256 (rubygem/aws-sdk-savingsplans-1.69.0.gem) = 8270db3a950b66634d832d256a8fed9888950d9b54c2ac3e6d9b82452d8bc3d5 -SIZE (rubygem/aws-sdk-savingsplans-1.69.0.gem) = 31744 +TIMESTAMP = 1765032932 +SHA256 (rubygem/aws-sdk-savingsplans-1.70.0.gem) = bfeeddb87ecaa42e0ac1b9871749c119a1617c779d575fec42d5e7b3429c2d7c +SIZE (rubygem/aws-sdk-savingsplans-1.70.0.gem) = 32256 diff --git a/devel/rubygem-aws-sdk-securityhub/Makefile b/devel/rubygem-aws-sdk-securityhub/Makefile index fa2cfd2c7f36..09ac0e25c750 100644 --- a/devel/rubygem-aws-sdk-securityhub/Makefile +++ b/devel/rubygem-aws-sdk-securityhub/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-securityhub -PORTVERSION= 1.147.0 +PORTVERSION= 1.148.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-securityhub/distinfo b/devel/rubygem-aws-sdk-securityhub/distinfo index 052d45895361..2768736b8efa 100644 --- a/devel/rubygem-aws-sdk-securityhub/distinfo +++ b/devel/rubygem-aws-sdk-securityhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854198 -SHA256 (rubygem/aws-sdk-securityhub-1.147.0.gem) = 8d358566d7718a5dea7ccab0bac8dfe436acc3418558610fb772fb5267715680 -SIZE (rubygem/aws-sdk-securityhub-1.147.0.gem) = 418816 +TIMESTAMP = 1765032934 +SHA256 (rubygem/aws-sdk-securityhub-1.148.0.gem) = 71785f6a9320c418f5d86567bb34bbde238f1beef4c3fefbe5cd3a0b99c18843 +SIZE (rubygem/aws-sdk-securityhub-1.148.0.gem) = 419328 diff --git a/devel/rubygem-aws-sdk-sesv2/Makefile b/devel/rubygem-aws-sdk-sesv2/Makefile index 766ddb0780cb..e80a9a88bab2 100644 --- a/devel/rubygem-aws-sdk-sesv2/Makefile +++ b/devel/rubygem-aws-sdk-sesv2/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-sdk-sesv2 -PORTVERSION= 1.88.0 +PORTVERSION= 1.89.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-aws-sdk-sesv2/distinfo b/devel/rubygem-aws-sdk-sesv2/distinfo index 8499f264a5e4..34705d464882 100644 --- a/devel/rubygem-aws-sdk-sesv2/distinfo +++ b/devel/rubygem-aws-sdk-sesv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854214 -SHA256 (rubygem/aws-sdk-sesv2-1.88.0.gem) = e227bba17217613a99b22524eebea6ea91b7d7407631e4734e07f5bafb9c985d -SIZE (rubygem/aws-sdk-sesv2-1.88.0.gem) = 148992 +TIMESTAMP = 1765032936 +SHA256 (rubygem/aws-sdk-sesv2-1.89.0.gem) = f8ffc21f687aaad06314a5536dbf7be172e7b7e10a4208e1ada8ce0e67530148 +SIZE (rubygem/aws-sdk-sesv2-1.89.0.gem) = 148992 diff --git a/devel/rubygem-cairo-gobject/Makefile b/devel/rubygem-cairo-gobject/Makefile index 2880013113eb..c79e8fadf2dd 100644 --- a/devel/rubygem-cairo-gobject/Makefile +++ b/devel/rubygem-cairo-gobject/Makefile @@ -1,5 +1,5 @@ PORTNAME= cairo-gobject -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-cairo-gobject/distinfo b/devel/rubygem-cairo-gobject/distinfo index f39593b20381..6641a9fd69cc 100644 --- a/devel/rubygem-cairo-gobject/distinfo +++ b/devel/rubygem-cairo-gobject/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121908 -SHA256 (rubygem/cairo-gobject-4.3.3.gem) = 7d6cbaae1a8e61d4174eb084aa4183c673b600ac151b0a42f86f02045b64f37d -SIZE (rubygem/cairo-gobject-4.3.3.gem) = 19456 +TIMESTAMP = 1765032990 +SHA256 (rubygem/cairo-gobject-4.3.4.gem) = c3798a830b6455c91b80e153802ecdd065af94311b4858bccd505f4199be83ca +SIZE (rubygem/cairo-gobject-4.3.4.gem) = 19456 diff --git a/devel/rubygem-excon-gitlab/Makefile b/devel/rubygem-excon-gitlab/Makefile index 2541964a973d..23f707529d31 100644 --- a/devel/rubygem-excon-gitlab/Makefile +++ b/devel/rubygem-excon-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= excon -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab diff --git a/devel/rubygem-excon-gitlab/distinfo b/devel/rubygem-excon-gitlab/distinfo index 648513e6ba20..b126b7a2412f 100644 --- a/devel/rubygem-excon-gitlab/distinfo +++ b/devel/rubygem-excon-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761392919 -SHA256 (rubygem/excon-1.3.0.gem) = d83d3bc2a46a74f969406071e0acc32971381a01d7382a79fa75529fb28046be -SIZE (rubygem/excon-1.3.0.gem) = 174080 +TIMESTAMP = 1765604502 +SHA256 (rubygem/excon-1.3.2.gem) = a089babe98638e58042a7d542b2bbd183304527e33d612b6dde22fa491a544a5 +SIZE (rubygem/excon-1.3.2.gem) = 172544 diff --git a/devel/rubygem-excon/Makefile b/devel/rubygem-excon/Makefile index f87b5578eb66..b0e0ff8e6e64 100644 --- a/devel/rubygem-excon/Makefile +++ b/devel/rubygem-excon/Makefile @@ -1,5 +1,5 @@ PORTNAME= excon -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-excon/distinfo b/devel/rubygem-excon/distinfo index 005120235cde..91a0e7b23dc0 100644 --- a/devel/rubygem-excon/distinfo +++ b/devel/rubygem-excon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854326 -SHA256 (rubygem/excon-1.3.1.gem) = bdf66805b7095105e45f7f36244f65c021d2d04a8453757a5d731e6a02587dbb -SIZE (rubygem/excon-1.3.1.gem) = 175616 +TIMESTAMP = 1765032938 +SHA256 (rubygem/excon-1.3.2.gem) = a089babe98638e58042a7d542b2bbd183304527e33d612b6dde22fa491a544a5 +SIZE (rubygem/excon-1.3.2.gem) = 172544 diff --git a/devel/rubygem-gio2/Makefile b/devel/rubygem-gio2/Makefile index 90b46c2c0003..167779cc26e1 100644 --- a/devel/rubygem-gio2/Makefile +++ b/devel/rubygem-gio2/Makefile @@ -1,5 +1,5 @@ PORTNAME= gio2 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gio2/distinfo b/devel/rubygem-gio2/distinfo index 529c448a0eac..af9da44c7b09 100644 --- a/devel/rubygem-gio2/distinfo +++ b/devel/rubygem-gio2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121910 -SHA256 (rubygem/gio2-4.3.3.gem) = 1ca843a57d5dbee9d13453418fafd50885f55d3889b12622909e5376688bd84b -SIZE (rubygem/gio2-4.3.3.gem) = 40448 +TIMESTAMP = 1765032992 +SHA256 (rubygem/gio2-4.3.4.gem) = 3707496e04c4f7002511c94f3cb508d19b6c95a67e08976e9b5570225abcee25 +SIZE (rubygem/gio2-4.3.4.gem) = 40448 diff --git a/devel/rubygem-glib2/Makefile b/devel/rubygem-glib2/Makefile index ca73cf3b713e..27787a3d279c 100644 --- a/devel/rubygem-glib2/Makefile +++ b/devel/rubygem-glib2/Makefile @@ -1,5 +1,5 @@ PORTNAME= glib2 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-glib2/distinfo b/devel/rubygem-glib2/distinfo index 8e09da5677fc..0f46ea5ef2b6 100644 --- a/devel/rubygem-glib2/distinfo +++ b/devel/rubygem-glib2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121912 -SHA256 (rubygem/glib2-4.3.3.gem) = 0a8baf371cc4512c52ca762613b89d1fae31b705e45806bf16ef9bca5837a635 -SIZE (rubygem/glib2-4.3.3.gem) = 143360 +TIMESTAMP = 1765032994 +SHA256 (rubygem/glib2-4.3.4.gem) = fb809195f0fdabdab81fea40cd316895743b948eb9ac8a209e60c4b7eb1ec2ff +SIZE (rubygem/glib2-4.3.4.gem) = 143360 diff --git a/devel/rubygem-gobject-introspection/Makefile b/devel/rubygem-gobject-introspection/Makefile index 22daf597b6bd..4070cff480b3 100644 --- a/devel/rubygem-gobject-introspection/Makefile +++ b/devel/rubygem-gobject-introspection/Makefile @@ -1,5 +1,5 @@ PORTNAME= gobject-introspection -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-gobject-introspection/distinfo b/devel/rubygem-gobject-introspection/distinfo index 4dff0cc52795..f51158c66186 100644 --- a/devel/rubygem-gobject-introspection/distinfo +++ b/devel/rubygem-gobject-introspection/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121914 -SHA256 (rubygem/gobject-introspection-4.3.3.gem) = e4bd7d7b0c16fb5bc9184ddf8a0ce36766d9bf25d3a0e0d98320f9f9a6cf6b89 -SIZE (rubygem/gobject-introspection-4.3.3.gem) = 75264 +TIMESTAMP = 1765032996 +SHA256 (rubygem/gobject-introspection-4.3.4.gem) = 78ba5f193280beccae9d1b406d521355abcec7d9e44b57c9dae3d23b7bd547a8 +SIZE (rubygem/gobject-introspection-4.3.4.gem) = 75264 diff --git a/devel/rubygem-google-apis-admin_directory_v1/Makefile b/devel/rubygem-google-apis-admin_directory_v1/Makefile index ff0f2515de8a..7225915b731b 100644 --- a/devel/rubygem-google-apis-admin_directory_v1/Makefile +++ b/devel/rubygem-google-apis-admin_directory_v1/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-admin_directory_v1 -PORTVERSION= 0.72.0 +PORTVERSION= 0.73.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-admin_directory_v1/distinfo b/devel/rubygem-google-apis-admin_directory_v1/distinfo index 8b3d0148308d..539f0dd3aa87 100644 --- a/devel/rubygem-google-apis-admin_directory_v1/distinfo +++ b/devel/rubygem-google-apis-admin_directory_v1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854330 -SHA256 (rubygem/google-apis-admin_directory_v1-0.72.0.gem) = 4ba6834db6a0f5ed9d4fdbb9bcfb7e8b424a950110830b7602b68f70b5a4dd29 -SIZE (rubygem/google-apis-admin_directory_v1-0.72.0.gem) = 73728 +TIMESTAMP = 1765032940 +SHA256 (rubygem/google-apis-admin_directory_v1-0.73.0.gem) = 8da1f170eedbb1c197c209007b3975b78d1f8abbab733ff43ea8ded18a85469a +SIZE (rubygem/google-apis-admin_directory_v1-0.73.0.gem) = 74240 diff --git a/devel/rubygem-google-apis-androidpublisher_v3/Makefile b/devel/rubygem-google-apis-androidpublisher_v3/Makefile index a40e7596888d..ca2d81b48349 100644 --- a/devel/rubygem-google-apis-androidpublisher_v3/Makefile +++ b/devel/rubygem-google-apis-androidpublisher_v3/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-apis-androidpublisher_v3 -PORTVERSION= 0.89.0 +PORTVERSION= 0.90.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-apis-androidpublisher_v3/distinfo b/devel/rubygem-google-apis-androidpublisher_v3/distinfo index db7e765905b6..022db0eaefe5 100644 --- a/devel/rubygem-google-apis-androidpublisher_v3/distinfo +++ b/devel/rubygem-google-apis-androidpublisher_v3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511042 -SHA256 (rubygem/google-apis-androidpublisher_v3-0.89.0.gem) = 092a3631e2fbc6fb2a34d18a316204831e6816b368a3ce8ebf706971dcd91183 -SIZE (rubygem/google-apis-androidpublisher_v3-0.89.0.gem) = 108544 +TIMESTAMP = 1765032942 +SHA256 (rubygem/google-apis-androidpublisher_v3-0.90.0.gem) = bb243c8b2d7352620a09006a748089857de6381015764cf3f2f81a4a68aefa40 +SIZE (rubygem/google-apis-androidpublisher_v3-0.90.0.gem) = 108544 diff --git a/devel/rubygem-google-protobuf/Makefile b/devel/rubygem-google-protobuf/Makefile index 1d07e5b3363b..acfc2be4e49e 100644 --- a/devel/rubygem-google-protobuf/Makefile +++ b/devel/rubygem-google-protobuf/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-protobuf -PORTVERSION= 4.33.1 +PORTVERSION= 4.33.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-google-protobuf/distinfo b/devel/rubygem-google-protobuf/distinfo index bec18b13e97a..6f8d24c919d3 100644 --- a/devel/rubygem-google-protobuf/distinfo +++ b/devel/rubygem-google-protobuf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854344 -SHA256 (rubygem/google-protobuf-4.33.1.gem) = 81d9bcab7a00b30a3fd042e78fcb113a0a0f564b474c64eddc378bf0558c44ec -SIZE (rubygem/google-protobuf-4.33.1.gem) = 302080 +TIMESTAMP = 1765032944 +SHA256 (rubygem/google-protobuf-4.33.2.gem) = 748150d6c642fd655ef39efa23ecf2abe6d616020039a6d1c1764be1da530315 +SIZE (rubygem/google-protobuf-4.33.2.gem) = 303104 diff --git a/devel/rubygem-io-endpoint/Makefile b/devel/rubygem-io-endpoint/Makefile index d72f5f1b3c0c..4a128077ca2a 100644 --- a/devel/rubygem-io-endpoint/Makefile +++ b/devel/rubygem-io-endpoint/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-endpoint -PORTVERSION= 0.15.2 +PORTVERSION= 0.16.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-endpoint/distinfo b/devel/rubygem-io-endpoint/distinfo index cad5eba2d46d..f2e1972d480b 100644 --- a/devel/rubygem-io-endpoint/distinfo +++ b/devel/rubygem-io-endpoint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740836288 -SHA256 (rubygem/io-endpoint-0.15.2.gem) = 1e7e90bb683945288075b43ac505aba11460a281600236b5f8fbc210cf878f25 -SIZE (rubygem/io-endpoint-0.15.2.gem) = 16384 +TIMESTAMP = 1765032946 +SHA256 (rubygem/io-endpoint-0.16.0.gem) = b5517d9d2cde28e32ef0b0e13d4422d172a093760f50aad244d50282e990a114 +SIZE (rubygem/io-endpoint-0.16.0.gem) = 19968 diff --git a/devel/rubygem-io-stream/Makefile b/devel/rubygem-io-stream/Makefile index 60e957c4b078..e80d995f215f 100644 --- a/devel/rubygem-io-stream/Makefile +++ b/devel/rubygem-io-stream/Makefile @@ -1,5 +1,5 @@ PORTNAME= io-stream -PORTVERSION= 0.11.0 +PORTVERSION= 0.11.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-io-stream/distinfo b/devel/rubygem-io-stream/distinfo index d58a41113903..b6b25068772c 100644 --- a/devel/rubygem-io-stream/distinfo +++ b/devel/rubygem-io-stream/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761447656 -SHA256 (rubygem/io-stream-0.11.0.gem) = d75b0baa991865097fbe3f101c40d3fd1ab301f9b9d7dc22586f60c524727788 -SIZE (rubygem/io-stream-0.11.0.gem) = 18432 +TIMESTAMP = 1765032948 +SHA256 (rubygem/io-stream-0.11.1.gem) = fa5f551fcff99581c1757b9d1cee2c37b124f07d2ca4f40b756a05ab9bd21b87 +SIZE (rubygem/io-stream-0.11.1.gem) = 18432 diff --git a/devel/rubygem-json/Makefile b/devel/rubygem-json/Makefile index 7895a694fb39..575c5ba0e4b3 100644 --- a/devel/rubygem-json/Makefile +++ b/devel/rubygem-json/Makefile @@ -1,5 +1,5 @@ PORTNAME= json -PORTVERSION= 2.16.0 +PORTVERSION= 2.17.1 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-json/distinfo b/devel/rubygem-json/distinfo index 2255063176b7..6289e44b4c71 100644 --- a/devel/rubygem-json/distinfo +++ b/devel/rubygem-json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854352 -SHA256 (rubygem/json-2.16.0.gem) = ca5630320bb5ca23ebfd0bac84532fab56eb357575653b815b9df42c051e1525 -SIZE (rubygem/json-2.16.0.gem) = 103936 +TIMESTAMP = 1765032950 +SHA256 (rubygem/json-2.17.1.gem) = e0e4824541336a44915436f53e7ea74c687314fb8f88080fa1456f6a34ead92e +SIZE (rubygem/json-2.17.1.gem) = 104448 diff --git a/devel/rubygem-multi_json/Makefile b/devel/rubygem-multi_json/Makefile index aff7a9387c2f..4d412afc4fe3 100644 --- a/devel/rubygem-multi_json/Makefile +++ b/devel/rubygem-multi_json/Makefile @@ -1,5 +1,5 @@ PORTNAME= multi_json -PORTVERSION= 1.17.0 +PORTVERSION= 1.18.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-multi_json/distinfo b/devel/rubygem-multi_json/distinfo index f67f292d2953..e053ea71ad32 100644 --- a/devel/rubygem-multi_json/distinfo +++ b/devel/rubygem-multi_json/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752888036 -SHA256 (rubygem/multi_json-1.17.0.gem) = 76581f6c96aebf2e85f8a8b9854829e0988f335e8671cd1a56a1036eb75e4a1b -SIZE (rubygem/multi_json-1.17.0.gem) = 22016 +TIMESTAMP = 1765032952 +SHA256 (rubygem/multi_json-1.18.0.gem) = 23f70cf73e2895a33e6d10f0ec955b28ef5627ca4bbad0f292e7d16f4675596f +SIZE (rubygem/multi_json-1.18.0.gem) = 22016 diff --git a/devel/rubygem-oj/Makefile b/devel/rubygem-oj/Makefile index dac61a80c8b0..2a2c1806cf5c 100644 --- a/devel/rubygem-oj/Makefile +++ b/devel/rubygem-oj/Makefile @@ -1,5 +1,5 @@ PORTNAME= oj -PORTVERSION= 3.16.12 +PORTVERSION= 3.16.13 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-oj/distinfo b/devel/rubygem-oj/distinfo index f739debf8b12..31e37afa92d1 100644 --- a/devel/rubygem-oj/distinfo +++ b/devel/rubygem-oj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762587410 -SHA256 (rubygem/oj-3.16.12.gem) = ad9fad6a06dabcf4cfe6a420690a4375377685c16eee0ae88e8d38a43ed7b556 -SIZE (rubygem/oj-3.16.12.gem) = 195584 +TIMESTAMP = 1765032954 +SHA256 (rubygem/oj-3.16.13.gem) = b114bcb83ef884f1736b3112108f77cf9ca90aa8111a775318cc5d7a6a1e0303 +SIZE (rubygem/oj-3.16.13.gem) = 196608 diff --git a/devel/rubygem-oj/files/patch-armv7 b/devel/rubygem-oj/files/patch-armv7 index 04ac8c56acf6..47446482c613 100644 --- a/devel/rubygem-oj/files/patch-armv7 +++ b/devel/rubygem-oj/files/patch-armv7 @@ -1,16 +1,11 @@ ---- ext/oj/simd.h.orig 2025-09-14 12:52:05 UTC +--- ext/oj/simd.h.orig 2025-12-06 21:39:02 UTC +++ ext/oj/simd.h -@@ -1,10 +1,10 @@ - #ifndef OJ_SIMD_H - #define OJ_SIMD_H +@@ -24,7 +24,7 @@ + #endif // x86/x86_64 + // ARM NEON detection -#if defined(__ARM_NEON) || defined(__ARM_NEON__) || defined(__aarch64__) || defined(_M_ARM64) +#if (defined(__ARM_NEON) || defined(__ARM_NEON__)) && (defined(__aarch64__) || defined(_M_ARM64)) #define HAVE_SIMD_NEON 1 #define SIMD_MINIMUM_THRESHOLD 6 #include <arm_neon.h> - #endif - --#endif /* OJ_SIMD_H */ -\ No newline at end of file -+#endif /* OJ_SIMD_H */ diff --git a/devel/rubygem-opentelemetry-metrics-sdk/Makefile b/devel/rubygem-opentelemetry-metrics-sdk/Makefile index 05a5c5842719..fe2da8564665 100644 --- a/devel/rubygem-opentelemetry-metrics-sdk/Makefile +++ b/devel/rubygem-opentelemetry-metrics-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= opentelemetry-metrics-sdk -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-opentelemetry-metrics-sdk/distinfo b/devel/rubygem-opentelemetry-metrics-sdk/distinfo index f8ec2279e1c2..5e442f74d6fc 100644 --- a/devel/rubygem-opentelemetry-metrics-sdk/distinfo +++ b/devel/rubygem-opentelemetry-metrics-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854354 -SHA256 (rubygem/opentelemetry-metrics-sdk-0.11.1.gem) = 5237bc563e2d09346e0804e4c1de0a7ccdf9469e78fe7b986fb9403ec9899a4b -SIZE (rubygem/opentelemetry-metrics-sdk-0.11.1.gem) = 27648 +TIMESTAMP = 1765032956 +SHA256 (rubygem/opentelemetry-metrics-sdk-0.11.2.gem) = 935bd28ec547f0fe4a46f3e6120cddf5cfd4286d74a3326f13678345f172a09f +SIZE (rubygem/opentelemetry-metrics-sdk-0.11.2.gem) = 29696 diff --git a/devel/rubygem-pkg-config/Makefile b/devel/rubygem-pkg-config/Makefile index 9729ba62822d..56a93a806e6a 100644 --- a/devel/rubygem-pkg-config/Makefile +++ b/devel/rubygem-pkg-config/Makefile @@ -1,5 +1,5 @@ PORTNAME= pkg-config -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-pkg-config/distinfo b/devel/rubygem-pkg-config/distinfo index feb05b1eecaa..a4a0d2819cf8 100644 --- a/devel/rubygem-pkg-config/distinfo +++ b/devel/rubygem-pkg-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757436637 -SHA256 (rubygem/pkg-config-1.6.4.gem) = 3083c5400c5a1c50cdce3288ae8830a7b2a076e89ded3c0ff9533eae0e82cb7a -SIZE (rubygem/pkg-config-1.6.4.gem) = 24064 +TIMESTAMP = 1765032958 +SHA256 (rubygem/pkg-config-1.6.5.gem) = 33f9f81c5322983d22b439b8b672f27777b406fea23bfec74ff14bbeb42ec733 +SIZE (rubygem/pkg-config-1.6.5.gem) = 24576 diff --git a/devel/rubygem-rbtrace/Makefile b/devel/rubygem-rbtrace/Makefile index e85d83905fb3..78703ff54a2e 100644 --- a/devel/rubygem-rbtrace/Makefile +++ b/devel/rubygem-rbtrace/Makefile @@ -1,5 +1,5 @@ PORTNAME= rbtrace -PORTVERSION= 0.5.2 +PORTVERSION= 0.5.3 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-rbtrace/distinfo b/devel/rubygem-rbtrace/distinfo index 5bf154641163..844d6b7664b7 100644 --- a/devel/rubygem-rbtrace/distinfo +++ b/devel/rubygem-rbtrace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752678832 -SHA256 (rubygem/rbtrace-0.5.2.gem) = a2d7d222ab81363aaa0e91337ddbf70df834885d401a80ea0339d86c71f31895 -SIZE (rubygem/rbtrace-0.5.2.gem) = 520704 +TIMESTAMP = 1765033042 +SHA256 (rubygem/rbtrace-0.5.3.gem) = c432292f305d9ab12fd47d9722e0d5210d983758a951fe6107c36cc955cb923f +SIZE (rubygem/rbtrace-0.5.3.gem) = 520704 diff --git a/devel/rubygem-recursive-open-struct/Makefile b/devel/rubygem-recursive-open-struct/Makefile index 71599885ca07..889804995b1b 100644 --- a/devel/rubygem-recursive-open-struct/Makefile +++ b/devel/rubygem-recursive-open-struct/Makefile @@ -1,5 +1,5 @@ PORTNAME= recursive-open-struct -PORTVERSION= 2.0.0 +PORTVERSION= 2.1.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-recursive-open-struct/distinfo b/devel/rubygem-recursive-open-struct/distinfo index 907da20bafa2..b7f5f7d2254f 100644 --- a/devel/rubygem-recursive-open-struct/distinfo +++ b/devel/rubygem-recursive-open-struct/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1728922958 -SHA256 (rubygem/recursive-open-struct-2.0.0.gem) = 8f682935042b672d798edf72fe94687a8e4462a5ba0a7a4a7bc1f2dac2e46485 -SIZE (rubygem/recursive-open-struct-2.0.0.gem) = 22528 +TIMESTAMP = 1765033044 +SHA256 (rubygem/recursive-open-struct-2.1.0.gem) = 139db05f937e51b15b950f081cf46168c388a78ca5b271dc14099cfff38c7367 +SIZE (rubygem/recursive-open-struct-2.1.0.gem) = 23552 diff --git a/devel/rubygem-rubocop-rails/Makefile b/devel/rubygem-rubocop-rails/Makefile index 70743827b750..50b6507786f8 100644 --- a/devel/rubygem-rubocop-rails/Makefile +++ b/devel/rubygem-rubocop-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= rubocop-rails -PORTVERSION= 2.34.1 +PORTVERSION= 2.34.2 CATEGORIES= devel ruby MASTER_SITES= RG diff --git a/devel/rubygem-rubocop-rails/distinfo b/devel/rubygem-rubocop-rails/distinfo index 6b7973321697..e90e55710c26 100644 --- a/devel/rubygem-rubocop-rails/distinfo +++ b/devel/rubygem-rubocop-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511050 -SHA256 (rubygem/rubocop-rails-2.34.1.gem) = 77a092ed1f05405a9e2ca1bee3d13b78ed0c3cc5342671a2d4f7de2056ee6a6e -SIZE (rubygem/rubocop-rails-2.34.1.gem) = 119808 +TIMESTAMP = 1765032960 +SHA256 (rubygem/rubocop-rails-2.34.2.gem) = 10ff246ee48b25ffeabddc5fee86d159d690bb3c7b9105755a9c7508a11d6e22 +SIZE (rubygem/rubocop-rails-2.34.2.gem) = 119808 diff --git a/devel/rubygem-sequel/Makefile b/devel/rubygem-sequel/Makefile index d2e5cf8da108..0374ace70619 100644 --- a/devel/rubygem-sequel/Makefile +++ b/devel/rubygem-sequel/Makefile @@ -1,5 +1,5 @@ PORTNAME= sequel -PORTVERSION= 5.98.0 +PORTVERSION= 5.99.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sequel/distinfo b/devel/rubygem-sequel/distinfo index 53100d87c2a9..9b20d9f4a489 100644 --- a/devel/rubygem-sequel/distinfo +++ b/devel/rubygem-sequel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762587556 -SHA256 (rubygem/sequel-5.98.0.gem) = 4fe49107a136311ca447686d941a19057e69121d6a322549e02723a269942b47 -SIZE (rubygem/sequel-5.98.0.gem) = 652800 +TIMESTAMP = 1765033046 +SHA256 (rubygem/sequel-5.99.0.gem) = a4613a1961a47a0eb6acdcc0351fe819bf24876a88fc06172a9cee5db370ea42 +SIZE (rubygem/sequel-5.99.0.gem) = 653824 diff --git a/devel/rubygem-sidekiq/Makefile b/devel/rubygem-sidekiq/Makefile index 2c8078dcd7f1..8c4b41baed61 100644 --- a/devel/rubygem-sidekiq/Makefile +++ b/devel/rubygem-sidekiq/Makefile @@ -1,5 +1,5 @@ PORTNAME= sidekiq -PORTVERSION= 8.0.9 +PORTVERSION= 8.0.10 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sidekiq/distinfo b/devel/rubygem-sidekiq/distinfo index ecbdd624b875..f26c4b2e1543 100644 --- a/devel/rubygem-sidekiq/distinfo +++ b/devel/rubygem-sidekiq/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854368 -SHA256 (rubygem/sidekiq-8.0.9.gem) = da0e2fb8a511699abe195df93a3e96210c68067efb7668a061cbdbcdb024f2ee -SIZE (rubygem/sidekiq-8.0.9.gem) = 289280 +TIMESTAMP = 1765032962 +SHA256 (rubygem/sidekiq-8.0.10.gem) = 37ccd8da8d46f6779b8655cb30c1bfcb0decd57e890ff56d8b8252a5d9a84cd6 +SIZE (rubygem/sidekiq-8.0.10.gem) = 289792 diff --git a/devel/rubygem-sorbet-runtime/Makefile b/devel/rubygem-sorbet-runtime/Makefile index abc6cb535ba3..67af04b0784c 100644 --- a/devel/rubygem-sorbet-runtime/Makefile +++ b/devel/rubygem-sorbet-runtime/Makefile @@ -1,5 +1,5 @@ PORTNAME= sorbet-runtime -PORTVERSION= 0.6.12798 +PORTVERSION= 0.6.12824 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-sorbet-runtime/distinfo b/devel/rubygem-sorbet-runtime/distinfo index 74165372594a..ce9aa556c521 100644 --- a/devel/rubygem-sorbet-runtime/distinfo +++ b/devel/rubygem-sorbet-runtime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511052 -SHA256 (rubygem/sorbet-runtime-0.6.12798.gem) = fdd314a6d1c20edf078320f5c1d5794be0504415c0587ec8ce838cf5a6fae88d -SIZE (rubygem/sorbet-runtime-0.6.12798.gem) = 88064 +TIMESTAMP = 1765032964 +SHA256 (rubygem/sorbet-runtime-0.6.12824.gem) = 29a620e0cfe77cf5079f9783d32fccbad72dfaa138013d3eaeb8135afde14c4f +SIZE (rubygem/sorbet-runtime-0.6.12824.gem) = 88064 diff --git a/devel/rubygem-stringio/Makefile b/devel/rubygem-stringio/Makefile index f1a59813e222..781b13bfc1bf 100644 --- a/devel/rubygem-stringio/Makefile +++ b/devel/rubygem-stringio/Makefile @@ -1,5 +1,5 @@ PORTNAME= stringio -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-stringio/distinfo b/devel/rubygem-stringio/distinfo index 7c4e84b0ec8b..3cac551f3646 100644 --- a/devel/rubygem-stringio/distinfo +++ b/devel/rubygem-stringio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854372 -SHA256 (rubygem/stringio-3.1.8.gem) = 99c43c3a9302843cca223fd985bfc503dd50a4b1723d3e4a9eb1d9c37d99e4ec -SIZE (rubygem/stringio-3.1.8.gem) = 20992 +TIMESTAMP = 1765032966 +SHA256 (rubygem/stringio-3.1.9.gem) = c111af13d3a73eab96a3bc2655ecf93788d13d28cb8e25c1dcbff89ace885121 +SIZE (rubygem/stringio-3.1.9.gem) = 20480 diff --git a/devel/rubygem-tins/Makefile b/devel/rubygem-tins/Makefile index 1b1fd760d74b..152a29793d0b 100644 --- a/devel/rubygem-tins/Makefile +++ b/devel/rubygem-tins/Makefile @@ -1,5 +1,5 @@ PORTNAME= tins -PORTVERSION= 1.47.0 +PORTVERSION= 1.48.0 CATEGORIES= devel rubygems MASTER_SITES= RG diff --git a/devel/rubygem-tins/distinfo b/devel/rubygem-tins/distinfo index b5426280125d..5bdcf929be16 100644 --- a/devel/rubygem-tins/distinfo +++ b/devel/rubygem-tins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854374 -SHA256 (rubygem/tins-1.47.0.gem) = 5f9ea1ea7297c94779cab20c72094e77337b71629442d59caf185e5723cbad51 -SIZE (rubygem/tins-1.47.0.gem) = 350208 +TIMESTAMP = 1765032968 +SHA256 (rubygem/tins-1.48.0.gem) = 547352491d5af17bc1af4ca8fcee884ffde3ff60c9799c7961977d697cde99c3 +SIZE (rubygem/tins-1.48.0.gem) = 351232 diff --git a/devel/sabre/files/patch-build.xml b/devel/sabre/files/patch-build.xml index 43466bae1c51..c407706ad1cf 100644 --- a/devel/sabre/files/patch-build.xml +++ b/devel/sabre/files/patch-build.xml @@ -5,7 +5,7 @@ <target name="compile" depends="prepare"> - <javac destdir="${build}/classes" classpathref="classpath.libs" debug="on"> -+ <javac destdir="${build}/classes" source="1.5" target="1.5" classpathref="classpath.libs" debug="on"> ++ <javac destdir="${build}/classes" encoding="ISO-8859-1" classpathref="classpath.libs" debug="on"> <src path="${src}"/> </javac> </target> diff --git a/devel/shapelib/Makefile b/devel/shapelib/Makefile index a9ae44a35497..f235afc1e2cc 100644 --- a/devel/shapelib/Makefile +++ b/devel/shapelib/Makefile @@ -14,7 +14,7 @@ LICENSE_COMB= dual LICENSE_FILE_LGPL20+ = ${WRKSRC}/LICENSE-LGPL LICENSE_FILE_MIT= ${WRKSRC}/LICENSE-MIT -USES= libtool localbase pathfix +USES= libtool localbase MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes diff --git a/devel/socket_wrapper/Makefile b/devel/socket_wrapper/Makefile index f0fbec55f03a..442b532d448e 100644 --- a/devel/socket_wrapper/Makefile +++ b/devel/socket_wrapper/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake:testing localbase pathfix +USES= cmake:testing localbase CMAKE_OFF= HELGRIND_TESTING \ PICKY_DEVELOPER \ diff --git a/devel/tbox/Makefile b/devel/tbox/Makefile index 805e6a02d858..722a9395bc1e 100644 --- a/devel/tbox/Makefile +++ b/devel/tbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= tbox DISTVERSIONPREFIX= v -DISTVERSION= 1.7.8 +DISTVERSION= 1.7.9 CATEGORIES= devel MAINTAINER= fuz@FreeBSD.org diff --git a/devel/tbox/distinfo b/devel/tbox/distinfo index 39aac3512e8d..ceaf28928cb3 100644 --- a/devel/tbox/distinfo +++ b/devel/tbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761568607 -SHA256 (tboox-tbox-v1.7.8_GH0.tar.gz) = eda4ea0fe53b55594a0c4842fcf1f3510fec5b183936142873c47455fdaefa4a -SIZE (tboox-tbox-v1.7.8_GH0.tar.gz) = 865326 +TIMESTAMP = 1764071324 +SHA256 (tboox-tbox-v1.7.9_GH0.tar.gz) = 8d4bba88bb279c4ff71677d15f8bfc20dfbdc3b4eee27b540fb979fe5af65e56 +SIZE (tboox-tbox-v1.7.9_GH0.tar.gz) = 874586 diff --git a/devel/tbox/pkg-plist b/devel/tbox/pkg-plist index 42d15360da08..58ae9b798cd3 100644 --- a/devel/tbox/pkg-plist +++ b/devel/tbox/pkg-plist @@ -418,4 +418,4 @@ include/tbox/zip/zlib.h include/tbox/zip/zlibraw.h lib/libtbox.so lib/libtbox.so.1 -lib/libtbox.so.1.7.7 +lib/libtbox.so.%%DISTVERSION%% diff --git a/devel/tree-sitter/Makefile b/devel/tree-sitter/Makefile index 8dfffe2f0378..8c36d841e26f 100644 --- a/devel/tree-sitter/Makefile +++ b/devel/tree-sitter/Makefile @@ -3,6 +3,9 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.25.10 CATEGORIES= devel +# When updating this port, make sure that editors/neovim can +# build against it. Updates may need to be delayed until +# neovim gains support. MAINTAINER= adamw@FreeBSD.org COMMENT= Incremental parser generator WWW= https://tree-sitter.github.io/tree-sitter/ diff --git a/devel/uid_wrapper/Makefile b/devel/uid_wrapper/Makefile index 9432c1d7e8ab..dfea8fda86d5 100644 --- a/devel/uid_wrapper/Makefile +++ b/devel/uid_wrapper/Makefile @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE TEST_DEPENDS= cmocka>=1.1.0:sysutils/cmocka -USES= cmake:testing localbase pathfix +USES= cmake:testing localbase CMAKE_OFF= PICKY_DEVELOPER \ UNIT_TESTING diff --git a/devel/umbrello/distinfo b/devel/umbrello/distinfo index 1bfbb878114e..a479a5d123c6 100644 --- a/devel/umbrello/distinfo +++ b/devel/umbrello/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264432 -SHA256 (KDE/release-service/25.08.3/umbrello-25.08.3.tar.xz) = 9048a6159c8486248a95b956ed08c1954ac21708b89a81fe6a3b0aa7a5207a2c -SIZE (KDE/release-service/25.08.3/umbrello-25.08.3.tar.xz) = 5630544 +TIMESTAMP = 1765478434 +SHA256 (KDE/release-service/25.12.0/umbrello-25.12.0.tar.xz) = 1b6264dea2c92ae4420c38567d47a0b9f0c6163ea7eff66f8354f9d1982793f7 +SIZE (KDE/release-service/25.12.0/umbrello-25.12.0.tar.xz) = 5647756 diff --git a/devel/umbrello/pkg-plist b/devel/umbrello/pkg-plist index cf7880ed4564..71a38baf107e 100644 --- a/devel/umbrello/pkg-plist +++ b/devel/umbrello/pkg-plist @@ -50,7 +50,6 @@ share/locale/ga/LC_MESSAGES/umbrello.mo share/locale/ga/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/gl/LC_MESSAGES/umbrello.mo share/locale/gl/LC_MESSAGES/umbrello_kdevphp5.mo -share/locale/he/LC_MESSAGES/umbrello_kdevphp5.mo share/locale/hi/LC_MESSAGES/umbrello.mo share/locale/hne/LC_MESSAGES/umbrello.mo share/locale/hr/LC_MESSAGES/umbrello.mo diff --git a/devel/wasi-compiler-rt21/Makefile b/devel/wasi-compiler-rt21/Makefile index 3d47b505ce0f..ca48ce998e01 100644 --- a/devel/wasi-compiler-rt21/Makefile +++ b/devel/wasi-compiler-rt21/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.6 +DISTVERSION= 21.1.7 MASTERDIR= ${.CURDIR}/../wasi-compiler-rt diff --git a/devel/wasi-libcxx21/Makefile b/devel/wasi-libcxx21/Makefile index b775a16b9525..d91c23b421b7 100644 --- a/devel/wasi-libcxx21/Makefile +++ b/devel/wasi-libcxx21/Makefile @@ -1,5 +1,5 @@ # must sync with devel/llvm21 -DISTVERSION= 21.1.6 +DISTVERSION= 21.1.7 MASTERDIR= ${.CURDIR}/../wasi-libcxx diff --git a/dns/dnsx/Makefile b/dns/dnsx/Makefile index 2116749f88f0..096eb4a191f6 100644 --- a/dns/dnsx/Makefile +++ b/dns/dnsx/Makefile @@ -1,7 +1,6 @@ PORTNAME= dnsx DISTVERSIONPREFIX= v -DISTVERSION= 1.2.2 -PORTREVISION= 2 +DISTVERSION= 1.2.3 CATEGORIES= dns MAINTAINER= dutra@FreeBSD.org @@ -10,10 +9,7 @@ WWW= https://github.com/projectdiscovery/dnsx LICENSE= MIT -USES= go:1.21,modules - -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 +USES= go:1.24,modules GO_MODULE= github.com/projectdiscovery/dnsx GO_TARGET= ./cmd/${PORTNAME} diff --git a/dns/dnsx/distinfo b/dns/dnsx/distinfo index ef3fd9ba9a07..29aefcdf4b48 100644 --- a/dns/dnsx/distinfo +++ b/dns/dnsx/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1738682873 -SHA256 (go/dns_dnsx/dnsx-v1.2.2/v1.2.2.mod) = efa1ab1a13833d9e03eeaffa43551d06d1db36af4ff7284b3efa8de6d687af2f -SIZE (go/dns_dnsx/dnsx-v1.2.2/v1.2.2.mod) = 6136 -SHA256 (go/dns_dnsx/dnsx-v1.2.2/v1.2.2.zip) = 161451dbd35f57a6d9b73e1334a63cd101b0b0e4e01b7daadeb4413b3077ddc7 -SIZE (go/dns_dnsx/dnsx-v1.2.2/v1.2.2.zip) = 329288 +TIMESTAMP = 1765347532 +SHA256 (go/dns_dnsx/dnsx-v1.2.3/v1.2.3.mod) = f40f305f7aefecec68f8f3a2c1212686c69251c009e89044eac39c2d8d5a447d +SIZE (go/dns_dnsx/dnsx-v1.2.3/v1.2.3.mod) = 6460 +SHA256 (go/dns_dnsx/dnsx-v1.2.3/v1.2.3.zip) = c7084c067796442d07a52545d1e9c2e849e3fdda57bf75b8ae8a5af71da72bb2 +SIZE (go/dns_dnsx/dnsx-v1.2.3/v1.2.3.zip) = 337141 diff --git a/dns/godns/Makefile b/dns/godns/Makefile index 6e71a557b227..4eb8256237b9 100644 --- a/dns/godns/Makefile +++ b/dns/godns/Makefile @@ -1,7 +1,6 @@ PORTNAME= godns DISTVERSIONPREFIX= v -DISTVERSION= 3.3.4 -PORTREVISION= 2 +DISTVERSION= 3.3.5 CATEGORIES= dns MASTER_SITES= https://raw.githubusercontent.com/TimothyYe/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod diff --git a/dns/godns/distinfo b/dns/godns/distinfo index 50bcb33855f8..781d5fe0a826 100644 --- a/dns/godns/distinfo +++ b/dns/godns/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761176156 -SHA256 (go/dns_godns/TimothyYe-godns-v3.3.4_GH0/go.mod) = 94a9da5217b99b7160da189654fbe35a8a33b8845cbd0fd7db0354c1028b6793 -SIZE (go/dns_godns/TimothyYe-godns-v3.3.4_GH0/go.mod) = 1821 -SHA256 (go/dns_godns/TimothyYe-godns-v3.3.4_GH0/TimothyYe-godns-v3.3.4_GH0.tar.gz) = d7c10bdeddfdfb3cc1a51e26dc594e5cc7175128badaecddf31020cf55c5e18e -SIZE (go/dns_godns/TimothyYe-godns-v3.3.4_GH0/TimothyYe-godns-v3.3.4_GH0.tar.gz) = 736668 +TIMESTAMP = 1765745082 +SHA256 (go/dns_godns/TimothyYe-godns-v3.3.5_GH0/go.mod) = 40729e5f06cbed8ede7754fd27d4055c8157aa10d240c606a2bc3a531cc7e316 +SIZE (go/dns_godns/TimothyYe-godns-v3.3.5_GH0/go.mod) = 1821 +SHA256 (go/dns_godns/TimothyYe-godns-v3.3.5_GH0/TimothyYe-godns-v3.3.5_GH0.tar.gz) = 308372268b8bc8220286eb3e0a6ddd882591baa9637af8f93036c3659a470a5f +SIZE (go/dns_godns/TimothyYe-godns-v3.3.5_GH0/TimothyYe-godns-v3.3.5_GH0.tar.gz) = 736761 diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 3e6d0f09d18b..ecfb2755a39f 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -1,6 +1,6 @@ PORTNAME= openresolv DISTVERSIONPREFIX= v -DISTVERSION= 3.17.0 +DISTVERSION= 3.17.3 CATEGORIES= dns MAINTAINER= driesm@FreeBSD.org diff --git a/dns/openresolv/distinfo b/dns/openresolv/distinfo index a6046202153b..7c602a95cebe 100644 --- a/dns/openresolv/distinfo +++ b/dns/openresolv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751042922 -SHA256 (NetworkConfiguration-openresolv-v3.17.0_GH0.tar.gz) = 1fc3e29d65cd923c96f3b0923d0c0be1cfac263c14dae0bc05145b77e89287e1 -SIZE (NetworkConfiguration-openresolv-v3.17.0_GH0.tar.gz) = 28517 +TIMESTAMP = 1765718459 +SHA256 (NetworkConfiguration-openresolv-v3.17.3_GH0.tar.gz) = 783c60479bace1b3a3165cd6d93c61ce253bc5c408c2223d5df9770fbe62b035 +SIZE (NetworkConfiguration-openresolv-v3.17.3_GH0.tar.gz) = 28738 diff --git a/dns/p5-Mozilla-PublicSuffix/Makefile b/dns/p5-Mozilla-PublicSuffix/Makefile index 009be51a58ff..96d6bc15329f 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= 17 +PORTREVISION= 18 CATEGORIES= dns perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff --git a/dns/public_suffix_list/Makefile b/dns/public_suffix_list/Makefile index 8ce29a0af231..71eb6d6b106d 100644 --- a/dns/public_suffix_list/Makefile +++ b/dns/public_suffix_list/Makefile @@ -1,5 +1,5 @@ PORTNAME= public_suffix_list -PORTVERSION= 20251117 +PORTVERSION= 20251204 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= cd0dea1 +GH_TAGNAME= ea600e4 do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/dns/public_suffix_list/distinfo b/dns/public_suffix_list/distinfo index 9b19e161e3e8..3807606b1cd2 100644 --- a/dns/public_suffix_list/distinfo +++ b/dns/public_suffix_list/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853174 -SHA256 (publicsuffix-list-20251117-cd0dea1_GH0.tar.gz) = aa5c568267b8349ef856f180368ede2fe00bad62a4927decb31612ddae137c87 -SIZE (publicsuffix-list-20251117-cd0dea1_GH0.tar.gz) = 300207 +TIMESTAMP = 1765032662 +SHA256 (publicsuffix-list-20251204-ea600e4_GH0.tar.gz) = ff4b39f33a568e12a22d3bcb55885857af1fe44b0f05e3923b698211fcf8160e +SIZE (publicsuffix-list-20251204-ea600e4_GH0.tar.gz) = 300429 diff --git a/dns/py-publicsuffix/Makefile b/dns/py-publicsuffix/Makefile index c62ad926a71c..121bc4e53c0d 100644 --- a/dns/py-publicsuffix/Makefile +++ b/dns/py-publicsuffix/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix PORTVERSION= 1.1.0 -PORTREVISION= 96 +PORTREVISION= 97 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffix2/Makefile b/dns/py-publicsuffix2/Makefile index 0e93fe963278..5dc41921a22c 100644 --- a/dns/py-publicsuffix2/Makefile +++ b/dns/py-publicsuffix2/Makefile @@ -1,6 +1,6 @@ PORTNAME= publicsuffix2 PORTVERSION= 2.20191221 -PORTREVISION= 70 +PORTREVISION= 71 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/Makefile b/dns/py-publicsuffixlist/Makefile index 236fbbd9a025..ecb8750d7852 100644 --- a/dns/py-publicsuffixlist/Makefile +++ b/dns/py-publicsuffixlist/Makefile @@ -1,5 +1,5 @@ PORTNAME= publicsuffixlist -PORTVERSION= 1.0.2.20251128 +PORTVERSION= 1.0.2.20251205 CATEGORIES= dns python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/dns/py-publicsuffixlist/distinfo b/dns/py-publicsuffixlist/distinfo index fec04929dc3c..8f2b394372f4 100644 --- a/dns/py-publicsuffixlist/distinfo +++ b/dns/py-publicsuffixlist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510972 -SHA256 (publicsuffixlist-1.0.2.20251128.tar.gz) = 2573b29c1fe3cdaf842d8d6ad971282dac1983212ddfad0617df06454327dc3a -SIZE (publicsuffixlist-1.0.2.20251128.tar.gz) = 107169 +TIMESTAMP = 1765032792 +SHA256 (publicsuffixlist-1.0.2.20251205.tar.gz) = 458bcbb5d69057e5d76c8b8b61d5caa1c998104ef5788b95d8a265561696fa76 +SIZE (publicsuffixlist-1.0.2.20251205.tar.gz) = 107196 diff --git a/dns/rubygem-public_suffix/Makefile b/dns/rubygem-public_suffix/Makefile index 62bc2cbfa5df..30a0ec557b34 100644 --- a/dns/rubygem-public_suffix/Makefile +++ b/dns/rubygem-public_suffix/Makefile @@ -1,5 +1,6 @@ PORTNAME= public_suffix PORTVERSION= 7.0.0 +PORTREVISION= 1 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/dns/rubygem-public_suffix_service/Makefile b/dns/rubygem-public_suffix_service/Makefile index 9580bcd8fb06..c94674ac732e 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= 107 +PORTREVISION= 108 CATEGORIES= dns rubygems MASTER_SITES= RG diff --git a/editors/calligra/Makefile b/editors/calligra/Makefile index ae1e4a1f3b4d..e6e18f94bff7 100644 --- a/editors/calligra/Makefile +++ b/editors/calligra/Makefile @@ -1,11 +1,7 @@ PORTNAME= calligra DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= editors kde kde-applications -PATCH_SITES= https://invent.kde.org/office/calligra/-/commit/ -PATCHFILES= 45e8b302bce1d318f310ea13599d7ce84acc477e.patch:-p1 - MAINTAINER= kde@FreeBSD.org COMMENT= KDE office suite WWW= https://calligra.org/ diff --git a/editors/calligra/distinfo b/editors/calligra/distinfo index bc7e462eb177..638cd45df49f 100644 --- a/editors/calligra/distinfo +++ b/editors/calligra/distinfo @@ -1,5 +1,3 @@ -TIMESTAMP = 1764829753 -SHA256 (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 74fac78253c429853e99fae00bcf2b84332dbc3a8f538ccf70674259266b9251 -SIZE (KDE/release-service/25.08.3/calligra-25.08.3.tar.xz) = 58045012 -SHA256 (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = cf621e71d0bcca57c9bdb9df3bfae7a0103b44ee229c8d82007a56f06b769e5b -SIZE (KDE/release-service/25.08.3/45e8b302bce1d318f310ea13599d7ce84acc477e.patch) = 6581 +TIMESTAMP = 1765478436 +SHA256 (KDE/release-service/25.12.0/calligra-25.12.0.tar.xz) = 0e1590961131c5ca7690f6d691131239b685403d14f346c0138dbc7e2f8a69fb +SIZE (KDE/release-service/25.12.0/calligra-25.12.0.tar.xz) = 58046252 diff --git a/editors/calligra/pkg-plist b/editors/calligra/pkg-plist index 17c2839f8977..538422b26171 100644 --- a/editors/calligra/pkg-plist +++ b/editors/calligra/pkg-plist @@ -5124,8 +5124,6 @@ share/doc/HTML/sv/stage/tut22.png share/doc/HTML/sv/stage/tut23.png share/doc/HTML/sv/stage/tut26.png share/doc/HTML/sv/stage/tutorial.docbook -share/doc/HTML/uk/calligra/index.cache.bz2 -share/doc/HTML/uk/calligra/index.docbook share/doc/HTML/uk/sheets/advanced.docbook share/doc/HTML/uk/sheets/basics.docbook share/doc/HTML/uk/sheets/cellformat0.png @@ -6228,12 +6226,14 @@ share/locale/hu/LC_MESSAGES/calligra_shape_text.mo share/locale/hu/LC_MESSAGES/calligra_shape_threed.mo share/locale/hu/LC_MESSAGES/calligra_shape_vector.mo share/locale/hu/LC_MESSAGES/calligra_shape_video.mo +share/locale/hu/LC_MESSAGES/calligra_shape_webshape.mo share/locale/hu/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/hu/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/hu/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/hu/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/hu/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/hu/LC_MESSAGES/calligrafilters.mo +share/locale/hu/LC_MESSAGES/calligralauncher.mo share/locale/hu/LC_MESSAGES/calligrasheets.mo share/locale/hu/LC_MESSAGES/calligrasheets_calendar.mo share/locale/hu/LC_MESSAGES/calligrasheets_solver.mo @@ -6561,12 +6561,14 @@ share/locale/lt/LC_MESSAGES/calligra_shape_text.mo share/locale/lt/LC_MESSAGES/calligra_shape_threed.mo share/locale/lt/LC_MESSAGES/calligra_shape_vector.mo share/locale/lt/LC_MESSAGES/calligra_shape_video.mo +share/locale/lt/LC_MESSAGES/calligra_shape_webshape.mo share/locale/lt/LC_MESSAGES/calligra_textediting_autocorrect.mo share/locale/lt/LC_MESSAGES/calligra_textediting_changecase.mo share/locale/lt/LC_MESSAGES/calligra_textediting_spellcheck.mo share/locale/lt/LC_MESSAGES/calligra_textediting_thesaurus.mo share/locale/lt/LC_MESSAGES/calligra_textinlineobject_variables.mo share/locale/lt/LC_MESSAGES/calligrafilters.mo +share/locale/lt/LC_MESSAGES/calligralauncher.mo share/locale/lt/LC_MESSAGES/calligrasheets.mo share/locale/lt/LC_MESSAGES/calligrasheets_calendar.mo share/locale/lt/LC_MESSAGES/calligrasheets_solver.mo diff --git a/editors/cudatext/Makefile b/editors/cudatext/Makefile index b66546ace1b7..866ebee0abbc 100644 --- a/editors/cudatext/Makefile +++ b/editors/cudatext/Makefile @@ -1,5 +1,5 @@ PORTNAME= cudatext -PORTVERSION= 1.230.0.1 +PORTVERSION= 1.230.5.0 CATEGORIES= editors PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} @@ -19,10 +19,10 @@ GH_PROJECT= CudaText GH_TUPLE= bgrabitmap:bgrabitmap:6ada359:bgrabitmap/bgrabitmap \ Alexey-T:Python-for-Lazarus:fda3fdb:python4lazarus/python4lazarus \ Alexey-T:ATFlatControls:ca8a923:atflatcontrols/atflatcontrols \ - Alexey-T:ATSynEdit:967a507:atsynedit/atsynedit \ + Alexey-T:ATSynEdit:bf48ced:atsynedit/atsynedit \ Alexey-T:Emmet-Pascal:df69312:emmet/emmet \ - Alexey-T:EControl:6296a46:econtrol/econtrol \ - Alexey-T:ATSynEdit_Ex:650668f:atsyneditex/atsyneditex \ + Alexey-T:EControl:9499374:econtrol/econtrol \ + Alexey-T:ATSynEdit_Ex:a9e651d:atsyneditex/atsyneditex \ Alexey-T:ATSynEdit_Cmp:c24f441:atsyneditcmp/atsyneditcmp \ Alexey-T:ATBinHex-Lazarus:ac03d54:atbinhex/atbinhex \ Alexey-T:UniqueInstance:753f823:uniqueinstance/uniqueinstance \ diff --git a/editors/cudatext/distinfo b/editors/cudatext/distinfo index 3c14d471bcf7..0139399190b7 100644 --- a/editors/cudatext/distinfo +++ b/editors/cudatext/distinfo @@ -1,20 +1,20 @@ -TIMESTAMP = 1763623859 -SHA256 (Alexey-T-CudaText-1.230.0.1_GH0.tar.gz) = 9d9ecf600e76d6abc3337a061c9c966fa10b0a76b605d03b2da742d9ff9f9582 -SIZE (Alexey-T-CudaText-1.230.0.1_GH0.tar.gz) = 6231323 +TIMESTAMP = 1765269361 +SHA256 (Alexey-T-CudaText-1.230.5.0_GH0.tar.gz) = 07f0e1b76dc96bdc2a730a54042677899fc4ed14a391db1a25bdde0579578892 +SIZE (Alexey-T-CudaText-1.230.5.0_GH0.tar.gz) = 6239268 SHA256 (bgrabitmap-bgrabitmap-6ada359_GH0.tar.gz) = 510a7a3d4a722a9e5f5300db18bf67ea4cc73a610386d6f38d6e7b369c35d9b0 SIZE (bgrabitmap-bgrabitmap-6ada359_GH0.tar.gz) = 7774046 SHA256 (Alexey-T-Python-for-Lazarus-fda3fdb_GH0.tar.gz) = 7243d0eb6d2f1924447fa575621474f043ec54ad258f770d230489bfeecb9cf5 SIZE (Alexey-T-Python-for-Lazarus-fda3fdb_GH0.tar.gz) = 98693 SHA256 (Alexey-T-ATFlatControls-ca8a923_GH0.tar.gz) = 57a52e07d060f70ed304c48297c4a0ee20cc08294b68f0a61a0d6fb5d54e792d SIZE (Alexey-T-ATFlatControls-ca8a923_GH0.tar.gz) = 539999 -SHA256 (Alexey-T-ATSynEdit-967a507_GH0.tar.gz) = 1953efaac552a3d0111f6d430f8f5dc2c257aef245fd2ad6e820b9a298301ab7 -SIZE (Alexey-T-ATSynEdit-967a507_GH0.tar.gz) = 1423365 +SHA256 (Alexey-T-ATSynEdit-bf48ced_GH0.tar.gz) = 5bf7a4122b9ce0242d3f7090bf13a06b94809812d849a408f22e9935a873950e +SIZE (Alexey-T-ATSynEdit-bf48ced_GH0.tar.gz) = 1425975 SHA256 (Alexey-T-Emmet-Pascal-df69312_GH0.tar.gz) = 1be587529c0487175a26f4a2a1abe1435b8c289f0351d39d8b9063ed2c6367e1 SIZE (Alexey-T-Emmet-Pascal-df69312_GH0.tar.gz) = 83643 -SHA256 (Alexey-T-EControl-6296a46_GH0.tar.gz) = 7f54dfd2dff4d210990d0b3be14d7269205c2209ad5627fa7af27864e8c3e1bb -SIZE (Alexey-T-EControl-6296a46_GH0.tar.gz) = 69608 -SHA256 (Alexey-T-ATSynEdit_Ex-650668f_GH0.tar.gz) = 88046d95002006ed04b0a42c9d77999c6db0095a1915f13269a2867b80419bb1 -SIZE (Alexey-T-ATSynEdit_Ex-650668f_GH0.tar.gz) = 50898 +SHA256 (Alexey-T-EControl-9499374_GH0.tar.gz) = 5a1c3da7e123b2c5905b6bc41c9e48606d0a80c8075881c816126eabd6c5d3cf +SIZE (Alexey-T-EControl-9499374_GH0.tar.gz) = 69675 +SHA256 (Alexey-T-ATSynEdit_Ex-a9e651d_GH0.tar.gz) = c9635c3de139478ffa2d50752d0c1dd1e3748f97e00af6de6462b74231a2ac81 +SIZE (Alexey-T-ATSynEdit_Ex-a9e651d_GH0.tar.gz) = 50858 SHA256 (Alexey-T-ATSynEdit_Cmp-c24f441_GH0.tar.gz) = 6261e867837c4ee59cda76a6edc17458cf7f11807610611a53a1becd3dad24ee SIZE (Alexey-T-ATSynEdit_Cmp-c24f441_GH0.tar.gz) = 27812 SHA256 (Alexey-T-ATBinHex-Lazarus-ac03d54_GH0.tar.gz) = 4f916d35e20513bb62d85320395ab2e4a79263c78be02ba7866d0f19f6816ef4 diff --git a/editors/cudatext/pkg-plist b/editors/cudatext/pkg-plist index 029102be0900..ab6ead107ef0 100644 --- a/editors/cudatext/pkg-plist +++ b/editors/cudatext/pkg-plist @@ -32,6 +32,7 @@ share/applications/cudatext.desktop %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_asciidoc.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_assembly.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_astro.png +%%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_audio.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_autohotkey.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_autoit.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_awk.png @@ -185,6 +186,7 @@ share/applications/cudatext.desktop %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_velocity.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_verilog.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_vhdl.png +%%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_video.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_vim.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_vlang.png %%DATADIR%%/data/filetypeicons/vscode_16x16/file_type_vscode.png diff --git a/editors/fxite/Makefile b/editors/fxite/Makefile index 270e4900a616..61a98bd17d16 100644 --- a/editors/fxite/Makefile +++ b/editors/fxite/Makefile @@ -13,7 +13,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libFOX-1.6.so:x11-toolkits/fox16 -USES= autoreconf desktop-file-utils gmake lua:52 pkgconfig +USES= autoreconf desktop-file-utils gettext-tools gmake lua:52 \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= yetanothergeek diff --git a/editors/ghostwriter/distinfo b/editors/ghostwriter/distinfo index 792a6a783f47..6c5b029fb3d4 100644 --- a/editors/ghostwriter/distinfo +++ b/editors/ghostwriter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264437 -SHA256 (KDE/release-service/25.08.3/ghostwriter-25.08.3.tar.xz) = 399969ef0707cf4883fce172d6a22dfaf29294a9b0fad2e716ad68045202b006 -SIZE (KDE/release-service/25.08.3/ghostwriter-25.08.3.tar.xz) = 2732736 +TIMESTAMP = 1765478439 +SHA256 (KDE/release-service/25.12.0/ghostwriter-25.12.0.tar.xz) = d5e9d3cb6df4153c6433b7672d0118a629db6cbdac92fe15fb5f23e824c11a12 +SIZE (KDE/release-service/25.12.0/ghostwriter-25.12.0.tar.xz) = 2734056 diff --git a/editors/ghostwriter/pkg-plist b/editors/ghostwriter/pkg-plist index 7886d91ab76e..7fc6a74e567d 100644 --- a/editors/ghostwriter/pkg-plist +++ b/editors/ghostwriter/pkg-plist @@ -48,6 +48,7 @@ share/man/es/man1/ghostwriter.1.gz share/man/it/man1/ghostwriter.1.gz share/man/man1/ghostwriter.1.gz share/man/nl/man1/ghostwriter.1.gz +share/man/pt_BR/man1/ghostwriter.1.gz share/man/ru/man1/ghostwriter.1.gz share/man/sl/man1/ghostwriter.1.gz share/man/sv/man1/ghostwriter.1.gz diff --git a/editors/kate/Makefile b/editors/kate/Makefile index 6724da37502f..37793df8d0e5 100644 --- a/editors/kate/Makefile +++ b/editors/kate/Makefile @@ -24,4 +24,7 @@ USE_XORG= x11 OPTIONS_DEFINE= DOCS +post-patch: + ${REINPLACE_CMD} "s,/bin/bash,/bin/sh," ${WRKSRC}/apps/lib/exec_inspect.sh + .include <bsd.port.mk> diff --git a/editors/kate/distinfo b/editors/kate/distinfo index ed4ea6dd21f4..5474957392b1 100644 --- a/editors/kate/distinfo +++ b/editors/kate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264439 -SHA256 (KDE/release-service/25.08.3/kate-25.08.3.tar.xz) = c92eb8b5b81c9b5dc91b5c46d20b4f3ae0b7811114779fd8f92f153233fca90b -SIZE (KDE/release-service/25.08.3/kate-25.08.3.tar.xz) = 8418112 +TIMESTAMP = 1765478441 +SHA256 (KDE/release-service/25.12.0/kate-25.12.0.tar.xz) = ea4142c40eeb392aed53354855a00e3c816c457dfe255b407c5d30c869377f56 +SIZE (KDE/release-service/25.12.0/kate-25.12.0.tar.xz) = 8516380 diff --git a/editors/kate/pkg-plist b/editors/kate/pkg-plist index a3500103142a..af42f9686ca6 100644 --- a/editors/kate/pkg-plist +++ b/editors/kate/pkg-plist @@ -1,6 +1,8 @@ +bin/exec_inspect.sh bin/kate bin/kwrite lib/libkateprivate.so.%%KDE_APPLICATIONS_VERSION%% +%%QT_PLUGINDIR%%/kf6/kio/kio_kateexec.so %%QT_PLUGINDIR%%/kf6/ktexteditor/bookmarksplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/cmaketoolsplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/compilerexplorer.so @@ -16,6 +18,7 @@ lib/libkateprivate.so.%%KDE_APPLICATIONS_VERSION%% %%QT_PLUGINDIR%%/kf6/ktexteditor/katefiletreeplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/kategdbplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/kategitblameplugin.so +%%QT_PLUGINDIR%%/kf6/ktexteditor/kategpgplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/katekonsoleplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/kateprojectplugin.so %%QT_PLUGINDIR%%/kf6/ktexteditor/katereplicodeplugin.so @@ -92,6 +95,7 @@ share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ar/LC_MESSAGES/katefiletree.mo share/locale/ar/LC_MESSAGES/kategdbplugin.mo share/locale/ar/LC_MESSAGES/kategitblameplugin.mo +share/locale/ar/LC_MESSAGES/kategpgplugin.mo share/locale/ar/LC_MESSAGES/katekeyboardmacros.mo share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo share/locale/ar/LC_MESSAGES/kateproject.mo @@ -231,6 +235,7 @@ share/locale/ca/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca/LC_MESSAGES/katefiletree.mo share/locale/ca/LC_MESSAGES/kategdbplugin.mo share/locale/ca/LC_MESSAGES/kategitblameplugin.mo +share/locale/ca/LC_MESSAGES/kategpgplugin.mo share/locale/ca/LC_MESSAGES/katekeyboardmacros.mo share/locale/ca/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca/LC_MESSAGES/kateproject.mo @@ -261,6 +266,7 @@ share/locale/ca@valencia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katefiletree.mo share/locale/ca@valencia/LC_MESSAGES/kategdbplugin.mo share/locale/ca@valencia/LC_MESSAGES/kategitblameplugin.mo +share/locale/ca@valencia/LC_MESSAGES/kategpgplugin.mo share/locale/ca@valencia/LC_MESSAGES/katekeyboardmacros.mo share/locale/ca@valencia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca@valencia/LC_MESSAGES/kateproject.mo @@ -347,6 +353,7 @@ share/locale/de/LC_MESSAGES/katefilebrowserplugin.mo share/locale/de/LC_MESSAGES/katefiletree.mo share/locale/de/LC_MESSAGES/kategdbplugin.mo share/locale/de/LC_MESSAGES/kategitblameplugin.mo +share/locale/de/LC_MESSAGES/kategpgplugin.mo share/locale/de/LC_MESSAGES/katekeyboardmacros.mo share/locale/de/LC_MESSAGES/katekonsoleplugin.mo share/locale/de/LC_MESSAGES/kateproject.mo @@ -460,6 +467,7 @@ share/locale/es/LC_MESSAGES/katefilebrowserplugin.mo share/locale/es/LC_MESSAGES/katefiletree.mo share/locale/es/LC_MESSAGES/kategdbplugin.mo share/locale/es/LC_MESSAGES/kategitblameplugin.mo +share/locale/es/LC_MESSAGES/kategpgplugin.mo share/locale/es/LC_MESSAGES/katekeyboardmacros.mo share/locale/es/LC_MESSAGES/katekonsoleplugin.mo share/locale/es/LC_MESSAGES/kateproject.mo @@ -552,6 +560,7 @@ share/locale/fi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fi/LC_MESSAGES/katefiletree.mo share/locale/fi/LC_MESSAGES/kategdbplugin.mo share/locale/fi/LC_MESSAGES/kategitblameplugin.mo +share/locale/fi/LC_MESSAGES/kategpgplugin.mo share/locale/fi/LC_MESSAGES/katekeyboardmacros.mo share/locale/fi/LC_MESSAGES/katekonsoleplugin.mo share/locale/fi/LC_MESSAGES/kateproject.mo @@ -582,6 +591,7 @@ share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fr/LC_MESSAGES/katefiletree.mo share/locale/fr/LC_MESSAGES/kategdbplugin.mo share/locale/fr/LC_MESSAGES/kategitblameplugin.mo +share/locale/fr/LC_MESSAGES/kategpgplugin.mo share/locale/fr/LC_MESSAGES/katekeyboardmacros.mo share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo share/locale/fr/LC_MESSAGES/kateproject.mo @@ -659,6 +669,7 @@ share/locale/he/LC_MESSAGES/katefilebrowserplugin.mo share/locale/he/LC_MESSAGES/katefiletree.mo share/locale/he/LC_MESSAGES/kategdbplugin.mo share/locale/he/LC_MESSAGES/kategitblameplugin.mo +share/locale/he/LC_MESSAGES/kategpgplugin.mo share/locale/he/LC_MESSAGES/katekeyboardmacros.mo share/locale/he/LC_MESSAGES/katekonsoleplugin.mo share/locale/he/LC_MESSAGES/kateproject.mo @@ -827,6 +838,7 @@ share/locale/it/LC_MESSAGES/katefilebrowserplugin.mo share/locale/it/LC_MESSAGES/katefiletree.mo share/locale/it/LC_MESSAGES/kategdbplugin.mo share/locale/it/LC_MESSAGES/kategitblameplugin.mo +share/locale/it/LC_MESSAGES/kategpgplugin.mo share/locale/it/LC_MESSAGES/katekeyboardmacros.mo share/locale/it/LC_MESSAGES/katekonsoleplugin.mo share/locale/it/LC_MESSAGES/kateproject.mo @@ -884,6 +896,7 @@ share/locale/ka/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ka/LC_MESSAGES/katefiletree.mo share/locale/ka/LC_MESSAGES/kategdbplugin.mo share/locale/ka/LC_MESSAGES/kategitblameplugin.mo +share/locale/ka/LC_MESSAGES/kategpgplugin.mo share/locale/ka/LC_MESSAGES/katekeyboardmacros.mo share/locale/ka/LC_MESSAGES/katekonsoleplugin.mo share/locale/ka/LC_MESSAGES/kateproject.mo @@ -962,9 +975,11 @@ share/locale/lt/LC_MESSAGES/kate-ctags-plugin.mo share/locale/lt/LC_MESSAGES/kate-replicode-plugin.mo share/locale/lt/LC_MESSAGES/kate.mo share/locale/lt/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/lt/LC_MESSAGES/katebookmarksplugin.mo share/locale/lt/LC_MESSAGES/katebuild-plugin.mo share/locale/lt/LC_MESSAGES/katecloseexceptplugin.mo share/locale/lt/LC_MESSAGES/katecolorpickerplugin.mo +share/locale/lt/LC_MESSAGES/katecompilerexplorer.mo share/locale/lt/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lt/LC_MESSAGES/katefiletree.mo @@ -983,6 +998,7 @@ share/locale/lt/LC_MESSAGES/katexmltools.mo share/locale/lt/LC_MESSAGES/ktexteditorpreviewplugin.mo share/locale/lt/LC_MESSAGES/lspclient.mo share/locale/lt/LC_MESSAGES/rainbowparens.mo +share/locale/lt/LC_MESSAGES/rbqlplugin.mo share/locale/lt/LC_MESSAGES/tabswitcherplugin.mo share/locale/lv/LC_MESSAGES/formatplugin.mo share/locale/lv/LC_MESSAGES/kate-ctags-plugin.mo @@ -1142,6 +1158,7 @@ share/locale/nl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nl/LC_MESSAGES/katefiletree.mo share/locale/nl/LC_MESSAGES/kategdbplugin.mo share/locale/nl/LC_MESSAGES/kategitblameplugin.mo +share/locale/nl/LC_MESSAGES/kategpgplugin.mo share/locale/nl/LC_MESSAGES/katekeyboardmacros.mo share/locale/nl/LC_MESSAGES/katekonsoleplugin.mo share/locale/nl/LC_MESSAGES/kateproject.mo @@ -1276,6 +1293,7 @@ share/locale/pt_BR/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katefiletree.mo share/locale/pt_BR/LC_MESSAGES/kategdbplugin.mo share/locale/pt_BR/LC_MESSAGES/kategitblameplugin.mo +share/locale/pt_BR/LC_MESSAGES/kategpgplugin.mo share/locale/pt_BR/LC_MESSAGES/katekeyboardmacros.mo share/locale/pt_BR/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt_BR/LC_MESSAGES/kateproject.mo @@ -1318,7 +1336,6 @@ share/locale/ru/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ru/LC_MESSAGES/kate-replicode-plugin.mo share/locale/ru/LC_MESSAGES/kate.mo share/locale/ru/LC_MESSAGES/katebacktracebrowserplugin.mo -share/locale/ru/LC_MESSAGES/katebookmarksplugin.mo share/locale/ru/LC_MESSAGES/katebuild-plugin.mo share/locale/ru/LC_MESSAGES/katecloseexceptplugin.mo share/locale/ru/LC_MESSAGES/katecolorpickerplugin.mo @@ -1431,6 +1448,7 @@ share/locale/sl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sl/LC_MESSAGES/katefiletree.mo share/locale/sl/LC_MESSAGES/kategdbplugin.mo share/locale/sl/LC_MESSAGES/kategitblameplugin.mo +share/locale/sl/LC_MESSAGES/kategpgplugin.mo share/locale/sl/LC_MESSAGES/katekeyboardmacros.mo share/locale/sl/LC_MESSAGES/katekonsoleplugin.mo share/locale/sl/LC_MESSAGES/kateproject.mo @@ -1616,6 +1634,7 @@ share/locale/tr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/tr/LC_MESSAGES/katefiletree.mo share/locale/tr/LC_MESSAGES/kategdbplugin.mo share/locale/tr/LC_MESSAGES/kategitblameplugin.mo +share/locale/tr/LC_MESSAGES/kategpgplugin.mo share/locale/tr/LC_MESSAGES/katekeyboardmacros.mo share/locale/tr/LC_MESSAGES/katekonsoleplugin.mo share/locale/tr/LC_MESSAGES/kateproject.mo @@ -1661,6 +1680,7 @@ share/locale/uk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/uk/LC_MESSAGES/katefiletree.mo share/locale/uk/LC_MESSAGES/kategdbplugin.mo share/locale/uk/LC_MESSAGES/kategitblameplugin.mo +share/locale/uk/LC_MESSAGES/kategpgplugin.mo share/locale/uk/LC_MESSAGES/katekeyboardmacros.mo share/locale/uk/LC_MESSAGES/katekonsoleplugin.mo share/locale/uk/LC_MESSAGES/kateproject.mo @@ -1725,6 +1745,7 @@ share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katefiletree.mo share/locale/zh_CN/LC_MESSAGES/kategdbplugin.mo share/locale/zh_CN/LC_MESSAGES/kategitblameplugin.mo +share/locale/zh_CN/LC_MESSAGES/kategpgplugin.mo share/locale/zh_CN/LC_MESSAGES/katekeyboardmacros.mo share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_CN/LC_MESSAGES/kateproject.mo @@ -1755,6 +1776,7 @@ share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katefiletree.mo share/locale/zh_TW/LC_MESSAGES/kategdbplugin.mo share/locale/zh_TW/LC_MESSAGES/kategitblameplugin.mo +share/locale/zh_TW/LC_MESSAGES/kategpgplugin.mo share/locale/zh_TW/LC_MESSAGES/katekeyboardmacros.mo share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_TW/LC_MESSAGES/kateproject.mo diff --git a/editors/rehex/Makefile b/editors/rehex/Makefile index 3149c3fe4ef9..00b5f3561a9b 100644 --- a/editors/rehex/Makefile +++ b/editors/rehex/Makefile @@ -1,6 +1,5 @@ PORTNAME= rehex -DISTVERSION= 0.63.3 -PORTREVISION= 1 +DISTVERSION= 0.63.4 CATEGORIES= editors MAINTAINER= fuz@FreeBSD.org diff --git a/editors/rehex/distinfo b/editors/rehex/distinfo index 415f26075ffd..769fdf2cb493 100644 --- a/editors/rehex/distinfo +++ b/editors/rehex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757409294 -SHA256 (solemnwarning-rehex-0.63.3_GH0.tar.gz) = 46770bdcab3686dd4ef511b128388e5d32e8cc8edd4e72d7b2756396bc8be61e -SIZE (solemnwarning-rehex-0.63.3_GH0.tar.gz) = 5048992 +TIMESTAMP = 1763915683 +SHA256 (solemnwarning-rehex-0.63.4_GH0.tar.gz) = ddddd21525e9a07e05b961773e535add9fa606a03e79ab675a471ed09a228a8a +SIZE (solemnwarning-rehex-0.63.4_GH0.tar.gz) = 5049620 diff --git a/editors/zed/Makefile b/editors/zed/Makefile index ec4e4aa719fd..749f8e4423b8 100644 --- a/editors/zed/Makefile +++ b/editors/zed/Makefile @@ -1,6 +1,6 @@ PORTNAME= zed DISTVERSIONPREFIX= v -DISTVERSION= 0.214.7 +DISTVERSION= 0.216.1 CATEGORIES= editors PKGNAMESUFFIX= -editor diff --git a/editors/zed/Makefile.crates b/editors/zed/Makefile.crates index 27c419d67766..aba971c2fbf0 100644 --- a/editors/zed/Makefile.crates +++ b/editors/zed/Makefile.crates @@ -1,8 +1,8 @@ CARGO_CRATES= addr2line-0.25.1 \ adler2-2.0.1 \ aes-0.8.4 \ - agent-client-protocol-0.7.0 \ - agent-client-protocol-schema-0.6.2 \ + agent-client-protocol-0.8.0 \ + agent-client-protocol-schema-0.9.1 \ ahash-0.7.8 \ ahash-0.8.12 \ aho-corasick-1.1.3 \ @@ -157,8 +157,7 @@ CARGO_CRATES= addr2line-0.25.1 \ cached-0.56.0 \ cached_proc_macro-0.25.0 \ cached_proc_macro_types-0.1.1 \ - calloop-0.13.0 \ - calloop-wayland-source-0.3.0 \ + calloop-wayland-source-0.4.1 \ camino-1.2.1 \ cap-fs-ext-3.4.4 \ cap-net-ext-3.4.4 \ @@ -216,6 +215,8 @@ CARGO_CRATES= addr2line-0.25.1 \ const-oid-0.9.6 \ const-random-0.1.18 \ const-random-macro-0.1.16 \ + const_format-0.2.35 \ + const_format_proc_macros-0.2.34 \ constant_time_eq-0.1.5 \ constant_time_eq-0.3.1 \ convert_case-0.4.0 \ @@ -282,11 +283,8 @@ CARGO_CRATES= addr2line-0.25.1 \ cxxbridge-flags-1.0.187 \ cxxbridge-macro-1.0.187 \ darling-0.20.11 \ - darling-0.21.3 \ darling_core-0.20.11 \ - darling_core-0.21.3 \ darling_macro-0.20.11 \ - darling_macro-0.21.3 \ dashmap-5.5.3 \ dashmap-6.1.0 \ dasp_sample-0.11.0 \ @@ -530,7 +528,6 @@ CARGO_CRATES= addr2line-0.25.1 \ imagesize-0.13.0 \ imara-diff-0.1.8 \ imgref-1.12.0 \ - indexmap-1.9.3 \ indexmap-2.11.4 \ indoc-2.0.6 \ inherent-1.0.13 \ @@ -551,6 +548,7 @@ CARGO_CRATES= addr2line-0.25.1 \ is-docker-0.2.0 \ is-terminal-0.4.16 \ is-wsl-0.4.0 \ + is_executable-1.0.5 \ is_terminal_polyfill-1.70.1 \ itertools-0.10.5 \ itertools-0.11.0 \ @@ -803,6 +801,7 @@ CARGO_CRATES= addr2line-0.25.1 \ polars-utils-0.51.0 \ polling-3.11.0 \ pollster-0.2.5 \ + pori-0.0.0 \ portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ portable-pty-0.9.0 \ @@ -940,7 +939,6 @@ CARGO_CRATES= addr2line-0.25.1 \ salsa20-0.10.2 \ same-file-1.0.6 \ schannel-0.1.28 \ - schemars-0.9.0 \ schemars-1.0.4 \ schemars_derive-1.0.4 \ scoped-tls-1.0.1 \ @@ -978,8 +976,6 @@ CARGO_CRATES= addr2line-0.25.1 \ serde_spanned-1.0.3 \ serde_stacker-0.1.14 \ serde_urlencoded-0.7.1 \ - serde_with-3.15.0 \ - serde_with_macros-3.15.0 \ serde_yaml-0.9.34+deprecated \ serial2-0.2.33 \ sha1-0.10.6 \ @@ -1157,7 +1153,7 @@ CARGO_CRATES= addr2line-0.25.1 \ trait-variant-0.1.2 \ transpose-0.2.3 \ tree-sitter-0.25.10 \ - tree-sitter-bash-0.25.0 \ + tree-sitter-bash-0.25.1 \ tree-sitter-c-0.23.4 \ tree-sitter-css-0.23.2 \ tree-sitter-diff-0.1.0 \ @@ -1271,6 +1267,7 @@ CARGO_CRATES= addr2line-0.25.1 \ wasmtime-winch-29.0.1 \ wasmtime-wit-bindgen-29.0.1 \ wast-35.0.2 \ + wax-0.6.0 \ wayland-backend-0.3.11 \ wayland-client-0.31.11 \ wayland-cursor-0.31.11 \ @@ -1442,19 +1439,19 @@ CARGO_CRATES= addr2line-0.25.1 \ zvariant-5.8.0 \ zvariant_derive-5.8.0 \ zvariant_utils-3.2.1 \ - gh-workflow,gh-workflow-macros@git+https://github.com/zed-industries/gh-workflow?rev=3eaa84abca0778eb54272f45a312cb24f9a0b435\#3eaa84abca0778eb54272f45a312cb24f9a0b435 \ - pet,pet-conda,pet-core,pet-env-var-path,pet-fs,pet-global-virtualenvs,pet-homebrew,pet-jsonrpc,pet-linux-global-python,pet-mac-commandlinetools,pet-mac-python-org,pet-mac-xcode,pet-pipenv,pet-pixi,pet-poetry,pet-pyenv,pet-python-utils,pet-reporter,pet-telemetry,pet-venv,pet-virtualenv,pet-virtualenvwrapper,pet-windows-registry,pet-windows-store@git+https://github.com/microsoft/python-environment-tools.git?rev=e97b9508befa0062929da65a01054d25c4be861c\#e97b9508befa0062929da65a01054d25c4be861c \ candle-core,candle-nn,candle-onnx@git+https://github.com/zed-industries/candle?branch=9.1-patched\#724d75eb3deebefe83f2a7381a45d4fac6eda383 \ tree-sitter-md@git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539\#9a23c1a96c0513d8fc6520972beedd419a973539 \ - tiktoken-rs@git+https://github.com/zed-industries/tiktoken-rs?rev=30c32a4522751699adeda0d5840c71c3b75ae73d\#30c32a4522751699adeda0d5840c71c3b75ae73d \ windows-capture@git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9\#f0d6c1b6691db75461b732f6d5ff56eed002eeb9 \ tree-sitter-gomod@git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a\#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a \ rodio@git+https://github.com/RustAudio/rodio?rev=e2074c6c2acf07b57cf717e076bdda7a9ac6e70b\#e2074c6c2acf07b57cf717e076bdda7a9ac6e70b \ lsp-types@git+https://github.com/zed-industries/lsp-types?rev=b71ab4eeb27d9758be8092020a46fe33fbca4e33\#b71ab4eeb27d9758be8092020a46fe33fbca4e33 \ + gh-workflow,gh-workflow-macros@git+https://github.com/zed-industries/gh-workflow?rev=09acfdf2bd5c1d6254abefd609c808ff73547b2c\#09acfdf2bd5c1d6254abefd609c808ff73547b2c \ zed-scap@git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac\#4afea48c3b002197176fb19cd0f9b180dd36eaac \ + tiktoken-rs@git+https://github.com/zed-industries/tiktoken-rs?rev=7249f999c5fdf9bf3cc5c288c964454e4dac0c00\#7249f999c5fdf9bf3cc5c288c964454e4dac0c00 \ tree-sitter-gitcommit@git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9\#88309716a69dd13ab83443721ba6e0b491d37ee9 \ zed-reqwest@git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4\#c15662463bda39148ba154100dd44d3fba5873a4 \ tree-sitter-gowork@git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7\#acb0617bf7f4fda02c6217676cc64acb89536dc7 \ + pet,pet-conda,pet-core,pet-env-var-path,pet-fs,pet-global-virtualenvs,pet-homebrew,pet-jsonrpc,pet-linux-global-python,pet-mac-commandlinetools,pet-mac-python-org,pet-mac-xcode,pet-pipenv,pet-pixi,pet-poetry,pet-pyenv,pet-python-utils,pet-reporter,pet-telemetry,pet-uv,pet-venv,pet-virtualenv,pet-virtualenvwrapper,pet-windows-registry,pet-windows-store@git+https://github.com/microsoft/python-environment-tools.git?rev=1e86914c3ce2f3a08c0cedbcb0615a7f9fa7a5da\#1e86914c3ce2f3a08c0cedbcb0615a7f9fa7a5da \ xim-ctext,xim-parser,zed-xim@git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8\#16f35a2c881b815a2b6cdfd6687988e84f8447d8 \ tree-sitter-cpp@git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609\#5cb9b693cfd7bfacab1d9ff4acac1a4150700609 \ tree-sitter-heex@git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592\#1dd45142fbb05562e35b2040c6129c9bca346592 \ @@ -1465,4 +1462,5 @@ CARGO_CRATES= addr2line-0.25.1 \ zed-font-kit@git+https://github.com/zed-industries/font-kit?rev=110523127440aefb11ce0cf280ae7c5071337ec5\#110523127440aefb11ce0cf280ae7c5071337ec5 \ notify,notify-types@git+https://github.com/zed-industries/notify.git?rev=b4588b2e5aee68f4c0e100f140e808cbce7b1419\#b4588b2e5aee68f4c0e100f140e808cbce7b1419 \ tree-sitter-typescript@git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899\#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899 \ - tree-sitter-yaml@git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a\#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a + tree-sitter-yaml@git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a\#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a \ + calloop@git+https://github.com/zed-industries/calloop\#eb6b4fd17b9af5ecc226546bdd04185391b3e265 diff --git a/editors/zed/distinfo b/editors/zed/distinfo index e04124abfa8b..c931258626aa 100644 --- a/editors/zed/distinfo +++ b/editors/zed/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1764593002 +TIMESTAMP = 1765605659 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa SIZE (rust/crates/adler2-2.0.1.crate) = 13366 SHA256 (rust/crates/aes-0.8.4.crate) = b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0 SIZE (rust/crates/aes-0.8.4.crate) = 124812 -SHA256 (rust/crates/agent-client-protocol-0.7.0.crate) = 525705e39c11cd73f7bc784e3681a9386aa30c8d0630808d3dc2237eb4f9cb1b -SIZE (rust/crates/agent-client-protocol-0.7.0.crate) = 30061 -SHA256 (rust/crates/agent-client-protocol-schema-0.6.2.crate) = ecf16c18fea41282d6bbadd1549a06be6836bddb1893f44a6235f340fa24e2af -SIZE (rust/crates/agent-client-protocol-schema-0.6.2.crate) = 36370 +SHA256 (rust/crates/agent-client-protocol-0.8.0.crate) = 3e639d6b544ad39f5b4e05802db5eb04e1518284eb05fda1839931003e0244c8 +SIZE (rust/crates/agent-client-protocol-0.8.0.crate) = 26819 +SHA256 (rust/crates/agent-client-protocol-schema-0.9.1.crate) = f182f5e14bef8232b239719bd99166bb11e986c08fc211f28e392f880d3093ba +SIZE (rust/crates/agent-client-protocol-schema-0.9.1.crate) = 43781 SHA256 (rust/crates/ahash-0.7.8.crate) = 891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9 SIZE (rust/crates/ahash-0.7.8.crate) = 38550 SHA256 (rust/crates/ahash-0.8.12.crate) = 5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75 @@ -317,10 +317,8 @@ SHA256 (rust/crates/cached_proc_macro-0.25.0.crate) = 9225bdcf4e4a9a4c08bf166079 SIZE (rust/crates/cached_proc_macro-0.25.0.crate) = 11890 SHA256 (rust/crates/cached_proc_macro_types-0.1.1.crate) = ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0 SIZE (rust/crates/cached_proc_macro_types-0.1.1.crate) = 1813 -SHA256 (rust/crates/calloop-0.13.0.crate) = b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec -SIZE (rust/crates/calloop-0.13.0.crate) = 69698 -SHA256 (rust/crates/calloop-wayland-source-0.3.0.crate) = 95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20 -SIZE (rust/crates/calloop-wayland-source-0.3.0.crate) = 11300 +SHA256 (rust/crates/calloop-wayland-source-0.4.1.crate) = 138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa +SIZE (rust/crates/calloop-wayland-source-0.4.1.crate) = 11247 SHA256 (rust/crates/camino-1.2.1.crate) = 276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609 SIZE (rust/crates/camino-1.2.1.crate) = 41364 SHA256 (rust/crates/cap-fs-ext-3.4.4.crate) = e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c @@ -435,6 +433,10 @@ SHA256 (rust/crates/const-random-0.1.18.crate) = 87e00182fe74b066627d63b85fd550a SIZE (rust/crates/const-random-0.1.18.crate) = 6646 SHA256 (rust/crates/const-random-macro-0.1.16.crate) = f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e SIZE (rust/crates/const-random-macro-0.1.16.crate) = 6657 +SHA256 (rust/crates/const_format-0.2.35.crate) = 7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad +SIZE (rust/crates/const_format-0.2.35.crate) = 79187 +SHA256 (rust/crates/const_format_proc_macros-0.2.34.crate) = 1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744 +SIZE (rust/crates/const_format_proc_macros-0.2.34.crate) = 24396 SHA256 (rust/crates/constant_time_eq-0.1.5.crate) = 245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc SIZE (rust/crates/constant_time_eq-0.1.5.crate) = 4936 SHA256 (rust/crates/constant_time_eq-0.3.1.crate) = 7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6 @@ -567,16 +569,10 @@ SHA256 (rust/crates/cxxbridge-macro-1.0.187.crate) = 2a8ebf0b6138325af3ec73324cb SIZE (rust/crates/cxxbridge-macro-1.0.187.crate) = 69807 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 -SHA256 (rust/crates/darling-0.21.3.crate) = 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0 -SIZE (rust/crates/darling-0.21.3.crate) = 41398 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 -SHA256 (rust/crates/darling_core-0.21.3.crate) = 1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4 -SIZE (rust/crates/darling_core-0.21.3.crate) = 74471 SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 -SHA256 (rust/crates/darling_macro-0.21.3.crate) = d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81 -SIZE (rust/crates/darling_macro-0.21.3.crate) = 2535 SHA256 (rust/crates/dashmap-5.5.3.crate) = 978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856 SIZE (rust/crates/dashmap-5.5.3.crate) = 24061 SHA256 (rust/crates/dashmap-6.1.0.crate) = 5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf @@ -1063,8 +1059,6 @@ SHA256 (rust/crates/imara-diff-0.1.8.crate) = 17d34b7d42178945f775e84bc4c36dde7c SIZE (rust/crates/imara-diff-0.1.8.crate) = 155787 SHA256 (rust/crates/imgref-1.12.0.crate) = e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8 SIZE (rust/crates/imgref-1.12.0.crate) = 66324 -SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 -SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd @@ -1105,6 +1099,8 @@ SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee8 SIZE (rust/crates/is-terminal-0.4.16.crate) = 7811 SHA256 (rust/crates/is-wsl-0.4.0.crate) = 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 SIZE (rust/crates/is-wsl-0.4.0.crate) = 3264 +SHA256 (rust/crates/is_executable-1.0.5.crate) = baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4 +SIZE (rust/crates/is_executable-1.0.5.crate) = 9227 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 SHA256 (rust/crates/itertools-0.10.5.crate) = b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473 @@ -1609,6 +1605,8 @@ SHA256 (rust/crates/polling-3.11.0.crate) = 5d0e4f59085d47d8241c88ead0f274e8a0cb SIZE (rust/crates/polling-3.11.0.crate) = 59387 SHA256 (rust/crates/pollster-0.2.5.crate) = 5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7 SIZE (rust/crates/pollster-0.2.5.crate) = 8817 +SHA256 (rust/crates/pori-0.0.0.crate) = a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906 +SIZE (rust/crates/pori-0.0.0.crate) = 4839 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 @@ -1883,8 +1881,6 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/schannel-0.1.28.crate) = 891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1 SIZE (rust/crates/schannel-0.1.28.crate) = 42312 -SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f -SIZE (rust/crates/schemars-0.9.0.crate) = 80032 SHA256 (rust/crates/schemars-1.0.4.crate) = 82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0 SIZE (rust/crates/schemars-1.0.4.crate) = 88282 SHA256 (rust/crates/schemars_derive-1.0.4.crate) = 33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80 @@ -1959,10 +1955,6 @@ SHA256 (rust/crates/serde_stacker-0.1.14.crate) = d4936375d50c4be7eff22293a9344f SIZE (rust/crates/serde_stacker-0.1.14.crate) = 13257 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.15.0.crate) = 6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5 -SIZE (rust/crates/serde_with-3.15.0.crate) = 196624 -SHA256 (rust/crates/serde_with_macros-3.15.0.crate) = a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27 -SIZE (rust/crates/serde_with_macros-3.15.0.crate) = 38082 SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 SHA256 (rust/crates/serial2-0.2.33.crate) = 8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c @@ -2317,8 +2309,8 @@ SHA256 (rust/crates/transpose-0.2.3.crate) = 1ad61aed86bc3faea4300c7aee358b4c6d0 SIZE (rust/crates/transpose-0.2.3.crate) = 10913 SHA256 (rust/crates/tree-sitter-0.25.10.crate) = 78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87 SIZE (rust/crates/tree-sitter-0.25.10.crate) = 197383 -SHA256 (rust/crates/tree-sitter-bash-0.25.0.crate) = 871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6 -SIZE (rust/crates/tree-sitter-bash-0.25.0.crate) = 443064 +SHA256 (rust/crates/tree-sitter-bash-0.25.1.crate) = 9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062 +SIZE (rust/crates/tree-sitter-bash-0.25.1.crate) = 438310 SHA256 (rust/crates/tree-sitter-c-0.23.4.crate) = afd2b1bf1585dc2ef6d69e87d01db8adb059006649dd5f96f31aa789ee6e9c71 SIZE (rust/crates/tree-sitter-c-0.23.4.crate) = 247226 SHA256 (rust/crates/tree-sitter-css-0.23.2.crate) = 5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e @@ -2545,6 +2537,8 @@ SHA256 (rust/crates/wasmtime-wit-bindgen-29.0.1.crate) = 8358319c2dd1e4db79e3c1c SIZE (rust/crates/wasmtime-wit-bindgen-29.0.1.crate) = 31902 SHA256 (rust/crates/wast-35.0.2.crate) = 2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68 SIZE (rust/crates/wast-35.0.2.crate) = 90940 +SHA256 (rust/crates/wax-0.6.0.crate) = 8d12a78aa0bab22d2f26ed1a96df7ab58e8a93506a3e20adb47c51a93b4e1357 +SIZE (rust/crates/wax-0.6.0.crate) = 60628 SHA256 (rust/crates/wayland-backend-0.3.11.crate) = 673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35 SIZE (rust/crates/wayland-backend-0.3.11.crate) = 76980 SHA256 (rust/crates/wayland-client-0.31.11.crate) = c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d @@ -2887,16 +2881,10 @@ SHA256 (rust/crates/zvariant_derive-5.8.0.crate) = da58575a1b2b20766513b1ec59d8e SIZE (rust/crates/zvariant_derive-5.8.0.crate) = 14336 SHA256 (rust/crates/zvariant_utils-3.2.1.crate) = c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599 SIZE (rust/crates/zvariant_utils-3.2.1.crate) = 14678 -SHA256 (zed-industries-gh-workflow-3eaa84abca0778eb54272f45a312cb24f9a0b435_GH0.tar.gz) = cb6f9140ecaa04aa92c4992a311a3d766390a34a04fd24d72ee3d0d0b66db211 -SIZE (zed-industries-gh-workflow-3eaa84abca0778eb54272f45a312cb24f9a0b435_GH0.tar.gz) = 44510 -SHA256 (microsoft-python-environment-tools-e97b9508befa0062929da65a01054d25c4be861c_GH0.tar.gz) = 09d7cb2b3855adb4f5a885e6f62f17edb0e3aa9557cf71c9e66efbeead95dbb3 -SIZE (microsoft-python-environment-tools-e97b9508befa0062929da65a01054d25c4be861c_GH0.tar.gz) = 1489385 SHA256 (zed-industries-candle-724d75eb3deebefe83f2a7381a45d4fac6eda383_GH0.tar.gz) = d116c435d4d8551f53389f411da02ce433c76f52809533300042ffe82b61df3e SIZE (zed-industries-candle-724d75eb3deebefe83f2a7381a45d4fac6eda383_GH0.tar.gz) = 3072184 SHA256 (tree-sitter-grammars-tree-sitter-markdown-9a23c1a96c0513d8fc6520972beedd419a973539_GH0.tar.gz) = 429dc5952b47034346eed7689f677b014e99502c9f478a3987c5d683ef3e6475 SIZE (tree-sitter-grammars-tree-sitter-markdown-9a23c1a96c0513d8fc6520972beedd419a973539_GH0.tar.gz) = 418620 -SHA256 (zed-industries-tiktoken-rs-30c32a4522751699adeda0d5840c71c3b75ae73d_GH0.tar.gz) = 0eb2013d1c10abcd46be7e61fda58aa893fe02b8dac04c864f0a3e57d279ca46 -SIZE (zed-industries-tiktoken-rs-30c32a4522751699adeda0d5840c71c3b75ae73d_GH0.tar.gz) = 3815470 SHA256 (zed-industries-windows-capture-f0d6c1b6691db75461b732f6d5ff56eed002eeb9_GH0.tar.gz) = 3667ab763b7d3040216f77abc7dedb7994f4624a5a06bca4a36f7df416fba2c8 SIZE (zed-industries-windows-capture-f0d6c1b6691db75461b732f6d5ff56eed002eeb9_GH0.tar.gz) = 40237 SHA256 (camdencheek-tree-sitter-go-mod-2e886870578eeba1927a2dc4bd2e2b3f598c5f9a_GH0.tar.gz) = de080028f29c80b5ca16b8b5199a1ae5e19b04070160a74b7a9bfccf71a3c224 @@ -2905,14 +2893,20 @@ SHA256 (RustAudio-rodio-e2074c6c2acf07b57cf717e076bdda7a9ac6e70b_GH0.tar.gz) = 0 SIZE (RustAudio-rodio-e2074c6c2acf07b57cf717e076bdda7a9ac6e70b_GH0.tar.gz) = 15032672 SHA256 (zed-industries-lsp-types-b71ab4eeb27d9758be8092020a46fe33fbca4e33_GH0.tar.gz) = d48cb935cb50ffccbafa8323e815dd220f0b829be245b4fa562ded3a09cc9c79 SIZE (zed-industries-lsp-types-b71ab4eeb27d9758be8092020a46fe33fbca4e33_GH0.tar.gz) = 74361 +SHA256 (zed-industries-gh-workflow-09acfdf2bd5c1d6254abefd609c808ff73547b2c_GH0.tar.gz) = 9e28ce01a44e2fc63ddbaf5045924c8e6de8595f53d933e47786ee23f9b7fe8e +SIZE (zed-industries-gh-workflow-09acfdf2bd5c1d6254abefd609c808ff73547b2c_GH0.tar.gz) = 44984 SHA256 (zed-industries-scap-4afea48c3b002197176fb19cd0f9b180dd36eaac_GH0.tar.gz) = 48f60b164435404d1389a090f7a2d06e43acc87c1abba3799109d20f171e7e1d SIZE (zed-industries-scap-4afea48c3b002197176fb19cd0f9b180dd36eaac_GH0.tar.gz) = 5161737 +SHA256 (zed-industries-tiktoken-rs-7249f999c5fdf9bf3cc5c288c964454e4dac0c00_GH0.tar.gz) = b30a099ea15c34663648df1b17dec0ecaa4f230ef57690f01f1d0e8b2fdde48e +SIZE (zed-industries-tiktoken-rs-7249f999c5fdf9bf3cc5c288c964454e4dac0c00_GH0.tar.gz) = 3815394 SHA256 (zed-industries-tree-sitter-git-commit-88309716a69dd13ab83443721ba6e0b491d37ee9_GH0.tar.gz) = 8483d01c4443a016961545bf520c841bbec9b6d927e12a94666ebc4bf0186327 SIZE (zed-industries-tree-sitter-git-commit-88309716a69dd13ab83443721ba6e0b491d37ee9_GH0.tar.gz) = 73789 SHA256 (zed-industries-reqwest-c15662463bda39148ba154100dd44d3fba5873a4_GH0.tar.gz) = a0c40719d6b44db6e6d9018756ae47a2c881441a6f3148f6cf3e60d8d4db8ab0 SIZE (zed-industries-reqwest-c15662463bda39148ba154100dd44d3fba5873a4_GH0.tar.gz) = 242618 SHA256 (zed-industries-tree-sitter-go-work-acb0617bf7f4fda02c6217676cc64acb89536dc7_GH0.tar.gz) = ee92605883e6a61d38a58257a7775785df70b473ab584123901c026cbe9cc12b SIZE (zed-industries-tree-sitter-go-work-acb0617bf7f4fda02c6217676cc64acb89536dc7_GH0.tar.gz) = 16413 +SHA256 (microsoft-python-environment-tools-1e86914c3ce2f3a08c0cedbcb0615a7f9fa7a5da_GH0.tar.gz) = 1e1b9ee7640d3a04552a48b89c216c0880599a29a7765472a5397a087f5f6962 +SIZE (microsoft-python-environment-tools-1e86914c3ce2f3a08c0cedbcb0615a7f9fa7a5da_GH0.tar.gz) = 1493630 SHA256 (zed-industries-xim-rs-16f35a2c881b815a2b6cdfd6687988e84f8447d8_GH0.tar.gz) = a1a2163b226b6103e1ac39932832439ae7003c1e7bd559ce63dc50b6d68610cc SIZE (zed-industries-xim-rs-16f35a2c881b815a2b6cdfd6687988e84f8447d8_GH0.tar.gz) = 47499 SHA256 (tree-sitter-tree-sitter-cpp-5cb9b693cfd7bfacab1d9ff4acac1a4150700609_GH0.tar.gz) = 523ea95e2b5edb1529b0a9c64748e548fa4ccb1038f303f109d0e63db50f932d @@ -2935,5 +2929,7 @@ SHA256 (zed-industries-tree-sitter-typescript-e2c53597d6a5d9cf7bbe8dccde576fe1e4 SIZE (zed-industries-tree-sitter-typescript-e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899_GH0.tar.gz) = 1029506 SHA256 (zed-industries-tree-sitter-yaml-baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a_GH0.tar.gz) = c8ae67d171e47f3f48c7f8c0afa2d0e7684ad95f41529ea233214655e19b89f1 SIZE (zed-industries-tree-sitter-yaml-baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a_GH0.tar.gz) = 145319 -SHA256 (zed-industries-zed-v0.214.7_GH0.tar.gz) = cc6c58510c92d7aaa1144b59091c63a314ab84b909300cbf88bfb4412ead0196 -SIZE (zed-industries-zed-v0.214.7_GH0.tar.gz) = 22315600 +SHA256 (zed-industries-calloop-eb6b4fd17b9af5ecc226546bdd04185391b3e265_GH0.tar.gz) = 8698ebc194a6c3ee377cde94f4fdff590f6a7973bc7987c880801fa7fd69e5c3 +SIZE (zed-industries-calloop-eb6b4fd17b9af5ecc226546bdd04185391b3e265_GH0.tar.gz) = 94768 +SHA256 (zed-industries-zed-v0.216.1_GH0.tar.gz) = e392f32e2b2d1c3d1251872633a4b6d9abeb633df83346f2d58cc432820338fd +SIZE (zed-industries-zed-v0.216.1_GH0.tar.gz) = 22368372 diff --git a/editors/zed/files/patch-Cargo.lock b/editors/zed/files/patch-Cargo.lock index a8eaf7223535..1752a65915d6 100644 --- a/editors/zed/files/patch-Cargo.lock +++ b/editors/zed/files/patch-Cargo.lock @@ -1,6 +1,6 @@ ---- Cargo.lock.orig 2025-11-27 19:12:04 UTC +--- Cargo.lock.orig 2025-12-11 21:24:05 UTC +++ Cargo.lock -@@ -8397,21 +8397,20 @@ name = "ipc-channel" +@@ -8382,21 +8382,20 @@ name = "ipc-channel" [[package]] name = "ipc-channel" @@ -26,7 +26,7 @@ ] [[package]] -@@ -19888,16 +19887,6 @@ name = "windows" +@@ -19858,16 +19857,6 @@ name = "windows" [[package]] name = "windows" @@ -43,7 +43,7 @@ version = "0.61.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" -@@ -19956,19 +19945,6 @@ name = "windows-core" +@@ -19926,19 +19915,6 @@ name = "windows-core" [[package]] name = "windows-core" @@ -63,7 +63,7 @@ version = "0.61.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" -@@ -20017,17 +19993,6 @@ name = "windows-implement" +@@ -19987,17 +19963,6 @@ name = "windows-implement" [[package]] name = "windows-implement" @@ -81,7 +81,7 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" -@@ -20050,17 +20015,6 @@ name = "windows-interface" +@@ -20020,17 +19985,6 @@ name = "windows-interface" [[package]] name = "windows-interface" @@ -99,7 +99,7 @@ version = "0.59.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" -@@ -20136,15 +20090,6 @@ name = "windows-result" +@@ -20106,15 +20060,6 @@ name = "windows-result" [[package]] name = "windows-result" @@ -115,7 +115,7 @@ version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" -@@ -20159,16 +20104,6 @@ dependencies = [ +@@ -20129,16 +20074,6 @@ dependencies = [ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" dependencies = [ "windows-link 0.2.1", diff --git a/editors/zed/files/patch-crates_fs_src_fs.rs b/editors/zed/files/patch-crates_fs_src_fs.rs index aee69dd1bc0b..1a8d5b39261b 100644 --- a/editors/zed/files/patch-crates_fs_src_fs.rs +++ b/editors/zed/files/patch-crates_fs_src_fs.rs @@ -1,6 +1,6 @@ ---- crates/fs/src/fs.rs.orig 2025-11-19 15:41:44 UTC +--- crates/fs/src/fs.rs.orig 2025-12-11 21:24:05 UTC +++ crates/fs/src/fs.rs -@@ -356,7 +356,7 @@ impl FileHandle for std::fs::File { +@@ -360,7 +360,7 @@ impl FileHandle for std::fs::File { Ok(new_path) } @@ -9,7 +9,7 @@ fn current_path(&self, _: &Arc<dyn Fs>) -> Result<PathBuf> { use std::{ ffi::{CStr, OsStr}, -@@ -365,7 +365,10 @@ impl FileHandle for std::fs::File { +@@ -369,7 +369,10 @@ impl FileHandle for std::fs::File { let fd = self.as_fd(); let mut kif = MaybeUninit::<libc::kinfo_file>::uninit(); @@ -21,7 +21,7 @@ let result = unsafe { libc::fcntl(fd.as_raw_fd(), libc::F_KINFO, kif.as_mut_ptr()) }; if result == -1 { -@@ -376,6 +379,11 @@ impl FileHandle for std::fs::File { +@@ -380,6 +383,11 @@ impl FileHandle for std::fs::File { let c_str = unsafe { CStr::from_ptr(kif.assume_init().kf_path.as_ptr()) }; let path = PathBuf::from(OsStr::from_bytes(c_str.to_bytes())); Ok(path) diff --git a/editors/zed/files/patch-crates_gpui_src_platform.rs b/editors/zed/files/patch-crates_gpui_src_platform.rs index d4c4f89d6498..068b8f699b40 100644 --- a/editors/zed/files/patch-crates_gpui_src_platform.rs +++ b/editors/zed/files/patch-crates_gpui_src_platform.rs @@ -1,6 +1,6 @@ ---- crates/gpui/src/platform.rs.orig 2025-11-19 15:41:44 UTC +--- crates/gpui/src/platform.rs.orig 2025-12-03 16:43:47 UTC +++ crates/gpui/src/platform.rs -@@ -82,7 +82,7 @@ pub(crate) use windows::*; +@@ -81,7 +81,7 @@ pub(crate) use windows::*; #[cfg(target_os = "windows")] pub(crate) use windows::*; @@ -9,7 +9,7 @@ pub use linux::layer_shell; #[cfg(any(test, feature = "test-support"))] -@@ -1338,7 +1338,7 @@ pub enum WindowKind { +@@ -1337,7 +1337,7 @@ pub enum WindowKind { /// A Wayland LayerShell window, used to draw overlays or backgrounds for applications such as /// docks, notifications or wallpapers. diff --git a/editors/zed/files/patch-crates_project_src_agent__server__store.rs b/editors/zed/files/patch-crates_project_src_agent__server__store.rs index f8cad749e252..70e513052587 100644 --- a/editors/zed/files/patch-crates_project_src_agent__server__store.rs +++ b/editors/zed/files/patch-crates_project_src_agent__server__store.rs @@ -1,6 +1,6 @@ ---- crates/project/src/agent_server_store.rs.orig 2025-11-27 19:12:04 UTC +--- crates/project/src/agent_server_store.rs.orig 2025-12-11 21:24:05 UTC +++ crates/project/src/agent_server_store.rs -@@ -1488,6 +1488,8 @@ fn get_platform_info() -> Option<(&'static str, &'stat +@@ -1519,6 +1519,8 @@ fn get_platform_info() -> Option<(&'static str, &'stat "pc-windows-msvc" } else if cfg!(target_os = "linux") { "unknown-linux-gnu" @@ -9,7 +9,7 @@ } else { return None; }; -@@ -1574,6 +1576,8 @@ impl ExternalAgentServer for LocalExtensionArchiveAgen +@@ -1605,6 +1607,8 @@ impl ExternalAgentServer for LocalExtensionArchiveAgen "linux" } else if cfg!(target_os = "windows") { "windows" diff --git a/editors/zed/files/patch-crates_remote__server_Cargo.toml b/editors/zed/files/patch-crates_remote__server_Cargo.toml index 2ddd55aacd6d..e57aa8882fe8 100644 --- a/editors/zed/files/patch-crates_remote__server_Cargo.toml +++ b/editors/zed/files/patch-crates_remote__server_Cargo.toml @@ -1,6 +1,6 @@ ---- crates/remote_server/Cargo.toml.orig 2025-11-19 15:41:44 UTC +--- crates/remote_server/Cargo.toml.orig 2025-12-03 16:43:47 UTC +++ crates/remote_server/Cargo.toml -@@ -68,12 +68,16 @@ rayon.workspace = true +@@ -69,12 +69,16 @@ rayon.workspace = true thiserror.workspace = true rayon.workspace = true diff --git a/editors/zed/files/patch-crates_remote__server_src_unix.rs b/editors/zed/files/patch-crates_remote__server_src_unix.rs index db917354de55..45bb9ed0564b 100644 --- a/editors/zed/files/patch-crates_remote__server_src_unix.rs +++ b/editors/zed/files/patch-crates_remote__server_src_unix.rs @@ -1,6 +1,6 @@ ---- crates/remote_server/src/unix.rs.orig 2025-11-27 19:12:04 UTC +--- crates/remote_server/src/unix.rs.orig 2025-12-11 21:24:05 UTC +++ crates/remote_server/src/unix.rs -@@ -349,6 +349,7 @@ pub fn execute_run( +@@ -356,6 +356,7 @@ pub fn execute_run( let app = gpui::Application::headless(); let id = std::process::id().to_string(); @@ -8,7 +8,7 @@ app.background_executor() .spawn(crashes::init(crashes::InitCrashHandler { session_id: id, -@@ -562,6 +563,7 @@ pub(crate) fn execute_proxy( +@@ -581,6 +582,7 @@ pub(crate) fn execute_proxy( let server_paths = ServerPaths::new(&identifier)?; let id = std::process::id().to_string(); diff --git a/editors/zed/files/patch-crates_remote_src_transport_ssh.rs b/editors/zed/files/patch-crates_remote_src_transport_ssh.rs index eb3db95eb4d4..21fadf3fcc98 100644 --- a/editors/zed/files/patch-crates_remote_src_transport_ssh.rs +++ b/editors/zed/files/patch-crates_remote_src_transport_ssh.rs @@ -1,21 +1,21 @@ ---- crates/remote/src/transport/ssh.rs.orig 2025-11-24 20:23:08 UTC +--- crates/remote/src/transport/ssh.rs.orig 2025-12-11 21:24:05 UTC +++ crates/remote/src/transport/ssh.rs -@@ -1058,6 +1058,7 @@ impl SshSocket { - let os = match os.trim() { - "Darwin" => "macos", - "Linux" => "linux", -+ "FreeBSD" => "freebsd", - _ => anyhow::bail!( - "Prebuilt remote servers are not yet available for {os:?}. See https://zed.dev/docs/remote-development" - ), -@@ -1069,7 +1070,9 @@ impl SshSocket { - || arch.starts_with("aarch64") - { - "aarch64" -- } else if arch.starts_with("x86") { -+ } else if arch.starts_with("x86") -+ || arch.starts_with("amd64") -+ { - "x86_64" - } else { - anyhow::bail!( +@@ -1087,6 +1087,7 @@ fn parse_platform(output: &str) -> Result<RemotePlatfo + let os = match os { + "Darwin" => "macos", + "Linux" => "linux", ++ "FreeBSD" => "freebsd", + _ => anyhow::bail!( + "Prebuilt remote servers are not yet available for {os:?}. See https://zed.dev/docs/remote-development" + ), +@@ -1099,7 +1100,9 @@ fn parse_platform(output: &str) -> Result<RemotePlatfo + || arch.starts_with("aarch64") + { + "aarch64" +- } else if arch.starts_with("x86") { ++ } else if arch.starts_with("x86") ++ || arch.starts_with("amd64") ++ { + "x86_64" + } else { + anyhow::bail!( diff --git a/editors/zed/files/patch-crates_zed_Cargo.toml b/editors/zed/files/patch-crates_zed_Cargo.toml index 50e67337203b..de8af5d6133c 100644 --- a/editors/zed/files/patch-crates_zed_Cargo.toml +++ b/editors/zed/files/patch-crates_zed_Cargo.toml @@ -1,4 +1,4 @@ ---- crates/zed/Cargo.toml.orig 2025-11-27 19:12:04 UTC +--- crates/zed/Cargo.toml.orig 2025-12-03 16:43:47 UTC +++ crates/zed/Cargo.toml @@ -42,7 +42,6 @@ copilot.workspace = true command_palette.workspace = true @@ -8,7 +8,7 @@ dap_adapters.workspace = true db.workspace = true debug_adapter_extension.workspace = true -@@ -176,6 +175,9 @@ ashpd.workspace = true +@@ -174,6 +173,9 @@ ashpd.workspace = true [target.'cfg(any(target_os = "linux", target_os = "freebsd"))'.dependencies] ashpd.workspace = true diff --git a/editors/zed/files/patch-crates_zed_src_main.rs b/editors/zed/files/patch-crates_zed_src_main.rs index 3969c3558f72..6f71c25603a2 100644 --- a/editors/zed/files/patch-crates_zed_src_main.rs +++ b/editors/zed/files/patch-crates_zed_src_main.rs @@ -1,4 +1,4 @@ ---- crates/zed/src/main.rs.orig 2025-11-27 19:12:04 UTC +--- crates/zed/src/main.rs.orig 2025-12-11 21:24:05 UTC +++ crates/zed/src/main.rs @@ -8,6 +8,7 @@ use collections::HashMap; use client::{Client, ProxySettings, UserStore, parse_zed_link}; @@ -16,15 +16,15 @@ if let Some(socket) = &args.crash_handler { crashes::crash_server(socket.as_path()); return; -@@ -291,6 +293,7 @@ pub fn main() { - let session_id = Uuid::new_v4().to_string(); - let session = app.background_executor().block(Session::new()); +@@ -294,6 +296,7 @@ pub fn main() { + .background_executor() + .spawn(Session::new(session_id.clone())); + #[cfg(not(target_os = "freebsd"))] app.background_executor() .spawn(crashes::init(InitCrashHandler { - session_id: session_id.clone(), -@@ -549,6 +552,7 @@ pub fn main() { + session_id, +@@ -552,6 +555,7 @@ pub fn main() { auto_update::init(client.clone(), cx); dap_adapters::init(cx); auto_update_ui::init(cx); diff --git a/editors/zed/files/patch-crates_zed_src_zed.rs b/editors/zed/files/patch-crates_zed_src_zed.rs index 77bc408cce2e..8daaa39bec14 100644 --- a/editors/zed/files/patch-crates_zed_src_zed.rs +++ b/editors/zed/files/patch-crates_zed_src_zed.rs @@ -1,6 +1,6 @@ ---- crates/zed/src/zed.rs.orig 2025-11-24 20:23:08 UTC +--- crates/zed/src/zed.rs.orig 2025-12-03 16:43:47 UTC +++ crates/zed/src/zed.rs -@@ -382,6 +382,7 @@ pub fn initialize_workspace( +@@ -385,6 +385,7 @@ pub fn initialize_workspace( if let Some(specs) = window.gpu_specs() { log::info!("Using GPU: {:?}", specs); show_software_emulation_warning_if_needed(specs.clone(), window, cx); diff --git a/emulators/fmsx/pkg-message b/emulators/fmsx/pkg-message index a8589202d0ae..e3abe81a8279 100644 --- a/emulators/fmsx/pkg-message +++ b/emulators/fmsx/pkg-message @@ -10,7 +10,7 @@ when starting fMSX and you're using -DBPP32, try compiling with For FreeBSD users: run "make clean config" and unselect BPP32 and select BPP16 or BPP24 as options. -See ftp://ftp.komkon.org//pub/EMUL8/MSX/Carts for cartridge ROMs +See http://ftp.komkon.org/EMUL8/MSX/Carts/ for cartridge ROMs EOM } ] diff --git a/emulators/linux_base-rl9/Makefile b/emulators/linux_base-rl9/Makefile index 55acab6ff73d..628b300ba9f9 100644 --- a/emulators/linux_base-rl9/Makefile +++ b/emulators/linux_base-rl9/Makefile @@ -1,6 +1,5 @@ PORTNAME= rl9 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nf/filesystem-*:C/:[^:]+$//} diff --git a/emulators/linux_base-rl9/Makefile.version b/emulators/linux_base-rl9/Makefile.version index a10b745a1ed1..1f1a93e9ace0 100644 --- a/emulators/linux_base-rl9/Makefile.version +++ b/emulators/linux_base-rl9/Makefile.version @@ -4,27 +4,27 @@ brotli_ver= 1.0.9-7.el9_5 bzip2_ver= 1.0.8-10.el9_5 coreutils_ver= 8.32-39.el9 diffutils_ver= 3.7-12.el9 -e2fsprogs_ver= 1.46.5-7.el9 +e2fsprogs_ver= 1.46.5-8.el9 filesystem_ver= 3.16-5.el9 findutils_ver= 4.8.0-7.el9 fuse_ver= 2.9.9-17.el9 gawk_ver= 5.1.0-6.el9 -gcc_ver= 11.5.0-5.el9_5 +gcc_ver= 11.5.0-11.el9 gdbm_ver= 1.23-1.el9 geocode-glib_ver= 3.26.2-5.el9 glib-networking_ver= 2.68.3-3.el9 -glib2_ver= 2.68.4-16.el9_6.2 -glibc_ver= 2.34-168.el9_6.23 +glib2_ver= 2.68.4-18.el9_7 +glibc_ver= 2.34-231.el9_7.2 gmp_ver= 6.2.0-13.el9 grep_ver= 3.6-5.el9 info_ver= 6.7-15.el9 json-glib_ver= 1.6.6-1.el9 keyutils_ver= 1.6.3-1.el9 krb5_ver= 1.21.1-8.el9_6 -less_ver= 590-5.el9 +less_ver= 590-6.el9 libacl_ver= 2.3.1-4.el9 libattr_ver= 2.5.1-3.el9 -libcap_ver= 2.48-9.el9_2 +libcap_ver= 2.48-10.el9 libdatrie_ver= 0.2.13-4.el9 libdb_ver= 5.3.28-57.el9_6 libedit_ver= 3.1-38.20210216cvs.el9 @@ -36,26 +36,26 @@ libnattr_ver= 2.5.1-3.el9 libproxy_ver= 0.4.15-35.el9 libpsl_ver= 0.21.1-5.el9 libsigsegv_ver= 2.13-4.el9 -libsoup_ver= 2.72.0-10.el9_6.2 +libsoup_ver= 2.72.0-12.el9_7.1 libunistring_ver= 0.9.10-15.el9 libverto_ver= 0.3.2-3.el9 libxcrypt_ver= 4.4.18-3.el9 mpfr_ver= 4.1.0-7.el9 mtdev_ver= 1.1.5-22.el9 -ncurses_ver= 6.2-10.20210508.el9_6.2 -openssl_ver= 3.2.2-6.el9_5.1 +ncurses_ver= 6.2-12.20210508.el9 +openssl_ver= 3.5.1-4.el9_7 pcre_ver= 8.44-4.el9 pcre2_ver= 10.40-6.el9 popt_ver= 1.18-8.el9 readline_ver= 8.1-4.el9 -rocky-release_ver= 9.6-1.3.el9 +rocky-release_ver= 9.7-1.3.el9 sed_ver= 4.8-9.el9 selinux_ver= 3.6-3.el9 -sepol_ver= 3.6-2.el9 +sepol_ver= 3.6-3.el9 setserial_ver= 2.17-54.el9 setup_ver= 2.13.7-10.el9 slang_ver= 2.3.2-11.el9 -sqlite_ver= 3.34.1-8.el9_6 +sqlite_ver= 3.34.1-9.el9_7 util_ver= 2.37.4-21.el9 which_ver= 2.21-30.el9_6 xz_ver= 5.2.5-8.el9_0 diff --git a/emulators/linux_base-rl9/distinfo b/emulators/linux_base-rl9/distinfo index 63554a10da85..abb4aaabdebc 100644 --- a/emulators/linux_base-rl9/distinfo +++ b/emulators/linux_base-rl9/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1757087033 +TIMESTAMP = 1765188504 SHA256 (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 9f707e8d1046381c9b4a4df6a6674327df6ffe0298d48e1750972212c97aafad SIZE (rocky/b/basesystem-11-13.el9.0.1.noarch.rpm) = 6565 SHA256 (rocky/b/bash-5.1.8-9.el9.aarch64.rpm) = f6b8bbdbd96ecb8d240a4d3c4a038f58faeab170015b07c7096d02157838279d @@ -23,16 +23,16 @@ SHA256 (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = df77e6cb59b73a1ff3d007c8011c SIZE (rocky/d/diffutils-3.7-12.el9.aarch64.rpm) = 391813 SHA256 (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = d3932991f5d9b1e5f6326e376cf77f3f676bbf0c5657b2ddf1013bfdb4738a69 SIZE (rocky/d/diffutils-3.7-12.el9.x86_64.rpm) = 396968 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = bb0d5e64092fe8f539dac21a35f559dfa2453521b09ace9b0b39feb9c23f6923 -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.aarch64.rpm) = 1015999 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 18fee60bd62d5ef248447df59d2a9c89a6c07c560bca05fd5e69a174357ed68e -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.x86_64.rpm) = 1022981 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 0aaecc33fe832814e6e1107f5c885ce296b41de0d8e453614714f76f467bd4e4 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.aarch64.rpm) = 226870 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 1dddaf5a9adfb8da036e49ec0d58a217122fae2af63cd4cec24ce25b37f0bbcc -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.i686.rpm) = 259414 -SHA256 (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 2e2cf05b97d183343cc8d84c77d3af7c49f3a153f6fdbd93c7c34b44c79a2c61 -SIZE (rocky/e/e2fsprogs-libs-1.46.5-7.el9.x86_64.rpm) = 226202 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.aarch64.rpm) = e066d08e8f86f227031c142b0d2e8546e075c14200afbbc6e13770ed5f1a80e1 +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.aarch64.rpm) = 1016513 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.x86_64.rpm) = a3a453258773a8aac3f35834b27c1b431055afe532ef34593ceb98458d14333f +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.x86_64.rpm) = 1023150 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.aarch64.rpm) = 144054d0f704ece5e2e13fc1e685c9344f1dd543917bef54f481d0e447302d93 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.aarch64.rpm) = 227081 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.i686.rpm) = 9efb8dfad0717b8059b04f28331de36961b6007e59ea39afcb0c2a0faf27fbd9 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.i686.rpm) = 258892 +SHA256 (rocky/e/e2fsprogs-libs-1.46.5-8.el9.x86_64.rpm) = 0f3059410efbf0c24e769c38166d0a18d3820f5dccdda3370442872e95d885a0 +SIZE (rocky/e/e2fsprogs-libs-1.46.5-8.el9.x86_64.rpm) = 226634 SHA256 (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 373dffb499081ae9f7573af300e4087b4abc6f54a25dfd7c8cc63b295c2d4e03 SIZE (rocky/f/filesystem-3.16-5.el9.aarch64.rpm) = 1117518 SHA256 (rocky/f/filesystem-3.16-5.el9.x86_64.rpm) = cabe98453b9517158c5a045cfec0418b747c874da2717d183f4296f240bdf8d9 @@ -73,32 +73,32 @@ SHA256 (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 2a7824f80e9ef343a8467da SIZE (rocky/g/glib-networking-2.68.3-3.el9.i686.rpm) = 180304 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = fa9bec5c45cd1d4123f3e5e9793c592312d95dc50369740226969e69bd0e0ab0 SIZE (rocky/g/glib-networking-2.68.3-3.el9.x86_64.rpm) = 173019 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = b9df97235e651696e928a354e3c7884074418e9a835c91e7b2a81f17f42cd815 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.aarch64.rpm) = 2704046 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2d85f3e0fbc525c37c55e3da95cbc0a6eb90039c92402bab8e06430a66a28ab5 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.i686.rpm) = 2817478 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = e6bae00763402605677da74eb6c5219957be5498470f8ca52f3461f47dd996c5 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.x86_64.rpm) = 2735255 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 347e06f1ef9856f113cb8804874976d70dcc8a34f37a4254285c7758ae02d2e4 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.aarch64.rpm) = 1767353 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = ca567d11898e0b0eed51e75c74657600115d3628d5a4d153674f3a8a7e280002 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.i686.rpm) = 1977861 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = fbbe0880acb782840ae03838564444687f0e53e6c6c21abfbc2170a35051b9bd -SIZE (rocky/g/glibc-2.34-168.el9_6.23.x86_64.rpm) = 2030428 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 4ff56c59c13cb76eda0dfec447e4ab9dfb1199a57c55d4b76c727c6962cff08c -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.aarch64.rpm) = 18716854 -SHA256 (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 31d5b87f948df133dddd5cd6c4ad9c46ebc3872a538a52f44b1593fa818782b1 -SIZE (rocky/g/glibc-all-langpacks-2.34-168.el9_6.23.x86_64.rpm) = 18717081 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = a99ffdd917b2698d555e642c3b6b9347c099b263dc6f886309f89537e2180acd -SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.aarch64.rpm) = 292170 -SHA256 (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = ca426308c23b0efbad9d970f5fc666a1d858459ff37999a8bb47d8ab16ace689 -SIZE (rocky/g/glibc-common-2.34-168.el9_6.23.x86_64.rpm) = 302100 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = fd4aa6a0ef78b890b358c8a3b9a1f99ab179250b17efd7de8f25d3bcf9c09a38 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.aarch64.rpm) = 1678571 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = c9464f3d777b1ac2368bc0d52dc918eda41cd0bc6e6f760147bde2af9fb4f36f -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.i686.rpm) = 1642627 -SHA256 (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = df8ad6f70f0b36454cd66a96b4cdb5667cfbcbcd8dd4341888e2bfb4151e4d70 -SIZE (rocky/g/glibc-gconv-extra-2.34-168.el9_6.23.x86_64.rpm) = 1616928 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.aarch64.rpm) = 662848cb68fc379f62dd932daf27cd7e26b220d4ac05aae0953dbee5c71718dd +SIZE (rocky/g/glib2-2.68.4-18.el9_7.aarch64.rpm) = 2704646 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.i686.rpm) = eb7aff98d2fab4a73bb17baec50bb7d6b6d8c47d6cb437380e301a90ee0bf7cf +SIZE (rocky/g/glib2-2.68.4-18.el9_7.i686.rpm) = 2818681 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.x86_64.rpm) = 3349d1874c3e67b0f68f319f9369d011e15ba9987fb3750920ce5db058401d0a +SIZE (rocky/g/glib2-2.68.4-18.el9_7.x86_64.rpm) = 2735110 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.aarch64.rpm) = c2277878615dd130e3e31c40106b8033771d4b238fd9eeb13e75f7490a9a8411 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.aarch64.rpm) = 1787025 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.i686.rpm) = 93ff1c243115b3abecc0c807263d74bf8833ad2cf0f23bced5e7677327ca33b0 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.i686.rpm) = 1991874 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.x86_64.rpm) = fafafbc5a40894b43bf289b2c0c7f2f3c39a2883458062d6351ae0db0ceae8b4 +SIZE (rocky/g/glibc-2.34-231.el9_7.2.x86_64.rpm) = 2051352 +SHA256 (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.aarch64.rpm) = 3d0fad9cc9fe50a9fa4cee6cfb92ae01c2ecfbff82e4e831e8c1c74def623780 +SIZE (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.aarch64.rpm) = 18720209 +SHA256 (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.x86_64.rpm) = 289c786dcb55cc9df2b4c4d7a7ee12b0af434466f4d5924537df91f3dcc80e76 +SIZE (rocky/g/glibc-all-langpacks-2.34-231.el9_7.2.x86_64.rpm) = 18720280 +SHA256 (rocky/g/glibc-common-2.34-231.el9_7.2.aarch64.rpm) = c1d6301c58295d5392bc342ec55b57cab13a8fbfd493db66805e0563d201c756 +SIZE (rocky/g/glibc-common-2.34-231.el9_7.2.aarch64.rpm) = 295418 +SHA256 (rocky/g/glibc-common-2.34-231.el9_7.2.x86_64.rpm) = 3c24931e19034f2496359c8944e17e8a3e0156ca74aceff6e39457ae4f6de8e3 +SIZE (rocky/g/glibc-common-2.34-231.el9_7.2.x86_64.rpm) = 304942 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.aarch64.rpm) = d122391b93a55b43fde772747762adc96db90f888b627ef75e72bab1b14aa34a +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.aarch64.rpm) = 1682116 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.i686.rpm) = ae4fe546341d5298d44b1ccc28fd18874eec9bc091147c254a67eb57d02834a8 +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.i686.rpm) = 1638395 +SHA256 (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.x86_64.rpm) = 8c9da656ba5656de810ea9936e555b39453523ed404fe1019e56669d41012290 +SIZE (rocky/g/glibc-gconv-extra-2.34-231.el9_7.2.x86_64.rpm) = 1620275 SHA256 (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 54f5999feb6a26c57616d64cc880dccb5e44723911f52b06a36311e389a568ce SIZE (rocky/g/gmp-6.2.0-13.el9.aarch64.rpm) = 270794 SHA256 (rocky/g/gmp-6.2.0-13.el9.i686.rpm) = 186f9821881081e526d4a8a6e34240e55db8830380bf4d1303e4e1d5d6e9f755 @@ -135,10 +135,10 @@ SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 20cbafff2050cd8f1560add1b9b SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.i686.rpm) = 822868 SHA256 (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = e2af0561153514432fcd5cc35a31b03c05b00ae9cfa1fb6cdb1972fa5b19c38d SIZE (rocky/k/krb5-libs-1.21.1-8.el9_6.x86_64.rpm) = 772837 -SHA256 (rocky/l/less-590-5.el9.aarch64.rpm) = d80cae3c354ae8417b77f1205c1da5175a79b1663e342b73094d874c9aa41066 -SIZE (rocky/l/less-590-5.el9.aarch64.rpm) = 163430 -SHA256 (rocky/l/less-590-5.el9.x86_64.rpm) = b6ec3819b307d9a65eb269c8b2737479444267ead009c99ca474db7ad8907052 -SIZE (rocky/l/less-590-5.el9.x86_64.rpm) = 164355 +SHA256 (rocky/l/less-590-6.el9.aarch64.rpm) = 789856edba9ba75c21d3c187194004598a8b3a5aee29b5bacaa9def4c9683e10 +SIZE (rocky/l/less-590-6.el9.aarch64.rpm) = 162929 +SHA256 (rocky/l/less-590-6.el9.x86_64.rpm) = 790760b816c6dd5cc503afcd509acb16101ec339d109bc1cf64403e63f5ff979 +SIZE (rocky/l/less-590-6.el9.x86_64.rpm) = 163907 SHA256 (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = d8d3aecddea2f2a3f53699c014c546d6a8beab0f0c8bb7d1b010f26e5dbe96c2 SIZE (rocky/l/libacl-2.3.1-4.el9.aarch64.rpm) = 22342 SHA256 (rocky/l/libacl-2.3.1-4.el9.i686.rpm) = b2313715569cd0dfc7cc95d89acc40c48655b5b59b5d111521219543da473a2b @@ -163,18 +163,18 @@ SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.i686.rpm) = 4baea718bd3b48888564bebe2700 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.i686.rpm) = 321751 SHA256 (rocky/l/libbrotli-1.0.9-7.el9_5.x86_64.rpm) = 307cec82f955c39e26ce1c73d5e1ac7bf00d172f85575e7e16b4b73e876fd3c1 SIZE (rocky/l/libbrotli-1.0.9-7.el9_5.x86_64.rpm) = 319496 -SHA256 (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = e7b8b5ace872eb354539991f9f6cbd5fbd1fd7fcd230893ef81237c09da27f06 -SIZE (rocky/l/libcap-2.48-9.el9_2.aarch64.rpm) = 67186 -SHA256 (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = dfb7395d3db508bccc8e6f8e76f74707a5429f98632fd9a11871fb1c607f5ffa -SIZE (rocky/l/libcap-2.48-9.el9_2.i686.rpm) = 69926 -SHA256 (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = f399db0064e09ccf71d9a395454fefb1ca38076f18fac9e08104816bd9324c32 -SIZE (rocky/l/libcap-2.48-9.el9_2.x86_64.rpm) = 68237 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 2dd31415307a05334ae9bc961ad34b17afc23e9b9533a1e0ac5539e6260c44d8 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.aarch64.rpm) = 25418 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 0f4854ca0c95136a887a846a0ffec291a7a4839fb1fc30c683a28dad7e1d32e5 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.i686.rpm) = 26174 -SHA256 (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 4582ab872db9d39aaf4a7f0137c957eeb42a65f620216a3f381b00e8d2265194 -SIZE (rocky/l/libcom_err-1.46.5-7.el9.x86_64.rpm) = 25808 +SHA256 (rocky/l/libcap-2.48-10.el9.aarch64.rpm) = 556b8340d1f5e8bc2d6cd11d3bfa0337c5a6817e1b02290afd954d60404ccf5d +SIZE (rocky/l/libcap-2.48-10.el9.aarch64.rpm) = 66998 +SHA256 (rocky/l/libcap-2.48-10.el9.i686.rpm) = 3ea215b76268fe43ae1ff0d489b996440fbd918c5b50c388d6a725d5ee5ce4a1 +SIZE (rocky/l/libcap-2.48-10.el9.i686.rpm) = 69168 +SHA256 (rocky/l/libcap-2.48-10.el9.x86_64.rpm) = db61311b50ad783e1f5736f43109c92a13bf19c7d733353e447ee32675f83f0a +SIZE (rocky/l/libcap-2.48-10.el9.x86_64.rpm) = 67753 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.aarch64.rpm) = b0d2f3a236caeff68cf307b79bc1cca6451e2ac952c4f2ad1f0932efe0570281 +SIZE (rocky/l/libcom_err-1.46.5-8.el9.aarch64.rpm) = 25513 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.i686.rpm) = c85fa433f9679ac7f72483e1a04c3992911608aac6c7b3901d743a2f65124a79 +SIZE (rocky/l/libcom_err-1.46.5-8.el9.i686.rpm) = 26188 +SHA256 (rocky/l/libcom_err-1.46.5-8.el9.x86_64.rpm) = efe6cf30cec41b29ebd8cbcdff587566a4567156420d9166d7cf1e8a365c9c4b +SIZE (rocky/l/libcom_err-1.46.5-8.el9.x86_64.rpm) = 25803 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = ad561550ee0c35b3ed7c273e937fcac159c894e15500ad30f95dff15db1ecbdf SIZE (rocky/l/libdatrie-0.2.13-4.el9.aarch64.rpm) = 32212 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.i686.rpm) = fd1e5f28c41e4123ee3beb34cf13eecdf68fe8db96017fa617b80bf7593f170d @@ -211,12 +211,12 @@ SHA256 (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 9e365ba0dc6786a12578c91cdb2013b13 SIZE (rocky/l/libffi-3.4.2-8.el9.i686.rpm) = 35335 SHA256 (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 1bdb4b3b047169bc728c2612b71c31b79bb6f823f50134629bf650dcbf21565a SIZE (rocky/l/libffi-3.4.2-8.el9.x86_64.rpm) = 37521 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.aarch64.rpm) = 89dbd4ac0bf5743bbe9842c0dc2780cccac2ad1438a84a08b215b0fe78599d58 -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.aarch64.rpm) = 79781 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.i686.rpm) = 4b10199b4436de0914046e2cde94aaa9fb5744d7484113b0f851c2d5e1ebe12d -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.i686.rpm) = 95652 -SHA256 (rocky/l/libgcc-11.5.0-5.el9_5.x86_64.rpm) = bae9ff0c3526f00bf0cd050f51e01e10c2674443806ee5509ea52296f6685997 -SIZE (rocky/l/libgcc-11.5.0-5.el9_5.x86_64.rpm) = 86051 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.aarch64.rpm) = 0bf20b605585bf06b34f0e95cecb6be9d45480e10de7f1b65c6c32ae44af22a7 +SIZE (rocky/l/libgcc-11.5.0-11.el9.aarch64.rpm) = 81401 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.i686.rpm) = 16a6a74b845927094068d7e618491253e81966baedfd93eda55995723e0ecf53 +SIZE (rocky/l/libgcc-11.5.0-11.el9.i686.rpm) = 97275 +SHA256 (rocky/l/libgcc-11.5.0-11.el9.x86_64.rpm) = 9215b225e9cd3de1f80e1ff2c41ab17b5feb84acf9c2d354b6af1d5aba2fd46d +SIZE (rocky/l/libgcc-11.5.0-11.el9.x86_64.rpm) = 87547 SHA256 (rocky/l/libgudev-237-1.el9.aarch64.rpm) = cf1fe048020e92d499d354e8cb260157a8d5e403e132dd1cf83527f3e4037ed2 SIZE (rocky/l/libgudev-237-1.el9.aarch64.rpm) = 34607 SHA256 (rocky/l/libgudev-237-1.el9.i686.rpm) = b390949a3c0124579a53b2d986754ae2a1585b65f6da5217596eea1bb02cd7dd @@ -235,12 +235,12 @@ SHA256 (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 8867477dbc4772e19144e45342eb7 SIZE (rocky/l/libmount-2.37.4-21.el9.i686.rpm) = 144706 SHA256 (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 13de9f8ae01cdb98b0928b33325613a97dc917d1b1b5adb5d83f11ee05415e80 SIZE (rocky/l/libmount-2.37.4-21.el9.x86_64.rpm) = 136970 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 9ac0b905ae966e208fc60710e31b8c309efd6fac1a805515eb72e3a72dc7e125 -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.aarch64.rpm) = 63723 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 3ee33a0786b9bb0bfe7cd21ce6df3e5adc88c09e276a4f45763797beaaa33599 -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.i686.rpm) = 68402 -SHA256 (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = c2970b78da2bfe52c1b0f13a7854d6fb6d1d9b6c7a4703f2da6f35f8270a70fe -SIZE (rocky/l/libnsl-2.34-168.el9_6.23.x86_64.rpm) = 63935 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.aarch64.rpm) = 32d80450f4a7dcdad33d68ebb0ecfba7e9440d79eaef873e56c1bcbfa0850772 +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.aarch64.rpm) = 67105 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.i686.rpm) = e9c594bc863a4e53755a44f8134dd2434f7a273b38eb4f145e2f32dbb98da7ff +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.i686.rpm) = 71491 +SHA256 (rocky/l/libnsl-2.34-231.el9_7.2.x86_64.rpm) = 8073edf86b8df2da5cfe7343efafae0203ca311529dc862f0cb5c78787f62907 +SIZE (rocky/l/libnsl-2.34-231.el9_7.2.x86_64.rpm) = 67284 SHA256 (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 31daa01dfa6eb8e0ae100cbdc20f0d73320598a934f0eabad830b0060027f2d2 SIZE (rocky/l/libproxy-0.4.15-35.el9.aarch64.rpm) = 71753 SHA256 (rocky/l/libproxy-0.4.15-35.el9.i686.rpm) = 44c7d66545b791a88f1faf63dc6d686ddfaa8154aa45899cd1469dd7aed9f657 @@ -259,12 +259,12 @@ SHA256 (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 375d13bf313d55627a9e74b0d435f36 SIZE (rocky/l/libselinux-3.6-3.el9.i686.rpm) = 93243 SHA256 (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 52f36acacd851901745f7729b7bce31ef7e5fa0fa250a0ce653d4e76dce02664 SIZE (rocky/l/libselinux-3.6-3.el9.x86_64.rpm) = 86789 -SHA256 (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = be5ad6b4cf9bf814b4672a67af5a8ef985a9a4e7943c6f5e3ec7ea793748d135 -SIZE (rocky/l/libsepol-3.6-2.el9.aarch64.rpm) = 324588 -SHA256 (rocky/l/libsepol-3.6-2.el9.i686.rpm) = cb50331f210c3799163e6d5b1ad1b21c9a4c2f479c045ded2d597a388ecd4e5a -SIZE (rocky/l/libsepol-3.6-2.el9.i686.rpm) = 350700 -SHA256 (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = e5da14a9afe825cced510db984c6bd767d7b1bb6aea1f6c3e2c4456c03dc70ee -SIZE (rocky/l/libsepol-3.6-2.el9.x86_64.rpm) = 336553 +SHA256 (rocky/l/libsepol-3.6-3.el9.aarch64.rpm) = 08622982e5fdb7ffb2bd8bd56fd27f19c562b6ab0b0f8d0d4cdebb3fe136430c +SIZE (rocky/l/libsepol-3.6-3.el9.aarch64.rpm) = 324660 +SHA256 (rocky/l/libsepol-3.6-3.el9.i686.rpm) = 0dc1cd17615251c6c0451ddc543ab68bf2f546093bc56a9177df7287a3c932fc +SIZE (rocky/l/libsepol-3.6-3.el9.i686.rpm) = 350747 +SHA256 (rocky/l/libsepol-3.6-3.el9.x86_64.rpm) = f2f2f1461334547ba64c41ed7666dc3b8014d5a636edc7d22cfeab9689c1f8be +SIZE (rocky/l/libsepol-3.6-3.el9.x86_64.rpm) = 336427 SHA256 (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 1935c944375f3bf40913bbda2cd87bbaf25a475be51c1662c24f54eb04da584b SIZE (rocky/l/libsigsegv-2.13-4.el9.aarch64.rpm) = 27124 SHA256 (rocky/l/libsigsegv-2.13-4.el9.i686.rpm) = 312f6e760effbf2019985c86212d9ee73051b524918281ff7b0f229f6736da6a @@ -277,18 +277,18 @@ SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = eac9a17b0a9982116d5c1e307 SIZE (rocky/l/libsmartcols-2.37.4-21.el9.i686.rpm) = 65152 SHA256 (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = e3cd7c91d1e96f53440edfc60041f04a028c0ab3216e40213ea5868451a9c1bc SIZE (rocky/l/libsmartcols-2.37.4-21.el9.x86_64.rpm) = 63120 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 8a3ee9fbab89e01674a1cc72f6287ed793c9db99a9cdabe134c8d040b56569e3 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.aarch64.rpm) = 390282 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = c49556dc9c67ece4fe4142815068ddcbfabe175cb0e015a5482a49199e0b2f57 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.i686.rpm) = 418375 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 5a18681d01127ba2c0e251fbc4dcf4eb62685601a8aae20e3930d7137510af10 -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.x86_64.rpm) = 397144 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = dda158bff05238aeb6dd2560603ef21f41cc252ac0ba404d4ec444c3f13c4c0e -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.aarch64.rpm) = 711196 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.i686.rpm) = 755ff10fecb4f2c0bf09a620a6d3af84d041e57e92c6766102589a48fd31ac95 -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.i686.rpm) = 803189 -SHA256 (rocky/l/libstdc++-11.5.0-5.el9_5.x86_64.rpm) = c2396f89268ca7d21f0571bfd38ad33657b4a845e446d8662d41c432f1c194de -SIZE (rocky/l/libstdc++-11.5.0-5.el9_5.x86_64.rpm) = 748678 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.aarch64.rpm) = 8fe367bc88522e62251196c78f0185a032db5b54731e5cb07506d0bbe032c62c +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.aarch64.rpm) = 390238 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.i686.rpm) = 79da9ee547a04cf327716b082cc2f5175739b20435d787b61f706702bafe9964 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.i686.rpm) = 418682 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.x86_64.rpm) = 9683fbd7fca1c432090f17ce546e25fc9c219f4dd3363f6bba0dccff3f0fd125 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.x86_64.rpm) = 397556 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.aarch64.rpm) = a6b747fe039694246afa20dd68be0cb97c2cdc2161d42fcfa98af0f82f8f6075 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.aarch64.rpm) = 718828 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.i686.rpm) = 3fd4fb7a720d6223497050a6a2d34c2f3d5ccf0b7d09067cc1df753c8cf9a578 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.i686.rpm) = 812498 +SHA256 (rocky/l/libstdc++-11.5.0-11.el9.x86_64.rpm) = b341c6fdf7cd85813acdceb07a2f479fecad769dd0bb86e44ad20cc5214c6956 +SIZE (rocky/l/libstdc++-11.5.0-11.el9.x86_64.rpm) = 756548 SHA256 (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 640263402602c1f5a77a2ecde6b73cfd71e6bb574619f6ead58fdf61c0f4f63e SIZE (rocky/l/libunistring-0.9.10-15.el9.aarch64.rpm) = 498368 SHA256 (rocky/l/libunistring-0.9.10-15.el9.i686.rpm) = bf11f42137900620f5c6f2464d675752688675ff649143147bd771ed581c99e3 @@ -331,24 +331,24 @@ SHA256 (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = a0bcf811abe4c46e53f9d829a86d5bbe0 SIZE (rocky/m/mtdev-1.1.5-22.el9.i686.rpm) = 21585 SHA256 (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = c359a327063719ca24169d600b4c53693d89a881079b9820fab7b8f8e211cff9 SIZE (rocky/m/mtdev-1.1.5-22.el9.x86_64.rpm) = 21042 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 90bec4f1a9d024c40afac3264096912fcb1cc7af303cdd49f4aaa0dead16a678 -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.aarch64.rpm) = 407084 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 44a2d507ca2c70e7250b0e1201c5d6c7a3d7d3daa07be2de1e3d25fa822562d3 -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.x86_64.rpm) = 408527 -SHA256 (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 5f87c3e5d8cb9d4ff803195cc7f120ef13eb4870567d992fd0d87727fc8b5513 -SIZE (rocky/n/ncurses-base-6.2-10.20210508.el9_6.2.noarch.rpm) = 61586 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 8f56c88432fa2307de4ec7732be827feba638c93edf696d30e365d184a360e17 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.aarch64.rpm) = 317353 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 3797339502a61fee35a17d9e9e2339a9a82752d62c2660a582a285ddfaa5b299 -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.i686.rpm) = 353141 -SHA256 (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = f0bdc15e788ea339be88c20f67ce9f709e75b6764dcc2b85210cbdd408e0364d -SIZE (rocky/n/ncurses-libs-6.2-10.20210508.el9_6.2.x86_64.rpm) = 329704 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 455defc551a7c15697ea2c7585f8aae6c69c52ecad1b602d36943f7c173a12fe -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.aarch64.rpm) = 2339207 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.i686.rpm) = ea41ab1ea853bf0cfbec1162b9282b91c3e694177beed6d76605bc9941fa041f -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.i686.rpm) = 2462426 -SHA256 (rocky/o/openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm) = 3478780ac8aa2c1c165bf1cd55e250eeae550c1b431907e5194072167592d8a1 -SIZE (rocky/o/openssl-libs-3.2.2-6.el9_5.1.x86_64.rpm) = 2499452 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.aarch64.rpm) = 6ff4da49c38aebf9689f725992402be6c5f3539d27bf970ce3bf87cb2cd3556f +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.aarch64.rpm) = 407049 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.x86_64.rpm) = ab12764bd659da7e88d77bfeb6533f0edcfe78b72daac1751d7700c4cb49787f +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.x86_64.rpm) = 408894 +SHA256 (rocky/n/ncurses-base-6.2-12.20210508.el9.noarch.rpm) = 2116eef9fcf217ba902c7e4d682a4c6fa182dc6d106e8d573d65461f0989bb05 +SIZE (rocky/n/ncurses-base-6.2-12.20210508.el9.noarch.rpm) = 61517 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.aarch64.rpm) = 257851e079fb9c7f994af72a7e207f4ab9df7efa040c7cbb3c920585d1c3f5bc +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.aarch64.rpm) = 317753 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.i686.rpm) = 5aba33d4335fd1c685119899bc848f354cd76c42abcdfbaff55526929bc2a5cb +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.i686.rpm) = 351048 +SHA256 (rocky/n/ncurses-libs-6.2-12.20210508.el9.x86_64.rpm) = 7f2d8058b975c753388a7180e167c9c610060e6d20bd2212f39d5e7a7d850561 +SIZE (rocky/n/ncurses-libs-6.2-12.20210508.el9.x86_64.rpm) = 329620 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.aarch64.rpm) = 909f11df3dcd59b1867df382fc9a6ba780328385a8697c15a7b82377e1622d93 +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.aarch64.rpm) = 2273583 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.i686.rpm) = effeca1368c67038d1adad4237085d7878319643ea44937a5cdb087032683dcf +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.i686.rpm) = 2397385 +SHA256 (rocky/o/openssl-libs-3.5.1-4.el9_7.x86_64.rpm) = a86a64b8f16a60843870417d6e91c803943c67da142fc8af04b57320ab641587 +SIZE (rocky/o/openssl-libs-3.5.1-4.el9_7.x86_64.rpm) = 2409661 SHA256 (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = d83c318f5dfca3a88befe56ad25583ad66a70910ae60f5a4fb1f698084b020bf SIZE (rocky/p/pcre-8.44-4.el9.aarch64.rpm) = 182803 SHA256 (rocky/p/pcre-8.44-4.el9.i686.rpm) = 3a3214945561ef76c3657df0825574242ff0c5c3fef3a2334a2969872600dd5e @@ -397,8 +397,8 @@ SHA256 (rocky/r/readline-8.1-4.el9.i686.rpm) = 53e86bd8f3976db6424135b4e35a5b3f4 SIZE (rocky/r/readline-8.1-4.el9.i686.rpm) = 220901 SHA256 (rocky/r/readline-8.1-4.el9.x86_64.rpm) = b85f5cffef627afe640cf7405845cb45956d66ef5a06e7c48dc7da47a7191674 SIZE (rocky/r/readline-8.1-4.el9.x86_64.rpm) = 215258 -SHA256 (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = dd5ebe088551e88f80688898aea1cbd9977ee2ad0bf13c6c68f749c2961fcae0 -SIZE (rocky/r/rocky-release-9.6-1.3.el9.noarch.rpm) = 22573 +SHA256 (rocky/r/rocky-release-9.7-1.3.el9.noarch.rpm) = a168e3bbaf70d8d551139d2c019f33bb3528a6863d872c3ec55837eca872cafc +SIZE (rocky/r/rocky-release-9.7-1.3.el9.noarch.rpm) = 22798 SHA256 (rocky/s/sed-4.8-9.el9.aarch64.rpm) = b48959916662d4d20a6207e02f7e243408987d99621963d450d0bec185cffbfe SIZE (rocky/s/sed-4.8-9.el9.aarch64.rpm) = 301224 SHA256 (rocky/s/sed-4.8-9.el9.x86_64.rpm) = 005c959166838b0e45f02e699c35ec5449025e2463751c56b7e614bbd9514732 @@ -415,16 +415,16 @@ SHA256 (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 012839622f868a21a6e9340636e10068b SIZE (rocky/s/slang-2.3.2-11.el9.i686.rpm) = 406583 SHA256 (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = ce9de0b6765d6bc5a13dc0d70649c60f99b5566b8b779bc9d715170375192947 SIZE (rocky/s/slang-2.3.2-11.el9.x86_64.rpm) = 382399 -SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = e1d6edfa66b477d192b44dac8eb30fe6c4755364c6fcd256dcde95b4c57d8b3d -SIZE (rocky/s/sqlite-3.34.1-8.el9_6.aarch64.rpm) = 755046 -SHA256 (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = d34118d36ccb0b1c046648ac7b3267063bd48fb153cb0fab86ccf009c1abd95c -SIZE (rocky/s/sqlite-3.34.1-8.el9_6.x86_64.rpm) = 764108 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 4c82cc374ec24ae409c8e28de9c49a69db3dcf69d321c98b347fed88d76a2711 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.aarch64.rpm) = 628091 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 42367f0fd044f1997e8da0f923ab1c39d0df4386d03a1e69bcc1846d5222e287 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.i686.rpm) = 678911 -SHA256 (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 17e50e8451957a766eaf8100dcd8039221cdd96237a9a8d5fa257e71a5b49ef8 -SIZE (rocky/s/sqlite-libs-3.34.1-8.el9_6.x86_64.rpm) = 632435 +SHA256 (rocky/s/sqlite-3.34.1-9.el9_7.aarch64.rpm) = fd835632781ec0f484971eff811b688db614da46b6c858b7644f175ff8e0aabe +SIZE (rocky/s/sqlite-3.34.1-9.el9_7.aarch64.rpm) = 764683 +SHA256 (rocky/s/sqlite-3.34.1-9.el9_7.x86_64.rpm) = 6861e09bd6bca9750b908256f5f34fd7c400874153236f78e5fa7ac88225718a +SIZE (rocky/s/sqlite-3.34.1-9.el9_7.x86_64.rpm) = 776038 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.aarch64.rpm) = 1ee63bc63ee47ff425ccab29d48dc181f56968a730183e1f9fd5302c7e795b28 +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.aarch64.rpm) = 651042 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.i686.rpm) = ba665797852fac5c991889a11aed49337a8ea224da5002ca5c9ff7a33bccc137 +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.i686.rpm) = 704559 +SHA256 (rocky/s/sqlite-libs-3.34.1-9.el9_7.x86_64.rpm) = 4e1acdae73193f62e6922ec4f38ec28ae3eb0d3f9f89d879d50bf4194a14af5c +SIZE (rocky/s/sqlite-libs-3.34.1-9.el9_7.x86_64.rpm) = 657460 SHA256 (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 6fb40a221bb130387888bc15116b7ff68e1ce87c4ed4458e1e53757aedcda2c8 SIZE (rocky/u/util-linux-2.37.4-21.el9.aarch64.rpm) = 2291649 SHA256 (rocky/u/util-linux-2.37.4-21.el9.x86_64.rpm) = d91647847d0bf984ca668a4464d876fef0e40805d6d73864ad7c3a0b3aa6fdee @@ -463,8 +463,8 @@ SHA256 (rocky/c/coreutils-8.32-39.el9.src.rpm) = 8cd352cceae8dd5ff9483b5f2de1e61 SIZE (rocky/c/coreutils-8.32-39.el9.src.rpm) = 5680833 SHA256 (rocky/d/diffutils-3.7-12.el9.src.rpm) = cdb9fa5192884d5bab617927a54aa83bd39d4f67963fa73e609d4e2897c37dc2 SIZE (rocky/d/diffutils-3.7-12.el9.src.rpm) = 1474771 -SHA256 (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = fb02dc1e5c772de3a3d7e938392fa5512f18d5993927c98580ecff320ede7796 -SIZE (rocky/e/e2fsprogs-1.46.5-7.el9.src.rpm) = 7414416 +SHA256 (rocky/e/e2fsprogs-1.46.5-8.el9.src.rpm) = 8ce25c0de94fa416fa5b8919093bfaf911c7f487d009d29732cd329e0892caf8 +SIZE (rocky/e/e2fsprogs-1.46.5-8.el9.src.rpm) = 7415552 SHA256 (rocky/f/filesystem-3.16-5.el9.src.rpm) = 09f78e040d8e6ff9d5218942bf7140de7708b4ad53c128aabfebb7cc7904bf18 SIZE (rocky/f/filesystem-3.16-5.el9.src.rpm) = 18475 SHA256 (rocky/f/findutils-4.8.0-7.el9.src.rpm) = bcc1a98f56e7ba7bd3e0e52f99511d12e78decf0af78cbd29998556cb068b382 @@ -473,18 +473,18 @@ SHA256 (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 33c3b76362bcc4630b7a415fde6951927d2 SIZE (rocky/f/fuse-2.9.9-17.el9.src.rpm) = 1829749 SHA256 (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 2dc77bb16a6be20f4474328581a740a419387124ff2cfb1b8c2b2809469cb9ea SIZE (rocky/g/gawk-5.1.0-6.el9.src.rpm) = 3188594 -SHA256 (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 8656bacb48e097fec2c34a35460ff0338c021ac4b1b0cb3849e47f4256692095 -SIZE (rocky/g/gcc-11.5.0-5.el9_5.src.rpm) = 81864140 +SHA256 (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 3afcfb9ddd50a8349e53d358040871a28758a3237a2fd98c445d51aa2bdee2e1 +SIZE (rocky/g/gcc-11.5.0-11.el9.src.rpm) = 81956632 SHA256 (rocky/g/gdbm-1.23-1.el9.src.rpm) = 83944338c37bed57501211c180137171bd70fc76e23d3306ed0b4828c7dc8d21 SIZE (rocky/g/gdbm-1.23-1.el9.src.rpm) = 1128520 SHA256 (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = cd4902dafb8f4479356f17d53e4988d487c15f0be9b5ab95447aaddd4c0dcd0b SIZE (rocky/g/geocode-glib-3.26.2-5.el9.src.rpm) = 83267 SHA256 (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = aa6bb6cb4406d2b1aa6d75611cc2f90eaba5f556596e79d046c42f26a9e0278d SIZE (rocky/g/glib-networking-2.68.3-3.el9.src.rpm) = 254741 -SHA256 (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 455d0cdace7700f675c470b95b31def96973a7fdab2afedcdff2ea7d0f54b5a9 -SIZE (rocky/g/glib2-2.68.4-16.el9_6.2.src.rpm) = 5073842 -SHA256 (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = bbbd40672f67313745173e64d9e934238342e2eba16c3e42abdecb136d8fab66 -SIZE (rocky/g/glibc-2.34-168.el9_6.23.src.rpm) = 19652630 +SHA256 (rocky/g/glib2-2.68.4-18.el9_7.src.rpm) = ca3c976bad99804d0c22c6ced95e1627c687248f1c9c7f6adef4702194ee28f1 +SIZE (rocky/g/glib2-2.68.4-18.el9_7.src.rpm) = 5075033 +SHA256 (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 7fdae2911fd9be5cb972b8c8645803d5a0607d5969af18009d3f6728f58ef7df +SIZE (rocky/g/glibc-2.34-231.el9_7.2.src.rpm) = 20020115 SHA256 (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 8297b96da5460fd78d81e38c3ac1559a35eb51bea3c3d398efaacd62868d20d4 SIZE (rocky/g/gmp-6.2.0-13.el9.src.rpm) = 2500190 SHA256 (rocky/g/grep-3.6-5.el9.src.rpm) = d7e0368575da276796d79537cb4897092988285541a2ede0b5688ba42215f34b @@ -495,10 +495,10 @@ SHA256 (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 49c8af3cf9a7164242d8d457dc17d57e SIZE (rocky/k/keyutils-1.6.3-1.el9.src.rpm) = 149203 SHA256 (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = a08cf534309b959600b5c56d6f804d41394f5c0bef405b89638982de47ed24ef SIZE (rocky/k/krb5-1.21.1-8.el9_6.src.rpm) = 8933556 -SHA256 (rocky/l/less-590-5.el9.src.rpm) = 9354552d15d43d789de3b4f9561a5ee464d75f9309a2092218d546ad1b5ce9f2 -SIZE (rocky/l/less-590-5.el9.src.rpm) = 380068 -SHA256 (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 54f35d6b547033d86b9fed8247c80306fffbb3c316a286586ab37bee660d275c -SIZE (rocky/l/libcap-2.48-9.el9_2.src.rpm) = 198929 +SHA256 (rocky/l/less-590-6.el9.src.rpm) = f3a329fb381541af6a44170fb91cd369a6ad9ab09a92a7d8a7a2844ed01bf0ba +SIZE (rocky/l/less-590-6.el9.src.rpm) = 381031 +SHA256 (rocky/l/libcap-2.48-10.el9.src.rpm) = ec7a2208f2e075f45d545b4d508de23f03515da4a0b1e631b9aef4da75a76833 +SIZE (rocky/l/libcap-2.48-10.el9.src.rpm) = 199591 SHA256 (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = ef54036ffe2f890f13b6208cc2b5531583d69d492688ecc03e8dee3d62b07b1c SIZE (rocky/l/libdatrie-0.2.13-4.el9.src.rpm) = 324214 SHA256 (rocky/l/libdb-5.3.28-57.el9_6.src.rpm) = a4f69f05dd8328a332ee3b8adb7e9bd56eeb47f46d5e46ca56a43c25b2bc7c4d @@ -515,12 +515,12 @@ SHA256 (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 9ce7f7bf42973bea5fd91e556e554a SIZE (rocky/l/libproxy-0.4.15-35.el9.src.rpm) = 120129 SHA256 (rocky/l/libselinux-3.6-3.el9.src.rpm) = 7c4027c9bbdb54dd1e119a4d0c0bd82de59b1c019ea79cba6fb2e4e278efce74 SIZE (rocky/l/libselinux-3.6-3.el9.src.rpm) = 267707 -SHA256 (rocky/l/libsepol-3.6-2.el9.src.rpm) = 918a8132aa3ee7317217e6bf50939f9fb7e00248225c12ac600260be41ba1626 -SIZE (rocky/l/libsepol-3.6-2.el9.src.rpm) = 535547 +SHA256 (rocky/l/libsepol-3.6-3.el9.src.rpm) = 8893473ac3e1b924b16ca77fdedce51591782e72ed40cfc6908d7f960e5a787c +SIZE (rocky/l/libsepol-3.6-3.el9.src.rpm) = 540302 SHA256 (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 36dc113c8837b27c3c12b021e05786b69c2014519ed4c9f5354436cd80e8b1a4 SIZE (rocky/l/libsigsegv-2.13-4.el9.src.rpm) = 471565 -SHA256 (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 4b3b526a52cdf2dbaaff0e8222822294a3922db1981cba8e0a3e230dbf284a4a -SIZE (rocky/l/libsoup-2.72.0-10.el9_6.2.src.rpm) = 1513675 +SHA256 (rocky/l/libsoup-2.72.0-12.el9_7.1.src.rpm) = a5b691e90526055d55d7f8902abc11c30b4cdd6a4202e8fac6aa478d0b5ff998 +SIZE (rocky/l/libsoup-2.72.0-12.el9_7.1.src.rpm) = 1518435 SHA256 (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 08f0b27aaf3b288e10ab3c1068ee09f3f2afe036879787d3f66b871ef161cb33 SIZE (rocky/l/libverto-0.3.2-3.el9.src.rpm) = 394523 SHA256 (rocky/l/libxcrypt-4.4.18-3.el9.src.rpm) = dba21a9a96b6532e452b45190b9ba38b56c2a1fbaecae037505c5315de014b3d @@ -529,10 +529,10 @@ SHA256 (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 94cb2af3328fd57d3c4f1f56f8ae856dd8ae SIZE (rocky/m/mpfr-4.1.0-7.el9.src.rpm) = 1554505 SHA256 (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 6c5c7d9595a3accbc75aa61d8a43847a53b893540b1c6766621cce875fb9b6e5 SIZE (rocky/m/mtdev-1.1.5-22.el9.src.rpm) = 284409 -SHA256 (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = c66cd2666cf74befbeca0b0477c2e29ef1412d82d652ba65e98e6e82cf3260bf -SIZE (rocky/n/ncurses-6.2-10.20210508.el9_6.2.src.rpm) = 3585848 -SHA256 (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 239bd2dc5226b021437f1bfff3b70e24a63c2cb6fe4773365a4d1ed0ae7eccef -SIZE (rocky/o/openssl-3.2.2-6.el9_5.1.src.rpm) = 17967534 +SHA256 (rocky/n/ncurses-6.2-12.20210508.el9.src.rpm) = fc46ac89980376089d382705aeb35d66f3164c4a8d00553f42d63628e7d592fd +SIZE (rocky/n/ncurses-6.2-12.20210508.el9.src.rpm) = 3585781 +SHA256 (rocky/o/openssl-3.5.1-4.el9_7.src.rpm) = 32747e482a17630dfe68ef981d665c7c7ead84738a47b92acecd23a257a7f289 +SIZE (rocky/o/openssl-3.5.1-4.el9_7.src.rpm) = 53352174 SHA256 (rocky/p/pcre-8.44-4.el9.src.rpm) = 7e228c7eb2aa94de0544d5156114ab01063c939b0ea8b41fe0208e004a61c8e8 SIZE (rocky/p/pcre-8.44-4.el9.src.rpm) = 1620247 SHA256 (rocky/p/pcre2-10.40-6.el9.src.rpm) = 06d57c69f091a37c16c7f9401246c2897fb39b21d51ccd36be72e66999ddc036 @@ -541,8 +541,8 @@ SHA256 (rocky/p/popt-1.18-8.el9.src.rpm) = 8266495d0508509dc5292604d6c78fa96d1ae SIZE (rocky/p/popt-1.18-8.el9.src.rpm) = 593926 SHA256 (rocky/r/readline-8.1-4.el9.src.rpm) = d4d0321fb8a3d22fbf8b7d9c80364ac4478db835bcafde003ac04b2df19a6e25 SIZE (rocky/r/readline-8.1-4.el9.src.rpm) = 3007997 -SHA256 (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 94fcfad44834514515713db83ff52c5a857a1505751f38e3c4a4e223a6f23071 -SIZE (rocky/r/rocky-release-9.6-1.3.el9.src.rpm) = 62783 +SHA256 (rocky/r/rocky-release-9.7-1.3.el9.src.rpm) = cbc9256a32de5d26c78bccb0e4a25b3f600f7079c6a47e1374201ccbd1a3eafd +SIZE (rocky/r/rocky-release-9.7-1.3.el9.src.rpm) = 63024 SHA256 (rocky/s/sed-4.8-9.el9.src.rpm) = ad9772fc0d8bf2479246aa9b1ab04506d5c25eb64a5abffe2195304198b77c80 SIZE (rocky/s/sed-4.8-9.el9.src.rpm) = 1422083 SHA256 (rocky/s/setserial-2.17-54.el9.src.rpm) = 4a508744b8d70f58bced990450cfb53d3d37d9f96ae01fabfd6d5a3807c12253 diff --git a/emulators/linux_base-rl9/pkg-plist.aarch64 b/emulators/linux_base-rl9/pkg-plist.aarch64 index 2a1b8860da03..124f712929f9 100644 --- a/emulators/linux_base-rl9/pkg-plist.aarch64 +++ b/emulators/linux_base-rl9/pkg-plist.aarch64 @@ -636,7 +636,7 @@ usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt.so.2 usr/lib64/libcrypt.so.2.0.0 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.2.2 +usr/lib64/libcrypto.so.3.5.1 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so @@ -775,7 +775,7 @@ usr/lib64/libsoup-gnome-2.4.so.1.11.0 usr/lib64/libsqlite3.so.0 usr/lib64/libsqlite3.so.0.8.6 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.2.2 +usr/lib64/libssl.so.3.5.1 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 @@ -796,7 +796,6 @@ usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.5 -usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat diff --git a/emulators/linux_base-rl9/pkg-plist.amd64 b/emulators/linux_base-rl9/pkg-plist.amd64 index f47b7a4aa1e6..ca5270a35982 100644 --- a/emulators/linux_base-rl9/pkg-plist.amd64 +++ b/emulators/linux_base-rl9/pkg-plist.amd64 @@ -599,7 +599,7 @@ usr/lib/libcom_err.so.2.1 usr/lib/libcrypt.so.2 usr/lib/libcrypt.so.2.0.0 usr/lib/libcrypto.so.3 -usr/lib/libcrypto.so.3.2.2 +usr/lib/libcrypto.so.3.5.1 usr/lib/libdatrie.so.1 usr/lib/libdatrie.so.1.4.0 usr/lib/libdb-5.3.so @@ -738,7 +738,7 @@ usr/lib/libsoup-gnome-2.4.so.1.11.0 usr/lib/libsqlite3.so.0 usr/lib/libsqlite3.so.0.8.6 usr/lib/libssl.so.3 -usr/lib/libssl.so.3.2.2 +usr/lib/libssl.so.3.5.1 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.29 usr/lib/libthread_db.so.1 @@ -775,7 +775,6 @@ usr/lib/locale/locale-archive usr/lib/locale/locale-archive.real usr/lib/motd usr/lib/os-release -usr/lib/ossl-modules/fips.so usr/lib/ossl-modules/legacy.so usr/lib/rpm/macros.d/macros.dist usr/lib/security/pam_cap.so @@ -1106,7 +1105,7 @@ usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt.so.2 usr/lib64/libcrypt.so.2.0.0 usr/lib64/libcrypto.so.3 -usr/lib64/libcrypto.so.3.2.2 +usr/lib64/libcrypto.so.3.5.1 usr/lib64/libdatrie.so.1 usr/lib64/libdatrie.so.1.4.0 usr/lib64/libdb-5.3.so @@ -1246,7 +1245,7 @@ usr/lib64/libsoup-gnome-2.4.so.1.11.0 usr/lib64/libsqlite3.so.0 usr/lib64/libsqlite3.so.0.8.6 usr/lib64/libssl.so.3 -usr/lib64/libssl.so.3.2.2 +usr/lib64/libssl.so.3.5.1 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.29 usr/lib64/libthread_db.so.1 @@ -1267,7 +1266,6 @@ usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.11 usr/lib64/libzstd.so.1 usr/lib64/libzstd.so.1.5.5 -usr/lib64/ossl-modules/fips.so usr/lib64/ossl-modules/legacy.so usr/lib64/security/pam_cap.so usr/libexec/awk/grcat diff --git a/emulators/mednafen/Makefile b/emulators/mednafen/Makefile index e5edbb3573ab..170058dd6db8 100644 --- a/emulators/mednafen/Makefile +++ b/emulators/mednafen/Makefile @@ -18,8 +18,8 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libvorbisfile.so:audio/libvorbis \ libzstd.so:archivers/zstd -USES= autoreconf compiler:c++11-lang gl iconv localbase pkgconfig sdl \ - tar:xz +USES= autoreconf compiler:c++11-lang gettext-tools gl iconv \ + localbase pkgconfig sdl tar:xz USE_GL= egl USE_SDL= sdl2 @@ -80,7 +80,7 @@ NES_CONFIGURE_ENABLE= nes NGP_CONFIGURE_ENABLE= ngp -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls PCE_CONFIGURE_ENABLE= pce pce-fast @@ -99,11 +99,6 @@ VB_CONFIGURE_ENABLE= vb WSWAN_CONFIGURE_ENABLE= wswan -pre-configure: - ${REINPLACE_CMD} 's|/usr/local|${LOCALBASE}|g' \ - ${WRKSRC}/m4/lib-link.m4 \ - ${WRKSRC}/m4/lib-prefix.m4 - post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ChangeLog \ diff --git a/emulators/mednafen/files/patch-configure.ac b/emulators/mednafen/files/patch-configure.ac index 495dbe30a62e..2860db879da7 100644 --- a/emulators/mednafen/files/patch-configure.ac +++ b/emulators/mednafen/files/patch-configure.ac @@ -1,6 +1,14 @@ ---- configure.ac.orig 2024-08-19 17:50:17 UTC +--- configure.ac.orig 2024-04-05 02:27:32 UTC +++ configure.ac -@@ -238,7 +238,6 @@ SS_EXTRA_FLAGS="" +@@ -88,6 +88,7 @@ fi + AC_MSG_ERROR([*** iconv not found!]) + fi + AM_GNU_GETTEXT ++AM_GNU_GETTEXT_VERSION([0.18.1]) + + AC_SUBST(LIBICONV) + AC_SUBST(LIBINTL) +@@ -238,7 +239,6 @@ SS_EXTRA_FLAGS="" # Begin ss flags # SS_EXTRA_FLAGS="" @@ -8,7 +16,7 @@ AC_SUBST(SS_EXTRA_FLAGS) # # End ss flags -@@ -626,12 +625,12 @@ if test x$with_external_tremor = xyes; then +@@ -626,12 +626,12 @@ if test x$with_external_tremor = xyes; then [], [with_external_tremor=no]) if test x$with_external_tremor = xyes; then diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index 10dbded8c68e..2f0dfdc83ee8 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= wine -DISTVERSION= 11.0-rc1 +DISTVERSION= 11.0-rc2 PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= https://dl.winehq.org/wine/source/11.0/ diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index 8ec49c940ffc..2378c636c5bb 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765036097 -SHA256 (wine-11.0-rc1.tar.xz) = 84ede94dca350012ade19237fbde36117463593e37c94becbdab4c692025c78d -SIZE (wine-11.0-rc1.tar.xz) = 33124924 +TIMESTAMP = 1765613391 +SHA256 (wine-11.0-rc2.tar.xz) = 58c3f4091e94500ba691bd9cd47095137160ccd3b23c365473a6d90c843b55ef +SIZE (wine-11.0-rc2.tar.xz) = 33148876 diff --git a/filesystems/py-fsspec/Makefile b/filesystems/py-fsspec/Makefile index a76dc4c943d9..322e215d701d 100644 --- a/filesystems/py-fsspec/Makefile +++ b/filesystems/py-fsspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= fsspec -PORTVERSION= 2025.10.0 +PORTVERSION= 2025.12.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-fsspec/distinfo b/filesystems/py-fsspec/distinfo index 5810a6fd880f..404c79ed99af 100644 --- a/filesystems/py-fsspec/distinfo +++ b/filesystems/py-fsspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586846 -SHA256 (fsspec-2025.10.0.tar.gz) = b6789427626f068f9a83ca4e8a3cc050850b6c0f71f99ddb4f542b8266a26a59 -SIZE (fsspec-2025.10.0.tar.gz) = 309285 +TIMESTAMP = 1765032794 +SHA256 (fsspec-2025.12.0.tar.gz) = c505de011584597b1060ff778bb664c1bc022e87921b0e4f10cc9c44f9635973 +SIZE (fsspec-2025.12.0.tar.gz) = 309748 diff --git a/filesystems/py-gcsfs/Makefile b/filesystems/py-gcsfs/Makefile index ad0a98e6f77b..2242ccc33a5c 100644 --- a/filesystems/py-gcsfs/Makefile +++ b/filesystems/py-gcsfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcsfs -PORTVERSION= 2025.10.0 +PORTVERSION= 2025.12.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=0:www/py-aiohttp@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth-oauthlib>=0:security/py-google-auth-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-auth>=1.2:security/py-google-auth@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}google-cloud-storage>=0:www/py-google-cloud-storage@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-cloud-storage-control>=0:www/py-google-cloud-storage-control@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} USES= python diff --git a/filesystems/py-gcsfs/distinfo b/filesystems/py-gcsfs/distinfo index 3618f0fcf335..aa08e6b9596d 100644 --- a/filesystems/py-gcsfs/distinfo +++ b/filesystems/py-gcsfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586848 -SHA256 (gcsfs-2025.10.0.tar.gz) = 7ac9b16a145bcb1a69fa9cf770ccd3cee7b9a09236911dd586c1d9911b71583d -SIZE (gcsfs-2025.10.0.tar.gz) = 85595 +TIMESTAMP = 1765032796 +SHA256 (gcsfs-2025.12.0.tar.gz) = 9a9c1c32b7899a3967ba30a7e9422cdfda596266f03476cdf5545402b8af4cd5 +SIZE (gcsfs-2025.12.0.tar.gz) = 95148 diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile index 1f96a08d816b..d8335ba8737f 100644 --- a/filesystems/py-s3fs/Makefile +++ b/filesystems/py-s3fs/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3fs -PORTVERSION= 2025.10.0 +PORTVERSION= 2025.12.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,11 +23,4 @@ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes -OPTIONS_DEFINE= AWSCLI BOTO3 -AWSCLI_DESC= Use awscli -BOTO3_DESC= Use boto3 - -AWSCLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}awscli>=1.29.17:devel/py-awscli@${PY_FLAVOR} -BOTO3_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto3>=1.28.17:www/py-boto3@${PY_FLAVOR} - .include <bsd.port.mk> diff --git a/filesystems/py-s3fs/distinfo b/filesystems/py-s3fs/distinfo index fd0578d06dba..3e8c542e44df 100644 --- a/filesystems/py-s3fs/distinfo +++ b/filesystems/py-s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586852 -SHA256 (s3fs-2025.10.0.tar.gz) = e8be6cddc77aceea1681ece0f472c3a7f8ef71a0d2acddb1cc92bb6afa3e9e4f -SIZE (s3fs-2025.10.0.tar.gz) = 80383 +TIMESTAMP = 1765032798 +SHA256 (s3fs-2025.12.0.tar.gz) = 8612885105ce14d609c5b807553f9f9956b45541576a17ff337d9435ed3eb01f +SIZE (s3fs-2025.12.0.tar.gz) = 81217 diff --git a/filesystems/rar2fs/Makefile b/filesystems/rar2fs/Makefile index ae621adc1ebc..60c466a2dda8 100644 --- a/filesystems/rar2fs/Makefile +++ b/filesystems/rar2fs/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${NONEXISTENT}:${LIBUNRAR_PORT}:patch LIB_DEPENDS= libunrar.so:${LIBUNRAR_PORT} -USES= autoreconf compiler:c11 fuse gmake +USES= autoreconf compiler:c11 fuse gettext-tools gmake USE_GITHUB= yes GH_ACCOUNT= hasse69 diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile index 3561557a5f55..aa85398ab568 100644 --- a/ftp/axel/Makefile +++ b/ftp/axel/Makefile @@ -1,6 +1,7 @@ PORTNAME= axel DISTVERSIONPREFIX= v DISTVERSION= 2.17.14 +PORTREVISION= 1 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org @@ -19,11 +20,13 @@ USE_GITHUB= yes GH_ACCOUNT= axel-download-accelerator GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share - CONFIGURE_ARGS= --with-ssl=openssl -PLIST_FILES= bin/axel \ - share/man/man1/axel.1.gz +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT=NLS +OPTIONS_SUB= yes + +NLS_CONFIGURE_ENABLE= nls +NLS_USES= gettext-runtime .include <bsd.port.mk> diff --git a/ftp/axel/files/patch-Makefile.am b/ftp/axel/files/patch-Makefile.am new file mode 100644 index 000000000000..85a06a50a1a4 --- /dev/null +++ b/ftp/axel/files/patch-Makefile.am @@ -0,0 +1,12 @@ +--- Makefile.am.orig 2024-04-07 22:59:28 UTC ++++ Makefile.am +@@ -1,8 +1,5 @@ AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz + AUTOMAKE_OPTIONS = foreign dist-bzip2 dist-xz +- +-# XXX Fix disagreement between aclocal and make +-# (aclocal doesn't update based on mtime) +-ACLOCAL = touch $@; @ACLOCAL@ ++ACLOCAL_AMFLAGS = -I m4 + + SUBDIRS = po + diff --git a/ftp/axel/files/patch-configure.ac b/ftp/axel/files/patch-configure.ac new file mode 100644 index 000000000000..8f9553e2e413 --- /dev/null +++ b/ftp/axel/files/patch-configure.ac @@ -0,0 +1,11 @@ +--- configure.ac.orig 2024-04-07 22:59:28 UTC ++++ configure.ac +@@ -237,7 +237,7 @@ AM_GNU_GETTEXT([external]) + + # Add Gettext + AM_GNU_GETTEXT([external]) +-AM_GNU_GETTEXT_VERSION([0.11.1]) ++AM_GNU_GETTEXT_REQUIRE_VERSION([0.23.1]) + + # POSIX threads + AX_PTHREAD() diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist new file mode 100644 index 000000000000..d295475ed2ee --- /dev/null +++ b/ftp/axel/pkg-plist @@ -0,0 +1,13 @@ +bin/axel +%%NLS%%share/locale/de/LC_MESSAGES/axel.mo +%%NLS%%share/locale/es/LC_MESSAGES/axel.mo +%%NLS%%share/locale/id_ID/LC_MESSAGES/axel.mo +%%NLS%%share/locale/it/LC_MESSAGES/axel.mo +%%NLS%%share/locale/ja/LC_MESSAGES/axel.mo +%%NLS%%share/locale/ka/LC_MESSAGES/axel.mo +%%NLS%%share/locale/nl/LC_MESSAGES/axel.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/axel.mo +%%NLS%%share/locale/ru/LC_MESSAGES/axel.mo +%%NLS%%share/locale/tr/LC_MESSAGES/axel.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/axel.mo +share/man/man1/axel.1.gz diff --git a/ftp/linux-rl9-curl/Makefile b/ftp/linux-rl9-curl/Makefile index fa4be7ebf960..c5a559b11ebe 100644 --- a/ftp/linux-rl9-curl/Makefile +++ b/ftp/linux-rl9-curl/Makefile @@ -1,7 +1,7 @@ PORTNAME= curl DISTVERSION= 7.76.1 -DISTVERSIONSUFFIX= -31.el9_6.1 -PORTREVISION= 11 +DISTVERSIONSUFFIX= -34.el9 +PORTREVISION= 12 CATEGORIES= ftp linux MAINTAINER= emulation@FreeBSD.org diff --git a/ftp/linux-rl9-curl/distinfo b/ftp/linux-rl9-curl/distinfo index c936ece92411..388d0d4cea70 100644 --- a/ftp/linux-rl9-curl/distinfo +++ b/ftp/linux-rl9-curl/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1757067595 -SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.aarch64.rpm) = 3d1a17a5267145e611814b00a19261d0a2048d45e8e7234819e632d62e2e80b0 -SIZE (rocky/c/curl-7.76.1-31.el9_6.1.aarch64.rpm) = 296429 -SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.x86_64.rpm) = 16473923d0fcca073fb2bf93b0d932ca6e8452ceef594f40d834d996452f371d -SIZE (rocky/c/curl-7.76.1-31.el9_6.1.x86_64.rpm) = 299529 -SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.aarch64.rpm) = 24eb04c4c7130673bb2e5a093393fc5ae3befdab78bca7b062d04e78866b4f97 -SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.aarch64.rpm) = 284725 -SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.i686.rpm) = ddeff6595b74152d91d4ef7ff6548fa411b8ef8fb30b14fca31490b8654bc5bd -SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.i686.rpm) = 316827 -SHA256 (rocky/l/libcurl-7.76.1-31.el9_6.1.x86_64.rpm) = 3ca30637e54912be0b302cda374147a391aa681d6a879deea5b2329916cef3d1 -SIZE (rocky/l/libcurl-7.76.1-31.el9_6.1.x86_64.rpm) = 289607 -SHA256 (rocky/c/curl-7.76.1-31.el9_6.1.src.rpm) = 6e1f5822b5b0d5821d94ae48b4f7c7b24dd231cae1d8613391dca7ffcda4ee20 -SIZE (rocky/c/curl-7.76.1-31.el9_6.1.src.rpm) = 2541796 +TIMESTAMP = 1765196754 +SHA256 (rocky/c/curl-7.76.1-34.el9.aarch64.rpm) = 6e83d85dbf9a7bd14b983d8e835bf8b673136885789915c9ae53beea774b5940 +SIZE (rocky/c/curl-7.76.1-34.el9.aarch64.rpm) = 295791 +SHA256 (rocky/c/curl-7.76.1-34.el9.x86_64.rpm) = e84923c9ebdf078122d6fa9de5cf7af0e2f0babb37f800f264245fe83717ce24 +SIZE (rocky/c/curl-7.76.1-34.el9.x86_64.rpm) = 298895 +SHA256 (rocky/l/libcurl-7.76.1-34.el9.aarch64.rpm) = f933e0379e034baf13e96497c16f39ffecdf201101b0311ceacd220b1973f466 +SIZE (rocky/l/libcurl-7.76.1-34.el9.aarch64.rpm) = 284757 +SHA256 (rocky/l/libcurl-7.76.1-34.el9.i686.rpm) = c56de88936f8f6397b0deef089604c1448ef87489c5ee3bf32cc518ed5894e50 +SIZE (rocky/l/libcurl-7.76.1-34.el9.i686.rpm) = 315888 +SHA256 (rocky/l/libcurl-7.76.1-34.el9.x86_64.rpm) = 56efe3e87884e694a03d518802cbf9f2c3a5a10073de63136ac899e736168216 +SIZE (rocky/l/libcurl-7.76.1-34.el9.x86_64.rpm) = 289710 +SHA256 (rocky/c/curl-7.76.1-34.el9.src.rpm) = 12f45972a242727fd31f7e43f2c21471ebecfb78d5ef6bdd258ea9a3256ebd7c +SIZE (rocky/c/curl-7.76.1-34.el9.src.rpm) = 2553717 diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index 3dc5f6fdeea4..5e754d97c158 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -11,9 +11,8 @@ WWW= https://sourceforge.net/projects/wzdftpd/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf:2.69 cpe gettext-tools libtool localbase pkgconfig +USES= autoreconf cpe gettext-tools libtool localbase pkgconfig GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --datadir=${PREFIX}/lib \ --disable-bonjour --disable-static INSTALL_TARGET= install-strip diff --git a/games/blinken/distinfo b/games/blinken/distinfo index 5a3fef103c78..c320d389e294 100644 --- a/games/blinken/distinfo +++ b/games/blinken/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264442 -SHA256 (KDE/release-service/25.08.3/blinken-25.08.3.tar.xz) = 770598f227e8cbb69b4b0dde4e3ba6dea1074e3e0a8a7f07e4243a18bf876d6d -SIZE (KDE/release-service/25.08.3/blinken-25.08.3.tar.xz) = 2715100 +TIMESTAMP = 1765478444 +SHA256 (KDE/release-service/25.12.0/blinken-25.12.0.tar.xz) = a8878d56dd7c31b5d5d53e80e23b90100a999152e387d08daada0587b2c356db +SIZE (KDE/release-service/25.12.0/blinken-25.12.0.tar.xz) = 2715160 diff --git a/games/bomber/distinfo b/games/bomber/distinfo index b734b6c02e6c..474be224e99f 100644 --- a/games/bomber/distinfo +++ b/games/bomber/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264444 -SHA256 (KDE/release-service/25.08.3/bomber-25.08.3.tar.xz) = 78c1ccd741515c2a5420901307b873fc52c86f4c5a1e51870472215f8ce9cc9b -SIZE (KDE/release-service/25.08.3/bomber-25.08.3.tar.xz) = 840900 +TIMESTAMP = 1765478447 +SHA256 (KDE/release-service/25.12.0/bomber-25.12.0.tar.xz) = 384cf8022d0b541bee0851135977417c5a205ba2a7869f9866fc054c214d1e1d +SIZE (KDE/release-service/25.12.0/bomber-25.12.0.tar.xz) = 840400 diff --git a/games/bovo/distinfo b/games/bovo/distinfo index 3b9744cb51d3..c51b3100eb3d 100644 --- a/games/bovo/distinfo +++ b/games/bovo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264447 -SHA256 (KDE/release-service/25.08.3/bovo-25.08.3.tar.xz) = dfe624857ce1dec780960ca00ebee615ee6b50ba2e7fa0c1485ecd185571cde6 -SIZE (KDE/release-service/25.08.3/bovo-25.08.3.tar.xz) = 221692 +TIMESTAMP = 1765478449 +SHA256 (KDE/release-service/25.12.0/bovo-25.12.0.tar.xz) = 76dbd85eba926295095950447d2b7961af8835f13a0c36f977c9c378e102279b +SIZE (KDE/release-service/25.12.0/bovo-25.12.0.tar.xz) = 221844 diff --git a/games/flightgear-aircraft/Makefile b/games/flightgear-aircraft/Makefile index 3000354b9fd1..76f4a875514d 100644 --- a/games/flightgear-aircraft/Makefile +++ b/games/flightgear-aircraft/Makefile @@ -1,5 +1,5 @@ PORTNAME= flightgear-aircraft -PORTVERSION= 20251017 +PORTVERSION= 20251211 CATEGORIES= games # See http://www.flightgear.org/templates.js MASTER_SITES= http://mirrors.ibiblio.org/flightgear/ftp/Aircraft-2024/ diff --git a/games/flightgear-aircraft/distinfo b/games/flightgear-aircraft/distinfo index 2317d587bf24..a029cb618312 100644 --- a/games/flightgear-aircraft/distinfo +++ b/games/flightgear-aircraft/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1760729034 +TIMESTAMP = 1765402677 SHA256 (flightgear-aircraft/737-200.zip) = 9464ca2b5bb4eb1dd1e8d39a9f78aae43a0de21a96204382d95aae9f82702b6a SIZE (flightgear-aircraft/737-200.zip) = 31936863 SHA256 (flightgear-aircraft/A-10.zip) = d0b3d053c91e8ae3c88da1d3ec08beadeebea0adcceaafea4ccfcb7cec2e7b52 @@ -15,8 +15,8 @@ SHA256 (flightgear-aircraft/Breguet-XIX.zip) = cd01028439aab02a1012156e3d6454562 SIZE (flightgear-aircraft/Breguet-XIX.zip) = 6357593 SHA256 (flightgear-aircraft/C130.zip) = cf72c728e8111022754d788e6d1efb1cf89eca0c05931193b3ddfaeed2c379c1 SIZE (flightgear-aircraft/C130.zip) = 76859988 -SHA256 (flightgear-aircraft/Caravelle.zip) = dad86884fff5e01904722c7a3d41d2b8eb5027210b6deb390e111d10e4bf347f -SIZE (flightgear-aircraft/Caravelle.zip) = 39615790 +SHA256 (flightgear-aircraft/Caravelle.zip) = d4ede6585ed474416a108c51da8dfef0c858fe0d5ff4c411aa36e752496a2dc6 +SIZE (flightgear-aircraft/Caravelle.zip) = 46417672 SHA256 (flightgear-aircraft/Caudron-G3.zip) = b58293780aed60b1cea0c8daef425139f2a390785f33c14cd58453fd8c8fd4a1 SIZE (flightgear-aircraft/Caudron-G3.zip) = 23720305 SHA256 (flightgear-aircraft/F80C.zip) = 7e6d72122a18e502a0c432139cc306e717c41fabf73c52c23c115b985f5f8c22 diff --git a/games/granatier/distinfo b/games/granatier/distinfo index 3045bd699c80..0537b0440e81 100644 --- a/games/granatier/distinfo +++ b/games/granatier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264449 -SHA256 (KDE/release-service/25.08.3/granatier-25.08.3.tar.xz) = f4931af8d1fa0d565a12c3ec8803624a2875716c5a942b16cc88193ae101626f -SIZE (KDE/release-service/25.08.3/granatier-25.08.3.tar.xz) = 2017112 +TIMESTAMP = 1765478452 +SHA256 (KDE/release-service/25.12.0/granatier-25.12.0.tar.xz) = a749ecd45b2b5777bb17f67185572c4df7a7830bbbe09262f24cdd17b6380e46 +SIZE (KDE/release-service/25.12.0/granatier-25.12.0.tar.xz) = 2017320 diff --git a/games/kajongg/distinfo b/games/kajongg/distinfo index 2371b32e7727..b97e3537d462 100644 --- a/games/kajongg/distinfo +++ b/games/kajongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264452 -SHA256 (KDE/release-service/25.08.3/kajongg-25.08.3.tar.xz) = 47d586c8fd14e991bfb278a1f5a853387ebcd4f12181d2d5c9cdeb43dfae7578 -SIZE (KDE/release-service/25.08.3/kajongg-25.08.3.tar.xz) = 4637980 +TIMESTAMP = 1765478454 +SHA256 (KDE/release-service/25.12.0/kajongg-25.12.0.tar.xz) = b257a4b733628dc02d7befcdce4a97a53963a6740f3b7111b990580be4b6981b +SIZE (KDE/release-service/25.12.0/kajongg-25.12.0.tar.xz) = 4638092 diff --git a/games/kanagram/distinfo b/games/kanagram/distinfo index 2a9f2fa9487e..6afa327548b7 100644 --- a/games/kanagram/distinfo +++ b/games/kanagram/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264455 -SHA256 (KDE/release-service/25.08.3/kanagram-25.08.3.tar.xz) = c15a2a0b2c08cef7455220eeddfcc3095d36eea14d684fc5fb9ff2f1d0a5cbbc -SIZE (KDE/release-service/25.08.3/kanagram-25.08.3.tar.xz) = 7786148 +TIMESTAMP = 1765478457 +SHA256 (KDE/release-service/25.12.0/kanagram-25.12.0.tar.xz) = 7175c1a10972397a82afb0fe956f57d96325157f9bfd5c57437995c54b3fb9d2 +SIZE (KDE/release-service/25.12.0/kanagram-25.12.0.tar.xz) = 7787632 diff --git a/games/kapman/distinfo b/games/kapman/distinfo index 12a5ce13183f..deaa3f877c3a 100644 --- a/games/kapman/distinfo +++ b/games/kapman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264457 -SHA256 (KDE/release-service/25.08.3/kapman-25.08.3.tar.xz) = 9b6449ea7a5b27d221e74714dda2f277645ccf4309155246843ea5bfff452973 -SIZE (KDE/release-service/25.08.3/kapman-25.08.3.tar.xz) = 2150232 +TIMESTAMP = 1765478459 +SHA256 (KDE/release-service/25.12.0/kapman-25.12.0.tar.xz) = 4a54d680d343a1ed47fcb098cceb5099e30ba4211b7b474b2cbd00a7c5de3326 +SIZE (KDE/release-service/25.12.0/kapman-25.12.0.tar.xz) = 2149904 diff --git a/games/katomic/distinfo b/games/katomic/distinfo index 58adb84e1b89..c3e8cbcd3b7f 100644 --- a/games/katomic/distinfo +++ b/games/katomic/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264460 -SHA256 (KDE/release-service/25.08.3/katomic-25.08.3.tar.xz) = 9021be1befcda20d25382cb5c620cd66cbbf0ea3aa621b0aae40a90553ab42cc -SIZE (KDE/release-service/25.08.3/katomic-25.08.3.tar.xz) = 1450264 +TIMESTAMP = 1765478462 +SHA256 (KDE/release-service/25.12.0/katomic-25.12.0.tar.xz) = 33fa03cc799f7381d0e028179c451594f222e9faa48da696060683ecfcbc7c11 +SIZE (KDE/release-service/25.12.0/katomic-25.12.0.tar.xz) = 1449376 diff --git a/games/kblackbox/distinfo b/games/kblackbox/distinfo index 4bc1f8ccfa84..a06eaf1745da 100644 --- a/games/kblackbox/distinfo +++ b/games/kblackbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264462 -SHA256 (KDE/release-service/25.08.3/kblackbox-25.08.3.tar.xz) = ef009565aa240d6648e0517bbe9ed287bc1f5a4a4405d6f21d3eede3edbfa15f -SIZE (KDE/release-service/25.08.3/kblackbox-25.08.3.tar.xz) = 555980 +TIMESTAMP = 1765478464 +SHA256 (KDE/release-service/25.12.0/kblackbox-25.12.0.tar.xz) = cba5770e1b02b90b4f322623c00e78950c1fccf16af98c8e0b5db74316678202 +SIZE (KDE/release-service/25.12.0/kblackbox-25.12.0.tar.xz) = 556000 diff --git a/games/kblocks/distinfo b/games/kblocks/distinfo index 47dad16cb7fa..a81de7f89daf 100644 --- a/games/kblocks/distinfo +++ b/games/kblocks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264465 -SHA256 (KDE/release-service/25.08.3/kblocks-25.08.3.tar.xz) = 091afe95ffd687fb485357755f741b44a4180993a166952fb5ba2950eece04ad -SIZE (KDE/release-service/25.08.3/kblocks-25.08.3.tar.xz) = 2104580 +TIMESTAMP = 1765478467 +SHA256 (KDE/release-service/25.12.0/kblocks-25.12.0.tar.xz) = 9d4f78f7c90e0e9033e230034e527d64bbb6ae70552ff426ad407278991e5058 +SIZE (KDE/release-service/25.12.0/kblocks-25.12.0.tar.xz) = 2104548 diff --git a/games/kbounce/distinfo b/games/kbounce/distinfo index a84c30f690e5..9302304a35be 100644 --- a/games/kbounce/distinfo +++ b/games/kbounce/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264467 -SHA256 (KDE/release-service/25.08.3/kbounce-25.08.3.tar.xz) = f1419e4944863223b5a27b5acb3228eb58224b6eaf4f0c94164c0461ac3d901a -SIZE (KDE/release-service/25.08.3/kbounce-25.08.3.tar.xz) = 3325008 +TIMESTAMP = 1765478469 +SHA256 (KDE/release-service/25.12.0/kbounce-25.12.0.tar.xz) = c56144d02bb9e524b0cfb264a50e0236f1cc26401181c4b27f2c33c520c898a8 +SIZE (KDE/release-service/25.12.0/kbounce-25.12.0.tar.xz) = 3324640 diff --git a/games/kbreakout/distinfo b/games/kbreakout/distinfo index c59c989f5534..2b48fb5ec1ec 100644 --- a/games/kbreakout/distinfo +++ b/games/kbreakout/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264470 -SHA256 (KDE/release-service/25.08.3/kbreakout-25.08.3.tar.xz) = 058bf01e937fadcd32912e8045587566e94f7c05d0ad713f4e65d6d351b04f40 -SIZE (KDE/release-service/25.08.3/kbreakout-25.08.3.tar.xz) = 2559176 +TIMESTAMP = 1765478472 +SHA256 (KDE/release-service/25.12.0/kbreakout-25.12.0.tar.xz) = f550cf8750e7f818e6b5b60c04e14024ed760a8ace70f7b9ce4bb85d3d5c6d1e +SIZE (KDE/release-service/25.12.0/kbreakout-25.12.0.tar.xz) = 2559264 diff --git a/games/kdiamond/distinfo b/games/kdiamond/distinfo index 38366b1df53d..b01e157ce7c2 100644 --- a/games/kdiamond/distinfo +++ b/games/kdiamond/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264472 -SHA256 (KDE/release-service/25.08.3/kdiamond-25.08.3.tar.xz) = ea244dbd95a05be3492ea347db038578002e60245ae04b0906de0c12b82b3755 -SIZE (KDE/release-service/25.08.3/kdiamond-25.08.3.tar.xz) = 4674432 +TIMESTAMP = 1765478474 +SHA256 (KDE/release-service/25.12.0/kdiamond-25.12.0.tar.xz) = 6abf98a61a3fa08f76e99fcbb149f5fbe9b9650669943037a0f5bb1c225119eb +SIZE (KDE/release-service/25.12.0/kdiamond-25.12.0.tar.xz) = 4674872 diff --git a/games/kfourinline/distinfo b/games/kfourinline/distinfo index 98e9b00e096a..9b8aa3eb9dfa 100644 --- a/games/kfourinline/distinfo +++ b/games/kfourinline/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264475 -SHA256 (KDE/release-service/25.08.3/kfourinline-25.08.3.tar.xz) = c558af0c0f128a2574c13370b0b222589e2d4ca578a5413aa835a610dca99712 -SIZE (KDE/release-service/25.08.3/kfourinline-25.08.3.tar.xz) = 749176 +TIMESTAMP = 1765478477 +SHA256 (KDE/release-service/25.12.0/kfourinline-25.12.0.tar.xz) = c0e690de62511e47e3f23862520457328ddfe17393962e8393c1171c0650c5a2 +SIZE (KDE/release-service/25.12.0/kfourinline-25.12.0.tar.xz) = 749196 diff --git a/games/kgoldrunner/distinfo b/games/kgoldrunner/distinfo index 16a70b6c9128..5d8010786360 100644 --- a/games/kgoldrunner/distinfo +++ b/games/kgoldrunner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264478 -SHA256 (KDE/release-service/25.08.3/kgoldrunner-25.08.3.tar.xz) = ee5fadc1ef8ecad6f669c4c62e767a370af340f0c09282ff9bf57a80bf89b5cc -SIZE (KDE/release-service/25.08.3/kgoldrunner-25.08.3.tar.xz) = 4465496 +TIMESTAMP = 1765478480 +SHA256 (KDE/release-service/25.12.0/kgoldrunner-25.12.0.tar.xz) = ee82310e5e4a5f347946f4d6327d0ba69cbf8828ef5c925533d7abb501688ab5 +SIZE (KDE/release-service/25.12.0/kgoldrunner-25.12.0.tar.xz) = 4466268 diff --git a/games/khangman/distinfo b/games/khangman/distinfo index a698a63b4455..1fdd7345eaf9 100644 --- a/games/khangman/distinfo +++ b/games/khangman/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264480 -SHA256 (KDE/release-service/25.08.3/khangman-25.08.3.tar.xz) = b45f55c71fa5e2d05bc8f98cfda9d076e38d465c325cb43d39942eeb6741af72 -SIZE (KDE/release-service/25.08.3/khangman-25.08.3.tar.xz) = 7031184 +TIMESTAMP = 1765478482 +SHA256 (KDE/release-service/25.12.0/khangman-25.12.0.tar.xz) = 0341b7fe9e113aa319602943a62ca2aaaffd88c88049aff1098cd22420341afc +SIZE (KDE/release-service/25.12.0/khangman-25.12.0.tar.xz) = 7032068 diff --git a/games/kigo/distinfo b/games/kigo/distinfo index 427d59b1ac1a..a76855fdb4e5 100644 --- a/games/kigo/distinfo +++ b/games/kigo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264483 -SHA256 (KDE/release-service/25.08.3/kigo-25.08.3.tar.xz) = 053ad309e1af1a4f6b4153afec3feaa94866fb1e95d3c6a0fc52c7f6357f393b -SIZE (KDE/release-service/25.08.3/kigo-25.08.3.tar.xz) = 4838084 +TIMESTAMP = 1765478485 +SHA256 (KDE/release-service/25.12.0/kigo-25.12.0.tar.xz) = 2289f62071f2463a6eba9051c87ad8b2457e93168e96e0314abeed6c2e84f795 +SIZE (KDE/release-service/25.12.0/kigo-25.12.0.tar.xz) = 4838904 diff --git a/games/killbots/distinfo b/games/killbots/distinfo index df80a94ab45d..ab7587b9b90f 100644 --- a/games/killbots/distinfo +++ b/games/killbots/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264485 -SHA256 (KDE/release-service/25.08.3/killbots-25.08.3.tar.xz) = caa571209e7602688b6804b7a38e044fd22456168e61dc17585a811564aa3aab -SIZE (KDE/release-service/25.08.3/killbots-25.08.3.tar.xz) = 1177400 +TIMESTAMP = 1765478487 +SHA256 (KDE/release-service/25.12.0/killbots-25.12.0.tar.xz) = 68715b12d28c39603c54da7204897a19c02f83bf873f5124f866451e5e1c2e88 +SIZE (KDE/release-service/25.12.0/killbots-25.12.0.tar.xz) = 1177444 diff --git a/games/kiriki/distinfo b/games/kiriki/distinfo index cd2fb7c7a38b..629bb58b52ba 100644 --- a/games/kiriki/distinfo +++ b/games/kiriki/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264488 -SHA256 (KDE/release-service/25.08.3/kiriki-25.08.3.tar.xz) = 82612461f75b7bf693f557f93dbc6c027706fbc2afe66a5ca925169967216315 -SIZE (KDE/release-service/25.08.3/kiriki-25.08.3.tar.xz) = 376216 +TIMESTAMP = 1765478490 +SHA256 (KDE/release-service/25.12.0/kiriki-25.12.0.tar.xz) = 56597df7911f3caa70bf4527589a9c3e7b25323d28aca5844dcae34f62094e7f +SIZE (KDE/release-service/25.12.0/kiriki-25.12.0.tar.xz) = 376292 diff --git a/games/kjumpingcube/distinfo b/games/kjumpingcube/distinfo index f3d2a9baba6f..503b597942e8 100644 --- a/games/kjumpingcube/distinfo +++ b/games/kjumpingcube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264490 -SHA256 (KDE/release-service/25.08.3/kjumpingcube-25.08.3.tar.xz) = a0059bef6d2dde11f458d6ddf4d5ea9e809f7323c2f67b041bdb41c89af440e3 -SIZE (KDE/release-service/25.08.3/kjumpingcube-25.08.3.tar.xz) = 351300 +TIMESTAMP = 1765478492 +SHA256 (KDE/release-service/25.12.0/kjumpingcube-25.12.0.tar.xz) = 97643bbe9b9a152a029dabc163dd2ce8fd6048d8271f4117db43533b3dbe9134 +SIZE (KDE/release-service/25.12.0/kjumpingcube-25.12.0.tar.xz) = 351304 diff --git a/games/klickety/distinfo b/games/klickety/distinfo index c7ffd8c06611..05ce4fb44b32 100644 --- a/games/klickety/distinfo +++ b/games/klickety/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264493 -SHA256 (KDE/release-service/25.08.3/klickety-25.08.3.tar.xz) = fc65918b5ad104e5572e61bfc5afa46d68ba314d15f208ee9060443c912fec98 -SIZE (KDE/release-service/25.08.3/klickety-25.08.3.tar.xz) = 1389804 +TIMESTAMP = 1765478495 +SHA256 (KDE/release-service/25.12.0/klickety-25.12.0.tar.xz) = f95b0d98620cf2fea5d34f1244efa9e7c5732a3ce799be35a3ee1804920184d8 +SIZE (KDE/release-service/25.12.0/klickety-25.12.0.tar.xz) = 1389932 diff --git a/games/klines/distinfo b/games/klines/distinfo index 9686b7f85eb8..13dc6b88f745 100644 --- a/games/klines/distinfo +++ b/games/klines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264495 -SHA256 (KDE/release-service/25.08.3/klines-25.08.3.tar.xz) = 091135b99176605a41a472372f4ba69bcbea2f36053131049aed9e7187c99a77 -SIZE (KDE/release-service/25.08.3/klines-25.08.3.tar.xz) = 1675532 +TIMESTAMP = 1765478497 +SHA256 (KDE/release-service/25.12.0/klines-25.12.0.tar.xz) = e702f04df61125b9c9dbdb9dc0f637c731e637ceaf679856266565481586c5c0 +SIZE (KDE/release-service/25.12.0/klines-25.12.0.tar.xz) = 1675884 diff --git a/games/kmahjongg/distinfo b/games/kmahjongg/distinfo index f3ef98a8f59a..28216fc6a6ab 100644 --- a/games/kmahjongg/distinfo +++ b/games/kmahjongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264498 -SHA256 (KDE/release-service/25.08.3/kmahjongg-25.08.3.tar.xz) = 296a50ba5939c948834a8514f2ef6bafb1376ae505a5cf8298eeec3119e9f123 -SIZE (KDE/release-service/25.08.3/kmahjongg-25.08.3.tar.xz) = 3725528 +TIMESTAMP = 1765478500 +SHA256 (KDE/release-service/25.12.0/kmahjongg-25.12.0.tar.xz) = 8af24ad04640da3076cc1555fa1b014384b906b7b411a35666e6d007fa54eeba +SIZE (KDE/release-service/25.12.0/kmahjongg-25.12.0.tar.xz) = 3725716 diff --git a/games/kmines/distinfo b/games/kmines/distinfo index 38e78b7a8798..ff798ba0c620 100644 --- a/games/kmines/distinfo +++ b/games/kmines/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264500 -SHA256 (KDE/release-service/25.08.3/kmines-25.08.3.tar.xz) = 99f0da3cd8af9fa634a8f7d34e433bedbc4bfbda24886cd5e0bdde48e0ad4a3f -SIZE (KDE/release-service/25.08.3/kmines-25.08.3.tar.xz) = 950368 +TIMESTAMP = 1765478502 +SHA256 (KDE/release-service/25.12.0/kmines-25.12.0.tar.xz) = c1561a5eb496db8fc7d62d55f4352a6185edddd5185314d57d9c15c7735dc9fb +SIZE (KDE/release-service/25.12.0/kmines-25.12.0.tar.xz) = 951100 diff --git a/games/knavalbattle/distinfo b/games/knavalbattle/distinfo index 8ff30198f2db..cea45f9ba731 100644 --- a/games/knavalbattle/distinfo +++ b/games/knavalbattle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264503 -SHA256 (KDE/release-service/25.08.3/knavalbattle-25.08.3.tar.xz) = 0d86f11761d9858adbaa016e6beb867e26ebf9ff52b312d79cd226ff18bed62f -SIZE (KDE/release-service/25.08.3/knavalbattle-25.08.3.tar.xz) = 1050680 +TIMESTAMP = 1765478505 +SHA256 (KDE/release-service/25.12.0/knavalbattle-25.12.0.tar.xz) = dbebd0d2374ed02a0d470b55d456134e9c11897140fc687335b205975fbd466c +SIZE (KDE/release-service/25.12.0/knavalbattle-25.12.0.tar.xz) = 1050880 diff --git a/games/knetwalk/distinfo b/games/knetwalk/distinfo index 306b4f3fa7d0..e717f51a0183 100644 --- a/games/knetwalk/distinfo +++ b/games/knetwalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264506 -SHA256 (KDE/release-service/25.08.3/knetwalk-25.08.3.tar.xz) = cfadb2a347f166a2ce3e91b62271645e3ec54906fdf6d802692d9a2e14a3a16f -SIZE (KDE/release-service/25.08.3/knetwalk-25.08.3.tar.xz) = 1011988 +TIMESTAMP = 1765478507 +SHA256 (KDE/release-service/25.12.0/knetwalk-25.12.0.tar.xz) = 087258b7a11fa53c5ff7377dcf89ca9322683bd58710428de5b51a1fd538e499 +SIZE (KDE/release-service/25.12.0/knetwalk-25.12.0.tar.xz) = 1012204 diff --git a/games/knights/distinfo b/games/knights/distinfo index 50d8c1118922..18eecc8e3474 100644 --- a/games/knights/distinfo +++ b/games/knights/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264508 -SHA256 (KDE/release-service/25.08.3/knights-25.08.3.tar.xz) = ca089b2530ddad1e825695a05709c68baa703b996eeb5863ad269b637d11283d -SIZE (KDE/release-service/25.08.3/knights-25.08.3.tar.xz) = 2499700 +TIMESTAMP = 1765478510 +SHA256 (KDE/release-service/25.12.0/knights-25.12.0.tar.xz) = b6f59c55b8a40aa5848e2987e1fa4fc25cc6472376e5d8088c2b7d1c8807946f +SIZE (KDE/release-service/25.12.0/knights-25.12.0.tar.xz) = 2499480 diff --git a/games/kolf/distinfo b/games/kolf/distinfo index 51f9abbb6394..0232ed16a8e6 100644 --- a/games/kolf/distinfo +++ b/games/kolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264511 -SHA256 (KDE/release-service/25.08.3/kolf-25.08.3.tar.xz) = 3d94ad8cc9b5f40f1c3098fb50f9b564f6d59708436aaa3c1baa2e5e9474509d -SIZE (KDE/release-service/25.08.3/kolf-25.08.3.tar.xz) = 1083792 +TIMESTAMP = 1765478512 +SHA256 (KDE/release-service/25.12.0/kolf-25.12.0.tar.xz) = 02ec8e10f479486dc2a66267495eb6e4bb41b59edbbfcfc570d38c5563a264f4 +SIZE (KDE/release-service/25.12.0/kolf-25.12.0.tar.xz) = 1083080 diff --git a/games/kollision/distinfo b/games/kollision/distinfo index 70e97116c7e8..9460c23114a3 100644 --- a/games/kollision/distinfo +++ b/games/kollision/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264513 -SHA256 (KDE/release-service/25.08.3/kollision-25.08.3.tar.xz) = 9df5c166c54ae8ad7863c7f1574e9d7fb0b657c1df5cdcee4e4ff50edca2973a -SIZE (KDE/release-service/25.08.3/kollision-25.08.3.tar.xz) = 313692 +TIMESTAMP = 1765478515 +SHA256 (KDE/release-service/25.12.0/kollision-25.12.0.tar.xz) = 9aceb38e0fc330f54d6a8b1e88feae9662bcbcef83de355e0deceee27b4756f5 +SIZE (KDE/release-service/25.12.0/kollision-25.12.0.tar.xz) = 313656 diff --git a/games/konquest/distinfo b/games/konquest/distinfo index 4eab952598a3..3eaf960ab512 100644 --- a/games/konquest/distinfo +++ b/games/konquest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264516 -SHA256 (KDE/release-service/25.08.3/konquest-25.08.3.tar.xz) = 0a90d5830e8c636d89256072252e39dc290f67cd590b5c83bf45be44efc35ef9 -SIZE (KDE/release-service/25.08.3/konquest-25.08.3.tar.xz) = 863724 +TIMESTAMP = 1765478517 +SHA256 (KDE/release-service/25.12.0/konquest-25.12.0.tar.xz) = 280727deef414d4137532eb6138bbc5e8d63ece71c5b637ce73d3fcc72fcdea4 +SIZE (KDE/release-service/25.12.0/konquest-25.12.0.tar.xz) = 863668 diff --git a/games/kpat/distinfo b/games/kpat/distinfo index 142b8511d328..0baf9b037796 100644 --- a/games/kpat/distinfo +++ b/games/kpat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264518 -SHA256 (KDE/release-service/25.08.3/kpat-25.08.3.tar.xz) = 65e033d7b9aabaa9757012d4b50babcc91b5c2c94174c334e7043b67858326ee -SIZE (KDE/release-service/25.08.3/kpat-25.08.3.tar.xz) = 3742264 +TIMESTAMP = 1765478520 +SHA256 (KDE/release-service/25.12.0/kpat-25.12.0.tar.xz) = 485f86dd9ee103ed5e4f101c456281bdaf50a2dbfda602a1e5411fb0d6fd8170 +SIZE (KDE/release-service/25.12.0/kpat-25.12.0.tar.xz) = 3742288 diff --git a/games/kreversi/distinfo b/games/kreversi/distinfo index 41608c94d565..f0653040913c 100644 --- a/games/kreversi/distinfo +++ b/games/kreversi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264521 -SHA256 (KDE/release-service/25.08.3/kreversi-25.08.3.tar.xz) = 81ffeb8f60018d12ea282be02a17745e4bf6a1f16c0675ae9721bdf9c3529524 -SIZE (KDE/release-service/25.08.3/kreversi-25.08.3.tar.xz) = 1037636 +TIMESTAMP = 1765478522 +SHA256 (KDE/release-service/25.12.0/kreversi-25.12.0.tar.xz) = 70a595502b0ce88c2d3f0e5d4db5e546921e745a497a96510f1896b5dd7581a7 +SIZE (KDE/release-service/25.12.0/kreversi-25.12.0.tar.xz) = 1037436 diff --git a/games/kshisen/distinfo b/games/kshisen/distinfo index 142c0c793efe..3544fb9930b3 100644 --- a/games/kshisen/distinfo +++ b/games/kshisen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264523 -SHA256 (KDE/release-service/25.08.3/kshisen-25.08.3.tar.xz) = d0ff4e8532c277b329b64776e587bf75a7086d7db44642f7702bdeec67081ea8 -SIZE (KDE/release-service/25.08.3/kshisen-25.08.3.tar.xz) = 976540 +TIMESTAMP = 1765478525 +SHA256 (KDE/release-service/25.12.0/kshisen-25.12.0.tar.xz) = cf5597a3e4035e934fe5ac85db584110b2577297958d16b492db82b5c67265a8 +SIZE (KDE/release-service/25.12.0/kshisen-25.12.0.tar.xz) = 976544 diff --git a/games/ksirk/distinfo b/games/ksirk/distinfo index 0fb634f419ba..9a7cee9555e1 100644 --- a/games/ksirk/distinfo +++ b/games/ksirk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264526 -SHA256 (KDE/release-service/25.08.3/ksirk-25.08.3.tar.xz) = 992a1167595dcb6a71de539175315e4345b799262ee966b7518bf7736d4de7c6 -SIZE (KDE/release-service/25.08.3/ksirk-25.08.3.tar.xz) = 6722584 +TIMESTAMP = 1765478528 +SHA256 (KDE/release-service/25.12.0/ksirk-25.12.0.tar.xz) = 4f16f0680ca3f205f44b538cfa319d187abae6837022944896110029f79b22d4 +SIZE (KDE/release-service/25.12.0/ksirk-25.12.0.tar.xz) = 6720196 diff --git a/games/ksnakeduel/distinfo b/games/ksnakeduel/distinfo index 6dfee6e6f975..8464e586b381 100644 --- a/games/ksnakeduel/distinfo +++ b/games/ksnakeduel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264528 -SHA256 (KDE/release-service/25.08.3/ksnakeduel-25.08.3.tar.xz) = 1bfe64009f623df503af5719c73aae50934edf58c1977463186a7cffc9a3c6c6 -SIZE (KDE/release-service/25.08.3/ksnakeduel-25.08.3.tar.xz) = 580528 +TIMESTAMP = 1765478530 +SHA256 (KDE/release-service/25.12.0/ksnakeduel-25.12.0.tar.xz) = 3262293f83153ca39449e7faee1ba8d3bd81fbc394839bc48da58e6e1cc5bc9d +SIZE (KDE/release-service/25.12.0/ksnakeduel-25.12.0.tar.xz) = 580564 diff --git a/games/kspaceduel/distinfo b/games/kspaceduel/distinfo index edb68996316e..e9b7db886e5d 100644 --- a/games/kspaceduel/distinfo +++ b/games/kspaceduel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264531 -SHA256 (KDE/release-service/25.08.3/kspaceduel-25.08.3.tar.xz) = b712dca444afff37a3a45740c03709487c236a3f9c8dbe0d89a7b3cc53f3d4fe -SIZE (KDE/release-service/25.08.3/kspaceduel-25.08.3.tar.xz) = 636880 +TIMESTAMP = 1765478533 +SHA256 (KDE/release-service/25.12.0/kspaceduel-25.12.0.tar.xz) = 08bdcda4e6187d2ec9c403c3de2c19b7f9b90a78bb3b3794a5418f6c1126b033 +SIZE (KDE/release-service/25.12.0/kspaceduel-25.12.0.tar.xz) = 636732 diff --git a/games/ksquares/distinfo b/games/ksquares/distinfo index ea49345a2012..f315554b543f 100644 --- a/games/ksquares/distinfo +++ b/games/ksquares/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264533 -SHA256 (KDE/release-service/25.08.3/ksquares-25.08.3.tar.xz) = 5a773c8c3b518fa2cc5d8cdfbe505ee82d6c0c2bd27828937b2297730addb5cf -SIZE (KDE/release-service/25.08.3/ksquares-25.08.3.tar.xz) = 324392 +TIMESTAMP = 1765478535 +SHA256 (KDE/release-service/25.12.0/ksquares-25.12.0.tar.xz) = 6032ed82a0233d3ed6d23137e89a7645ff071c90777636a224f817c78e150d01 +SIZE (KDE/release-service/25.12.0/ksquares-25.12.0.tar.xz) = 324444 diff --git a/games/ksudoku/distinfo b/games/ksudoku/distinfo index 08a20d8d04c4..c409400c2f0b 100644 --- a/games/ksudoku/distinfo +++ b/games/ksudoku/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264536 -SHA256 (KDE/release-service/25.08.3/ksudoku-25.08.3.tar.xz) = d577b14cea8546dc8b7480b52b93d3e0b57e728c926237d5c68410ecb97dbdd4 -SIZE (KDE/release-service/25.08.3/ksudoku-25.08.3.tar.xz) = 1746264 +TIMESTAMP = 1765478538 +SHA256 (KDE/release-service/25.12.0/ksudoku-25.12.0.tar.xz) = 6355e11693232b06f0c0488e904929fa79582f99a288bcc78bfa3f0ba0d376c7 +SIZE (KDE/release-service/25.12.0/ksudoku-25.12.0.tar.xz) = 1749208 diff --git a/games/ktuberling/distinfo b/games/ktuberling/distinfo index af852cbe2b60..b76496382b55 100644 --- a/games/ktuberling/distinfo +++ b/games/ktuberling/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264539 -SHA256 (KDE/release-service/25.08.3/ktuberling-25.08.3.tar.xz) = 927dae2bade53dd10e0c64652925f7e2aafde042d24ee73c31c7e0ba7b40614d -SIZE (KDE/release-service/25.08.3/ktuberling-25.08.3.tar.xz) = 71561432 +TIMESTAMP = 1765478540 +SHA256 (KDE/release-service/25.12.0/ktuberling-25.12.0.tar.xz) = ee96da34b533ebbe0c1f4694fa35c13f859288089778e7ab49540ab7206137a8 +SIZE (KDE/release-service/25.12.0/ktuberling-25.12.0.tar.xz) = 71566496 diff --git a/games/ktx/Makefile b/games/ktx/Makefile index 3c89775f7583..59957e436ad3 100644 --- a/games/ktx/Makefile +++ b/games/ktx/Makefile @@ -37,12 +37,13 @@ PORTDATA= * do-install: ${REINPLACE_CMD} -e 's|^set k_defmap|// set k_defmap|' \ ${WRKSRC}/resources/example-configs/ktx/ktx.cfg - ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR} \ + ${STAGEDIR}${QWDIR}/ktx/demos \ + ${STAGEDIR}${QWDIR}/qw cd ${WRKSRC}/resources && \ ${COPYTREE_SHARE} 'extralog logo' ${STAGEDIR}${DATADIR} cd ${WRKSRC}/resources/example-configs && \ - ${COPYTREE_SHARE} '*' ${STAGEDIR}${QWDIR} - ${MKDIR} ${STAGEDIR}${QWDIR}/ktx/demos ${STAGEDIR}${QWDIR}/qw + ${COPYTREE_SHARE} . ${STAGEDIR}${QWDIR} ${MV} ${STAGEDIR}${QWDIR}/id1/maps ${STAGEDIR}${QWDIR}/qw ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/qwprogs.so \ ${STAGEDIR}${DATADIR} @@ -51,12 +52,13 @@ do-install: ${LN} -s ${Q1DIR}/id1/pak1.pak ${STAGEDIR}${QWDIR}/id1/ ${LN} -s ${Q1DIR}/id1/maps ${STAGEDIR}${QWDIR}/id1/ -.for f in port1 port2 port3 portffa servers - cd ${STAGEDIR}${QWDIR} && ${MV} ${f} ${f}.sample -.endfor -.for f in ktx.cfg listip.cfg matchless.cfg mvdfinish.qws mvdsv.cfg \ - port1.cfg port2.cfg port3.cfg problem.cfg pwd.cfg server.cfg vip_ip.cfg - cd ${STAGEDIR}${QWDIR}/ktx && ${MV} ${f} ${f}.sample -.endfor + (cd ${STAGEDIR}${QWDIR} && \ + for f in port1 port2 port3 portffa servers; do \ + ${MV} $${f} $${f}.sample; done && \ + cd ktx && \ + for f in ktx.cfg listip.cfg matchless.cfg mvdfinish.qws \ + mvdsv.cfg port1.cfg port2.cfg port3.cfg problem.cfg \ + pwd.cfg server.cfg vip_ip.cfg; do \ + ${MV} $${f} $${f}.sample; done) .include <bsd.port.mk> diff --git a/games/ktx/pkg-message b/games/ktx/pkg-message index 112a2b8c3e04..d1d4f7dba400 100644 --- a/games/ktx/pkg-message +++ b/games/ktx/pkg-message @@ -4,7 +4,7 @@ Example configureation in rc.conf: ktx_enable="YES" ktx_randommaps="aerowalk bravado catalyst monsoon shifter toxicity ztndm3 dm2 dm3 e1m2 spinev2 pkeg1 ztndm6" - ktx_args="-mem 64" + ktx_args="-mem 256" ktx_instances="ffa 1 2 3 4" ktx_ffa_args="+exec matchless.cfg" ktx_ffa_randommaps="aerowalk bravado catalyst monsoon shifter toxicity ztndm3 spinev2 pkeg1 ztndm2 ztndm4 ztndm5 ztndm6 skyhigh" diff --git a/games/kubrick/distinfo b/games/kubrick/distinfo index 218bbbbafebf..995f74e64a26 100644 --- a/games/kubrick/distinfo +++ b/games/kubrick/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264541 -SHA256 (KDE/release-service/25.08.3/kubrick-25.08.3.tar.xz) = c2ff7417473b14a2b5ed338d439027b0719d33c08d9df94f39ad1219f2ec9912 -SIZE (KDE/release-service/25.08.3/kubrick-25.08.3.tar.xz) = 384884 +TIMESTAMP = 1765478543 +SHA256 (KDE/release-service/25.12.0/kubrick-25.12.0.tar.xz) = 7e0d14cae951d85a8816015ddedc7341e291c715c1ba158f231d6c8988465a0b +SIZE (KDE/release-service/25.12.0/kubrick-25.12.0.tar.xz) = 384896 diff --git a/games/libkdegames/distinfo b/games/libkdegames/distinfo index d47a14aba742..4c3b0acdc8eb 100644 --- a/games/libkdegames/distinfo +++ b/games/libkdegames/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264544 -SHA256 (KDE/release-service/25.08.3/libkdegames-25.08.3.tar.xz) = 46f305677fb37978c6b47bd17ab6553b572151a63299bb7b8dc718d37fb448a4 -SIZE (KDE/release-service/25.08.3/libkdegames-25.08.3.tar.xz) = 5968288 +TIMESTAMP = 1765478545 +SHA256 (KDE/release-service/25.12.0/libkdegames-25.12.0.tar.xz) = 1a88f99a3a07a3745c1a783c302d5461cd38c1da782dee1e1a365c45b75006f1 +SIZE (KDE/release-service/25.12.0/libkdegames-25.12.0.tar.xz) = 5980640 diff --git a/games/libkmahjongg/distinfo b/games/libkmahjongg/distinfo index 68546ab7f490..93885d0488d6 100644 --- a/games/libkmahjongg/distinfo +++ b/games/libkmahjongg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264546 -SHA256 (KDE/release-service/25.08.3/libkmahjongg-25.08.3.tar.xz) = 482f9cefa35ba62d1271b3a9b2f0beccf0e954eb7fd840a61de4cc4b18bdc657 -SIZE (KDE/release-service/25.08.3/libkmahjongg-25.08.3.tar.xz) = 1694148 +TIMESTAMP = 1765478548 +SHA256 (KDE/release-service/25.12.0/libkmahjongg-25.12.0.tar.xz) = 7db0553c47390515ab9369c42a157f2251c3f66523d72f965629e9f5c3b9dbc7 +SIZE (KDE/release-service/25.12.0/libkmahjongg-25.12.0.tar.xz) = 1694748 diff --git a/games/lskat/distinfo b/games/lskat/distinfo index a9f3406357c0..9fcd247b88ed 100644 --- a/games/lskat/distinfo +++ b/games/lskat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264549 -SHA256 (KDE/release-service/25.08.3/lskat-25.08.3.tar.xz) = 9532884557ef2468f82b65a6ce54fdcbc0df3ca192fe78cacb8e24f7b72829bd -SIZE (KDE/release-service/25.08.3/lskat-25.08.3.tar.xz) = 1229504 +TIMESTAMP = 1765478551 +SHA256 (KDE/release-service/25.12.0/lskat-25.12.0.tar.xz) = 32f6ba9f7b300b973fa51a8afa3c5516f489f27b3ebbf3ff8db6d0c1b2642800 +SIZE (KDE/release-service/25.12.0/lskat-25.12.0.tar.xz) = 1229552 diff --git a/games/palapeli/distinfo b/games/palapeli/distinfo index 67b58eb101d7..1c2a46c2f95e 100644 --- a/games/palapeli/distinfo +++ b/games/palapeli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264551 -SHA256 (KDE/release-service/25.08.3/palapeli-25.08.3.tar.xz) = 8fc7ee67e4225cb12f161e1e3e8ddebcc2ee1f5068fde10cfd06ee5a41608945 -SIZE (KDE/release-service/25.08.3/palapeli-25.08.3.tar.xz) = 2134832 +TIMESTAMP = 1765478553 +SHA256 (KDE/release-service/25.12.0/palapeli-25.12.0.tar.xz) = 485d01e60098aac842970fde2d1f12f0ff81d6460f3b8ac586cda38b5df85675 +SIZE (KDE/release-service/25.12.0/palapeli-25.12.0.tar.xz) = 2134820 diff --git a/games/picmi/distinfo b/games/picmi/distinfo index 2c26f5382ce6..1f7314f625fd 100644 --- a/games/picmi/distinfo +++ b/games/picmi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264554 -SHA256 (KDE/release-service/25.08.3/picmi-25.08.3.tar.xz) = dd5cc087b8d370f1e25a936fb0a8eaceea687a5fd49f30d0012348b5e768a970 -SIZE (KDE/release-service/25.08.3/picmi-25.08.3.tar.xz) = 1523668 +TIMESTAMP = 1765478556 +SHA256 (KDE/release-service/25.12.0/picmi-25.12.0.tar.xz) = e92220330b09ca3c99b7caa5649462e2f861e634d2e056d3e4d951dde021d718 +SIZE (KDE/release-service/25.12.0/picmi-25.12.0.tar.xz) = 1523624 diff --git a/games/skladnik/distinfo b/games/skladnik/distinfo index 0301225053ff..db3a358b471e 100644 --- a/games/skladnik/distinfo +++ b/games/skladnik/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264557 -SHA256 (KDE/release-service/25.08.3/skladnik-25.08.3.tar.xz) = e4d8c35c726939c9da797e1cd45d56d0a0d04a79dab1fc2da7aced66a30fce8f -SIZE (KDE/release-service/25.08.3/skladnik-25.08.3.tar.xz) = 417700 +TIMESTAMP = 1765478558 +SHA256 (KDE/release-service/25.12.0/skladnik-25.12.0.tar.xz) = 6ae8dd125624d6e4bac8666b20027bf11879b21fa6db84c451fcfd70025bc743 +SIZE (KDE/release-service/25.12.0/skladnik-25.12.0.tar.xz) = 417696 diff --git a/games/veloren-weekly/Makefile b/games/veloren-weekly/Makefile index 83df4535007b..94e6aa79f450 100644 --- a/games/veloren-weekly/Makefile +++ b/games/veloren-weekly/Makefile @@ -10,6 +10,7 @@ WWW= https://veloren.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN_aarch64= https://github.com/bytecodealliance/wasmtime/issues/5499 ONLY_FOR_ARCHS= aarch64 amd64 ONLY_FOR_ARCHS_REASON= unsupported platform by https://github.com/wasmerio/wasmer @@ -24,7 +25,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-pl USES= cargo xorg USE_XORG= xcb USE_GITLAB= yes -GL_TAGNAME= v0.17.0-1450-g99d7d92d08 # git describe --match='v[0-9]*' weekly +GL_TAGNAME= v0.17.0-1455-g7e8cec0d08 # git describe --match='v[0-9]*' weekly CARGO_ENV= VELOREN_USERDATA_STRATEGY=system SHADERC_LIB_DIR="${LOCALBASE}/lib" PLIST_FILES= bin/${PORTNAME}-server-cli \ bin/${PORTNAME}-voxygen \ diff --git a/games/veloren-weekly/distinfo b/games/veloren-weekly/distinfo index dd0fba164f32..4b4aebfc9d96 100644 --- a/games/veloren-weekly/distinfo +++ b/games/veloren-weekly/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764540443 +TIMESTAMP = 1764933185 SHA256 (rust/crates/ab_glyph-0.2.31.crate) = e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d SIZE (rust/crates/ab_glyph-0.2.31.crate) = 20909 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 @@ -1937,5 +1937,5 @@ SHA256 (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.g SIZE (xMAC94x-portpicker-rs-df6b37872f3586ac3b21d08b56c8ec7cd92fb172_GH0.tar.gz) = 2210 SHA256 (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 43f0faa196eb33341c8e9952da17876649dd3aade44fd357a3a098eaaeb78e9d SIZE (veloren-conrod-c74446362371dc837b8b4b6d6ddcd7693b48d9b6_GL0.tar.gz) = 808402 -SHA256 (veloren-v0.17.0-1450-g99d7d92d08.tar.bz2) = 39b6ed80868057f7e66253aedacf206bb7036ab36874e785a3cf8b3eb6500408 -SIZE (veloren-v0.17.0-1450-g99d7d92d08.tar.bz2) = 347540833 +SHA256 (veloren-v0.17.0-1455-g7e8cec0d08.tar.bz2) = 9214b9688aa33b38c6b39ffa857888685d911f900405b2dc3ed42565ec182421 +SIZE (veloren-v0.17.0-1455-g7e8cec0d08.tar.bz2) = 347538062 diff --git a/games/wesnoth/files/patch-src_game__display.cpp b/games/wesnoth/files/patch-src_game__display.cpp new file mode 100644 index 000000000000..999f3d7e969d --- /dev/null +++ b/games/wesnoth/files/patch-src_game__display.cpp @@ -0,0 +1,14 @@ +--- src/game_display.cpp.orig 2025-12-01 17:11:07 UTC ++++ src/game_display.cpp +@@ -278,9 +278,9 @@ void game_display::draw_hex(const map_location& loc) + // Draw reach_map information. + // We remove the reachability mask of the unit that we want to attack. + if(!is_shrouded && !reach_map_.empty() && reach_map_.find(loc) == reach_map_.end() && loc != attack_indicator_dst_) { +- static const image::locator unreachable(game_config::images::unreachable); ++ static const image::locator unreachable_image(game_config::images::unreachable); + drawing_buffer_add(LAYER_REACHMAP, loc, +- [tex = image::get_texture(unreachable, image::HEXED)](const rect& dest) { draw::blit(tex, dest); }); ++ [tex = image::get_texture(unreachable_image, image::HEXED)](const rect& dest) { draw::blit(tex, dest); }); + } + + if(std::shared_ptr<wb::manager> w = wb_.lock()) { diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 808ef4e98390..341d3da609cd 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -1,7 +1,6 @@ PORTNAME= widelands DISTVERSIONPREFIX= v -DISTVERSION= 1.2 -PORTREVISION= 6 +DISTVERSION= 1.2.1 CATEGORIES= games MAINTAINER= amdmi3@FreeBSD.org diff --git a/games/widelands/distinfo b/games/widelands/distinfo index 18724690f854..2250b591ca41 100644 --- a/games/widelands/distinfo +++ b/games/widelands/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712068495 -SHA256 (widelands-widelands-v1.2_GH0.tar.gz) = c6bed3717c541276fbed8a33adce230a2637297588c719268fcb963e076210e2 -SIZE (widelands-widelands-v1.2_GH0.tar.gz) = 457713595 +TIMESTAMP = 1736974158 +SHA256 (widelands-widelands-v1.2.1_GH0.tar.gz) = 799bfd32048ef20118c48e21f3fc843ae0451c42bb8bf2eabcb9b26bf6fe54b4 +SIZE (widelands-widelands-v1.2.1_GH0.tar.gz) = 457853247 diff --git a/games/widelands/files/patch-CMakeLists.txt b/games/widelands/files/patch-CMakeLists.txt index eeda6cbe5c97..63e0398f9b2f 100644 --- a/games/widelands/files/patch-CMakeLists.txt +++ b/games/widelands/files/patch-CMakeLists.txt @@ -1,45 +1,45 @@ ---- CMakeLists.txt.orig 2024-03-28 10:12:05 UTC +--- CMakeLists.txt.orig 2024-11-12 20:03:25 UTC +++ CMakeLists.txt -@@ -328,7 +328,7 @@ if(NOT MSVC) +@@ -329,7 +329,7 @@ if(NOT MSVC) endif() if(NOT MSVC) -- if(CMAKE_BUILD_TYPE STREQUAL "Release") -+ if(TRUE OR CMAKE_BUILD_TYPE STREQUAL "Release") +- if((CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")) ++ if(TRUE OR (CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")) message(STATUS "Compiler warnings will be ignored.") elseif(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND ( ((NOT (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12.0)) AND (CMAKE_CXX_COMPILER_VERSION VERSION_LESS 12.2)) -@@ -360,12 +360,12 @@ if(USE_FLTO_IF_AVAILABLE STREQUAL "yes") +@@ -361,12 +361,12 @@ if(USE_FLTO_IF_AVAILABLE STREQUAL "yes") if(USE_FLTO_IF_AVAILABLE STREQUAL "yes") # Cross-compile-unit optimization not supported by gcc with debug on! # Therefore, this may only be done with Release builds. --if(CMAKE_BUILD_TYPE STREQUAL "Release") -+if(TRUE OR CMAKE_BUILD_TYPE STREQUAL "Release") +-if((CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")) ++if(TRUE OR (CMAKE_BUILD_TYPE STREQUAL "Release") OR (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")) # Only tested on Linux. Might work also on other platforms. # If tested and found good, remove this check - if (CMAKE_SYSTEM MATCHES "Linux") + if (TRUE OR CMAKE_SYSTEM MATCHES "Linux") # Usage of -flto tested only with gcc 8.3 and 9.3 (2020-04); when in doubt, leaving it out.. - if(("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8.0)) -+ if(TRUE OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8.0)) ++ if(TRUE OR ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU") AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 8.0)) # # The execution jumps between compile units rather often. -flot allows optimization across # comple units. Binary size reduced by >15% on tested environments. This does not directly -@@ -479,13 +479,6 @@ endif (OPTION_BUILD_TESTS) +@@ -484,13 +484,6 @@ endif (OPTION_BUILD_TESTS) ) endif (OPTION_BUILD_TESTS) -install ( - FILES ${CMAKE_CURRENT_BINARY_DIR}/VERSION - DESTINATION ${WL_INSTALL_BASEDIR} -- CONFIGURATIONS Debug;Release;None +- CONFIGURATIONS Debug;Release;RelWithDebInfo;None - COMPONENT CoreVersionFile -) - - # Installation. - add_subdirectory(doc) - if(OPTION_BUILD_TRANSLATIONS) -@@ -538,10 +531,9 @@ install( + # TODO(Nordfriese): Use this consistently in places in code that use various other tests for endianness + include(TestBigEndian) + TEST_BIG_ENDIAN(IS_BIG_ENDIAN) +@@ -553,10 +546,9 @@ install( install( FILES @@ -48,6 +48,6 @@ ChangeLog - DESTINATION ${WL_INSTALL_BASEDIR} + DESTINATION ${WL_INSTALL_DOCDIR} - CONFIGURATIONS Debug;Release;None + CONFIGURATIONS Debug;Release;RelWithDebInfo;None COMPONENT CoreLicenseFiles ) diff --git a/games/widelands/files/patch-c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f b/games/widelands/files/patch-c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f new file mode 100644 index 000000000000..8465cd586a40 --- /dev/null +++ b/games/widelands/files/patch-c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f @@ -0,0 +1,224 @@ +From c0b44ccc04df35a9a23ca9be3e05f5d3a5428f6f Mon Sep 17 00:00:00 2001 +From: matthiakl <t-m.42@mailpost.spdns.org> +Date: Sun, 23 Mar 2025 09:17:47 +0000 +Subject: [PATCH] Update asio interfaces (GH #6665 / CB #5025) + +Co-authored-by: matthiakl <t-m.42@mailpost.spdns.org> +Co-authored-by: Widelands Bunnybot <bunnybot@widelands.org> +Co-authored-by: matthiakl <t-m.42@mailpost.spdns.org> +Co-committed-by: matthiakl <t-m.42@mailpost.spdns.org> +--- + src/network/bufferedconnection.cc | 16 ++++++++-------- + src/network/bufferedconnection.h | 4 ++-- + src/network/nethost.cc | 12 ++++++------ + src/network/nethost.h | 4 ++-- + src/network/network.cc | 14 +++++++------- + src/network/network_lan_promotion.cc | 4 ++-- + src/network/network_lan_promotion.h | 2 +- + 7 files changed, 28 insertions(+), 28 deletions(-) + +diff --git a/src/network/bufferedconnection.cc b/src/network/bufferedconnection.cc +index 715c2baf5c2..389360526c3 100644 +--- src/network/bufferedconnection.cc ++++ src/network/bufferedconnection.cc +@@ -141,12 +141,12 @@ void BufferedConnection::close() { + verb_log_info("[BufferedConnection] Closing network socket."); + } + // Stop the thread +- io_service_.stop(); +- // Not sure if that is required, wait up to one second for the io_service to stop +- for (int i = 0; i < 1000 && !io_service_.stopped(); i++) { ++ io_context_.stop(); ++ // Not sure if that is required, wait up to one second for the io_context to stop ++ for (int i = 0; i < 1000 && !io_context_.stopped(); i++) { + std::this_thread::sleep_for(std::chrono::milliseconds(1)); + } +- assert(io_service_.stopped()); ++ assert(io_context_.stopped()); + if (asio_thread_.joinable()) { + try { + asio_thread_.join(); +@@ -334,7 +334,7 @@ void BufferedConnection::reduce_send_buffer(asio::ip::tcp::socket& socket) { + } + + BufferedConnection::BufferedConnection(const NetAddress& host) +- : socket_(io_service_), currently_sending_(false) { ++ : socket_(io_context_), currently_sending_(false) { + + const asio::ip::tcp::endpoint destination(host.ip, host.port); + +@@ -353,7 +353,7 @@ BufferedConnection::BufferedConnection(const NetAddress& host) + asio_thread_ = std::thread([this]() { + // The output might actually be messed up if it collides with the main thread... + verb_log_info("[BufferedConnection] Starting networking thread\n"); +- io_service_.run(); ++ io_context_.run(); + verb_log_info("[BufferedConnection] Stopping networking thread\n"); + }); + } else { +@@ -364,7 +364,7 @@ BufferedConnection::BufferedConnection(const NetAddress& host) + } + } + +-BufferedConnection::BufferedConnection() : socket_(io_service_) { ++BufferedConnection::BufferedConnection() : socket_(io_context_) { + } + + void BufferedConnection::notify_connected() { +@@ -379,7 +379,7 @@ void BufferedConnection::notify_connected() { + asio_thread_ = std::thread([this]() { + // The output might actually be messed up if it collides with the main thread... + verb_log_info("[BufferedConnection] Starting networking thread"); +- io_service_.run(); ++ io_context_.run(); + verb_log_info("[BufferedConnection] Stopping networking thread"); + }); + } +diff --git a/src/network/bufferedconnection.h b/src/network/bufferedconnection.h +index 71f9bdfd6a0..c47b994500b 100644 +--- src/network/bufferedconnection.h ++++ src/network/bufferedconnection.h +@@ -314,8 +314,8 @@ class BufferedConnection { + /// Each packet in the queue is a vector of uint8_t. + std::map<uint8_t, std::queue<std::vector<uint8_t>>> buffers_to_send_; + +- /// An io_service needed by asio. Primarily needed for asynchronous operations. +- asio::io_service io_service_; ++ /// An io_context needed by asio. Primarily needed for asynchronous operations. ++ asio::io_context io_context_; + + /// The socket that connects us to the host. + asio::ip::tcp::socket socket_; +diff --git a/src/network/nethost.cc b/src/network/nethost.cc +index 16b08454929..25e369ef3c1 100644 +--- src/network/nethost.cc ++++ src/network/nethost.cc +@@ -67,11 +67,11 @@ bool NetHost::is_connected(const ConnectionId id) const { + void NetHost::stop_listening() { + + // Stop the thread +- io_service_.stop(); +- for (int i = 0; i < 1000 && !io_service_.stopped(); i++) { ++ io_context_.stop(); ++ for (int i = 0; i < 1000 && !io_context_.stopped(); i++) { + std::this_thread::sleep_for(std::chrono::milliseconds(1)); + } +- assert(io_service_.stopped()); ++ assert(io_context_.stopped()); + if (asio_thread_.joinable()) { + try { + asio_thread_.join(); +@@ -183,7 +183,7 @@ void NetHost::start_accepting( + }); + } + +-NetHost::NetHost(const uint16_t port) : acceptor_v4_(io_service_), acceptor_v6_(io_service_) { ++NetHost::NetHost(const uint16_t port) : acceptor_v4_(io_context_), acceptor_v6_(io_context_) { + + if (open_acceptor(&acceptor_v4_, asio::ip::tcp::endpoint(asio::ip::tcp::v4(), port))) { + verb_log_info("[NetHost] Opening a listening IPv4 socket on TCP port %u", port); +@@ -198,7 +198,7 @@ NetHost::NetHost(const uint16_t port) : acceptor_v4_(io_service_), acceptor_v6_( + + asio_thread_ = std::thread([this]() { + verb_log_info("[NetHost] Starting networking thread"); +- io_service_.run(); ++ io_context_.run(); + verb_log_info("[NetHost] Stopping networking thread"); + }); + } +@@ -214,7 +214,7 @@ bool NetHost::open_acceptor(asio::ip::tcp::acceptor* acceptor, + acceptor->set_option(option_v6only); + } + acceptor->bind(endpoint); +- acceptor->listen(asio::socket_base::max_connections); ++ acceptor->listen(asio::socket_base::max_listen_connections); + return true; + } catch (const std::system_error&) { + return false; +diff --git a/src/network/nethost.h b/src/network/nethost.h +index 86fe4f920d5..7d17502b9d4 100644 +--- src/network/nethost.h ++++ src/network/nethost.h +@@ -101,8 +101,8 @@ class NetHost : public NetHostInterface { + std::map<NetHostInterface::ConnectionId, std::unique_ptr<BufferedConnection>> clients_; + /// The next client id that will be used + NetHostInterface::ConnectionId next_id_{1}; +- /// An io_service needed by asio. Primary needed for async operations. +- asio::io_service io_service_; ++ /// An io_context needed by asio. Primary needed for async operations. ++ asio::io_context io_context_; + /// The acceptor we get IPv4 connection requests to. + asio::ip::tcp::acceptor acceptor_v4_; + /// The acceptor we get IPv6 connection requests to. +diff --git a/src/network/network.cc b/src/network/network.cc +index f945b28b665..1c142f1f846 100644 +--- src/network/network.cc ++++ src/network/network.cc +@@ -30,17 +30,17 @@ bool do_resolve(const asio::ip::tcp& protocol, + uint16_t port) { + assert(addr != nullptr); + try { +- asio::io_service io_service; +- asio::ip::tcp::resolver resolver(io_service); +- asio::ip::tcp::resolver::query query(protocol, hostname, as_string(port)); +- asio::ip::tcp::resolver::iterator iter = resolver.resolve(query); +- if (iter == asio::ip::tcp::resolver::iterator()) { ++ asio::io_context io_context; ++ asio::ip::tcp::resolver resolver(io_context); ++ asio::ip::tcp::resolver::results_type iter = ++ resolver.resolve(protocol, hostname, as_string(port)); ++ if (iter.empty()) { + // Resolution failed + log_err("Could not resolve network name '%s:%u' to %s-address\n", hostname.c_str(), port, + ((protocol == asio::ip::tcp::v4()) ? "IPv4" : "IPv6")); + return false; + } +- addr->ip = iter->endpoint().address(); ++ addr->ip = iter.begin()->endpoint().address(); + addr->port = port; + verb_log_info("Resolved network name '%s:%u' to %s", hostname.c_str(), port, + addr->ip.to_string().c_str()); +@@ -64,7 +64,7 @@ bool NetAddress::resolve_to_v6(NetAddress* addr, const std::string& hostname, ui + + bool NetAddress::parse_ip(NetAddress* addr, const std::string& ip, uint16_t port) { + std::error_code ec; +- asio::ip::address new_addr = asio::ip::address::from_string(ip, ec); ++ asio::ip::address new_addr = asio::ip::make_address(ip, ec); + if (ec) { + return false; + } +diff --git a/src/network/network_lan_promotion.cc b/src/network/network_lan_promotion.cc +index 5e8e8f6b912..7cdbf1962ec 100644 +--- src/network/network_lan_promotion.cc ++++ src/network/network_lan_promotion.cc +@@ -75,7 +75,7 @@ int get_ip_version(const asio::ip::udp& version) { + * On Apple we have to specify the interface, forcing us to send our message over all interfaces we + * can find. + */ +-LanBase::LanBase(uint16_t port) : socket_v4(io_service), socket_v6(io_service) { ++LanBase::LanBase(uint16_t port) : socket_v4(io_context), socket_v6(io_context) { + + #ifndef _WIN32 + // Iterate over all interfaces. If they support IPv4, store the broadcast-address +@@ -252,7 +252,7 @@ bool LanBase::broadcast(void const* const buf, size_t const len, uint16_t const + asio::ip::udp::socket& socket, const std::string& address) -> bool { + if (socket.is_open()) { + std::error_code ec; +- asio::ip::udp::endpoint destination(asio::ip::address::from_string(address), port); ++ asio::ip::udp::endpoint destination(asio::ip::make_address(address), port); + socket.send_to(asio::buffer(buf, len), destination, 0, ec); + if (!ec) { + return true; +diff --git a/src/network/network_lan_promotion.h b/src/network/network_lan_promotion.h +index dc1ccbadbc3..a227043ccf8 100644 +--- src/network/network_lan_promotion.h ++++ src/network/network_lan_promotion.h +@@ -135,7 +135,7 @@ struct LanBase { + void close_socket(asio::ip::udp::socket* socket); + + /// No idea what this does. I think it is only really used when asynchronous operations are done. +- asio::io_service io_service; ++ asio::io_context io_context; + /// The socket for IPv4. + asio::ip::udp::socket socket_v4; + /// The socket for IPv6. diff --git a/graphics/Makefile b/graphics/Makefile index bdf08c846133..c2c71b2ddbdc 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1011,6 +1011,7 @@ SUBDIR += py-pymaging SUBDIR += py-pymaging-png SUBDIR += py-pyocr + SUBDIR += py-pyogrio SUBDIR += py-pypillowfight SUBDIR += py-pyproj SUBDIR += py-pyqrcode diff --git a/graphics/blender/Makefile b/graphics/blender/Makefile index 33ded3adece2..60a30e0e7c5d 100644 --- a/graphics/blender/Makefile +++ b/graphics/blender/Makefile @@ -1,6 +1,6 @@ PORTNAME= blender DISTVERSION= 4.2.0 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= graphics multimedia MASTER_SITES= http://download.blender.org/source/ \ http://mirror.cs.umn.edu/blender.org/source/ \ diff --git a/graphics/colord-kde/distinfo b/graphics/colord-kde/distinfo index ffd904b80877..136cc1b513b7 100644 --- a/graphics/colord-kde/distinfo +++ b/graphics/colord-kde/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264557 -SHA256 (KDE/release-service/25.08.3/colord-kde-25.08.3.tar.xz) = 29a6b0a2775a00a3bd5b1b138c77372e53af8804580c1e412b879d48e5d0aedf -SIZE (KDE/release-service/25.08.3/colord-kde-25.08.3.tar.xz) = 121376 +TIMESTAMP = 1765478558 +SHA256 (KDE/release-service/25.12.0/colord-kde-25.12.0.tar.xz) = 73c14241eb1e688f4a231389b72c26647a9f3a781fa48df8c19cb90acea2cc83 +SIZE (KDE/release-service/25.12.0/colord-kde-25.12.0.tar.xz) = 120028 diff --git a/graphics/colord-kde/pkg-plist b/graphics/colord-kde/pkg-plist index 3f576cf62609..f9009580e399 100644 --- a/graphics/colord-kde/pkg-plist +++ b/graphics/colord-kde/pkg-plist @@ -28,7 +28,6 @@ share/locale/hi/LC_MESSAGES/colord-kde.mo share/locale/hu/LC_MESSAGES/colord-kde.mo share/locale/ia/LC_MESSAGES/colord-kde.mo share/locale/id/LC_MESSAGES/colord-kde.mo -share/locale/is/LC_MESSAGES/colord-kde.mo share/locale/it/LC_MESSAGES/colord-kde.mo share/locale/ja/LC_MESSAGES/colord-kde.mo share/locale/ka/LC_MESSAGES/colord-kde.mo diff --git a/graphics/drm-515-kmod/Makefile b/graphics/drm-515-kmod/Makefile index 2052d324544a..47eb4b4aa210 100644 --- a/graphics/drm-515-kmod/Makefile +++ b/graphics/drm-515-kmod/Makefile @@ -31,8 +31,8 @@ GH_TAGNAME= ${DRM_KMOD_GH_TAGNAME} SUB_FILES= pkg-message SUB_LIST= OPSYS=${OPSYS} OSREL=${OSREL} -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1400081 -IGNORE= not supported on older than 14.0, no kernel support +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000 +IGNORE= not supported on FreeBSD 16.0 and higher .endif .if ${OPSYS} != FreeBSD IGNORE= not supported on anything but FreeBSD (missing linuxkpi functionality) diff --git a/graphics/drm-61-kmod/Makefile b/graphics/drm-61-kmod/Makefile index 91df80087b59..26bc501b55bb 100644 --- a/graphics/drm-61-kmod/Makefile +++ b/graphics/drm-61-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-61-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics kld .include "Makefile.version" diff --git a/graphics/drm-61-kmod/Makefile.version b/graphics/drm-61-kmod/Makefile.version index d3d1bf7c8e96..18876fe7d77e 100644 --- a/graphics/drm-61-kmod/Makefile.version +++ b/graphics/drm-61-kmod/Makefile.version @@ -2,4 +2,4 @@ # # This will be included from consumers such as nvidia-drm DRM_KMOD_DISTVERSION= 6.1.128 -DRM_KMOD_GH_TAGNAME= drm_v6.1.128_6 +DRM_KMOD_GH_TAGNAME= drm_v6.1.128_7 diff --git a/graphics/drm-61-kmod/distinfo b/graphics/drm-61-kmod/distinfo index 7e23f847980c..604c6a966715 100644 --- a/graphics/drm-61-kmod/distinfo +++ b/graphics/drm-61-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760982961 -SHA256 (freebsd-drm-kmod-6.1.128-drm_v6.1.128_6_GH0.tar.gz) = cfc9f2a0519a4d4c98f0489914925c6da9177bc48759ea0b1aecb51dda90f145 -SIZE (freebsd-drm-kmod-6.1.128-drm_v6.1.128_6_GH0.tar.gz) = 37106003 +TIMESTAMP = 1765462710 +SHA256 (freebsd-drm-kmod-6.1.128-drm_v6.1.128_7_GH0.tar.gz) = d4eb440e982ceef08888dafa1aeb2bd046b3b53026ee526eb7d8f7f52bc988f1 +SIZE (freebsd-drm-kmod-6.1.128-drm_v6.1.128_7_GH0.tar.gz) = 37104632 diff --git a/graphics/drm-66-kmod/Makefile b/graphics/drm-66-kmod/Makefile index 759823025495..db1e64b0f5ea 100644 --- a/graphics/drm-66-kmod/Makefile +++ b/graphics/drm-66-kmod/Makefile @@ -1,6 +1,6 @@ PORTNAME= drm-66-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics kld .include "Makefile.version" diff --git a/graphics/drm-66-kmod/Makefile.version b/graphics/drm-66-kmod/Makefile.version index fe8adadf8315..d08c25a622a0 100644 --- a/graphics/drm-66-kmod/Makefile.version +++ b/graphics/drm-66-kmod/Makefile.version @@ -2,4 +2,4 @@ # # This will be included from consumers such as nvidia-drm DRM_KMOD_DISTVERSION= 6.6.25 -DRM_KMOD_GH_TAGNAME= drm_v6.6.25_7 +DRM_KMOD_GH_TAGNAME= drm_v6.6.25_9 diff --git a/graphics/drm-66-kmod/distinfo b/graphics/drm-66-kmod/distinfo index 7d1944e00526..cc162c27aab7 100644 --- a/graphics/drm-66-kmod/distinfo +++ b/graphics/drm-66-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760983004 -SHA256 (freebsd-drm-kmod-6.6.25-drm_v6.6.25_7_GH0.tar.gz) = 43fd533b2232b9d5ffe4a30fb99a8976c99c76207f5960d823d19cf6f118495a -SIZE (freebsd-drm-kmod-6.6.25-drm_v6.6.25_7_GH0.tar.gz) = 38487814 +TIMESTAMP = 1765465156 +SHA256 (freebsd-drm-kmod-6.6.25-drm_v6.6.25_9_GH0.tar.gz) = 14e90e4cc9ed5e72f6036f01987a20e2918026502d3116e97ffa4156514a13bb +SIZE (freebsd-drm-kmod-6.6.25-drm_v6.6.25_9_GH0.tar.gz) = 38488554 diff --git a/graphics/drm-latest-kmod/Makefile b/graphics/drm-latest-kmod/Makefile index 1f0f2fc41cb3..54e1b4c9ae2f 100644 --- a/graphics/drm-latest-kmod/Makefile +++ b/graphics/drm-latest-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= drm-latest-kmod PORTVERSION= ${DRM_KMOD_DISTVERSION} +PORTREVISION= 1 CATEGORIES= graphics kld .include "Makefile.version" diff --git a/graphics/drm-latest-kmod/Makefile.version b/graphics/drm-latest-kmod/Makefile.version index e991f7357c70..5fa7d0963110 100644 --- a/graphics/drm-latest-kmod/Makefile.version +++ b/graphics/drm-latest-kmod/Makefile.version @@ -2,4 +2,4 @@ # # This will be included from consumers such as nvidia-drm DRM_KMOD_DISTVERSION= 6.9 -DRM_KMOD_GH_TAGNAME= drm_v6.9 +DRM_KMOD_GH_TAGNAME= drm_v6.9_1 diff --git a/graphics/drm-latest-kmod/distinfo b/graphics/drm-latest-kmod/distinfo index 3beec235aad4..b801c3d21098 100644 --- a/graphics/drm-latest-kmod/distinfo +++ b/graphics/drm-latest-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758133559 -SHA256 (freebsd-drm-kmod-6.9-drm_v6.9_GH0.tar.gz) = a7599c2124e1fb65a270d5195d8592b0f69d0702a23938b73d097c079501129e -SIZE (freebsd-drm-kmod-6.9-drm_v6.9_GH0.tar.gz) = 41511351 +TIMESTAMP = 1765611228 +SHA256 (freebsd-drm-kmod-6.9-drm_v6.9_1_GH0.tar.gz) = df7933202e61ebf8c9decb6835e4908817923fe4e76213e532873b0b611e8c63 +SIZE (freebsd-drm-kmod-6.9-drm_v6.9_1_GH0.tar.gz) = 41512758 diff --git a/graphics/gd/Makefile b/graphics/gd/Makefile index fb199ac82c64..dea173561adf 100644 --- a/graphics/gd/Makefile +++ b/graphics/gd/Makefile @@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING CONFLICTS_INSTALL= libgd ??-libgd -USES= cpe tar:xz pkgconfig pathfix libtool:keepla autoreconf shebangfix +USES= autoreconf cpe gettext-tools libtool:keepla pathfix pkgconfig \ + shebangfix tar:xz SHEBANG_FILES= ${WRKSRC}/src/bdftogd GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gd-formats diff --git a/graphics/gpu-firmware-amd-kmod/Makefile b/graphics/gpu-firmware-amd-kmod/Makefile index c6b6215ece23..48ec713e631b 100644 --- a/graphics/gpu-firmware-amd-kmod/Makefile +++ b/graphics/gpu-firmware-amd-kmod/Makefile @@ -1,6 +1,5 @@ PORTNAME= gpu-firmware-amd-kmod -PORTVERSION= 20230625 -PORTREVISION= 2 +PORTVERSION= 20250109 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -28,7 +27,9 @@ FLAVORS= aldebaran \ dcn_3_1_6 \ dcn_3_2_0 \ dcn_3_2_1 \ + dcn_3_5 \ fiji \ + gc_9_4_3 \ gc_10_3_6 \ gc_10_3_7 \ gc_11_0_0 \ @@ -36,6 +37,7 @@ FLAVORS= aldebaran \ gc_11_0_2 \ gc_11_0_3 \ gc_11_0_4 \ + gc_11_5_0 \ hainan \ hawaii \ kabini \ @@ -53,23 +55,29 @@ FLAVORS= aldebaran \ psp_13_0_0 \ psp_13_0_4 \ psp_13_0_5 \ + psp_13_0_6 \ psp_13_0_7 \ psp_13_0_8 \ psp_13_0_10 \ psp_13_0_11 \ + psp_14_0_0 \ raven \ raven2 \ renoir \ + sdma_4_4_2 \ sdma_5_2_6 \ sdma_5_2_7 \ sdma_6_0_0 \ sdma_6_0_1 \ sdma_6_0_2 \ sdma_6_0_3 \ + sdma_6_1_0 \ si58 \ smu_13_0_0 \ + smu_13_0_6 \ smu_13_0_7 \ smu_13_0_10 \ + smu_14_0_2 \ stoney \ tahiti \ tonga \ @@ -77,12 +85,15 @@ FLAVORS= aldebaran \ vcn_3_1_2 \ vcn_4_0_0 \ vcn_4_0_2 \ + vcn_4_0_3 \ vcn_4_0_4 \ + vcn_4_0_5 \ vega10 \ vega12 \ vega20 \ vegam \ verde \ + vpe_6_1_0 \ dimgrey_cavefish \ green_sardine \ navy_flounder \ @@ -95,7 +106,7 @@ USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod-firmware -GH_TAGNAME= 20230625_8 +GH_TAGNAME= 20250109 MAKE_ENV= KMODS="amdgpukmsfw" MAKE_ENV+= AMDGPUKMODS="${FLAVOR}" diff --git a/graphics/gpu-firmware-amd-kmod/distinfo b/graphics/gpu-firmware-amd-kmod/distinfo index b85c54c01ef2..69a92c21b046 100644 --- a/graphics/gpu-firmware-amd-kmod/distinfo +++ b/graphics/gpu-firmware-amd-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1705053920 -SHA256 (freebsd-drm-kmod-firmware-20230625-20230625_8_GH0.tar.gz) = 6b524025b678d2aef75df712968433f9a3f95f3bea3a69f27dbf9f99a99a7916 -SIZE (freebsd-drm-kmod-firmware-20230625-20230625_8_GH0.tar.gz) = 36053318 +TIMESTAMP = 1765464984 +SHA256 (freebsd-drm-kmod-firmware-20250109_GH0.tar.gz) = b204a6bbc44e537cf74d84a025a3634833e86a0f28cedf1ae216257039414229 +SIZE (freebsd-drm-kmod-firmware-20250109_GH0.tar.gz) = 40111427 diff --git a/graphics/gpu-firmware-amd-kmod/pkg-plist b/graphics/gpu-firmware-amd-kmod/pkg-plist index 3e816c3f1e10..be5150429a71 100644 --- a/graphics/gpu-firmware-amd-kmod/pkg-plist +++ b/graphics/gpu-firmware-amd-kmod/pkg-plist @@ -66,6 +66,7 @@ %%DCN_3_1_6%%/%%KMODDIR%%/amdgpu_dcn_3_1_6_dmcub_bin.ko %%DCN_3_2_0%%/%%KMODDIR%%/amdgpu_dcn_3_2_0_dmcub_bin.ko %%DCN_3_2_1%%/%%KMODDIR%%/amdgpu_dcn_3_2_1_dmcub_bin.ko +%%DCN_3_5%%/%%KMODDIR%%/amdgpu_dcn_3_5_dmcub_bin.ko %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_ce_bin.ko %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_mc_bin.ko %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_me_bin.ko @@ -78,6 +79,8 @@ %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_smc_bin.ko %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_uvd_bin.ko %%FIJI%%/%%KMODDIR%%/amdgpu_fiji_vce_bin.ko +%%GC_9_4_3%%/%%KMODDIR%%/amdgpu_gc_9_4_3_mec_bin.ko +%%GC_9_4_3%%/%%KMODDIR%%/amdgpu_gc_9_4_3_rlc_bin.ko %%GC_10_3_6%%/%%KMODDIR%%/amdgpu_gc_10_3_6_ce_bin.ko %%GC_10_3_6%%/%%KMODDIR%%/amdgpu_gc_10_3_6_me_bin.ko %%GC_10_3_6%%/%%KMODDIR%%/amdgpu_gc_10_3_6_mec_bin.ko @@ -129,6 +132,13 @@ %%GC_11_0_4%%/%%KMODDIR%%/amdgpu_gc_11_0_4_mes_2_bin.ko %%GC_11_0_4%%/%%KMODDIR%%/amdgpu_gc_11_0_4_pfp_bin.ko %%GC_11_0_4%%/%%KMODDIR%%/amdgpu_gc_11_0_4_rlc_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_imu_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_me_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_mec_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_mes1_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_mes_2_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_pfp_bin.ko +%%GC_11_5_0%%/%%KMODDIR%%/amdgpu_gc_11_5_0_rlc_bin.ko %%HAINAN%%/%%KMODDIR%%/amdgpu_hainan_ce_bin.ko %%HAINAN%%/%%KMODDIR%%/amdgpu_hainan_k_smc_bin.ko %%HAINAN%%/%%KMODDIR%%/amdgpu_hainan_mc_bin.ko @@ -321,6 +331,8 @@ %%PSP_13_0_5%%/%%KMODDIR%%/amdgpu_psp_13_0_5_asd_bin.ko %%PSP_13_0_5%%/%%KMODDIR%%/amdgpu_psp_13_0_5_ta_bin.ko %%PSP_13_0_5%%/%%KMODDIR%%/amdgpu_psp_13_0_5_toc_bin.ko +%%PSP_13_0_6%%/%%KMODDIR%%/amdgpu_psp_13_0_6_sos_bin.ko +%%PSP_13_0_6%%/%%KMODDIR%%/amdgpu_psp_13_0_6_ta_bin.ko %%PSP_13_0_7%%/%%KMODDIR%%/amdgpu_psp_13_0_7_sos_bin.ko %%PSP_13_0_7%%/%%KMODDIR%%/amdgpu_psp_13_0_7_ta_bin.ko %%PSP_13_0_8%%/%%KMODDIR%%/amdgpu_psp_13_0_8_asd_bin.ko @@ -330,6 +342,8 @@ %%PSP_13_0_10%%/%%KMODDIR%%/amdgpu_psp_13_0_10_ta_bin.ko %%PSP_13_0_11%%/%%KMODDIR%%/amdgpu_psp_13_0_11_ta_bin.ko %%PSP_13_0_11%%/%%KMODDIR%%/amdgpu_psp_13_0_11_toc_bin.ko +%%PSP_14_0_0%%/%%KMODDIR%%/amdgpu_psp_14_0_0_ta_bin.ko +%%PSP_14_0_0%%/%%KMODDIR%%/amdgpu_psp_14_0_0_toc_bin.ko %%RAVEN2%%/%%KMODDIR%%/amdgpu_raven2_asd_bin.ko %%RAVEN2%%/%%KMODDIR%%/amdgpu_raven2_ce_bin.ko %%RAVEN2%%/%%KMODDIR%%/amdgpu_raven2_gpu_info_bin.ko @@ -366,15 +380,19 @@ %%RENOIR%%/%%KMODDIR%%/amdgpu_renoir_sdma_bin.ko %%RENOIR%%/%%KMODDIR%%/amdgpu_renoir_ta_bin.ko %%RENOIR%%/%%KMODDIR%%/amdgpu_renoir_vcn_bin.ko +%%SDMA_4_4_2%%/%%KMODDIR%%/amdgpu_sdma_4_4_2_bin.ko %%SDMA_5_2_6%%/%%KMODDIR%%/amdgpu_sdma_5_2_6_bin.ko %%SDMA_5_2_7%%/%%KMODDIR%%/amdgpu_sdma_5_2_7_bin.ko %%SDMA_6_0_0%%/%%KMODDIR%%/amdgpu_sdma_6_0_0_bin.ko %%SDMA_6_0_1%%/%%KMODDIR%%/amdgpu_sdma_6_0_1_bin.ko %%SDMA_6_0_2%%/%%KMODDIR%%/amdgpu_sdma_6_0_2_bin.ko %%SDMA_6_0_3%%/%%KMODDIR%%/amdgpu_sdma_6_0_3_bin.ko +%%SDMA_6_1_0%%/%%KMODDIR%%/amdgpu_sdma_6_1_0_bin.ko %%SMU_13_0_0%%/%%KMODDIR%%/amdgpu_smu_13_0_0_bin.ko +%%SMU_13_0_6%%/%%KMODDIR%%/amdgpu_smu_13_0_6_bin.ko %%SMU_13_0_7%%/%%KMODDIR%%/amdgpu_smu_13_0_7_bin.ko %%SMU_13_0_10%%/%%KMODDIR%%/amdgpu_smu_13_0_10_bin.ko +%%SMU_14_0_2%%/%%KMODDIR%%/amdgpu_smu_14_0_2_bin.ko %%SI58%%/%%KMODDIR%%/amdgpu_si58_mc_bin.ko %%STONEY%%/%%KMODDIR%%/amdgpu_stoney_ce_bin.ko %%STONEY%%/%%KMODDIR%%/amdgpu_stoney_me_bin.ko @@ -420,6 +438,7 @@ %%VCN_4_0_0%%/%%KMODDIR%%/amdgpu_vcn_4_0_0_bin.ko %%VCN_4_0_2%%/%%KMODDIR%%/amdgpu_vcn_4_0_2_bin.ko %%VCN_4_0_4%%/%%KMODDIR%%/amdgpu_vcn_4_0_4_bin.ko +%%VCN_4_0_5%%/%%KMODDIR%%/amdgpu_vcn_4_0_5_bin.ko %%VEGA10%%/%%KMODDIR%%/amdgpu_vega10_acg_smc_bin.ko %%VEGA10%%/%%KMODDIR%%/amdgpu_vega10_asd_bin.ko %%VEGA10%%/%%KMODDIR%%/amdgpu_vega10_ce_bin.ko @@ -482,6 +501,7 @@ %%VERDE%%/%%KMODDIR%%/amdgpu_verde_rlc_bin.ko %%VERDE%%/%%KMODDIR%%/amdgpu_verde_smc_bin.ko %%VERDE%%/%%KMODDIR%%/amdgpu_verde_uvd_bin.ko +%%VPE_6_1_0%%/%%KMODDIR%%/amdgpu_vpe_6_1_0_bin.ko %%DIMGREY_CAVEFISH%%/%%KMODDIR%%/amdgpu_dimgrey_cavefish_ce_bin.ko %%DIMGREY_CAVEFISH%%/%%KMODDIR%%/amdgpu_dimgrey_cavefish_dmcub_bin.ko %%DIMGREY_CAVEFISH%%/%%KMODDIR%%/amdgpu_dimgrey_cavefish_me_bin.ko diff --git a/graphics/gpu-firmware-intel-kmod/Makefile b/graphics/gpu-firmware-intel-kmod/Makefile index 8dff65a15637..fe34bb2b3cb6 100644 --- a/graphics/gpu-firmware-intel-kmod/Makefile +++ b/graphics/gpu-firmware-intel-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= gpu-firmware-intel-kmod -PORTVERSION= 20230625 +PORTVERSION= 20250109 CATEGORIES= graphics MAINTAINER= x11@FreeBSD.org @@ -26,14 +26,15 @@ FLAVORS= skylake \ rocketlake \ dg1 \ dg2 \ - alderlake + alderlake \ + meteorlake USES= kmod uidfix USE_GITHUB= yes GH_ACCOUNT= freebsd GH_PROJECT= drm-kmod-firmware -GH_TAGNAME= 20230625_4 +GH_TAGNAME= 20250109 MAKE_ENV= KMODS="i915kmsfw" MAKE_ENV+= I915KMODS="${FLAVOR}" diff --git a/graphics/gpu-firmware-intel-kmod/distinfo b/graphics/gpu-firmware-intel-kmod/distinfo index 492ad3e02b6d..8bca4cfa39bd 100644 --- a/graphics/gpu-firmware-intel-kmod/distinfo +++ b/graphics/gpu-firmware-intel-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1704270482 -SHA256 (freebsd-drm-kmod-firmware-20230625-20230625_4_GH0.tar.gz) = 509eb439ba85e051016127c59d32cf15f873db6558c6da8fe0af76536259152d -SIZE (freebsd-drm-kmod-firmware-20230625-20230625_4_GH0.tar.gz) = 30535277 +TIMESTAMP = 1765464148 +SHA256 (freebsd-drm-kmod-firmware-20250109_GH0.tar.gz) = b204a6bbc44e537cf74d84a025a3634833e86a0f28cedf1ae216257039414229 +SIZE (freebsd-drm-kmod-firmware-20250109_GH0.tar.gz) = 40111427 diff --git a/graphics/gpu-firmware-intel-kmod/pkg-plist b/graphics/gpu-firmware-intel-kmod/pkg-plist index 095ca60b9d43..9d23e9424bc7 100644 --- a/graphics/gpu-firmware-intel-kmod/pkg-plist +++ b/graphics/gpu-firmware-intel-kmod/pkg-plist @@ -53,3 +53,8 @@ %%ALDERLAKE%%/%%KMODDIR%%/i915_adlp_guc_62_0_3_bin.ko %%ALDERLAKE%%/%%KMODDIR%%/i915_adlp_guc_70_bin.ko %%ALDERLAKE%%/%%KMODDIR%%/i915_adls_dmc_ver2_01_bin.ko +%%METEORLAKE%%/%%KMODDIR%%/i915_mtl_dmc_bin.ko +%%METEORLAKE%%/%%KMODDIR%%/i915_mtl_dmc_ver2_10_bin.ko +%%METEORLAKE%%/%%KMODDIR%%/i915_mtl_gsc_1_bin.ko +%%METEORLAKE%%/%%KMODDIR%%/i915_mtl_guc_70_bin.ko +%%METEORLAKE%%/%%KMODDIR%%/i915_mtl_huc_gsc_bin.ko diff --git a/graphics/gpu-firmware-kmod/Makefile b/graphics/gpu-firmware-kmod/Makefile index 27bd2b4ec43a..c65e9ee585de 100644 --- a/graphics/gpu-firmware-kmod/Makefile +++ b/graphics/gpu-firmware-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= gpu-firmware-kmod -PORTVERSION= 20241114 +PORTVERSION= 20250109 PORTEPOCH= 1 CATEGORIES= graphics @@ -72,7 +72,8 @@ RUN_DEPENDS+= gpu-firmware-intel-kmod-skylake>0:graphics/gpu-firmware-intel-kmod gpu-firmware-intel-kmod-rocketlake>0:graphics/gpu-firmware-intel-kmod@rocketlake \ gpu-firmware-intel-kmod-dg1>0:graphics/gpu-firmware-intel-kmod@dg1 \ gpu-firmware-intel-kmod-dg2>0:graphics/gpu-firmware-intel-kmod@dg2 \ - gpu-firmware-intel-kmod-alderlake>0:graphics/gpu-firmware-intel-kmod@alderlake + gpu-firmware-intel-kmod-alderlake>0:graphics/gpu-firmware-intel-kmod@alderlake \ + gpu-firmware-intel-kmod-meteorlake>0:graphics/gpu-firmware-intel-kmod@meteorlake .endif .if ${ARCH} != powerpc64 @@ -116,6 +117,8 @@ RUN_DEPENDS+= gpu-firmware-amd-kmod-aldebaran>0:graphics/gpu-firmware-amd-kmod@a gpu-firmware-amd-kmod-dcn-3-1-6>0:graphics/gpu-firmware-amd-kmod@dcn_3_1_6 \ gpu-firmware-amd-kmod-dcn-3-2-0>0:graphics/gpu-firmware-amd-kmod@dcn_3_2_0 \ gpu-firmware-amd-kmod-dcn-3-2-1>0:graphics/gpu-firmware-amd-kmod@dcn_3_2_1 \ + gpu-firmware-amd-kmod-dcn-3-5>0:graphics/gpu-firmware-amd-kmod@dcn_3_5 \ + gpu-firmware-amd-kmod-gc-9-4-3>0:graphics/gpu-firmware-amd-kmod@gc_9_4_3 \ gpu-firmware-amd-kmod-gc-10-3-6>0:graphics/gpu-firmware-amd-kmod@gc_10_3_6 \ gpu-firmware-amd-kmod-gc-10-3-7>0:graphics/gpu-firmware-amd-kmod@gc_10_3_7 \ gpu-firmware-amd-kmod-gc-11-0-0>0:graphics/gpu-firmware-amd-kmod@gc_11_0_0 \ @@ -123,26 +126,36 @@ RUN_DEPENDS+= gpu-firmware-amd-kmod-aldebaran>0:graphics/gpu-firmware-amd-kmod@a gpu-firmware-amd-kmod-gc-11-0-2>0:graphics/gpu-firmware-amd-kmod@gc_11_0_2 \ gpu-firmware-amd-kmod-gc-11-0-3>0:graphics/gpu-firmware-amd-kmod@gc_11_0_3 \ gpu-firmware-amd-kmod-gc-11-0-4>0:graphics/gpu-firmware-amd-kmod@gc_11_0_4 \ + gpu-firmware-amd-kmod-gc-11-5-0>0:graphics/gpu-firmware-amd-kmod@gc_11_5_0 \ gpu-firmware-amd-kmod-psp-13-0-0>0:graphics/gpu-firmware-amd-kmod@psp_13_0_0 \ gpu-firmware-amd-kmod-psp-13-0-4>0:graphics/gpu-firmware-amd-kmod@psp_13_0_4 \ gpu-firmware-amd-kmod-psp-13-0-5>0:graphics/gpu-firmware-amd-kmod@psp_13_0_5 \ + gpu-firmware-amd-kmod-psp-13-0-6>0:graphics/gpu-firmware-amd-kmod@psp_13_0_6 \ gpu-firmware-amd-kmod-psp-13-0-7>0:graphics/gpu-firmware-amd-kmod@psp_13_0_7 \ gpu-firmware-amd-kmod-psp-13-0-8>0:graphics/gpu-firmware-amd-kmod@psp_13_0_8 \ gpu-firmware-amd-kmod-psp-13-0-10>0:graphics/gpu-firmware-amd-kmod@psp_13_0_10 \ gpu-firmware-amd-kmod-psp-13-0-11>0:graphics/gpu-firmware-amd-kmod@psp_13_0_11 \ + gpu-firmware-amd-kmod-psp-14-0-0>0:graphics/gpu-firmware-amd-kmod@psp_14_0_0 \ + gpu-firmware-amd-kmod-sdma-4-4-2>0:graphics/gpu-firmware-amd-kmod@sdma_4_4_2 \ gpu-firmware-amd-kmod-sdma-5-2-6>0:graphics/gpu-firmware-amd-kmod@sdma_5_2_6 \ gpu-firmware-amd-kmod-sdma-5-2-7>0:graphics/gpu-firmware-amd-kmod@sdma_5_2_7 \ gpu-firmware-amd-kmod-sdma-6-0-0>0:graphics/gpu-firmware-amd-kmod@sdma_6_0_0 \ gpu-firmware-amd-kmod-sdma-6-0-1>0:graphics/gpu-firmware-amd-kmod@sdma_6_0_1 \ gpu-firmware-amd-kmod-sdma-6-0-2>0:graphics/gpu-firmware-amd-kmod@sdma_6_0_2 \ gpu-firmware-amd-kmod-sdma-6-0-3>0:graphics/gpu-firmware-amd-kmod@sdma_6_0_3 \ + gpu-firmware-amd-kmod-sdma-6-1-0>0:graphics/gpu-firmware-amd-kmod@sdma_6_1_0 \ gpu-firmware-amd-kmod-smu-13-0-0>0:graphics/gpu-firmware-amd-kmod@smu_13_0_0 \ + gpu-firmware-amd-kmod-smu-13-0-6>0:graphics/gpu-firmware-amd-kmod@smu_13_0_6 \ gpu-firmware-amd-kmod-smu-13-0-7>0:graphics/gpu-firmware-amd-kmod@smu_13_0_7 \ gpu-firmware-amd-kmod-smu-13-0-10>0:graphics/gpu-firmware-amd-kmod@smu_13_0_10 \ + gpu-firmware-amd-kmod-smu-14-0-2>0:graphics/gpu-firmware-amd-kmod@smu_14_0_2 \ gpu-firmware-amd-kmod-vcn-3-1-2>0:graphics/gpu-firmware-amd-kmod@vcn_3_1_2 \ gpu-firmware-amd-kmod-vcn-4-0-0>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_0 \ gpu-firmware-amd-kmod-vcn-4-0-2>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_2 \ - gpu-firmware-amd-kmod-vcn-4-0-4>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_4 + gpu-firmware-amd-kmod-vcn-4-0-3>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_3 \ + gpu-firmware-amd-kmod-vcn-4-0-4>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_4 \ + gpu-firmware-amd-kmod-vcn-4-0-5>0:graphics/gpu-firmware-amd-kmod@vcn_4_0_5 \ + gpu-firmware-amd-kmod-vpe-6-1-0>0:graphics/gpu-firmware-amd-kmod@vpe_6_1_0 .endif .include <bsd.port.post.mk> diff --git a/graphics/gwenview/distinfo b/graphics/gwenview/distinfo index 74d2258aff64..578b2cc3f8b6 100644 --- a/graphics/gwenview/distinfo +++ b/graphics/gwenview/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264559 -SHA256 (KDE/release-service/25.08.3/gwenview-25.08.3.tar.xz) = 2000c42d40ee3e92ce355f82d2fddd07d27f613f71cf2e65699cfe794a76eca1 -SIZE (KDE/release-service/25.08.3/gwenview-25.08.3.tar.xz) = 6534116 +TIMESTAMP = 1765478561 +SHA256 (KDE/release-service/25.12.0/gwenview-25.12.0.tar.xz) = cf328a568c5ef385c8ad0500b885d13049dd599492d2479f5d831e23410bf78c +SIZE (KDE/release-service/25.12.0/gwenview-25.12.0.tar.xz) = 6539400 diff --git a/graphics/gwenview/pkg-plist b/graphics/gwenview/pkg-plist index 89055f199c27..98e1a5e89582 100644 --- a/graphics/gwenview/pkg-plist +++ b/graphics/gwenview/pkg-plist @@ -39,6 +39,7 @@ share/locale/eo/LC_MESSAGES/gwenview.mo share/locale/es/LC_MESSAGES/gwenview.mo share/locale/et/LC_MESSAGES/gwenview.mo share/locale/eu/LC_MESSAGES/gwenview.mo +share/locale/fa/LC_MESSAGES/gwenview.mo share/locale/fi/LC_MESSAGES/gwenview.mo share/locale/fr/LC_MESSAGES/gwenview.mo share/locale/ga/LC_MESSAGES/gwenview.mo diff --git a/graphics/hiptext/Makefile b/graphics/hiptext/Makefile index 9528cfaa240b..0c3e5896786e 100644 --- a/graphics/hiptext/Makefile +++ b/graphics/hiptext/Makefile @@ -1,6 +1,6 @@ PORTNAME= hiptext PORTVERSION= 0.0.s20160621 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.cpp b/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.cpp new file mode 100644 index 000000000000..182410f1283f --- /dev/null +++ b/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.cpp @@ -0,0 +1,20 @@ +--- src/tracer/processing/PathScanner.cpp.orig 2025-12-14 12:31:31 UTC ++++ src/tracer/processing/PathScanner.cpp +@@ -16,7 +16,7 @@ const bool PathScanner::kPathScanHolePathLookup[16] = + false, false, false, true, false, true, true, false + }; + +-const char PathScanner::kPathScanCombinedLookup[16][4][4] = { ++const signed char PathScanner::kPathScanCombinedLookup[16][4][4] = { + {{-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}}, // 0 + {{ 0, 1, 0,-1}, {-1,-1,-1,-1}, {-1,-1,-1,-1}, { 0, 2,-1, 0}}, // 1 + {{-1,-1,-1,-1}, {-1,-1,-1,-1}, { 0, 1, 0,-1}, { 0, 0, 1, 0}}, // 2 +@@ -137,7 +137,7 @@ PathScanner::ScanPaths(std::vector<std::vector<int> >& + break; + } + +- const char* lookupRow = kPathScanCombinedLookup[code][direction]; ++ const signed char* lookupRow = kPathScanCombinedLookup[code][direction]; + + if (lookupRow[1] < 0) { + pathFinished = true; diff --git a/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.h b/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.h new file mode 100644 index 000000000000..7b64f82e24ad --- /dev/null +++ b/graphics/hvif-tools/files/patch-src_tracer_processing_PathScanner.h @@ -0,0 +1,11 @@ +--- src/tracer/processing/PathScanner.h.orig 2025-12-14 12:31:58 UTC ++++ src/tracer/processing/PathScanner.h +@@ -35,7 +35,7 @@ class PathScanner { (private) + private: + static const unsigned char kPathScanDirectionLookup[16]; + static const bool kPathScanHolePathLookup[16]; +- static const char kPathScanCombinedLookup[16][4][4]; ++ static const signed char kPathScanCombinedLookup[16][4][4]; + }; + + #endif diff --git a/graphics/hyprgraphics/Makefile b/graphics/hyprgraphics/Makefile index 376399c0bfc3..15723e97e625 100644 --- a/graphics/hyprgraphics/Makefile +++ b/graphics/hyprgraphics/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprgraphics DISTVERSIONPREFIX= v DISTVERSION= 0.4.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= tagattie@FreeBSD.org diff --git a/graphics/kamera/distinfo b/graphics/kamera/distinfo index aa3d13174436..4dc31479275a 100644 --- a/graphics/kamera/distinfo +++ b/graphics/kamera/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264562 -SHA256 (KDE/release-service/25.08.3/kamera-25.08.3.tar.xz) = 4dc6b8b0fb479288b6577b446c4543175e213364c791bd650b61ec7af855ed12 -SIZE (KDE/release-service/25.08.3/kamera-25.08.3.tar.xz) = 133064 +TIMESTAMP = 1765478563 +SHA256 (KDE/release-service/25.12.0/kamera-25.12.0.tar.xz) = 0b2402eb5761f9c6d3350398a0b7a9761511c3df9ea9c512f1203c680fd822b6 +SIZE (KDE/release-service/25.12.0/kamera-25.12.0.tar.xz) = 132876 diff --git a/graphics/kcolorchooser/distinfo b/graphics/kcolorchooser/distinfo index 2f8a604396a3..cb2928f1f980 100644 --- a/graphics/kcolorchooser/distinfo +++ b/graphics/kcolorchooser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264564 -SHA256 (KDE/release-service/25.08.3/kcolorchooser-25.08.3.tar.xz) = 6acece03b3804a610822d058fbbbcdabec3fe1ada6a8bffed6d369526930be67 -SIZE (KDE/release-service/25.08.3/kcolorchooser-25.08.3.tar.xz) = 36352 +TIMESTAMP = 1765478566 +SHA256 (KDE/release-service/25.12.0/kcolorchooser-25.12.0.tar.xz) = f9e9971eda175cb406e6c092aa54b74e08bb84f0b63c9c9afaea1101ff3767f6 +SIZE (KDE/release-service/25.12.0/kcolorchooser-25.12.0.tar.xz) = 36532 diff --git a/graphics/kdegraphics-mobipocket/Makefile b/graphics/kdegraphics-mobipocket/Makefile index ebaa419e672b..bdf7c79e5fca 100644 --- a/graphics/kdegraphics-mobipocket/Makefile +++ b/graphics/kdegraphics-mobipocket/Makefile @@ -1,27 +1,16 @@ PORTNAME= kdegraphics-mobipocket DISTVERSION= ${KDE_APPLICATIONS_VERSION} CATEGORIES= graphics kde kde-applications -PKGNAMESUFFIX= -${FLAVOR} MAINTAINER= kde@FreeBSD.org COMMENT= Mobipocket plugins for Strigi indexing and thumbnails WWW= https://invent.kde.org/graphics/kdegraphics-mobipocket -FLAVORS= qt6 qt5 -FLAVOR?= qt6 - -USES= cmake compiler:c++11-lang kde:${FLAVOR:S/qt//} \ - qt:${FLAVOR:S/qt//} tar:xz +USES= cmake compiler:c++11-lang kde:6 qt:6 tar:xz USE_KDE= completion config coreaddons jobwidgets kio service solid \ widgetsaddons windowsystem \ ecm:build -_USE_QT_qt5= concurrent core dbus gui network widgets \ - buildtools:build qmake:build -_USE_QT_qt6= base -USE_QT= ${_USE_QT_${FLAVOR}} - -PLIST= pkg-plist.${FLAVOR} - +USE_QT= base USE_LDCONFIG= yes .include <bsd.port.mk> diff --git a/graphics/kdegraphics-mobipocket/distinfo b/graphics/kdegraphics-mobipocket/distinfo index 3fddde2231b6..552839de9c1f 100644 --- a/graphics/kdegraphics-mobipocket/distinfo +++ b/graphics/kdegraphics-mobipocket/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264567 -SHA256 (KDE/release-service/25.08.3/kdegraphics-mobipocket-25.08.3.tar.xz) = a4f8ff1632270c11695095732661995d9639f8333c8d63730654d787dcc3b554 -SIZE (KDE/release-service/25.08.3/kdegraphics-mobipocket-25.08.3.tar.xz) = 19800 +TIMESTAMP = 1765478568 +SHA256 (KDE/release-service/25.12.0/kdegraphics-mobipocket-25.12.0.tar.xz) = f515f6427e253f8c58b9a8fe64fe6ea65aac9e780e4b19b5e0ce299f3292700d +SIZE (KDE/release-service/25.12.0/kdegraphics-mobipocket-25.12.0.tar.xz) = 20396 diff --git a/graphics/kdegraphics-mobipocket/pkg-plist.qt6 b/graphics/kdegraphics-mobipocket/pkg-plist index dcb0fde86af0..dcb0fde86af0 100644 --- a/graphics/kdegraphics-mobipocket/pkg-plist.qt6 +++ b/graphics/kdegraphics-mobipocket/pkg-plist diff --git a/graphics/kdegraphics-mobipocket/pkg-plist.qt5 b/graphics/kdegraphics-mobipocket/pkg-plist.qt5 deleted file mode 100644 index 69700b5a90ac..000000000000 --- a/graphics/kdegraphics-mobipocket/pkg-plist.qt5 +++ /dev/null @@ -1,11 +0,0 @@ -include/QMobipocket/qmobipocket/mobipocket.h -include/QMobipocket/qmobipocket/qmobipocket_export.h -include/QMobipocket/qmobipocket_version.h -lib/cmake/QMobipocket/QMobipocketConfig.cmake -lib/cmake/QMobipocket/QMobipocketConfigVersion.cmake -lib/cmake/QMobipocket/QMobipocketTargets-%%CMAKE_BUILD_TYPE%%.cmake -lib/cmake/QMobipocket/QMobipocketTargets.cmake -lib/libqmobipocket.so -lib/libqmobipocket.so.3 -lib/libqmobipocket.so.3.0.0 -share/qlogging-categories5/qmobipocket.categories diff --git a/graphics/kdegraphics-svgpart/distinfo b/graphics/kdegraphics-svgpart/distinfo index 11f0b5ce4453..872bda96a6cc 100644 --- a/graphics/kdegraphics-svgpart/distinfo +++ b/graphics/kdegraphics-svgpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264570 -SHA256 (KDE/release-service/25.08.3/svgpart-25.08.3.tar.xz) = 97f6fdb4ff3110e41d8df6b25f0d184f5235d889d8c7c15c7c6bbb1a2f06de17 -SIZE (KDE/release-service/25.08.3/svgpart-25.08.3.tar.xz) = 30224 +TIMESTAMP = 1765478571 +SHA256 (KDE/release-service/25.12.0/svgpart-25.12.0.tar.xz) = 89fa7e55ec6801445ed220052f7e1c46474dbd293bf554728b898fe854ea3a38 +SIZE (KDE/release-service/25.12.0/svgpart-25.12.0.tar.xz) = 30224 diff --git a/graphics/kdegraphics-thumbnailers/Makefile b/graphics/kdegraphics-thumbnailers/Makefile index eb1547d764f0..689058be1bfc 100644 --- a/graphics/kdegraphics-thumbnailers/Makefile +++ b/graphics/kdegraphics-thumbnailers/Makefile @@ -6,7 +6,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Thumbnailers for various graphics file formats WWW= https://www.kde.org -LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6 +LIB_DEPENDS= libQMobipocket6.so:graphics/kdegraphics-mobipocket USES= cmake compiler:c++11-lang kde:6 qt:6 tar:xz xorg USE_KDE= archive completion config coreaddons jobwidgets kio libkdcraw \ diff --git a/graphics/kdegraphics-thumbnailers/distinfo b/graphics/kdegraphics-thumbnailers/distinfo index 8a3074dce17e..035bd9e4a890 100644 --- a/graphics/kdegraphics-thumbnailers/distinfo +++ b/graphics/kdegraphics-thumbnailers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264572 -SHA256 (KDE/release-service/25.08.3/kdegraphics-thumbnailers-25.08.3.tar.xz) = 15fc2bb2578c7c58463533ebd6d8d4ea3ec3d9eaf47e04f74e9322c135c97e84 -SIZE (KDE/release-service/25.08.3/kdegraphics-thumbnailers-25.08.3.tar.xz) = 55856 +TIMESTAMP = 1765478574 +SHA256 (KDE/release-service/25.12.0/kdegraphics-thumbnailers-25.12.0.tar.xz) = 1e7ee6620d9ef02abceed5baeb127560af53fe7eb378ca1692b12fda49cddab5 +SIZE (KDE/release-service/25.12.0/kdegraphics-thumbnailers-25.12.0.tar.xz) = 128580 diff --git a/graphics/kdegraphics/Makefile b/graphics/kdegraphics/Makefile index 3b6d678807e2..d82fc2ccbba3 100644 --- a/graphics/kdegraphics/Makefile +++ b/graphics/kdegraphics/Makefile @@ -43,7 +43,7 @@ SKANLITE_DESC= Simple scanning application SKANLITE_RUN_DEPENDS= skanlite>=${KDE_APPLICATIONS_VERSION}:graphics/skanlite MOBIPOCKET_DESC= Mobipocket plugins for Strigi indexing and thumbnailers -MOBIPOCKET_RUN_DEPENDS= kdegraphics-mobipocket-qt6>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-mobipocket@qt6 +MOBIPOCKET_RUN_DEPENDS= kdegraphics-mobipocket>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-mobipocket SVG_DESC= SVG KPart SVG_RUN_DEPENDS= kdegraphics-svgpart>=${KDE_APPLICATIONS_VERSION}:graphics/kdegraphics-svgpart diff --git a/graphics/kgraphviewer/distinfo b/graphics/kgraphviewer/distinfo index b3faa128371e..26ee5dc1c632 100644 --- a/graphics/kgraphviewer/distinfo +++ b/graphics/kgraphviewer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264575 -SHA256 (KDE/release-service/25.08.3/kgraphviewer-25.08.3.tar.xz) = 8f24fa794a5e3f302283a087bf6cbcd50a98c4023ae3aa25e2f7b4971ea86605 -SIZE (KDE/release-service/25.08.3/kgraphviewer-25.08.3.tar.xz) = 1601972 +TIMESTAMP = 1765478576 +SHA256 (KDE/release-service/25.12.0/kgraphviewer-25.12.0.tar.xz) = c26ab2f1c63f30ef909bf62dd3f87882947e243256b53c01dc7d4142c70538f6 +SIZE (KDE/release-service/25.12.0/kgraphviewer-25.12.0.tar.xz) = 1606832 diff --git a/graphics/kgraphviewer/pkg-plist b/graphics/kgraphviewer/pkg-plist index 3532ef6c3d54..e4902f51c686 100644 --- a/graphics/kgraphviewer/pkg-plist +++ b/graphics/kgraphviewer/pkg-plist @@ -57,6 +57,8 @@ share/doc/HTML/it/kgraphviewer/index.cache.bz2 share/doc/HTML/it/kgraphviewer/index.docbook share/doc/HTML/nl/kgraphviewer/index.cache.bz2 share/doc/HTML/nl/kgraphviewer/index.docbook +share/doc/HTML/pt_BR/kgraphviewer/index.cache.bz2 +share/doc/HTML/pt_BR/kgraphviewer/index.docbook share/doc/HTML/sl/kgraphviewer/index.cache.bz2 share/doc/HTML/sl/kgraphviewer/index.docbook share/doc/HTML/sv/kgraphviewer/index.cache.bz2 diff --git a/graphics/kimagemapeditor/distinfo b/graphics/kimagemapeditor/distinfo index 970530e6c916..cae71c3d7e11 100644 --- a/graphics/kimagemapeditor/distinfo +++ b/graphics/kimagemapeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264577 -SHA256 (KDE/release-service/25.08.3/kimagemapeditor-25.08.3.tar.xz) = b66ab37fb8a22014e3931098f5f454fd30c91c772bf78b15d47aa6d0194c5692 -SIZE (KDE/release-service/25.08.3/kimagemapeditor-25.08.3.tar.xz) = 1077308 +TIMESTAMP = 1765478579 +SHA256 (KDE/release-service/25.12.0/kimagemapeditor-25.12.0.tar.xz) = e1b79a411472ac7b57c0723d86a1dbbc2ba8574027f5c157a5c823150fdff9d3 +SIZE (KDE/release-service/25.12.0/kimagemapeditor-25.12.0.tar.xz) = 1077304 diff --git a/graphics/kolourpaint/distinfo b/graphics/kolourpaint/distinfo index 6dd868f3219d..d0208125c201 100644 --- a/graphics/kolourpaint/distinfo +++ b/graphics/kolourpaint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264580 -SHA256 (KDE/release-service/25.08.3/kolourpaint-25.08.3.tar.xz) = edf7c19b2361c50d955649db13cfc93952308b59a940a09458ed898c4eb1b40c -SIZE (KDE/release-service/25.08.3/kolourpaint-25.08.3.tar.xz) = 5317676 +TIMESTAMP = 1765478581 +SHA256 (KDE/release-service/25.12.0/kolourpaint-25.12.0.tar.xz) = b05952459275f2580f93e115ec1521a949dfdc3ac062cb43b5c622e2d420e3bf +SIZE (KDE/release-service/25.12.0/kolourpaint-25.12.0.tar.xz) = 5317724 diff --git a/graphics/kontrast/distinfo b/graphics/kontrast/distinfo index 1630808f8db9..81d3c29768e7 100644 --- a/graphics/kontrast/distinfo +++ b/graphics/kontrast/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264582 -SHA256 (KDE/release-service/25.08.3/kontrast-25.08.3.tar.xz) = 520be088fa4d592df81984726e6e538b786f3b1ecc62813fb2802ba738759c6a -SIZE (KDE/release-service/25.08.3/kontrast-25.08.3.tar.xz) = 219588 +TIMESTAMP = 1765478584 +SHA256 (KDE/release-service/25.12.0/kontrast-25.12.0.tar.xz) = b73d0b53b50a8a6602cfa067963d84cbef8367cd00fa5c0447d375ce61fd2358 +SIZE (KDE/release-service/25.12.0/kontrast-25.12.0.tar.xz) = 219776 diff --git a/graphics/kqtquickcharts/distinfo b/graphics/kqtquickcharts/distinfo index c742d9a37448..a232f7260046 100644 --- a/graphics/kqtquickcharts/distinfo +++ b/graphics/kqtquickcharts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264585 -SHA256 (KDE/release-service/25.08.3/kqtquickcharts-25.08.3.tar.xz) = 8f29a9cb1af7e351e85bb77e66d082d304e859d25bb550e74d65f759f0110c11 -SIZE (KDE/release-service/25.08.3/kqtquickcharts-25.08.3.tar.xz) = 30988 +TIMESTAMP = 1765478586 +SHA256 (KDE/release-service/25.12.0/kqtquickcharts-25.12.0.tar.xz) = b68b8b04f2bae46b8cc6031e5db5f9713d0e01a37096a2ad57c6dba3da8c6853 +SIZE (KDE/release-service/25.12.0/kqtquickcharts-25.12.0.tar.xz) = 30852 diff --git a/graphics/ksanecore/distinfo b/graphics/ksanecore/distinfo index 3a7b5eaac3d1..a99d539c9cef 100644 --- a/graphics/ksanecore/distinfo +++ b/graphics/ksanecore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264587 -SHA256 (KDE/release-service/25.08.3/ksanecore-25.08.3.tar.xz) = e15659994193ee60d29fae09e27d2e453fc32e449faf8808a57cac8a9eaba997 -SIZE (KDE/release-service/25.08.3/ksanecore-25.08.3.tar.xz) = 56512 +TIMESTAMP = 1765478589 +SHA256 (KDE/release-service/25.12.0/ksanecore-25.12.0.tar.xz) = 617d01d96ea78bad4c3d681517e64b16f037f9ca387c25a05ecefbc59e3cdb32 +SIZE (KDE/release-service/25.12.0/ksanecore-25.12.0.tar.xz) = 54192 diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile index 2abb09e5b2d8..14099f57b2f3 100644 --- a/graphics/libdrm/Makefile +++ b/graphics/libdrm/Makefile @@ -1,5 +1,5 @@ PORTNAME= libdrm -PORTVERSION= 2.4.123 +PORTVERSION= 2.4.131 PORTEPOCH= 1 CATEGORIES= graphics MASTER_SITES= https://dri.freedesktop.org/libdrm/ diff --git a/graphics/libdrm/distinfo b/graphics/libdrm/distinfo index 4c455accbad7..fa0ecd03aed1 100644 --- a/graphics/libdrm/distinfo +++ b/graphics/libdrm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1724737709 -SHA256 (libdrm-2.4.123.tar.xz) = a2b98567a149a74b0f50e91e825f9c0315d86e7be9b74394dae8b298caadb79e -SIZE (libdrm-2.4.123.tar.xz) = 481112 +TIMESTAMP = 1765539357 +SHA256 (libdrm-2.4.131.tar.xz) = 45ba9983b51c896406a3d654de81d313b953b76e6391e2797073d543c5f617d5 +SIZE (libdrm-2.4.131.tar.xz) = 435808 diff --git a/graphics/libdrm/pkg-plist b/graphics/libdrm/pkg-plist index 5dd10b229705..dcd1752c7216 100644 --- a/graphics/libdrm/pkg-plist +++ b/graphics/libdrm/pkg-plist @@ -41,16 +41,16 @@ include/xf86drm.h include/xf86drmMode.h lib/libdrm.so lib/libdrm.so.2 -lib/libdrm.so.2.123.0 +lib/libdrm.so.2.131.0 %%AMD_DRIVERS%%lib/libdrm_amdgpu.so %%AMD_DRIVERS%%lib/libdrm_amdgpu.so.1 -%%AMD_DRIVERS%%lib/libdrm_amdgpu.so.1.123.0 +%%AMD_DRIVERS%%lib/libdrm_amdgpu.so.1.131.0 %%INTEL_DRIVER%%lib/libdrm_intel.so %%INTEL_DRIVER%%lib/libdrm_intel.so.1 -%%INTEL_DRIVER%%lib/libdrm_intel.so.1.123.0 +%%INTEL_DRIVER%%lib/libdrm_intel.so.1.131.0 %%RADEON_DRIVERS%%lib/libdrm_radeon.so %%RADEON_DRIVERS%%lib/libdrm_radeon.so.1 -%%RADEON_DRIVERS%%lib/libdrm_radeon.so.1.123.0 +%%RADEON_DRIVERS%%lib/libdrm_radeon.so.1.131.0 libdata/pkgconfig/libdrm.pc %%AMD_DRIVERS%%libdata/pkgconfig/libdrm_amdgpu.pc %%INTEL_DRIVER%%libdata/pkgconfig/libdrm_intel.pc diff --git a/graphics/libkdcraw/distinfo b/graphics/libkdcraw/distinfo index d5673ed24d1b..ad1d8fbe8492 100644 --- a/graphics/libkdcraw/distinfo +++ b/graphics/libkdcraw/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264590 -SHA256 (KDE/release-service/25.08.3/libkdcraw-25.08.3.tar.xz) = 52fa78d013e13c72c62fb4d6868ef10a8c11d89948a6d24415647e917aa72cdf -SIZE (KDE/release-service/25.08.3/libkdcraw-25.08.3.tar.xz) = 37364 +TIMESTAMP = 1765478591 +SHA256 (KDE/release-service/25.12.0/libkdcraw-25.12.0.tar.xz) = 5156401a59784313a660eec0dc553327c21ef0af028fc314525926d12af84fd4 +SIZE (KDE/release-service/25.12.0/libkdcraw-25.12.0.tar.xz) = 37448 diff --git a/graphics/libkexiv2/distinfo b/graphics/libkexiv2/distinfo index eb85e9859bcc..4f844cad5669 100644 --- a/graphics/libkexiv2/distinfo +++ b/graphics/libkexiv2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264592 -SHA256 (KDE/release-service/25.08.3/libkexiv2-25.08.3.tar.xz) = 0806898554b62a6f834d33bb481923d82bde91b1692ba7b146fec94b9a503d03 -SIZE (KDE/release-service/25.08.3/libkexiv2-25.08.3.tar.xz) = 60644 +TIMESTAMP = 1765478594 +SHA256 (KDE/release-service/25.12.0/libkexiv2-25.12.0.tar.xz) = 1deb0fa6f270b588aa3ddd946c42b00a974f79d2fc079f1125ccc8ff0e99b996 +SIZE (KDE/release-service/25.12.0/libkexiv2-25.12.0.tar.xz) = 60116 diff --git a/graphics/libksane/distinfo b/graphics/libksane/distinfo index 697acf03db1b..008edd119ba6 100644 --- a/graphics/libksane/distinfo +++ b/graphics/libksane/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264595 -SHA256 (KDE/release-service/25.08.3/libksane-25.08.3.tar.xz) = 730bf4efcc9b823ba98c681492e4139379ab0c3e602e1e6eff29c04f176d6f68 -SIZE (KDE/release-service/25.08.3/libksane-25.08.3.tar.xz) = 156152 +TIMESTAMP = 1765478596 +SHA256 (KDE/release-service/25.12.0/libksane-25.12.0.tar.xz) = b4fde4c6a9151679ed52e4d572ed6688dd4b489aa2a23534d8f132cfbdd3ab90 +SIZE (KDE/release-service/25.12.0/libksane-25.12.0.tar.xz) = 155936 diff --git a/graphics/linux-rl9-dri/Makefile b/graphics/linux-rl9-dri/Makefile index 7c393d7ede68..f3221a633a9e 100644 --- a/graphics/linux-rl9-dri/Makefile +++ b/graphics/linux-rl9-dri/Makefile @@ -1,7 +1,6 @@ PORTNAME= dri -PORTVERSION= 24.2.8 -DISTVERSIONSUFFIX= -3.el9_6 -PORTREVISION= 1 +PORTVERSION= 25.0.7 +DISTVERSIONSUFFIX= -3.el9_7 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org @@ -18,8 +17,8 @@ LIB_DISTNAMES= freeglut-3.2.1-10.el9 \ mesa-libEGL-${DISTVERSIONFULL} \ mesa-libGL-${DISTVERSIONFULL} \ mesa-libGLU-9.0.1-6.el9 \ - mesa-libgbm-${DISTVERSIONFULL} \ - mesa-libglapi-${DISTVERSIONFULL} + mesa-libgbm-${DISTVERSIONFULL} +# mesa-libglapi-${DISTVERSIONFULL} LIB_DISTNAMES_amd64= m/mesa-vulkan-drivers-${DISTVERSIONFULL} \ m/mesa-libxatracker-${DISTVERSIONFULL} diff --git a/graphics/linux-rl9-dri/distinfo b/graphics/linux-rl9-dri/distinfo index 1c18dd29fb48..aa06cbca67a9 100644 --- a/graphics/linux-rl9-dri/distinfo +++ b/graphics/linux-rl9-dri/distinfo @@ -1,53 +1,47 @@ -TIMESTAMP = 1762105565 +TIMESTAMP = 1765203503 SHA256 (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 7a29700d283b8466664f1666aadae386cbf9b427f262dcbcbea0038de50296eb SIZE (rocky/f/freeglut-3.2.1-10.el9.aarch64.rpm) = 190531 SHA256 (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 74c47d07a5ca209ea2be085216ffb5e7104b759047313eade4b01cef043695ca SIZE (rocky/f/freeglut-3.2.1-10.el9.i686.rpm) = 193960 SHA256 (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 7d27717e88edcb760d8c38a2e9230cf932f8cccbdd49916661b7fee649584058 SIZE (rocky/f/freeglut-3.2.1-10.el9.x86_64.rpm) = 194563 -SHA256 (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.aarch64.rpm) = 03da0d96a86084e0630d86ec152939d690f4d5c5e77c484a3d8b0c066f5560cc -SIZE (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.aarch64.rpm) = 8360613 -SHA256 (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.i686.rpm) = 6e857784bd2b1474468b472079a4f2098a54666499a5d1ea4ca67c5295e082fa -SIZE (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.i686.rpm) = 10093805 -SHA256 (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.x86_64.rpm) = 8eb1e5952b11a1e751c54d79f627a185d097acb2cd9003fc06086b9ca7354d8a -SIZE (rocky/m/mesa-dri-drivers-24.2.8-3.el9_6.x86_64.rpm) = 9837676 -SHA256 (rocky/m/mesa-libEGL-24.2.8-3.el9_6.aarch64.rpm) = c1a3ff2d676fac6de696d94988d2b5f33758f42df571149dbda34486d31e2411 -SIZE (rocky/m/mesa-libEGL-24.2.8-3.el9_6.aarch64.rpm) = 139964 -SHA256 (rocky/m/mesa-libEGL-24.2.8-3.el9_6.i686.rpm) = 3f75005802c079c1a23bef07630349e4cdc00141f142eb08c4938aca784ded84 -SIZE (rocky/m/mesa-libEGL-24.2.8-3.el9_6.i686.rpm) = 149296 -SHA256 (rocky/m/mesa-libEGL-24.2.8-3.el9_6.x86_64.rpm) = ef5dff7df1519eaf6fe609bf05382853af2adf8d3cecfc670ceea29aa2bc598a -SIZE (rocky/m/mesa-libEGL-24.2.8-3.el9_6.x86_64.rpm) = 144089 -SHA256 (rocky/m/mesa-libGL-24.2.8-3.el9_6.aarch64.rpm) = aa2231521987f7e956c5190ccd7a1caf7974e9004f6adb10ff46bd0b42cac221 -SIZE (rocky/m/mesa-libGL-24.2.8-3.el9_6.aarch64.rpm) = 178594 -SHA256 (rocky/m/mesa-libGL-24.2.8-3.el9_6.i686.rpm) = 107f733dc72931cdd2de658f47f086afb076806ba1db9cd7b7ea7714d4266e42 -SIZE (rocky/m/mesa-libGL-24.2.8-3.el9_6.i686.rpm) = 185476 -SHA256 (rocky/m/mesa-libGL-24.2.8-3.el9_6.x86_64.rpm) = 6b3c1c517d102532c20a2a5ec7ab082f7b62a4a03c0ccaa9c53ce7b551571a37 -SIZE (rocky/m/mesa-libGL-24.2.8-3.el9_6.x86_64.rpm) = 173459 +SHA256 (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.aarch64.rpm) = 416db381be73e561a2e2d81993edeeebb6c7d4fd6560e718284ffe05f63e1740 +SIZE (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.aarch64.rpm) = 8583175 +SHA256 (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.i686.rpm) = 61686af1e32e5f220bc35af8428753862c557356c73fe207cc66f908ad3ee131 +SIZE (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.i686.rpm) = 10395629 +SHA256 (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.x86_64.rpm) = d23246df06a3d94208a950966ee00362500c9170e2a682506ace0267204e1151 +SIZE (rocky/m/mesa-dri-drivers-25.0.7-3.el9_7.x86_64.rpm) = 10123258 +SHA256 (rocky/m/mesa-libEGL-25.0.7-3.el9_7.aarch64.rpm) = be0c62f34741088a7c05e5b9344fbf07e749d7d0ade0a343c2c78b7fc28cc96b +SIZE (rocky/m/mesa-libEGL-25.0.7-3.el9_7.aarch64.rpm) = 134987 +SHA256 (rocky/m/mesa-libEGL-25.0.7-3.el9_7.i686.rpm) = 471065aac6b6e207209c80d418891e092b881894505935b0b535ee8a4c794175 +SIZE (rocky/m/mesa-libEGL-25.0.7-3.el9_7.i686.rpm) = 140285 +SHA256 (rocky/m/mesa-libEGL-25.0.7-3.el9_7.x86_64.rpm) = 1a916b047aab950b5fbc9377de2d862225255f17e97e0976b8c6fa58e88acf13 +SIZE (rocky/m/mesa-libEGL-25.0.7-3.el9_7.x86_64.rpm) = 139383 +SHA256 (rocky/m/mesa-libGL-25.0.7-3.el9_7.aarch64.rpm) = 7ee16cd0b8b0618c708e9cff3737ef4392755d303b1a90054824219650ebe303 +SIZE (rocky/m/mesa-libGL-25.0.7-3.el9_7.aarch64.rpm) = 165556 +SHA256 (rocky/m/mesa-libGL-25.0.7-3.el9_7.i686.rpm) = d512fae61f10c14e5ff75a85a8210fe17b9b1aab26b05d02f6826ef9bdcdd780 +SIZE (rocky/m/mesa-libGL-25.0.7-3.el9_7.i686.rpm) = 166087 +SHA256 (rocky/m/mesa-libGL-25.0.7-3.el9_7.x86_64.rpm) = dc9bf71239d5f0856e33e6747dcefeb59cc01671c3f4509d8f512f52c395ec04 +SIZE (rocky/m/mesa-libGL-25.0.7-3.el9_7.x86_64.rpm) = 158678 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = cc834047eee86a99d7ee9e4bd24468fdc51362336880b9e93e9a0443565c4312 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.aarch64.rpm) = 137329 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = ef518088bcb902d102d8f42deafa52d0c266c947a7cf69449cbd0b8f26dac826 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.i686.rpm) = 155075 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = c7da4f0a399f5b9d5833dc1f5d0f388d9b5ecf6cd7ad6fbd9397f5a661393a68 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.x86_64.rpm) = 149718 -SHA256 (rocky/m/mesa-libgbm-24.2.8-3.el9_6.aarch64.rpm) = 69dff4ee9c7c8a4cd3b74e7c8ee40f2313ea776f10f960785c72cc8d1138b0f5 -SIZE (rocky/m/mesa-libgbm-24.2.8-3.el9_6.aarch64.rpm) = 36035 -SHA256 (rocky/m/mesa-libgbm-24.2.8-3.el9_6.i686.rpm) = b510ca2e8ce6e4168a99c042ee18a15296c832933e188c50ec7b0a567370830f -SIZE (rocky/m/mesa-libgbm-24.2.8-3.el9_6.i686.rpm) = 38254 -SHA256 (rocky/m/mesa-libgbm-24.2.8-3.el9_6.x86_64.rpm) = 79779f436b16b3e00d239d18ca1e6a7d6ab3b3b66d23d442865de431258e2552 -SIZE (rocky/m/mesa-libgbm-24.2.8-3.el9_6.x86_64.rpm) = 36510 -SHA256 (rocky/m/mesa-libglapi-24.2.8-3.el9_6.aarch64.rpm) = 65be46db4a6e1fa487770f95bd9f15178eaef18c5d0a834541d4226e089383f5 -SIZE (rocky/m/mesa-libglapi-24.2.8-3.el9_6.aarch64.rpm) = 62153 -SHA256 (rocky/m/mesa-libglapi-24.2.8-3.el9_6.i686.rpm) = 38dcb2c19ff4afbfb9fd5e539771939bcfef3d5c8c82667e75b27a5adcb74350 -SIZE (rocky/m/mesa-libglapi-24.2.8-3.el9_6.i686.rpm) = 45306 -SHA256 (rocky/m/mesa-libglapi-24.2.8-3.el9_6.x86_64.rpm) = 113add2b81a1905ece9e0faf6fa3aa737a6aaa20920c415477dbac65a05d942b -SIZE (rocky/m/mesa-libglapi-24.2.8-3.el9_6.x86_64.rpm) = 44960 -SHA256 (rocky/m/mesa-libxatracker-24.2.8-3.el9_6.x86_64.rpm) = 223b8caed328b46a5cba1c4ff76597e55c3310b450da98ecde646ac4abe6600a -SIZE (rocky/m/mesa-libxatracker-24.2.8-3.el9_6.x86_64.rpm) = 2533426 -SHA256 (rocky/m/mesa-vulkan-drivers-24.2.8-3.el9_6.x86_64.rpm) = c713edc52990c400dec5dac57d6b8c27cae0d1bec5e47813e04231479e4459f8 -SIZE (rocky/m/mesa-vulkan-drivers-24.2.8-3.el9_6.x86_64.rpm) = 11236949 +SHA256 (rocky/m/mesa-libgbm-25.0.7-3.el9_7.aarch64.rpm) = 56c5bb638fbdb82e7e1788ae0558afdc956f62a05c27de244b278cf55eae8dce +SIZE (rocky/m/mesa-libgbm-25.0.7-3.el9_7.aarch64.rpm) = 16936 +SHA256 (rocky/m/mesa-libgbm-25.0.7-3.el9_7.i686.rpm) = de6ec666d33d8e52f3aa8cf846d56b0b8f0738cbfd8a06b17bc730a0e490f602 +SIZE (rocky/m/mesa-libgbm-25.0.7-3.el9_7.i686.rpm) = 17506 +SHA256 (rocky/m/mesa-libgbm-25.0.7-3.el9_7.x86_64.rpm) = c09f1f96973b0ca4d27c5819ce3a0989199105fea3c462ca464fd7e53920fe44 +SIZE (rocky/m/mesa-libgbm-25.0.7-3.el9_7.x86_64.rpm) = 17057 +SHA256 (rocky/m/mesa-libxatracker-25.0.7-3.el9_7.x86_64.rpm) = 897917f0c443d791f13d8ec96c0578bc4e754fd03c8343df5c8f38f2bed730ea +SIZE (rocky/m/mesa-libxatracker-25.0.7-3.el9_7.x86_64.rpm) = 2576681 +SHA256 (rocky/m/mesa-vulkan-drivers-25.0.7-3.el9_7.x86_64.rpm) = a5f4819851be887e1f523fd20f658403757a267519f6590eae74c68b00750580 +SIZE (rocky/m/mesa-vulkan-drivers-25.0.7-3.el9_7.x86_64.rpm) = 11922975 SHA256 (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 57f2249b043e5eb22d5d40fbf72651f90bbd7d0f811647d4b594def15d4b4601 SIZE (rocky/f/freeglut-3.2.1-10.el9.src.rpm) = 1507482 -SHA256 (rocky/m/mesa-24.2.8-3.el9_6.src.rpm) = 11cffbb2a61bc3ca2c5477e95843d3e3562f7eb386dcbf2c2282eb86d3bc43f0 -SIZE (rocky/m/mesa-24.2.8-3.el9_6.src.rpm) = 33249357 +SHA256 (rocky/m/mesa-25.0.7-3.el9_7.src.rpm) = 1f5e8cc4d5a9383aeefa7143702e54afa9813d76a57161bc87794239447bbefe +SIZE (rocky/m/mesa-25.0.7-3.el9_7.src.rpm) = 50517092 SHA256 (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = d15ac9b3f65aa4a17b0b38efc49c64e0c01c43bbdd0a06391805d2fdc6283973 SIZE (rocky/m/mesa-libGLU-9.0.1-6.el9.src.rpm) = 444434 diff --git a/graphics/linux-rl9-dri/pkg-plist.aarch64 b/graphics/linux-rl9-dri/pkg-plist.aarch64 index b366a0a97d32..73f88b877664 100644 --- a/graphics/linux-rl9-dri/pkg-plist.aarch64 +++ b/graphics/linux-rl9-dri/pkg-plist.aarch64 @@ -46,6 +46,7 @@ usr/lib64/dri/vkms_dri.so usr/lib64/dri/vmwgfx_dri.so usr/lib64/dri/zink_dri.so usr/lib64/dri/zynqmp-dpsub_dri.so +usr/lib64/gbm/dri_gbm.so usr/lib64/libEGL_mesa.so.0 usr/lib64/libEGL_mesa.so.0.0.0 usr/lib64/libGLU.so.1 @@ -53,11 +54,9 @@ usr/lib64/libGLU.so.1.3.1 usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 -usr/lib64/libgallium-24.2.8.so +usr/lib64/libgallium-25.0.7.so usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 -usr/lib64/libglapi.so.0 -usr/lib64/libglapi.so.0.0.0 usr/lib64/libglut.so.3 usr/lib64/libglut.so.3.11.0 %%PORTDOCS%%usr/share/doc/freeglut/AUTHORS diff --git a/graphics/linux-rl9-dri/pkg-plist.amd64 b/graphics/linux-rl9-dri/pkg-plist.amd64 index 0fc364bc315c..87e8ac4cca9e 100644 --- a/graphics/linux-rl9-dri/pkg-plist.amd64 +++ b/graphics/linux-rl9-dri/pkg-plist.amd64 @@ -8,6 +8,7 @@ usr/lib/dri/swrast_dri.so usr/lib/dri/virtio_gpu_dri.so usr/lib/dri/vmwgfx_dri.so usr/lib/dri/zink_dri.so +usr/lib/gbm/dri_gbm.so usr/lib/libEGL_mesa.so.0 usr/lib/libEGL_mesa.so.0.0.0 usr/lib/libGLU.so.1 @@ -15,11 +16,9 @@ usr/lib/libGLU.so.1.3.1 usr/lib/libGLX_mesa.so.0 usr/lib/libGLX_mesa.so.0.0.0 usr/lib/libGLX_system.so.0 -usr/lib/libgallium-24.2.8.so +usr/lib/libgallium-25.0.7.so usr/lib/libgbm.so.1 usr/lib/libgbm.so.1.0.0 -usr/lib/libglapi.so.0 -usr/lib/libglapi.so.0.0.0 usr/lib/libglut.so.3 usr/lib/libglut.so.3.11.0 usr/lib64/dri/crocus_dri.so @@ -32,6 +31,7 @@ usr/lib64/dri/swrast_dri.so usr/lib64/dri/virtio_gpu_dri.so usr/lib64/dri/vmwgfx_dri.so usr/lib64/dri/zink_dri.so +usr/lib64/gbm/dri_gbm.so usr/lib64/libEGL_mesa.so.0 usr/lib64/libEGL_mesa.so.0.0.0 usr/lib64/libGLU.so.1 @@ -40,11 +40,9 @@ usr/lib64/libGLX_mesa.so.0 usr/lib64/libGLX_mesa.so.0.0.0 usr/lib64/libGLX_system.so.0 usr/lib64/libVkLayer_MESA_device_select.so -usr/lib64/libgallium-24.2.8.so +usr/lib64/libgallium-25.0.7.so usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 -usr/lib64/libglapi.so.0 -usr/lib64/libglapi.so.0.0.0 usr/lib64/libglut.so.3 usr/lib64/libglut.so.3.11.0 usr/lib64/libvulkan_intel.so diff --git a/graphics/linux-rl9-imageformats-libs/Makefile b/graphics/linux-rl9-imageformats-libs/Makefile index 697de32bb3c7..d8bfe75a71ba 100644 --- a/graphics/linux-rl9-imageformats-libs/Makefile +++ b/graphics/linux-rl9-imageformats-libs/Makefile @@ -1,5 +1,6 @@ PORTNAME= imageformats PORTVERSION= 1 +PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs DISTNAME= @@ -23,21 +24,21 @@ USE_LINUX= libjxl USE_LINUX_RPM= yes WANT_LINUX32= yes -LIB_DISTNAMES= jasper${PKGNAMESUFFIX}-2.0.28-3.el9 \ +LIB_DISTNAMES= jasper${PKGNAMESUFFIX}-2.0.28-4.el9 \ jbigkit${PKGNAMESUFFIX}-2.1-23.el9 \ libjpeg-turbo-2.0.90-7.el9 \ libmng-2.0.3-17.el9 \ libpng-1.6.37-12.el9 \ - libtiff-4.4.0-13.el9 \ + libtiff-4.4.0-15.el9_7.2.0.1 \ libwebp-1.2.0-8.el9 \ openjpeg2-2.4.0-8.el9 -SRC_DISTFILES= jasper-2.0.28-3.el9${SRC_SUFX}:SOURCE \ +SRC_DISTFILES= jasper-2.0.28-4.el9${SRC_SUFX}:SOURCE \ jbigkit-2.1-23.el9${SRC_SUFX}:SOURCE \ libjpeg-turbo-2.0.90-7.el9${SRC_SUFX}:SOURCE \ libmng-2.0.3-17.el9${SRC_SUFX}:SOURCE \ libpng-1.6.37-12.el9${SRC_SUFX}:SOURCE \ - libtiff-4.4.0-13.el9${SRC_SUFX}:SOURCE \ + libtiff-4.4.0-15.el9_7.2.0.1${SRC_SUFX}:SOURCE \ libwebp-1.2.0-8.el9${SRC_SUFX}:SOURCE \ openjpeg2-2.4.0-8.el9${SRC_SUFX}:SOURCE diff --git a/graphics/linux-rl9-imageformats-libs/distinfo b/graphics/linux-rl9-imageformats-libs/distinfo index 06da54669bc1..80d87a3c202c 100644 --- a/graphics/linux-rl9-imageformats-libs/distinfo +++ b/graphics/linux-rl9-imageformats-libs/distinfo @@ -1,10 +1,10 @@ -TIMESTAMP = 1750636550 -SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = c933c5bd2aaa7094fd5da8c0021963ce147307c35da5e56b255b956e92170ea7 -SIZE (rocky/j/jasper-libs-2.0.28-3.el9.aarch64.rpm) = 151831 -SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.i686.rpm) = 852130e71f05ec3fb892a4f35d59eeff105511a9f80c699c6a388d1e07b9ce7f -SIZE (rocky/j/jasper-libs-2.0.28-3.el9.i686.rpm) = 162630 -SHA256 (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 5eaa7bbe8f855eaa302766cd16d4222b8c54e2ae2937d8a5db506e1048bf58bb -SIZE (rocky/j/jasper-libs-2.0.28-3.el9.x86_64.rpm) = 153786 +TIMESTAMP = 1765198640 +SHA256 (rocky/j/jasper-libs-2.0.28-4.el9.aarch64.rpm) = e9ef38cb8c2dd4373e3f57468236c4d64aad4d28c19bbdf09636cde05d94703b +SIZE (rocky/j/jasper-libs-2.0.28-4.el9.aarch64.rpm) = 150174 +SHA256 (rocky/j/jasper-libs-2.0.28-4.el9.i686.rpm) = f588b764eeea478ce4abb121e4a4f68f9763a1fc1ff90cc1686b18dea84d521d +SIZE (rocky/j/jasper-libs-2.0.28-4.el9.i686.rpm) = 160395 +SHA256 (rocky/j/jasper-libs-2.0.28-4.el9.x86_64.rpm) = 90539105c8357e2f36f296d442b6a10cdc25a7c05806fcf463bad206a41a4c63 +SIZE (rocky/j/jasper-libs-2.0.28-4.el9.x86_64.rpm) = 152028 SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = e9e27802f4dfd19d2276d0c8078043db6c8c387a4c76e883bcfccc6aa25645fd SIZE (rocky/j/jbigkit-libs-2.1-23.el9.aarch64.rpm) = 52946 SHA256 (rocky/j/jbigkit-libs-2.1-23.el9.i686.rpm) = 67184db9070f6c8cc1b563d7f1e085423daacef26f3d86d65c6dff6f9ae39935 @@ -29,12 +29,12 @@ SHA256 (rocky/l/libpng-1.6.37-12.el9.i686.rpm) = 5706539159e2225d74ad532c50ec1c3 SIZE (rocky/l/libpng-1.6.37-12.el9.i686.rpm) = 127630 SHA256 (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 2fb7ea5028fb07380ec2ece9716763cbe4b456a90574e14ddb93180c8c4bc14f SIZE (rocky/l/libpng-1.6.37-12.el9.x86_64.rpm) = 118873 -SHA256 (rocky/l/libtiff-4.4.0-13.el9.aarch64.rpm) = 0cd3b6912b45449cef14568715ace770863c84fc7b017d8c63b900c005ea0f2a -SIZE (rocky/l/libtiff-4.4.0-13.el9.aarch64.rpm) = 196249 -SHA256 (rocky/l/libtiff-4.4.0-13.el9.i686.rpm) = 6709af0f6adf0feae7d25223e901ac249a093ba01e4cc20b723fca19a066e63c -SIZE (rocky/l/libtiff-4.4.0-13.el9.i686.rpm) = 219775 -SHA256 (rocky/l/libtiff-4.4.0-13.el9.x86_64.rpm) = 0e00ec2a40085ea5a5141f9164f6a85e5a9301881685767aff65ee07d3ebcb85 -SIZE (rocky/l/libtiff-4.4.0-13.el9.x86_64.rpm) = 201735 +SHA256 (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.aarch64.rpm) = e7e1c44765d2334d50fa1d975ae2979a29bb3a4726c1c324b6ecab1a57947b81 +SIZE (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.aarch64.rpm) = 195472 +SHA256 (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.i686.rpm) = b6d566ff6e191492403d25effdb54b09211ec418a14ce3a0b924e09f7566c647 +SIZE (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.i686.rpm) = 218942 +SHA256 (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.x86_64.rpm) = b46366265446fe9320da34faa7001767910b57311340b6fdaac7501a6ad39763 +SIZE (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.x86_64.rpm) = 200954 SHA256 (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 32d165702f098820c836736634829360947747017e23413a1ac5e167df8070d2 SIZE (rocky/l/libwebp-1.2.0-8.el9.aarch64.rpm) = 265825 SHA256 (rocky/l/libwebp-1.2.0-8.el9.i686.rpm) = fb5f4bbab3ce289b4d6fa2342c41826d9da4c44f0b9f0e3da1b0ee499422bd63 @@ -47,8 +47,8 @@ SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.i686.rpm) = 00985eadaeccc5212a6bd2ff3d7322 SIZE (rocky/o/openjpeg2-2.4.0-8.el9.i686.rpm) = 177679 SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.x86_64.rpm) = a7ab9643943926f99d24dce2a3b523593c19a11c5afa130c4c71364e0e118008 SIZE (rocky/o/openjpeg2-2.4.0-8.el9.x86_64.rpm) = 164704 -SHA256 (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 31f906728341738d58fc04c5ec4e0de9fcf6a62f3139e7a52d38e2f131c5b115 -SIZE (rocky/j/jasper-2.0.28-3.el9.src.rpm) = 1385289 +SHA256 (rocky/j/jasper-2.0.28-4.el9.src.rpm) = 02a3ebba7fa9448c8a91f592231f86780364a0dc4ba4f4ee32410043ad3ea33d +SIZE (rocky/j/jasper-2.0.28-4.el9.src.rpm) = 1384023 SHA256 (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 9358741148675bd63e6b8ed905a7d93551ccb7abeac9d1af6d02d4c56df4bed7 SIZE (rocky/j/jbigkit-2.1-23.el9.src.rpm) = 453810 SHA256 (rocky/l/libjpeg-turbo-2.0.90-7.el9.src.rpm) = e80e2e153e24736f33771ed4a913a308ae2f83131f38befdce6fda93dcd2cfa3 @@ -57,8 +57,8 @@ SHA256 (rocky/l/libmng-2.0.3-17.el9.src.rpm) = 674de62accc95cc7172a78c81a073d3fb SIZE (rocky/l/libmng-2.0.3-17.el9.src.rpm) = 1548760 SHA256 (rocky/l/libpng-1.6.37-12.el9.src.rpm) = cd5bccf1fcb4b436a97956deca9547804c2bcd54c6dbef1d7e8dab873403d90e SIZE (rocky/l/libpng-1.6.37-12.el9.src.rpm) = 1525727 -SHA256 (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = d827e66b8b02e304bb1eb0dd12e64c8586d82b5da9edbf89e3ec5eac3e45264c -SIZE (rocky/l/libtiff-4.4.0-13.el9.src.rpm) = 2890270 +SHA256 (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.src.rpm) = cc883109ec49373815f4d81d84c0e2f194e3ca144de14213b2acf3111f37f1fb +SIZE (rocky/l/libtiff-4.4.0-15.el9_7.2.0.1.src.rpm) = 2904293 SHA256 (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = a2452b44cd66053e3c713982b6695eb0a3f7e89d3319eb071d8e8340719821a2 SIZE (rocky/l/libwebp-1.2.0-8.el9.src.rpm) = 4110329 SHA256 (rocky/o/openjpeg2-2.4.0-8.el9.src.rpm) = 22734b3b0c0ddc86fffced2509fac3058a2296235c6770ebe9940d53888f108b diff --git a/graphics/linux-rl9-qt5-qt3d/Makefile b/graphics/linux-rl9-qt5-qt3d/Makefile index 12cdd7206515..75b1827ca74b 100644 --- a/graphics/linux-rl9-qt5-qt3d/Makefile +++ b/graphics/linux-rl9-qt5-qt3d/Makefile @@ -1,7 +1,7 @@ PORTNAME= qt5 PORTVERSION= 5.15.9 -DISTVERSIONSUFFIX= -2.el9_6 -PORTREVISION= 3 +DISTVERSIONSUFFIX= -2.el9_7.1 +PORTREVISION= 4 CATEGORIES= graphics linux PKGNAMESUFFIX= -qt3d @@ -13,7 +13,7 @@ LICENSE= GPLv2+ USES= linux:rl9 USE_LDCONFIG= yes -USE_LINUX= cups-libs dbuslibs dri imageformats-libs libxml2 qtbase xorglibs +USE_LINUX= cups-libs dbuslibs dri imageformats-libs libxml2 qtbase qtimageformats xorglibs USE_LINUX_RPM= yes WANT_LINUX32= yes diff --git a/graphics/linux-rl9-qt5-qt3d/distinfo b/graphics/linux-rl9-qt5-qt3d/distinfo index 8b1db2f863f0..297b14c1ddd2 100644 --- a/graphics/linux-rl9-qt5-qt3d/distinfo +++ b/graphics/linux-rl9-qt5-qt3d/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1757069605 -SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.aarch64.rpm) = 64e73a013fcdd31710bfd3b08dd0c14ef1a6830127278c117c636450fb2a6b9c -SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.aarch64.rpm) = 3103458 -SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.i686.rpm) = b9bd6c3d2ff4faddb31b8926da16f2153fb15c98ded00f5906210dc6785f333f -SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.i686.rpm) = 3495621 -SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.x86_64.rpm) = a90a835f8cde587b32fa90be5239602c1d2494a505062aa2d4bb80389b144ebe -SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.x86_64.rpm) = 3169159 -SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_6.src.rpm) = 94a4efd17e8f39747a4ef978855cb816bab4fdb7e114c26eadbee32f1cd68233 -SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_6.src.rpm) = 118355895 +TIMESTAMP = 1765198837 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.aarch64.rpm) = 07e1a59a5ef4d16c4846b55a9de7eb9a1282d03d31574c9609ba27f36d494278 +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.aarch64.rpm) = 3103761 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.i686.rpm) = 240a5ab0de8252e90c888ed70eab240b8d49222dd725ad376e4fdd30960c9f48 +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.i686.rpm) = 3485290 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.x86_64.rpm) = a13ddf6f33d82129a0bb2c935db5295fc72b3f0c099f94f2fe3501e534fc14bf +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.x86_64.rpm) = 3170153 +SHA256 (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.src.rpm) = da2b660d45a4049d0135697f23e0a8b8977676916579894494ca77c887753c39 +SIZE (rocky/q/qt5-qt3d-5.15.9-2.el9_7.1.src.rpm) = 118357271 diff --git a/graphics/linux-rl9-shaderc/Makefile b/graphics/linux-rl9-shaderc/Makefile index 926c47d1ebbc..d1a5e0e52b0c 100644 --- a/graphics/linux-rl9-shaderc/Makefile +++ b/graphics/linux-rl9-shaderc/Makefile @@ -1,5 +1,5 @@ PORTNAME= shaderc -PORTVERSION= 2024.4 +PORTVERSION= 2025.2 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux diff --git a/graphics/linux-rl9-shaderc/distinfo b/graphics/linux-rl9-shaderc/distinfo index 961ee1b8c328..262006a5f896 100644 --- a/graphics/linux-rl9-shaderc/distinfo +++ b/graphics/linux-rl9-shaderc/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750640701 -SHA256 (rocky/l/libshaderc-2024.4-1.el9.aarch64.rpm) = 6ac84860ad8296b3b2918087807497d806a1eb03c9526d3687b5b683148ff311 -SIZE (rocky/l/libshaderc-2024.4-1.el9.aarch64.rpm) = 1045319 -SHA256 (rocky/l/libshaderc-2024.4-1.el9.i686.rpm) = 6e2777f593c2a9cf978919b13530375cdcfed2fd8c0f0a40ef2a207bc2b4ad81 -SIZE (rocky/l/libshaderc-2024.4-1.el9.i686.rpm) = 1146778 -SHA256 (rocky/l/libshaderc-2024.4-1.el9.x86_64.rpm) = 2e3aff0e754b7bd84f386af5e45b3f1be924a2ec9f4d1af2962f50777fdba6fd -SIZE (rocky/l/libshaderc-2024.4-1.el9.x86_64.rpm) = 1052000 -SHA256 (rocky/s/shaderc-2024.4-1.el9.src.rpm) = 398f7d8df3a3e2171a55b28bac119d03f79f004f4b3fc8ab061da90b95b4bdaf -SIZE (rocky/s/shaderc-2024.4-1.el9.src.rpm) = 239636 +TIMESTAMP = 1765199277 +SHA256 (rocky/l/libshaderc-2025.2-1.el9.aarch64.rpm) = f0916e1071395a67edaabcee518cf3e9d49d8808272debb5e6c1af136ffd7602 +SIZE (rocky/l/libshaderc-2025.2-1.el9.aarch64.rpm) = 1065875 +SHA256 (rocky/l/libshaderc-2025.2-1.el9.i686.rpm) = 8319691bc77d31270e0df7e3a83e431f66071a493856d6d7cdf9ddc694cf95b8 +SIZE (rocky/l/libshaderc-2025.2-1.el9.i686.rpm) = 1170013 +SHA256 (rocky/l/libshaderc-2025.2-1.el9.x86_64.rpm) = 979b023620fa31a36da1941a598f018c90774479cf6f19ffec4af36be1dc3747 +SIZE (rocky/l/libshaderc-2025.2-1.el9.x86_64.rpm) = 1075942 +SHA256 (rocky/s/shaderc-2025.2-1.el9.src.rpm) = 9236fef558b8f273ec930320ad22046e830e27c73574cb2f5d7635688e83c2ef +SIZE (rocky/s/shaderc-2025.2-1.el9.src.rpm) = 240840 diff --git a/graphics/linux-rl9-spirv-tools/Makefile b/graphics/linux-rl9-spirv-tools/Makefile index 680d3ed2d331..22305e580bc4 100644 --- a/graphics/linux-rl9-spirv-tools/Makefile +++ b/graphics/linux-rl9-spirv-tools/Makefile @@ -1,7 +1,6 @@ PORTNAME= spirv-tools -PORTVERSION= 2024.4 +PORTVERSION= 2025.2 DISTVERSIONSUFFIX= -1.el9 -PORTREVISION= 1 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org diff --git a/graphics/linux-rl9-spirv-tools/distinfo b/graphics/linux-rl9-spirv-tools/distinfo index 6515ae86db9e..9e1f7efe1217 100644 --- a/graphics/linux-rl9-spirv-tools/distinfo +++ b/graphics/linux-rl9-spirv-tools/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1750640761 -SHA256 (rocky/s/spirv-tools-2024.4-1.el9.aarch64.rpm) = 6c8b89184b3d7bec22310a0a5e02831f44be953b08cc8f29472a019041a14f63 -SIZE (rocky/s/spirv-tools-2024.4-1.el9.aarch64.rpm) = 250982 -SHA256 (rocky/s/spirv-tools-2024.4-1.el9.x86_64.rpm) = 63ff7101f08c9f75adb5bda52a2031cde3514890088cf090180fbad870bef375 -SIZE (rocky/s/spirv-tools-2024.4-1.el9.x86_64.rpm) = 263225 -SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.aarch64.rpm) = 98a932aadff5ede426aeb151055212f92ff210b72fd0f954fc299d920967f8bc -SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.aarch64.rpm) = 1466491 -SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.i686.rpm) = e8e2752b6e34765465047230182c7bcd35394c11e89a7fb7591e7ef73ced9a7c -SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.i686.rpm) = 1668765 -SHA256 (rocky/s/spirv-tools-libs-2024.4-1.el9.x86_64.rpm) = f99098e9f2b7bbfdc24087810f8b1df1ad66eadd7a818a512bc676bc213c80d6 -SIZE (rocky/s/spirv-tools-libs-2024.4-1.el9.x86_64.rpm) = 1497815 -SHA256 (rocky/s/spirv-tools-2024.4-1.el9.src.rpm) = 4962b4a95fe67c9a8121db897dda1980f9ce8a936235cfb16d6b81267a548e91 -SIZE (rocky/s/spirv-tools-2024.4-1.el9.src.rpm) = 3205568 +TIMESTAMP = 1765199327 +SHA256 (rocky/s/spirv-tools-2025.2-1.el9.aarch64.rpm) = 35dfc0503db2dea37df9536a28382c357f6a8b376a1a7dfaee9c48678a66667b +SIZE (rocky/s/spirv-tools-2025.2-1.el9.aarch64.rpm) = 252875 +SHA256 (rocky/s/spirv-tools-2025.2-1.el9.x86_64.rpm) = 1aafc557523da20a3b30d3ed4e352f7a1f5bf5c7256b8e036b2199ded822ff4e +SIZE (rocky/s/spirv-tools-2025.2-1.el9.x86_64.rpm) = 265122 +SHA256 (rocky/s/spirv-tools-libs-2025.2-1.el9.aarch64.rpm) = fafcf8b5be18ae4676df37cb640f9ba58bdb9324dc58f8d4cc86482dc0f674c6 +SIZE (rocky/s/spirv-tools-libs-2025.2-1.el9.aarch64.rpm) = 1515967 +SHA256 (rocky/s/spirv-tools-libs-2025.2-1.el9.i686.rpm) = 60db3ea4da12e84d3b053adc6b30d0f4c0be270853e16a6c2f2ba9f8620baa58 +SIZE (rocky/s/spirv-tools-libs-2025.2-1.el9.i686.rpm) = 1726593 +SHA256 (rocky/s/spirv-tools-libs-2025.2-1.el9.x86_64.rpm) = f80f22ada0715d3d2db2b0f6f2f4748bcda673cc7c0c9a0227cf659c34474c2a +SIZE (rocky/s/spirv-tools-libs-2025.2-1.el9.x86_64.rpm) = 1547435 +SHA256 (rocky/s/spirv-tools-2025.2-1.el9.src.rpm) = 697c76e1b8b47b1573bd0e11115b94ce5256325918ade7f7affaead1fdc684e7 +SIZE (rocky/s/spirv-tools-2025.2-1.el9.src.rpm) = 3289457 diff --git a/graphics/linux-rl9-vulkan/Makefile b/graphics/linux-rl9-vulkan/Makefile index d130efa01231..ea6e32de7596 100644 --- a/graphics/linux-rl9-vulkan/Makefile +++ b/graphics/linux-rl9-vulkan/Makefile @@ -1,5 +1,5 @@ PORTNAME= vulkan -PORTVERSION= 1.4.304.0 +PORTVERSION= 1.4.313.0 DISTVERSIONSUFFIX= -1.el9 CATEGORIES= graphics linux PKGNAMESUFFIX= -loader diff --git a/graphics/linux-rl9-vulkan/distinfo b/graphics/linux-rl9-vulkan/distinfo index 1606e9a167cd..50bb61ce8e79 100644 --- a/graphics/linux-rl9-vulkan/distinfo +++ b/graphics/linux-rl9-vulkan/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1750646358 -SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.aarch64.rpm) = 7d475287f0b254ea26ac6f20acb60da340175af9688ba18e7f650644aa21b1ed -SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.aarch64.rpm) = 165248 -SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.i686.rpm) = 4586b639d0ef3b4a3281e55a20158acb096f1b1094f893669cfc6041d59f0edc -SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.i686.rpm) = 162596 -SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.x86_64.rpm) = f631f22718342e95445227510085d2b36aa3c81f6742fc39fd63a7949232adb3 -SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.x86_64.rpm) = 152194 -SHA256 (rocky/v/vulkan-loader-1.4.304.0-1.el9.src.rpm) = 8e9d3b07dafa584a9f40c90f9700eba9001ab301ac5b4fbdd4bfa10e9f4369c3 -SIZE (rocky/v/vulkan-loader-1.4.304.0-1.el9.src.rpm) = 1753877 +TIMESTAMP = 1765199380 +SHA256 (rocky/v/vulkan-loader-1.4.313.0-1.el9.aarch64.rpm) = b91566a0a23cf5e4f869c79ceadc61c81411ce0b6dbd7f5890fb5a28c1f52ea1 +SIZE (rocky/v/vulkan-loader-1.4.313.0-1.el9.aarch64.rpm) = 167818 +SHA256 (rocky/v/vulkan-loader-1.4.313.0-1.el9.i686.rpm) = 4a80c054c32ada56dc716914f93b896515eae705a2cbb5ac1b4ab81c71b101c6 +SIZE (rocky/v/vulkan-loader-1.4.313.0-1.el9.i686.rpm) = 165715 +SHA256 (rocky/v/vulkan-loader-1.4.313.0-1.el9.x86_64.rpm) = 2be57e911731ba1b29333a01aa9f757bb62f932316288fe6e61d1343e3016f9e +SIZE (rocky/v/vulkan-loader-1.4.313.0-1.el9.x86_64.rpm) = 155188 +SHA256 (rocky/v/vulkan-loader-1.4.313.0-1.el9.src.rpm) = 78a319112c6d9d6ae9b33cfffb03426014163efbe174a2327ca5bd37ac89d7e8 +SIZE (rocky/v/vulkan-loader-1.4.313.0-1.el9.src.rpm) = 1755911 diff --git a/graphics/mesa-devel/Makefile b/graphics/mesa-devel/Makefile index 36319d4e8ea9..0a4d4e5bdf6a 100644 --- a/graphics/mesa-devel/Makefile +++ b/graphics/mesa-devel/Makefile @@ -1,6 +1,6 @@ PORTNAME= mesa -DISTVERSION= 25.3-branchpoint-1904 -DISTVERSIONSUFFIX= -gb75cd07265b +DISTVERSION= 25.3-branchpoint-2226 +DISTVERSIONSUFFIX= -g8ba197c9ef6 CATEGORIES= graphics PKGNAMESUFFIX= -devel diff --git a/graphics/mesa-devel/distinfo b/graphics/mesa-devel/distinfo index b0405743e38f..f9d05832d92c 100644 --- a/graphics/mesa-devel/distinfo +++ b/graphics/mesa-devel/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1764806295 -SHA256 (mesa-25.3-branchpoint-1904-gb75cd07265b.tar.bz2) = 6dde3d9d686b6af11237068cacaa813b59374bf595d0dff03a3a0760ae6cdb32 -SIZE (mesa-25.3-branchpoint-1904-gb75cd07265b.tar.bz2) = 55722735 +TIMESTAMP = 1765398730 +SHA256 (mesa-25.3-branchpoint-2226-g8ba197c9ef6.tar.bz2) = a598b0d93423b36a89a6775ee58623fc8af35f0d45eac2891df4074d76123b0a +SIZE (mesa-25.3-branchpoint-2226-g8ba197c9ef6.tar.bz2) = 55738651 SHA256 (700efacda59c.patch) = 0d567fe737ad1404e1f12d7cd018826d9095c23835f1ed5aaa1c81cb58d3d008 SIZE (700efacda59c.patch) = 983 SHA256 (de5cf0a44b50.patch) = c9e02e5eb1fb4e3aa2bc7a7e0a70f28f3ee609835ff0b59e827893a821983851 diff --git a/graphics/nvidia-drm-61-kmod-devel/distinfo b/graphics/nvidia-drm-61-kmod-devel/distinfo index 0ea1fbf2947c..37cb2837ee50 100644 --- a/graphics/nvidia-drm-61-kmod-devel/distinfo +++ b/graphics/nvidia-drm-61-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762277610 +TIMESTAMP = 1765611030 SHA256 (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 6375fe2b164d5f833bebbfac22b493d901abaa6be2aacb65844777e601fb86a6 SIZE (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 288738840 -SHA256 (freebsd-drm-kmod-drm_v6.1.128_6_GH0.tar.gz) = cfc9f2a0519a4d4c98f0489914925c6da9177bc48759ea0b1aecb51dda90f145 -SIZE (freebsd-drm-kmod-drm_v6.1.128_6_GH0.tar.gz) = 37106003 +SHA256 (freebsd-drm-kmod-drm_v6.1.128_7_GH0.tar.gz) = d4eb440e982ceef08888dafa1aeb2bd046b3b53026ee526eb7d8f7f52bc988f1 +SIZE (freebsd-drm-kmod-drm_v6.1.128_7_GH0.tar.gz) = 37104632 diff --git a/graphics/nvidia-drm-61-kmod/Makefile b/graphics/nvidia-drm-61-kmod/Makefile index 0bbc25d2620f..1ba633128152 100644 --- a/graphics/nvidia-drm-61-kmod/Makefile +++ b/graphics/nvidia-drm-61-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= nvidia-drm-61-kmod -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= graphics RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-61-kmod diff --git a/graphics/nvidia-drm-61-kmod/distinfo b/graphics/nvidia-drm-61-kmod/distinfo index c6e52f25a2dc..103dac7f254f 100644 --- a/graphics/nvidia-drm-61-kmod/distinfo +++ b/graphics/nvidia-drm-61-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762277498 +TIMESTAMP = 1765462736 SHA256 (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 6375fe2b164d5f833bebbfac22b493d901abaa6be2aacb65844777e601fb86a6 SIZE (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 288738840 -SHA256 (freebsd-drm-kmod-drm_v6.1.128_6_GH0.tar.gz) = cfc9f2a0519a4d4c98f0489914925c6da9177bc48759ea0b1aecb51dda90f145 -SIZE (freebsd-drm-kmod-drm_v6.1.128_6_GH0.tar.gz) = 37106003 +SHA256 (freebsd-drm-kmod-drm_v6.1.128_7_GH0.tar.gz) = d4eb440e982ceef08888dafa1aeb2bd046b3b53026ee526eb7d8f7f52bc988f1 +SIZE (freebsd-drm-kmod-drm_v6.1.128_7_GH0.tar.gz) = 37104632 diff --git a/graphics/nvidia-drm-66-kmod-devel/distinfo b/graphics/nvidia-drm-66-kmod-devel/distinfo index 3059ade372f9..3c39f96b23dd 100644 --- a/graphics/nvidia-drm-66-kmod-devel/distinfo +++ b/graphics/nvidia-drm-66-kmod-devel/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762277639 +TIMESTAMP = 1765611050 SHA256 (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 6375fe2b164d5f833bebbfac22b493d901abaa6be2aacb65844777e601fb86a6 SIZE (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 288738840 -SHA256 (freebsd-drm-kmod-drm_v6.6.25_7_GH0.tar.gz) = 43fd533b2232b9d5ffe4a30fb99a8976c99c76207f5960d823d19cf6f118495a -SIZE (freebsd-drm-kmod-drm_v6.6.25_7_GH0.tar.gz) = 38487814 +SHA256 (freebsd-drm-kmod-drm_v6.6.25_9_GH0.tar.gz) = 14e90e4cc9ed5e72f6036f01987a20e2918026502d3116e97ffa4156514a13bb +SIZE (freebsd-drm-kmod-drm_v6.6.25_9_GH0.tar.gz) = 38488554 diff --git a/graphics/nvidia-drm-66-kmod/Makefile b/graphics/nvidia-drm-66-kmod/Makefile index aa1b9e7cd565..033ba19d274f 100644 --- a/graphics/nvidia-drm-66-kmod/Makefile +++ b/graphics/nvidia-drm-66-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= nvidia-drm-66-kmod -PORTREVISION= 0 +PORTREVISION= 2 CATEGORIES= graphics RUN_DEPENDS+= ${KMODDIR}/drm.ko:graphics/drm-66-kmod diff --git a/graphics/nvidia-drm-66-kmod/distinfo b/graphics/nvidia-drm-66-kmod/distinfo index f85dfa887271..abde46e03363 100644 --- a/graphics/nvidia-drm-66-kmod/distinfo +++ b/graphics/nvidia-drm-66-kmod/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762277512 +TIMESTAMP = 1765465189 SHA256 (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 6375fe2b164d5f833bebbfac22b493d901abaa6be2aacb65844777e601fb86a6 SIZE (NVIDIA-FreeBSD-x86_64-580.105.08.tar.xz) = 288738840 -SHA256 (freebsd-drm-kmod-drm_v6.6.25_7_GH0.tar.gz) = 43fd533b2232b9d5ffe4a30fb99a8976c99c76207f5960d823d19cf6f118495a -SIZE (freebsd-drm-kmod-drm_v6.6.25_7_GH0.tar.gz) = 38487814 +SHA256 (freebsd-drm-kmod-drm_v6.6.25_9_GH0.tar.gz) = 14e90e4cc9ed5e72f6036f01987a20e2918026502d3116e97ffa4156514a13bb +SIZE (freebsd-drm-kmod-drm_v6.6.25_9_GH0.tar.gz) = 38488554 diff --git a/graphics/okular/Makefile b/graphics/okular/Makefile index ea61ca319ff3..a97d56014ff9 100644 --- a/graphics/okular/Makefile +++ b/graphics/okular/Makefile @@ -1,6 +1,5 @@ PORTNAME= okular DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde kde-applications MAINTAINER= kde@FreeBSD.org @@ -15,7 +14,7 @@ LIB_DEPENDS= libchm.so:misc/chmlib \ libdjvulibre.so:graphics/djvulibre \ libepub.so:textproc/ebook-tools \ libfreetype.so:print/freetype2 \ - libQMobipocket6.so:graphics/kdegraphics-mobipocket@qt6 \ + libQMobipocket6.so:graphics/kdegraphics-mobipocket \ libpoppler.so:graphics/poppler \ libpoppler-qt6.so:graphics/poppler-qt6 \ libqca-qt6.so:devel/qca@qt6 \ diff --git a/graphics/okular/distinfo b/graphics/okular/distinfo index 0674d928d108..4ad83b69b911 100644 --- a/graphics/okular/distinfo +++ b/graphics/okular/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264597 -SHA256 (KDE/release-service/25.08.3/okular-25.08.3.tar.xz) = 032e3de8fc546796141859691188e6f802c6de498b65cccbce60aa60d865714f -SIZE (KDE/release-service/25.08.3/okular-25.08.3.tar.xz) = 8203744 +TIMESTAMP = 1765478599 +SHA256 (KDE/release-service/25.12.0/okular-25.12.0.tar.xz) = cf05a515bba78ee5e7fb5aa09e67ac42fe796f3f645a4353c6b6e555e61c8490 +SIZE (KDE/release-service/25.12.0/okular-25.12.0.tar.xz) = 8216056 diff --git a/graphics/opencv/Makefile b/graphics/opencv/Makefile index d0d297a3a95a..a8abb88748ea 100644 --- a/graphics/opencv/Makefile +++ b/graphics/opencv/Makefile @@ -1,6 +1,6 @@ PORTNAME= opencv DISTVERSION= 4.11.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics PATCH_SITES= https://github.com/opencv/opencv/commit/ diff --git a/graphics/openjpeg/Makefile b/graphics/openjpeg/Makefile index f22f5fe3a02f..921f516560cb 100644 --- a/graphics/openjpeg/Makefile +++ b/graphics/openjpeg/Makefile @@ -1,8 +1,13 @@ PORTNAME= openjpeg PORTVERSION= 2.5.4 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics +PATCH_SITES= https://github.com/uclouvain/openjpeg/commit/ +PATCHFILES= 5e258319332800f7a9937dc0b8b16b19a07dea8f.patch:-p1 \ + 7b508bb00f7fc5e7b61a6035fc4e2622d4ddff0d.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Open-source JPEG 2000 codec WWW= https://www.openjpeg.org/ \ diff --git a/graphics/openjpeg/distinfo b/graphics/openjpeg/distinfo index bb212ab19e83..13d0e6069b2c 100644 --- a/graphics/openjpeg/distinfo +++ b/graphics/openjpeg/distinfo @@ -1,3 +1,7 @@ -TIMESTAMP = 1759816550 +TIMESTAMP = 1765033052 SHA256 (uclouvain-openjpeg-v2.5.4_GH0.tar.gz) = a695fbe19c0165f295a8531b1e4e855cd94d0875d2f88ec4b61080677e27188a SIZE (uclouvain-openjpeg-v2.5.4_GH0.tar.gz) = 2157028 +SHA256 (5e258319332800f7a9937dc0b8b16b19a07dea8f.patch) = ec1d01d2b4604e81f7e0bd5813855697fa382119d970aa801c983053f5d71698 +SIZE (5e258319332800f7a9937dc0b8b16b19a07dea8f.patch) = 1219 +SHA256 (7b508bb00f7fc5e7b61a6035fc4e2622d4ddff0d.patch) = 29a5d803bdb88bf4d89e1b75aaafd8b8b0d54eef9daf21a107cc4bc5fc4a958d +SIZE (7b508bb00f7fc5e7b61a6035fc4e2622d4ddff0d.patch) = 746 diff --git a/graphics/openmvs/Makefile b/graphics/openmvs/Makefile index 507e01a8cbde..a8a6d7f35ffa 100644 --- a/graphics/openmvs/Makefile +++ b/graphics/openmvs/Makefile @@ -1,6 +1,7 @@ PORTNAME= openmvs DISTVERSIONPREFIX= v DISTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= yuri@FreeBSD.org diff --git a/graphics/plasma6-spectacle/distinfo b/graphics/plasma6-spectacle/distinfo index 323459d38328..a00c16460bb4 100644 --- a/graphics/plasma6-spectacle/distinfo +++ b/graphics/plasma6-spectacle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481296 -SHA256 (KDE/plasma/6.5.3/spectacle-6.5.3.tar.xz) = cf150166ecd4b40c2fa7b3b4761cee22ff08b2cc8da68cf8cd6ffc0efc78c8b7 -SIZE (KDE/plasma/6.5.3/spectacle-6.5.3.tar.xz) = 1604968 +TIMESTAMP = 1765457151 +SHA256 (KDE/plasma/6.5.4/spectacle-6.5.4.tar.xz) = b356dd9362d9557202d87d5561ce45edde28f9eb4ab0e38fd3b892623f2d4bc1 +SIZE (KDE/plasma/6.5.4/spectacle-6.5.4.tar.xz) = 1605016 diff --git a/graphics/proj-data/Makefile b/graphics/proj-data/Makefile index 4928c9a93b23..b590fe3f4ae5 100644 --- a/graphics/proj-data/Makefile +++ b/graphics/proj-data/Makefile @@ -1,5 +1,5 @@ PORTNAME= proj-data -PORTVERSION= 1.23 +PORTVERSION= 1.24 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/proj/ \ https://github.com/OSGeo/PROJ-data/releases/download/${PORTVERSION}.0/ diff --git a/graphics/proj-data/distinfo b/graphics/proj-data/distinfo index aafd537766bb..bc5de8542a15 100644 --- a/graphics/proj-data/distinfo +++ b/graphics/proj-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816554 -SHA256 (proj-data-1.23.tar.gz) = 1055630cac3d830b794b48af3ca8c9dd88f4d46ef5dc51c270e0a416b3d1fa1c -SIZE (proj-data-1.23.tar.gz) = 791943741 +TIMESTAMP = 1765032664 +SHA256 (proj-data-1.24.tar.gz) = eadf412754a2a9a727d79579873fbe7dae802038d4c2a19e452a886d4eddd111 +SIZE (proj-data-1.24.tar.gz) = 792584182 diff --git a/graphics/proj-data/pkg-plist b/graphics/proj-data/pkg-plist index 34eb3bac09da..e8e126ecd297 100644 --- a/graphics/proj-data/pkg-plist +++ b/graphics/proj-data/pkg-plist @@ -79,6 +79,7 @@ %%DATADIR%%/copyright_and_licenses.csv %%DATADIR%%/cz_cuzk_CR-2005.tif %%DATADIR%%/cz_cuzk_README.txt +%%DATADIR%%/cz_cuzk_table_-y-x_3_v1710.tif %%DATADIR%%/de_adv_BETA2007.tif %%DATADIR%%/de_adv_README.txt %%DATADIR%%/de_bkg_README.txt @@ -169,6 +170,7 @@ %%DATADIR%%/fr_ign_ggker08v2.tif %%DATADIR%%/fr_ign_ggm00v2.tif %%DATADIR%%/fr_ign_ggm04v1.tif +%%DATADIR%%/fr_ign_ggm23v2.tif %%DATADIR%%/fr_ign_ggpf02-Bora.tif %%DATADIR%%/fr_ign_ggpf02-Huahine.tif %%DATADIR%%/fr_ign_ggpf02-Maiao.tif @@ -227,6 +229,7 @@ %%DATADIR%%/no_kv_CD_above_Ell_ETRS89_v2023b.tif %%DATADIR%%/no_kv_ETRS89NO_NGO48_TIN.json %%DATADIR%%/no_kv_HREF2018B_NN2000_EUREF89.tif +%%DATADIR%%/no_kv_HREF2018B_NN54_NN2000.tif %%DATADIR%%/no_kv_NKGETRF14_EPSG7922_2000.tif %%DATADIR%%/no_kv_README.txt %%DATADIR%%/no_kv_Svalbard_EUREF89_SVD2024.tif diff --git a/graphics/py-giddy/Makefile b/graphics/py-giddy/Makefile index 00b910a6fa5d..11b21fabae54 100644 --- a/graphics/py-giddy/Makefile +++ b/graphics/py-giddy/Makefile @@ -1,5 +1,5 @@ PORTNAME= giddy -PORTVERSION= 2.3.6 +PORTVERSION= 2.3.8 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,13 +15,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=2.4:science/py-esda@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libpysal>=4.8:science/py-libpysal@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mapclassify>=2.5:graphics/py-mapclassify@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}quantecon>=0.7:finance/py-quantecon@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}scipy>=1.8,1:science/py-scipy@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}esda>=2.7<2.9:science/py-esda@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libpysal>=4.12:science/py-libpysal@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mapclassify>=2.7:graphics/py-mapclassify@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}matplotlib>=0:math/py-matplotlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}quantecon>=0.8:finance/py-quantecon@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}scipy>=1.11,1:science/py-scipy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}seaborn>=0:math/py-seaborn@${PY_FLAVOR} -USES= python +USES= python:3.11+ USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/graphics/py-giddy/distinfo b/graphics/py-giddy/distinfo index 6512c1328bd5..a9b71c6f0757 100644 --- a/graphics/py-giddy/distinfo +++ b/graphics/py-giddy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586854 -SHA256 (giddy-2.3.6.tar.gz) = 004ec587eb7b75d9f717efd9b018a9f95f55d30d9768e2bb9cdb86ae7bdb7592 -SIZE (giddy-2.3.6.tar.gz) = 11166266 +TIMESTAMP = 1765032800 +SHA256 (giddy-2.3.8.tar.gz) = a5da015ffb4bdc07794a14b6871cec39f6b948a3fea0fd030572bde154cb5af8 +SIZE (giddy-2.3.8.tar.gz) = 11171979 diff --git a/graphics/py-pandarm/Makefile b/graphics/py-pandarm/Makefile index a67fda6649c9..10178e91f69f 100644 --- a/graphics/py-pandarm/Makefile +++ b/graphics/py-pandarm/Makefile @@ -1,5 +1,5 @@ PORTNAME= pandarm -PORTVERSION= 0.0.2 +PORTVERSION= 0.0.3 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pandarm/distinfo b/graphics/py-pandarm/distinfo index c901b3025ffe..e257b0ff11e8 100644 --- a/graphics/py-pandarm/distinfo +++ b/graphics/py-pandarm/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510874 -SHA256 (pandarm-0.0.2.tar.gz) = b879b15ea3a4000d27992b9b40eaa30aaebfb6695602959e13b23e84605bd4a0 -SIZE (pandarm-0.0.2.tar.gz) = 5079122 +TIMESTAMP = 1765032802 +SHA256 (pandarm-0.0.3.tar.gz) = 2aa4d069326480a189b5ce7c8d2b43005c6abf861f3f67b880ac8e13fbf34f8f +SIZE (pandarm-0.0.3.tar.gz) = 12783812 diff --git a/graphics/py-pygeoapi/Makefile b/graphics/py-pygeoapi/Makefile index 2268fc8d4053..6c4e49642141 100644 --- a/graphics/py-pygeoapi/Makefile +++ b/graphics/py-pygeoapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= pygeoapi -PORTVERSION= 0.19.0 +PORTVERSION= 0.22.0 CATEGORIES= graphics geography python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/py-pygeoapi/distinfo b/graphics/py-pygeoapi/distinfo index ececabb9ca8f..4ea4f7c156dd 100644 --- a/graphics/py-pygeoapi/distinfo +++ b/graphics/py-pygeoapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742576854 -SHA256 (pygeoapi-0.19.0.tar.gz) = b9a2cd68f4c288f24ed27ad532310967df83cff9f9fc4276fd7bf67f568c8e31 -SIZE (pygeoapi-0.19.0.tar.gz) = 304116 +TIMESTAMP = 1765570030 +SHA256 (pygeoapi-0.22.0.tar.gz) = 43689d6c89e6bd7536c9384db4617fa499f82823394a656dd50c2ea126c92150 +SIZE (pygeoapi-0.22.0.tar.gz) = 324148 diff --git a/graphics/py-pyogrio/Makefile b/graphics/py-pyogrio/Makefile new file mode 100644 index 000000000000..47cb754a836f --- /dev/null +++ b/graphics/py-pyogrio/Makefile @@ -0,0 +1,36 @@ +PORTNAME= pyogrio +PORTVERSION= 0.12.1 +CATEGORIES= graphics python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Vectorized spatial vector file format I/O using GDAL/OGR +WWW= https://pyogrio.readthedocs.io/en/latest/ \ + https://github.com/geopandas/pyogrio + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PY_TOMLI} \ + ${PYTHON_PKGNAMEPREFIX}versioneer>=0.28:devel/py-versioneer@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +LIB_DEPENDS= libgdal.so:graphics/gdal +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}certifi>=0:security/py-certifi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent cython3 pep517 + +OPTIONS_DEFINE= GEOPANDAS +OPTIONS_DEFAULT=GEOPANDAS +GEOPANDAS_DESC= GeoPandas support + +GEOPANDAS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}geopandas>=0:graphics/py-geopandas@${PY_FLAVOR} + +post-install: + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} + + +.include <bsd.port.mk> diff --git a/graphics/py-pyogrio/distinfo b/graphics/py-pyogrio/distinfo new file mode 100644 index 000000000000..338e5c2ee295 --- /dev/null +++ b/graphics/py-pyogrio/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032630 +SHA256 (pyogrio-0.12.1.tar.gz) = e548ab705bb3e5383693717de1e6c76da97f3762ab92522cb310f93128a75ff1 +SIZE (pyogrio-0.12.1.tar.gz) = 303289 diff --git a/graphics/py-pyogrio/files/patch-pyproject.toml b/graphics/py-pyogrio/files/patch-pyproject.toml new file mode 100644 index 000000000000..520da6d2e1b9 --- /dev/null +++ b/graphics/py-pyogrio/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-11-28 18:23:16 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ requires = [ + requires = [ + "setuptools", + "Cython>=3.1", +- "versioneer[toml]==0.28", ++ "versioneer[toml]>=0.28", + # tomli is used by versioneer + "tomli; python_version < '3.11'", + ] diff --git a/graphics/py-pyogrio/pkg-descr b/graphics/py-pyogrio/pkg-descr new file mode 100644 index 000000000000..18433683b332 --- /dev/null +++ b/graphics/py-pyogrio/pkg-descr @@ -0,0 +1,18 @@ +Pyogrio provides fast, bulk-oriented read and write access to GDAL/OGR vector +data sources, such as ESRI Shapefile, GeoPackage, GeoJSON, and several others. +Vector data sources typically have geometries, such as points, lines, or +polygons, and associated records with potentially many columns worth of data. + +The typical use is to read or write these data sources to/from GeoPandas +GeoDataFrames. Because the geometry column is optional, reading or writing only +non-spatial data is also possible. Hence, GeoPackage attribute tables, DBF +files, or CSV files are also supported. + +Pyogrio is fast because it uses pre-compiled bindings for GDAL/OGR to read and +write the data records in bulk. This approach avoids multiple steps of +converting to and from Python data types within Python, so performance becomes +primarily limited by the underlying I/O speed of data source drivers in +GDAL/OGR. + +We have seen >5-10x speedups reading files and >5-20x speedups writing files +compared to using row-per-row approaches (e.g. Fiona). diff --git a/graphics/py-scikit-image/Makefile b/graphics/py-scikit-image/Makefile index 54468d73facb..92d7f6c761ef 100644 --- a/graphics/py-scikit-image/Makefile +++ b/graphics/py-scikit-image/Makefile @@ -12,8 +12,6 @@ WWW= https://scikit-image.org/ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt -BROKEN= Missing dependencies, pythran>=0.16 gast~=0.6.0 - BUILD_DEPENDS= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}lazy_loader>=0.4:devel/py-lazy_loader@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}meson-python>=0.16:devel/meson-python@${PY_FLAVOR} \ diff --git a/graphics/rubygem-clutter-gdk/Makefile b/graphics/rubygem-clutter-gdk/Makefile index 5442b62c8d17..457337104a5d 100644 --- a/graphics/rubygem-clutter-gdk/Makefile +++ b/graphics/rubygem-clutter-gdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= clutter-gdk -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-clutter-gdk/distinfo b/graphics/rubygem-clutter-gdk/distinfo index 37f56b0c3502..eac412a8864b 100644 --- a/graphics/rubygem-clutter-gdk/distinfo +++ b/graphics/rubygem-clutter-gdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121918 -SHA256 (rubygem/clutter-gdk-4.3.3.gem) = bfdf399bae9407ab9cd3e85f91edd1d82349bb2b883d5fff76520f34dccbfda0 -SIZE (rubygem/clutter-gdk-4.3.3.gem) = 14848 +TIMESTAMP = 1765033000 +SHA256 (rubygem/clutter-gdk-4.3.4.gem) = 863a75a5029958c5d79808ddeac3909d81d7c767554eb3d9c00e433b177db2df +SIZE (rubygem/clutter-gdk-4.3.4.gem) = 14848 diff --git a/graphics/rubygem-clutter-gtk/Makefile b/graphics/rubygem-clutter-gtk/Makefile index a2368c62526f..f296b64696fc 100644 --- a/graphics/rubygem-clutter-gtk/Makefile +++ b/graphics/rubygem-clutter-gtk/Makefile @@ -1,5 +1,5 @@ PORTNAME= clutter-gtk -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-clutter-gtk/distinfo b/graphics/rubygem-clutter-gtk/distinfo index 9127b81430fb..5a6626d459f3 100644 --- a/graphics/rubygem-clutter-gtk/distinfo +++ b/graphics/rubygem-clutter-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121920 -SHA256 (rubygem/clutter-gtk-4.3.3.gem) = 1d9b14b4a1377ad89d11856b19787588f7a4663b35242dfc7d865f0702f16229 -SIZE (rubygem/clutter-gtk-4.3.3.gem) = 31232 +TIMESTAMP = 1765033002 +SHA256 (rubygem/clutter-gtk-4.3.4.gem) = 647c13663d63e19ec7f5e0ba793037597cdf5e3984cba85e538fd9e10a10fbe1 +SIZE (rubygem/clutter-gtk-4.3.4.gem) = 31232 diff --git a/graphics/rubygem-clutter/Makefile b/graphics/rubygem-clutter/Makefile index 9cea3964bdee..ea690cab786e 100644 --- a/graphics/rubygem-clutter/Makefile +++ b/graphics/rubygem-clutter/Makefile @@ -1,5 +1,5 @@ PORTNAME= clutter -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-clutter/distinfo b/graphics/rubygem-clutter/distinfo index 3ca12ba0b3c0..3b5c55ed6384 100644 --- a/graphics/rubygem-clutter/distinfo +++ b/graphics/rubygem-clutter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121916 -SHA256 (rubygem/clutter-4.3.3.gem) = 9f5d086b735cc0e50c9acd9aba3b8ecc8ea9049c24ea17922984dd7932554a31 -SIZE (rubygem/clutter-4.3.3.gem) = 42496 +TIMESTAMP = 1765032998 +SHA256 (rubygem/clutter-4.3.4.gem) = 8e8ceca855ad07566d3754878eaebe5b08ca65b804d8329438b82982727ef04a +SIZE (rubygem/clutter-4.3.4.gem) = 42496 diff --git a/graphics/rubygem-gdk_pixbuf2/Makefile b/graphics/rubygem-gdk_pixbuf2/Makefile index 26de42c7ce23..d6ebb8c49624 100644 --- a/graphics/rubygem-gdk_pixbuf2/Makefile +++ b/graphics/rubygem-gdk_pixbuf2/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdk_pixbuf2 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-gdk_pixbuf2/distinfo b/graphics/rubygem-gdk_pixbuf2/distinfo index 7b62c50c1b9b..51e932efc7ab 100644 --- a/graphics/rubygem-gdk_pixbuf2/distinfo +++ b/graphics/rubygem-gdk_pixbuf2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121922 -SHA256 (rubygem/gdk_pixbuf2-4.3.3.gem) = 9d44f5830af6037b6df2f4d697e8b642f61888bc2d3ad23cf987341287584afc -SIZE (rubygem/gdk_pixbuf2-4.3.3.gem) = 34816 +TIMESTAMP = 1765033004 +SHA256 (rubygem/gdk_pixbuf2-4.3.4.gem) = ad63068a69abf2f5820418ec7a24f63287996f62541bdf35784259fd5dd115a5 +SIZE (rubygem/gdk_pixbuf2-4.3.4.gem) = 34816 diff --git a/graphics/rubygem-graphene1/Makefile b/graphics/rubygem-graphene1/Makefile index 46e9191f33bd..f142eea8bcae 100644 --- a/graphics/rubygem-graphene1/Makefile +++ b/graphics/rubygem-graphene1/Makefile @@ -1,5 +1,5 @@ PORTNAME= graphene1 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-graphene1/distinfo b/graphics/rubygem-graphene1/distinfo index 4bf63c97d51b..8a82add970e3 100644 --- a/graphics/rubygem-graphene1/distinfo +++ b/graphics/rubygem-graphene1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120482 -SHA256 (rubygem/graphene1-4.3.3.gem) = c5dcac73ccb6f4601259d2c6e83517224fae629aaa03239928beffc2df8add90 -SIZE (rubygem/graphene1-4.3.3.gem) = 15872 +TIMESTAMP = 1765033006 +SHA256 (rubygem/graphene1-4.3.4.gem) = a00853943b03721861b400c7ad4e3f35471318d0ff779ed9a3db241604976e43 +SIZE (rubygem/graphene1-4.3.4.gem) = 15872 diff --git a/graphics/rubygem-rsvg2/Makefile b/graphics/rubygem-rsvg2/Makefile index c4c396d687e6..9e60c32cb24d 100644 --- a/graphics/rubygem-rsvg2/Makefile +++ b/graphics/rubygem-rsvg2/Makefile @@ -1,5 +1,5 @@ PORTNAME= rsvg2 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/rubygem-rsvg2/distinfo b/graphics/rubygem-rsvg2/distinfo index 22ae161f7467..bbbc6c762364 100644 --- a/graphics/rubygem-rsvg2/distinfo +++ b/graphics/rubygem-rsvg2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121924 -SHA256 (rubygem/rsvg2-4.3.3.gem) = 1ba910d36a6794a04cd8459ca7c5c917f398c66e1c6befa8bd84c0760403a904 -SIZE (rubygem/rsvg2-4.3.3.gem) = 29696 +TIMESTAMP = 1765033008 +SHA256 (rubygem/rsvg2-4.3.4.gem) = 535ac3f14173fdb08e4ada332869f292df725419242436eeda5de46af77bc453 +SIZE (rubygem/rsvg2-4.3.4.gem) = 29696 diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile index cc20ee33633a..4ccc7a76861a 100644 --- a/graphics/s2/Makefile +++ b/graphics/s2/Makefile @@ -1,7 +1,7 @@ PORTNAME= s2 PORTVERSION= 0.12.0 -PORTREVISION= 1 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= graphics MAINTAINER= sunpoet@FreeBSD.org @@ -16,21 +16,23 @@ NOT_FOR_ARCHS= i386 NOT_FOR_ARCHS_REASON= is currently 64-bit only LIB_DEPENDS= libabsl_base.so:devel/abseil +TEST_DEPENDS= googletest>=1.10:devel/googletest -USES= cmake compiler:c++17-lang localbase ssl +USES= cmake:testing compiler:c++17-lang localbase ssl CMAKE_ARGS= -DCMAKE_CXX_STANDARD=17 CMAKE_OFF= BUILD_TESTS \ S2_USE_SYSTEM_INCLUDES \ WITH_PYTHON CMAKE_ON= BUILD_SHARED_LIBS +CMAKE_TESTING_ON= BUILD_TESTS USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} +USE_GITHUB= yes GH_ACCOUNT= google GH_PROJECT= s2geometry -USE_GITHUB= yes OPTIONS_DEFINE= EXAMPLES diff --git a/graphics/s2/files/patch-CMakeLists.txt b/graphics/s2/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..d10c4d130c5e --- /dev/null +++ b/graphics/s2/files/patch-CMakeLists.txt @@ -0,0 +1,58 @@ +--- CMakeLists.txt.orig 2025-02-02 07:37:37 UTC ++++ CMakeLists.txt +@@ -206,7 +206,7 @@ add_library(s2 + src/s2/util/math/mathutil.cc + src/s2/util/units/length-units.cc) + +-if (GOOGLETEST_ROOT) ++if (BUILD_TESTS) + add_library(s2testing STATIC + src/s2/gmock_matchers.cc + src/s2/s2builderutil_testing.cc +@@ -244,7 +244,7 @@ target_link_libraries( + absl::vlog_is_on + ${CMAKE_THREAD_LIBS_INIT}) + +-if (GOOGLETEST_ROOT) ++if (BUILD_TESTS) + target_link_libraries( + s2testing + absl::check +@@ -454,7 +454,7 @@ install(FILES src/s2/util/units/length-units.h + src/s2/util/units/physical-units.h + DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/s2/util/units") + +-if (GOOGLETEST_ROOT) ++if (BUILD_TESTS) + set(S2_TARGETS s2 s2testing) + else() + set(S2_TARGETS s2) +@@ -477,15 +477,7 @@ if (BUILD_TESTS) + DESTINATION share/s2/) + + if (BUILD_TESTS) +- if (NOT GOOGLETEST_ROOT) +- message(FATAL_ERROR "BUILD_TESTS requires GOOGLETEST_ROOT") +- endif() +- message("GOOGLETEST_ROOT: ${GOOGLETEST_ROOT}") +- +- add_subdirectory(${GOOGLETEST_ROOT}/googlemock build_gmock) +- include_directories(${GOOGLETEST_ROOT}/googlemock/include) +- include_directories(${GOOGLETEST_ROOT}/googletest/include) +- ++ find_package(GTest REQUIRED) + set(S2TestFiles + src/s2/encoded_s2cell_id_vector_test.cc + src/s2/encoded_s2point_vector_test.cc +@@ -630,7 +622,10 @@ if (BUILD_TESTS) + absl::status + absl::strings + absl::synchronization +- gmock_main) ++ GTest::gtest ++ GTest::gtest_main ++ GTest::gmock ++ GTest::gmock_main) + add_test(${test} ${test}) + endforeach() + endif() diff --git a/graphics/skanlite/distinfo b/graphics/skanlite/distinfo index 3f9b3ca1da3c..2d1947789620 100644 --- a/graphics/skanlite/distinfo +++ b/graphics/skanlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264600 -SHA256 (KDE/release-service/25.08.3/skanlite-25.08.3.tar.xz) = 81afe13212c5edaeec4a57c10a105d31dc20da3b5e08ef65fbf3f743c08f0276 -SIZE (KDE/release-service/25.08.3/skanlite-25.08.3.tar.xz) = 2392448 +TIMESTAMP = 1765478601 +SHA256 (KDE/release-service/25.12.0/skanlite-25.12.0.tar.xz) = 525287bb903868be75b9630b34c11ae5fd6ce05be13fc616da30315e520d46cd +SIZE (KDE/release-service/25.12.0/skanlite-25.12.0.tar.xz) = 2392496 diff --git a/graphics/skanpage/distinfo b/graphics/skanpage/distinfo index 47a8fe00b36c..2de222b9d3f3 100644 --- a/graphics/skanpage/distinfo +++ b/graphics/skanpage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264603 -SHA256 (KDE/release-service/25.08.3/skanpage-25.08.3.tar.xz) = e8431c73f62901db93e4700cecb762799abde056abf8fd80af8707d129c6d458 -SIZE (KDE/release-service/25.08.3/skanpage-25.08.3.tar.xz) = 1367132 +TIMESTAMP = 1765478604 +SHA256 (KDE/release-service/25.12.0/skanpage-25.12.0.tar.xz) = 23042e27ddac86912ae2f0a7f2008ce08755390cf8404b12c82d5e8f0268ec89 +SIZE (KDE/release-service/25.12.0/skanpage-25.12.0.tar.xz) = 1367196 diff --git a/graphics/xmountains/Makefile b/graphics/xmountains/Makefile index 417c50ac222e..7d54701da4ab 100644 --- a/graphics/xmountains/Makefile +++ b/graphics/xmountains/Makefile @@ -1,5 +1,5 @@ PORTNAME= xmountains -PORTVERSION= 2.11 +PORTVERSION= 2.15 CATEGORIES= graphics x11 MASTER_SITES= https://ftp.mirrorservice.org/sites/archive.raspbian.org/raspbian/pool/main/x/xmountains/ \ https://ftp.unicamp.br/pub/debian/pool/main/x/xmountains/ diff --git a/graphics/xmountains/distinfo b/graphics/xmountains/distinfo index e909671b0d3c..8d452156dc64 100644 --- a/graphics/xmountains/distinfo +++ b/graphics/xmountains/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1735119822 -SHA256 (xmountains_2.11.orig.tar.gz) = 123dddf40ed3a678a507526469f43af5e4a33bc0c0000232f78cd399c63809d0 -SIZE (xmountains_2.11.orig.tar.gz) = 1192756 +TIMESTAMP = 1765277537 +SHA256 (xmountains_2.15.orig.tar.gz) = 464e60fff2d565dc3000ab0027789a587a1804e1d7a0c0a97216d3b99ad9f5e6 +SIZE (xmountains_2.15.orig.tar.gz) = 1191657 diff --git a/irc/halloy/Makefile b/irc/halloy/Makefile index 97ffdf2b041c..4977fff27f03 100644 --- a/irc/halloy/Makefile +++ b/irc/halloy/Makefile @@ -1,6 +1,5 @@ PORTNAME= halloy -DISTVERSION= 2025.6 -PORTREVISION= 4 +DISTVERSION= 2025.12 CATEGORIES= irc MAINTAINER= pokeysquirrel@gmail.com @@ -13,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libasound.so:audio/alsa-lib \ libzstd.so:archivers/zstd -USES= cargo desktop-file-utils ssl +USES= cargo desktop-file-utils ssl xorg +USE_XORG= xcb USE_GITHUB= yes GH_ACCOUNT= squidowl diff --git a/irc/halloy/Makefile.crates b/irc/halloy/Makefile.crates index ae451cbf9d6a..171cec72fbc8 100644 --- a/irc/halloy/Makefile.crates +++ b/irc/halloy/Makefile.crates @@ -1,15 +1,15 @@ -CARGO_CRATES= ab_glyph-0.2.29 \ - ab_glyph_rasterizer-0.1.8 \ +CARGO_CRATES= ab_glyph-0.2.32 \ + ab_glyph_rasterizer-0.1.10 \ addr2line-0.24.2 \ - adler2-2.0.0 \ + adler2-2.0.1 \ aes-0.8.4 \ - ahash-0.8.11 \ + ahash-0.8.12 \ aho-corasick-1.1.3 \ aliasable-0.1.3 \ - aligned-vec-0.5.0 \ + aligned-vec-0.6.4 \ alsa-0.9.1 \ alsa-sys-0.3.1 \ - amplify-4.8.0 \ + amplify-4.9.0 \ amplify_derive-4.0.1 \ amplify_num-0.5.3 \ amplify_syn-2.0.1 \ @@ -17,7 +17,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ android-properties-0.2.2 \ android-tzdata-0.1.1 \ android_system_properties-0.1.5 \ - anyhow-1.0.97 \ + anyhow-1.0.98 \ approx-0.5.1 \ arbitrary-1.4.1 \ arg_enum_proc_macro-0.3.4 \ @@ -27,85 +27,78 @@ CARGO_CRATES= ab_glyph-0.2.29 \ as-raw-xcb-connection-1.0.1 \ ascii-1.1.0 \ ash-0.38.0+1.3.281 \ - ashpd-0.10.2 \ ashpd-0.11.0 \ asn1-rs-0.6.2 \ asn1-rs-derive-0.5.1 \ asn1-rs-impl-0.2.0 \ async-broadcast-0.7.2 \ - async-channel-1.9.0 \ - async-channel-2.3.1 \ - async-compression-0.4.18 \ - async-executor-1.13.1 \ - async-fs-2.1.2 \ - async-global-executor-2.4.1 \ + async-channel-2.5.0 \ + async-compression-0.4.19 \ + async-executor-1.13.2 \ async-http-proxy-1.2.5 \ - async-io-2.4.0 \ + async-io-2.5.0 \ async-lock-3.4.0 \ - async-net-2.0.0 \ - async-process-2.3.0 \ + async-process-2.4.0 \ async-recursion-1.1.1 \ - async-signal-0.2.10 \ - async-std-1.13.0 \ + async-signal-0.2.12 \ async-task-4.7.1 \ - async-trait-0.1.85 \ + async-trait-0.1.88 \ async_executors-0.7.0 \ asynchronous-codec-0.7.0 \ atomic-0.5.3 \ - atomic-0.6.0 \ + atomic-0.6.1 \ atomic-waker-1.1.2 \ - autocfg-1.4.0 \ - av1-grain-0.2.3 \ - avif-serialize-0.8.2 \ - backtrace-0.3.74 \ + autocfg-1.5.0 \ + av1-grain-0.2.4 \ + avif-serialize-0.8.5 \ + backtrace-0.3.75 \ base16ct-0.2.0 \ base64-0.13.1 \ base64-0.22.1 \ - base64ct-1.6.0 \ + base64ct-1.8.0 \ bincode-1.3.3 \ - bindgen-0.70.1 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ bit_field-0.10.2 \ bitflags-1.3.2 \ - bitflags-2.7.0 \ + bitflags-2.9.1 \ bitstream-io-2.6.0 \ bitvec-1.0.1 \ blanket-0.3.0 \ block-0.1.6 \ block-buffer-0.10.4 \ block2-0.5.1 \ - blocking-1.6.1 \ + block2-0.6.1 \ + blocking-1.6.2 \ bounded-vec-deque-0.1.1 \ - bstr-1.11.3 \ - built-0.7.6 \ - bumpalo-3.16.0 \ + bstr-1.12.0 \ + built-0.7.7 \ + bumpalo-3.19.0 \ by_address-1.2.1 \ - bytemuck-1.21.0 \ - bytemuck_derive-1.8.1 \ + bytemuck-1.23.1 \ + bytemuck_derive-1.10.0 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ bytes-1.10.1 \ bytesize-2.0.1 \ calloop-0.13.0 \ + calloop-0.14.3 \ calloop-wayland-source-0.3.0 \ - caret-0.5.1 \ - cc-1.2.7 \ + calloop-wayland-source-0.4.1 \ + caret-0.5.3 \ + cc-1.2.30 \ cesu8-1.1.0 \ - cexpr-0.6.0 \ cfg-expr-0.15.8 \ - cfg-if-1.0.0 \ + cfg-if-1.0.1 \ cfg_aliases-0.2.1 \ - chrono-0.4.40 \ + chrono-0.4.41 \ cipher-0.4.4 \ - clang-sys-1.8.1 \ - claxon-0.4.3 \ - clipboard-win-5.4.0 \ + clipboard-win-5.4.1 \ clipboard_macos-0.1.1 \ clipboard_wayland-0.2.2 \ clipboard_x11-0.4.2 \ - coarsetime-0.1.35 \ - codespan-reporting-0.11.1 \ + coarsetime-0.1.36 \ + codespan-reporting-0.12.0 \ color_quant-1.1.0 \ combine-4.6.7 \ concurrent-queue-2.5.0 \ @@ -116,43 +109,44 @@ CARGO_CRATES= ab_glyph-0.2.29 \ convert_case-0.7.1 \ cookie-factory-0.3.3 \ core-foundation-0.9.4 \ - core-foundation-0.10.0 \ + core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ core-graphics-0.23.2 \ core-graphics-0.24.0 \ core-graphics-types-0.1.3 \ core-graphics-types-0.2.0 \ - coreaudio-rs-0.11.3 \ - coreaudio-sys-0.2.16 \ - cosmic-text-0.14.2 \ - cpal-0.15.3 \ - cpufeatures-0.2.16 \ - crc32fast-1.4.2 \ + core_maths-0.1.1 \ + coreaudio-rs-0.13.0 \ + cosmic-text-0.15.0 \ + cpal-0.16.0 \ + cpufeatures-0.2.17 \ + crc32fast-1.5.0 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-queue-0.3.12 \ crossbeam-utils-0.8.21 \ - crunchy-0.2.2 \ + crunchy-0.2.4 \ crypto-bigint-0.5.5 \ crypto-common-0.1.6 \ ctor-lite-0.1.0 \ ctr-0.9.2 \ - cursor-icon-1.1.0 \ + cursor-icon-1.2.0 \ curve25519-dalek-4.1.3 \ curve25519-dalek-derive-0.1.1 \ darling-0.14.4 \ - darling-0.20.10 \ + darling-0.20.11 \ darling_core-0.14.4 \ - darling_core-0.20.10 \ + darling_core-0.20.11 \ darling_macro-0.14.4 \ - darling_macro-0.20.10 \ + darling_macro-0.20.11 \ dasp_sample-0.11.0 \ - data-encoding-2.7.0 \ - der-0.7.9 \ + data-encoding-2.9.0 \ + data-url-0.3.2 \ + der-0.7.10 \ der-parser-9.0.0 \ - deranged-0.3.11 \ - derive-deftly-0.14.2 \ - derive-deftly-macros-0.14.2 \ + deranged-0.4.0 \ + derive-deftly-0.14.6 \ + derive-deftly-macros-0.14.6 \ derive_builder_core_fork_arti-0.11.2 \ derive_builder_fork_arti-0.11.2 \ derive_builder_macro_fork_arti-0.11.2 \ @@ -163,42 +157,45 @@ CARGO_CRATES= ab_glyph-0.2.29 \ digest-0.10.7 \ directories-5.0.1 \ dirs-5.0.1 \ + dirs-6.0.0 \ dirs-next-2.0.0 \ dirs-sys-0.4.1 \ + dirs-sys-0.5.0 \ dirs-sys-next-0.1.2 \ dispatch-0.2.0 \ + dispatch2-0.3.0 \ + display-info-0.5.7 \ displaydoc-0.2.5 \ dlib-0.5.2 \ - document-features-0.2.10 \ + document-features-0.2.11 \ downcast-rs-1.2.1 \ - drm-0.12.0 \ - drm-ffi-0.8.0 \ - drm-fourcc-2.2.0 \ - drm-sys-0.7.0 \ - dyn-clone-1.0.17 \ + dyn-clone-1.0.19 \ ecdsa-0.16.9 \ ed25519-2.2.3 \ - ed25519-dalek-2.1.1 \ + ed25519-dalek-2.2.0 \ educe-0.4.23 \ - either-1.13.0 \ + either-1.15.0 \ elliptic-curve-0.13.8 \ - embed-resource-2.5.1 \ - embed-resource-3.0.2 \ - emojis-0.6.4 \ + embed-resource-2.5.2 \ + embed-resource-3.0.5 \ + emojis-0.7.0 \ encoding_rs-0.8.35 \ endi-1.1.0 \ enum-ordinalize-3.1.15 \ - enumflags2-0.7.10 \ - enumflags2_derive-0.7.10 \ - equivalent-1.0.1 \ - errno-0.3.10 \ - error-code-3.3.1 \ - etagere-0.2.13 \ + enumflags2-0.7.12 \ + enumflags2_derive-0.7.12 \ + equator-0.4.2 \ + equator-macro-0.4.2 \ + equivalent-1.0.2 \ + erased-serde-0.4.6 \ + errno-0.3.13 \ + error-code-3.3.2 \ + etagere-0.2.15 \ euclid-0.22.11 \ - event-listener-2.5.3 \ event-listener-5.4.0 \ - event-listener-strategy-0.5.3 \ + event-listener-strategy-0.5.4 \ exr-1.73.0 \ + extended-0.1.0 \ fallible-iterator-0.3.0 \ fallible-streaming-iterator-0.1.9 \ fancy-regex-0.14.0 \ @@ -207,17 +204,20 @@ CARGO_CRATES= ab_glyph-0.2.29 \ fastrand-2.3.0 \ fdeflate-0.3.7 \ fern-0.7.1 \ - ff-0.13.0 \ + ff-0.13.1 \ fiat-crypto-0.2.9 \ figment-0.10.19 \ filetime-0.2.25 \ - flate2-1.0.35 \ + flate2-1.1.2 \ + float-cmp-0.9.0 \ fluid-let-1.0.0 \ fnv-1.0.7 \ - foldhash-0.1.4 \ - font-types-0.8.3 \ - fontconfig-parser-0.5.7 \ - fontdb-0.16.2 \ + foldhash-0.1.5 \ + foldhash-0.2.0 \ + font-types-0.9.0 \ + font-types-0.10.0 \ + fontconfig-parser-0.5.8 \ + fontdb-0.23.0 \ foreign-types-0.3.2 \ foreign-types-0.5.0 \ foreign-types-macros-0.2.3 \ @@ -238,152 +238,152 @@ CARGO_CRATES= ab_glyph-0.2.29 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ + fxhash-0.2.1 \ generic-array-0.14.7 \ - gethostname-0.4.3 \ - getrandom-0.2.15 \ - getrandom-0.3.1 \ - gif-0.13.1 \ + gethostname-1.1.0 \ + getrandom-0.2.16 \ + getrandom-0.3.3 \ + gif-0.13.3 \ gimli-0.31.1 \ gl_generator-0.14.0 \ glam-0.25.0 \ - glob-0.3.2 \ glob-match-0.2.1 \ - gloo-timers-0.3.0 \ glow-0.16.0 \ - glutin_wgl_sys-0.6.0 \ + glutin_wgl_sys-0.6.1 \ gpu-alloc-0.6.0 \ gpu-alloc-types-0.3.0 \ gpu-allocator-0.27.0 \ - gpu-descriptor-0.3.1 \ + gpu-descriptor-0.3.2 \ gpu-descriptor-types-0.2.0 \ group-0.13.0 \ guillotiere-0.6.2 \ - h2-0.4.7 \ - half-2.4.1 \ + h2-0.4.11 \ + half-2.6.0 \ + harfrust-0.3.2 \ hashbrown-0.12.3 \ hashbrown-0.14.5 \ - hashbrown-0.15.2 \ + hashbrown-0.15.4 \ + hashbrown-0.16.0 \ hashlink-0.9.1 \ heck-0.4.1 \ heck-0.5.0 \ - hermit-abi-0.4.0 \ + hermit-abi-0.5.2 \ hex-0.4.3 \ hexf-parse-0.2.1 \ hkdf-0.12.4 \ hmac-0.12.1 \ hostname-validator-1.1.1 \ - hound-3.5.1 \ html-escape-0.2.13 \ - http-1.2.0 \ + http-1.3.1 \ http-body-1.0.1 \ - http-body-util-0.1.2 \ - httparse-1.9.5 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ httpdate-1.0.3 \ - humantime-2.1.0 \ + humantime-2.2.0 \ humantime-serde-1.1.1 \ - hyper-1.5.2 \ - hyper-rustls-0.27.5 \ + hyper-1.6.0 \ + hyper-rustls-0.27.7 \ hyper-tls-0.6.0 \ - hyper-util-0.1.10 \ - iana-time-zone-0.1.61 \ + hyper-util-0.1.16 \ + iana-time-zone-0.1.63 \ iana-time-zone-haiku-0.1.2 \ - icu_collections-1.5.0 \ - icu_locid-1.5.0 \ - icu_locid_transform-1.5.0 \ - icu_locid_transform_data-1.5.0 \ - icu_normalizer-1.5.0 \ - icu_normalizer_data-1.5.0 \ - icu_properties-1.5.1 \ - icu_properties_data-1.5.0 \ - icu_provider-1.5.0 \ - icu_provider_macros-1.5.0 \ + icu_collections-2.0.0 \ + icu_locale_core-2.0.0 \ + icu_normalizer-2.0.0 \ + icu_normalizer_data-2.0.0 \ + icu_properties-2.0.1 \ + icu_properties_data-2.0.1 \ + icu_provider-2.0.0 \ ident_case-1.0.1 \ idna-1.0.3 \ - idna_adapter-1.2.0 \ + idna_adapter-1.2.1 \ image-0.24.9 \ - image-0.25.5 \ - image-webp-0.2.1 \ + image-0.25.6 \ + image-webp-0.2.3 \ + imagesize-0.13.0 \ imgref-1.11.0 \ indexmap-1.9.3 \ - indexmap-2.9.0 \ + indexmap-2.11.0 \ inotify-0.10.2 \ inotify-sys-0.1.5 \ - inout-0.1.3 \ + inout-0.1.4 \ instant-0.1.13 \ interpolate_name-0.2.4 \ interprocess-1.2.1 \ intmap-0.7.1 \ - inventory-0.3.18 \ - ipnet-2.10.1 \ + inventory-0.3.20 \ + io-uring-0.7.9 \ + ipnet-2.11.0 \ + iri-string-0.7.8 \ is-docker-0.2.0 \ is-wsl-0.4.0 \ isolang-2.4.0 \ itertools-0.12.1 \ - itertools-0.13.0 \ itertools-0.14.0 \ - itoa-1.0.14 \ + itoa-1.0.15 \ jni-0.21.1 \ jni-sys-0.3.0 \ - jobserver-0.1.32 \ - jpeg-decoder-0.3.1 \ - js-sys-0.3.76 \ - kamadak-exif-0.5.5 \ + jobserver-0.1.33 \ + jpeg-decoder-0.3.2 \ + js-sys-0.3.77 \ + kamadak-exif-0.6.1 \ keccak-0.1.5 \ khronos-egl-6.0.0 \ khronos_api-3.1.0 \ - kqueue-1.0.8 \ + kqueue-1.1.1 \ kqueue-sys-1.0.4 \ kurbo-0.10.4 \ - kv-log-macro-1.0.7 \ + kurbo-0.11.3 \ lazy_static-1.5.0 \ lebe-0.5.2 \ - lewton-0.10.2 \ - libc-0.2.169 \ - libfuzzer-sys-0.4.9 \ - libloading-0.8.6 \ - libm-0.2.11 \ - libredox-0.1.3 \ + libc-0.2.174 \ + libfuzzer-sys-0.4.10 \ + libloading-0.8.8 \ + libm-0.2.15 \ + libredox-0.1.6 \ libsqlite3-sys-0.30.1 \ - lilt-0.8.0 \ + lilt-0.8.1 \ + linebender_resource_handle-0.1.1 \ linux-raw-sys-0.4.15 \ - linux-raw-sys-0.6.5 \ - litemap-0.7.4 \ - litrs-0.4.1 \ - lock_api-0.4.12 \ - log-0.4.26 \ + linux-raw-sys-0.9.4 \ + litemap-0.8.0 \ + litrs-0.4.2 \ + lock_api-0.4.13 \ + log-0.4.27 \ loop9-0.1.5 \ - lru-0.12.5 \ + lru-0.16.0 \ lzma-sys-0.1.20 \ - mac-notification-sys-0.6.2 \ - mach2-0.4.2 \ + mac-notification-sys-0.6.6 \ + mach2-0.4.3 \ malloc_buf-0.0.6 \ matchers-0.1.0 \ maybe-rayon-0.1.1 \ - memchr-2.7.4 \ - memmap2-0.9.5 \ + memchr-2.7.5 \ + memmap2-0.9.7 \ memoffset-0.9.1 \ merlin-3.0.0 \ - metal-0.31.0 \ + metal-0.32.0 \ mime-0.3.17 \ minimal-lexical-0.2.1 \ - miniz_oxide-0.8.2 \ - mio-1.0.3 \ + miniz_oxide-0.8.9 \ + mio-1.0.4 \ + mundy-0.1.10 \ mutate_once-0.1.1 \ - naga-24.0.0 \ - native-tls-0.2.12 \ - ndk-0.8.0 \ + naga-27.0.3 \ + native-tls-0.2.14 \ ndk-0.9.0 \ ndk-context-0.1.1 \ - ndk-sys-0.5.0+25.2.9519653 \ ndk-sys-0.6.0+11769913 \ new_debug_unreachable-1.0.6 \ - nix-0.29.0 \ + nix-0.30.1 \ nom-7.1.3 \ noop_proc_macro-0.3.0 \ notify-7.0.0 \ - notify-rust-4.11.5 \ + notify-rust-4.11.7 \ notify-types-1.0.1 \ + ntapi-0.4.1 \ nu-ansi-term-0.46.0 \ + nucleo-matcher-0.3.1 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ num-conv-0.1.0 \ @@ -392,146 +392,170 @@ CARGO_CRATES= ab_glyph-0.2.29 \ num-iter-0.1.45 \ num-rational-0.4.2 \ num-traits-0.2.19 \ - num_enum-0.7.3 \ - num_enum_derive-0.7.3 \ + num_enum-0.7.4 \ + num_enum_derive-0.7.4 \ objc-0.2.7 \ - objc-foundation-0.1.1 \ objc-sys-0.3.5 \ objc2-0.5.2 \ + objc2-0.6.3 \ objc2-app-kit-0.2.2 \ + objc2-app-kit-0.3.1 \ + objc2-audio-toolbox-0.3.1 \ objc2-cloud-kit-0.2.2 \ + objc2-cloud-kit-0.3.1 \ objc2-contacts-0.2.2 \ + objc2-core-audio-0.3.1 \ + objc2-core-audio-types-0.3.1 \ objc2-core-data-0.2.2 \ + objc2-core-data-0.3.1 \ + objc2-core-foundation-0.3.1 \ + objc2-core-graphics-0.3.1 \ objc2-core-image-0.2.2 \ + objc2-core-image-0.3.1 \ objc2-core-location-0.2.2 \ - objc2-encode-4.0.3 \ + objc2-encode-4.1.0 \ objc2-foundation-0.2.2 \ + objc2-foundation-0.3.1 \ + objc2-io-surface-0.3.1 \ objc2-link-presentation-0.2.2 \ objc2-metal-0.2.2 \ + objc2-metal-0.3.1 \ objc2-quartz-core-0.2.2 \ + objc2-quartz-core-0.3.1 \ objc2-symbols-0.2.2 \ objc2-ui-kit-0.2.2 \ objc2-uniform-type-identifiers-0.2.2 \ objc2-user-notifications-0.2.2 \ - objc_id-0.1.1 \ object-0.36.7 \ - oboe-0.6.1 \ - oboe-sys-0.6.1 \ - ogg-0.8.0 \ - once_cell-1.20.3 \ - oneshot-fused-workaround-0.2.1 \ + once_cell-1.21.3 \ + oneshot-fused-workaround-0.2.3 \ open-5.3.2 \ - openssl-0.10.72 \ + openssl-0.10.74 \ openssl-macros-0.1.1 \ - openssl-probe-0.1.5 \ - openssl-sys-0.9.108 \ + openssl-probe-0.1.6 \ + openssl-sys-0.9.110 \ option-ext-0.2.0 \ orbclient-0.3.48 \ ordered-float-2.10.1 \ - ordered-float-4.6.0 \ + ordered-float-5.0.0 \ ordered-stream-0.2.0 \ os_str_bytes-6.6.1 \ - ouroboros-0.18.4 \ - ouroboros_macro-0.18.4 \ + ouroboros-0.18.5 \ + ouroboros_macro-0.18.5 \ overload-0.1.1 \ - owned_ttf_parser-0.25.0 \ + owned_ttf_parser-0.25.1 \ p256-0.13.2 \ - p384-0.13.0 \ + p384-0.13.1 \ p521-0.13.3 \ palette-0.7.6 \ palette_derive-0.7.6 \ parking-2.2.1 \ - parking_lot-0.12.3 \ - parking_lot_core-0.9.10 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ paste-1.0.15 \ pathdiff-0.2.3 \ pem-rfc7468-0.7.0 \ percent-encoding-2.3.1 \ phf-0.11.3 \ + phf-0.12.1 \ phf_generator-0.11.3 \ phf_macros-0.11.3 \ phf_shared-0.11.3 \ - pin-project-1.1.8 \ - pin-project-internal-1.1.8 \ + phf_shared-0.12.1 \ + pico-args-0.5.0 \ + pin-project-1.1.10 \ + pin-project-internal-1.1.10 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ piper-0.2.4 \ pkcs1-0.7.5 \ pkcs8-0.10.2 \ - pkg-config-0.3.31 \ + pkg-config-0.3.32 \ png-0.17.16 \ - polling-3.7.4 \ + polling-3.9.0 \ pollster-0.4.0 \ + portable-atomic-1.11.1 \ + portable-atomic-util-0.2.4 \ postage-0.5.0 \ + potential_utf-0.1.2 \ powerfmt-0.2.0 \ - ppv-lite86-0.2.20 \ + ppv-lite86-0.2.21 \ presser-0.3.1 \ primeorder-0.13.6 \ - priority-queue-2.1.1 \ - proc-macro-crate-3.2.0 \ - proc-macro2-1.0.92 \ + priority-queue-2.5.0 \ + proc-macro-crate-3.3.0 \ + proc-macro2-1.0.95 \ proc-macro2-diagnostics-0.10.1 \ - profiling-1.0.16 \ - profiling-procmacros-1.0.16 \ + profiling-1.0.17 \ + profiling-procmacros-1.0.17 \ pwd-grp-1.0.0 \ qoi-0.4.1 \ quick-error-2.0.1 \ - quick-xml-0.31.0 \ - quick-xml-0.36.2 \ - quote-1.0.38 \ + quick-xml-0.30.0 \ + quick-xml-0.37.5 \ + quote-1.0.40 \ + r-efi-5.3.0 \ radium-0.7.0 \ rand-0.8.5 \ - rand-0.9.0 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ - rand_core-0.9.2 \ - range-alloc-0.1.3 \ - rangemap-1.5.1 \ + rand_core-0.9.3 \ + range-alloc-0.1.4 \ + rangemap-1.6.0 \ rav1e-0.7.1 \ - ravif-0.11.11 \ + ravif-0.11.20 \ raw-window-handle-0.6.2 \ rayon-1.10.0 \ rayon-core-1.12.1 \ - read-fonts-0.25.3 \ + read-fonts-0.29.3 \ + read-fonts-0.35.0 \ redox_syscall-0.4.1 \ - redox_syscall-0.5.8 \ + redox_syscall-0.5.16 \ redox_users-0.4.6 \ + redox_users-0.5.0 \ + 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 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ renderdoc-sys-1.1.0 \ - reqwest-0.12.12 \ - retry-error-0.6.2 \ + reqwest-0.12.22 \ + resvg-0.45.1 \ + retry-error-0.6.5 \ rfc6979-0.4.0 \ - rfd-0.15.2 \ - rgb-0.8.50 \ + rfd-0.15.4 \ + rgb-0.8.52 \ ring-0.16.20 \ - ring-0.17.8 \ - rodio-0.20.1 \ + ring-0.17.14 \ + rodio-0.21.1 \ roxmltree-0.20.0 \ - rsa-0.9.7 \ + rsa-0.9.8 \ rusqlite-0.32.1 \ - rustc-demangle-0.1.24 \ + rustc-demangle-0.1.26 \ rustc-hash-1.1.0 \ - rustc-hash-2.1.0 \ + rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rusticata-macros-4.1.0 \ - rustix-0.38.43 \ - rustls-0.23.21 \ + rustix-0.38.44 \ + rustix-1.0.8 \ + rustls-0.23.31 \ rustls-native-certs-0.8.1 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.10.1 \ - rustls-webpki-0.102.8 \ - rustversion-1.0.19 \ - rustybuzz-0.14.1 \ - ryu-1.0.18 \ - safelog-0.4.3 \ + rustls-pki-types-1.12.0 \ + rustls-webpki-0.103.4 \ + rustversion-1.0.21 \ + rustybuzz-0.20.1 \ + ryu-1.0.20 \ + safelog-0.4.7 \ same-file-1.0.6 \ sanitize-filename-0.6.0 \ schannel-0.1.27 \ + schemars-0.9.0 \ + schemars-1.0.4 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ sctk-adwaita-0.10.1 \ @@ -540,38 +564,45 @@ CARGO_CRATES= ab_glyph-0.2.29 \ security-framework-2.11.1 \ security-framework-3.2.0 \ security-framework-sys-2.14.0 \ - self_cell-1.1.0 \ - semver-1.0.24 \ - serde-1.0.217 \ + self_cell-1.2.0 \ + semver-1.0.26 \ + serde-1.0.219 \ + serde-untagged-0.1.8 \ serde-value-0.7.0 \ - serde_derive-1.0.217 \ - serde_ignored-0.1.10 \ - serde_json-1.0.135 \ - serde_repr-0.1.19 \ - serde_spanned-0.6.8 \ + serde_derive-1.0.219 \ + serde_ignored-0.1.12 \ + serde_json-1.0.141 \ + serde_repr-0.1.20 \ + serde_spanned-0.6.9 \ + serde_spanned-1.0.0 \ + serde_test-1.0.177 \ serde_urlencoded-0.7.1 \ - serde_with-3.12.0 \ - serde_with_macros-3.12.0 \ + serde_with-3.14.0 \ + serde_with_macros-3.14.0 \ sha1-0.10.6 \ - sha2-0.10.8 \ + sha2-0.10.9 \ sha3-0.10.8 \ sharded-slab-0.1.7 \ - shellexpand-3.1.0 \ + shellexpand-3.1.1 \ shlex-1.3.0 \ - signal-hook-registry-1.4.2 \ + signal-hook-0.3.18 \ + signal-hook-registry-1.4.5 \ signature-2.2.0 \ simd-adler32-0.3.7 \ simd_helpers-0.1.0 \ + simplecss-0.2.2 \ siphasher-1.0.1 \ - skrifa-0.26.6 \ - slab-0.4.9 \ + skrifa-0.31.3 \ + skrifa-0.37.0 \ + slab-0.4.11 \ slotmap-1.0.7 \ - slotmap-careful-0.2.3 \ - smallvec-1.13.2 \ + slotmap-careful-0.2.5 \ + smallvec-1.15.1 \ smithay-client-toolkit-0.19.2 \ - smithay-clipboard-0.7.2 \ + smithay-client-toolkit-0.20.0 \ + smithay-clipboard-0.7.3 \ smol_str-0.2.2 \ - socket2-0.5.8 \ + socket2-0.6.0 \ softbuffer-0.4.6 \ spin-0.5.2 \ spin-0.9.8 \ @@ -587,56 +618,70 @@ CARGO_CRATES= ab_glyph-0.2.29 \ strsim-0.10.0 \ strsim-0.11.1 \ strum-0.26.3 \ - strum-0.27.1 \ + strum-0.27.2 \ strum_macros-0.26.4 \ - strum_macros-0.27.1 \ + strum_macros-0.27.2 \ subtle-2.6.1 \ - svg_fmt-0.4.4 \ - swash-0.2.1 \ + svg_fmt-0.4.5 \ + svgtypes-0.15.3 \ + swash-0.2.5 \ symphonia-0.5.4 \ + symphonia-bundle-flac-0.5.4 \ symphonia-bundle-mp3-0.5.4 \ + symphonia-codec-aac-0.5.4 \ + symphonia-codec-pcm-0.5.4 \ + symphonia-codec-vorbis-0.5.4 \ symphonia-core-0.5.4 \ + symphonia-format-isomp4-0.5.4 \ + symphonia-format-ogg-0.5.4 \ + symphonia-format-riff-0.5.4 \ symphonia-metadata-0.5.4 \ + symphonia-utils-xiph-0.5.4 \ syn-1.0.109 \ - syn-2.0.96 \ + syn-2.0.104 \ sync_wrapper-1.0.2 \ - synstructure-0.13.1 \ + synstructure-0.13.2 \ sys-locale-0.3.2 \ + sysinfo-0.33.1 \ system-configuration-0.6.1 \ system-configuration-sys-0.6.0 \ system-deps-6.2.2 \ tap-1.0.1 \ target-lexicon-0.12.16 \ - tauri-winrt-notification-0.2.1 \ - tempfile-3.15.0 \ + tauri-winrt-notification-0.7.2 \ + tempfile-3.20.0 \ termcolor-1.4.1 \ thiserror-1.0.69 \ thiserror-2.0.12 \ thiserror-impl-1.0.69 \ thiserror-impl-2.0.12 \ - thread_local-1.1.8 \ + thread_local-1.1.9 \ tiff-0.9.1 \ - time-0.3.37 \ - time-core-0.1.2 \ - time-macros-0.2.19 \ - timeago-0.4.2 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ + timeago-0.5.0 \ tiny-skia-0.11.4 \ tiny-skia-path-0.11.4 \ tiny-xlib-0.2.4 \ - tinystr-0.7.6 \ - tinystr-0.8.0 \ - tinyvec-1.8.1 \ + tinystr-0.8.1 \ + tinyvec-1.9.0 \ tinyvec_macros-0.1.1 \ to_method-1.1.0 \ - tokio-1.44.0 \ + tokio-1.47.0 \ tokio-macros-2.5.0 \ tokio-native-tls-0.3.1 \ - tokio-rustls-0.26.1 \ + tokio-rustls-0.26.2 \ tokio-stream-0.1.17 \ - tokio-util-0.7.13 \ - toml-0.8.19 \ - toml_datetime-0.6.8 \ - toml_edit-0.22.22 \ + tokio-util-0.7.15 \ + toml-0.8.23 \ + toml-0.9.2 \ + toml_datetime-0.6.11 \ + toml_datetime-0.7.0 \ + toml_edit-0.22.27 \ + toml_parser-1.0.1 \ + toml_write-0.1.2 \ + toml_writer-1.0.2 \ tor-async-utils-0.26.0 \ tor-basic-utils-0.26.0 \ tor-bytes-0.26.0 \ @@ -653,6 +698,7 @@ CARGO_CRATES= ab_glyph-0.2.29 \ tor-error-0.26.0 \ tor-general-addr-0.26.0 \ tor-guardmgr-0.26.0 \ + tor-hsclient-0.26.0 \ tor-hscrypto-0.26.0 \ tor-key-forge-0.26.0 \ tor-keymgr-0.26.0 \ @@ -671,110 +717,136 @@ CARGO_CRATES= ab_glyph-0.2.29 \ tor-socksproto-0.26.0 \ tor-units-0.26.0 \ tower-0.5.2 \ + tower-http-0.6.6 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ - tracing-attributes-0.1.28 \ - tracing-core-0.1.33 \ + tracing-attributes-0.1.30 \ + tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ tracing-test-0.2.5 \ tracing-test-macro-0.2.5 \ try-lock-0.2.5 \ - ttf-parser-0.20.0 \ - ttf-parser-0.21.1 \ ttf-parser-0.25.1 \ typed-index-collections-3.1.0 \ - typenum-1.17.0 \ + typeid-1.0.3 \ + typenum-1.18.0 \ uds_windows-1.1.0 \ uncased-0.9.10 \ unicode-bidi-0.3.18 \ - unicode-bidi-mirroring-0.2.0 \ - unicode-ccc-0.2.0 \ - unicode-ident-1.0.14 \ + unicode-bidi-mirroring-0.4.0 \ + unicode-ccc-0.4.0 \ + unicode-ident-1.0.18 \ unicode-linebreak-0.1.5 \ - unicode-properties-0.1.3 \ + unicode-properties-0.1.4 \ unicode-script-0.5.7 \ unicode-segmentation-1.12.0 \ - unicode-width-0.1.14 \ + unicode-vo-0.1.0 \ + unicode-width-0.2.1 \ unicode-xid-0.2.6 \ untrusted-0.7.1 \ untrusted-0.9.0 \ + uptime_lib-0.3.1 \ url-2.5.4 \ urlencoding-2.1.3 \ - utf16_iter-1.0.5 \ + usvg-0.45.1 \ utf8-width-0.1.7 \ utf8_iter-1.0.4 \ - uuid-1.15.1 \ - v_frame-0.3.8 \ + uuid-1.17.0 \ + v_frame-0.3.9 \ valuable-0.1.1 \ - value-bag-1.10.0 \ vcpkg-0.2.15 \ version-compare-0.2.0 \ version_check-0.9.5 \ visibility-0.1.1 \ void-1.0.2 \ vswhom-0.1.0 \ - vswhom-sys-0.1.2 \ + vswhom-sys-0.1.3 \ walkdir-2.5.0 \ want-0.3.1 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - wasi-0.13.3+wasi-0.2.2 \ + wasi-0.11.1+wasi-snapshot-preview1 \ + wasi-0.14.2+wasi-0.2.4 \ wasix-0.12.21 \ - wasm-bindgen-0.2.99 \ - wasm-bindgen-backend-0.2.99 \ - wasm-bindgen-futures-0.4.49 \ - wasm-bindgen-macro-0.2.99 \ - wasm-bindgen-macro-support-0.2.99 \ - wasm-bindgen-shared-0.2.99 \ - wasmtimer-0.4.1 \ - wayland-backend-0.3.7 \ - wayland-client-0.31.7 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + wasmtimer-0.4.2 \ + wayland-backend-0.3.11 \ + wayland-client-0.31.11 \ wayland-csd-frame-0.3.0 \ - wayland-cursor-0.31.7 \ - wayland-protocols-0.32.5 \ - wayland-protocols-plasma-0.3.5 \ - wayland-protocols-wlr-0.3.5 \ - wayland-scanner-0.31.5 \ - wayland-sys-0.31.5 \ + wayland-cursor-0.31.10 \ + wayland-protocols-0.32.9 \ + wayland-protocols-experimental-20250721.0.1 \ + wayland-protocols-misc-0.3.9 \ + wayland-protocols-plasma-0.3.9 \ + wayland-protocols-wlr-0.3.8 \ + wayland-scanner-0.31.7 \ + wayland-sys-0.31.7 \ weak-table-0.3.2 \ - web-sys-0.3.76 \ + web-sys-0.3.77 \ web-time-1.1.0 \ - weezl-0.1.8 \ - wgpu-24.0.1 \ - wgpu-core-24.0.2 \ - wgpu-hal-24.0.2 \ - wgpu-types-24.0.0 \ + weezl-0.1.10 \ + wgpu-27.0.1 \ + wgpu-core-27.0.3 \ + wgpu-core-deps-apple-27.0.0 \ + wgpu-core-deps-emscripten-27.0.0 \ + wgpu-core-deps-windows-linux-android-27.0.0 \ + wgpu-hal-27.0.4 \ + wgpu-types-27.0.1 \ + widestring-1.2.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - window_clipboard-0.4.1 \ + window_clipboard-0.5.0 \ windows-0.54.0 \ - windows-0.56.0 \ + windows-0.57.0 \ windows-0.58.0 \ - windows-core-0.52.0 \ + windows-0.61.3 \ + windows-0.62.2 \ + windows-collections-0.2.0 \ + windows-collections-0.3.2 \ windows-core-0.54.0 \ - windows-core-0.56.0 \ + windows-core-0.57.0 \ windows-core-0.58.0 \ - windows-implement-0.56.0 \ + windows-core-0.61.2 \ + windows-core-0.62.2 \ + windows-future-0.2.1 \ + windows-future-0.3.2 \ + windows-implement-0.57.0 \ windows-implement-0.58.0 \ - windows-interface-0.56.0 \ + windows-implement-0.60.2 \ + windows-interface-0.57.0 \ windows-interface-0.58.0 \ - windows-link-0.1.0 \ - windows-registry-0.2.0 \ + windows-interface-0.59.3 \ + windows-link-0.1.3 \ + windows-link-0.2.1 \ + windows-numerics-0.2.0 \ + windows-numerics-0.3.1 \ + windows-registry-0.5.3 \ windows-result-0.1.2 \ windows-result-0.2.0 \ + windows-result-0.3.4 \ + windows-result-0.4.1 \ windows-strings-0.1.0 \ + windows-strings-0.4.2 \ + windows-strings-0.5.1 \ windows-sys-0.45.0 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.60.2 \ windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows-targets-0.53.0 \ - windows-version-0.1.2 \ + windows-targets-0.53.2 \ + windows-threading-0.1.0 \ + windows-threading-0.2.1 \ + windows-version-0.1.4 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ @@ -806,52 +878,51 @@ CARGO_CRATES= ab_glyph-0.2.29 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.6.22 \ + winnow-0.7.12 \ winreg-0.52.0 \ - wit-bindgen-rt-0.33.0 \ - write16-1.0.0 \ - writeable-0.5.5 \ + winreg-0.55.0 \ + wit-bindgen-rt-0.39.0 \ + writeable-0.6.1 \ wyz-0.5.1 \ x11-dl-2.21.0 \ - x11rb-0.13.1 \ - x11rb-protocol-0.13.1 \ + x11rb-0.13.2 \ + x11rb-protocol-0.13.2 \ x25519-dalek-2.0.1 \ x509-signature-0.5.0 \ - xcursor-0.3.8 \ - xdg-2.5.2 \ - xdg-home-1.3.0 \ + xcb-1.6.0 \ + xcursor-0.3.10 \ + xdg-3.0.0 \ xkbcommon-dl-0.4.2 \ xkeysym-0.2.1 \ - xml-rs-0.8.25 \ + xml-rs-0.8.27 \ + xmlwriter-0.1.0 \ xz2-0.1.7 \ yansi-1.0.1 \ yazi-0.2.1 \ - yoke-0.7.5 \ - yoke-derive-0.7.5 \ - zbus-5.3.0 \ - zbus_macros-5.3.0 \ - zbus_names-4.1.0 \ - zeno-0.3.2 \ - zerocopy-0.7.35 \ - zerocopy-0.8.21 \ - zerocopy-derive-0.7.35 \ - zerocopy-derive-0.8.21 \ - zerofrom-0.1.5 \ - zerofrom-derive-0.1.5 \ + yoke-0.8.0 \ + yoke-derive-0.8.0 \ + zbus-5.9.0 \ + zbus_macros-5.9.0 \ + zbus_names-4.2.0 \ + zeno-0.3.3 \ + zerocopy-0.8.26 \ + zerocopy-derive-0.8.26 \ + 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 \ - zstd-0.13.2 \ - zstd-safe-7.2.1 \ - zstd-sys-2.0.13+zstd.1.5.6 \ + zerotrie-0.2.2 \ + zerovec-0.11.2 \ + zerovec-derive-0.11.1 \ + zstd-0.13.3 \ + zstd-safe-7.2.4 \ + zstd-sys-2.0.15+zstd.1.5.7 \ zune-core-0.4.12 \ zune-inflate-0.2.54 \ - zune-jpeg-0.4.14 \ - zvariant-5.2.0 \ - zvariant_derive-5.2.0 \ - zvariant_utils-3.1.0 \ - dpi,winit@git+https://github.com/iced-rs/winit.git?rev=11414b6aa45699f038114e61b4ddf5102b2d3b4b\#11414b6aa45699f038114e61b4ddf5102b2d3b4b \ - cryoglyph@git+https://github.com/iced-rs/cryoglyph.git?rev=a456d1c17bbcf33afcca41d9e5e299f9f1193819\#a456d1c17bbcf33afcca41d9e5e299f9f1193819 \ - dark-light@git+https://github.com/rust-dark-light/dark-light?rev=8e1f745f91e1e805fa772a83e4744afe95d70aa1\#8e1f745f91e1e805fa772a83e4744afe95d70aa1 \ - iced,iced_beacon,iced_core,iced_debug,iced_devtools,iced_futures,iced_graphics,iced_program,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/iced-rs/iced?rev=aa633f6832c93d81fc829bcd351b369f0aada282\#aa633f6832c93d81fc829bcd351b369f0aada282 + zune-jpeg-0.4.19 \ + zvariant-5.6.0 \ + zvariant_derive-5.6.0 \ + zvariant_utils-3.2.0 \ + iced,iced_beacon,iced_core,iced_debug,iced_devtools,iced_futures,iced_graphics,iced_program,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,iced_winit@git+https://github.com/squidowl/iced?rev=78ed897db06129746b5029c47db586f16d63511b\#78ed897db06129746b5029c47db586f16d63511b \ + cryoglyph@git+https://github.com/iced-rs/cryoglyph.git?rev=99b46959369f38a06c11353bf1be81d383b289fc\#99b46959369f38a06c11353bf1be81d383b289fc \ + dpi,winit@git+https://github.com/iced-rs/winit.git?rev=05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed\#05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed diff --git a/irc/halloy/distinfo b/irc/halloy/distinfo index d9154d7314d9..85ef32d8137d 100644 --- a/irc/halloy/distinfo +++ b/irc/halloy/distinfo @@ -1,28 +1,28 @@ -TIMESTAMP = 1750689210 -SHA256 (rust/crates/ab_glyph-0.2.29.crate) = ec3672c180e71eeaaac3a541fbbc5f5ad4def8b747c595ad30d674e43049f7b0 -SIZE (rust/crates/ab_glyph-0.2.29.crate) = 20011 -SHA256 (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046 -SIZE (rust/crates/ab_glyph_rasterizer-0.1.8.crate) = 11010 +TIMESTAMP = 1765050399 +SHA256 (rust/crates/ab_glyph-0.2.32.crate) = 01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2 +SIZE (rust/crates/ab_glyph-0.2.32.crate) = 20967 +SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 +SIZE (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 11206 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/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/aliasable-0.1.3.crate) = 250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd SIZE (rust/crates/aliasable-0.1.3.crate) = 6169 -SHA256 (rust/crates/aligned-vec-0.5.0.crate) = 4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1 -SIZE (rust/crates/aligned-vec-0.5.0.crate) = 8921 +SHA256 (rust/crates/aligned-vec-0.6.4.crate) = dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b +SIZE (rust/crates/aligned-vec-0.6.4.crate) = 12609 SHA256 (rust/crates/alsa-0.9.1.crate) = ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43 SIZE (rust/crates/alsa-0.9.1.crate) = 72824 SHA256 (rust/crates/alsa-sys-0.3.1.crate) = db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527 SIZE (rust/crates/alsa-sys-0.3.1.crate) = 32748 -SHA256 (rust/crates/amplify-4.8.0.crate) = 448cf0c3afc71439b5f837aac5399a1ef2b223f5f38324dbfb4343deec3b80cc -SIZE (rust/crates/amplify-4.8.0.crate) = 34990 +SHA256 (rust/crates/amplify-4.9.0.crate) = 3f7fb4ac7c881e54a8e7015e399b6112a2a5bc958b6c89ac510840ff20273b31 +SIZE (rust/crates/amplify-4.9.0.crate) = 41410 SHA256 (rust/crates/amplify_derive-4.0.1.crate) = 2a6309e6b8d89b36b9f959b7a8fa093583b94922a0f6438a24fb08936de4d428 SIZE (rust/crates/amplify_derive-4.0.1.crate) = 39539 SHA256 (rust/crates/amplify_num-0.5.3.crate) = 99bcb75a2982047f733547042fc3968c0f460dfcf7d90b90dea3b2744580e9ad @@ -37,8 +37,8 @@ SHA256 (rust/crates/android-tzdata-0.1.1.crate) = e999941b234f3131b00bc13c22d06e SIZE (rust/crates/android-tzdata-0.1.1.crate) = 7674 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 -SHA256 (rust/crates/anyhow-1.0.97.crate) = dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f -SIZE (rust/crates/anyhow-1.0.97.crate) = 52221 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 SHA256 (rust/crates/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 SIZE (rust/crates/approx-0.5.1.crate) = 15100 SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 @@ -57,8 +57,6 @@ SHA256 (rust/crates/ascii-1.1.0.crate) = d92bec98840b8f03a5ff5413de5293bfcd8bf96 SIZE (rust/crates/ascii-1.1.0.crate) = 36075 SHA256 (rust/crates/ash-0.38.0+1.3.281.crate) = 0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f SIZE (rust/crates/ash-0.38.0+1.3.281.crate) = 457775 -SHA256 (rust/crates/ashpd-0.10.2.crate) = e9c39d707614dbcc6bed00015539f488d8e3fe3e66ed60961efc0c90f4b380b3 -SIZE (rust/crates/ashpd-0.10.2.crate) = 94756 SHA256 (rust/crates/ashpd-0.11.0.crate) = 6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df SIZE (rust/crates/ashpd-0.11.0.crate) = 115010 SHA256 (rust/crates/asn1-rs-0.6.2.crate) = 5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048 @@ -69,68 +67,56 @@ SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261 SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532 SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746 -SHA256 (rust/crates/async-channel-1.9.0.crate) = 81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35 -SIZE (rust/crates/async-channel-1.9.0.crate) = 13664 -SHA256 (rust/crates/async-channel-2.3.1.crate) = 89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a -SIZE (rust/crates/async-channel-2.3.1.crate) = 14576 -SHA256 (rust/crates/async-compression-0.4.18.crate) = df895a515f70646414f4b45c0b79082783b80552b373a68283012928df56f522 -SIZE (rust/crates/async-compression-0.4.18.crate) = 111919 -SHA256 (rust/crates/async-executor-1.13.1.crate) = 30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec -SIZE (rust/crates/async-executor-1.13.1.crate) = 27991 -SHA256 (rust/crates/async-fs-2.1.2.crate) = ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a -SIZE (rust/crates/async-fs-2.1.2.crate) = 17071 -SHA256 (rust/crates/async-global-executor-2.4.1.crate) = 05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c -SIZE (rust/crates/async-global-executor-2.4.1.crate) = 11844 +SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 +SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 +SHA256 (rust/crates/async-compression-0.4.19.crate) = 06575e6a9673580f52661c92107baabffbf41e2141373441cbcdc47cb733003c +SIZE (rust/crates/async-compression-0.4.19.crate) = 112164 +SHA256 (rust/crates/async-executor-1.13.2.crate) = bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa +SIZE (rust/crates/async-executor-1.13.2.crate) = 28392 SHA256 (rust/crates/async-http-proxy-1.2.5.crate) = 29faa5d4d308266048bd7505ba55484315a890102f9345b9ff4b87de64201592 SIZE (rust/crates/async-http-proxy-1.2.5.crate) = 9888 -SHA256 (rust/crates/async-io-2.4.0.crate) = 43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059 -SIZE (rust/crates/async-io-2.4.0.crate) = 49252 +SHA256 (rust/crates/async-io-2.5.0.crate) = 19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca +SIZE (rust/crates/async-io-2.5.0.crate) = 50545 SHA256 (rust/crates/async-lock-3.4.0.crate) = ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18 SIZE (rust/crates/async-lock-3.4.0.crate) = 34446 -SHA256 (rust/crates/async-net-2.0.0.crate) = b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7 -SIZE (rust/crates/async-net-2.0.0.crate) = 17787 -SHA256 (rust/crates/async-process-2.3.0.crate) = 63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb -SIZE (rust/crates/async-process-2.3.0.crate) = 26766 +SHA256 (rust/crates/async-process-2.4.0.crate) = 65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00 +SIZE (rust/crates/async-process-2.4.0.crate) = 26871 SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 -SHA256 (rust/crates/async-signal-0.2.10.crate) = 637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3 -SIZE (rust/crates/async-signal-0.2.10.crate) = 16970 -SHA256 (rust/crates/async-std-1.13.0.crate) = c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615 -SIZE (rust/crates/async-std-1.13.0.crate) = 221584 +SHA256 (rust/crates/async-signal-0.2.12.crate) = f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1 +SIZE (rust/crates/async-signal-0.2.12.crate) = 16790 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de SIZE (rust/crates/async-task-4.7.1.crate) = 38077 -SHA256 (rust/crates/async-trait-0.1.85.crate) = 3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056 -SIZE (rust/crates/async-trait-0.1.85.crate) = 33251 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/async_executors-0.7.0.crate) = a982d2f86de6137cc05c9db9a915a19886c97911f9790d04f174cede74be01a5 SIZE (rust/crates/async_executors-0.7.0.crate) = 36636 SHA256 (rust/crates/asynchronous-codec-0.7.0.crate) = a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233 SIZE (rust/crates/asynchronous-codec-0.7.0.crate) = 14271 SHA256 (rust/crates/atomic-0.5.3.crate) = c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba SIZE (rust/crates/atomic-0.5.3.crate) = 12801 -SHA256 (rust/crates/atomic-0.6.0.crate) = 8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994 -SIZE (rust/crates/atomic-0.6.0.crate) = 12919 +SHA256 (rust/crates/atomic-0.6.1.crate) = a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340 +SIZE (rust/crates/atomic-0.6.1.crate) = 15243 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 -SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 -SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 -SHA256 (rust/crates/av1-grain-0.2.3.crate) = 6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf -SIZE (rust/crates/av1-grain-0.2.3.crate) = 34703 -SHA256 (rust/crates/avif-serialize-0.8.2.crate) = e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62 -SIZE (rust/crates/avif-serialize-0.8.2.crate) = 11985 -SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a -SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 +SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 +SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 +SHA256 (rust/crates/av1-grain-0.2.4.crate) = 4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8 +SIZE (rust/crates/av1-grain-0.2.4.crate) = 37050 +SHA256 (rust/crates/avif-serialize-0.8.5.crate) = 2ea8ef51aced2b9191c08197f55450d830876d9933f8f48a429b354f1d496b42 +SIZE (rust/crates/avif-serialize-0.8.5.crate) = 14127 +SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 +SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 SHA256 (rust/crates/base16ct-0.2.0.crate) = 4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf SIZE (rust/crates/base16ct-0.2.0.crate) = 10240 SHA256 (rust/crates/base64-0.13.1.crate) = 9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8 SIZE (rust/crates/base64-0.13.1.crate) = 61002 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 -SHA256 (rust/crates/base64ct-1.6.0.crate) = 8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b -SIZE (rust/crates/base64ct-1.6.0.crate) = 28870 +SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba +SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 SHA256 (rust/crates/bincode-1.3.3.crate) = b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad SIZE (rust/crates/bincode-1.3.3.crate) = 28958 -SHA256 (rust/crates/bindgen-0.70.1.crate) = f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f -SIZE (rust/crates/bindgen-0.70.1.crate) = 226363 SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3 SIZE (rust/crates/bit-set-0.8.0.crate) = 16289 SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 @@ -139,8 +125,8 @@ SHA256 (rust/crates/bit_field-0.10.2.crate) = dc827186963e592360843fb5ba4b973e14 SIZE (rust/crates/bit_field-0.10.2.crate) = 10568 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.7.0.crate) = 1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be -SIZE (rust/crates/bitflags-2.7.0.crate) = 45924 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 SHA256 (rust/crates/bitstream-io-2.6.0.crate) = 6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2 SIZE (rust/crates/bitstream-io-2.6.0.crate) = 38256 SHA256 (rust/crates/bitvec-1.0.1.crate) = 1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c @@ -153,22 +139,24 @@ SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996a SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f SIZE (rust/crates/block2-0.5.1.crate) = 24191 -SHA256 (rust/crates/blocking-1.6.1.crate) = 703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea -SIZE (rust/crates/blocking-1.6.1.crate) = 17788 +SHA256 (rust/crates/block2-0.6.1.crate) = 340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2 +SIZE (rust/crates/block2-0.6.1.crate) = 34311 +SHA256 (rust/crates/blocking-1.6.2.crate) = e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21 +SIZE (rust/crates/blocking-1.6.2.crate) = 17754 SHA256 (rust/crates/bounded-vec-deque-0.1.1.crate) = 2225b558afc76c596898f5f1b3fc35cfce0eb1b13635cbd7d1b2a7177dc10ccd SIZE (rust/crates/bounded-vec-deque-0.1.1.crate) = 22869 -SHA256 (rust/crates/bstr-1.11.3.crate) = 531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0 -SIZE (rust/crates/bstr-1.11.3.crate) = 351536 -SHA256 (rust/crates/built-0.7.6.crate) = 73848a43c5d63a1251d17adf6c2bf78aa94830e60a335a95eeea45d6ba9e1e4d -SIZE (rust/crates/built-0.7.6.crate) = 29455 -SHA256 (rust/crates/bumpalo-3.16.0.crate) = 79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c -SIZE (rust/crates/bumpalo-3.16.0.crate) = 85677 +SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 +SIZE (rust/crates/bstr-1.12.0.crate) = 351557 +SHA256 (rust/crates/built-0.7.7.crate) = 56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b +SIZE (rust/crates/built-0.7.7.crate) = 29776 +SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 +SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/by_address-1.2.1.crate) = 64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06 SIZE (rust/crates/by_address-1.2.1.crate) = 8437 -SHA256 (rust/crates/bytemuck-1.21.0.crate) = ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3 -SIZE (rust/crates/bytemuck-1.21.0.crate) = 51553 -SHA256 (rust/crates/bytemuck_derive-1.8.1.crate) = 3fa76293b4f7bb636ab88fd78228235b5248b4d05cc589aed610f954af5d7c7a -SIZE (rust/crates/bytemuck_derive-1.8.1.crate) = 23100 +SHA256 (rust/crates/bytemuck-1.23.1.crate) = 5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422 +SIZE (rust/crates/bytemuck-1.23.1.crate) = 52585 +SHA256 (rust/crates/bytemuck_derive-1.10.0.crate) = 441473f2b4b0459a68628c744bc61d23e730fb00128b841d30fa4bb3972257e4 +SIZE (rust/crates/bytemuck_derive-1.10.0.crate) = 25011 SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 @@ -179,42 +167,40 @@ SHA256 (rust/crates/bytesize-2.0.1.crate) = a3c8f83209414aacf0eeae3cf730b18d6981 SIZE (rust/crates/bytesize-2.0.1.crate) = 18922 SHA256 (rust/crates/calloop-0.13.0.crate) = b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec SIZE (rust/crates/calloop-0.13.0.crate) = 69698 +SHA256 (rust/crates/calloop-0.14.3.crate) = cb9f6e1368bd4621d2c86baa7e37de77a938adf5221e5dd3d6133340101b309e +SIZE (rust/crates/calloop-0.14.3.crate) = 78158 SHA256 (rust/crates/calloop-wayland-source-0.3.0.crate) = 95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20 SIZE (rust/crates/calloop-wayland-source-0.3.0.crate) = 11300 -SHA256 (rust/crates/caret-0.5.1.crate) = f5440e59387a6f8291f2696a875656873e9d51e9fb7b38af81a25772a5f81b33 -SIZE (rust/crates/caret-0.5.1.crate) = 3769 -SHA256 (rust/crates/cc-1.2.7.crate) = a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7 -SIZE (rust/crates/cc-1.2.7.crate) = 100283 +SHA256 (rust/crates/calloop-wayland-source-0.4.1.crate) = 138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa +SIZE (rust/crates/calloop-wayland-source-0.4.1.crate) = 11247 +SHA256 (rust/crates/caret-0.5.3.crate) = 061dc3258f029feaf9ff02b43c6af5ea67a7dfaed5d2aef36204c812e614ef9c +SIZE (rust/crates/caret-0.5.3.crate) = 3880 +SHA256 (rust/crates/cc-1.2.30.crate) = deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7 +SIZE (rust/crates/cc-1.2.30.crate) = 108550 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 -SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 -SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 SHA256 (rust/crates/cfg-expr-0.15.8.crate) = d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02 SIZE (rust/crates/cfg-expr-0.15.8.crate) = 42108 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 SHA256 (rust/crates/cfg_aliases-0.2.1.crate) = 613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724 SIZE (rust/crates/cfg_aliases-0.2.1.crate) = 6355 -SHA256 (rust/crates/chrono-0.4.40.crate) = 1a7964611d71df112cb1730f2ee67324fcf4d0fc6606acbbe9bfe06df124637c -SIZE (rust/crates/chrono-0.4.40.crate) = 229824 +SHA256 (rust/crates/chrono-0.4.41.crate) = c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d +SIZE (rust/crates/chrono-0.4.41.crate) = 234621 SHA256 (rust/crates/cipher-0.4.4.crate) = 773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad SIZE (rust/crates/cipher-0.4.4.crate) = 19073 -SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 -SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/claxon-0.4.3.crate) = 4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688 -SIZE (rust/crates/claxon-0.4.3.crate) = 86626 -SHA256 (rust/crates/clipboard-win-5.4.0.crate) = 15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892 -SIZE (rust/crates/clipboard-win-5.4.0.crate) = 20559 +SHA256 (rust/crates/clipboard-win-5.4.1.crate) = bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4 +SIZE (rust/crates/clipboard-win-5.4.1.crate) = 20994 SHA256 (rust/crates/clipboard_macos-0.1.1.crate) = 9b7f4aaa047ba3c3630b080bb9860894732ff23e2aee290a418909aa6d5df38f SIZE (rust/crates/clipboard_macos-0.1.1.crate) = 6037 SHA256 (rust/crates/clipboard_wayland-0.2.2.crate) = 003f886bc4e2987729d10c1db3424e7f80809f3fc22dbc16c685738887cb37b8 SIZE (rust/crates/clipboard_wayland-0.2.2.crate) = 5214 SHA256 (rust/crates/clipboard_x11-0.4.2.crate) = 4274ea815e013e0f9f04a2633423e14194e408a0576c943ce3d14ca56c50031c SIZE (rust/crates/clipboard_x11-0.4.2.crate) = 4912 -SHA256 (rust/crates/coarsetime-0.1.35.crate) = 4252bf230cb600c19826a575b31c8c9c84c6f11acfab6dfcad2e941b10b6f8e2 -SIZE (rust/crates/coarsetime-0.1.35.crate) = 9015 -SHA256 (rust/crates/codespan-reporting-0.11.1.crate) = 3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e -SIZE (rust/crates/codespan-reporting-0.11.1.crate) = 48963 +SHA256 (rust/crates/coarsetime-0.1.36.crate) = 91849686042de1b41cd81490edc83afbcb0abe5a9b6f2c4114f23ce8cca1bcf4 +SIZE (rust/crates/coarsetime-0.1.36.crate) = 11299 +SHA256 (rust/crates/codespan-reporting-0.12.0.crate) = fe6d2e5af09e8c8ad56c969f2157a3d4238cebc7c55f0a517728c38f7b200f81 +SIZE (rust/crates/codespan-reporting-0.12.0.crate) = 55796 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd @@ -235,8 +221,8 @@ SHA256 (rust/crates/cookie-factory-0.3.3.crate) = 9885fa71e26b8ab7855e2ec7cae6e9 SIZE (rust/crates/cookie-factory-0.3.3.crate) = 19084 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 -SHA256 (rust/crates/core-foundation-0.10.0.crate) = b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63 -SIZE (rust/crates/core-foundation-0.10.0.crate) = 27023 +SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 +SIZE (rust/crates/core-foundation-0.10.1.crate) = 28886 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b SIZE (rust/crates/core-foundation-sys-0.8.7.crate) = 37712 SHA256 (rust/crates/core-graphics-0.23.2.crate) = c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081 @@ -247,18 +233,18 @@ SHA256 (rust/crates/core-graphics-types-0.1.3.crate) = 45390e6114f68f718cc7a8305 SIZE (rust/crates/core-graphics-types-0.1.3.crate) = 7063 SHA256 (rust/crates/core-graphics-types-0.2.0.crate) = 3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb SIZE (rust/crates/core-graphics-types-0.2.0.crate) = 7098 -SHA256 (rust/crates/coreaudio-rs-0.11.3.crate) = 321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace -SIZE (rust/crates/coreaudio-rs-0.11.3.crate) = 42844 -SHA256 (rust/crates/coreaudio-sys-0.2.16.crate) = 2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b -SIZE (rust/crates/coreaudio-sys-0.2.16.crate) = 5480 -SHA256 (rust/crates/cosmic-text-0.14.2.crate) = da46a9d5a8905cc538a4a5bceb6a4510de7a51049c5588c0114efce102bcbbe8 -SIZE (rust/crates/cosmic-text-0.14.2.crate) = 1910697 -SHA256 (rust/crates/cpal-0.15.3.crate) = 873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779 -SIZE (rust/crates/cpal-0.15.3.crate) = 100083 -SHA256 (rust/crates/cpufeatures-0.2.16.crate) = 16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3 -SIZE (rust/crates/cpufeatures-0.2.16.crate) = 13405 -SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 -SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 +SHA256 (rust/crates/core_maths-0.1.1.crate) = 77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30 +SIZE (rust/crates/core_maths-0.1.1.crate) = 6528 +SHA256 (rust/crates/coreaudio-rs-0.13.0.crate) = 1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17 +SIZE (rust/crates/coreaudio-rs-0.13.0.crate) = 42013 +SHA256 (rust/crates/cosmic-text-0.15.0.crate) = 173852283a9a57a3cbe365d86e74dc428a09c50421477d5ad6fe9d9509e37737 +SIZE (rust/crates/cosmic-text-0.15.0.crate) = 2859715 +SHA256 (rust/crates/cpal-0.16.0.crate) = cbd307f43cc2a697e2d1f8bc7a1d824b5269e052209e28883e5bc04d095aaa3f +SIZE (rust/crates/cpal-0.16.0.crate) = 104465 +SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280 +SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 +SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 +SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 SIZE (rust/crates/crossbeam-deque-0.8.6.crate) = 22471 SHA256 (rust/crates/crossbeam-epoch-0.9.18.crate) = 5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e @@ -267,8 +253,8 @@ SHA256 (rust/crates/crossbeam-queue-0.3.12.crate) = 0f58bbc28f91df819d0aa2a2c00c SIZE (rust/crates/crossbeam-queue-0.3.12.crate) = 16270 SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28 SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 -SHA256 (rust/crates/crunchy-0.2.2.crate) = 7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7 -SIZE (rust/crates/crunchy-0.2.2.crate) = 2995 +SHA256 (rust/crates/crunchy-0.2.4.crate) = 460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5 +SIZE (rust/crates/crunchy-0.2.4.crate) = 3887 SHA256 (rust/crates/crypto-bigint-0.5.5.crate) = 0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76 SIZE (rust/crates/crypto-bigint-0.5.5.crate) = 83384 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 @@ -277,38 +263,40 @@ SHA256 (rust/crates/ctor-lite-0.1.0.crate) = 1f791803201ab277ace03903de159446070 SIZE (rust/crates/ctor-lite-0.1.0.crate) = 10506 SHA256 (rust/crates/ctr-0.9.2.crate) = 0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835 SIZE (rust/crates/ctr-0.9.2.crate) = 18344 -SHA256 (rust/crates/cursor-icon-1.1.0.crate) = 96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991 -SIZE (rust/crates/cursor-icon-1.1.0.crate) = 11453 +SHA256 (rust/crates/cursor-icon-1.2.0.crate) = f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f +SIZE (rust/crates/cursor-icon-1.2.0.crate) = 14267 SHA256 (rust/crates/curve25519-dalek-4.1.3.crate) = 97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be SIZE (rust/crates/curve25519-dalek-4.1.3.crate) = 306017 SHA256 (rust/crates/curve25519-dalek-derive-0.1.1.crate) = f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3 SIZE (rust/crates/curve25519-dalek-derive-0.1.1.crate) = 11723 SHA256 (rust/crates/darling-0.14.4.crate) = 7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850 SIZE (rust/crates/darling-0.14.4.crate) = 25168 -SHA256 (rust/crates/darling-0.20.10.crate) = 6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989 -SIZE (rust/crates/darling-0.20.10.crate) = 32031 +SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee +SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling_core-0.14.4.crate) = 109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0 SIZE (rust/crates/darling_core-0.14.4.crate) = 57485 -SHA256 (rust/crates/darling_core-0.20.10.crate) = 95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5 -SIZE (rust/crates/darling_core-0.20.10.crate) = 65015 +SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 SHA256 (rust/crates/darling_macro-0.14.4.crate) = a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e SIZE (rust/crates/darling_macro-0.14.4.crate) = 1896 -SHA256 (rust/crates/darling_macro-0.20.10.crate) = d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806 -SIZE (rust/crates/darling_macro-0.20.10.crate) = 1874 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 SHA256 (rust/crates/dasp_sample-0.11.0.crate) = 0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f SIZE (rust/crates/dasp_sample-0.11.0.crate) = 11617 -SHA256 (rust/crates/data-encoding-2.7.0.crate) = 0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f -SIZE (rust/crates/data-encoding-2.7.0.crate) = 21086 -SHA256 (rust/crates/der-0.7.9.crate) = f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0 -SIZE (rust/crates/der-0.7.9.crate) = 85173 +SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476 +SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 +SHA256 (rust/crates/data-url-0.3.2.crate) = be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376 +SIZE (rust/crates/data-url-0.3.2.crate) = 23862 +SHA256 (rust/crates/der-0.7.10.crate) = e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb +SIZE (rust/crates/der-0.7.10.crate) = 90111 SHA256 (rust/crates/der-parser-9.0.0.crate) = 5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553 SIZE (rust/crates/der-parser-9.0.0.crate) = 63191 -SHA256 (rust/crates/deranged-0.3.11.crate) = b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4 -SIZE (rust/crates/deranged-0.3.11.crate) = 18043 -SHA256 (rust/crates/derive-deftly-0.14.2.crate) = 72f9bc3564f74be6c35d49a7efee54380d7946ccc631323067f33fabb9246027 -SIZE (rust/crates/derive-deftly-0.14.2.crate) = 83169 -SHA256 (rust/crates/derive-deftly-macros-0.14.2.crate) = e1b84d32b18d9a256d81e4fec2e4cfd0ab6dde5e5ff49be1713ae0adbd0060c2 -SIZE (rust/crates/derive-deftly-macros-0.14.2.crate) = 95095 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/derive-deftly-0.14.6.crate) = e8ea84d0109517cc2253d4a679bdda1e8989e9bd86987e9e4f75ffdda0095fd1 +SIZE (rust/crates/derive-deftly-0.14.6.crate) = 96768 +SHA256 (rust/crates/derive-deftly-macros-0.14.6.crate) = 357422a457ccb850dc8f1c1680e0670079560feaad6c2e247e3f345c4fab8a3f +SIZE (rust/crates/derive-deftly-macros-0.14.6.crate) = 99701 SHA256 (rust/crates/derive_builder_core_fork_arti-0.11.2.crate) = 24c1b715c79be6328caa9a5e1a387a196ea503740f0722ec3dd8f67a9e72314d SIZE (rust/crates/derive_builder_core_fork_arti-0.11.2.crate) = 31064 SHA256 (rust/crates/derive_builder_fork_arti-0.11.2.crate) = c3eae24d595f4d0ecc90a9a5a6d11c2bd8dafe2375ec4a1ec63250e5ade7d228 @@ -329,78 +317,84 @@ SHA256 (rust/crates/directories-5.0.1.crate) = 9a49173b84e034382284f27f1af4dcbbd SIZE (rust/crates/directories-5.0.1.crate) = 15833 SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 SIZE (rust/crates/dirs-5.0.1.crate) = 12255 +SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e +SIZE (rust/crates/dirs-6.0.0.crate) = 14190 SHA256 (rust/crates/dirs-next-2.0.0.crate) = b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1 SIZE (rust/crates/dirs-next-2.0.0.crate) = 11689 SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 +SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab +SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 SHA256 (rust/crates/dirs-sys-next-0.1.2.crate) = 4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d SIZE (rust/crates/dirs-sys-next-0.1.2.crate) = 10681 SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b SIZE (rust/crates/dispatch-0.2.0.crate) = 10229 +SHA256 (rust/crates/dispatch2-0.3.0.crate) = 89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec +SIZE (rust/crates/dispatch2-0.3.0.crate) = 54606 +SHA256 (rust/crates/display-info-0.5.7.crate) = b35269e5d1f477f90f9f6c353943e3464466271369ac8499cc17b8dbb82289f3 +SIZE (rust/crates/display-info-0.5.7.crate) = 20248 SHA256 (rust/crates/displaydoc-0.2.5.crate) = 97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0 SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 SHA256 (rust/crates/dlib-0.5.2.crate) = 330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412 SIZE (rust/crates/dlib-0.5.2.crate) = 5806 -SHA256 (rust/crates/document-features-0.2.10.crate) = cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0 -SIZE (rust/crates/document-features-0.2.10.crate) = 14005 +SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d +SIZE (rust/crates/document-features-0.2.11.crate) = 14640 SHA256 (rust/crates/downcast-rs-1.2.1.crate) = 75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2 SIZE (rust/crates/downcast-rs-1.2.1.crate) = 11821 -SHA256 (rust/crates/drm-0.12.0.crate) = 98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1 -SIZE (rust/crates/drm-0.12.0.crate) = 49549 -SHA256 (rust/crates/drm-ffi-0.8.0.crate) = 97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53 -SIZE (rust/crates/drm-ffi-0.8.0.crate) = 9703 -SHA256 (rust/crates/drm-fourcc-2.2.0.crate) = 0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4 -SIZE (rust/crates/drm-fourcc-2.2.0.crate) = 12192 -SHA256 (rust/crates/drm-sys-0.7.0.crate) = fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986 -SIZE (rust/crates/drm-sys-0.7.0.crate) = 10439 -SHA256 (rust/crates/dyn-clone-1.0.17.crate) = 0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125 -SIZE (rust/crates/dyn-clone-1.0.17.crate) = 11848 +SHA256 (rust/crates/dyn-clone-1.0.19.crate) = 1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005 +SIZE (rust/crates/dyn-clone-1.0.19.crate) = 12896 SHA256 (rust/crates/ecdsa-0.16.9.crate) = ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca SIZE (rust/crates/ecdsa-0.16.9.crate) = 31406 SHA256 (rust/crates/ed25519-2.2.3.crate) = 115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53 SIZE (rust/crates/ed25519-2.2.3.crate) = 17802 -SHA256 (rust/crates/ed25519-dalek-2.1.1.crate) = 4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871 -SIZE (rust/crates/ed25519-dalek-2.1.1.crate) = 85736 +SHA256 (rust/crates/ed25519-dalek-2.2.0.crate) = 70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9 +SIZE (rust/crates/ed25519-dalek-2.2.0.crate) = 98034 SHA256 (rust/crates/educe-0.4.23.crate) = 0f0042ff8246a363dbe77d2ceedb073339e85a804b9a47636c6e016a9a32c05f SIZE (rust/crates/educe-0.4.23.crate) = 44244 -SHA256 (rust/crates/either-1.13.0.crate) = 60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0 -SIZE (rust/crates/either-1.13.0.crate) = 19169 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 SHA256 (rust/crates/elliptic-curve-0.13.8.crate) = b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47 SIZE (rust/crates/elliptic-curve-0.13.8.crate) = 63198 -SHA256 (rust/crates/embed-resource-2.5.1.crate) = b68b6f9f63a0b6a38bc447d4ce84e2b388f3ec95c99c641c8ff0dd3ef89a6379 -SIZE (rust/crates/embed-resource-2.5.1.crate) = 16796 -SHA256 (rust/crates/embed-resource-3.0.2.crate) = 7fbc6e0d8e0c03a655b53ca813f0463d2c956bc4db8138dbc89f120b066551e3 -SIZE (rust/crates/embed-resource-3.0.2.crate) = 18091 -SHA256 (rust/crates/emojis-0.6.4.crate) = 99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4 -SIZE (rust/crates/emojis-0.6.4.crate) = 120190 +SHA256 (rust/crates/embed-resource-2.5.2.crate) = d506610004cfc74a6f5ee7e8c632b355de5eca1f03ee5e5e0ec11b77d4eb3d61 +SIZE (rust/crates/embed-resource-2.5.2.crate) = 16865 +SHA256 (rust/crates/embed-resource-3.0.5.crate) = 4c6d81016d6c977deefb2ef8d8290da019e27cc26167e102185da528e6c0ab38 +SIZE (rust/crates/embed-resource-3.0.5.crate) = 18287 +SHA256 (rust/crates/emojis-0.7.0.crate) = 0a08afd8e599463c275703532e707c767b8c068a826eea9ca8fceaf3435029df +SIZE (rust/crates/emojis-0.7.0.crate) = 121138 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 SIZE (rust/crates/encoding_rs-0.8.35.crate) = 1381050 SHA256 (rust/crates/endi-1.1.0.crate) = a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf SIZE (rust/crates/endi-1.1.0.crate) = 4872 SHA256 (rust/crates/enum-ordinalize-3.1.15.crate) = 1bf1fa3f06bbff1ea5b1a9c7b14aa992a39657db60a2759457328d7e058f49ee SIZE (rust/crates/enum-ordinalize-3.1.15.crate) = 5783 -SHA256 (rust/crates/enumflags2-0.7.10.crate) = d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d -SIZE (rust/crates/enumflags2-0.7.10.crate) = 16622 -SHA256 (rust/crates/enumflags2_derive-0.7.10.crate) = de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8 -SIZE (rust/crates/enumflags2_derive-0.7.10.crate) = 8104 -SHA256 (rust/crates/equivalent-1.0.1.crate) = 5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5 -SIZE (rust/crates/equivalent-1.0.1.crate) = 6615 -SHA256 (rust/crates/errno-0.3.10.crate) = 33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d -SIZE (rust/crates/errno-0.3.10.crate) = 11824 -SHA256 (rust/crates/error-code-3.3.1.crate) = a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f -SIZE (rust/crates/error-code-3.3.1.crate) = 7646 -SHA256 (rust/crates/etagere-0.2.13.crate) = 0e2f1e3be19fb10f549be8c1bf013e8675b4066c445e36eb76d2ebb2f54ee495 -SIZE (rust/crates/etagere-0.2.13.crate) = 19593 +SHA256 (rust/crates/enumflags2-0.7.12.crate) = 1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef +SIZE (rust/crates/enumflags2-0.7.12.crate) = 17544 +SHA256 (rust/crates/enumflags2_derive-0.7.12.crate) = 67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827 +SIZE (rust/crates/enumflags2_derive-0.7.12.crate) = 8573 +SHA256 (rust/crates/equator-0.4.2.crate) = 4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc +SIZE (rust/crates/equator-0.4.2.crate) = 11159 +SHA256 (rust/crates/equator-macro-0.4.2.crate) = 44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3 +SIZE (rust/crates/equator-macro-0.4.2.crate) = 6407 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/erased-serde-0.4.6.crate) = e004d887f51fcb9fef17317a2f3525c887d8aa3f4f50fed920816a688284a5b7 +SIZE (rust/crates/erased-serde-0.4.6.crate) = 28352 +SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad +SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/error-code-3.3.2.crate) = dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59 +SIZE (rust/crates/error-code-3.3.2.crate) = 8516 +SHA256 (rust/crates/etagere-0.2.15.crate) = fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342 +SIZE (rust/crates/etagere-0.2.15.crate) = 21203 SHA256 (rust/crates/euclid-0.22.11.crate) = ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48 SIZE (rust/crates/euclid-0.22.11.crate) = 79261 -SHA256 (rust/crates/event-listener-2.5.3.crate) = 0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0 -SIZE (rust/crates/event-listener-2.5.3.crate) = 15392 SHA256 (rust/crates/event-listener-5.4.0.crate) = 3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae SIZE (rust/crates/event-listener-5.4.0.crate) = 43452 -SHA256 (rust/crates/event-listener-strategy-0.5.3.crate) = 3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2 -SIZE (rust/crates/event-listener-strategy-0.5.3.crate) = 10920 +SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 +SIZE (rust/crates/event-listener-strategy-0.5.4.crate) = 16179 SHA256 (rust/crates/exr-1.73.0.crate) = f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0 SIZE (rust/crates/exr-1.73.0.crate) = 244371 +SHA256 (rust/crates/extended-0.1.0.crate) = af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365 +SIZE (rust/crates/extended-0.1.0.crate) = 4393 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 @@ -417,28 +411,34 @@ SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956 SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/fern-0.7.1.crate) = 4316185f709b23713e41e3195f90edef7fb00c3ed4adc79769cf09cc762a3b29 SIZE (rust/crates/fern-0.7.1.crate) = 304533 -SHA256 (rust/crates/ff-0.13.0.crate) = ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449 -SIZE (rust/crates/ff-0.13.0.crate) = 17688 +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/figment-0.10.19.crate) = 8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3 SIZE (rust/crates/figment-0.10.19.crate) = 70111 SHA256 (rust/crates/filetime-0.2.25.crate) = 35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586 SIZE (rust/crates/filetime-0.2.25.crate) = 14940 -SHA256 (rust/crates/flate2-1.0.35.crate) = c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c -SIZE (rust/crates/flate2-1.0.35.crate) = 109188 +SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d +SIZE (rust/crates/flate2-1.1.2.crate) = 76495 +SHA256 (rust/crates/float-cmp-0.9.0.crate) = 98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4 +SIZE (rust/crates/float-cmp-0.9.0.crate) = 10102 SHA256 (rust/crates/fluid-let-1.0.0.crate) = 749cff877dc1af878a0b31a41dd221a753634401ea0ef2f87b62d3171522485a SIZE (rust/crates/fluid-let-1.0.0.crate) = 9036 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/foldhash-0.1.4.crate) = a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f -SIZE (rust/crates/foldhash-0.1.4.crate) = 13764 -SHA256 (rust/crates/font-types-0.8.3.crate) = d868ec188a98bb014c606072edd47e52e7ab7297db943b0b28503121e1d037bd -SIZE (rust/crates/font-types-0.8.3.crate) = 24476 -SHA256 (rust/crates/fontconfig-parser-0.5.7.crate) = c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7 -SIZE (rust/crates/fontconfig-parser-0.5.7.crate) = 39564 -SHA256 (rust/crates/fontdb-0.16.2.crate) = b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3 -SIZE (rust/crates/fontdb-0.16.2.crate) = 107447 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/foldhash-0.2.0.crate) = 77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb +SIZE (rust/crates/foldhash-0.2.0.crate) = 23329 +SHA256 (rust/crates/font-types-0.9.0.crate) = 02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7 +SIZE (rust/crates/font-types-0.9.0.crate) = 24609 +SHA256 (rust/crates/font-types-0.10.0.crate) = 511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b +SIZE (rust/crates/font-types-0.10.0.crate) = 24757 +SHA256 (rust/crates/fontconfig-parser-0.5.8.crate) = bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646 +SIZE (rust/crates/fontconfig-parser-0.5.8.crate) = 40928 +SHA256 (rust/crates/fontdb-0.23.0.crate) = 457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905 +SIZE (rust/crates/fontdb-0.23.0.crate) = 108324 SHA256 (rust/crates/foreign-types-0.3.2.crate) = f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-0.5.0.crate) = d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965 @@ -479,64 +479,66 @@ SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/fxhash-0.2.1.crate) = c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c +SIZE (rust/crates/fxhash-0.2.1.crate) = 4102 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/gethostname-0.4.3.crate) = 0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818 -SIZE (rust/crates/gethostname-0.4.3.crate) = 9336 -SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7 -SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 -SHA256 (rust/crates/getrandom-0.3.1.crate) = 43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8 -SIZE (rust/crates/getrandom-0.3.1.crate) = 42449 -SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 -SIZE (rust/crates/gif-0.13.1.crate) = 36408 +SHA256 (rust/crates/gethostname-1.1.0.crate) = 1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8 +SIZE (rust/crates/gethostname-1.1.0.crate) = 9865 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 +SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 +SHA256 (rust/crates/gif-0.13.3.crate) = 4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b +SIZE (rust/crates/gif-0.13.3.crate) = 36010 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/gl_generator-0.14.0.crate) = 1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d SIZE (rust/crates/gl_generator-0.14.0.crate) = 22330 SHA256 (rust/crates/glam-0.25.0.crate) = 151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3 SIZE (rust/crates/glam-0.25.0.crate) = 364932 -SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 -SIZE (rust/crates/glob-0.3.2.crate) = 22359 SHA256 (rust/crates/glob-match-0.2.1.crate) = 9985c9503b412198aa4197559e9a318524ebc4519c229bfa05a535828c950b9d SIZE (rust/crates/glob-match-0.2.1.crate) = 13599 -SHA256 (rust/crates/gloo-timers-0.3.0.crate) = bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994 -SIZE (rust/crates/gloo-timers-0.3.0.crate) = 5530 SHA256 (rust/crates/glow-0.16.0.crate) = c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08 SIZE (rust/crates/glow-0.16.0.crate) = 162118 -SHA256 (rust/crates/glutin_wgl_sys-0.6.0.crate) = 0a4e1951bbd9434a81aa496fe59ccc2235af3820d27b85f9314e279609211e2c -SIZE (rust/crates/glutin_wgl_sys-0.6.0.crate) = 5472 +SHA256 (rust/crates/glutin_wgl_sys-0.6.1.crate) = 2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e +SIZE (rust/crates/glutin_wgl_sys-0.6.1.crate) = 5567 SHA256 (rust/crates/gpu-alloc-0.6.0.crate) = fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171 SIZE (rust/crates/gpu-alloc-0.6.0.crate) = 19649 SHA256 (rust/crates/gpu-alloc-types-0.3.0.crate) = 98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4 SIZE (rust/crates/gpu-alloc-types-0.3.0.crate) = 4128 SHA256 (rust/crates/gpu-allocator-0.27.0.crate) = c151a2a5ef800297b4e79efa4f4bec035c5f51d5ae587287c9b952bdf734cacd SIZE (rust/crates/gpu-allocator-0.27.0.crate) = 49410 -SHA256 (rust/crates/gpu-descriptor-0.3.1.crate) = dcf29e94d6d243368b7a56caa16bc213e4f9f8ed38c4d9557069527b5d5281ca -SIZE (rust/crates/gpu-descriptor-0.3.1.crate) = 6784 +SHA256 (rust/crates/gpu-descriptor-0.3.2.crate) = b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca +SIZE (rust/crates/gpu-descriptor-0.3.2.crate) = 7943 SHA256 (rust/crates/gpu-descriptor-types-0.2.0.crate) = fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91 SIZE (rust/crates/gpu-descriptor-types-0.2.0.crate) = 2169 SHA256 (rust/crates/group-0.13.0.crate) = f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63 SIZE (rust/crates/group-0.13.0.crate) = 16526 SHA256 (rust/crates/guillotiere-0.6.2.crate) = b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782 SIZE (rust/crates/guillotiere-0.6.2.crate) = 18116 -SHA256 (rust/crates/h2-0.4.7.crate) = ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e -SIZE (rust/crates/h2-0.4.7.crate) = 174114 -SHA256 (rust/crates/half-2.4.1.crate) = 6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888 -SIZE (rust/crates/half-2.4.1.crate) = 50892 +SHA256 (rust/crates/h2-0.4.11.crate) = 17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785 +SIZE (rust/crates/h2-0.4.11.crate) = 175810 +SHA256 (rust/crates/half-2.6.0.crate) = 459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9 +SIZE (rust/crates/half-2.6.0.crate) = 59507 +SHA256 (rust/crates/harfrust-0.3.2.crate) = 92c020db12c71d8a12a3fe7607873cade3a01a6287e29d540c8723276221b9d8 +SIZE (rust/crates/harfrust-0.3.2.crate) = 308772 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 -SHA256 (rust/crates/hashbrown-0.15.2.crate) = bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289 -SIZE (rust/crates/hashbrown-0.15.2.crate) = 138478 +SHA256 (rust/crates/hashbrown-0.15.4.crate) = 5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5 +SIZE (rust/crates/hashbrown-0.15.4.crate) = 140447 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 SHA256 (rust/crates/hashlink-0.9.1.crate) = 6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af SIZE (rust/crates/hashlink-0.9.1.crate) = 28928 SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 SIZE (rust/crates/heck-0.4.1.crate) = 11567 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 -SHA256 (rust/crates/hermit-abi-0.4.0.crate) = fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc -SIZE (rust/crates/hermit-abi-0.4.0.crate) = 16310 +SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c +SIZE (rust/crates/hermit-abi-0.5.2.crate) = 17435 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/hexf-parse-0.2.1.crate) = dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df @@ -547,80 +549,74 @@ SHA256 (rust/crates/hmac-0.12.1.crate) = 6c49c37c09c17a53d937dfbb742eb3a961d65a9 SIZE (rust/crates/hmac-0.12.1.crate) = 42657 SHA256 (rust/crates/hostname-validator-1.1.1.crate) = f558a64ac9af88b5ba400d99b579451af0d39c6d360980045b91aac966d705e2 SIZE (rust/crates/hostname-validator-1.1.1.crate) = 2377 -SHA256 (rust/crates/hound-3.5.1.crate) = 62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f -SIZE (rust/crates/hound-3.5.1.crate) = 39446 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 SIZE (rust/crates/html-escape-0.2.13.crate) = 23345 -SHA256 (rust/crates/http-1.2.0.crate) = f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea -SIZE (rust/crates/http-1.2.0.crate) = 105932 +SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 -SHA256 (rust/crates/http-body-util-0.1.2.crate) = 793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f -SIZE (rust/crates/http-body-util-0.1.2.crate) = 12821 -SHA256 (rust/crates/httparse-1.9.5.crate) = 7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946 -SIZE (rust/crates/httparse-1.9.5.crate) = 39029 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/humantime-2.1.0.crate) = 9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4 -SIZE (rust/crates/humantime-2.1.0.crate) = 16749 +SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a8c386765a3ec0229bd500a1443f9f +SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/humantime-serde-1.1.1.crate) = 57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c SIZE (rust/crates/humantime-serde-1.1.1.crate) = 7886 -SHA256 (rust/crates/hyper-1.5.2.crate) = 256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0 -SIZE (rust/crates/hyper-1.5.2.crate) = 152817 -SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 -SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 +SHA256 (rust/crates/hyper-rustls-0.27.7.crate) = e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58 +SIZE (rust/crates/hyper-rustls-0.27.7.crate) = 35435 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.10.crate) = df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4 -SIZE (rust/crates/hyper-util-0.1.10.crate) = 72887 -SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 -SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 +SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e +SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 +SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 +SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-1.5.0.crate) = db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526 -SIZE (rust/crates/icu_collections-1.5.0.crate) = 82762 -SHA256 (rust/crates/icu_locid-1.5.0.crate) = 13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637 -SIZE (rust/crates/icu_locid-1.5.0.crate) = 55131 -SHA256 (rust/crates/icu_locid_transform-1.5.0.crate) = 01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e -SIZE (rust/crates/icu_locid_transform-1.5.0.crate) = 29094 -SHA256 (rust/crates/icu_locid_transform_data-1.5.0.crate) = fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e -SIZE (rust/crates/icu_locid_transform_data-1.5.0.crate) = 44727 -SHA256 (rust/crates/icu_normalizer-1.5.0.crate) = 19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f -SIZE (rust/crates/icu_normalizer-1.5.0.crate) = 53113 -SHA256 (rust/crates/icu_normalizer_data-1.5.0.crate) = f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516 -SIZE (rust/crates/icu_normalizer_data-1.5.0.crate) = 50561 -SHA256 (rust/crates/icu_properties-1.5.1.crate) = 93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5 -SIZE (rust/crates/icu_properties-1.5.1.crate) = 64479 -SHA256 (rust/crates/icu_properties_data-1.5.0.crate) = 67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569 -SIZE (rust/crates/icu_properties_data-1.5.0.crate) = 227993 -SHA256 (rust/crates/icu_provider-1.5.0.crate) = 6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9 -SIZE (rust/crates/icu_provider-1.5.0.crate) = 52722 -SHA256 (rust/crates/icu_provider_macros-1.5.0.crate) = 1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6 -SIZE (rust/crates/icu_provider_macros-1.5.0.crate) = 6436 +SHA256 (rust/crates/icu_collections-2.0.0.crate) = 200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47 +SIZE (rust/crates/icu_collections-2.0.0.crate) = 83033 +SHA256 (rust/crates/icu_locale_core-2.0.0.crate) = 0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a +SIZE (rust/crates/icu_locale_core-2.0.0.crate) = 74430 +SHA256 (rust/crates/icu_normalizer-2.0.0.crate) = 436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979 +SIZE (rust/crates/icu_normalizer-2.0.0.crate) = 61543 +SHA256 (rust/crates/icu_normalizer_data-2.0.0.crate) = 00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3 +SIZE (rust/crates/icu_normalizer_data-2.0.0.crate) = 68101 +SHA256 (rust/crates/icu_properties-2.0.1.crate) = 016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b +SIZE (rust/crates/icu_properties-2.0.1.crate) = 58165 +SHA256 (rust/crates/icu_properties_data-2.0.1.crate) = 298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632 +SIZE (rust/crates/icu_properties_data-2.0.1.crate) = 159735 +SHA256 (rust/crates/icu_provider-2.0.0.crate) = 03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af +SIZE (rust/crates/icu_provider-2.0.0.crate) = 50966 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 -SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 +SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 +SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 SHA256 (rust/crates/image-0.24.9.crate) = 5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d SIZE (rust/crates/image-0.24.9.crate) = 9261055 -SHA256 (rust/crates/image-0.25.5.crate) = cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b -SIZE (rust/crates/image-0.25.5.crate) = 241073 -SHA256 (rust/crates/image-webp-0.2.1.crate) = b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f -SIZE (rust/crates/image-webp-0.2.1.crate) = 60662 +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.3.crate) = f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b +SIZE (rust/crates/image-webp-0.2.3.crate) = 63210 +SHA256 (rust/crates/imagesize-0.13.0.crate) = edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285 +SIZE (rust/crates/imagesize-0.13.0.crate) = 17033 SHA256 (rust/crates/imgref-1.11.0.crate) = d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408 SIZE (rust/crates/imgref-1.11.0.crate) = 65943 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.11.0.crate) = f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9 +SIZE (rust/crates/indexmap-2.11.0.crate) = 99851 SHA256 (rust/crates/inotify-0.10.2.crate) = fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc SIZE (rust/crates/inotify-0.10.2.crate) = 26200 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 -SHA256 (rust/crates/inout-0.1.3.crate) = a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5 -SIZE (rust/crates/inout-0.1.3.crate) = 10743 +SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 +SIZE (rust/crates/inout-0.1.4.crate) = 11280 SHA256 (rust/crates/instant-0.1.13.crate) = e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222 SIZE (rust/crates/instant-0.1.13.crate) = 6305 SHA256 (rust/crates/interpolate_name-0.2.4.crate) = c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60 @@ -629,10 +625,14 @@ SHA256 (rust/crates/interprocess-1.2.1.crate) = 81f2533f3be42fffe3b5e63b71aeca41 SIZE (rust/crates/interprocess-1.2.1.crate) = 115320 SHA256 (rust/crates/intmap-0.7.1.crate) = ae52f28f45ac2bc96edb7714de995cffc174a395fb0abf5bff453587c980d7b9 SIZE (rust/crates/intmap-0.7.1.crate) = 6708 -SHA256 (rust/crates/inventory-0.3.18.crate) = 9cb58f3deb37a52158bcf8ccb941c1e2b3b620f798e07636f1783138b9ad862f -SIZE (rust/crates/inventory-0.3.18.crate) = 16355 -SHA256 (rust/crates/ipnet-2.10.1.crate) = ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708 -SIZE (rust/crates/ipnet-2.10.1.crate) = 28407 +SHA256 (rust/crates/inventory-0.3.20.crate) = ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83 +SIZE (rust/crates/inventory-0.3.20.crate) = 16414 +SHA256 (rust/crates/io-uring-0.7.9.crate) = d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4 +SIZE (rust/crates/io-uring-0.7.9.crate) = 99792 +SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 +SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 +SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 +SIZE (rust/crates/iri-string-0.7.8.crate) = 141493 SHA256 (rust/crates/is-docker-0.2.0.crate) = 928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3 SIZE (rust/crates/is-docker-0.2.0.crate) = 2664 SHA256 (rust/crates/is-wsl-0.4.0.crate) = 173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5 @@ -641,136 +641,136 @@ SHA256 (rust/crates/isolang-2.4.0.crate) = fe50d48c77760c55188549098b9a7f6e37ae9 SIZE (rust/crates/isolang-2.4.0.crate) = 378296 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 -SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 -SIZE (rust/crates/itertools-0.13.0.crate) = 146261 SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 SIZE (rust/crates/itertools-0.14.0.crate) = 152715 -SHA256 (rust/crates/itoa-1.0.14.crate) = d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674 -SIZE (rust/crates/itoa-1.0.14.crate) = 11210 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 SHA256 (rust/crates/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 SIZE (rust/crates/jni-0.21.1.crate) = 105028 SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 -SHA256 (rust/crates/jobserver-0.1.32.crate) = 48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0 -SIZE (rust/crates/jobserver-0.1.32.crate) = 27549 -SHA256 (rust/crates/jpeg-decoder-0.3.1.crate) = f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0 -SIZE (rust/crates/jpeg-decoder-0.3.1.crate) = 744364 -SHA256 (rust/crates/js-sys-0.3.76.crate) = 6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7 -SIZE (rust/crates/js-sys-0.3.76.crate) = 54420 -SHA256 (rust/crates/kamadak-exif-0.5.5.crate) = ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077 -SIZE (rust/crates/kamadak-exif-0.5.5.crate) = 54457 +SHA256 (rust/crates/jobserver-0.1.33.crate) = 38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a +SIZE (rust/crates/jobserver-0.1.33.crate) = 29136 +SHA256 (rust/crates/jpeg-decoder-0.3.2.crate) = 00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07 +SIZE (rust/crates/jpeg-decoder-0.3.2.crate) = 745371 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/kamadak-exif-0.6.1.crate) = 1130d80c7374efad55a117d715a3af9368f0fa7a2c54573afc15a188cd984837 +SIZE (rust/crates/kamadak-exif-0.6.1.crate) = 57852 SHA256 (rust/crates/keccak-0.1.5.crate) = ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654 SIZE (rust/crates/keccak-0.1.5.crate) = 13120 SHA256 (rust/crates/khronos-egl-6.0.0.crate) = 6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76 SIZE (rust/crates/khronos-egl-6.0.0.crate) = 29315 SHA256 (rust/crates/khronos_api-3.1.0.crate) = e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc SIZE (rust/crates/khronos_api-3.1.0.crate) = 599718 -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/kurbo-0.10.4.crate) = 1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440 SIZE (rust/crates/kurbo-0.10.4.crate) = 925388 -SHA256 (rust/crates/kv-log-macro-1.0.7.crate) = 0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f -SIZE (rust/crates/kv-log-macro-1.0.7.crate) = 16842 +SHA256 (rust/crates/kurbo-0.11.3.crate) = c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62 +SIZE (rust/crates/kurbo-0.11.3.crate) = 137586 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lebe-0.5.2.crate) = 03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8 SIZE (rust/crates/lebe-0.5.2.crate) = 8422 -SHA256 (rust/crates/lewton-0.10.2.crate) = 777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030 -SIZE (rust/crates/lewton-0.10.2.crate) = 68807 -SHA256 (rust/crates/libc-0.2.169.crate) = b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a -SIZE (rust/crates/libc-0.2.169.crate) = 757901 -SHA256 (rust/crates/libfuzzer-sys-0.4.9.crate) = cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75 -SIZE (rust/crates/libfuzzer-sys-0.4.9.crate) = 133299 -SHA256 (rust/crates/libloading-0.8.6.crate) = fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34 -SIZE (rust/crates/libloading-0.8.6.crate) = 28922 -SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa -SIZE (rust/crates/libm-0.2.11.crate) = 111477 -SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d -SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libfuzzer-sys-0.4.10.crate) = 5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404 +SIZE (rust/crates/libfuzzer-sys-0.4.10.crate) = 133968 +SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de +SIZE (rust/crates/libm-0.2.15.crate) = 156108 +SHA256 (rust/crates/libredox-0.1.6.crate) = 4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0 +SIZE (rust/crates/libredox-0.1.6.crate) = 7090 SHA256 (rust/crates/libsqlite3-sys-0.30.1.crate) = 2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149 SIZE (rust/crates/libsqlite3-sys-0.30.1.crate) = 5122296 -SHA256 (rust/crates/lilt-0.8.0.crate) = 1ab94c7e69044511f79ce4b4201a49324b7f5b35410f862264e044690b950a67 -SIZE (rust/crates/lilt-0.8.0.crate) = 14374 +SHA256 (rust/crates/lilt-0.8.1.crate) = f67562e5eff6b20553fa9be1c503356768420994e28f67e3eafe6f41910e57ad +SIZE (rust/crates/lilt-0.8.1.crate) = 18218 +SHA256 (rust/crates/linebender_resource_handle-0.1.1.crate) = d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4 +SIZE (rust/crates/linebender_resource_handle-0.1.1.crate) = 10920 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.6.5.crate) = 2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7 -SIZE (rust/crates/linux-raw-sys-0.6.5.crate) = 1892120 -SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 -SIZE (rust/crates/litemap-0.7.4.crate) = 28257 -SHA256 (rust/crates/litrs-0.4.1.crate) = b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5 -SIZE (rust/crates/litrs-0.4.1.crate) = 42603 -SHA256 (rust/crates/lock_api-0.4.12.crate) = 07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17 -SIZE (rust/crates/lock_api-0.4.12.crate) = 27591 -SHA256 (rust/crates/log-0.4.26.crate) = 30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e -SIZE (rust/crates/log-0.4.26.crate) = 47022 +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/litrs-0.4.2.crate) = f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed +SIZE (rust/crates/litrs-0.4.2.crate) = 43399 +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/loop9-0.1.5.crate) = 0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062 SIZE (rust/crates/loop9-0.1.5.crate) = 3406 -SHA256 (rust/crates/lru-0.12.5.crate) = 234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38 -SIZE (rust/crates/lru-0.12.5.crate) = 16047 +SHA256 (rust/crates/lru-0.16.0.crate) = 86ea4e65087ff52f3862caff188d489f1fab49a0cb09e01b2e3f1a617b10aaed +SIZE (rust/crates/lru-0.16.0.crate) = 16517 SHA256 (rust/crates/lzma-sys-0.1.20.crate) = 5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27 SIZE (rust/crates/lzma-sys-0.1.20.crate) = 760045 -SHA256 (rust/crates/mac-notification-sys-0.6.2.crate) = dce8f34f3717aa37177e723df6c1fc5fb02b2a1087374ea3fe0ea42316dc8f91 -SIZE (rust/crates/mac-notification-sys-0.6.2.crate) = 12581 -SHA256 (rust/crates/mach2-0.4.2.crate) = 19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709 -SIZE (rust/crates/mach2-0.4.2.crate) = 21889 +SHA256 (rust/crates/mac-notification-sys-0.6.6.crate) = 119c8490084af61b44c9eda9d626475847a186737c0378c85e32d77c33a01cd4 +SIZE (rust/crates/mac-notification-sys-0.6.6.crate) = 12020 +SHA256 (rust/crates/mach2-0.4.3.crate) = d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44 +SIZE (rust/crates/mach2-0.4.3.crate) = 22180 SHA256 (rust/crates/malloc_buf-0.0.6.crate) = 62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb SIZE (rust/crates/malloc_buf-0.0.6.crate) = 1239 SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/maybe-rayon-0.1.1.crate) = 8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519 SIZE (rust/crates/maybe-rayon-0.1.1.crate) = 2901 -SHA256 (rust/crates/memchr-2.7.4.crate) = 78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3 -SIZE (rust/crates/memchr-2.7.4.crate) = 96670 -SHA256 (rust/crates/memmap2-0.9.5.crate) = fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f -SIZE (rust/crates/memmap2-0.9.5.crate) = 33280 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memmap2-0.9.7.crate) = 483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28 +SIZE (rust/crates/memmap2-0.9.7.crate) = 33915 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 SHA256 (rust/crates/merlin-3.0.0.crate) = 58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d SIZE (rust/crates/merlin-3.0.0.crate) = 10964 -SHA256 (rust/crates/metal-0.31.0.crate) = f569fb946490b5743ad69813cb19629130ce9374034abe31614a36402d18f99e -SIZE (rust/crates/metal-0.31.0.crate) = 3034257 +SHA256 (rust/crates/metal-0.32.0.crate) = 00c15a6f673ff72ddcc22394663290f870fb224c1bfce55734a75c414150e605 +SIZE (rust/crates/metal-0.32.0.crate) = 3034024 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 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.2.crate) = 4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394 -SIZE (rust/crates/miniz_oxide-0.8.2.crate) = 59068 -SHA256 (rust/crates/mio-1.0.3.crate) = 2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd -SIZE (rust/crates/mio-1.0.3.crate) = 103703 +SHA256 (rust/crates/miniz_oxide-0.8.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/mundy-0.1.10.crate) = 0f72c0627a92ca31644e8e7d1ba9ce97f4bd19b0e67eb42ffd2142b73c51f0ae +SIZE (rust/crates/mundy-0.1.10.crate) = 46300 SHA256 (rust/crates/mutate_once-0.1.1.crate) = 16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b SIZE (rust/crates/mutate_once-0.1.1.crate) = 4276 -SHA256 (rust/crates/naga-24.0.0.crate) = e380993072e52eef724eddfcde0ed013b0c023c3f0417336ed041aa9f076994e -SIZE (rust/crates/naga-24.0.0.crate) = 644372 -SHA256 (rust/crates/native-tls-0.2.12.crate) = a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466 -SIZE (rust/crates/native-tls-0.2.12.crate) = 29517 -SHA256 (rust/crates/ndk-0.8.0.crate) = 2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7 -SIZE (rust/crates/ndk-0.8.0.crate) = 79770 +SHA256 (rust/crates/naga-27.0.3.crate) = 066cf25f0e8b11ee0df221219010f213ad429855f57c494f995590c861a9a7d8 +SIZE (rust/crates/naga-27.0.3.crate) = 761268 +SHA256 (rust/crates/native-tls-0.2.14.crate) = 87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e +SIZE (rust/crates/native-tls-0.2.14.crate) = 29385 SHA256 (rust/crates/ndk-0.9.0.crate) = c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4 SIZE (rust/crates/ndk-0.9.0.crate) = 84865 SHA256 (rust/crates/ndk-context-0.1.1.crate) = 27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b SIZE (rust/crates/ndk-context-0.1.1.crate) = 2205 -SHA256 (rust/crates/ndk-sys-0.5.0+25.2.9519653.crate) = 8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691 -SIZE (rust/crates/ndk-sys-0.5.0+25.2.9519653.crate) = 307233 SHA256 (rust/crates/ndk-sys-0.6.0+11769913.crate) = ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873 SIZE (rust/crates/ndk-sys-0.6.0+11769913.crate) = 329984 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/noop_proc_macro-0.3.0.crate) = 0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8 SIZE (rust/crates/noop_proc_macro-0.3.0.crate) = 2157 SHA256 (rust/crates/notify-7.0.0.crate) = c533b4c39709f9ba5005d8002048266593c1cfaf3c5f0739d5b8ab0c6c504009 SIZE (rust/crates/notify-7.0.0.crate) = 35141 -SHA256 (rust/crates/notify-rust-4.11.5.crate) = 7fa3b9f2364a09bd359aa0206702882e208437450866a374d5372d64aece4029 -SIZE (rust/crates/notify-rust-4.11.5.crate) = 58461 +SHA256 (rust/crates/notify-rust-4.11.7.crate) = 6442248665a5aa2514e794af3b39661a8e73033b1cc5e59899e1276117ee4400 +SIZE (rust/crates/notify-rust-4.11.7.crate) = 59113 SHA256 (rust/crates/notify-types-1.0.1.crate) = 585d3cb5e12e01aed9e8a1f70d5c6b5e86fe2a6e48fc8cd0b3e0b8df6f6eb174 SIZE (rust/crates/notify-types-1.0.1.crate) = 14490 +SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4 +SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 +SHA256 (rust/crates/nucleo-matcher-0.3.1.crate) = bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85 +SIZE (rust/crates/nucleo-matcher-0.3.1.crate) = 50501 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 @@ -787,40 +787,66 @@ SHA256 (rust/crates/num-rational-0.4.2.crate) = f83d14da390562dca69fc84082e73e54 SIZE (rust/crates/num-rational-0.4.2.crate) = 28159 SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/num_enum-0.7.3.crate) = 4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179 -SIZE (rust/crates/num_enum-0.7.3.crate) = 18603 -SHA256 (rust/crates/num_enum_derive-0.7.3.crate) = af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56 -SIZE (rust/crates/num_enum_derive-0.7.3.crate) = 17092 +SHA256 (rust/crates/num_enum-0.7.4.crate) = a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a +SIZE (rust/crates/num_enum-0.7.4.crate) = 21553 +SHA256 (rust/crates/num_enum_derive-0.7.4.crate) = 77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d +SIZE (rust/crates/num_enum_derive-0.7.4.crate) = 18167 SHA256 (rust/crates/objc-0.2.7.crate) = 915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1 SIZE (rust/crates/objc-0.2.7.crate) = 22036 -SHA256 (rust/crates/objc-foundation-0.1.1.crate) = 1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9 -SIZE (rust/crates/objc-foundation-0.1.1.crate) = 9063 SHA256 (rust/crates/objc-sys-0.3.5.crate) = cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310 SIZE (rust/crates/objc-sys-0.3.5.crate) = 20560 SHA256 (rust/crates/objc2-0.5.2.crate) = 46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804 SIZE (rust/crates/objc2-0.5.2.crate) = 199204 +SHA256 (rust/crates/objc2-0.6.3.crate) = b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05 +SIZE (rust/crates/objc2-0.6.3.crate) = 272490 SHA256 (rust/crates/objc2-app-kit-0.2.2.crate) = e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff SIZE (rust/crates/objc2-app-kit-0.2.2.crate) = 337435 +SHA256 (rust/crates/objc2-app-kit-0.3.1.crate) = e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc +SIZE (rust/crates/objc2-app-kit-0.3.1.crate) = 495884 +SHA256 (rust/crates/objc2-audio-toolbox-0.3.1.crate) = 10cbe18d879e20a4aea544f8befe38bcf52255eb63d3f23eca2842f3319e4c07 +SIZE (rust/crates/objc2-audio-toolbox-0.3.1.crate) = 178229 SHA256 (rust/crates/objc2-cloud-kit-0.2.2.crate) = 74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009 SIZE (rust/crates/objc2-cloud-kit-0.2.2.crate) = 27094 +SHA256 (rust/crates/objc2-cloud-kit-0.3.1.crate) = 17614fdcd9b411e6ff1117dfb1d0150f908ba83a7df81b1f118005fe0a8ea15d +SIZE (rust/crates/objc2-cloud-kit-0.3.1.crate) = 62156 SHA256 (rust/crates/objc2-contacts-0.2.2.crate) = a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889 SIZE (rust/crates/objc2-contacts-0.2.2.crate) = 17094 +SHA256 (rust/crates/objc2-core-audio-0.3.1.crate) = ca44961e888e19313b808f23497073e3f6b3c22bb485056674c8b49f3b025c82 +SIZE (rust/crates/objc2-core-audio-0.3.1.crate) = 31692 +SHA256 (rust/crates/objc2-core-audio-types-0.3.1.crate) = c0f1cc99bb07ad2ddb6527ddf83db6a15271bb036b3eb94b801cd44fdc666ee1 +SIZE (rust/crates/objc2-core-audio-types-0.3.1.crate) = 19365 SHA256 (rust/crates/objc2-core-data-0.2.2.crate) = 617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef SIZE (rust/crates/objc2-core-data-0.2.2.crate) = 30575 +SHA256 (rust/crates/objc2-core-data-0.3.1.crate) = 291fbbf7d29287518e8686417cf7239c74700fd4b607623140a7d4a3c834329d +SIZE (rust/crates/objc2-core-data-0.3.1.crate) = 36462 +SHA256 (rust/crates/objc2-core-foundation-0.3.1.crate) = 1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166 +SIZE (rust/crates/objc2-core-foundation-0.3.1.crate) = 178121 +SHA256 (rust/crates/objc2-core-graphics-0.3.1.crate) = 989c6c68c13021b5c2d6b71456ebb0f9dc78d752e86a98da7c716f4f9470f5a4 +SIZE (rust/crates/objc2-core-graphics-0.3.1.crate) = 72294 SHA256 (rust/crates/objc2-core-image-0.2.2.crate) = 55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80 SIZE (rust/crates/objc2-core-image-0.2.2.crate) = 20050 +SHA256 (rust/crates/objc2-core-image-0.3.1.crate) = 79b3dc0cc4386b6ccf21c157591b34a7f44c8e75b064f85502901ab2188c007e +SIZE (rust/crates/objc2-core-image-0.3.1.crate) = 54660 SHA256 (rust/crates/objc2-core-location-0.2.2.crate) = 000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781 SIZE (rust/crates/objc2-core-location-0.2.2.crate) = 13100 -SHA256 (rust/crates/objc2-encode-4.0.3.crate) = 7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8 -SIZE (rust/crates/objc2-encode-4.0.3.crate) = 19478 +SHA256 (rust/crates/objc2-encode-4.1.0.crate) = ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33 +SIZE (rust/crates/objc2-encode-4.1.0.crate) = 21004 SHA256 (rust/crates/objc2-foundation-0.2.2.crate) = 0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8 SIZE (rust/crates/objc2-foundation-0.2.2.crate) = 249330 +SHA256 (rust/crates/objc2-foundation-0.3.1.crate) = 900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c +SIZE (rust/crates/objc2-foundation-0.3.1.crate) = 324572 +SHA256 (rust/crates/objc2-io-surface-0.3.1.crate) = 7282e9ac92529fa3457ce90ebb15f4ecbc383e8338060960760fa2cf75420c3c +SIZE (rust/crates/objc2-io-surface-0.3.1.crate) = 11724 SHA256 (rust/crates/objc2-link-presentation-0.2.2.crate) = a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398 SIZE (rust/crates/objc2-link-presentation-0.2.2.crate) = 4440 SHA256 (rust/crates/objc2-metal-0.2.2.crate) = dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6 SIZE (rust/crates/objc2-metal-0.2.2.crate) = 75276 +SHA256 (rust/crates/objc2-metal-0.3.1.crate) = 7f246c183239540aab1782457b35ab2040d4259175bd1d0c58e46ada7b47a874 +SIZE (rust/crates/objc2-metal-0.3.1.crate) = 145972 SHA256 (rust/crates/objc2-quartz-core-0.2.2.crate) = e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a SIZE (rust/crates/objc2-quartz-core-0.2.2.crate) = 21306 +SHA256 (rust/crates/objc2-quartz-core-0.3.1.crate) = 90ffb6a0cd5f182dc964334388560b12a57f7b74b3e2dec5e2722aa2dfb2ccd5 +SIZE (rust/crates/objc2-quartz-core-0.3.1.crate) = 28828 SHA256 (rust/crates/objc2-symbols-0.2.2.crate) = 0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc SIZE (rust/crates/objc2-symbols-0.2.2.crate) = 3626 SHA256 (rust/crates/objc2-ui-kit-0.2.2.crate) = b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f @@ -829,54 +855,46 @@ SHA256 (rust/crates/objc2-uniform-type-identifiers-0.2.2.crate) = 44fa5f9748dbfe SIZE (rust/crates/objc2-uniform-type-identifiers-0.2.2.crate) = 6017 SHA256 (rust/crates/objc2-user-notifications-0.2.2.crate) = 76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3 SIZE (rust/crates/objc2-user-notifications-0.2.2.crate) = 9600 -SHA256 (rust/crates/objc_id-0.1.1.crate) = c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b -SIZE (rust/crates/objc_id-0.1.1.crate) = 3258 SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 SIZE (rust/crates/object-0.36.7.crate) = 329938 -SHA256 (rust/crates/oboe-0.6.1.crate) = e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb -SIZE (rust/crates/oboe-0.6.1.crate) = 24588 -SHA256 (rust/crates/oboe-sys-0.6.1.crate) = 6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d -SIZE (rust/crates/oboe-sys-0.6.1.crate) = 169091 -SHA256 (rust/crates/ogg-0.8.0.crate) = 6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e -SIZE (rust/crates/ogg-0.8.0.crate) = 27128 -SHA256 (rust/crates/once_cell-1.20.3.crate) = 945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e -SIZE (rust/crates/once_cell-1.20.3.crate) = 33456 -SHA256 (rust/crates/oneshot-fused-workaround-0.2.1.crate) = 8e2f833c92b3bb159ddee62e27d611e056cd89373b4ba7ba6df8bcd00acdf1b5 -SIZE (rust/crates/oneshot-fused-workaround-0.2.1.crate) = 2520 +SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d +SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/oneshot-fused-workaround-0.2.3.crate) = ff2948fd2414b613f9a97f8401270bd5d7638265ab940475cdbcfa28a0273d58 +SIZE (rust/crates/oneshot-fused-workaround-0.2.3.crate) = 3770 SHA256 (rust/crates/open-5.3.2.crate) = e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95 SIZE (rust/crates/open-5.3.2.crate) = 26342 -SHA256 (rust/crates/openssl-0.10.72.crate) = fedfea7d58a1f73118430a55da6a286e7b044961736ce96a16a17068ea25e5da -SIZE (rust/crates/openssl-0.10.72.crate) = 283852 +SHA256 (rust/crates/openssl-0.10.74.crate) = 24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654 +SIZE (rust/crates/openssl-0.10.74.crate) = 285425 SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c SIZE (rust/crates/openssl-macros-0.1.1.crate) = 5601 -SHA256 (rust/crates/openssl-probe-0.1.5.crate) = ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf -SIZE (rust/crates/openssl-probe-0.1.5.crate) = 7227 -SHA256 (rust/crates/openssl-sys-0.9.108.crate) = e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847 -SIZE (rust/crates/openssl-sys-0.9.108.crate) = 78190 +SHA256 (rust/crates/openssl-probe-0.1.6.crate) = d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e +SIZE (rust/crates/openssl-probe-0.1.6.crate) = 8128 +SHA256 (rust/crates/openssl-sys-0.9.110.crate) = 0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2 +SIZE (rust/crates/openssl-sys-0.9.110.crate) = 80412 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/orbclient-0.3.48.crate) = ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43 SIZE (rust/crates/orbclient-0.3.48.crate) = 1324601 SHA256 (rust/crates/ordered-float-2.10.1.crate) = 68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c SIZE (rust/crates/ordered-float-2.10.1.crate) = 16029 -SHA256 (rust/crates/ordered-float-4.6.0.crate) = 7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951 -SIZE (rust/crates/ordered-float-4.6.0.crate) = 23633 +SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 +SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 SHA256 (rust/crates/os_str_bytes-6.6.1.crate) = e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1 SIZE (rust/crates/os_str_bytes-6.6.1.crate) = 27643 -SHA256 (rust/crates/ouroboros-0.18.4.crate) = 944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67 -SIZE (rust/crates/ouroboros-0.18.4.crate) = 11394 -SHA256 (rust/crates/ouroboros_macro-0.18.4.crate) = 39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd -SIZE (rust/crates/ouroboros_macro-0.18.4.crate) = 22011 +SHA256 (rust/crates/ouroboros-0.18.5.crate) = 1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59 +SIZE (rust/crates/ouroboros-0.18.5.crate) = 11678 +SHA256 (rust/crates/ouroboros_macro-0.18.5.crate) = 3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0 +SIZE (rust/crates/ouroboros_macro-0.18.5.crate) = 22021 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 SIZE (rust/crates/overload-0.1.1.crate) = 24439 -SHA256 (rust/crates/owned_ttf_parser-0.25.0.crate) = 22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4 -SIZE (rust/crates/owned_ttf_parser-0.25.0.crate) = 151164 +SHA256 (rust/crates/owned_ttf_parser-0.25.1.crate) = 36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b +SIZE (rust/crates/owned_ttf_parser-0.25.1.crate) = 8989 SHA256 (rust/crates/p256-0.13.2.crate) = c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b SIZE (rust/crates/p256-0.13.2.crate) = 63434 -SHA256 (rust/crates/p384-0.13.0.crate) = 70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209 -SIZE (rust/crates/p384-0.13.0.crate) = 236495 +SHA256 (rust/crates/p384-0.13.1.crate) = fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6 +SIZE (rust/crates/p384-0.13.1.crate) = 193022 SHA256 (rust/crates/p521-0.13.3.crate) = 0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2 SIZE (rust/crates/p521-0.13.3.crate) = 138499 SHA256 (rust/crates/palette-0.7.6.crate) = 4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6 @@ -885,10 +903,10 @@ SHA256 (rust/crates/palette_derive-0.7.6.crate) = f5030daf005bface118c096f510ffb SIZE (rust/crates/palette_derive-0.7.6.crate) = 17073 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 -SHA256 (rust/crates/parking_lot-0.12.3.crate) = f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27 -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/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pathdiff-0.2.3.crate) = df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3 @@ -899,16 +917,22 @@ SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 SIZE (rust/crates/phf-0.11.3.crate) = 23231 +SHA256 (rust/crates/phf-0.12.1.crate) = 913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7 +SIZE (rust/crates/phf-0.12.1.crate) = 23768 SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216 SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 -SHA256 (rust/crates/pin-project-1.1.8.crate) = 1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916 -SIZE (rust/crates/pin-project-1.1.8.crate) = 56118 -SHA256 (rust/crates/pin-project-internal-1.1.8.crate) = d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb -SIZE (rust/crates/pin-project-internal-1.1.8.crate) = 28634 +SHA256 (rust/crates/phf_shared-0.12.1.crate) = 06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981 +SIZE (rust/crates/phf_shared-0.12.1.crate) = 15568 +SHA256 (rust/crates/pico-args-0.5.0.crate) = 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315 +SIZE (rust/crates/pico-args-0.5.0.crate) = 11545 +SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a +SIZE (rust/crates/pin-project-1.1.10.crate) = 56348 +SHA256 (rust/crates/pin-project-internal-1.1.10.crate) = 6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861 +SIZE (rust/crates/pin-project-internal-1.1.10.crate) = 29162 SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 @@ -919,84 +943,100 @@ SHA256 (rust/crates/pkcs1-0.7.5.crate) = c8ffb9f10fa047879315e6625af03c164b16962 SIZE (rust/crates/pkcs1-0.7.5.crate) = 35790 SHA256 (rust/crates/pkcs8-0.10.2.crate) = f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7 SIZE (rust/crates/pkcs8-0.10.2.crate) = 26360 -SHA256 (rust/crates/pkg-config-0.3.31.crate) = 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 -SIZE (rust/crates/pkg-config-0.3.31.crate) = 20880 +SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c +SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 SIZE (rust/crates/png-0.17.16.crate) = 117975 -SHA256 (rust/crates/polling-3.7.4.crate) = a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f -SIZE (rust/crates/polling-3.7.4.crate) = 58239 +SHA256 (rust/crates/polling-3.9.0.crate) = 8ee9b2fa7a4517d2c91ff5bc6c297a427a96749d15f98fcdbb22c05571a4d4b7 +SIZE (rust/crates/polling-3.9.0.crate) = 59942 SHA256 (rust/crates/pollster-0.4.0.crate) = 2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3 SIZE (rust/crates/pollster-0.4.0.crate) = 9840 +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/postage-0.5.0.crate) = af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1 SIZE (rust/crates/postage-0.5.0.crate) = 431521 +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.20.crate) = 77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04 -SIZE (rust/crates/ppv-lite86-0.2.20.crate) = 22478 +SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 +SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/presser-0.3.1.crate) = e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa SIZE (rust/crates/presser-0.3.1.crate) = 20946 SHA256 (rust/crates/primeorder-0.13.6.crate) = 353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6 SIZE (rust/crates/primeorder-0.13.6.crate) = 21296 -SHA256 (rust/crates/priority-queue-2.1.1.crate) = 714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d -SIZE (rust/crates/priority-queue-2.1.1.crate) = 36321 -SHA256 (rust/crates/proc-macro-crate-3.2.0.crate) = 8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b -SIZE (rust/crates/proc-macro-crate-3.2.0.crate) = 11164 -SHA256 (rust/crates/proc-macro2-1.0.92.crate) = 37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0 -SIZE (rust/crates/proc-macro2-1.0.92.crate) = 52353 +SHA256 (rust/crates/priority-queue-2.5.0.crate) = 5676d703dda103cbb035b653a9f11448c0a7216c7926bd35fcb5865475d0c970 +SIZE (rust/crates/priority-queue-2.5.0.crate) = 49045 +SHA256 (rust/crates/proc-macro-crate-3.3.0.crate) = edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35 +SIZE (rust/crates/proc-macro-crate-3.3.0.crate) = 12432 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8 SIZE (rust/crates/proc-macro2-diagnostics-0.10.1.crate) = 12219 -SHA256 (rust/crates/profiling-1.0.16.crate) = afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d -SIZE (rust/crates/profiling-1.0.16.crate) = 12588 -SHA256 (rust/crates/profiling-procmacros-1.0.16.crate) = a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30 -SIZE (rust/crates/profiling-procmacros-1.0.16.crate) = 5893 +SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773 +SIZE (rust/crates/profiling-1.0.17.crate) = 13493 +SHA256 (rust/crates/profiling-procmacros-1.0.17.crate) = 52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b +SIZE (rust/crates/profiling-procmacros-1.0.17.crate) = 5895 SHA256 (rust/crates/pwd-grp-1.0.0.crate) = b94fdf3867b7f2889a736f0022ea9386766280d2cca4bdbe41629ada9e4f3b8f SIZE (rust/crates/pwd-grp-1.0.0.crate) = 28723 SHA256 (rust/crates/qoi-0.4.1.crate) = 7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001 SIZE (rust/crates/qoi-0.4.1.crate) = 71135 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quick-xml-0.31.0.crate) = 1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33 -SIZE (rust/crates/quick-xml-0.31.0.crate) = 172236 -SHA256 (rust/crates/quick-xml-0.36.2.crate) = f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe -SIZE (rust/crates/quick-xml-0.36.2.crate) = 185201 -SHA256 (rust/crates/quote-1.0.38.crate) = 0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc -SIZE (rust/crates/quote-1.0.38.crate) = 31252 +SHA256 (rust/crates/quick-xml-0.30.0.crate) = eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956 +SIZE (rust/crates/quick-xml-0.30.0.crate) = 161923 +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.3.0.crate) = 69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f +SIZE (rust/crates/r-efi-5.3.0.crate) = 64532 SHA256 (rust/crates/radium-0.7.0.crate) = dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09 SIZE (rust/crates/radium-0.7.0.crate) = 10906 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 -SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb SIZE (rust/crates/rand_chacha-0.9.0.crate) = 18258 SHA256 (rust/crates/rand_core-0.6.4.crate) = ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c SIZE (rust/crates/rand_core-0.6.4.crate) = 22666 -SHA256 (rust/crates/rand_core-0.9.2.crate) = 7a509b1a2ffbe92afab0e55c8fd99dea1c280e8171bd2d88682bb20bc41cbc2c -SIZE (rust/crates/rand_core-0.9.2.crate) = 24632 -SHA256 (rust/crates/range-alloc-0.1.3.crate) = 9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab -SIZE (rust/crates/range-alloc-0.1.3.crate) = 7664 -SHA256 (rust/crates/rangemap-1.5.1.crate) = f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684 -SIZE (rust/crates/rangemap-1.5.1.crate) = 57091 +SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38 +SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 +SHA256 (rust/crates/range-alloc-0.1.4.crate) = c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde +SIZE (rust/crates/range-alloc-0.1.4.crate) = 7924 +SHA256 (rust/crates/rangemap-1.6.0.crate) = f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223 +SIZE (rust/crates/rangemap-1.6.0.crate) = 58332 SHA256 (rust/crates/rav1e-0.7.1.crate) = cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9 SIZE (rust/crates/rav1e-0.7.1.crate) = 1472522 -SHA256 (rust/crates/ravif-0.11.11.crate) = 2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6 -SIZE (rust/crates/ravif-0.11.11.crate) = 11362 +SHA256 (rust/crates/ravif-0.11.20.crate) = 5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b +SIZE (rust/crates/ravif-0.11.20.crate) = 19233 SHA256 (rust/crates/raw-window-handle-0.6.2.crate) = 20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539 SIZE (rust/crates/raw-window-handle-0.6.2.crate) = 20234 SHA256 (rust/crates/rayon-1.10.0.crate) = b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa SIZE (rust/crates/rayon-1.10.0.crate) = 180155 SHA256 (rust/crates/rayon-core-1.12.1.crate) = 1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2 SIZE (rust/crates/rayon-core-1.12.1.crate) = 70701 -SHA256 (rust/crates/read-fonts-0.25.3.crate) = f6f9e8a4f503e5c8750e4cd3b32a4e090035c46374b305a15c70bad833dca05f -SIZE (rust/crates/read-fonts-0.25.3.crate) = 342224 +SHA256 (rust/crates/read-fonts-0.29.3.crate) = 04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d +SIZE (rust/crates/read-fonts-0.29.3.crate) = 395959 +SHA256 (rust/crates/read-fonts-0.35.0.crate) = 6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358 +SIZE (rust/crates/read-fonts-0.35.0.crate) = 416793 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_syscall-0.5.8.crate) = 03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834 -SIZE (rust/crates/redox_syscall-0.5.8.crate) = 26319 +SHA256 (rust/crates/redox_syscall-0.5.16.crate) = 7251471db004e509f4e75a62cca9435365b5ec7bcdff530d612ac7c87c44a792 +SIZE (rust/crates/redox_syscall-0.5.16.crate) = 30046 SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 +SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b +SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 +SHA256 (rust/crates/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 @@ -1009,64 +1049,72 @@ SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303af SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/renderdoc-sys-1.1.0.crate) = 19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832 SIZE (rust/crates/renderdoc-sys-1.1.0.crate) = 10366 -SHA256 (rust/crates/reqwest-0.12.12.crate) = 43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da -SIZE (rust/crates/reqwest-0.12.12.crate) = 193321 -SHA256 (rust/crates/retry-error-0.6.2.crate) = eaaf0be51d5c7ad7eff9e1798f1928f151fd9644c65b488c899c9723dc61cdbf -SIZE (rust/crates/retry-error-0.6.2.crate) = 5851 +SHA256 (rust/crates/reqwest-0.12.22.crate) = cbc931937e6ca3a06e3b6c0aa7841849b160a90351d6ab467a8b9b9959767531 +SIZE (rust/crates/reqwest-0.12.22.crate) = 200283 +SHA256 (rust/crates/resvg-0.45.1.crate) = a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43 +SIZE (rust/crates/resvg-0.45.1.crate) = 78002 +SHA256 (rust/crates/retry-error-0.6.5.crate) = ce97442758392c7e2a7716e06c514de75f0fe4b5a4b76e14ba1e5edfb7ba3512 +SIZE (rust/crates/retry-error-0.6.5.crate) = 6854 SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 -SHA256 (rust/crates/rfd-0.15.2.crate) = 6a24763657bff09769a8ccf12c8b8a50416fb035fe199263b4c5071e4e3f006f -SIZE (rust/crates/rfd-0.15.2.crate) = 55948 -SHA256 (rust/crates/rgb-0.8.50.crate) = 57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a -SIZE (rust/crates/rgb-0.8.50.crate) = 21980 +SHA256 (rust/crates/rfd-0.15.4.crate) = ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed +SIZE (rust/crates/rfd-0.15.4.crate) = 56785 +SHA256 (rust/crates/rgb-0.8.52.crate) = 0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce +SIZE (rust/crates/rgb-0.8.52.crate) = 22449 SHA256 (rust/crates/ring-0.16.20.crate) = 3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc SIZE (rust/crates/ring-0.16.20.crate) = 5082615 -SHA256 (rust/crates/ring-0.17.8.crate) = c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d -SIZE (rust/crates/ring-0.17.8.crate) = 4188554 -SHA256 (rust/crates/rodio-0.20.1.crate) = e7ceb6607dd738c99bc8cb28eff249b7cd5c8ec88b9db96c0608c1480d140fb1 -SIZE (rust/crates/rodio-0.20.1.crate) = 90390 +SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 +SIZE (rust/crates/ring-0.17.14.crate) = 1502610 +SHA256 (rust/crates/rodio-0.21.1.crate) = e40ecf59e742e03336be6a3d53755e789fd05a059fa22dfa0ed624722319e183 +SIZE (rust/crates/rodio-0.21.1.crate) = 135395 SHA256 (rust/crates/roxmltree-0.20.0.crate) = 6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97 SIZE (rust/crates/roxmltree-0.20.0.crate) = 54594 -SHA256 (rust/crates/rsa-0.9.7.crate) = 47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519 -SIZE (rust/crates/rsa-0.9.7.crate) = 80231 +SHA256 (rust/crates/rsa-0.9.8.crate) = 78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b +SIZE (rust/crates/rsa-0.9.8.crate) = 85741 SHA256 (rust/crates/rusqlite-0.32.1.crate) = 7753b721174eb8ff87a9a0e799e2d7bc3749323e773db92e0984debb00019d6e SIZE (rust/crates/rusqlite-0.32.1.crate) = 155563 -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.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace +SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustc-hash-2.1.0.crate) = c7fb8039b3032c191086b10f11f319a6e99e1e82889c5cc6046f515c9db1d497 -SIZE (rust/crates/rustc-hash-2.1.0.crate) = 13316 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 -SHA256 (rust/crates/rustix-0.38.43.crate) = a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6 -SIZE (rust/crates/rustix-0.38.43.crate) = 379134 -SHA256 (rust/crates/rustls-0.23.21.crate) = 8f287924602bf649d949c63dc8ac8b235fa5387d394020705b80c4eb597ce5b8 -SIZE (rust/crates/rustls-0.23.21.crate) = 337106 +SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 +SIZE (rust/crates/rustix-0.38.44.crate) = 379347 +SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 +SIZE (rust/crates/rustix-1.0.8.crate) = 416688 +SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc +SIZE (rust/crates/rustls-0.23.31.crate) = 371259 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.10.1.crate) = d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37 -SIZE (rust/crates/rustls-pki-types-1.10.1.crate) = 58944 -SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 -SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 -SHA256 (rust/crates/rustversion-1.0.19.crate) = f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4 -SIZE (rust/crates/rustversion-1.0.19.crate) = 20616 -SHA256 (rust/crates/rustybuzz-0.14.1.crate) = cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c -SIZE (rust/crates/rustybuzz-0.14.1.crate) = 254743 -SHA256 (rust/crates/ryu-1.0.18.crate) = f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f -SIZE (rust/crates/ryu-1.0.18.crate) = 47713 -SHA256 (rust/crates/safelog-0.4.3.crate) = 78c9c2fb898b8b41e90b84234baf8075a7f30cf120101e42afe34acbf4c50ac8 -SIZE (rust/crates/safelog-0.4.3.crate) = 9946 +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.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc +SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/rustybuzz-0.20.1.crate) = fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702 +SIZE (rust/crates/rustybuzz-0.20.1.crate) = 272721 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 +SHA256 (rust/crates/safelog-0.4.7.crate) = 5d343b15e1705331c25689e0fa87e8514fb33bd3c9beeb45658a7c355f317de2 +SIZE (rust/crates/safelog-0.4.7.crate) = 13965 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/sanitize-filename-0.6.0.crate) = bc984f4f9ceb736a7bb755c3e3bd17dc56370af2600c9780dcc48c66453da34d SIZE (rust/crates/sanitize-filename-0.6.0.crate) = 4819 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 +SHA256 (rust/crates/schemars-0.9.0.crate) = 4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f +SIZE (rust/crates/schemars-0.9.0.crate) = 80032 +SHA256 (rust/crates/schemars-1.0.4.crate) = 82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0 +SIZE (rust/crates/schemars-1.0.4.crate) = 88282 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 @@ -1083,70 +1131,84 @@ SHA256 (rust/crates/security-framework-3.2.0.crate) = 271720403f46ca04f7ba6f55d4 SIZE (rust/crates/security-framework-3.2.0.crate) = 86095 SHA256 (rust/crates/security-framework-sys-2.14.0.crate) = 49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32 SIZE (rust/crates/security-framework-sys-2.14.0.crate) = 20537 -SHA256 (rust/crates/self_cell-1.1.0.crate) = c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe -SIZE (rust/crates/self_cell-1.1.0.crate) = 16636 -SHA256 (rust/crates/semver-1.0.24.crate) = 3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba -SIZE (rust/crates/semver-1.0.24.crate) = 31267 -SHA256 (rust/crates/serde-1.0.217.crate) = 02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70 -SIZE (rust/crates/serde-1.0.217.crate) = 79019 +SHA256 (rust/crates/self_cell-1.2.0.crate) = 0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749 +SIZE (rust/crates/self_cell-1.2.0.crate) = 16883 +SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 +SIZE (rust/crates/semver-1.0.26.crate) = 31303 +SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 +SIZE (rust/crates/serde-1.0.219.crate) = 78983 +SHA256 (rust/crates/serde-untagged-0.1.8.crate) = 34836a629bcbc6f1afdf0907a744870039b1e14c0561cb26094fa683b158eff3 +SIZE (rust/crates/serde-untagged-0.1.8.crate) = 17573 SHA256 (rust/crates/serde-value-0.7.0.crate) = f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c SIZE (rust/crates/serde-value-0.7.0.crate) = 10249 -SHA256 (rust/crates/serde_derive-1.0.217.crate) = 5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0 -SIZE (rust/crates/serde_derive-1.0.217.crate) = 57749 -SHA256 (rust/crates/serde_ignored-0.1.10.crate) = a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf -SIZE (rust/crates/serde_ignored-0.1.10.crate) = 11789 -SHA256 (rust/crates/serde_json-1.0.135.crate) = 2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9 -SIZE (rust/crates/serde_json-1.0.135.crate) = 154499 -SHA256 (rust/crates/serde_repr-0.1.19.crate) = 6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9 -SIZE (rust/crates/serde_repr-0.1.19.crate) = 9997 -SHA256 (rust/crates/serde_spanned-0.6.8.crate) = 87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1 -SIZE (rust/crates/serde_spanned-0.6.8.crate) = 9330 +SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 +SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/serde_ignored-0.1.12.crate) = b516445dac1e3535b6d658a7b528d771153dfb272ed4180ca4617a20550365ff +SIZE (rust/crates/serde_ignored-0.1.12.crate) = 13050 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 +SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c +SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 +SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 +SIZE (rust/crates/serde_spanned-0.6.9.crate) = 10210 +SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83 +SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 +SHA256 (rust/crates/serde_test-1.0.177.crate) = 7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed +SIZE (rust/crates/serde_test-1.0.177.crate) = 18671 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.12.0.crate) = d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa -SIZE (rust/crates/serde_with-3.12.0.crate) = 148666 -SHA256 (rust/crates/serde_with_macros-3.12.0.crate) = 8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e -SIZE (rust/crates/serde_with_macros-3.12.0.crate) = 32089 +SHA256 (rust/crates/serde_with-3.14.0.crate) = f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5 +SIZE (rust/crates/serde_with-3.14.0.crate) = 192177 +SHA256 (rust/crates/serde_with_macros-3.14.0.crate) = de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f +SIZE (rust/crates/serde_with_macros-3.14.0.crate) = 39066 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 -SHA256 (rust/crates/sha2-0.10.8.crate) = 793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8 -SIZE (rust/crates/sha2-0.10.8.crate) = 26357 +SHA256 (rust/crates/sha2-0.10.9.crate) = a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283 +SIZE (rust/crates/sha2-0.10.9.crate) = 29271 SHA256 (rust/crates/sha3-0.10.8.crate) = 75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60 SIZE (rust/crates/sha3-0.10.8.crate) = 858216 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 -SHA256 (rust/crates/shellexpand-3.1.0.crate) = da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b -SIZE (rust/crates/shellexpand-3.1.0.crate) = 25591 +SHA256 (rust/crates/shellexpand-3.1.1.crate) = 8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb +SIZE (rust/crates/shellexpand-3.1.1.crate) = 25904 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 -SHA256 (rust/crates/signal-hook-registry-1.4.2.crate) = a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1 -SIZE (rust/crates/signal-hook-registry-1.4.2.crate) = 18064 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de SIZE (rust/crates/signature-2.2.0.crate) = 15531 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 SHA256 (rust/crates/simd_helpers-0.1.0.crate) = 95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6 SIZE (rust/crates/simd_helpers-0.1.0.crate) = 1527 +SHA256 (rust/crates/simplecss-0.2.2.crate) = 7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c +SIZE (rust/crates/simplecss-0.2.2.crate) = 22136 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/skrifa-0.26.6.crate) = 8cc1aa86c26dbb1b63875a7180aa0819709b33348eb5b1491e4321fae388179d -SIZE (rust/crates/skrifa-0.26.6.crate) = 261208 -SHA256 (rust/crates/slab-0.4.9.crate) = 8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67 -SIZE (rust/crates/slab-0.4.9.crate) = 17108 +SHA256 (rust/crates/skrifa-0.31.3.crate) = dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607 +SIZE (rust/crates/skrifa-0.31.3.crate) = 276317 +SHA256 (rust/crates/skrifa-0.37.0.crate) = 8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841 +SIZE (rust/crates/skrifa-0.37.0.crate) = 283031 +SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/slotmap-1.0.7.crate) = dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a SIZE (rust/crates/slotmap-1.0.7.crate) = 61390 -SHA256 (rust/crates/slotmap-careful-0.2.3.crate) = 186e34c0f5a636bb33bf53ca356933c525a7758ddddb8d93f98eff866db966d5 -SIZE (rust/crates/slotmap-careful-0.2.3.crate) = 11848 -SHA256 (rust/crates/smallvec-1.13.2.crate) = 3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67 -SIZE (rust/crates/smallvec-1.13.2.crate) = 35216 +SHA256 (rust/crates/slotmap-careful-0.2.5.crate) = 9500059071474a36baac642b6bb99ca1dbac0ce43727abbba02dad83822dadf2 +SIZE (rust/crates/slotmap-careful-0.2.5.crate) = 13150 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 SHA256 (rust/crates/smithay-client-toolkit-0.19.2.crate) = 3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016 SIZE (rust/crates/smithay-client-toolkit-0.19.2.crate) = 131504 -SHA256 (rust/crates/smithay-clipboard-0.7.2.crate) = cc8216eec463674a0e90f29e0ae41a4db573ec5b56b1c6c1c71615d249b6d846 -SIZE (rust/crates/smithay-clipboard-0.7.2.crate) = 17877 +SHA256 (rust/crates/smithay-client-toolkit-0.20.0.crate) = 0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0 +SIZE (rust/crates/smithay-client-toolkit-0.20.0.crate) = 142597 +SHA256 (rust/crates/smithay-clipboard-0.7.3.crate) = 71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226 +SIZE (rust/crates/smithay-clipboard-0.7.3.crate) = 18270 SHA256 (rust/crates/smol_str-0.2.2.crate) = dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead SIZE (rust/crates/smol_str-0.2.2.crate) = 15840 -SHA256 (rust/crates/socket2-0.5.8.crate) = c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8 -SIZE (rust/crates/socket2-0.5.8.crate) = 56309 +SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 +SIZE (rust/crates/socket2-0.6.0.crate) = 57974 SHA256 (rust/crates/softbuffer-0.4.6.crate) = 18051cdd562e792cad055119e0cdb2cfc137e44e3987532e0f9659a77931bb08 SIZE (rust/crates/softbuffer-0.4.6.crate) = 61049 SHA256 (rust/crates/spin-0.5.2.crate) = 6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d @@ -1177,36 +1239,56 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 SIZE (rust/crates/strum-0.26.3.crate) = 7237 -SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 -SIZE (rust/crates/strum-0.27.1.crate) = 7467 +SHA256 (rust/crates/strum-0.27.2.crate) = af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf +SIZE (rust/crates/strum-0.27.2.crate) = 8489 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be SIZE (rust/crates/strum_macros-0.26.4.crate) = 27531 -SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 -SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7 +SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/svg_fmt-0.4.4.crate) = ce5d813d71d82c4cbc1742135004e4a79fd870214c155443451c139c9470a0aa -SIZE (rust/crates/svg_fmt-0.4.4.crate) = 4339 -SHA256 (rust/crates/swash-0.2.1.crate) = 13d5bbc2aa266907ed8ee977c9c9e16363cc2b001266104e13397b57f1d15f71 -SIZE (rust/crates/swash-0.2.1.crate) = 236963 +SHA256 (rust/crates/svg_fmt-0.4.5.crate) = 0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb +SIZE (rust/crates/svg_fmt-0.4.5.crate) = 4534 +SHA256 (rust/crates/svgtypes-0.15.3.crate) = 68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc +SIZE (rust/crates/svgtypes-0.15.3.crate) = 43696 +SHA256 (rust/crates/swash-0.2.5.crate) = f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3 +SIZE (rust/crates/swash-0.2.5.crate) = 237646 SHA256 (rust/crates/symphonia-0.5.4.crate) = 815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9 SIZE (rust/crates/symphonia-0.5.4.crate) = 12039 +SHA256 (rust/crates/symphonia-bundle-flac-0.5.4.crate) = 72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97 +SIZE (rust/crates/symphonia-bundle-flac-0.5.4.crate) = 23071 SHA256 (rust/crates/symphonia-bundle-mp3-0.5.4.crate) = c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4 SIZE (rust/crates/symphonia-bundle-mp3-0.5.4.crate) = 60104 +SHA256 (rust/crates/symphonia-codec-aac-0.5.4.crate) = cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70 +SIZE (rust/crates/symphonia-codec-aac-0.5.4.crate) = 25145 +SHA256 (rust/crates/symphonia-codec-pcm-0.5.4.crate) = f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b +SIZE (rust/crates/symphonia-codec-pcm-0.5.4.crate) = 6179 +SHA256 (rust/crates/symphonia-codec-vorbis-0.5.4.crate) = 5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30 +SIZE (rust/crates/symphonia-codec-vorbis-0.5.4.crate) = 24651 SHA256 (rust/crates/symphonia-core-0.5.4.crate) = 798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3 SIZE (rust/crates/symphonia-core-0.5.4.crate) = 98029 +SHA256 (rust/crates/symphonia-format-isomp4-0.5.4.crate) = abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844 +SIZE (rust/crates/symphonia-format-isomp4-0.5.4.crate) = 36157 +SHA256 (rust/crates/symphonia-format-ogg-0.5.4.crate) = ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931 +SIZE (rust/crates/symphonia-format-ogg-0.5.4.crate) = 23239 +SHA256 (rust/crates/symphonia-format-riff-0.5.4.crate) = 05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50 +SIZE (rust/crates/symphonia-format-riff-0.5.4.crate) = 16962 SHA256 (rust/crates/symphonia-metadata-0.5.4.crate) = bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c SIZE (rust/crates/symphonia-metadata-0.5.4.crate) = 23343 +SHA256 (rust/crates/symphonia-utils-xiph-0.5.4.crate) = 484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe +SIZE (rust/crates/symphonia-utils-xiph-0.5.4.crate) = 5787 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.96.crate) = d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80 -SIZE (rust/crates/syn-2.0.96.crate) = 297497 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 -SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 -SIZE (rust/crates/synstructure-0.13.1.crate) = 18327 +SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 +SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 SHA256 (rust/crates/sys-locale-0.3.2.crate) = 8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4 SIZE (rust/crates/sys-locale-0.3.2.crate) = 15072 +SHA256 (rust/crates/sysinfo-0.33.1.crate) = 4fc858248ea01b66f19d8e8a6d55f41deaf91e9d495246fd01368d99935c6c01 +SIZE (rust/crates/sysinfo-0.33.1.crate) = 197268 SHA256 (rust/crates/system-configuration-0.6.1.crate) = 3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b SIZE (rust/crates/system-configuration-0.6.1.crate) = 17935 SHA256 (rust/crates/system-configuration-sys-0.6.0.crate) = 8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4 @@ -1217,10 +1299,10 @@ SHA256 (rust/crates/tap-1.0.1.crate) = 55937e1799185b12863d447f42597ed69d9928686 SIZE (rust/crates/tap-1.0.1.crate) = 11316 SHA256 (rust/crates/target-lexicon-0.12.16.crate) = 61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1 SIZE (rust/crates/target-lexicon-0.12.16.crate) = 26488 -SHA256 (rust/crates/tauri-winrt-notification-0.2.1.crate) = f89f5fb70d6f62381f5d9b2ba9008196150b40b75f3068eb24faeddf1c686871 -SIZE (rust/crates/tauri-winrt-notification-0.2.1.crate) = 42232 -SHA256 (rust/crates/tempfile-3.15.0.crate) = 9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704 -SIZE (rust/crates/tempfile-3.15.0.crate) = 35693 +SHA256 (rust/crates/tauri-winrt-notification-0.7.2.crate) = 0b1e66e07de489fe43a46678dd0b8df65e0c973909df1b60ba33874e297ba9b9 +SIZE (rust/crates/tauri-winrt-notification-0.7.2.crate) = 46776 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 @@ -1231,52 +1313,60 @@ 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/tiff-0.9.1.crate) = ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e SIZE (rust/crates/tiff-0.9.1.crate) = 1423953 -SHA256 (rust/crates/time-0.3.37.crate) = 35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21 -SIZE (rust/crates/time-0.3.37.crate) = 123257 -SHA256 (rust/crates/time-core-0.1.2.crate) = ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3 -SIZE (rust/crates/time-core-0.1.2.crate) = 7191 -SHA256 (rust/crates/time-macros-0.2.19.crate) = 2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de -SIZE (rust/crates/time-macros-0.2.19.crate) = 24268 -SHA256 (rust/crates/timeago-0.4.2.crate) = a1710e589de0a76aaf295cd47a6699f6405737dbfd3cf2b75c92d000b548d0e6 -SIZE (rust/crates/timeago-0.4.2.crate) = 18821 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 +SHA256 (rust/crates/timeago-0.5.0.crate) = 05030782ebd7d1295cce15a98c8805de6e70776c95f8e3468f84f7f198824f49 +SIZE (rust/crates/timeago-0.5.0.crate) = 19253 SHA256 (rust/crates/tiny-skia-0.11.4.crate) = 83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab SIZE (rust/crates/tiny-skia-0.11.4.crate) = 201082 SHA256 (rust/crates/tiny-skia-path-0.11.4.crate) = 9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93 SIZE (rust/crates/tiny-skia-path-0.11.4.crate) = 47764 SHA256 (rust/crates/tiny-xlib-0.2.4.crate) = 0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e SIZE (rust/crates/tiny-xlib-0.2.4.crate) = 17760 -SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f -SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 -SHA256 (rust/crates/tinystr-0.8.0.crate) = b2b56a820bb70060f096338fcc02edb78cb3f8fb21c5078503f48588cfcaf494 -SIZE (rust/crates/tinystr-0.8.0.crate) = 17567 -SHA256 (rust/crates/tinyvec-1.8.1.crate) = 022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8 -SIZE (rust/crates/tinyvec-1.8.1.crate) = 47269 +SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b +SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 +SHA256 (rust/crates/tinyvec-1.9.0.crate) = 09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71 +SIZE (rust/crates/tinyvec-1.9.0.crate) = 54137 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/to_method-1.1.0.crate) = c7c4ceeeca15c8384bbc3e011dbd8fccb7f068a440b752b7d9b32ceb0ca0e2e8 SIZE (rust/crates/to_method-1.1.0.crate) = 4738 -SHA256 (rust/crates/tokio-1.44.0.crate) = 9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a -SIZE (rust/crates/tokio-1.44.0.crate) = 829777 +SHA256 (rust/crates/tokio-1.47.0.crate) = 43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35 +SIZE (rust/crates/tokio-1.47.0.crate) = 828980 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 SHA256 (rust/crates/tokio-native-tls-0.3.1.crate) = bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2 SIZE (rust/crates/tokio-native-tls-0.3.1.crate) = 20676 -SHA256 (rust/crates/tokio-rustls-0.26.1.crate) = 5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37 -SIZE (rust/crates/tokio-rustls-0.26.1.crate) = 31214 +SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b +SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 -SHA256 (rust/crates/tokio-util-0.7.13.crate) = d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078 -SIZE (rust/crates/tokio-util-0.7.13.crate) = 115191 -SHA256 (rust/crates/toml-0.8.19.crate) = a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e -SIZE (rust/crates/toml-0.8.19.crate) = 50974 -SHA256 (rust/crates/toml_datetime-0.6.8.crate) = 0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41 -SIZE (rust/crates/toml_datetime-0.6.8.crate) = 12028 -SHA256 (rust/crates/toml_edit-0.22.22.crate) = 4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5 -SIZE (rust/crates/toml_edit-0.22.22.crate) = 106387 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 +SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362 +SIZE (rust/crates/toml-0.8.23.crate) = 36050 +SHA256 (rust/crates/toml-0.9.2.crate) = ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac +SIZE (rust/crates/toml-0.9.2.crate) = 56695 +SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c +SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 +SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 +SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a +SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_parser-1.0.1.crate) = 97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30 +SIZE (rust/crates/toml_parser-1.0.1.crate) = 35063 +SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 +SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 +SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 +SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 SHA256 (rust/crates/tor-async-utils-0.26.0.crate) = bc495874ffcf9b570dc7d1880fccb394f343e950f72e8a60f2ddbf95c05a5b1e SIZE (rust/crates/tor-async-utils-0.26.0.crate) = 21498 SHA256 (rust/crates/tor-basic-utils-0.26.0.crate) = 30c4e63f35503720da1e1022c2a68e3fec1db370e7f02486a4ce1a20c60bbce3 @@ -1309,6 +1399,8 @@ SHA256 (rust/crates/tor-general-addr-0.26.0.crate) = 736453e89f894e1967266e4bdcf SIZE (rust/crates/tor-general-addr-0.26.0.crate) = 7202 SHA256 (rust/crates/tor-guardmgr-0.26.0.crate) = c1fdded45ad71e3ee991db70af9766a86e0ecf0c04c5be2ba14e833f08a415c2 SIZE (rust/crates/tor-guardmgr-0.26.0.crate) = 127014 +SHA256 (rust/crates/tor-hsclient-0.26.0.crate) = 9f31d16e217827a6846502b87b507d7d47da42446306c3d6ebbd681e8a73d8f8 +SIZE (rust/crates/tor-hsclient-0.26.0.crate) = 48599 SHA256 (rust/crates/tor-hscrypto-0.26.0.crate) = 2b86a73a511b16c23b25175f30c31b241004de410be400603a8e980355dc2bf1 SIZE (rust/crates/tor-hscrypto-0.26.0.crate) = 31345 SHA256 (rust/crates/tor-key-forge-0.26.0.crate) = f0c61cd2abec79d48419b7afed9d02a454e6118f773c249957f4d9953feaf225 @@ -1345,16 +1437,18 @@ SHA256 (rust/crates/tor-units-0.26.0.crate) = 7cbb818d417a039a4201c92c86adef7787 SIZE (rust/crates/tor-units-0.26.0.crate) = 7149 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.6.crate) = adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2 +SIZE (rust/crates/tower-http-0.6.6.crate) = 133515 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 -SHA256 (rust/crates/tracing-attributes-0.1.28.crate) = 395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d -SIZE (rust/crates/tracing-attributes-0.1.28.crate) = 33280 -SHA256 (rust/crates/tracing-core-0.1.33.crate) = e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c -SIZE (rust/crates/tracing-core-0.1.33.crate) = 63434 +SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 +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 @@ -1365,62 +1459,62 @@ SHA256 (rust/crates/tracing-test-macro-0.2.5.crate) = 04659ddb06c87d233c566112c1 SIZE (rust/crates/tracing-test-macro-0.2.5.crate) = 7665 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/ttf-parser-0.20.0.crate) = 17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4 -SIZE (rust/crates/ttf-parser-0.20.0.crate) = 161769 -SHA256 (rust/crates/ttf-parser-0.21.1.crate) = 2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8 -SIZE (rust/crates/ttf-parser-0.21.1.crate) = 194876 SHA256 (rust/crates/ttf-parser-0.25.1.crate) = d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31 SIZE (rust/crates/ttf-parser-0.25.1.crate) = 201121 SHA256 (rust/crates/typed-index-collections-3.1.0.crate) = 183496e014253d15abbe6235677b1392dba2d40524c88938991226baa38ac7c4 SIZE (rust/crates/typed-index-collections-3.1.0.crate) = 31537 -SHA256 (rust/crates/typenum-1.17.0.crate) = 42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825 -SIZE (rust/crates/typenum-1.17.0.crate) = 42849 +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/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 SIZE (rust/crates/uds_windows-1.1.0.crate) = 17040 SHA256 (rust/crates/uncased-0.9.10.crate) = e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697 SIZE (rust/crates/uncased-0.9.10.crate) = 10872 SHA256 (rust/crates/unicode-bidi-0.3.18.crate) = 5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5 SIZE (rust/crates/unicode-bidi-0.3.18.crate) = 58300 -SHA256 (rust/crates/unicode-bidi-mirroring-0.2.0.crate) = 23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86 -SIZE (rust/crates/unicode-bidi-mirroring-0.2.0.crate) = 8166 -SHA256 (rust/crates/unicode-ccc-0.2.0.crate) = 1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656 -SIZE (rust/crates/unicode-ccc-0.2.0.crate) = 8872 -SHA256 (rust/crates/unicode-ident-1.0.14.crate) = adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83 -SIZE (rust/crates/unicode-ident-1.0.14.crate) = 47547 +SHA256 (rust/crates/unicode-bidi-mirroring-0.4.0.crate) = 5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe +SIZE (rust/crates/unicode-bidi-mirroring-0.4.0.crate) = 8169 +SHA256 (rust/crates/unicode-ccc-0.4.0.crate) = ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e +SIZE (rust/crates/unicode-ccc-0.4.0.crate) = 8942 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 -SHA256 (rust/crates/unicode-properties-0.1.3.crate) = e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0 -SIZE (rust/crates/unicode-properties-0.1.3.crate) = 42252 +SHA256 (rust/crates/unicode-properties-0.1.4.crate) = 7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d +SIZE (rust/crates/unicode-properties-0.1.4.crate) = 42752 SHA256 (rust/crates/unicode-script-0.5.7.crate) = 9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f SIZE (rust/crates/unicode-script-0.5.7.crate) = 47080 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 -SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af -SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 +SHA256 (rust/crates/unicode-vo-0.1.0.crate) = b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94 +SIZE (rust/crates/unicode-vo-0.1.0.crate) = 8084 +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/untrusted-0.7.1.crate) = a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a SIZE (rust/crates/untrusted-0.7.1.crate) = 7924 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 +SHA256 (rust/crates/uptime_lib-0.3.1.crate) = 9e64b558561f12a171bbea5325c3f24f129db371adee1d7ae93b6e310bd69192 +SIZE (rust/crates/uptime_lib-0.3.1.crate) = 5824 SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 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/usvg-0.45.1.crate) = 80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef +SIZE (rust/crates/usvg-0.45.1.crate) = 136945 SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 SIZE (rust/crates/utf8-width-0.1.7.crate) = 2977 SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 -SHA256 (rust/crates/uuid-1.15.1.crate) = e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587 -SIZE (rust/crates/uuid-1.15.1.crate) = 58728 -SHA256 (rust/crates/v_frame-0.3.8.crate) = d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b -SIZE (rust/crates/v_frame-0.3.8.crate) = 14967 +SHA256 (rust/crates/uuid-1.17.0.crate) = 3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d +SIZE (rust/crates/uuid-1.17.0.crate) = 59014 +SHA256 (rust/crates/v_frame-0.3.9.crate) = 666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2 +SIZE (rust/crates/v_frame-0.3.9.crate) = 20856 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 SIZE (rust/crates/valuable-0.1.1.crate) = 28679 -SHA256 (rust/crates/value-bag-1.10.0.crate) = 3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2 -SIZE (rust/crates/value-bag-1.10.0.crate) = 40371 SHA256 (rust/crates/vcpkg-0.2.15.crate) = accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426 SIZE (rust/crates/vcpkg-0.2.15.crate) = 228735 SHA256 (rust/crates/version-compare-0.2.0.crate) = 852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b @@ -1433,66 +1527,78 @@ SHA256 (rust/crates/void-1.0.2.crate) = 6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacff SIZE (rust/crates/void-1.0.2.crate) = 2356 SHA256 (rust/crates/vswhom-0.1.0.crate) = be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b SIZE (rust/crates/vswhom-0.1.0.crate) = 9420 -SHA256 (rust/crates/vswhom-sys-0.1.2.crate) = d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18 -SIZE (rust/crates/vswhom-sys-0.1.2.crate) = 15852 +SHA256 (rust/crates/vswhom-sys-0.1.3.crate) = fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150 +SIZE (rust/crates/vswhom-sys-0.1.3.crate) = 16242 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e SIZE (rust/crates/want-0.3.1.crate) = 6398 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2 -SIZE (rust/crates/wasi-0.13.3+wasi-0.2.2.crate) = 136754 +SHA256 (rust/crates/wasi-0.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/wasix-0.12.21.crate) = c1fbb4ef9bbca0c1170e0b00dd28abc9e3b68669821600cad1caaed606583c6d SIZE (rust/crates/wasix-0.12.21.crate) = 193621 -SHA256 (rust/crates/wasm-bindgen-0.2.99.crate) = a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396 -SIZE (rust/crates/wasm-bindgen-0.2.99.crate) = 46136 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.99.crate) = 5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79 -SIZE (rust/crates/wasm-bindgen-backend-0.2.99.crate) = 30928 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.49.crate) = 38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2 -SIZE (rust/crates/wasm-bindgen-futures-0.4.49.crate) = 14838 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.99.crate) = 2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe -SIZE (rust/crates/wasm-bindgen-macro-0.2.99.crate) = 7011 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.99.crate) = 30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2 -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.99.crate) = 22800 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.99.crate) = 943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6 -SIZE (rust/crates/wasm-bindgen-shared-0.2.99.crate) = 7773 -SHA256 (rust/crates/wasmtimer-0.4.1.crate) = 0048ad49a55b9deb3953841fa1fc5858f0efbcb7a18868c899a360269fac1b23 -SIZE (rust/crates/wasmtimer-0.4.1.crate) = 32750 -SHA256 (rust/crates/wayland-backend-0.3.7.crate) = 056535ced7a150d45159d3a8dc30f91a2e2d588ca0b23f70e56033622b8016f6 -SIZE (rust/crates/wayland-backend-0.3.7.crate) = 71771 -SHA256 (rust/crates/wayland-client-0.31.7.crate) = b66249d3fc69f76fd74c82cc319300faa554e9d865dab1f7cd66cc20db10b280 -SIZE (rust/crates/wayland-client-0.31.7.crate) = 64486 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasmtimer-0.4.2.crate) = d8d49b5d6c64e8558d9b1b065014426f35c18de636895d24893dbbd329743446 +SIZE (rust/crates/wasmtimer-0.4.2.crate) = 36948 +SHA256 (rust/crates/wayland-backend-0.3.11.crate) = 673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35 +SIZE (rust/crates/wayland-backend-0.3.11.crate) = 76980 +SHA256 (rust/crates/wayland-client-0.31.11.crate) = c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d +SIZE (rust/crates/wayland-client-0.31.11.crate) = 65932 SHA256 (rust/crates/wayland-csd-frame-0.3.0.crate) = 625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e SIZE (rust/crates/wayland-csd-frame-0.3.0.crate) = 5696 -SHA256 (rust/crates/wayland-cursor-0.31.7.crate) = 32b08bc3aafdb0035e7fe0fdf17ba0c09c268732707dca4ae098f60cb28c9e4c -SIZE (rust/crates/wayland-cursor-0.31.7.crate) = 7567 -SHA256 (rust/crates/wayland-protocols-0.32.5.crate) = 7cd0ade57c4e6e9a8952741325c30bf82f4246885dca8bf561898b86d0c1f58e -SIZE (rust/crates/wayland-protocols-0.32.5.crate) = 176196 -SHA256 (rust/crates/wayland-protocols-plasma-0.3.5.crate) = 9b31cab548ee68c7eb155517f2212049dc151f7cd7910c2b66abfd31c3ee12bd -SIZE (rust/crates/wayland-protocols-plasma-0.3.5.crate) = 60530 -SHA256 (rust/crates/wayland-protocols-wlr-0.3.5.crate) = 782e12f6cd923c3c316130d56205ebab53f55d6666b7faddfad36cecaeeb4022 -SIZE (rust/crates/wayland-protocols-wlr-0.3.5.crate) = 26282 -SHA256 (rust/crates/wayland-scanner-0.31.5.crate) = 597f2001b2e5fc1121e3d5b9791d3e78f05ba6bfa4641053846248e3a13661c3 -SIZE (rust/crates/wayland-scanner-0.31.5.crate) = 35779 -SHA256 (rust/crates/wayland-sys-0.31.5.crate) = efa8ac0d8e8ed3e3b5c9fc92c7881406a268e11555abe36493efabe649a29e09 -SIZE (rust/crates/wayland-sys-0.31.5.crate) = 8630 +SHA256 (rust/crates/wayland-cursor-0.31.10.crate) = a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182 +SIZE (rust/crates/wayland-cursor-0.31.10.crate) = 9725 +SHA256 (rust/crates/wayland-protocols-0.32.9.crate) = efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901 +SIZE (rust/crates/wayland-protocols-0.32.9.crate) = 155404 +SHA256 (rust/crates/wayland-protocols-experimental-20250721.0.1.crate) = 40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1 +SIZE (rust/crates/wayland-protocols-experimental-20250721.0.1.crate) = 30502 +SHA256 (rust/crates/wayland-protocols-misc-0.3.9.crate) = 2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c +SIZE (rust/crates/wayland-protocols-misc-0.3.9.crate) = 16234 +SHA256 (rust/crates/wayland-protocols-plasma-0.3.9.crate) = a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032 +SIZE (rust/crates/wayland-protocols-plasma-0.3.9.crate) = 69243 +SHA256 (rust/crates/wayland-protocols-wlr-0.3.8.crate) = 1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf +SIZE (rust/crates/wayland-protocols-wlr-0.3.8.crate) = 28616 +SHA256 (rust/crates/wayland-scanner-0.31.7.crate) = 54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3 +SIZE (rust/crates/wayland-scanner-0.31.7.crate) = 36483 +SHA256 (rust/crates/wayland-sys-0.31.7.crate) = 34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142 +SIZE (rust/crates/wayland-sys-0.31.7.crate) = 10106 SHA256 (rust/crates/weak-table-0.3.2.crate) = 323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549 SIZE (rust/crates/weak-table-0.3.2.crate) = 23989 -SHA256 (rust/crates/web-sys-0.3.76.crate) = 04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc -SIZE (rust/crates/web-sys-0.3.76.crate) = 635842 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +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/weezl-0.1.8.crate) = 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 -SIZE (rust/crates/weezl-0.1.8.crate) = 42175 -SHA256 (rust/crates/wgpu-24.0.1.crate) = 47f55718f85c2fa756edffa0e7f0e0a60aba463d1362b57e23123c58f035e4b6 -SIZE (rust/crates/wgpu-24.0.1.crate) = 171334 -SHA256 (rust/crates/wgpu-core-24.0.2.crate) = 671c25545d479b47d3f0a8e373aceb2060b67c6eb841b24ac8c32348151c7a0c -SIZE (rust/crates/wgpu-core-24.0.2.crate) = 260526 -SHA256 (rust/crates/wgpu-hal-24.0.2.crate) = 4317a17171dc20e6577bf606796794580accae0716a69edbc7388c86a3ec9f23 -SIZE (rust/crates/wgpu-hal-24.0.2.crate) = 347974 -SHA256 (rust/crates/wgpu-types-24.0.0.crate) = 50ac044c0e76c03a0378e7786ac505d010a873665e2d51383dcff8dd227dc69c -SIZE (rust/crates/wgpu-types-24.0.0.crate) = 71072 +SHA256 (rust/crates/weezl-0.1.10.crate) = a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3 +SIZE (rust/crates/weezl-0.1.10.crate) = 46418 +SHA256 (rust/crates/wgpu-27.0.1.crate) = bfe68bac7cde125de7a731c3400723cadaaf1703795ad3f4805f187459cd7a77 +SIZE (rust/crates/wgpu-27.0.1.crate) = 199825 +SHA256 (rust/crates/wgpu-core-27.0.3.crate) = 27a75de515543b1897b26119f93731b385a19aea165a1ec5f0e3acecc229cae7 +SIZE (rust/crates/wgpu-core-27.0.3.crate) = 327285 +SHA256 (rust/crates/wgpu-core-deps-apple-27.0.0.crate) = 0772ae958e9be0c729561d5e3fd9a19679bcdfb945b8b1a1969d9bfe8056d233 +SIZE (rust/crates/wgpu-core-deps-apple-27.0.0.crate) = 12020 +SHA256 (rust/crates/wgpu-core-deps-emscripten-27.0.0.crate) = b06ac3444a95b0813ecfd81ddb2774b66220b264b3e2031152a4a29fda4da6b5 +SIZE (rust/crates/wgpu-core-deps-emscripten-27.0.0.crate) = 10684 +SHA256 (rust/crates/wgpu-core-deps-windows-linux-android-27.0.0.crate) = 71197027d61a71748e4120f05a9242b2ad142e3c01f8c1b47707945a879a03c3 +SIZE (rust/crates/wgpu-core-deps-windows-linux-android-27.0.0.crate) = 11836 +SHA256 (rust/crates/wgpu-hal-27.0.4.crate) = 5b21cb61c57ee198bc4aff71aeadff4cbb80b927beb912506af9c780d64313ce +SIZE (rust/crates/wgpu-hal-27.0.4.crate) = 395168 +SHA256 (rust/crates/wgpu-types-27.0.1.crate) = afdcf84c395990db737f2dd91628706cb31e86d72e53482320d368e52b5da5eb +SIZE (rust/crates/wgpu-types-27.0.1.crate) = 98497 +SHA256 (rust/crates/widestring-1.2.0.crate) = dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d +SIZE (rust/crates/widestring-1.2.0.crate) = 89105 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -1501,40 +1607,72 @@ 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/window_clipboard-0.4.1.crate) = f6d692d46038c433f9daee7ad8757e002a4248c20b0a3fbc991d99521d3bcb6d -SIZE (rust/crates/window_clipboard-0.4.1.crate) = 16047 +SHA256 (rust/crates/window_clipboard-0.5.0.crate) = 5793d0b08c9e6a1240fe9ab2bd8db277487bf92436fd1a6321861a90a1b0cb7e +SIZE (rust/crates/window_clipboard-0.5.0.crate) = 17122 SHA256 (rust/crates/windows-0.54.0.crate) = 9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49 SIZE (rust/crates/windows-0.54.0.crate) = 11096265 -SHA256 (rust/crates/windows-0.56.0.crate) = 1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132 -SIZE (rust/crates/windows-0.56.0.crate) = 10807828 +SHA256 (rust/crates/windows-0.57.0.crate) = 12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143 +SIZE (rust/crates/windows-0.57.0.crate) = 9694564 SHA256 (rust/crates/windows-0.58.0.crate) = dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6 SIZE (rust/crates/windows-0.58.0.crate) = 9744521 -SHA256 (rust/crates/windows-core-0.52.0.crate) = 33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9 -SIZE (rust/crates/windows-core-0.52.0.crate) = 42154 +SHA256 (rust/crates/windows-0.61.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 +SIZE (rust/crates/windows-0.61.3.crate) = 9372520 +SHA256 (rust/crates/windows-0.62.2.crate) = 527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580 +SIZE (rust/crates/windows-0.62.2.crate) = 9360572 +SHA256 (rust/crates/windows-collections-0.2.0.crate) = 3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8 +SIZE (rust/crates/windows-collections-0.2.0.crate) = 13579 +SHA256 (rust/crates/windows-collections-0.3.2.crate) = 23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610 +SIZE (rust/crates/windows-collections-0.3.2.crate) = 13510 SHA256 (rust/crates/windows-core-0.54.0.crate) = 12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65 SIZE (rust/crates/windows-core-0.54.0.crate) = 44015 -SHA256 (rust/crates/windows-core-0.56.0.crate) = 4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6 -SIZE (rust/crates/windows-core-0.56.0.crate) = 45084 +SHA256 (rust/crates/windows-core-0.57.0.crate) = d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d +SIZE (rust/crates/windows-core-0.57.0.crate) = 53695 SHA256 (rust/crates/windows-core-0.58.0.crate) = 6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99 SIZE (rust/crates/windows-core-0.58.0.crate) = 41022 -SHA256 (rust/crates/windows-implement-0.56.0.crate) = f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b -SIZE (rust/crates/windows-implement-0.56.0.crate) = 9157 +SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 +SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 +SHA256 (rust/crates/windows-core-0.62.2.crate) = b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb +SIZE (rust/crates/windows-core-0.62.2.crate) = 36932 +SHA256 (rust/crates/windows-future-0.2.1.crate) = fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e +SIZE (rust/crates/windows-future-0.2.1.crate) = 17532 +SHA256 (rust/crates/windows-future-0.3.2.crate) = e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb +SIZE (rust/crates/windows-future-0.3.2.crate) = 17944 +SHA256 (rust/crates/windows-implement-0.57.0.crate) = 9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7 +SIZE (rust/crates/windows-implement-0.57.0.crate) = 10470 SHA256 (rust/crates/windows-implement-0.58.0.crate) = 2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b SIZE (rust/crates/windows-implement-0.58.0.crate) = 10491 -SHA256 (rust/crates/windows-interface-0.56.0.crate) = 08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc -SIZE (rust/crates/windows-interface-0.56.0.crate) = 9834 +SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf +SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 +SHA256 (rust/crates/windows-interface-0.57.0.crate) = 29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7 +SIZE (rust/crates/windows-interface-0.57.0.crate) = 10931 SHA256 (rust/crates/windows-interface-0.58.0.crate) = 053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515 SIZE (rust/crates/windows-interface-0.58.0.crate) = 11246 -SHA256 (rust/crates/windows-link-0.1.0.crate) = 6dccfd733ce2b1753b03b6d3c65edf020262ea35e20ccdf3e288043e6dd620e3 -SIZE (rust/crates/windows-link-0.1.0.crate) = 6153 -SHA256 (rust/crates/windows-registry-0.2.0.crate) = e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0 -SIZE (rust/crates/windows-registry-0.2.0.crate) = 10470 +SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 +SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 +SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a +SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 +SHA256 (rust/crates/windows-numerics-0.2.0.crate) = 9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1 +SIZE (rust/crates/windows-numerics-0.2.0.crate) = 9686 +SHA256 (rust/crates/windows-numerics-0.3.1.crate) = 6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26 +SIZE (rust/crates/windows-numerics-0.3.1.crate) = 9772 +SHA256 (rust/crates/windows-registry-0.5.3.crate) = 5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e +SIZE (rust/crates/windows-registry-0.5.3.crate) = 13386 SHA256 (rust/crates/windows-result-0.1.2.crate) = 5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8 SIZE (rust/crates/windows-result-0.1.2.crate) = 10601 SHA256 (rust/crates/windows-result-0.2.0.crate) = 1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e SIZE (rust/crates/windows-result-0.2.0.crate) = 12756 +SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 +SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 +SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 +SIZE (rust/crates/windows-result-0.4.1.crate) = 13381 SHA256 (rust/crates/windows-strings-0.1.0.crate) = 4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10 SIZE (rust/crates/windows-strings-0.1.0.crate) = 13832 +SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 +SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 +SHA256 (rust/crates/windows-strings-0.5.1.crate) = 7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091 +SIZE (rust/crates/windows-strings-0.5.1.crate) = 13966 SHA256 (rust/crates/windows-sys-0.45.0.crate) = 75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0 SIZE (rust/crates/windows-sys-0.45.0.crate) = 2568659 SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 @@ -1543,16 +1681,22 @@ 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.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 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-version-0.1.2.crate) = c12476c23a74725c539b24eae8bfc0dac4029c39cdb561d9f23616accd4ae26d -SIZE (rust/crates/windows-version-0.1.2.crate) = 7738 +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-threading-0.2.1.crate) = 3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37 +SIZE (rust/crates/windows-threading-0.2.1.crate) = 9686 +SHA256 (rust/crates/windows-version-0.1.4.crate) = e04a5c6627e310a23ad2358483286c7df260c964eb2d003d8efd6d0f4e79265c +SIZE (rust/crates/windows-version-0.1.4.crate) = 7263 SHA256 (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 SIZE (rust/crates/windows_aarch64_gnullvm-0.42.2.crate) = 364071 SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 @@ -1615,103 +1759,101 @@ 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.22.crate) = 39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980 -SIZE (rust/crates/winnow-0.6.22.crate) = 164867 +SHA256 (rust/crates/winnow-0.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 +SIZE (rust/crates/winnow-0.7.12.crate) = 174403 SHA256 (rust/crates/winreg-0.52.0.crate) = a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5 SIZE (rust/crates/winreg-0.52.0.crate) = 30148 -SHA256 (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c -SIZE (rust/crates/wit-bindgen-rt-0.33.0.crate) = 3357 -SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 -SIZE (rust/crates/write16-1.0.0.crate) = 7218 -SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 -SIZE (rust/crates/writeable-0.5.5.crate) = 22354 +SHA256 (rust/crates/winreg-0.55.0.crate) = cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97 +SIZE (rust/crates/winreg-0.55.0.crate) = 31048 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb +SIZE (rust/crates/writeable-0.6.1.crate) = 24068 SHA256 (rust/crates/wyz-0.5.1.crate) = 05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed SIZE (rust/crates/wyz-0.5.1.crate) = 18790 SHA256 (rust/crates/x11-dl-2.21.0.crate) = 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f SIZE (rust/crates/x11-dl-2.21.0.crate) = 66823 -SHA256 (rust/crates/x11rb-0.13.1.crate) = 5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12 -SIZE (rust/crates/x11rb-0.13.1.crate) = 223916 -SHA256 (rust/crates/x11rb-protocol-0.13.1.crate) = ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d -SIZE (rust/crates/x11rb-protocol-0.13.1.crate) = 508522 +SHA256 (rust/crates/x11rb-0.13.2.crate) = 9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414 +SIZE (rust/crates/x11rb-0.13.2.crate) = 220549 +SHA256 (rust/crates/x11rb-protocol-0.13.2.crate) = ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd +SIZE (rust/crates/x11rb-protocol-0.13.2.crate) = 514069 SHA256 (rust/crates/x25519-dalek-2.0.1.crate) = c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277 SIZE (rust/crates/x25519-dalek-2.0.1.crate) = 87820 SHA256 (rust/crates/x509-signature-0.5.0.crate) = 9fb2bc2a902d992cd5f471ee3ab0ffd6603047a4207384562755b9d6de977518 SIZE (rust/crates/x509-signature-0.5.0.crate) = 21704 -SHA256 (rust/crates/xcursor-0.3.8.crate) = 0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61 -SIZE (rust/crates/xcursor-0.3.8.crate) = 7191 -SHA256 (rust/crates/xdg-2.5.2.crate) = 213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546 -SIZE (rust/crates/xdg-2.5.2.crate) = 14394 -SHA256 (rust/crates/xdg-home-1.3.0.crate) = ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6 -SIZE (rust/crates/xdg-home-1.3.0.crate) = 4000 +SHA256 (rust/crates/xcb-1.6.0.crate) = f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea +SIZE (rust/crates/xcb-1.6.0.crate) = 210819 +SHA256 (rust/crates/xcursor-0.3.10.crate) = bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b +SIZE (rust/crates/xcursor-0.3.10.crate) = 7768 +SHA256 (rust/crates/xdg-3.0.0.crate) = 2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5 +SIZE (rust/crates/xdg-3.0.0.crate) = 15821 SHA256 (rust/crates/xkbcommon-dl-0.4.2.crate) = d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5 SIZE (rust/crates/xkbcommon-dl-0.4.2.crate) = 5879 SHA256 (rust/crates/xkeysym-0.2.1.crate) = b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56 SIZE (rust/crates/xkeysym-0.2.1.crate) = 103129 -SHA256 (rust/crates/xml-rs-0.8.25.crate) = c5b940ebc25896e71dd073bad2dbaa2abfe97b0a391415e22ad1326d9c54e3c4 -SIZE (rust/crates/xml-rs-0.8.25.crate) = 54947 +SHA256 (rust/crates/xml-rs-0.8.27.crate) = 6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7 +SIZE (rust/crates/xml-rs-0.8.27.crate) = 55258 +SHA256 (rust/crates/xmlwriter-0.1.0.crate) = ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9 +SIZE (rust/crates/xmlwriter-0.1.0.crate) = 6261 SHA256 (rust/crates/xz2-0.1.7.crate) = 388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2 SIZE (rust/crates/xz2-0.1.7.crate) = 23892 SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 SIZE (rust/crates/yansi-1.0.1.crate) = 75497 SHA256 (rust/crates/yazi-0.2.1.crate) = e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5 SIZE (rust/crates/yazi-0.2.1.crate) = 30267 -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/zbus-5.3.0.crate) = 192a0d989036cd60a1e91a54c9851fb9ad5bd96125d41803eed79d2e2ef74bd7 -SIZE (rust/crates/zbus-5.3.0.crate) = 162064 -SHA256 (rust/crates/zbus_macros-5.3.0.crate) = 3685b5c81fce630efc3e143a4ded235b107f1b1cdf186c3f115529e5e5ae4265 -SIZE (rust/crates/zbus_macros-5.3.0.crate) = 36357 -SHA256 (rust/crates/zbus_names-4.1.0.crate) = 856b7a38811f71846fd47856ceee8bccaec8399ff53fb370247e66081ace647b -SIZE (rust/crates/zbus_names-4.1.0.crate) = 11532 -SHA256 (rust/crates/zeno-0.3.2.crate) = cc0de2315dc13d00e5df3cd6b8d2124a6eaec6a2d4b6a1c5f37b7efad17fcc17 -SIZE (rust/crates/zeno-0.3.2.crate) = 42253 -SHA256 (rust/crates/zerocopy-0.7.35.crate) = 1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0 -SIZE (rust/crates/zerocopy-0.7.35.crate) = 152645 -SHA256 (rust/crates/zerocopy-0.8.21.crate) = dcf01143b2dd5d134f11f545cf9f1431b13b749695cb33bcce051e7568f99478 -SIZE (rust/crates/zerocopy-0.8.21.crate) = 238506 -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.21.crate) = 712c8386f4f4299382c9abee219bee7084f78fb939d88b6840fcc1320d5f6da2 -SIZE (rust/crates/zerocopy-derive-0.8.21.crate) = 83886 -SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e -SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 -SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 -SIZE (rust/crates/zerofrom-derive-0.1.5.crate) = 8285 +SHA256 (rust/crates/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/zbus-5.9.0.crate) = 4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad +SIZE (rust/crates/zbus-5.9.0.crate) = 165564 +SHA256 (rust/crates/zbus_macros-5.9.0.crate) = ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659 +SIZE (rust/crates/zbus_macros-5.9.0.crate) = 36903 +SHA256 (rust/crates/zbus_names-4.2.0.crate) = 7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97 +SIZE (rust/crates/zbus_names-4.2.0.crate) = 17015 +SHA256 (rust/crates/zeno-0.3.3.crate) = 6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524 +SIZE (rust/crates/zeno-0.3.3.crate) = 46042 +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 +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/zstd-0.13.2.crate) = fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9 -SIZE (rust/crates/zstd-0.13.2.crate) = 30251 -SHA256 (rust/crates/zstd-safe-7.2.1.crate) = 54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059 -SIZE (rust/crates/zstd-safe-7.2.1.crate) = 21122 -SHA256 (rust/crates/zstd-sys-2.0.13+zstd.1.5.6.crate) = 38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa -SIZE (rust/crates/zstd-sys-2.0.13+zstd.1.5.6.crate) = 749090 +SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 +SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 +SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 +SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 +SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f +SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +SHA256 (rust/crates/zstd-0.13.3.crate) = e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a +SIZE (rust/crates/zstd-0.13.3.crate) = 30514 +SHA256 (rust/crates/zstd-safe-7.2.4.crate) = 8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d +SIZE (rust/crates/zstd-safe-7.2.4.crate) = 29350 +SHA256 (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237 +SIZE (rust/crates/zstd-sys-2.0.15+zstd.1.5.7.crate) = 774847 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 SHA256 (rust/crates/zune-inflate-0.2.54.crate) = 73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02 SIZE (rust/crates/zune-inflate-0.2.54.crate) = 37973 -SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028 -SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 -SHA256 (rust/crates/zvariant-5.2.0.crate) = 55e6b9b5f1361de2d5e7d9fd1ee5f6f7fcb6060618a1f82f3472f58f2b8d4be9 -SIZE (rust/crates/zvariant-5.2.0.crate) = 77551 -SHA256 (rust/crates/zvariant_derive-5.2.0.crate) = 573a8dd76961957108b10f7a45bac6ab1ea3e9b7fe01aff88325dc57bb8f5c8b -SIZE (rust/crates/zvariant_derive-5.2.0.crate) = 11491 -SHA256 (rust/crates/zvariant_utils-3.1.0.crate) = ddd46446ea2a1f353bfda53e35f17633afa79f4fe290a611c94645c69fe96a50 -SIZE (rust/crates/zvariant_utils-3.1.0.crate) = 13991 -SHA256 (iced-rs-winit-11414b6aa45699f038114e61b4ddf5102b2d3b4b_GH0.tar.gz) = bee38ace5cbe9299770dd50d9b0b6a30a96924955cef3bada321489a0b446169 -SIZE (iced-rs-winit-11414b6aa45699f038114e61b4ddf5102b2d3b4b_GH0.tar.gz) = 607146 -SHA256 (iced-rs-cryoglyph-a456d1c17bbcf33afcca41d9e5e299f9f1193819_GH0.tar.gz) = 857e8382fd6eb9c511ff8b7aa18aec81f07b326fe1ed4d5a146d3162279385ba -SIZE (iced-rs-cryoglyph-a456d1c17bbcf33afcca41d9e5e299f9f1193819_GH0.tar.gz) = 221785 -SHA256 (rust-dark-light-dark-light-8e1f745f91e1e805fa772a83e4744afe95d70aa1_GH0.tar.gz) = 8cae94eb1834d67a002b02c759deb607f054d29a14bab8a1747d2515ba807471 -SIZE (rust-dark-light-dark-light-8e1f745f91e1e805fa772a83e4744afe95d70aa1_GH0.tar.gz) = 5285 -SHA256 (iced-rs-iced-aa633f6832c93d81fc829bcd351b369f0aada282_GH0.tar.gz) = e9a6ed7e95da32980d4f64578a1de9bc50646ecb3c5112c46752b5fb387a4c53 -SIZE (iced-rs-iced-aa633f6832c93d81fc829bcd351b369f0aada282_GH0.tar.gz) = 5224300 -SHA256 (squidowl-halloy-2025.6_GH0.tar.gz) = aedab3b6919d2fa43577b7a5e91a22eb9fced3ad8b31222770c42dc6088295ce -SIZE (squidowl-halloy-2025.6_GH0.tar.gz) = 16011879 +SHA256 (rust/crates/zune-jpeg-0.4.19.crate) = 2c9e525af0a6a658e031e95f14b7f889976b74a11ba0eca5a5fc9ac8a1c43a6a +SIZE (rust/crates/zune-jpeg-0.4.19.crate) = 66341 +SHA256 (rust/crates/zvariant-5.6.0.crate) = d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f +SIZE (rust/crates/zvariant-5.6.0.crate) = 90550 +SHA256 (rust/crates/zvariant_derive-5.6.0.crate) = 3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208 +SIZE (rust/crates/zvariant_derive-5.6.0.crate) = 14278 +SHA256 (rust/crates/zvariant_utils-3.2.0.crate) = e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34 +SIZE (rust/crates/zvariant_utils-3.2.0.crate) = 14779 +SHA256 (squidowl-iced-78ed897db06129746b5029c47db586f16d63511b_GH0.tar.gz) = 945c81cf22e4c1f6dd8232d26d328e4f6b1d226af7ef34b5adab99e331849e7f +SIZE (squidowl-iced-78ed897db06129746b5029c47db586f16d63511b_GH0.tar.gz) = 5292657 +SHA256 (iced-rs-cryoglyph-99b46959369f38a06c11353bf1be81d383b289fc_GH0.tar.gz) = 226ba9ba07731235fc760bf92e5f145e449842871119f100c3ace17bb091c212 +SIZE (iced-rs-cryoglyph-99b46959369f38a06c11353bf1be81d383b289fc_GH0.tar.gz) = 221788 +SHA256 (iced-rs-winit-05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed_GH0.tar.gz) = 1953eff4e6af2f984837a6a703e9f6db604c4615c83058189c6db0af253e7102 +SIZE (iced-rs-winit-05b8ff17a06562f0a10bb46e6eaacbe2a95cb5ed_GH0.tar.gz) = 607260 +SHA256 (squidowl-halloy-2025.12_GH0.tar.gz) = 106689f15aeca87e88c7249812b0c8383c6c8f2746df4f5bbd83b579e2ebb756 +SIZE (squidowl-halloy-2025.12_GH0.tar.gz) = 8997160 diff --git a/irc/konversation/distinfo b/irc/konversation/distinfo index 1850ade6bd57..c491a0c06f23 100644 --- a/irc/konversation/distinfo +++ b/irc/konversation/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264605 -SHA256 (KDE/release-service/25.08.3/konversation-25.08.3.tar.xz) = 5e45b78c32d8f7275ccdc50d9780c5ae903418ed8c7974d5d98968dc3685808d -SIZE (KDE/release-service/25.08.3/konversation-25.08.3.tar.xz) = 4480864 +TIMESTAMP = 1765478607 +SHA256 (KDE/release-service/25.12.0/konversation-25.12.0.tar.xz) = bc8a8ef4900c07d25fd550049994b57c2d3fc72ff370cde996df5752081a5868 +SIZE (KDE/release-service/25.12.0/konversation-25.12.0.tar.xz) = 4482044 diff --git a/japanese/kiten/distinfo b/japanese/kiten/distinfo index 96f61f96b5fe..a653ad696a20 100644 --- a/japanese/kiten/distinfo +++ b/japanese/kiten/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264608 -SHA256 (KDE/release-service/25.08.3/kiten-25.08.3.tar.xz) = ee953071b7dbcc290c837d8a1e517764210ba5d5898a6f15700813176f0bbc54 -SIZE (KDE/release-service/25.08.3/kiten-25.08.3.tar.xz) = 11318120 +TIMESTAMP = 1765478609 +SHA256 (KDE/release-service/25.12.0/kiten-25.12.0.tar.xz) = 98563b39feae0be033a0f33bb426379dd89ff2b3d37209eebdb5594990ba9982 +SIZE (KDE/release-service/25.12.0/kiten-25.12.0.tar.xz) = 11317028 diff --git a/java/apache-commons-pool/Makefile b/java/apache-commons-pool/Makefile index e9cb9457d2fb..504ab7ed04c4 100644 --- a/java/apache-commons-pool/Makefile +++ b/java/apache-commons-pool/Makefile @@ -1,5 +1,5 @@ PORTNAME= commons-pool -DISTVERSION= 2.12.1 +DISTVERSION= 2.13.0 CATEGORIES= java devel MASTER_SITES= APACHE_COMMONS_BINARIES PKGNAMEPREFIX= apache- diff --git a/java/apache-commons-pool/distinfo b/java/apache-commons-pool/distinfo index 0f3a87fdbe58..4c46b6aeaaa7 100644 --- a/java/apache-commons-pool/distinfo +++ b/java/apache-commons-pool/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749033322 -SHA256 (commons-pool2-2.12.1-bin.tar.gz) = 9576626e646faccfc9fd7ede60dd7d404ae37c4015abbd9e7d67d2ae08f95455 -SIZE (commons-pool2-2.12.1-bin.tar.gz) = 1784267 +TIMESTAMP = 1765441979 +SHA256 (commons-pool2-2.13.0-bin.tar.gz) = a652202bce250c2485de56e0f75f82a188b25fb735603f4788b9ea9f266e6ec3 +SIZE (commons-pool2-2.13.0-bin.tar.gz) = 1864735 diff --git a/java/dbvis/Makefile b/java/dbvis/Makefile index 25fe9b2b3dd5..349e1834a0a1 100644 --- a/java/dbvis/Makefile +++ b/java/dbvis/Makefile @@ -1,5 +1,5 @@ PORTNAME= dbvis -DISTVERSION= 25.2.5 +DISTVERSION= 25.3 CATEGORIES= java databases MASTER_SITES= https://www.dbvis.com/product_download/${PORTNAME}-${DISTVERSION}/media/ \ https://storage.googleapis.com/${PORTNAME}-download/product_download/${PORTNAME}-${DISTVERSION}/media/ diff --git a/java/dbvis/distinfo b/java/dbvis/distinfo index 8474f254c693..bae2264c8593 100644 --- a/java/dbvis/distinfo +++ b/java/dbvis/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762345678 -SHA256 (dbvis_linux_25_2_5.tar.gz) = baab4843bc50bb079b8cf12d590a3a4c00586d6e9d688c8a9997f0f5d38781f0 -SIZE (dbvis_linux_25_2_5.tar.gz) = 116441834 +TIMESTAMP = 1765555555 +SHA256 (dbvis_linux_25_3.tar.gz) = 36fb75a344219d7ad354d6f1dcbfce4f17d0b1eeb08b90ed858e1ac22d70f0e3 +SIZE (dbvis_linux_25_3.tar.gz) = 175992719 diff --git a/java/eclipse/Makefile b/java/eclipse/Makefile index 21b0804b230d..ad3b4768ddbc 100644 --- a/java/eclipse/Makefile +++ b/java/eclipse/Makefile @@ -1,6 +1,5 @@ PORTNAME= eclipse -DISTVERSION= 4.37 -PORTREVISION= 1 +DISTVERSION= 4.38 CATEGORIES= java devel ECLIPSE_TAG= R${DISTVERSION:S|.|_|g} diff --git a/java/eclipse/distinfo b/java/eclipse/distinfo index f0a6818536a2..7f7a836f6970 100644 --- a/java/eclipse/distinfo +++ b/java/eclipse/distinfo @@ -1,29 +1,29 @@ -TIMESTAMP = 1757121212 -SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 51213dce946191fd381736d26a53bd54aad6222570848983194de278b27f94c3 -SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.37-R4_37_maintenance_GH0.tar.gz) = 26193143 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 84c45a5314f877f3c032353d49c2cb44190e3c5245b08ebb08d5b317458b37f3 -SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_37_GH0.tar.gz) = 39942 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = a3351fe6a1748ff4d26729dd0654dfe8837125a1c42aa63091bdf76f59b30cdb -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_37_GH0.tar.gz) = 15796506 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 62b940d68e6eae3a1176248be27546982afd26e5a7b09b7db8a63585e0cf29e5 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_37_GH0.tar.gz) = 34885781 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 3f7f3cb0152ee3d61d0aa1cf633529fe1fd2fc7fc7af4e305c64acc537b2c670 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_37_GH0.tar.gz) = 2394844 -SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = ef8b92920c7aa656898c2c01024d0cdc6c72e38ea766c7a5cb3f761aea393732 -SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_37_GH0.tar.gz) = 25051681 -SHA256 (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 200d64c686fd736991aaeafee02e9350864ee366cafcc1e13c39a4e874311c3f -SIZE (eclipse/chirontt-eclipse.pde-R4_37_maintenance_GH0.tar.gz) = 36078994 -SHA256 (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 9692198c828991aed417dcc32a1a8976a22282ea93a664121ce9e8dd02a907a2 -SIZE (eclipse/chirontt-eclipse.platform-R4_37_maintenance_GH0.tar.gz) = 17332711 -SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 8e6bf85d8c21c50e82391cdc5a5beb2f4a7f284c3e9625f035296b6d634e8f54 -SIZE (eclipse/chirontt-eclipse.platform.swt-R4_37_maintenance_GH0.tar.gz) = 10645986 -SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = aff77305b6ac126e4f400ba587f5adf2a6147b42528d10a1b68a006b2237131a -SIZE (eclipse/chirontt-eclipse.platform.ui-R4_37_maintenance_GH0.tar.gz) = 16512282 -SHA256 (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 45b4d50f87ebd96e32470c03c0380f971768bf77f8638a8689856fd4b913f625 -SIZE (eclipse/chirontt-equinox-R4_37_maintenance_GH0.tar.gz) = 3914151 -SHA256 (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = cdab9d2feefe24d15fff628220ce2c4f60ea890e5d7abb6894b8c8efe42dd533 -SIZE (eclipse/chirontt-equinox.binaries-R4_37_maintenance_GH0.tar.gz) = 1611408 -SHA256 (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 04f7bd83a6b4ddb91f7b58947ec647ccf8d1cb8e036d4f5270a5b6d7036059b4 -SIZE (eclipse/chirontt-p2-R4_37_maintenance_GH0.tar.gz) = 54032020 -SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 71a59125c518fbf96d82655b03bcae173772449dc5a334b970d1103a99d7688b -SIZE (eclipse/NorbertXYZ-eclipse-maven-4.37_GH0.tar.gz) = 528936178 +TIMESTAMP = 1765528395 +SHA256 (eclipse/chirontt-eclipse.platform.releng.aggregator-4.38-R4_38_maintenance_GH0.tar.gz) = c0d44900fe9d64af0cb27d1b1fc2445508c8d2af3ff442616f6d1de3e6c252c9 +SIZE (eclipse/chirontt-eclipse.platform.releng.aggregator-4.38-R4_38_maintenance_GH0.tar.gz) = 26111995 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt-R4_38_GH0.tar.gz) = d1aa9abe7ed55abcab4933f1d576569d78766c51ddca7fc7dd54bb977d3b0378 +SIZE (eclipse/eclipse-jdt-eclipse.jdt-R4_38_GH0.tar.gz) = 40156 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core-R4_38_GH0.tar.gz) = d1e600c5f2595fa3838f104f708ed4da785c2677be429a4392013be48dac397c +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core-R4_38_GH0.tar.gz) = 15861511 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_38_GH0.tar.gz) = 2e964233cf7c36da9755dd301dc74cd0436588af3377be4ac368954173f37d89 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.core.binaries-R4_38_GH0.tar.gz) = 34885792 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_38_GH0.tar.gz) = a05314680bca99f52cb40cdaddd2c0e6996ef8727d4323b2a42c0d7a7d097881 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.debug-R4_38_GH0.tar.gz) = 2405662 +SHA256 (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_38_GH0.tar.gz) = 5beea79773f7fe24fc8a31de796f003777fcc6ff61232c11f668b56af0405a87 +SIZE (eclipse/eclipse-jdt-eclipse.jdt.ui-R4_38_GH0.tar.gz) = 26497055 +SHA256 (eclipse/chirontt-eclipse.pde-R4_38_maintenance_GH0.tar.gz) = 92f9497f1b7fc498f96d5d6236beb09671486c2090883028d98b490383e152d5 +SIZE (eclipse/chirontt-eclipse.pde-R4_38_maintenance_GH0.tar.gz) = 36076831 +SHA256 (eclipse/chirontt-eclipse.platform-R4_38_maintenance_GH0.tar.gz) = 88f086a23d444d416b6c2f688bc7f0f37cd8550729028766dec82c6b3d291cd0 +SIZE (eclipse/chirontt-eclipse.platform-R4_38_maintenance_GH0.tar.gz) = 16956101 +SHA256 (eclipse/chirontt-eclipse.platform.swt-R4_38_maintenance_GH0.tar.gz) = fc7ebf35e9a478a056c9fc8da9801a96df5285e2ecb65f77685d297b5ffdb1da +SIZE (eclipse/chirontt-eclipse.platform.swt-R4_38_maintenance_GH0.tar.gz) = 11731948 +SHA256 (eclipse/chirontt-eclipse.platform.ui-R4_38_maintenance_GH0.tar.gz) = cbae415598f28bd2e69ba0acb957a857122bffc1b971cefb2e4b9682978b172e +SIZE (eclipse/chirontt-eclipse.platform.ui-R4_38_maintenance_GH0.tar.gz) = 16537801 +SHA256 (eclipse/chirontt-equinox-R4_38_maintenance_GH0.tar.gz) = 66d2a87afc0c81cc98521cdfd26929c8c548f3dfe9fc4fd8f2572ad18c2a5e7d +SIZE (eclipse/chirontt-equinox-R4_38_maintenance_GH0.tar.gz) = 4198326 +SHA256 (eclipse/chirontt-equinox.binaries-R4_38_maintenance_GH0.tar.gz) = a3c840b7476eec595c00452ba2742c68636d7961912fb5477d2e4642bcdb4de4 +SIZE (eclipse/chirontt-equinox.binaries-R4_38_maintenance_GH0.tar.gz) = 1611409 +SHA256 (eclipse/chirontt-p2-R4_38_maintenance_GH0.tar.gz) = 8455d7382010d1a1232a0982e9b8323b15c5af62db619118e94df0025f5c3418 +SIZE (eclipse/chirontt-p2-R4_38_maintenance_GH0.tar.gz) = 54032735 +SHA256 (eclipse/NorbertXYZ-eclipse-maven-4.38_GH0.tar.gz) = 3d0cc3dd63062443aac636d55637cdf44858f34198e5541682f32610758118ac +SIZE (eclipse/NorbertXYZ-eclipse-maven-4.38_GH0.tar.gz) = 519463770 diff --git a/java/intellij-ultimate/Makefile b/java/intellij-ultimate/Makefile index 1021222e28db..b61e0d07929f 100644 --- a/java/intellij-ultimate/Makefile +++ b/java/intellij-ultimate/Makefile @@ -1,8 +1,8 @@ PORTNAME= intellij-ultimate -DISTVERSION= 2025.2.3 +DISTVERSION= 2025.3 CATEGORIES= java devel MASTER_SITES= https://download-cdn.jetbrains.com/idea/ -DISTNAME= ideaIU-${DISTVERSION} +DISTNAME= idea-${DISTVERSION} DIST_SUBDIR= jetbrains MAINTAINER= andoriyu@gmail.com @@ -21,7 +21,7 @@ RUN_DEPENDS= intellij-fsnotifier>0:java/intellij-fsnotifier \ lsof:sysutils/lsof USES= java -JAVA_VERSION= 17+ +JAVA_VERSION= 21+ CONFLICTS= idea intellij @@ -29,7 +29,7 @@ NO_BUILD= yes SUB_FILES= idea idea.desktop pkg-message BUILD_TYPE= IU -BUILD_VERSION= 252.26830.84 +BUILD_VERSION= 253.28294.334 BUILD_MARKER= ${BUILD_TYPE}-${BUILD_VERSION} PLIST_SUB= BUILD_MARKER=${BUILD_MARKER} WRKSRC= ${WRKDIR}/idea-${BUILD_MARKER} @@ -53,13 +53,10 @@ post-patch: ${WRKSRC}/plugins/clouds-docker-impl \ ${WRKSRC}/plugins/cwm-plugin \ ${WRKSRC}/plugins/gateway-plugin \ - ${WRKSRC}/plugins/gateway-terminal \ - ${WRKSRC}/plugins/llmInstaller/video/Idea/.DS_Store \ ${WRKSRC}/plugins/maven/lib/maven3/lib/jansi-native/ \ ${WRKSRC}/plugins/maven/lib/maven4-server-lib \ ${WRKSRC}/plugins/remote-dev-server/ \ - ${WRKSRC}/plugins/station-plugin/toolbox/ \ - ${WRKSRC}/plugins/webp/lib/libwebp/ + ${WRKSRC}/plugins/station-plugin/toolbox @${SED} -i '' 's,/amd64,,' ${WRKSRC}/bin/idea.sh ${WRKSRC}/product-info.json @${SED} -i '' 's/amd64/${ARCH}/' ${WRKSRC}/product-info.json diff --git a/java/intellij-ultimate/distinfo b/java/intellij-ultimate/distinfo index a566433d5835..8b7611c74eb2 100644 --- a/java/intellij-ultimate/distinfo +++ b/java/intellij-ultimate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759740930 -SHA256 (jetbrains/ideaIU-2025.2.3.tar.gz) = 4a54ae8a17d6427f07d2450324132f59391279c6b1094de02f73e408deb5a23c -SIZE (jetbrains/ideaIU-2025.2.3.tar.gz) = 1775170440 +TIMESTAMP = 1765453092 +SHA256 (jetbrains/idea-2025.3.tar.gz) = 13f4174ba16c1cef04871cb261433536d002586c269a809392c20ee3f94959f5 +SIZE (jetbrains/idea-2025.3.tar.gz) = 1515485267 diff --git a/java/intellij-ultimate/files/idea.in b/java/intellij-ultimate/files/idea.in index e84b6f62b592..a7fa411f70ac 100644 --- a/java/intellij-ultimate/files/idea.in +++ b/java/intellij-ultimate/files/idea.in @@ -1,4 +1,4 @@ #!/bin/sh -export JAVA_VERSION=17+ +export JAVA_VERSION=21+ exec "%%DATADIR%%/bin/idea.sh" "$@" diff --git a/java/intellij-ultimate/pkg-plist b/java/intellij-ultimate/pkg-plist index 2b7725050079..4b4d91a733ce 100644 --- a/java/intellij-ultimate/pkg-plist +++ b/java/intellij-ultimate/pkg-plist @@ -16,12 +16,11 @@ share/applications/idea.desktop %%DATADIR%%/build.txt %%DATADIR%%/help/ReferenceCard.pdf %%DATADIR%%/help/ReferenceCardForMac.pdf -%%DATADIR%%/jdk-shared-indexes/jdk-9823dce3aa75-bf35d07a577b.ijx -%%DATADIR%%/jdk-shared-indexes/jdk-9823dce3aa75-bf35d07a577b.txt +%%DATADIR%%/jdk-shared-indexes/jdk-30f59d01ecdd-cffe25b9f5b3.ijx +%%DATADIR%%/jdk-shared-indexes/jdk-30f59d01ecdd-cffe25b9f5b3.txt %%DATADIR%%/lib/annotations.jar -%%DATADIR%%/lib/app-client.jar +%%DATADIR%%/lib/app-backend.jar %%DATADIR%%/lib/app.jar -%%DATADIR%%/lib/bouncy-castle.jar %%DATADIR%%/lib/build-marker-%%BUILD_MARKER%% %%DATADIR%%/lib/eclipse.lsp4j.debug.jar %%DATADIR%%/lib/eclipse.lsp4j.jar @@ -43,12 +42,118 @@ share/applications/idea.desktop %%DATADIR%%/lib/jna/libjnidispatch.so %%DATADIR%%/lib/jps-model.jar %%DATADIR%%/lib/jsch-agent.jar -%%DATADIR%%/lib/kotlinx-coroutines-slf4j-1.10.1-intellij.jar -%%DATADIR%%/lib/lib-client.jar +%%DATADIR%%/lib/lib-backend.jar %%DATADIR%%/lib/lib.jar +%%DATADIR%%/lib/module-intellij.libraries.aalto.xml.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.jar +%%DATADIR%%/lib/module-intellij.libraries.asm.tools.jar +%%DATADIR%%/lib/module-intellij.libraries.automaton.jar +%%DATADIR%%/lib/module-intellij.libraries.blockmap.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.pgp.jar +%%DATADIR%%/lib/module-intellij.libraries.bouncy.castle.provider.jar +%%DATADIR%%/lib/module-intellij.libraries.caffeine.jar +%%DATADIR%%/lib/module-intellij.libraries.cglib.jar +%%DATADIR%%/lib/module-intellij.libraries.classgraph.jar +%%DATADIR%%/lib/module-intellij.libraries.cli.parser.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.cli.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.codec.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.compress.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.imaging.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.io.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.lang3.jar +%%DATADIR%%/lib/module-intellij.libraries.commons.logging.jar +%%DATADIR%%/lib/module-intellij.libraries.fastutil.jar +%%DATADIR%%/lib/module-intellij.libraries.gson.jar +%%DATADIR%%/lib/module-intellij.libraries.guava.jar +%%DATADIR%%/lib/module-intellij.libraries.hash4j.jar +%%DATADIR%%/lib/module-intellij.libraries.hdr.histogram.jar +%%DATADIR%%/lib/module-intellij.libraries.http.client.jar +%%DATADIR%%/lib/module-intellij.libraries.icu4j.jar +%%DATADIR%%/lib/module-intellij.libraries.imgscalr.jar +%%DATADIR%%/lib/module-intellij.libraries.ini4j.jar +%%DATADIR%%/lib/module-intellij.libraries.ion.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.databind.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.dataformat.yaml.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.jr.objects.jar +%%DATADIR%%/lib/module-intellij.libraries.jackson.module.kotlin.jar +%%DATADIR%%/lib/module-intellij.libraries.java.websocket.jar +%%DATADIR%%/lib/module-intellij.libraries.javax.annotation.jar +%%DATADIR%%/lib/module-intellij.libraries.jaxen.jar +%%DATADIR%%/lib/module-intellij.libraries.jbr.jar +%%DATADIR%%/lib/module-intellij.libraries.jcef.jar +%%DATADIR%%/lib/module-intellij.libraries.jcip.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.core.jar +%%DATADIR%%/lib/module-intellij.libraries.jediterm.ui.jar +%%DATADIR%%/lib/module-intellij.libraries.jettison.jar +%%DATADIR%%/lib/module-intellij.libraries.jsonpath.jar +%%DATADIR%%/lib/module-intellij.libraries.jsoup.jar +%%DATADIR%%/lib/module-intellij.libraries.jsvg.jar +%%DATADIR%%/lib/module-intellij.libraries.jvm.native.trusted.roots.jar +%%DATADIR%%/lib/module-intellij.libraries.jzlib.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlin.reflect.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.collections.immutable.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.coroutines.slf4j.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.datetime.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.html.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.io.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.core.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.json.jar +%%DATADIR%%/lib/module-intellij.libraries.kotlinx.serialization.protobuf.jar +%%DATADIR%%/lib/module-intellij.libraries.kryo5.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.cio.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.io.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.network.tls.jar +%%DATADIR%%/lib/module-intellij.libraries.ktor.utils.jar +%%DATADIR%%/lib/module-intellij.libraries.lz4.jar +%%DATADIR%%/lib/module-intellij.libraries.markdown.jar +%%DATADIR%%/lib/module-intellij.libraries.miglayout.swing.jar +%%DATADIR%%/lib/module-intellij.libraries.mvstore.jar +%%DATADIR%%/lib/module-intellij.libraries.oro.matcher.jar +%%DATADIR%%/lib/module-intellij.libraries.proxy.vole.jar +%%DATADIR%%/lib/module-intellij.libraries.pty4j.jar +%%DATADIR%%/lib/module-intellij.libraries.rd.text.jar +%%DATADIR%%/lib/module-intellij.libraries.rhino.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.engine.jar +%%DATADIR%%/lib/module-intellij.libraries.snakeyaml.jar +%%DATADIR%%/lib/module-intellij.libraries.sshj.jar +%%DATADIR%%/lib/module-intellij.libraries.stream.jar +%%DATADIR%%/lib/module-intellij.libraries.velocity.jar +%%DATADIR%%/lib/module-intellij.libraries.winp.jar +%%DATADIR%%/lib/module-intellij.libraries.xerces.jar +%%DATADIR%%/lib/module-intellij.libraries.xstream.jar +%%DATADIR%%/lib/module-intellij.libraries.xtext.xbase.jar +%%DATADIR%%/lib/module-intellij.libraries.xz.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.rpc.jar +%%DATADIR%%/lib/module-intellij.platform.debugger.impl.shared.jar +%%DATADIR%%/lib/module-intellij.platform.eel.impl.jar +%%DATADIR%%/lib/module-intellij.platform.find.jar +%%DATADIR%%/lib/module-intellij.platform.managed.cache.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.backend.jar +%%DATADIR%%/lib/module-intellij.platform.polySymbols.jar +%%DATADIR%%/lib/module-intellij.platform.rpc.topics.jar +%%DATADIR%%/lib/module-intellij.platform.scopes.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.core.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.jar +%%DATADIR%%/lib/module-intellij.platform.vcs.shared.jar +%%DATADIR%%/lib/module-intellij.regexp.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.impl.jar +%%DATADIR%%/lib/module-intellij.xml.analysis.jar +%%DATADIR%%/lib/module-intellij.xml.dom.impl.jar +%%DATADIR%%/lib/module-intellij.xml.dom.jar +%%DATADIR%%/lib/module-intellij.xml.impl.jar +%%DATADIR%%/lib/module-intellij.xml.parser.jar +%%DATADIR%%/lib/module-intellij.xml.psi.impl.jar +%%DATADIR%%/lib/module-intellij.xml.psi.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.impl.jar +%%DATADIR%%/lib/module-intellij.xml.structureView.jar +%%DATADIR%%/lib/module-intellij.xml.syntax.jar +%%DATADIR%%/lib/module-intellij.xml.ui.common.jar %%DATADIR%%/lib/modules/intellij.charts.jar -%%DATADIR%%/lib/modules/intellij.debugger.collections.visualizer.core.jar +%%DATADIR%%/lib/modules/intellij.debugger.streams.backend.jar %%DATADIR%%/lib/modules/intellij.debugger.streams.core.jar +%%DATADIR%%/lib/modules/intellij.debugger.streams.shared.jar %%DATADIR%%/lib/modules/intellij.emojipicker.jar %%DATADIR%%/lib/modules/intellij.execution.process.elevation.jar %%DATADIR%%/lib/modules/intellij.execution.process.mediator.client.jar @@ -63,22 +168,32 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.idea.customization.backend.jar %%DATADIR%%/lib/modules/intellij.idea.customization.base.jar %%DATADIR%%/lib/modules/intellij.idea.ultimate.customizationTrial.jar -%%DATADIR%%/lib/modules/intellij.libraries.ai.grazie.spell.gec.engine.local.jar +%%DATADIR%%/lib/modules/intellij.idea.ultimate.feedback.jar %%DATADIR%%/lib/modules/intellij.libraries.coil.jar +%%DATADIR%%/lib/modules/intellij.libraries.commons.text.jar %%DATADIR%%/lib/modules/intellij.libraries.compose.foundation.desktop.jar +%%DATADIR%%/lib/modules/intellij.libraries.compose.runtime.desktop.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.jar %%DATADIR%%/lib/modules/intellij.libraries.grpc.netty.shaded.jar -%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.io.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.cio.jar -%%DATADIR%%/lib/modules/intellij.libraries.ktor.client.jar +%%DATADIR%%/lib/modules/intellij.libraries.javax.activation.jar +%%DATADIR%%/lib/modules/intellij.libraries.kotlinx.document.store.mvstore.jar %%DATADIR%%/lib/modules/intellij.libraries.lucene.common.jar %%DATADIR%%/lib/modules/intellij.libraries.microba.jar %%DATADIR%%/lib/modules/intellij.libraries.skiko.jar +%%DATADIR%%/lib/modules/intellij.libraries.xml.rpc.jar %%DATADIR%%/lib/modules/intellij.platform.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.backend.jar %%DATADIR%%/lib/modules/intellij.platform.bookmarks.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.buildView.jar %%DATADIR%%/lib/modules/intellij.platform.clouds.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.base.jar +%%DATADIR%%/lib/modules/intellij.platform.collaborationTools.auth.jar %%DATADIR%%/lib/modules/intellij.platform.collaborationTools.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.common.jar +%%DATADIR%%/lib/modules/intellij.platform.completion.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.compose.jar %%DATADIR%%/lib/modules/intellij.platform.compose.markdown.jar %%DATADIR%%/lib/modules/intellij.platform.coverage.agent.jar @@ -98,6 +213,7 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.execution.dashboard.jar %%DATADIR%%/lib/modules/intellij.platform.execution.impl.backend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.impl.frontend.jar +%%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.backend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.execution.serviceView.jar %%DATADIR%%/lib/modules/intellij.platform.find.backend.jar @@ -107,9 +223,8 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.ide.newUsersOnboarding.jar %%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.backend.jar %%DATADIR%%/lib/modules/intellij.platform.identifiers.highlighting.shared.jar -%%DATADIR%%/lib/modules/intellij.platform.images.backend.svg.jar -%%DATADIR%%/lib/modules/intellij.platform.images.copyright.jar %%DATADIR%%/lib/modules/intellij.platform.inline.completion.jar +%%DATADIR%%/lib/modules/intellij.platform.inspect.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.foundation.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.ideLafBridge.jar %%DATADIR%%/lib/modules/intellij.platform.jewel.markdown.core.jar @@ -123,10 +238,11 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.kernel.backend.jar %%DATADIR%%/lib/modules/intellij.platform.kernel.impl.jar %%DATADIR%%/lib/modules/intellij.platform.lang.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.langInjection.jar %%DATADIR%%/lib/modules/intellij.platform.lvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.managed.cache.backend.jar %%DATADIR%%/lib/modules/intellij.platform.ml.impl.jar -%%DATADIR%%/lib/modules/intellij.platform.ml.logs.jar %%DATADIR%%/lib/modules/intellij.platform.monolith.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.backend.jar %%DATADIR%%/lib/modules/intellij.platform.navbar.frontend.jar @@ -142,7 +258,12 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.recentFiles.jar %%DATADIR%%/lib/modules/intellij.platform.registry.cloud.jar %%DATADIR%%/lib/modules/intellij.platform.rpc.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.rpc.topics.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.scopes.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.protocolReaderRuntime.jar +%%DATADIR%%/lib/modules/intellij.platform.scriptDebugger.ui.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.backend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.searchEverywhere.jar @@ -155,14 +276,17 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.platform.trialPromotion.idesWithFreeTier.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.impl.shared.jar -%%DATADIR%%/lib/modules/intellij.platform.vcs.impl.backend.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.dvcs.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.exec.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.frontend.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.actions.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.lang.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.impl.shared.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.graph.jar %%DATADIR%%/lib/modules/intellij.platform.vcs.log.impl.jar +%%DATADIR%%/lib/modules/intellij.platform.vcs.log.jar %%DATADIR%%/lib/modules/intellij.platform.warmup.jar %%DATADIR%%/lib/modules/intellij.profiler.asyncOne.jar %%DATADIR%%/lib/modules/intellij.profiler.common.jar @@ -175,12 +299,14 @@ share/applications/idea.desktop %%DATADIR%%/lib/modules/intellij.settingsSync.core.jar %%DATADIR%%/lib/modules/intellij.spellchecker.jar %%DATADIR%%/lib/modules/intellij.spellchecker.xml.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.jar +%%DATADIR%%/lib/modules/intellij.xml.langInjection.xpath.jar %%DATADIR%%/lib/modules/intellij.xml.xmlbeans.jar %%DATADIR%%/lib/native/linux-%%JNI_ARCH%%/libsqliteij.so %%DATADIR%%/lib/nio-fs.jar %%DATADIR%%/lib/opentelemetry.jar %%DATADIR%%/lib/platform-loader.jar -%%DATADIR%%/lib/product-client.jar +%%DATADIR%%/lib/product-backend.jar %%DATADIR%%/lib/product.jar %%DATADIR%%/lib/protobuf.jar %%DATADIR%%/lib/pty4j/freebsd/%%JNI_ARCH%%/libpty.so @@ -212,24 +338,64 @@ share/applications/idea.desktop %%DATADIR%%/modules/module-descriptors.dat %%DATADIR%%/modules/module-descriptors.jar %%DATADIR%%/plugins/DatabaseTools/lib/aether-dependency-resolver.jar -%%DATADIR%%/plugins/DatabaseTools/lib/completion-ranking-sql.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin-frontend.jar %%DATADIR%%/plugins/DatabaseTools/lib/database-plugin.jar %%DATADIR%%/plugins/DatabaseTools/lib/frontend-split/database-frontend.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jdbc-console.jar -%%DATADIR%%/plugins/DatabaseTools/lib/jettison.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-connector-basic.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-provider.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/DatabaseTools/lib/maven-resolver-transport-http.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.backend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.completionMlRanking.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.connectivity.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.core.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.base.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.generic.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.maria.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.js.external.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mongo.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mssql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.mysqlbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.coverage.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.oracle.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgres.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.postgresgreenplumbase.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.backend.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.redis.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sql92.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sqlite.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.ex.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.dialects.sybase.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.frontend.split.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.jdbcConsole.shim.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.pro.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.backend.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.core.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.common.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.copyright.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.core.impl.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.core.jar %%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.frontend.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.impl.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.intelliLang.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.sql.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.trialPromotion.idesWithFreeTier.jar +%%DATADIR%%/plugins/DatabaseTools/lib/modules/intellij.database.util.jar %%DATADIR%%/plugins/DatabaseTools/lib/plexus-utils.jar %%DATADIR%%/plugins/DatabaseTools/lib/tips-database-plugin.jar -%%DATADIR%%/plugins/DatabaseTools/lib/unidecode.jar -%%DATADIR%%/plugins/DatabaseTools/lib/xstream.jar %%DATADIR%%/plugins/Groovy/lib/Groovy.jar %%DATADIR%%/plugins/Groovy/lib/agent/gragent.jar %%DATADIR%%/plugins/Groovy/lib/console.groovy @@ -243,147 +409,29 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Groovy/lib/standardDsls/defaultMethods.gdsl %%DATADIR%%/plugins/Groovy/lib/standardDsls/gantScript.gdsl %%DATADIR%%/plugins/Groovy/lib/standardDsls/metaDsl.gdsl -%%DATADIR%%/plugins/JPA Model/lib/commons-text.jar %%DATADIR%%/plugins/JPA Model/lib/jgoodies.binding.jar %%DATADIR%%/plugins/JPA Model/lib/jpa-model.jar %%DATADIR%%/plugins/JPA/lib/jpa-support.jar %%DATADIR%%/plugins/JPA/lib/jps/javaee-jpa-jps.jar +%%DATADIR%%/plugins/JPA/lib/modules/intellij.javaee.jpa.kotlin.jar %%DATADIR%%/plugins/JavaEE/lib/jasper-v2-rt.jar -%%DATADIR%%/plugins/JavaEE/lib/javaee-openapi.jar %%DATADIR%%/plugins/JavaEE/lib/javaee-platform.jar %%DATADIR%%/plugins/JavaEE/lib/javaee-rt.jar %%DATADIR%%/plugins/JavaEE/lib/jps/javaee-jps.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.app.servers.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.application.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.ejb.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.jpa.ql.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.langInjection.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.free.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.impl.database.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.impl.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.platform.jar +%%DATADIR%%/plugins/JavaEE/lib/modules/intellij.javaee.web.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v21-rt.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v23-java8-rt.jar %%DATADIR%%/plugins/JavaEE/lib/rt/jasper-v23-rt.jar -%%DATADIR%%/plugins/Kotlin/bin/linux/LLDBFrontend -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/LICENSE -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/__init__.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/jetbrains_stl_formatters.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_group_value.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_qt.py -%%DATADIR%%/plugins/Kotlin/bin/lldb/renderers/lldb_formatters/lldb_qt_init.py -%%DATADIR%%/plugins/Kotlin/bin/macos/aarch64/LLDBFrontend -%%DATADIR%%/plugins/Kotlin/bin/macos/x64/LLDBFrontend -%%DATADIR%%/plugins/Kotlin/bin/windows/LLDBFrontend.exe -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/META-INF/MANIFEST.MF -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kapt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kapt.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlin -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlin.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-js -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-js.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-jvm -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc-jvm.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/bin/kotlinc.bat -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/build.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/allopen-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/annotations-13.0.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/assignment-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/compose-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/jvm-abi-gen.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing-cli.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotation-processing.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotations-jvm-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-annotations-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-ant.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-daemon-client.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-daemon.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-main-kts.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-metadata-jvm-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-metadata-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-preloader.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-reflect-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-reflect.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-runner.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-script-runtime-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-script-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-common.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-compiler-impl.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-scripting-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-serialization-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk7-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk7.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk8-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-jdk8.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-js-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-js.klib -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-stdlib.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-js-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-js.klib -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit5-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-junit5.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-testng-sources.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test-testng.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlin-test.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlinx-coroutines-core-jvm.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/kotlinx-serialization-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/lombok-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/mutability-annotations-compat.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/noarg-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/parcelize-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/parcelize-runtime.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/power-assert-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/sam-with-receiver-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/lib/scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/COPYRIGHT.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/COPYRIGHT_HEADER.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/NOTICE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/README.md -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aalto_xml_licence.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aether_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/aosp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/args4j_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/asm_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/asmble_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/assemblyscript_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/boost_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/caffeine_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/closure-compiler_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/compose_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/dart_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/fastutil_licence -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gradle-node-plugin_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gradle_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/guava_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/gwt_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jgit_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jquery_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/jshashtable_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/karma-teamcity-reporter_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/karma_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/lodash_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/lombok_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/maven_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/mocha-teamcity-reporter_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/okhttp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/opentelemetry_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/power_assert_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/prototype_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/rhino_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/scala_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/sl4f_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/stax2-api.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/sun_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/teamcity-service-messages_LICENSE.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/dagger_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/eclipse_distribution_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/eclipse_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/findbugs_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/jspecify_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/lombok_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/rxjava_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/testdata/spring_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc.ide/license/third_party/threetenbp_license.txt +%%DATADIR%%/plugins/JavaeeWeb/lib/javaee-web.jar %%DATADIR%%/plugins/Kotlin/kotlinc/META-INF/MANIFEST.MF %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kapt %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kapt.bat @@ -397,14 +445,11 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/bin/kotlinc.bat %%DATADIR%%/plugins/Kotlin/kotlinc/build.txt %%DATADIR%%/plugins/Kotlin/kotlinc/lib/allopen-compiler-plugin.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/android-extensions-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/android-extensions-runtime.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/annotations-13.0.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/assignment-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/compose-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/jvm-abi-gen.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-cli.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-compiler.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing-runtime.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotation-processing.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-annotations-jvm-sources.jar @@ -413,7 +458,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-compiler.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon-client.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-daemon.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-imports-dumper-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-main-kts.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-metadata-jvm-sources.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/kotlin-metadata-jvm.jar @@ -456,7 +500,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/lib/power-assert-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/sam-with-receiver-compiler-plugin.jar %%DATADIR%%/plugins/Kotlin/kotlinc/lib/scripting-compiler.jar -%%DATADIR%%/plugins/Kotlin/kotlinc/lib/trove4j.jar %%DATADIR%%/plugins/Kotlin/kotlinc/license/COPYRIGHT.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/COPYRIGHT_HEADER.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/LICENSE.txt @@ -476,6 +519,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/dart_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/fastutil_licence %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle-node-plugin_LICENSE.txt +%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle_custom_user_plugin_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gradle_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/guava_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/gwt_license.txt @@ -489,6 +533,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/maven_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/mocha-teamcity-reporter_LICENSE.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/okhttp_license.txt +%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/opentelemetry_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/power_assert_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/prototype_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/rhino_LICENSE.txt @@ -506,9 +551,8 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/testdata/rxjava_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/testdata/spring_license.txt %%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/threetenbp_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/trove_license.txt -%%DATADIR%%/plugins/Kotlin/kotlinc/license/third_party/trove_readme_license.txt %%DATADIR%%/plugins/Kotlin/lib/completion-ranking-kotlin.jar +%%DATADIR%%/plugins/Kotlin/lib/ehcache.sizeof.jar %%DATADIR%%/plugins/Kotlin/lib/frontend-split/kotlin-frontend.jar %%DATADIR%%/plugins/Kotlin/lib/jackson-dataformat-toml.jar %%DATADIR%%/plugins/Kotlin/lib/javax-inject.jar @@ -535,8 +579,25 @@ share/applications/idea.desktop %%DATADIR%%/plugins/Kotlin/lib/vavr.jar %%DATADIR%%/plugins/Kotlin/scripts/konan_lldb.py %%DATADIR%%/plugins/Spring/lib/customNs/customNs.jar -%%DATADIR%%/plugins/Spring/lib/intellij.spring.custom.ns.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.aop.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.run.free.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.run.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.boot.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.free.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.injections.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.core.shared.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.data.jpa.ql.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.eclipse.jar %%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.el.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.graph.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.jsf.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.kotlin.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.hibernate.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.persistence.jpa.jar +%%DATADIR%%/plugins/Spring/lib/modules/intellij.spring.web.jar %%DATADIR%%/plugins/Spring/lib/spring.jar %%DATADIR%%/plugins/android-gradle-declarative-lang-ide/lib/android-gradle-declarative-lang-ide-frontend.jar %%DATADIR%%/plugins/android-gradle-declarative-lang-ide/lib/android-gradle-declarative-lang-ide.jar @@ -560,8 +621,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/angular/ngCli/schematicsProvider80.js %%DATADIR%%/plugins/angular/ngCli/schematicsProvider90.js %%DATADIR%%/plugins/aopCommon/lib/aopCommon.jar -%%DATADIR%%/plugins/clouds-kubernetes/lib/clouds-kubernetes-frontend.jar %%DATADIR%%/plugins/clouds-kubernetes/lib/clouds-kubernetes.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/intellij.kubernetes.k8s.api.spec.jar +%%DATADIR%%/plugins/clouds-kubernetes/lib/kubernetes-client-java.jar %%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.backend.jar %%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.charts.gotpl.jar %%DATADIR%%/plugins/clouds-kubernetes/lib/modules/intellij.clouds.kubernetes.cron.jar @@ -575,7 +637,23 @@ share/applications/idea.desktop %%DATADIR%%/plugins/copyright/lib/copyright.jar %%DATADIR%%/plugins/cron/lib/cron.jar %%DATADIR%%/plugins/cron/lib/cronutils.cron.utils.jar -%%DATADIR%%/plugins/css-impl/lib/css-impl.jar +%%DATADIR%%/plugins/css-plugin/lib/css-plugin.jar +%%DATADIR%%/plugins/css-plugin/lib/frontend-split/css-frontend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.analysis.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.backend.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.common.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.copyright.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.frontend.split.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.psi.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.schemeGenerator.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.watcher.jar +%%DATADIR%%/plugins/css-plugin/lib/modules/intellij.css.xmlSchemeGenerator.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/debugger-collections-visualizer.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.core.backend.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.core.frontend.jar +%%DATADIR%%/plugins/debugger-collections-visualizer/lib/modules/intellij.debugger.collections.visualizer.jvm.jar %%DATADIR%%/plugins/dev/lib/dev.jar %%DATADIR%%/plugins/eclipse/lib/eclipse-common.jar %%DATADIR%%/plugins/eclipse/lib/eclipse-jps.jar @@ -589,35 +667,47 @@ share/applications/idea.desktop %%DATADIR%%/plugins/featuresTrainer/lib/assertj.jar %%DATADIR%%/plugins/featuresTrainer/lib/featuresTrainer.jar %%DATADIR%%/plugins/featuresTrainer/lib/git-learning-project.jar +%%DATADIR%%/plugins/findUsagesMl/lib/findUsagesMl.jar %%DATADIR%%/plugins/flyway/lib/flyway.jar %%DATADIR%%/plugins/freemarker/lib/freemarker.jar -%%DATADIR%%/plugins/fullLine/full-line-cpu-detector-windows-x86_64.zip +%%DATADIR%%/plugins/freemarker/lib/modules/intellij.freemarker.spring.jar %%DATADIR%%/plugins/fullLine/full-line-model-java-v2.zip -%%DATADIR%%/plugins/fullLine/full-line-model-java.zip %%DATADIR%%/plugins/fullLine/full-line-model-kotlin.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-linux-arm_64.zip %%DATADIR%%/plugins/fullLine/full-line-native-server-linux-x86_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-arm_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-macos-x86_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-arm_64.zip -%%DATADIR%%/plugins/fullLine/full-line-native-server-windows-x86_64.zip %%DATADIR%%/plugins/fullLine/lib/clikt.jar %%DATADIR%%/plugins/fullLine/lib/fullLine.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.ai.completion.trigger.model.polyglot.cloud.jar +%%DATADIR%%/plugins/fullLine/lib/jetbrains.mlapi.core.jar %%DATADIR%%/plugins/fullLine/lib/jgrapht.core.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.chat.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.css.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.erb.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.fake.frontend.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.go.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.html.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.java.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.js.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.json.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.kotlin.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.markdown.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.php.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.properties.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.python.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rbs.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.cpp.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.csharp.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.fsharp.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.godot.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rider.shaderlab.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.ruby.local.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.rust.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.sql.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.terraform.local.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.text.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.xml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.fullLine.yaml.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.chat.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.completion.trigger.model.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.css.completion.jar @@ -630,70 +720,11 @@ share/applications/idea.desktop %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.python.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.cpp.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.csharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.fsharp.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.godot.completion.jar +%%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rider.shaderlab.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.ruby.completion.jar %%DATADIR%%/plugins/fullLine/lib/modules/intellij.ml.llm.rust.completion.jar -%%DATADIR%%/plugins/fullLine/promo/Aqua/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Aqua/content.json -%%DATADIR%%/plugins/fullLine/promo/CLion/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/CLion/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/CLion/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/CLion/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/CLion/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/CLion/content.json -%%DATADIR%%/plugins/fullLine/promo/DataGrip/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataGrip/content.json -%%DATADIR%%/plugins/fullLine/promo/DataSpell/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/DataSpell/content.json -%%DATADIR%%/plugins/fullLine/promo/GoLand/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/GoLand/content.json %%DATADIR%%/plugins/fullLine/promo/Idea/AIEnterprise.png %%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion.png %%DATADIR%%/plugins/fullLine/promo/Idea/CloudCompletion_dark.png @@ -710,98 +741,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI.png %%DATADIR%%/plugins/fullLine/promo/Idea/MergeWithAI_dark.png %%DATADIR%%/plugins/fullLine/promo/Idea/content.json -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/PhpStorm/content.json -%%DATADIR%%/plugins/fullLine/promo/Python/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Python/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Python/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Python/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Python/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Python/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Python/content.json -%%DATADIR%%/plugins/fullLine/promo/Rider/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Rider/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Rider/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Rider/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Rider/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Rider/content.json -%%DATADIR%%/plugins/fullLine/promo/Ruby/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/Ruby/content.json -%%DATADIR%%/plugins/fullLine/promo/RustRover/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/RustRover/content.json -%%DATADIR%%/plugins/fullLine/promo/WebStorm/AIEnterprise.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CloudCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/CommandGenerationInTerminal_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/ContextAwareChat_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/FixWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/GenerateTests_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/LocalCompletion_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/MergeWithAI_dark.png -%%DATADIR%%/plugins/fullLine/promo/WebStorm/content.json %%DATADIR%%/plugins/gradle-java/lib/gradle-java.jar %%DATADIR%%/plugins/gradle-java/lib/gradle-jps.jar %%DATADIR%%/plugins/gradle-java/lib/modules/intellij.gradle.analysis.jar @@ -834,18 +773,22 @@ share/applications/idea.desktop %%DATADIR%%/plugins/gradle/lib/ant/ant-testutil.jar %%DATADIR%%/plugins/gradle/lib/ant/ant-xz.jar %%DATADIR%%/plugins/gradle/lib/ant/ant.jar -%%DATADIR%%/plugins/gradle/lib/gradle-api-8.14.jar +%%DATADIR%%/plugins/gradle/lib/gradle-api-9.0.0.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-api.jar %%DATADIR%%/plugins/gradle/lib/gradle-tooling-extension-impl.jar %%DATADIR%%/plugins/gradle/lib/gradle.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.api.gateway.client.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.client.ktor.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.ner.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.model.tree.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.rule.engine.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.api.jvm.jar +%%DATADIR%%/plugins/grazie/lib/ai.grazie.tasks.library.model.jvm.jar %%DATADIR%%/plugins/grazie/lib/com.carrotsearch-hppc.jar %%DATADIR%%/plugins/grazie/lib/com.hankcs-aho-corasick-double-array-trie.jar %%DATADIR%%/plugins/grazie/lib/com.vdurmont-emoji-java.jar -%%DATADIR%%/plugins/grazie/lib/commons-text.jar +%%DATADIR%%/plugins/grazie/lib/grazie-frontend.jar %%DATADIR%%/plugins/grazie/lib/grazie.jar -%%DATADIR%%/plugins/grazie/lib/grpc-core.jar -%%DATADIR%%/plugins/grazie/lib/grpc-protobuf.jar -%%DATADIR%%/plugins/grazie/lib/grpc-stub.jar %%DATADIR%%/plugins/grazie/lib/javax.measure-unit-api.jar %%DATADIR%%/plugins/grazie/lib/net.loomchild-segment.jar %%DATADIR%%/plugins/grazie/lib/org.carrot2-morfologik-fsa-builders.jar @@ -879,7 +822,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/java-coverage/lib/java-coverage.jar %%DATADIR%%/plugins/java-debugger-streams/lib/java-debugger-streams.jar %%DATADIR%%/plugins/java-decompiler/lib/java-decompiler.jar -%%DATADIR%%/plugins/java-dsm/lib/java-dsm.jar %%DATADIR%%/plugins/java-i18n/lib/java-i18n.jar %%DATADIR%%/plugins/java-ide-customization/lib/java-ide-customization.jar %%DATADIR%%/plugins/java/lib/aether-dependency-resolver.jar @@ -896,16 +838,19 @@ share/applications/idea.desktop %%DATADIR%%/plugins/java/lib/jps-builders.jar %%DATADIR%%/plugins/java/lib/jps-javac-extension.jar %%DATADIR%%/plugins/java/lib/jps-launcher.jar -%%DATADIR%%/plugins/java/lib/jshell-frontend.jar -%%DATADIR%%/plugins/java/lib/jshell-protocol.jar %%DATADIR%%/plugins/java/lib/kotlin-metadata.jar %%DATADIR%%/plugins/java/lib/maven-resolver-connector-basic.jar %%DATADIR%%/plugins/java/lib/maven-resolver-transport-file.jar %%DATADIR%%/plugins/java/lib/maven-resolver-transport-http.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.debugger.impl.frontend.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.duplicates.analysis.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.duplicatesDetection.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.execution.impl.backend.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.execution.impl.frontend.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.featuresTrainer.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.jam.impl.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.langInjection.jar +%%DATADIR%%/plugins/java/lib/modules/intellij.java.langInjection.jps.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.structuralSearch.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.unscramble.jar %%DATADIR%%/plugins/java/lib/modules/intellij.java.vcs.jar @@ -946,14 +891,16 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javaee-jsp-base-impl/lib/servlets.jar %%DATADIR%%/plugins/javaee-persistence-impl/lib/javaee-persistence-impl.jar %%DATADIR%%/plugins/javaee-reverseEngineering/lib/javaee-reverseEngineering.jar -%%DATADIR%%/plugins/javaee-web-impl/lib/javaee-web-impl.jar -%%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger-frontend.jar %%DATADIR%%/plugins/javascript-debugger/lib/javascript-debugger.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.frontend.jar -%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.shared.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.backend.rpc.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.coverage.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.ui.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webDeployment.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.debugger.webstorm.specific.jar %%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.reactNativeDebugger.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.backend.jar +%%DATADIR%%/plugins/javascript-debugger/lib/modules/intellij.javascript.wip.protocol.jar %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectionForwarder.js %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnector.js %%DATADIR%%/plugins/javascript-debugger/nodeDebugInitializer/debugConnectorPortPublisher.js @@ -1004,10 +951,12 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/helpers/protractor-intellij/lib/protractor-intellij-util.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/node_modules/vitest-intellij-reporter-safe.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-file-path-resolver.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-connector.js +%%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter-v3-plus.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-reporter.js %%DATADIR%%/plugins/javascript-plugin/helpers/vitest-intellij/vitest-intellij-util.js -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-3aa1da707db6.ijx -%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-3aa1da707db6.txt +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.ijx +%%DATADIR%%/plugins/javascript-plugin/js/js-predefined-d6986cc7102b-c7e53b3be11b.txt %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/!HowToUpdateBundledTypeScript.md %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_tsserver.js %%DATADIR%%/plugins/javascript-plugin/jsLanguageServicesImpl/external/_typingsInstaller.js @@ -1192,8 +1141,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-js.jar %%DATADIR%%/plugins/javascript-plugin/lib/completion-ranking-typescript.jar %%DATADIR%%/plugins/javascript-plugin/lib/frontend-split/javascript-frontend.jar -%%DATADIR%%/plugins/javascript-plugin/lib/javascript-frontback.jar +%%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin-frontend.jar %%DATADIR%%/plugins/javascript-plugin/lib/javascript-plugin.jar +%%DATADIR%%/plugins/javascript-plugin/lib/modules/intellij.javascript.frontend.jar %%DATADIR%%/plugins/javascript-plugin/lib/semver4j.jar %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/no_samples.zip %%DATADIR%%/plugins/javascript-plugin/projectTemplates/JavaScript/with_samples.zip @@ -1236,11 +1186,13 @@ share/applications/idea.desktop %%DATADIR%%/plugins/javascript-plugin/reporting/playwright/playwrightTestStructure.js %%DATADIR%%/plugins/json/lib/json.jar %%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.jar +%%DATADIR%%/plugins/json/lib/modules/intellij.json.backend.regexp.jar %%DATADIR%%/plugins/json/lib/modules/intellij.json.frontend.split.jar %%DATADIR%%/plugins/jsonpath/lib/jsonpath.jar %%DATADIR%%/plugins/junit/lib/junit-rt.jar %%DATADIR%%/plugins/junit/lib/junit.jar %%DATADIR%%/plugins/junit/lib/junit5-rt.jar +%%DATADIR%%/plugins/junit/lib/junit6-rt.jar %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1030.js %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1066.js %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/1083.js @@ -1587,6 +1539,7 @@ share/applications/idea.desktop %%DATADIR%%/plugins/jupyter-plugin/jupyter-web/yaml.svg %%DATADIR%%/plugins/jupyter-plugin/lib/jupyter-plugin.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.core.jar +%%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.execution.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.completion.ml.ranking.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.jar %%DATADIR%%/plugins/jupyter-plugin/lib/modules/intellij.jupyter.py.psi.jar @@ -1618,9 +1571,14 @@ share/applications/idea.desktop %%DATADIR%%/plugins/keymap-netbeans/lib/keymap-netbeans.jar %%DATADIR%%/plugins/keymap-visualStudio/lib/keymap-visualStudio.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/batik-transcoder.jar -%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/jetbrains.kotlin-jupyter-shared-compiler.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/kotlin-jupyter-plugin.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.buildSystems.gradle.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.core.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.k1.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.k2.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.liveTemplates.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.plots.jar +%%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/modules/intellij.kotlin.jupyter.tables.jar %%DATADIR%%/plugins/kotlin-jupyter-plugin/lib/xml-apis-ext.jar %%DATADIR%%/plugins/ktor/lib/ktor-gradle-tooling.jar %%DATADIR%%/plugins/ktor/lib/ktor.jar @@ -1634,7 +1592,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/markdown/lib/markdown.jar %%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.backend.jar %%DATADIR%%/plugins/markdown/lib/modules/intellij.markdown.frontend.jar -%%DATADIR%%/plugins/marketplaceMl/lib/marketplaceMl.jar %%DATADIR%%/plugins/maven/lib/artifact-resolver-m31.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.archetype.catalog-no-trans-321.jar %%DATADIR%%/plugins/maven/lib/intellij.maven.server.indexer/lib/apache.maven.archetype.common-no-trans-3.2.1.jar @@ -1666,31 +1623,37 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnDebug %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnDebug.cmd %%DATADIR%%/plugins/maven/lib/maven3/bin/mvnyjp -%%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.8.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds-2.9.0.jar %%DATADIR%%/plugins/maven/lib/maven3/boot/plexus-classworlds.license %%DATADIR%%/plugins/maven/lib/maven3/conf/logging/simplelogger.properties %%DATADIR%%/plugins/maven/lib/maven3/conf/settings.xml %%DATADIR%%/plugins/maven/lib/maven3/conf/toolchains.xml %%DATADIR%%/plugins/maven/lib/maven3/lib/aopalliance-1.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/aopalliance.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli-1.8.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/asm-9.8.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/asm.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli-1.9.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/commons-cli.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec-1.17.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec-1.18.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/commons-codec.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/error_prone_annotations-2.38.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/error_prone_annotations.license %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/README.txt %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/hazelcast/README.txt %%DATADIR%%/plugins/maven/lib/maven3/lib/ext/redisson/README.txt -%%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess-1.0.2.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess-1.0.3.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/failureaccess.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/guava-33.2.1-jre.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/gson-2.13.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/gson.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/guava-33.4.8-jre.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/guava.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/guice-5.1.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/guice-5.1.0-classes.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/guice.license %%DATADIR%%/plugins/maven/lib/maven3/lib/httpclient-4.5.14.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/httpclient.license %%DATADIR%%/plugins/maven/lib/maven3/lib/httpcore-4.4.16.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/httpcore.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-2.4.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jansi-2.4.2.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jansi.license %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.annotation-api-1.3.2.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.annotation-api.license @@ -1698,45 +1661,45 @@ share/applications/idea.desktop %%DATADIR%%/plugins/maven/lib/maven3/lib/javax.inject.license %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j-1.7.36.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/jcl-over-slf4j.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-artifact-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-builder-support-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-compat-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-core-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-embedder-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-api-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-connector-basic-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-impl-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-named-locks-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-provider-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-spi-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-file-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-http-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-wagon-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-util-1.9.22.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.9.9.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jspecify-1.0.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/jspecify.license +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-artifact-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-builder-support-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-compat-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-core-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-embedder-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-model-builder-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-plugin-api-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-repository-metadata-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-api-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-connector-basic-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-impl-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-named-locks-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-provider-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-spi-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-file-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-http-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-transport-wagon-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-resolver-util-1.9.24.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-settings-builder-3.9.11.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/maven-shared-utils-3.4.2.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-slf4j-provider-3.9.9.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject-0.9.0.M3.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/maven-slf4j-provider-3.9.11.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject-0.9.0.M4.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.inject.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus-0.9.0.M3.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus-0.9.0.M4.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/org.eclipse.sisu.plexus.license %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-cipher-2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-cipher.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-2.1.0.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations-2.2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-component-annotations.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.27.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation-1.28.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-interpolation.license %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher-2.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-sec-dispatcher.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils-3.5.1.jar +%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils-3.6.0.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-utils.license -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-xml-3.0.1.jar -%%DATADIR%%/plugins/maven/lib/maven3/lib/plexus-xml.license %%DATADIR%%/plugins/maven/lib/maven3/lib/slf4j-api-1.7.36.jar %%DATADIR%%/plugins/maven/lib/maven3/lib/slf4j-api.license %%DATADIR%%/plugins/maven/lib/maven3/lib/wagon-file-3.5.3.jar @@ -1757,9 +1720,8 @@ share/applications/idea.desktop %%DATADIR%%/plugins/micronaut/lib/micronaut.jar %%DATADIR%%/plugins/microservices-jvm/lib/jetbrains.intellij.deps.scheduled.debugger.agent.jar %%DATADIR%%/plugins/microservices-jvm/lib/microservices-jvm.jar -%%DATADIR%%/plugins/microservices-ui/lib/microservices-ui.jar -%%DATADIR%%/plugins/microservices-ui/lib/modules/intellij.microservices.ui.diagrams.jar -%%DATADIR%%/plugins/microservices-ui/lib/modules/intellij.microservices.ui.frontend.jar +%%DATADIR%%/plugins/microservices-plugin/lib/microservices-plugin.jar +%%DATADIR%%/plugins/microservices-plugin/lib/modules/intellij.microservices.diagrams.jar %%DATADIR%%/plugins/nextjs/lib/nextjs.jar %%DATADIR%%/plugins/nodeJS-remoteInterpreter/lib/nodeJS-remoteInterpreter.jar %%DATADIR%%/plugins/nodeJS/js/mocha-intellij/.gitignore @@ -1846,7 +1808,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/nodeJS/js/ts-file-loader/package.json %%DATADIR%%/plugins/nodeJS/lib/nodeJS.jar %%DATADIR%%/plugins/notebooks-plugin/lib/notebooks-plugin.jar -%%DATADIR%%/plugins/openRewrite/lib/openRewrite.jar %%DATADIR%%/plugins/packageChecker/lib/packageChecker.jar %%DATADIR%%/plugins/performanceTesting-async/lib/performanceTesting-async.jar %%DATADIR%%/plugins/performanceTesting/lib/assertj-swing.jar @@ -1857,15 +1818,9 @@ share/applications/idea.desktop %%DATADIR%%/plugins/platform-ijent-impl/ijent-aarch64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/ijent-x86_64-unknown-linux-musl-release %%DATADIR%%/plugins/platform-ijent-impl/lib/google.protobuf.kotlin.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-core.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-kotlin-stub.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-netty-shaded.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-protobuf.jar -%%DATADIR%%/plugins/platform-ijent-impl/lib/grpc-stub.jar %%DATADIR%%/plugins/platform-ijent-impl/lib/platform-ijent-impl.jar +%%DATADIR%%/plugins/platform-images/lib/modules/intellij.platform.images.xdebugger.jar %%DATADIR%%/plugins/platform-images/lib/platform-images.jar -%%DATADIR%%/plugins/platform-langInjection/lib/java-langInjection-jps.jar -%%DATADIR%%/plugins/platform-langInjection/lib/platform-langInjection.jar %%DATADIR%%/plugins/plugin-classpath.txt %%DATADIR%%/plugins/postcss/lib/postcss.jar %%DATADIR%%/plugins/prettierJS/lib/prettierJS.jar @@ -1889,12 +1844,10 @@ share/applications/idea.desktop %%DATADIR%%/plugins/qodana/lib/qodana.jar %%DATADIR%%/plugins/quarkus/lib/quarkus.jar %%DATADIR%%/plugins/react/lib/react.jar -%%DATADIR%%/plugins/reactivestreams-core/lib/reactivestreams-core.jar %%DATADIR%%/plugins/remoteRun/lib/modules/intellij.remoteRun.gradle.docker.jar %%DATADIR%%/plugins/remoteRun/lib/modules/intellij.remoteRun.gradle.jar %%DATADIR%%/plugins/remoteRun/lib/remoteRun.jar %%DATADIR%%/plugins/repository-search/lib/kotlinx-document-store-mvstore.jar -%%DATADIR%%/plugins/repository-search/lib/ktor-client-logging.jar %%DATADIR%%/plugins/repository-search/lib/maven-model.jar %%DATADIR%%/plugins/repository-search/lib/package-search-api-client.jar %%DATADIR%%/plugins/repository-search/lib/repository-search.jar @@ -1903,30 +1856,52 @@ share/applications/idea.desktop %%DATADIR%%/plugins/restClient/lib/graalvm.js.jar %%DATADIR%%/plugins/restClient/lib/grpc.jar %%DATADIR%%/plugins/restClient/lib/jooq.joox.jar -%%DATADIR%%/plugins/restClient/lib/jsonpath.jar %%DATADIR%%/plugins/restClient/lib/kotlinx-coroutines-reactor.jar %%DATADIR%%/plugins/restClient/lib/modules/intellij.httpClient.grpc.jar %%DATADIR%%/plugins/restClient/lib/reactor-netty-http.jar %%DATADIR%%/plugins/restClient/lib/restClient.jar -%%DATADIR%%/plugins/sass/lib/jruby-parser.jar -%%DATADIR%%/plugins/sass/lib/sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/frontend-split/sass-frontend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.backend.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.common.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.copyright.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.frontend.split.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.jar +%%DATADIR%%/plugins/sass-plugin/lib/modules/intellij.sass.watcher.jar +%%DATADIR%%/plugins/sass-plugin/lib/sass-plugin.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.emb.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/ai.grazie.model.swagger.annotations.jvm.jar +%%DATADIR%%/plugins/searchEverywhereMl/lib/jetbrains.mlapi.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.ranking.core.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/modules/intellij.searchEverywhereMl.typos.jar %%DATADIR%%/plugins/searchEverywhereMl/lib/searchEverywhereMl.jar %%DATADIR%%/plugins/settingsSync/lib/cloud-config-client.jar %%DATADIR%%/plugins/settingsSync/lib/jetbrains.intellij.deps.eclipse.jgit.jar %%DATADIR%%/plugins/settingsSync/lib/settingsSync.jar -%%DATADIR%%/plugins/sh/lib/sh.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.backend.jar +%%DATADIR%%/plugins/sh-plugin/lib/modules/intellij.sh.frontend.split.jar +%%DATADIR%%/plugins/sh-plugin/lib/sh-plugin.jar %%DATADIR%%/plugins/spring-boot-cloud/lib/spring-boot-cloud.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.cron.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.gradle.kts.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.gradle.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.jpa.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.maven.shared.jar +%%DATADIR%%/plugins/spring-boot-core/lib/modules/intellij.spring.boot.rewrite.jar %%DATADIR%%/plugins/spring-boot-core/lib/spring-boot-core.jar %%DATADIR%%/plugins/spring-boot-initializr/lib/spring-boot-initializr.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.el.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.jpa.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.liquibase.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.mongodb.jar +%%DATADIR%%/plugins/spring-data/lib/modules/intellij.spring.data.ql.jar %%DATADIR%%/plugins/spring-data/lib/spring-data.jar %%DATADIR%%/plugins/spring-integration-core/lib/spring-integration-core.jar %%DATADIR%%/plugins/spring-messaging/lib/spring-messaging.jar %%DATADIR%%/plugins/spring-modulith/lib/spring-modulith.jar %%DATADIR%%/plugins/spring-mvc-impl/lib/spring-mvc-impl.jar %%DATADIR%%/plugins/spring-security/lib/spring-security.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.aia.jar +%%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.jar %%DATADIR%%/plugins/station-plugin/lib/modules/intellij.station.frontend.split.jar %%DATADIR%%/plugins/station-plugin/lib/station-plugin.jar %%DATADIR%%/plugins/styled-components/lib/styled-components.jar @@ -1942,9 +1917,10 @@ share/applications/idea.desktop %%DATADIR%%/plugins/tasks/lib/axis.jar %%DATADIR%%/plugins/tasks/lib/commons-discovery.jar %%DATADIR%%/plugins/tasks/lib/http-client.jar -%%DATADIR%%/plugins/tasks/lib/jsonpath.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.bugzilla.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.jira.jar +%%DATADIR%%/plugins/tasks/lib/modules/intellij.tasks.trac.jar %%DATADIR%%/plugins/tasks/lib/tasks-core.jar -%%DATADIR%%/plugins/tasks/lib/xmlrpc.jar %%DATADIR%%/plugins/terminal/lib/completion-ranking-sh.jar %%DATADIR%%/plugins/terminal/lib/modules/intellij.terminal.frontend.split.jar %%DATADIR%%/plugins/terminal/lib/terminal-completion-db-with-extensions.jar @@ -1972,385 +1948,395 @@ share/applications/idea.desktop %%DATADIR%%/plugins/testng/lib/testng-plugin.jar %%DATADIR%%/plugins/testng/lib/testng-rt.jar %%DATADIR%%/plugins/testng/lib/testng.jar -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/asciidoc-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/adoc/syntaxes/Asciidoctor.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/bat/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/bat/snippets/batchfile.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.codeblock.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/bicep.tmlanguage -%%DATADIR%%/plugins/textmate/lib/bundles/bicep/syntaxes/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/bicepparam/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMake.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/snippets/coffeescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/c.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/snippets/cpp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/cpp/syntaxes/platform.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/snippets/csharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/css/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/css/syntaxes/css.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/dart/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/dart/syntaxes/dart.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/diff/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/diff/syntaxes/diff.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/docker/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/docker/syntaxes/docker.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/grammar/Erlang.plist -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/erlang/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/snippets/fsharp.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-commit.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/git-rebase.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/languages/ignore.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/git-base/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/go/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/go/syntaxes/go.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/snippets/groovy.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/html/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/snippets/html.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/html/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ini/ini.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/properties.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ini/syntaxes/ini.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/java/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/java/snippets/java.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/java/syntaxes/java.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/javascript-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/snippets/javascript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/javascript/tags-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/json/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSON.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONC.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/JSONL.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/json/syntaxes/snippets.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/jsp-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/julia/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/julia/syntaxes/julia.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/info.plist -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/class.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/snippets/println.tmSnippet -%%DATADIR%%/plugins/textmate/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/latex/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/latex/cpp-bailout-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-cpp-embedded-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/latex-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/markdown-latex-combined-license.txt -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/TeX.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/less/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/less/syntaxes/less.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/lua/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/lua/syntaxes/lua.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/make/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/make/syntaxes/make.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/snippets/markdown.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.gitignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/notebook/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/preview-styles/index.css -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/markdown-math/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/license -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/perl6.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/perl/syntaxes/perl6.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/php/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/snippets/php.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/html.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/php/syntaxes/php.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/snippets/powershell.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/pug/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/pug/syntaxes/pug.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/launch.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscode/tasks.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/python/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/r/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/r/syntaxes/r.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/razor/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/rust/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/rust/syntaxes/rust.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/scss/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/scss/syntaxes/scss.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/search-result/tsconfig.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/sql/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/sql/syntaxes/sql.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/swift/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/swift/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/swift/snippets/swift.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/swift/syntaxes/swift.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/LICENSE -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/snippets/terraform.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/LICENSE.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/README.md -%%DATADIR%%/plugins/textmate/lib/bundles/twig/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/extension.js -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/filters.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/functions.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/hover/twig.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/languages/twig.configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/snippets/snippets.json -%%DATADIR%%/plugins/textmate/lib/bundles/twig/src/syntaxes/twig.tmLanguage -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/snippets/typescript.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/Readme.md -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/vb/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/vb/snippets/vb.code-snippets -%%DATADIR%%/plugins/textmate/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/LICENSE.txt -%%DATADIR%%/plugins/textmate/lib/bundles/viml/grammars/viml.json -%%DATADIR%%/plugins/textmate/lib/bundles/viml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/syntaxes/xsl.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xml.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/xml/xsl.language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/.vscodeignore -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/language-configuration.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/package.nls.json -%%DATADIR%%/plugins/textmate/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json -%%DATADIR%%/plugins/textmate/lib/joni.jar -%%DATADIR%%/plugins/textmate/lib/textmate.jar -%%DATADIR%%/plugins/thymeleaf/lib/thymeleaf.jar +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/asciidoc-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/adoc/syntaxes/Asciidoctor.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/snippets/batchfile.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bat/syntaxes/batchfile.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.codeblock.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/bicep.tmlanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicep/syntaxes/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/bicepparam/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/clojure/syntaxes/clojure.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMake.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cmake/syntaxes/CMakeCache.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/snippets/coffeescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/coffeescript/syntaxes/coffeescript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/c.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/snippets/cpp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.embedded.macro.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/cuda-cpp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/cpp/syntaxes/platform.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/snippets/csharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/csharp/syntaxes/csharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/css/syntaxes/css.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/dart/syntaxes/dart.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/diff/syntaxes/diff.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/docker/syntaxes/docker.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/grammar/Erlang.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/erlang/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/snippets/fsharp.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/fsharp/syntaxes/fsharp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-commit.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/git-rebase.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/languages/ignore.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-commit.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/git-rebase.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/syntaxes/ignore.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/git-base/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/go/syntaxes/go.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/snippets/groovy.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/groovy/syntaxes/groovy.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/handlebars/syntaxes/Handlebars.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hcl/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/hlsl/syntaxes/hlsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/snippets/html.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html-derivative.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/html/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/ini.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/properties.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ini/syntaxes/ini.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/snippets/java.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/java/syntaxes/java.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/javascript-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/snippets/javascript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/JavaScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/syntaxes/Regular Expressions (JavaScript).tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/javascript/tags-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSON.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONC.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/JSONL.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/json/syntaxes/snippets.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/jsp-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/jsp/syntaxes/jsp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/julia/syntaxes/julia.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kconfig/syntaxes/kconfig.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/info.plist +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/class.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/snippets/println.tmSnippet +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/kotlin/syntaxes/Kotlin.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/cpp-bailout-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-cpp-embedded-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/latex-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/markdown-latex-combined-license.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/Bibtex.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/LaTeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/TeX.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/cpp-grammar-bailout.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/latex/syntaxes/markdown-latex-combined.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/less/syntaxes/less.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/log/syntaxes/log.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/lua/syntaxes/lua.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/make/syntaxes/make.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/snippets/markdown.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-basics/syntaxes/markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.gitignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/notebook/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/preview-styles/index.css +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-block.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math-inline.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/syntaxes/md-math.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/markdown-math/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/license +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.markdown.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/mdx.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/mdx/syntaxes/source.mdx.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c++.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/objective-c/syntaxes/objective-c.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/perl6.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/perl/syntaxes/perl6.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/snippets/php.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/html.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/php/syntaxes/php.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/snippets/powershell.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/powershell/syntaxes/powershell.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/pug/syntaxes/pug.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/launch.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscode/tasks.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicPython.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/python/syntaxes/MagicRegExp.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/r/syntaxes/r.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/razor/syntaxes/cshtml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/restructuredtext/syntaxes/rst.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/ruby/syntaxes/ruby.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/rust/syntaxes/rust.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/sassdoc.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/scss/syntaxes/scss.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/syntaxes/searchResult.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/search-result/tsconfig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shaderlab/syntaxes/shaderlab.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/shellscript/syntaxes/shell-unix-bash.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/sql/syntaxes/sql.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/snippets/swift.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/swift/syntaxes/swift.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/LICENSE +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/snippets/terraform.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/hcl.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/terraform/syntaxes/terraform.tmGrammar.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/LICENSE.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/README.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/extension.js +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/filters.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/functions.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/hover/twig.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/languages/twig.configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/snippets/snippets.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/twig/src/syntaxes/twig.tmLanguage +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/snippets/typescript.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/Readme.md +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScript.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/TypeScriptReact.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.js.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/typescript-basics/syntaxes/jsdoc.ts.injection.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/snippets/vb.code-snippets +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/vb/syntaxes/asp-vb-net.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/LICENSE.txt +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/grammars/viml.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/viml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/syntaxes/xsl.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xml.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/xml/xsl.language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/.vscodeignore +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/language-configuration.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/package.nls.json +%%DATADIR%%/plugins/textmate-plugin/lib/bundles/yaml/syntaxes/yaml.tmLanguage.json +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.backend.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.common.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.core.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.frontend.split.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.jar +%%DATADIR%%/plugins/textmate-plugin/lib/modules/intellij.textmate.joni.jar +%%DATADIR%%/plugins/textmate-plugin/lib/textmate-plugin.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.free.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.paid.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.spring.el.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.spring.security.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/modules/intellij.thymeleaf.vue.jar +%%DATADIR%%/plugins/thymeleaf-plugin/lib/thymeleaf-plugin.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.backend.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.jar %%DATADIR%%/plugins/toml/lib/modules/intellij.toml.frontend.split.jar @@ -2360,8 +2346,6 @@ share/applications/idea.desktop %%DATADIR%%/plugins/tslint/js/languageService/tslint-plugin.js %%DATADIR%%/plugins/tslint/js/utils.js %%DATADIR%%/plugins/tslint/lib/tslint.jar -%%DATADIR%%/plugins/turboComplete/lib/modules/intellij.turboComplete.languages.kotlin.k1.jar -%%DATADIR%%/plugins/turboComplete/lib/turboComplete.jar %%DATADIR%%/plugins/ultimate-plugin/lib/ultimate-plugin.jar %%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.gradle.jar %%DATADIR%%/plugins/uml/lib/modules/intellij.diagram.java.jar @@ -2374,71 +2358,86 @@ share/applications/idea.desktop %%DATADIR%%/plugins/vcs-git/lib/modules/intellij.vcs.git.frontend.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git-frontend.jar %%DATADIR%%/plugins/vcs-git/lib/vcs-git.jar -%%DATADIR%%/plugins/vcs-github-IU/lib/modules/intellij.vcs.github.git.jar -%%DATADIR%%/plugins/vcs-github-IU/lib/vcs-github.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.git.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.ultimate.features.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/modules/intellij.vcs.gitlab.yaml.jar -%%DATADIR%%/plugins/vcs-gitlab-IU/lib/vcs-gitlab.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.git.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.json.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.tracker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.cron.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.docker.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimate.features.jar +%%DATADIR%%/plugins/vcs-github/lib/modules/intellij.vcs.github.ultimatePromo.jar +%%DATADIR%%/plugins/vcs-github/lib/vcs-github.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.git.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.ci.sh.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.ultimate.features.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/modules/intellij.vcs.gitlab.yaml.jar +%%DATADIR%%/plugins/vcs-gitlab/lib/vcs-gitlab.jar %%DATADIR%%/plugins/vcs-hg/lib/vcs-hg.jar %%DATADIR%%/plugins/vcs-perforce/lib/vcs-perforce.jar %%DATADIR%%/plugins/vcs-svn/lib/sqlite.jar %%DATADIR%%/plugins/vcs-svn/lib/vcs-svn.jar %%DATADIR%%/plugins/velocity/lib/velocity.jar %%DATADIR%%/plugins/vitejs/lib/vitejs.jar -%%DATADIR%%/plugins/vuejs/lib/commons-text.jar -%%DATADIR%%/plugins/vuejs/lib/vuejs.jar -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/README.md -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/index.js -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package-lock.json -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/package.json -%%DATADIR%%/plugins/vuejs/typescript-vue-plugin/node_modules/@vue/typescript-plugin/rolldown.config.ts -%%DATADIR%%/plugins/vuejs/vue-language-server/.gitignore -%%DATADIR%%/plugins/vuejs/vue-language-server/README.md -%%DATADIR%%/plugins/vuejs/vue-language-server/bin/vue-language-server.js -%%DATADIR%%/plugins/vuejs/vue-language-server/build.js -%%DATADIR%%/plugins/vuejs/vue-language-server/package-lock.json -%%DATADIR%%/plugins/vuejs/vue-language-server/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/decode_codepoint.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/encode.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/decode.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/entities.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/legacy.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/lib/maps/xml.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/entities/readme.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/LICENSE -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/README.md -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/FeedHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Parser.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/Tokenizer.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/WritableStream.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/lib/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/htmlparser2/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/index.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/package.json -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js -%%DATADIR%%/plugins/vuejs/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.backend.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.common.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.copyright.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.debugger.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.markdown.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/modules/intellij.vuejs.prettier.jar +%%DATADIR%%/plugins/vuejs-plugin/lib/vuejs-plugin.jar +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/.gitignore +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/bin/vue-language-server.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/build.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/2.2.10/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/language-server/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.0.1/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package-lock.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/3.1.2/node_modules/@vue/typescript-plugin/rolldown.config.ts +%%DATADIR%%/plugins/vuejs-plugin/vue-language-tools/typescript-plugin/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/decode_codepoint.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/encode.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/decode.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/entities.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/legacy.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/lib/maps/xml.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/entities/readme.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/LICENSE +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/README.md +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/CollectingHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/FeedHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/MultiplexHandler.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Parser.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/Tokenizer.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/WritableStream.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/lib/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/htmlparser2/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/index.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/package.json +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/transformVueSfcFile.js +%%DATADIR%%/plugins/vuejs-plugin/vue-service/node_modules/ws-typescript-vue-plugin/vueScriptCache.js %%DATADIR%%/plugins/webComponents/lib/webComponents.jar %%DATADIR%%/plugins/webDeployment/lib/commons vfs.jar %%DATADIR%%/plugins/webDeployment/lib/commons-net.jar %%DATADIR%%/plugins/webDeployment/lib/commons-pool2.jar %%DATADIR%%/plugins/webDeployment/lib/jackrabbit2.jar %%DATADIR%%/plugins/webDeployment/lib/webDeployment.jar -%%DATADIR%%/plugins/webp/lib/libwebp.jar.jar -%%DATADIR%%/plugins/webp/lib/webp.jar %%DATADIR%%/plugins/webpack/lib/webpack.jar %%DATADIR%%/plugins/xml-refactoring/lib/xml-refactoring.jar %%DATADIR%%/plugins/xpath/lib/rt/xslt-rt.jar %%DATADIR%%/plugins/xpath/lib/xpath.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.backend.jar %%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.frontend.split.jar +%%DATADIR%%/plugins/yaml/lib/modules/intellij.yaml.helm.jar %%DATADIR%%/plugins/yaml/lib/yaml.jar %%DATADIR%%/product-info.json share/man/man1/idea.1.gz diff --git a/java/javahelp/Makefile b/java/javahelp/Makefile index 5f8e8f278f21..f4af462ba110 100644 --- a/java/javahelp/Makefile +++ b/java/javahelp/Makefile @@ -35,7 +35,7 @@ SUB_FILES= jhindexer \ jhsearch post-patch: - ${REINPLACE_CMD} '/javac.source/s,4,6,;/javac.target/s,4,6,' \ + ${REINPLACE_CMD} '/javac.source/s,4,8,;/javac.target/s,4,8,' \ ${WRKSRC}/*/nbproject/project.properties do-install: diff --git a/java/javamail/Makefile b/java/javamail/Makefile index 39d424b0dc1a..5595070dca98 100644 --- a/java/javamail/Makefile +++ b/java/javamail/Makefile @@ -1,8 +1,11 @@ PORTNAME= javamail DISTVERSIONPREFIX= ${PORTNAME:tu}- DISTVERSION= 1_6_2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java mail +MASTER_SITES= https://github.com/jakartaee/jaf-api/releases/download/1.2.1/:jaf +DISTFILES= jakarta.activation.jar:jaf +EXTRACT_ONLY= javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz MAINTAINER= ale@FreeBSD.org COMMENT= Reference Implementation of JSR 919 @@ -13,11 +16,10 @@ LICENSE_COMB= dual OPTIONS_DEFINE= DOCS EXAMPLES -USES= cpe java:ant,run +USES= cpe java:ant USE_GITHUB= yes GH_ACCOUNT= javaee CPE_VENDOR= sun -JAVA_VERSION= 8 NO_ARCH= yes @@ -32,9 +34,19 @@ PORTEXAMPLES= * ALL_TARGET= all docs .endif +.include <bsd.port.pre.mk> + +.if ${JAVA_PORT_VERSION} != 8 +PLIST_FILES+= %%JAVAJARDIR%%/jakarta.activation.jar +MAKE_ARGS+= -Dactivation.jar=${DISTDIR}/jakarta.activation.jar +.endif + do-install: @${ECHO_MSG} -n ">> Install JAR files in ${JAVAJARDIR}..." @${INSTALL_DATA} ${WRKSRC}/target/release/mail.jar ${STAGEDIR}${JAVAJARDIR}/ +.if ${JAVA_PORT_VERSION} != 8 + @${INSTALL_DATA} ${DISTDIR}/jakarta.activation.jar ${STAGEDIR}${JAVAJARDIR}/ +.endif @${ECHO_MSG} " [ DONE ]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." @@ -53,4 +65,4 @@ do-install: @${ECHO_MSG} " [ DONE ]" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/java/javamail/distinfo b/java/javamail/distinfo index 109c3bbbe657..d901a636fc0e 100644 --- a/java/javamail/distinfo +++ b/java/javamail/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1569853775 +TIMESTAMP = 1764885494 +SHA256 (jakarta.activation.jar) = d84d4ba8b55cdb7fdcbb885e6939386367433f56f5ab8cfdc302a7c3587fa92b +SIZE (jakarta.activation.jar) = 65690 SHA256 (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 870e17293628437a03ae03404f51105c1ab8f682594cb18e005cb99e15d01d24 SIZE (javaee-javamail-JAVAMAIL-1_6_2_GH0.tar.gz) = 1107140 diff --git a/java/javamail/files/patch-build.properties b/java/javamail/files/patch-build.properties index 0398eb3d0fd8..b775415f8fad 100644 --- a/java/javamail/files/patch-build.properties +++ b/java/javamail/files/patch-build.properties @@ -15,8 +15,8 @@ javac.deprecation=off -javac.source=1.5 -javac.target=1.5 -+javac.source=7 -+javac.target=7 ++javac.source=8 ++javac.target=8 ### Use ant.verbose=-verbose for debugging ant targets ant.verbose= diff --git a/java/openjdk18/Makefile b/java/openjdk18/Makefile index dd4472d93df9..7c1d3c410707 100644 --- a/java/openjdk18/Makefile +++ b/java/openjdk18/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/18/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-01-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ diff --git a/java/openjdk19/Makefile b/java/openjdk19/Makefile index dd583587c4dc..d12d595b22ce 100644 --- a/java/openjdk19/Makefile +++ b/java/openjdk19/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/19/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-02-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ diff --git a/java/openjdk20/Makefile b/java/openjdk20/Makefile index db35c3b66711..6e7894815a85 100644 --- a/java/openjdk20/Makefile +++ b/java/openjdk20/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/20/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-03-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ diff --git a/java/openjdk22/Makefile b/java/openjdk22/Makefile index b15cef1d678e..e17d17e6c17d 100644 --- a/java/openjdk22/Makefile +++ b/java/openjdk22/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/22/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-04-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le BUILD_DEPENDS= zip:archivers/zip \ diff --git a/java/openjdk23/Makefile b/java/openjdk23/Makefile index fc20c675bde0..84ae99fa5f33 100644 --- a/java/openjdk23/Makefile +++ b/java/openjdk23/Makefile @@ -1,6 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} +PORTREVISION= 1 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -10,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/23/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-05-12 + ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le # On FreeBSD 14 and 15 the i386 build fails with a segfault in java during the diff --git a/java/openjdk24/Makefile b/java/openjdk24/Makefile index 3b2e0110d69e..d17abdcaba19 100644 --- a/java/openjdk24/Makefile +++ b/java/openjdk24/Makefile @@ -1,7 +1,7 @@ PORTNAME= openjdk DISTVERSIONPREFIX= jdk- DISTVERSION= ${JDK_MAJOR_VERSION}.${JDK_MINOR_VERSION}.${JDK_PATCH_VERSION}+${JDK_BUILD_NUMBER}-${BSD_JDK_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= java devel PKGNAMESUFFIX?= ${JDK_MAJOR_VERSION} @@ -11,6 +11,9 @@ WWW= https://openjdk.java.net/projects/jdk/24/ LICENSE= GPLv2 +DEPRECATED= No longer supported by upstream +EXPIRATION_DATE= 2026-06-12 + # i386 is deprecated, and will be removed in the next JDK ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le diff --git a/java/sigar/files/patch-bindings_java_build.xml b/java/sigar/files/patch-bindings_java_build.xml new file mode 100644 index 000000000000..81752c5aa7eb --- /dev/null +++ b/java/sigar/files/patch-bindings_java_build.xml @@ -0,0 +1,18 @@ +--- bindings/java/build.xml.orig 2025-12-11 12:56:58 UTC ++++ bindings/java/build.xml +@@ -94,7 +94,6 @@ + <target name="compile"> + <mkdir dir="${build}/classes"/> + <javac destdir="${build}/classes" +- source="1.6" target="1.6" + sourcepath="" + debug="true" + classpathref="libjars"> +@@ -109,7 +108,6 @@ + <target name="compile-tests"> + <mkdir dir="${build}/classes"/> + <javac destdir="${build}/classes" +- source="1.6" target="1.6" + sourcepath="" + debug="true" + classpathref="testjars"> diff --git a/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml b/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml new file mode 100644 index 000000000000..935a1eb06254 --- /dev/null +++ b/java/sigar/files/patch-bindings_java_hyperic__jni_jni-build.xml @@ -0,0 +1,10 @@ +--- bindings/java/hyperic_jni/jni-build.xml.orig 2025-12-11 13:12:48 UTC ++++ bindings/java/hyperic_jni/jni-build.xml +@@ -161,7 +161,6 @@ --> + <echo message="jni.src=${jni.src}, jni.jdk.os=${jni.jdk.os}, ${sun.arch.data.model}-bit"/> + + <javac srcdir="${jni.src.java}" destdir="${build}/classes" debug="true" +- source="1.6" target="1.6" + includes="org/hyperic/jni/*.java"/> + + <taskdef name="libarch" classname="org.hyperic.jni.ArchNameTask"> diff --git a/lang/gcc13-devel/Makefile b/lang/gcc13-devel/Makefile index 13d6278d68d0..faac86836440 100644 --- a/lang/gcc13-devel/Makefile +++ b/lang/gcc13-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 13.4.1.s20251120 +PORTVERSION= 13.4.1.s20251204 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc13-devel/distinfo b/lang/gcc13-devel/distinfo index 89a60e4b7eb7..ddc2910531bd 100644 --- a/lang/gcc13-devel/distinfo +++ b/lang/gcc13-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763738361 -SHA256 (gcc-13-20251120.tar.xz) = 00f94cb5ec5862a219f6e3859e96adf06d0d9de90519a3e227d20b429f30a794 -SIZE (gcc-13-20251120.tar.xz) = 84595780 +TIMESTAMP = 1764954438 +SHA256 (gcc-13-20251204.tar.xz) = e56d5a213b37a2e634f3e0a903df6a11f35ba30ed14e886b46212b19cc848853 +SIZE (gcc-13-20251204.tar.xz) = 84571504 diff --git a/lang/gcc14-devel/Makefile b/lang/gcc14-devel/Makefile index ecc12276a697..464306a76148 100644 --- a/lang/gcc14-devel/Makefile +++ b/lang/gcc14-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 14.3.1.s20251121 +PORTVERSION= 14.3.1.s20251205 PORTEPOCH= 1 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} diff --git a/lang/gcc14-devel/distinfo b/lang/gcc14-devel/distinfo index 47c3648c818a..186e8fcb600a 100644 --- a/lang/gcc14-devel/distinfo +++ b/lang/gcc14-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763796691 -SHA256 (gcc-14-20251121.tar.xz) = e34aa34ed23eb1ed23757be8250671cc43b0f698423e0910b692bcee557071bb -SIZE (gcc-14-20251121.tar.xz) = 88350500 +TIMESTAMP = 1765008294 +SHA256 (gcc-14-20251205.tar.xz) = 40336353f12d01bdfade0338b56dff0ad049458ff2de3c9777abd56a09b5b57e +SIZE (gcc-14-20251205.tar.xz) = 88331532 diff --git a/lang/gcc15-devel/Makefile b/lang/gcc15-devel/Makefile index bdd6d4187384..15882e407dd9 100644 --- a/lang/gcc15-devel/Makefile +++ b/lang/gcc15-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcc -PORTVERSION= 15.2.1.s20251122 +PORTVERSION= 15.2.1.s20251206 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc15-devel/distinfo b/lang/gcc15-devel/distinfo index 4af23c93eeb0..704f4ac8077d 100644 --- a/lang/gcc15-devel/distinfo +++ b/lang/gcc15-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763884488 -SHA256 (gcc-15-20251122.tar.xz) = 9891af4155e58c5360a456e0e16010e2e34ba68fbd34b9f76c133eecaea587c5 -SIZE (gcc-15-20251122.tar.xz) = 92364288 +TIMESTAMP = 1765301634 +SHA256 (gcc-15-20251206.tar.xz) = af486a89605fa5177c675ef6a6f4c18672b5dd06a4012db578b020f3e7e87c23 +SIZE (gcc-15-20251206.tar.xz) = 92344176 diff --git a/lang/kturtle/distinfo b/lang/kturtle/distinfo index 8013af8c0d5b..22fca115fa8b 100644 --- a/lang/kturtle/distinfo +++ b/lang/kturtle/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264610 -SHA256 (KDE/release-service/25.08.3/kturtle-25.08.3.tar.xz) = 9e23597021277073d1796da9ac9ede8c3d86fa1ba2a7237e372bc11ae26b0e0b -SIZE (KDE/release-service/25.08.3/kturtle-25.08.3.tar.xz) = 2102836 +TIMESTAMP = 1765478612 +SHA256 (KDE/release-service/25.12.0/kturtle-25.12.0.tar.xz) = c19624b73a86411eebe02de168a6113e56ce9e241deb95e82272e9a013aead9e +SIZE (KDE/release-service/25.12.0/kturtle-25.12.0.tar.xz) = 2102696 diff --git a/lang/linux-rl9-python3/Makefile b/lang/linux-rl9-python3/Makefile index 079a5a6b0fcd..062db157656c 100644 --- a/lang/linux-rl9-python3/Makefile +++ b/lang/linux-rl9-python3/Makefile @@ -1,7 +1,6 @@ PORTNAME= python3 -PORTVERSION= 3.9.21 -DISTVERSIONSUFFIX= -2.el9_6.2 -PORTREVISION= 3 +PORTVERSION= 3.9.23 +DISTVERSIONSUFFIX= -2.el9 CATEGORIES= lang linux PKGNAMESUFFIX= 9 diff --git a/lang/linux-rl9-python3/distinfo b/lang/linux-rl9-python3/distinfo index 43f7ae572405..345686b4f531 100644 --- a/lang/linux-rl9-python3/distinfo +++ b/lang/linux-rl9-python3/distinfo @@ -1,13 +1,13 @@ -TIMESTAMP = 1762106528 -SHA256 (rocky/p/python3-3.9.21-2.el9_6.2.aarch64.rpm) = 5da3d173b1a3c2d1416c3be5f6342cf09d2b3a2e808810f13995876e7cfb4b68 -SIZE (rocky/p/python3-3.9.21-2.el9_6.2.aarch64.rpm) = 26163 -SHA256 (rocky/p/python3-3.9.21-2.el9_6.2.x86_64.rpm) = d6cc85c2e6af97c7b85a19c5ed8bc01128879ec6826178dd5d1f06009fc7e8f9 -SIZE (rocky/p/python3-3.9.21-2.el9_6.2.x86_64.rpm) = 26236 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.2.aarch64.rpm) = 728923cbde898c54e376d04fb55e446d6f9b55eb60a1ad5ec6b23ee56077216f -SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.2.aarch64.rpm) = 7890133 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.2.i686.rpm) = dbadcb5a3b957714b06434c3535e584ff5259b031955a6334462ac3ad80997b5 -SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.2.i686.rpm) = 7962211 -SHA256 (rocky/p/python3-libs-3.9.21-2.el9_6.2.x86_64.rpm) = 1885acd6e2361ea3d3dec666bc79399dc9a5afb67b76696bf6ad6f4566a55f43 -SIZE (rocky/p/python3-libs-3.9.21-2.el9_6.2.x86_64.rpm) = 7899567 -SHA256 (rocky/p/python3.9-3.9.21-2.el9_6.2.src.rpm) = b09028a079c009114a9bbaec2745737e9d51fd5670b8d65e5a00552829c439cf -SIZE (rocky/p/python3.9-3.9.21-2.el9_6.2.src.rpm) = 20293141 +TIMESTAMP = 1765190095 +SHA256 (rocky/p/python3-3.9.23-2.el9.aarch64.rpm) = a4376d0b845e3234a3acef1f8326e0eb70f080badcf3395f4a4b30e1be5f99f0 +SIZE (rocky/p/python3-3.9.23-2.el9.aarch64.rpm) = 26249 +SHA256 (rocky/p/python3-3.9.23-2.el9.x86_64.rpm) = 7f13b277efeed3d1327e7f9e6b127e4d04b6a98cfb02c40d6040d9d401dcd598 +SIZE (rocky/p/python3-3.9.23-2.el9.x86_64.rpm) = 26318 +SHA256 (rocky/p/python3-libs-3.9.23-2.el9.aarch64.rpm) = 8010828a30e89a6f843470a7f15097a2737d7552957350287e68e0244adf79a8 +SIZE (rocky/p/python3-libs-3.9.23-2.el9.aarch64.rpm) = 7891550 +SHA256 (rocky/p/python3-libs-3.9.23-2.el9.i686.rpm) = ed29b89e8a07d0fd1f0d82233034d361ebab8f6d9991fda6f971b794a47e3fed +SIZE (rocky/p/python3-libs-3.9.23-2.el9.i686.rpm) = 7958444 +SHA256 (rocky/p/python3-libs-3.9.23-2.el9.x86_64.rpm) = 811385921c0a48bdc3901b91ee89bee5d26110e2967eb4c8d13876fcc66d88f4 +SIZE (rocky/p/python3-libs-3.9.23-2.el9.x86_64.rpm) = 7899640 +SHA256 (rocky/p/python3.9-3.9.23-2.el9.src.rpm) = 1871e0786e6e7f0fc4fb0c8725da521b61d0182de73c78895f31c67841fa5d78 +SIZE (rocky/p/python3.9-3.9.23-2.el9.src.rpm) = 20282391 diff --git a/lang/luajit/Makefile b/lang/luajit/Makefile index d58dbe079797..1577a460bc9b 100644 --- a/lang/luajit/Makefile +++ b/lang/luajit/Makefile @@ -1,5 +1,5 @@ PORTNAME= luajit -DISTVERSION= 2.1.0.20251116 +DISTVERSION= 2.1.0.20251208 CATEGORIES= lang DISTNAME= LuaJIT-${DISTVERSION} @@ -21,10 +21,10 @@ USE_LDCONFIG= yes MAKE_ARGS= CC=${CC} CCOPT= CCOPT_x86= Q= USE_GITHUB= yes -GH_TUPLE= LuaJIT:LuaJIT:e17ee83 +GH_TUPLE= LuaJIT:LuaJIT:7152e15 LUAJIT_VERSION= 2.1 -LUAJIT_SOVERSION= 2.1.1763318511 +LUAJIT_SOVERSION= 2.1.1765228720 PLIST_SUB+= VERSION=${LUAJIT_VERSION} SOVERSION=${LUAJIT_SOVERSION} diff --git a/lang/luajit/distinfo b/lang/luajit/distinfo index 85e9d5aaab14..aaabcb9908ab 100644 --- a/lang/luajit/distinfo +++ b/lang/luajit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763758895 -SHA256 (LuaJIT-LuaJIT-2.1.0.20251116-e17ee83_GH0.tar.gz) = 05c067048e382d433e73deab1cdb518fd0eb3a1dc4251bda02fe2aa8868dc17e -SIZE (LuaJIT-LuaJIT-2.1.0.20251116-e17ee83_GH0.tar.gz) = 1088076 +TIMESTAMP = 1765315931 +SHA256 (LuaJIT-LuaJIT-2.1.0.20251208-7152e15_GH0.tar.gz) = dc12f43b71acbdecbaa731c18bda7892b069ddaa0ca27b0893431c010d5959c3 +SIZE (LuaJIT-LuaJIT-2.1.0.20251208-7152e15_GH0.tar.gz) = 1092456 diff --git a/lang/python313/Makefile.version b/lang/python313/Makefile.version index 3527f10dad55..333472053b7f 100644 --- a/lang/python313/Makefile.version +++ b/lang/python313/Makefile.version @@ -4,4 +4,4 @@ # 1. Update python documentation (lang/python-doc-*) # Run "make -C lang/python-doc-html makesum" # 2. Remove PORTREVISION in Makefile -PYTHON_DISTVERSION= 3.13.10 +PYTHON_DISTVERSION= 3.13.11 diff --git a/lang/python313/distinfo b/lang/python313/distinfo index 558680029f37..adc70a7ae080 100644 --- a/lang/python313/distinfo +++ b/lang/python313/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764721076 -SHA256 (python/Python-3.13.10.tar.xz) = bc673c04375a1a3f0808c27ba8f0411ab811ad390a8740318ccb9c60fad8fd77 -SIZE (python/Python-3.13.10.tar.xz) = 22714348 +TIMESTAMP = 1765348617 +SHA256 (python/Python-3.13.11.tar.xz) = 16ede7bb7cdbfa895d11b0642fa0e523f291e6487194d53cf6d3b338c3a17ea2 +SIZE (python/Python-3.13.11.tar.xz) = 22704352 diff --git a/lang/quilc/Makefile b/lang/quilc/Makefile index 139330bc4a70..4b503d1748ac 100644 --- a/lang/quilc/Makefile +++ b/lang/quilc/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= libblas.so:math/blas \ libffi.so:devel/libffi \ liblapack.so:math/lapack -USES= fortran gmake localbase pkgconfig +USES= fortran:gfortran gmake localbase pkgconfig USE_GITHUB= yes GH_ACCOUNT= quil-lang diff --git a/lang/ratfor/Makefile b/lang/ratfor/Makefile index 6eab866688f9..86b313a9813f 100644 --- a/lang/ratfor/Makefile +++ b/lang/ratfor/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/README USES= fortran +CFLAGS= -Wno-implicit-function-declaration -Wno-implicit-int ALL_TARGET= all tests EXTRACT_CMD= ${CAT} diff --git a/lang/rust/files/extra-patch-compiler_rustc__target_src_spec_targets_i686__unknown__freebsd.rs b/lang/rust/files/extra-patch-compiler_rustc__target_src_spec_targets_i686__unknown__freebsd.rs index 45d479133343..57da7fe6561b 100644 --- a/lang/rust/files/extra-patch-compiler_rustc__target_src_spec_targets_i686__unknown__freebsd.rs +++ b/lang/rust/files/extra-patch-compiler_rustc__target_src_spec_targets_i686__unknown__freebsd.rs @@ -2,12 +2,12 @@ i386 should be pentiumpro (no SSE2, no ...) --- compiler/rustc_target/src/spec/targets/i686_unknown_freebsd.rs.orig 2023-12-22 11:18:00 UTC +++ compiler/rustc_target/src/spec/targets/i686_unknown_freebsd.rs -@@ -2,7 +2,7 @@ pub fn target() -> Target { - - pub fn target() -> Target { +@@ -3,7 +3,7 @@ pub(crate) fn target() -> Target { + pub(crate) fn target() -> Target { let mut base = base::freebsd::opts(); + base.rustc_abi = Some(RustcAbi::X86Sse2); - base.cpu = "pentium4".into(); + base.cpu = "pentiumpro".into(); base.max_atomic_width = Some(64); base.add_pre_link_args(LinkerFlavor::Gnu(Cc::Yes, Lld::No), &["-m32", "-Wl,-znotext"]); - base.stack_probes = StackProbeType::X86; + base.stack_probes = StackProbeType::Inline; diff --git a/lang/typescript-go/Makefile b/lang/typescript-go/Makefile index e554e831823d..6a8eb5a963f8 100644 --- a/lang/typescript-go/Makefile +++ b/lang/typescript-go/Makefile @@ -1,6 +1,5 @@ PORTNAME= typescript-go -PORTVERSION= 7.0.0.g20251115 -PORTREVISION= 1 +PORTVERSION= 7.0.0.g20251209 CATEGORIES= lang MAINTAINER= tagattie@FreeBSD.org @@ -11,12 +10,12 @@ WWW= https://www.typescriptlang.org/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.25,modules +USES= go:modules USE_GITHUB= yes GH_ACCOUNT= microsoft GH_PROJECT= typescript-go -GH_TAGNAME= 05f4d69f81d416946ce46a374d91b78c0fbd37c8 +GH_TAGNAME= 8372401975e9186b2270c89c2c821e2efaf9c522 GH_TUPLE= microsoft:TypeScript:9e8eaa1746b0d09c3cd29048126ef9cf24f29c03:typescript/_submodules/TypeScript GO_MOD_DIST= https://raw.githubusercontent.com/${GH_ACCOUNT}/${GH_PROJECT}/${GH_TAGNAME}/ diff --git a/lang/typescript-go/distinfo b/lang/typescript-go/distinfo index ac5d0e2f0697..56bd38488442 100644 --- a/lang/typescript-go/distinfo +++ b/lang/typescript-go/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763293427 -SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/go.mod) = 153fcc3a06b183c6da1713efe749ed2e6acc60af0b1c5c620403c79ad1d79773 -SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/go.mod) = 800 -SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0.tar.gz) = dbdce8306dc41b3a551b3ac7e37ae974ddb1b3bd9a2d044383f185406265ab18 -SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0.tar.gz) = 17899757 -SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/microsoft-TypeScript-9e8eaa1746b0d09c3cd29048126ef9cf24f29c03_GH0.tar.gz) = 30a0aaf6ce6cd2da8e3bcf84b6eea0bf24888f4cd84150a78c06bb2ab3b123ec -SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251115-05f4d69f81d416946ce46a374d91b78c0fbd37c8_GH0/microsoft-TypeScript-9e8eaa1746b0d09c3cd29048126ef9cf24f29c03_GH0.tar.gz) = 32457001 +TIMESTAMP = 1765263938 +SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/go.mod) = e66761c8d49debfbee4e47813b732f7752eb9777f3baf459b5e1badd0d7d589d +SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/go.mod) = 800 +SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0.tar.gz) = 32c0c616df126376ba22f5990f19f5394425d222f95945d052895c5747e91f8b +SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0.tar.gz) = 19284307 +SHA256 (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/microsoft-TypeScript-9e8eaa1746b0d09c3cd29048126ef9cf24f29c03_GH0.tar.gz) = 30a0aaf6ce6cd2da8e3bcf84b6eea0bf24888f4cd84150a78c06bb2ab3b123ec +SIZE (go/lang_typescript-go/microsoft-typescript-go-7.0.0.g20251209-8372401975e9186b2270c89c2c821e2efaf9c522_GH0/microsoft-TypeScript-9e8eaa1746b0d09c3cd29048126ef9cf24f29c03_GH0.tar.gz) = 32457001 diff --git a/mail/dbmail/Makefile b/mail/dbmail/Makefile index 795d0067b2ee..35cb887e3374 100644 --- a/mail/dbmail/Makefile +++ b/mail/dbmail/Makefile @@ -1,9 +1,10 @@ PORTNAME= dbmail DISTVERSIONPREFIX= v DISTVERSION= 3.5.5 +PORTREVISION= 1 CATEGORIES= mail -MAINTAINER= bofh@FreeBSD.org +MAINTAINER= fluffy@FreeBSD.org COMMENT= SQL database-based mail system (POP3 and IMAP) WWW= http://www.dbmail.org/ @@ -16,7 +17,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libevent.so:devel/libevent \ libgmime-3.0.so:mail/gmime30 \ libmhash.so:security/mhash \ - libzdb.so:databases/libzdb + libzdb.so.17:databases/libzdb USES= autoreconf gmake gnome libtool localbase pkgconfig shebangfix \ ssl diff --git a/mail/dbmail/files/patch-acinclude.m4 b/mail/dbmail/files/patch-acinclude.m4 index 8130b502937f..95087c401415 100644 --- a/mail/dbmail/files/patch-acinclude.m4 +++ b/mail/dbmail/files/patch-acinclude.m4 @@ -1,4 +1,4 @@ ---- acinclude.m4.orig 2025-01-09 16:25:33 UTC +--- acinclude.m4.orig 2025-05-31 16:37:09 UTC +++ acinclude.m4 @@ -43,7 +43,7 @@ AC_DEFINE_UNQUOTED([DM_VERSION], "$PACKAGE_VERSION", [ AC_DEFINE_UNQUOTED([DM_PWD], "$ac_pwd", [Build directory]) @@ -98,15 +98,24 @@ [JEMALLOCLIB="no"], [[ #include <jemalloc.h> -@@ -288,7 +288,7 @@ AC_DEFUN([DM_CHECK_ZDB], [dnl - CFLAGS="$CFLAGS -I${lookforzdb}/include/zdb" +@@ -285,13 +285,13 @@ AC_DEFUN([DM_CHECK_ZDB], [dnl + if test [ "x$lookforzdb" = "xno" ] ; then + CFLAGS="$CFLAGS -I${ac_default_prefix}/include/zdb -I/usr/include/zdb" + else +- CFLAGS="$CFLAGS -I${lookforzdb}/include/zdb" ++ CFLAGS="$CFLAGS -I${lookforzdb}/include -I${lookforzdb}/include/zdb" fi - AC_CHECK_HEADERS([zdb.h], +- AC_CHECK_HEADERS([zdb.h], - [ZDBLIB="-lzdb"], ++ AC_CHECK_HEADERS([zdb/zdb.h], + [ZDBLIB="-lzdb"], [ZDBLIB="failed"], [[ - #include <zdb.h> +- #include <zdb.h> ++ #include <zdb/zdb.h> + ]]) + if test [ "x$ZDBLIB" = "xfailed" ]; then + AC_MSG_ERROR([Could not find ZDB library.]) @@ -334,7 +334,7 @@ AC_DEFUN([DM_CHECK_SSL], [ AC_DEFUN([DM_CHECK_SSL], [ diff --git a/mail/dbmail/files/patch-src_dbmail.h.in b/mail/dbmail/files/patch-src_dbmail.h.in new file mode 100644 index 000000000000..7dcd44f191d5 --- /dev/null +++ b/mail/dbmail/files/patch-src_dbmail.h.in @@ -0,0 +1,11 @@ +--- src/dbmail.h.in.orig 2025-05-31 16:37:09 UTC ++++ src/dbmail.h.in +@@ -118,7 +118,7 @@ + #include <ldap.h> + #endif + +-#include <zdb.h> ++#include <zdb/zdb.h> + + #include "dm_cram.h" + #include "dm_capa.h" diff --git a/mail/mailutils/Makefile b/mail/mailutils/Makefile index 7b255a4f12eb..99a7a7967a83 100644 --- a/mail/mailutils/Makefile +++ b/mail/mailutils/Makefile @@ -1,6 +1,5 @@ PORTNAME= mailutils -PORTVERSION= 3.19 -PORTREVISION= 1 +PORTVERSION= 3.21 CATEGORIES= mail MASTER_SITES= GNU GNU_ALPHA @@ -97,8 +96,6 @@ CONFIGURE_ARGS+= --enable-debug .endif post-patch: - @${REINPLACE_CMD} -e '/MU_AUTHLIBS=/s,-lldap,-llber &,' \ - ${WRKSRC}/configure @${REINPLACE_CMD} -e '/chown/,+1s|ch|#&|' \ ${WRKSRC}/dotlock/Makefile.in ${WRKSRC}/mda/mda/Makefile.in @${REINPLACE_CMD} -e 's,-E,& -P,' ${WRKSRC}/libmu_scm/Makefile.in diff --git a/mail/mailutils/distinfo b/mail/mailutils/distinfo index 13fe9f42fcdb..75e24f0ab704 100644 --- a/mail/mailutils/distinfo +++ b/mail/mailutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742656861 -SHA256 (mailutils-3.19.tar.xz) = 50230d20036c5b8ad8c96b0d996177f1f133fba4c7c7e3b462d39eeb30849f45 -SIZE (mailutils-3.19.tar.xz) = 3296536 +TIMESTAMP = 1765461770 +SHA256 (mailutils-3.21.tar.xz) = e47c1edc699b8d6675fdbc77db3a84ae837f18e1f2094fe29d48bb58a97ef5e9 +SIZE (mailutils-3.21.tar.xz) = 3381076 diff --git a/mail/mailutils/pkg-plist b/mail/mailutils/pkg-plist index 95b30f5bea67..ee19506681bd 100644 --- a/mail/mailutils/pkg-plist +++ b/mail/mailutils/pkg-plist @@ -247,6 +247,8 @@ lib/mailutils/spamd.a lib/mailutils/spamd.so lib/mailutils/timestamp.a lib/mailutils/timestamp.so +lib/mailutils/uidnew.a +lib/mailutils/uidnew.so lib/mailutils/vacation.a lib/mailutils/vacation.so %%PYTHON%%%%PYTHON_SITELIBDIR%%/mailutils/__init__.py diff --git a/mail/meta1/Makefile b/mail/meta1/Makefile index 712a2b556f18..375548034b57 100644 --- a/mail/meta1/Makefile +++ b/mail/meta1/Makefile @@ -1,6 +1,6 @@ PORTNAME= meta1 PORTVERSION= 1.1.1a.21.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.MeTA1.org/download/.alpha/bdconf/ DISTNAME= ${PORTNAME}-1.1.Alpha21.0 diff --git a/mail/meta1/files/patch-dnsdecode.c b/mail/meta1/files/patch-dnsdecode.c new file mode 100644 index 000000000000..30a986924260 --- /dev/null +++ b/mail/meta1/files/patch-dnsdecode.c @@ -0,0 +1,12 @@ +--- libdns/dnsdecode.c Sun Jun 11 07:09:35 2023 ++++ libdns/dnsdecode.c +@@ -457,6 +457,8 @@ + dns_rese = dns_rese_next) + { + dns_rese_next = DRESL_NEXT(dns_rese); ++ if (T_MX != dns_rese->dnsrese_type) ++ continue; + if (strcasecmp((const char *) mxhost, + (const char *) sm_cstr_data(dns_rese->dnsrese_val.dnsresu_name)) + == 0) + diff --git a/mail/mlmmj-archive-mid/Makefile b/mail/mlmmj-archive-mid/Makefile index a0369ecbe9bf..f72246c89b8a 100644 --- a/mail/mlmmj-archive-mid/Makefile +++ b/mail/mlmmj-archive-mid/Makefile @@ -1,6 +1,6 @@ PORTNAME= mlmmj-archive-mid DISTVERSION= 0.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail www MASTER_SITES= https://fossil.nours.eu/${PORTNAME}/tarball/?r=${DISTVERSION}&name=./ diff --git a/mail/mlmmj-webview/Makefile b/mail/mlmmj-webview/Makefile index a756d912ad5f..71359d81122f 100644 --- a/mail/mlmmj-webview/Makefile +++ b/mail/mlmmj-webview/Makefile @@ -1,5 +1,6 @@ PORTNAME= mlmmj-webview PORTVERSION= 0.0.7 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= https://codeberg.org/bapt/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/ diff --git a/mail/nextcloud-mail/Makefile b/mail/nextcloud-mail/Makefile index f5e319dcca42..e8f57419c75b 100644 --- a/mail/nextcloud-mail/Makefile +++ b/mail/nextcloud-mail/Makefile @@ -1,5 +1,5 @@ PORTNAME= mail -PORTVERSION= 5.6.2 +PORTVERSION= 5.6.4 DISTVERSIONPREFIX= v CATEGORIES= mail diff --git a/mail/nextcloud-mail/distinfo b/mail/nextcloud-mail/distinfo index c8820b9d9c15..336675ae6cda 100644 --- a/mail/nextcloud-mail/distinfo +++ b/mail/nextcloud-mail/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764756768 -SHA256 (nextcloud/mail-v5.6.2.tar.gz) = 0eea445488255ab1fa5d33af3b57423276c219cff1465b2b5cca46064eab0263 -SIZE (nextcloud/mail-v5.6.2.tar.gz) = 31679293 +TIMESTAMP = 1765522485 +SHA256 (nextcloud/mail-v5.6.4.tar.gz) = 34a7c6b7528dae2df47c1e1678885c9ce8d6a28449f06098f6709b9765fae96f +SIZE (nextcloud/mail-v5.6.4.tar.gz) = 31688560 diff --git a/mail/py-checkdmarc/Makefile b/mail/py-checkdmarc/Makefile index f5b8e259d2a1..d3b003bcaca2 100644 --- a/mail/py-checkdmarc/Makefile +++ b/mail/py-checkdmarc/Makefile @@ -1,6 +1,5 @@ PORTNAME= checkdmarc -PORTVERSION= 5.12.25 -PORTREVISION= 1 +PORTVERSION= 5.12.27 CATEGORIES= mail python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/mail/py-checkdmarc/distinfo b/mail/py-checkdmarc/distinfo index 2bc1c4a9e5fd..59e9407fe6c4 100644 --- a/mail/py-checkdmarc/distinfo +++ b/mail/py-checkdmarc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586864 -SHA256 (checkdmarc-5.12.25.tar.gz) = bad9bdcf838383598f915dcd6e20162f7c412e912163191074018defd3f11e8d -SIZE (checkdmarc-5.12.25.tar.gz) = 54441 +TIMESTAMP = 1765032804 +SHA256 (checkdmarc-5.12.27.tar.gz) = bcf98ec40736bab0fd3387f742c7d771b8fcfa0c1a218c2efaaa6dc5a6dd557a +SIZE (checkdmarc-5.12.27.tar.gz) = 57478 diff --git a/mail/sendmail/files/tls-install.sh b/mail/sendmail/files/tls-install.sh index 4e93182246d0..44bd6ede651b 100644 --- a/mail/sendmail/files/tls-install.sh +++ b/mail/sendmail/files/tls-install.sh @@ -77,7 +77,7 @@ sed 's/^X//' << 'END-of-files/tls.m4' X# links: X# http://www.sendmail.org/~gshapiro/ X# http://www.sendmail.org/~ca/email/starttls.html -X# http://www.ofb.net/~jheiss/sendmail/tlsandrelay.shtml +X# https://aput.net/~jheiss/sendmail/tlsandrelay.shtml X# X# You may need to add this to your sendmail.mc file: X diff --git a/mail/sympa/files/patch-configure.ac b/mail/sympa/files/patch-configure.ac new file mode 100644 index 000000000000..3af3b3d1cf26 --- /dev/null +++ b/mail/sympa/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2025-02-03 22:52:23 UTC ++++ configure.ac +@@ -28,7 +28,6 @@ AM_PO_SUBDIRS + AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax]) + m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + AM_PO_SUBDIRS +-GETTEXT_MACRO_VERSION=0.19 + + AC_PREFIX_DEFAULT(/home/sympa) + diff --git a/mail/thunderbird-esr/Makefile b/mail/thunderbird-esr/Makefile index 7738c312409e..e005626c7fd0 100644 --- a/mail/thunderbird-esr/Makefile +++ b/mail/thunderbird-esr/Makefile @@ -1,6 +1,5 @@ PORTNAME= thunderbird -DISTVERSION= 140.5.0 -PORTREVISION= 2 +DISTVERSION= 140.6.0 CATEGORIES= mail news net-im wayland MASTER_SITES= MOZILLA/${PORTNAME}/releases/${DISTVERSION}esr/source \ MOZILLA/${PORTNAME}/candidates/${DISTVERSION}esr-candidates/build2/source diff --git a/mail/thunderbird-esr/distinfo b/mail/thunderbird-esr/distinfo index b6c7baf3ef98..c9819612b7b8 100644 --- a/mail/thunderbird-esr/distinfo +++ b/mail/thunderbird-esr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762601889 -SHA256 (thunderbird-140.5.0esr.source.tar.xz) = cb8d10693bbc04c4bfc539c4560779fb436b40326bf70df4c0823ac125b815e5 -SIZE (thunderbird-140.5.0esr.source.tar.xz) = 747338592 +TIMESTAMP = 1765306946 +SHA256 (thunderbird-140.6.0esr.source.tar.xz) = c5ff00249b032009f34486c927e0d6566ac9c5f0b1d036548b5a880d4bbbddc6 +SIZE (thunderbird-140.6.0esr.source.tar.xz) = 750981904 diff --git a/math/Makefile b/math/Makefile index 5be7d12943d1..6b53c1230054 100644 --- a/math/Makefile +++ b/math/Makefile @@ -641,7 +641,6 @@ SUBDIR += octave-forge-octproj SUBDIR += octave-forge-odbc SUBDIR += octave-forge-odebvp - SUBDIR += octave-forge-onsas SUBDIR += octave-forge-optics SUBDIR += octave-forge-optim SUBDIR += octave-forge-optiminterp diff --git a/math/R-cran-doBy/Makefile b/math/R-cran-doBy/Makefile index c890f3655dbb..80046f2e5637 100644 --- a/math/R-cran-doBy/Makefile +++ b/math/R-cran-doBy/Makefile @@ -1,5 +1,5 @@ PORTNAME= doBy -DISTVERSION= 4.7.0 +DISTVERSION= 4.7.1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -13,9 +13,11 @@ RUN_DEPENDS= R-cran-broom>0:devel/R-cran-broom \ R-cran-cowplot>0:graphics/R-cran-cowplot \ R-cran-Deriv>0:math/R-cran-Deriv \ R-cran-dplyr>0:math/R-cran-dplyr \ + R-cran-forecast>0:math/R-cran-forecast \ R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ R-cran-microbenchmark>0:devel/R-cran-microbenchmark \ R-cran-modelr>0:devel/R-cran-modelr \ + R-cran-purrr>0:devel/R-cran-purrr \ R-cran-rlang>0:devel/R-cran-rlang \ R-cran-tibble>0:devel/R-cran-tibble \ R-cran-tidyr>0:devel/R-cran-tidyr diff --git a/math/R-cran-doBy/distinfo b/math/R-cran-doBy/distinfo index c384f6fb6177..ffeaf904b660 100644 --- a/math/R-cran-doBy/distinfo +++ b/math/R-cran-doBy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751384304 -SHA256 (doBy_4.7.0.tar.gz) = aa706dc5747ded642a6d70ec7b8369317d7cb7c4b50d885ec54e31ced9fa2788 -SIZE (doBy_4.7.0.tar.gz) = 4588869 +TIMESTAMP = 1764858659 +SHA256 (doBy_4.7.1.tar.gz) = a6d9b14e3b4f907addbe7461a39bab2c0efda6b78ee6b91372908cfaf87b827b +SIZE (doBy_4.7.1.tar.gz) = 4468168 diff --git a/math/R-cran-isoband/Makefile b/math/R-cran-isoband/Makefile index c5ff794f0947..61c9fe786eea 100644 --- a/math/R-cran-isoband/Makefile +++ b/math/R-cran-isoband/Makefile @@ -1,5 +1,5 @@ PORTNAME= isoband -PORTVERSION= 0.2.7 +DISTVERSION= 0.3.0 CATEGORIES= math DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -9,6 +9,20 @@ WWW= https://cran.r-project.org/web/packages/isoband/ LICENSE= MIT -USES= compiler:c++11-lang cran:auto-plist,compiles +CRAN_DEPENDS= R-cran-cli>0:devel/R-cran-cli \ + R-cran-cpp11>0:devel/R-cran-cpp11 \ + R-cran-rlang>0:devel/R-cran-rlang +BUILD_DEPENDS= ${CRAN_DEPENDS} +RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-covr>0:devel/R-cran-covr \ + R-cran-ggplot2>0:graphics/R-cran-ggplot2 \ + R-cran-knitr>0:print/R-cran-knitr \ + R-cran-magick>0:graphics/R-cran-magick \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-sf>0:math/R-cran-sf \ + R-cran-testthat>=3.0.0:devel/R-cran-testthat \ + R-cran-xml2>0:textproc/R-cran-xml2 + +USES= compiler:c++17-lang cran:auto-plist,compiles .include <bsd.port.mk> diff --git a/math/R-cran-isoband/distinfo b/math/R-cran-isoband/distinfo index 431f7a6c822a..516c21591311 100644 --- a/math/R-cran-isoband/distinfo +++ b/math/R-cran-isoband/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682475010 -SHA256 (isoband_0.2.7.tar.gz) = 7693223343b45b86de2b5b638ff148f0dafa6d7b1237e822c5272902f79cdf61 -SIZE (isoband_0.2.7.tar.gz) = 1591812 +TIMESTAMP = 1765257970 +SHA256 (isoband_0.3.0.tar.gz) = fe8d3d58ca75bbee32f389152ac0058818f3f76f09c9867949531de7abc424ac +SIZE (isoband_0.3.0.tar.gz) = 1593511 diff --git a/math/R-cran-proxy/Makefile b/math/R-cran-proxy/Makefile index 8df4a72bf614..851667b01f92 100644 --- a/math/R-cran-proxy/Makefile +++ b/math/R-cran-proxy/Makefile @@ -1,6 +1,5 @@ PORTNAME= proxy -DISTVERSION= 0.4-27 -PORTREVISION= 1 +DISTVERSION= 0.4-28 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -8,7 +7,7 @@ MAINTAINER= tota@FreeBSD.org COMMENT= Distance and Similarity Measures WWW= https://cran.r-project.org/web/packages/proxy/ -LICENSE= GPLv2 +LICENSE= GPLv2+ USES= cran:auto-plist,compiles diff --git a/math/R-cran-proxy/distinfo b/math/R-cran-proxy/distinfo index e51d3839e183..68ca417ec9ef 100644 --- a/math/R-cran-proxy/distinfo +++ b/math/R-cran-proxy/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1654826819 -SHA256 (proxy_0.4-27.tar.gz) = 249991a4c4d70ad139e93f3a24e17f161ad1ec854951813ea192daf79478563f -SIZE (proxy_0.4-27.tar.gz) = 74622 +TIMESTAMP = 1765693628 +SHA256 (proxy_0.4-28.tar.gz) = 5907a82f4b6793ec373c056f3b3b5460f231d17df1814d20976133f5ae81b8fe +SIZE (proxy_0.4-28.tar.gz) = 68931 diff --git a/math/analitza/distinfo b/math/analitza/distinfo index 0f6345b25bcb..da4b2113546a 100644 --- a/math/analitza/distinfo +++ b/math/analitza/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264613 -SHA256 (KDE/release-service/25.08.3/analitza-25.08.3.tar.xz) = 1abe741c3f189b3d8cb8cf34b516890fd64cf21ba75d0f558b3711956b83e4d1 -SIZE (KDE/release-service/25.08.3/analitza-25.08.3.tar.xz) = 369944 +TIMESTAMP = 1765478614 +SHA256 (KDE/release-service/25.12.0/analitza-25.12.0.tar.xz) = ed75ecc7e867d80fb6c23b40b57cd794be3b79b17d3a7bdd081a868a8aa01ebd +SIZE (KDE/release-service/25.12.0/analitza-25.12.0.tar.xz) = 369828 diff --git a/math/cantor/Makefile b/math/cantor/Makefile index f71fc0ad3913..c5a8629aeb7f 100644 --- a/math/cantor/Makefile +++ b/math/cantor/Makefile @@ -1,6 +1,5 @@ PORTNAME= cantor DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= math kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/math/cantor/distinfo b/math/cantor/distinfo index f9767ab668bb..9a855c6da06d 100644 --- a/math/cantor/distinfo +++ b/math/cantor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264615 -SHA256 (KDE/release-service/25.08.3/cantor-25.08.3.tar.xz) = 5635007fb9c50d82e88decf9264ff40fb9f4ee65b27474c5930b1b519eb24b72 -SIZE (KDE/release-service/25.08.3/cantor-25.08.3.tar.xz) = 10918180 +TIMESTAMP = 1765478617 +SHA256 (KDE/release-service/25.12.0/cantor-25.12.0.tar.xz) = 072a3bbe238654404f17fef51c4e0aadb1b7862eed8eb8f9fed7d42628802d89 +SIZE (KDE/release-service/25.12.0/cantor-25.12.0.tar.xz) = 10919828 diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index 60ece37ddc01..ddf3746385f5 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -1,6 +1,6 @@ PORTNAME= ceres-solver DISTVERSION= 2.2.0 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/jtransforms/files/patch-build.xml b/math/jtransforms/files/patch-build.xml new file mode 100644 index 000000000000..4e3db0569b9e --- /dev/null +++ b/math/jtransforms/files/patch-build.xml @@ -0,0 +1,22 @@ +--- build.xml.orig 2025-12-13 15:21:46 UTC ++++ build.xml +@@ -57,15 +57,15 @@ +
+ <target name="javac" depends="clean" description="Compilation of java classes and unit-tests">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="false" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="false" />
+ </target>
+
+
+ <target name="javac-debug" depends="clean" description="Compilation of java classes and unit-tests with debug options on.">
+ <mkdir dir="${javac.dest}" />
+- <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" source="1.5" target="1.5" />
+- <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" source="1.5" target="1.5" />
++ <javac srcdir="${javac.src}" destdir="${javac.dest}" includes="**/*.java" includeantruntime="false" deprecation="true" debug="on" debuglevel="vars,lines,source" />
++ <javac srcdir="${tests.src.dir}" destdir="${javac.dest}" includes="**/*.java" classpathref="project.class.path" includeantruntime="false" deprecation="true" debug="true" debuglevel="vars,lines,source" />
+ </target>
+
+
diff --git a/math/kalgebra/distinfo b/math/kalgebra/distinfo index 1acd9650f82f..54a7c32e20da 100644 --- a/math/kalgebra/distinfo +++ b/math/kalgebra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264618 -SHA256 (KDE/release-service/25.08.3/kalgebra-25.08.3.tar.xz) = 3dc530c2c8d4a48ba1c2d7117d2de1c47e0654255fa3c8d45f6c6daacf9b1d41 -SIZE (KDE/release-service/25.08.3/kalgebra-25.08.3.tar.xz) = 953132 +TIMESTAMP = 1765478619 +SHA256 (KDE/release-service/25.12.0/kalgebra-25.12.0.tar.xz) = fb5795d9efe03ded8f8b6b19d76730204913841dc809f06fa453f69ae7437cd5 +SIZE (KDE/release-service/25.12.0/kalgebra-25.12.0.tar.xz) = 953456 diff --git a/math/kalk/distinfo b/math/kalk/distinfo index af74c8546026..16c5fce19485 100644 --- a/math/kalk/distinfo +++ b/math/kalk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264618 -SHA256 (KDE/release-service/25.08.3/kalk-25.08.3.tar.xz) = f218a9f9cda83e12440b0832c5bed5d7c54d80b335bc7785a634f87929b9dcd0 -SIZE (KDE/release-service/25.08.3/kalk-25.08.3.tar.xz) = 79100 +TIMESTAMP = 1765478620 +SHA256 (KDE/release-service/25.12.0/kalk-25.12.0.tar.xz) = 6f03699196146ad9e4e7af20c8ec4100a090bbe1ceb16584b96d4fd96aa329cd +SIZE (KDE/release-service/25.12.0/kalk-25.12.0.tar.xz) = 78284 diff --git a/math/kalk/pkg-plist b/math/kalk/pkg-plist index ec066c7b1286..20df76ace3f9 100644 --- a/math/kalk/pkg-plist +++ b/math/kalk/pkg-plist @@ -14,7 +14,6 @@ share/locale/en_GB/LC_MESSAGES/kalk.mo share/locale/eo/LC_MESSAGES/kalk.mo share/locale/es/LC_MESSAGES/kalk.mo share/locale/eu/LC_MESSAGES/kalk.mo -share/locale/fa/LC_MESSAGES/kalk.mo share/locale/fi/LC_MESSAGES/kalk.mo share/locale/fr/LC_MESSAGES/kalk.mo share/locale/gl/LC_MESSAGES/kalk.mo diff --git a/math/kbruch/distinfo b/math/kbruch/distinfo index 949b8d2e23e4..5c23be76f86b 100644 --- a/math/kbruch/distinfo +++ b/math/kbruch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264621 -SHA256 (KDE/release-service/25.08.3/kbruch-25.08.3.tar.xz) = 8fd55365711bbed59edbce4c8397ea3e8316c80486627ca2932d3de4483bb35c -SIZE (KDE/release-service/25.08.3/kbruch-25.08.3.tar.xz) = 5163360 +TIMESTAMP = 1765478622 +SHA256 (KDE/release-service/25.12.0/kbruch-25.12.0.tar.xz) = 034ab74980f9ec5897eb96db4f6d3e4a53c3d4de773609426330f2c6670436be +SIZE (KDE/release-service/25.12.0/kbruch-25.12.0.tar.xz) = 5163472 diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index 4e81a5729bfc..aa1914cbb712 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264623 -SHA256 (KDE/release-service/25.08.3/kcalc-25.08.3.tar.xz) = 0e842c940496e47f5abd1ec6081f5c6cf288be1dd73edb5071d84f04eca1838a -SIZE (KDE/release-service/25.08.3/kcalc-25.08.3.tar.xz) = 484336 +TIMESTAMP = 1765478625 +SHA256 (KDE/release-service/25.12.0/kcalc-25.12.0.tar.xz) = 43181368f6303050321722b63448a1154807d34013df997e0e8ac8b1d05d3f0c +SIZE (KDE/release-service/25.12.0/kcalc-25.12.0.tar.xz) = 484880 diff --git a/math/kig/distinfo b/math/kig/distinfo index cd19b16c106b..4069c1ac21fb 100644 --- a/math/kig/distinfo +++ b/math/kig/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264626 -SHA256 (KDE/release-service/25.08.3/kig-25.08.3.tar.xz) = 1131e005799d00ea34feadb394c68f8fb86bbdbc01b982cd2a30f706c5754e86 -SIZE (KDE/release-service/25.08.3/kig-25.08.3.tar.xz) = 3262928 +TIMESTAMP = 1765478627 +SHA256 (KDE/release-service/25.12.0/kig-25.12.0.tar.xz) = d0a4a206d069dde7fad8f1cd383e698524ea05bd50238a673f29427691d0a8bb +SIZE (KDE/release-service/25.12.0/kig-25.12.0.tar.xz) = 3263172 diff --git a/math/kmplot/distinfo b/math/kmplot/distinfo index 5b010db5a0b9..cab98ec923e1 100644 --- a/math/kmplot/distinfo +++ b/math/kmplot/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264629 -SHA256 (KDE/release-service/25.08.3/kmplot-25.08.3.tar.xz) = 242368eda56a332f529952af0b6258c3aec6a59b90350cdf6fefcea0da67b883 -SIZE (KDE/release-service/25.08.3/kmplot-25.08.3.tar.xz) = 3030324 +TIMESTAMP = 1765478630 +SHA256 (KDE/release-service/25.12.0/kmplot-25.12.0.tar.xz) = 8af8b6213df6a9db028e1489c4a07bfb0fb34f288c6b1e9d1bb6e15c2ebc466e +SIZE (KDE/release-service/25.12.0/kmplot-25.12.0.tar.xz) = 3030520 diff --git a/math/octave-forge-datatypes/Makefile b/math/octave-forge-datatypes/Makefile index 41557c4d3ab8..c31b360e3f20 100644 --- a/math/octave-forge-datatypes/Makefile +++ b/math/octave-forge-datatypes/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-datatypes DISTVERSIONPREFIX= release- -DISTVERSION= 1.1.1 +DISTVERSION= 1.1.3 PORTEPOCH= 1 CATEGORIES= math diff --git a/math/octave-forge-datatypes/distinfo b/math/octave-forge-datatypes/distinfo index 54a51fb943bf..6ddee6b6d258 100644 --- a/math/octave-forge-datatypes/distinfo +++ b/math/octave-forge-datatypes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765217631 -SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.1.1_GH0.tar.gz) = b9105d73abc2af3eca191c65aaaa1a8ecd27cf857c4de00c7ef2f71528a8613d -SIZE (octave-forge/pr0m1th3as-datatypes-release-1.1.1_GH0.tar.gz) = 334492 +TIMESTAMP = 1765577309 +SHA256 (octave-forge/pr0m1th3as-datatypes-release-1.1.3_GH0.tar.gz) = 9eb707cc8a3847cc62eb4ea73a93bf4d5bdd8e07045fb760c8ee614ae1c6c4eb +SIZE (octave-forge/pr0m1th3as-datatypes-release-1.1.3_GH0.tar.gz) = 335921 diff --git a/math/octave-forge-onsas/Makefile b/math/octave-forge-onsas/Makefile deleted file mode 100644 index fc8171c52186..000000000000 --- a/math/octave-forge-onsas/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -PORTNAME= octave-forge-onsas -DISTVERSIONPREFIX= v -DISTVERSION= 0.2.5 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} -WWW= https://packages.octave.org/ - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING - -BROKEN= this software is incompatible with octave pkg - -USES= octave -USE_GITHUB= yes -GH_ACCOUNT= ONSAS -GH_PROJECT= ONSAS.m - -OCTAVE_SRC= ${GH_ACCOUNT}-${DISTVERSION} - -NO_ARCH = yes -NO_BUILD= yes - -.include <bsd.port.mk> diff --git a/math/octave-forge-onsas/distinfo b/math/octave-forge-onsas/distinfo deleted file mode 100644 index 37f3e8eec68e..000000000000 --- a/math/octave-forge-onsas/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1735869418 -SHA256 (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 537c14f7ad920601dc9d1538fd54a6cc5faef86c778cd3ad6337dff3b8003d86 -SIZE (octave-forge/ONSAS-ONSAS.m-v0.2.5_GH0.tar.gz) = 1644546 diff --git a/math/octave-forge-onsas/files/patch-DESCRIPTION b/math/octave-forge-onsas/files/patch-DESCRIPTION deleted file mode 100644 index ea9f7bd8dfb4..000000000000 --- a/math/octave-forge-onsas/files/patch-DESCRIPTION +++ /dev/null @@ -1,9 +0,0 @@ ---- ../DESCRIPTION.orig 2025-01-25 12:54:46.986090000 -0600 -+++ ../DESCRIPTION 2025-01-25 12:54:54.809288000 -0600 -@@ -1,5 +1,5 @@ - Name: ONSAS --Version: 0.2.4 -+Version: 0.2.5 - Date: 2022-08-02 - Author: Pérez Zerpa, Jorge M. and Bazzano GarcÃa, Juan Bruno and Viera Sosa, Joaquin and Vanzulli Pena, Mauricio and Forets, Marcelo and Battini, Jean-Marc and Toro, Sebastián - Maintainer: Pérez Zerpa, Jorge M. (jorgepz@fing.edu.uy) diff --git a/math/octave-forge-onsas/pkg-descr b/math/octave-forge-onsas/pkg-descr deleted file mode 100644 index e98f4c5abbed..000000000000 --- a/math/octave-forge-onsas/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The octave-forge package is the result of The GNU Octave Repository project, -which is intended to be a central location for custom scripts, functions and -extensions for GNU Octave. contains the source for all the functions plus -build and install scripts. - -This is onsas. - - ONSAS is an Open Nonlinear Structural Analysis Solver. It is a GNU-Octave -code for static/dynamic and linear/non-linear analysis of structures formed -by solid, beam, truss or plane components. diff --git a/math/octave-forge-pkg-octave-doc/Makefile b/math/octave-forge-pkg-octave-doc/Makefile index 4e8b26c32cee..7457a8710e44 100644 --- a/math/octave-forge-pkg-octave-doc/Makefile +++ b/math/octave-forge-pkg-octave-doc/Makefile @@ -1,6 +1,6 @@ PORTNAME= octave-forge-pkg-octave-doc DISTVERSIONPREFIX= release- -DISTVERSION= 0.6.8 +DISTVERSION= 0.6.9 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/octave-forge-pkg-octave-doc/distinfo b/math/octave-forge-pkg-octave-doc/distinfo index 454d67b4b895..bc086b0f737b 100644 --- a/math/octave-forge-pkg-octave-doc/distinfo +++ b/math/octave-forge-pkg-octave-doc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760547190 -SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 3aef12b6c4cc5019236eed4d7d05bed6be021bb4f6912ef3d0190b57fb68ded6 -SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.8_GH0.tar.gz) = 162955 +TIMESTAMP = 1765278551 +SHA256 (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = cdbf953ba0ef5cfefe9bb57bc832772ceb1034059346997597a7e33ac05e5fad +SIZE (octave-forge/gnu-octave-pkg-octave-doc-release-0.6.9_GH0.tar.gz) = 105944 diff --git a/math/octave-forge-quaternion/Makefile b/math/octave-forge-quaternion/Makefile index 494f37a34803..d592d74acd46 100644 --- a/math/octave-forge-quaternion/Makefile +++ b/math/octave-forge-quaternion/Makefile @@ -1,5 +1,5 @@ PORTNAME= octave-forge-quaternion -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/octave/Octave%20Forge%20Packages/Individual%20Package%20Releases DISTNAME= ${OCTAVE_PKGNAME}-${DISTVERSIONFULL} @@ -12,6 +12,8 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTAVE_SRC}/COPYING USES= octave +NO_BUILD= yes +NO_ARCH= yes OCTAVE_SRC= ${OCTAVE_PKGNAME}-${PORTVERSION} diff --git a/math/octave-forge-quaternion/distinfo b/math/octave-forge-quaternion/distinfo index 855452469379..1e7dbfa468fd 100644 --- a/math/octave-forge-quaternion/distinfo +++ b/math/octave-forge-quaternion/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764038244 -SHA256 (octave-forge/quaternion-2.4.1.tar.gz) = 918e6653b749b948e9aee6fe2d3735047e9819d1273fdc9d5f49515347e63981 -SIZE (octave-forge/quaternion-2.4.1.tar.gz) = 43766 +TIMESTAMP = 1765401922 +SHA256 (octave-forge/quaternion-2.4.2.tar.gz) = 4bcb64743972693f04ed6d2fea4906b38a9353f1b80c6e6f2d0bc0f6f8cf3a07 +SIZE (octave-forge/quaternion-2.4.2.tar.gz) = 47838 diff --git a/math/openturns/Makefile b/math/openturns/Makefile index 42a5c89dbd03..e8f15a0fb7ee 100644 --- a/math/openturns/Makefile +++ b/math/openturns/Makefile @@ -1,6 +1,7 @@ PORTNAME= openturns DISTVERSIONPREFIX= v DISTVERSION= 1.25.1 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/or-tools/Makefile b/math/or-tools/Makefile index abb56e7e8a4c..198720a543f3 100644 --- a/math/or-tools/Makefile +++ b/math/or-tools/Makefile @@ -1,6 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.14 +PORTREVISION= 1 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/py-kiwisolver/Makefile b/math/py-kiwisolver/Makefile index ba406f542113..aa6073373002 100644 --- a/math/py-kiwisolver/Makefile +++ b/math/py-kiwisolver/Makefile @@ -1,11 +1,11 @@ PORTNAME= kiwisolver -PORTVERSION= 1.4.8 +PORTVERSION= 1.4.9 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= lbartoletti@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Fast implementation of the Cassowary constraint solver WWW= https://github.com/nucleic/kiwi @@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cppy>=1.1.0:devel/py-cppy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} -USES= compiler:c++11-lang python +USES= python USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/math/py-kiwisolver/distinfo b/math/py-kiwisolver/distinfo index 5afbe8f6f30a..88147f0db12b 100644 --- a/math/py-kiwisolver/distinfo +++ b/math/py-kiwisolver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742576821 -SHA256 (kiwisolver-1.4.8.tar.gz) = 23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e -SIZE (kiwisolver-1.4.8.tar.gz) = 97538 +TIMESTAMP = 1765568343 +SHA256 (kiwisolver-1.4.9.tar.gz) = c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d +SIZE (kiwisolver-1.4.9.tar.gz) = 97564 diff --git a/math/py-narwhals/Makefile b/math/py-narwhals/Makefile index 0e7bea008c3a..454e7f9eef09 100644 --- a/math/py-narwhals/Makefile +++ b/math/py-narwhals/Makefile @@ -1,5 +1,5 @@ PORTNAME= narwhals -PORTVERSION= 2.12.0 +PORTVERSION= 2.13.0 CATEGORIES= math python MASTER_SITES= PYPI \ https://github.com/narwhals-dev/narwhals/releases/download/v${PORTVERSION}/ diff --git a/math/py-narwhals/distinfo b/math/py-narwhals/distinfo index d1c65fcfa66b..79ebc6ecd713 100644 --- a/math/py-narwhals/distinfo +++ b/math/py-narwhals/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853418 -SHA256 (narwhals-2.12.0.tar.gz) = 075b6d56f3a222613793e025744b129439ecdff9292ea6615dd983af7ba6ea44 -SIZE (narwhals-2.12.0.tar.gz) = 590404 +TIMESTAMP = 1765032806 +SHA256 (narwhals-2.13.0.tar.gz) = ee94c97f4cf7cfeebbeca8d274784df8b3d7fd3f955ce418af998d405576fdd9 +SIZE (narwhals-2.13.0.tar.gz) = 594555 diff --git a/math/py-or-tools/Makefile b/math/py-or-tools/Makefile index fb8062b38a46..d31420eef0f4 100644 --- a/math/py-or-tools/Makefile +++ b/math/py-or-tools/Makefile @@ -1,7 +1,7 @@ PORTNAME= or-tools DISTVERSIONPREFIX= v DISTVERSION= 9.6 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= math PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-statsmodels/Makefile b/math/py-statsmodels/Makefile index 137d74113404..a336ac0aed9c 100644 --- a/math/py-statsmodels/Makefile +++ b/math/py-statsmodels/Makefile @@ -1,5 +1,5 @@ PORTNAME= statsmodels -PORTVERSION= 0.14.5 +PORTVERSION= 0.14.6 CATEGORIES= math python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/math/py-statsmodels/distinfo b/math/py-statsmodels/distinfo index c1ce930d0c9f..130f42f717e0 100644 --- a/math/py-statsmodels/distinfo +++ b/math/py-statsmodels/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774697 -SHA256 (statsmodels-0.14.5.tar.gz) = de260e58cccfd2ceddf835b55a357233d6ca853a1aa4f90f7553a52cc71c6ddf -SIZE (statsmodels-0.14.5.tar.gz) = 20525016 +TIMESTAMP = 1765032808 +SHA256 (statsmodels-0.14.6.tar.gz) = 4d17873d3e607d398b85126cd4ed7aad89e4e9d89fc744cdab1af3189a996c2a +SIZE (statsmodels-0.14.6.tar.gz) = 20689085 diff --git a/math/rocs/Makefile b/math/rocs/Makefile index dab1cb906d75..06c577cb58dc 100644 --- a/math/rocs/Makefile +++ b/math/rocs/Makefile @@ -9,16 +9,11 @@ WWW= https://www.kde.org/applications/education/rocs LIB_DEPENDS= libboost_thread.so:devel/boost-libs USES= cmake compiler:c++11-lang desktop-file-utils gettext \ - grantlee:5 kde:5 qt:5 tar:xz xorg -USE_KDE= archive auth codecs completion config configwidgets coreaddons \ - crash i18n itemviews jobwidgets kdeclarative kio package parts \ - service solid sonnet syntaxhighlighting texteditor textwidgets \ - widgetsaddons windowsystem xmlgui \ + kde:6 qt:6 tar:xz +USE_KDE= archive config coreaddons crash i18n itemviews \ + texteditor texttemplate textwidgets xmlgui \ doctools:build ecm:build -USE_QT= concurrent core dbus declarative gui network script \ - scripttools svg widgets xml xmlpatterns \ - buildtools:build qmake:build testlib:build -USE_XORG= x11 +USE_QT= base svg USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS diff --git a/math/rocs/distinfo b/math/rocs/distinfo index 41934afcd157..4413ca8a2df0 100644 --- a/math/rocs/distinfo +++ b/math/rocs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264631 -SHA256 (KDE/release-service/25.08.3/rocs-25.08.3.tar.xz) = 47a743a1f3edd49d8b6702a35f2a0e055d04e0507bff009ffddb5e4261324acb -SIZE (KDE/release-service/25.08.3/rocs-25.08.3.tar.xz) = 1572116 +TIMESTAMP = 1765478632 +SHA256 (KDE/release-service/25.12.0/rocs-25.12.0.tar.xz) = 626d616a88abdc49fd120d31b38916780a7ab9bd50dfa0cab90adb7b14cc7f87 +SIZE (KDE/release-service/25.12.0/rocs-25.12.0.tar.xz) = 1579592 diff --git a/math/rocs/pkg-plist b/math/rocs/pkg-plist index 7f4eadc20ba4..87b9cf5e39cf 100644 --- a/math/rocs/pkg-plist +++ b/math/rocs/pkg-plist @@ -1,19 +1,16 @@ bin/rocs include/rocs/edge.h +include/rocs/edgetype.h include/rocs/graphdocument.h +include/rocs/graphtheory_export.h include/rocs/node.h +include/rocs/nodetype.h lib/librocsgraphtheory.so lib/librocsgraphtheory.so.0 %%QT_PLUGINDIR%%/rocs/editorplugins/assignvaluesplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/generategraphplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/graphlayoutplugin.so %%QT_PLUGINDIR%%/rocs/editorplugins/transformedgesplugin.so -%%QT_PLUGINDIR%%/rocs/fileformats/dotfileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/gmlfileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/rocs1fileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/rocs2fileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/tgffileformat.so -%%QT_PLUGINDIR%%/rocs/fileformats/tikzfileformat.so share/applications/org.kde.rocs.desktop share/config.kcfg/rocs.kcfg share/icons/hicolor/128x128/apps/rocs.png @@ -75,6 +72,8 @@ share/locale/ga/LC_MESSAGES/libgraphtheory.mo share/locale/ga/LC_MESSAGES/rocs.mo share/locale/gl/LC_MESSAGES/libgraphtheory.mo share/locale/gl/LC_MESSAGES/rocs.mo +share/locale/he/LC_MESSAGES/libgraphtheory.mo +share/locale/he/LC_MESSAGES/rocs.mo share/locale/hr/LC_MESSAGES/libgraphtheory.mo share/locale/hr/LC_MESSAGES/rocs.mo share/locale/hu/LC_MESSAGES/libgraphtheory.mo diff --git a/misc/Makefile b/misc/Makefile index 895094ad6fce..a1ceed0025e3 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -66,6 +66,7 @@ SUBDIR += compat12x SUBDIR += compat13x SUBDIR += compat14x + SUBDIR += compat15x SUBDIR += compat4x SUBDIR += compat5x SUBDIR += compat6x diff --git a/misc/artikulate/distinfo b/misc/artikulate/distinfo index 10fd7a286140..d26e71925eac 100644 --- a/misc/artikulate/distinfo +++ b/misc/artikulate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264634 -SHA256 (KDE/release-service/25.08.3/artikulate-25.08.3.tar.xz) = 07c045f359564cde6b8ba538c6d0c2abbda928341e932a45cb4081c4c15da8e5 -SIZE (KDE/release-service/25.08.3/artikulate-25.08.3.tar.xz) = 1059624 +TIMESTAMP = 1765478635 +SHA256 (KDE/release-service/25.12.0/artikulate-25.12.0.tar.xz) = c00b25557c35595a75aeb41ee969a550229efd45eedd3dab71e60f3376ac61a6 +SIZE (KDE/release-service/25.12.0/artikulate-25.12.0.tar.xz) = 1059752 diff --git a/misc/caffe/Makefile b/misc/caffe/Makefile index c388051e1039..f9a89838058d 100644 --- a/misc/caffe/Makefile +++ b/misc/caffe/Makefile @@ -1,7 +1,7 @@ PORTNAME= caffe DISTVERSION= 1.0-136 DISTVERSIONSUFFIX= -g9b891540 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= misc # machine-learning PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/misc/codex/Makefile b/misc/codex/Makefile index f458a1ae8428..899ddb6435c2 100644 --- a/misc/codex/Makefile +++ b/misc/codex/Makefile @@ -1,6 +1,6 @@ PORTNAME= codex DISTVERSIONPREFIX= rust-v -DISTVERSION= 0.63.0 +DISTVERSION= 0.66.0 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org diff --git a/misc/codex/Makefile.crates b/misc/codex/Makefile.crates index 99d087e3dd7a..b7684c2dd518 100644 --- a/misc/codex/Makefile.crates +++ b/misc/codex/Makefile.crates @@ -16,7 +16,7 @@ CARGO_CRATES= Inflector-0.11.4 \ anstyle-query-1.1.3 \ anstyle-wincon-3.0.9 \ anyhow-1.0.100 \ - arboard-3.6.0 \ + arboard-3.6.1 \ arrayvec-0.7.6 \ ascii-1.1.0 \ ascii-canvas-3.0.0 \ @@ -87,7 +87,7 @@ CARGO_CRATES= Inflector-0.11.4 \ concurrent-queue-2.5.0 \ console-0.15.11 \ convert_case-0.6.0 \ - convert_case-0.7.1 \ + convert_case-0.10.0 \ core-foundation-0.9.4 \ core-foundation-0.10.1 \ core-foundation-sys-0.8.7 \ @@ -118,9 +118,9 @@ CARGO_CRATES= Inflector-0.11.4 \ deranged-0.5.4 \ derivative-2.2.0 \ derive_more-1.0.0 \ - derive_more-2.0.1 \ + derive_more-2.1.0 \ derive_more-impl-1.0.0 \ - derive_more-impl-2.0.1 \ + derive_more-impl-2.1.0 \ diff-0.1.13 \ difflib-0.4.0 \ diffy-0.4.2 \ @@ -166,7 +166,6 @@ CARGO_CRATES= Inflector-0.11.4 \ fax_derive-0.2.0 \ fd-lock-4.0.4 \ fdeflate-0.3.7 \ - filedescriptor-0.8.3 \ findshlibs-0.10.2 \ fixed_decimal-0.7.0 \ fixedbitset-0.4.2 \ @@ -236,7 +235,7 @@ CARGO_CRATES= Inflector-0.11.4 \ idna-1.0.3 \ idna_adapter-1.2.1 \ ignore-0.4.23 \ - image-0.25.8 \ + image-0.25.9 \ indenter-0.3.3 \ indexmap-1.9.3 \ indexmap-2.12.0 \ @@ -244,7 +243,7 @@ CARGO_CRATES= Inflector-0.11.4 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ inout-0.1.4 \ - insta-1.43.2 \ + insta-1.44.3 \ instability-0.3.9 \ inventory-0.3.20 \ io-uring-0.7.9 \ @@ -269,7 +268,7 @@ CARGO_CRATES= Inflector-0.11.4 \ lalrpop-util-0.19.12 \ landlock-0.4.2 \ lazy_static-1.5.0 \ - libc-0.2.175 \ + libc-0.2.177 \ libdbus-sys-0.2.6 \ libredox-0.1.6 \ linux-keyutils-0.2.4 \ @@ -351,6 +350,7 @@ CARGO_CRATES= Inflector-0.11.4 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ paste-1.0.15 \ + pastey-0.2.0 \ path-absolutize-3.1.1 \ path-dedot-3.1.1 \ pathdiff-0.2.3 \ @@ -368,7 +368,6 @@ CARGO_CRATES= Inflector-0.11.4 \ polling-3.11.0 \ portable-atomic-1.11.1 \ portable-atomic-util-0.2.4 \ - portable-pty-0.9.0 \ potential_utf-0.1.4 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ @@ -406,15 +405,15 @@ CARGO_CRATES= Inflector-0.11.4 \ redox_users-0.5.0 \ ref-cast-1.0.24 \ ref-cast-impl-1.0.24 \ - regex-1.11.1 \ - regex-automata-0.4.9 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ regex-lite-0.1.7 \ regex-syntax-0.6.29 \ regex-syntax-0.8.5 \ - reqwest-0.12.23 \ + reqwest-0.12.24 \ ring-0.17.14 \ - rmcp-0.8.5 \ - rmcp-macros-0.8.5 \ + rmcp-0.10.0 \ + rmcp-macros-0.10.0 \ rustc-demangle-0.1.25 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ @@ -463,8 +462,9 @@ CARGO_CRATES= Inflector-0.11.4 \ serde_repr-0.1.20 \ serde_spanned-1.0.0 \ serde_urlencoded-0.7.1 \ - serde_with-3.14.0 \ - serde_with_macros-3.14.0 \ + serde_with-3.16.1 \ + serde_with_macros-3.16.1 \ + serde_yaml-0.9.34+deprecated \ serial2-0.2.31 \ serial_test-3.2.0 \ serial_test_derive-3.2.0 \ @@ -503,6 +503,7 @@ CARGO_CRATES= Inflector-0.11.4 \ strum_macros-0.26.4 \ strum_macros-0.27.2 \ subtle-2.6.1 \ + supports-color-2.1.0 \ supports-color-3.0.2 \ syn-1.0.109 \ syn-2.0.104 \ @@ -545,19 +546,19 @@ CARGO_CRATES= Inflector-0.11.4 \ tokio-test-0.4.4 \ tokio-util-0.7.16 \ toml-0.9.5 \ - toml_datetime-0.7.0 \ - toml_edit-0.23.4 \ - toml_parser-1.0.2 \ - toml_writer-1.0.2 \ + toml_datetime-0.7.3 \ + toml_edit-0.23.7 \ + toml_parser-1.0.4 \ + toml_writer-1.0.4 \ tonic-0.13.1 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ - tracing-0.1.41 \ + tracing-0.1.43 \ tracing-appender-0.2.3 \ - tracing-attributes-0.1.30 \ - tracing-core-0.1.34 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.35 \ tracing-error-0.2.1 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.20 \ @@ -569,8 +570,8 @@ CARGO_CRATES= Inflector-0.11.4 \ tree-sitter-language-0.1.5 \ tree_magic_mini-3.2.0 \ try-lock-0.2.5 \ - ts-rs-11.0.1 \ - ts-rs-macros-11.0.1 \ + ts-rs-11.1.0 \ + ts-rs-macros-11.1.0 \ typenum-1.18.0 \ uds_windows-1.1.0 \ uname-0.1.1 \ @@ -582,6 +583,7 @@ CARGO_CRATES= Inflector-0.11.4 \ unicode-width-0.1.14 \ unicode-width-0.2.1 \ unicode-xid-0.2.6 \ + unsafe-libyaml-0.2.11 \ untrusted-0.9.0 \ ureq-2.12.1 \ url-2.5.4 \ @@ -614,11 +616,11 @@ CARGO_CRATES= Inflector-0.11.4 \ wayland-sys-0.31.7 \ web-sys-0.3.77 \ web-time-1.1.0 \ - webbrowser-1.0.5 \ + webbrowser-1.0.6 \ webpki-roots-1.0.2 \ weezl-0.1.10 \ which-6.0.3 \ - wildmatch-2.5.0 \ + wildmatch-2.6.1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-util-0.1.9 \ @@ -675,7 +677,7 @@ CARGO_CRATES= Inflector-0.11.4 \ windows_x86_64_msvc-0.48.5 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ - winnow-0.7.12 \ + winnow-0.7.13 \ winreg-0.10.1 \ winsafe-0.0.19 \ wiremock-0.6.5 \ @@ -701,9 +703,12 @@ CARGO_CRATES= Inflector-0.11.4 \ zerovec-0.11.5 \ zerovec-derive-0.11.1 \ zune-core-0.4.12 \ + zune-core-0.5.0 \ zune-jpeg-0.4.19 \ + zune-jpeg-0.5.5 \ zvariant-4.2.0 \ zvariant_derive-4.2.0 \ zvariant_utils-2.1.0 \ ratatui@git+https://github.com/nornagon/ratatui?branch=nornagon-v0.29.0-patch\#9b2ad1298408c45918ee9f8241a6f95498cdbed2 \ - crossterm@git+https://github.com/nornagon/crossterm?branch=nornagon%2Fcolor-query\#87db8bfa6dc99427fd3b071681b07fc31c6ce995 + crossterm@git+https://github.com/nornagon/crossterm?branch=nornagon%2Fcolor-query\#87db8bfa6dc99427fd3b071681b07fc31c6ce995 \ + filedescriptor,portable-pty@git+https://github.com/pakrym/wezterm?branch=PSUEDOCONSOLE_INHERIT_CURSOR\#fe38df8409545a696909aa9a09e63438630f217d diff --git a/misc/codex/distinfo b/misc/codex/distinfo index 409ec075b4a9..48ce79d2edc9 100644 --- a/misc/codex/distinfo +++ b/misc/codex/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764057844 +TIMESTAMP = 1765330143 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 @@ -35,8 +35,8 @@ SHA256 (rust/crates/anstyle-wincon-3.0.9.crate) = 403f75924867bb1033c59fbf079748 SIZE (rust/crates/anstyle-wincon-3.0.9.crate) = 12561 SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 -SHA256 (rust/crates/arboard-3.6.0.crate) = 55f533f8e0af236ffe5eb979b99381df3258853f00ba2e44b6e1955292c75227 -SIZE (rust/crates/arboard-3.6.0.crate) = 52701 +SHA256 (rust/crates/arboard-3.6.1.crate) = 0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf +SIZE (rust/crates/arboard-3.6.1.crate) = 54018 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 SIZE (rust/crates/arrayvec-0.7.6.crate) = 31237 SHA256 (rust/crates/ascii-1.1.0.crate) = d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16 @@ -177,8 +177,8 @@ SHA256 (rust/crates/console-0.15.11.crate) = 054ccb5b10f9f2cbf51eb355ca1d05c2d27 SIZE (rust/crates/console-0.15.11.crate) = 37822 SHA256 (rust/crates/convert_case-0.6.0.crate) = ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca SIZE (rust/crates/convert_case-0.6.0.crate) = 18675 -SHA256 (rust/crates/convert_case-0.7.1.crate) = bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7 -SIZE (rust/crates/convert_case-0.7.1.crate) = 23816 +SHA256 (rust/crates/convert_case-0.10.0.crate) = 633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9 +SIZE (rust/crates/convert_case-0.10.0.crate) = 24083 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-0.10.1.crate) = b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6 @@ -239,12 +239,12 @@ SHA256 (rust/crates/derivative-2.2.0.crate) = fcc3dd5e9e9c0b295d6e1e4d811fb6f157 SIZE (rust/crates/derivative-2.2.0.crate) = 48076 SHA256 (rust/crates/derive_more-1.0.0.crate) = 4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05 SIZE (rust/crates/derive_more-1.0.0.crate) = 64854 -SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 -SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 +SHA256 (rust/crates/derive_more-2.1.0.crate) = 10b768e943bed7bf2cab53df09f4bc34bfd217cdb57d971e769874c9a6710618 +SIZE (rust/crates/derive_more-2.1.0.crate) = 88303 SHA256 (rust/crates/derive_more-impl-1.0.0.crate) = cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22 SIZE (rust/crates/derive_more-impl-1.0.0.crate) = 76182 -SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 -SIZE (rust/crates/derive_more-impl-2.0.1.crate) = 78233 +SHA256 (rust/crates/derive_more-impl-2.1.0.crate) = 6d286bfdaf75e988b4a78e013ecd79c581e06399ab53fbacd2d916c2f904f30b +SIZE (rust/crates/derive_more-impl-2.1.0.crate) = 99090 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 @@ -335,8 +335,6 @@ SHA256 (rust/crates/fd-lock-4.0.4.crate) = 0ce92ff622d6dadf7349484f42c93271a0d49 SIZE (rust/crates/fd-lock-4.0.4.crate) = 15522 SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 -SHA256 (rust/crates/filedescriptor-0.8.3.crate) = e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d -SIZE (rust/crates/filedescriptor-0.8.3.crate) = 12635 SHA256 (rust/crates/findshlibs-0.10.2.crate) = 40b9e59cd0f7e0806cca4be089683ecb6434e602038df21fe6bf6711b2f07f64 SIZE (rust/crates/findshlibs-0.10.2.crate) = 20101 SHA256 (rust/crates/fixed_decimal-0.7.0.crate) = 35943d22b2f19c0cb198ecf915910a8158e94541c89dcc63300d7799d46c2c5e @@ -475,8 +473,8 @@ SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb 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/image-0.25.8.crate) = 529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7 -SIZE (rust/crates/image-0.25.8.crate) = 292229 +SHA256 (rust/crates/image-0.25.9.crate) = e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a +SIZE (rust/crates/image-0.25.9.crate) = 294591 SHA256 (rust/crates/indenter-0.3.3.crate) = ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683 SIZE (rust/crates/indenter-0.3.3.crate) = 6587 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 @@ -491,8 +489,8 @@ SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc62 SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 SHA256 (rust/crates/inout-0.1.4.crate) = 879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01 SIZE (rust/crates/inout-0.1.4.crate) = 11280 -SHA256 (rust/crates/insta-1.43.2.crate) = 46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0 -SIZE (rust/crates/insta-1.43.2.crate) = 102183 +SHA256 (rust/crates/insta-1.44.3.crate) = b5c943d4415edd8153251b6f197de5eb1640e56d84e8d9159bea190421c73698 +SIZE (rust/crates/insta-1.44.3.crate) = 104449 SHA256 (rust/crates/instability-0.3.9.crate) = 435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a SIZE (rust/crates/instability-0.3.9.crate) = 14451 SHA256 (rust/crates/inventory-0.3.20.crate) = ab08d7cd2c5897f2c949e5383ea7c7db03fb19130ffcfbf7eda795137ae3cb83 @@ -541,8 +539,8 @@ SHA256 (rust/crates/landlock-0.4.2.crate) = b3d2ef408b88e913bfc6594f5e693d57676f SIZE (rust/crates/landlock-0.4.2.crate) = 45393 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.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/libdbus-sys-0.2.6.crate) = 5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f SIZE (rust/crates/libdbus-sys-0.2.6.crate) = 1105988 SHA256 (rust/crates/libredox-0.1.6.crate) = 4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0 @@ -705,6 +703,8 @@ SHA256 (rust/crates/parking_lot_core-0.9.11.crate) = bc838d2a56b5b1a6c25f55575df SIZE (rust/crates/parking_lot_core-0.9.11.crate) = 34773 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a SIZE (rust/crates/paste-1.0.15.crate) = 18374 +SHA256 (rust/crates/pastey-0.2.0.crate) = 57d6c094ee800037dff99e02cab0eaf3142826586742a270ab3d7a62656bd27a +SIZE (rust/crates/pastey-0.2.0.crate) = 16828 SHA256 (rust/crates/path-absolutize-3.1.1.crate) = e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5 SIZE (rust/crates/path-absolutize-3.1.1.crate) = 6605 SHA256 (rust/crates/path-dedot-3.1.1.crate) = 07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397 @@ -739,8 +739,6 @@ SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433 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/portable-pty-0.9.0.crate) = b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e -SIZE (rust/crates/portable-pty-0.9.0.crate) = 29466 SHA256 (rust/crates/potential_utf-0.1.4.crate) = b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77 SIZE (rust/crates/potential_utf-0.1.4.crate) = 9514 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 @@ -815,24 +813,24 @@ SHA256 (rust/crates/ref-cast-1.0.24.crate) = 4a0ae411dbe946a674d89546582cea4ba2b 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.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 -SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 SHA256 (rust/crates/regex-lite-0.1.7.crate) = 943f41321c63ef1c92fd763bfe054d2668f7f225a5c29f0105903dc2fc04ba30 SIZE (rust/crates/regex-lite-0.1.7.crate) = 96903 SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/reqwest-0.12.23.crate) = d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb -SIZE (rust/crates/reqwest-0.12.23.crate) = 161307 +SHA256 (rust/crates/reqwest-0.12.24.crate) = 9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f +SIZE (rust/crates/reqwest-0.12.24.crate) = 159974 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 SIZE (rust/crates/ring-0.17.14.crate) = 1502610 -SHA256 (rust/crates/rmcp-0.8.5.crate) = e5947688160b56fb6c827e3c20a72c90392a1d7e9dec74749197aa1780ac42ca -SIZE (rust/crates/rmcp-0.8.5.crate) = 195842 -SHA256 (rust/crates/rmcp-macros-0.8.5.crate) = 01263441d3f8635c628e33856c468b96ebbce1af2d3699ea712ca71432d4ee7a -SIZE (rust/crates/rmcp-macros-0.8.5.crate) = 13454 +SHA256 (rust/crates/rmcp-0.10.0.crate) = 38b18323edc657390a6ed4d7a9110b0dec2dc3ed128eb2a123edfbafabdbddc5 +SIZE (rust/crates/rmcp-0.10.0.crate) = 200333 +SHA256 (rust/crates/rmcp-macros-0.10.0.crate) = c75d0a62676bf8c8003c4e3c348e2ceb6a7b3e48323681aaf177fdccdac2ce50 +SIZE (rust/crates/rmcp-macros-0.10.0.crate) = 13612 SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d @@ -929,10 +927,12 @@ SHA256 (rust/crates/serde_spanned-1.0.0.crate) = 40734c41988f7306bb04f0ecf60ec0f SIZE (rust/crates/serde_spanned-1.0.0.crate) = 10956 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 -SHA256 (rust/crates/serde_with-3.14.0.crate) = f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5 -SIZE (rust/crates/serde_with-3.14.0.crate) = 192177 -SHA256 (rust/crates/serde_with_macros-3.14.0.crate) = de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f -SIZE (rust/crates/serde_with_macros-3.14.0.crate) = 39066 +SHA256 (rust/crates/serde_with-3.16.1.crate) = 4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7 +SIZE (rust/crates/serde_with-3.16.1.crate) = 198782 +SHA256 (rust/crates/serde_with_macros-3.16.1.crate) = 52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c +SIZE (rust/crates/serde_with_macros-3.16.1.crate) = 38106 +SHA256 (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47 +SIZE (rust/crates/serde_yaml-0.9.34+deprecated.crate) = 65290 SHA256 (rust/crates/serial2-0.2.31.crate) = 26e1e5956803a69ddd72ce2de337b577898801528749565def03515f82bad5bb SIZE (rust/crates/serial2-0.2.31.crate) = 34139 SHA256 (rust/crates/serial_test-3.2.0.crate) = 1b258109f244e1d6891bf1053a55d63a5cd4f8f4c30cf9a1280989f80e7a1fa9 @@ -1009,6 +1009,8 @@ SHA256 (rust/crates/strum_macros-0.27.2.crate) = 7695ce3845ea4b33927c055a39dc438 SIZE (rust/crates/strum_macros-0.27.2.crate) = 30522 SHA256 (rust/crates/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 +SHA256 (rust/crates/supports-color-2.1.0.crate) = d6398cde53adc3c4557306a96ce67b302968513830a77a95b2b17305d9719a89 +SIZE (rust/crates/supports-color-2.1.0.crate) = 10030 SHA256 (rust/crates/supports-color-3.0.2.crate) = c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6 SIZE (rust/crates/supports-color-3.0.2.crate) = 10445 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 @@ -1093,14 +1095,14 @@ SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6a SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 SHA256 (rust/crates/toml-0.9.5.crate) = 75129e1dc5000bfbaa9fee9d1b21f974f9fbad9daec557a521ee6e080825f6e8 SIZE (rust/crates/toml-0.9.5.crate) = 56833 -SHA256 (rust/crates/toml_datetime-0.7.0.crate) = bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3 -SIZE (rust/crates/toml_datetime-0.7.0.crate) = 18108 -SHA256 (rust/crates/toml_edit-0.23.4.crate) = 7211ff1b8f0d3adae1663b7da9ffe396eabe1ca25f0b0bee42b0da29a9ddce93 -SIZE (rust/crates/toml_edit-0.23.4.crate) = 66357 -SHA256 (rust/crates/toml_parser-1.0.2.crate) = b551886f449aa90d4fe2bdaa9f4a2577ad2dde302c61ecf262d80b116db95c10 -SIZE (rust/crates/toml_parser-1.0.2.crate) = 35241 -SHA256 (rust/crates/toml_writer-1.0.2.crate) = fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64 -SIZE (rust/crates/toml_writer-1.0.2.crate) = 16988 +SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 +SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 +SHA256 (rust/crates/toml_edit-0.23.7.crate) = 6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d +SIZE (rust/crates/toml_edit-0.23.7.crate) = 65946 +SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e +SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 +SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 +SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/tonic-0.13.1.crate) = 7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9 SIZE (rust/crates/tonic-0.13.1.crate) = 107202 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 @@ -1111,14 +1113,14 @@ SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3 SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 -SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 -SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-0.1.43.crate) = 2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647 +SIZE (rust/crates/tracing-0.1.43.crate) = 90033 SHA256 (rust/crates/tracing-appender-0.2.3.crate) = 3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf SIZE (rust/crates/tracing-appender-0.2.3.crate) = 21964 -SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 -SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 -SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 -SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da +SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 +SHA256 (rust/crates/tracing-core-0.1.35.crate) = 7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c +SIZE (rust/crates/tracing-core-0.1.35.crate) = 63837 SHA256 (rust/crates/tracing-error-0.2.1.crate) = 8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db SIZE (rust/crates/tracing-error-0.2.1.crate) = 14135 SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3 @@ -1141,10 +1143,10 @@ SHA256 (rust/crates/tree_magic_mini-3.2.0.crate) = f943391d896cdfe8eec03a04d7110 SIZE (rust/crates/tree_magic_mini-3.2.0.crate) = 15962 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 -SHA256 (rust/crates/ts-rs-11.0.1.crate) = 6ef1b7a6d914a34127ed8e1fa927eb7088903787bcded4fa3eef8f85ee1568be -SIZE (rust/crates/ts-rs-11.0.1.crate) = 53704 -SHA256 (rust/crates/ts-rs-macros-11.0.1.crate) = e9d4ed7b4c18cc150a6a0a1e9ea1ecfa688791220781af6e119f9599a8502a0a -SIZE (rust/crates/ts-rs-macros-11.0.1.crate) = 19723 +SHA256 (rust/crates/ts-rs-11.1.0.crate) = 4994acea2522cd2b3b85c1d9529a55991e3ad5e25cdcd3de9d505972c4379424 +SIZE (rust/crates/ts-rs-11.1.0.crate) = 55020 +SHA256 (rust/crates/ts-rs-macros-11.1.0.crate) = ee6ff59666c9cbaec3533964505d39154dc4e0a56151fdea30a09ed0301f62e2 +SIZE (rust/crates/ts-rs-macros-11.1.0.crate) = 20646 SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f SIZE (rust/crates/typenum-1.18.0.crate) = 74871 SHA256 (rust/crates/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 @@ -1167,6 +1169,8 @@ SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc 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/unsafe-libyaml-0.2.11.crate) = 673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861 +SIZE (rust/crates/unsafe-libyaml-0.2.11.crate) = 62101 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 SHA256 (rust/crates/ureq-2.12.1.crate) = 02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d @@ -1231,16 +1235,16 @@ 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/webbrowser-1.0.5.crate) = aaf4f3c0ba838e82b4e5ccc4157003fb8c324ee24c058470ffb82820becbde98 -SIZE (rust/crates/webbrowser-1.0.5.crate) = 56190 +SHA256 (rust/crates/webbrowser-1.0.6.crate) = 00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97 +SIZE (rust/crates/webbrowser-1.0.6.crate) = 57471 SHA256 (rust/crates/webpki-roots-1.0.2.crate) = 7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2 SIZE (rust/crates/webpki-roots-1.0.2.crate) = 255109 SHA256 (rust/crates/weezl-0.1.10.crate) = a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3 SIZE (rust/crates/weezl-0.1.10.crate) = 46418 SHA256 (rust/crates/which-6.0.3.crate) = b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f SIZE (rust/crates/which-6.0.3.crate) = 16937 -SHA256 (rust/crates/wildmatch-2.5.0.crate) = 39b7d07a236abaef6607536ccfaf19b396dbe3f5110ddb73d39f4562902ed382 -SIZE (rust/crates/wildmatch-2.5.0.crate) = 12562 +SHA256 (rust/crates/wildmatch-2.6.1.crate) = 29333c3ea1ba8b17211763463ff24ee84e41c78224c16b001cd907e663a38c68 +SIZE (rust/crates/wildmatch-2.6.1.crate) = 12798 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 @@ -1353,8 +1357,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.7.12.crate) = f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95 -SIZE (rust/crates/winnow-0.7.12.crate) = 174403 +SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf +SIZE (rust/crates/winnow-0.7.13.crate) = 174454 SHA256 (rust/crates/winreg-0.10.1.crate) = 80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d SIZE (rust/crates/winreg-0.10.1.crate) = 25725 SHA256 (rust/crates/winsafe-0.0.19.crate) = d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904 @@ -1405,8 +1409,12 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 +SHA256 (rust/crates/zune-core-0.5.0.crate) = 111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773 +SIZE (rust/crates/zune-core-0.5.0.crate) = 27393 SHA256 (rust/crates/zune-jpeg-0.4.19.crate) = 2c9e525af0a6a658e031e95f14b7f889976b74a11ba0eca5a5fc9ac8a1c43a6a SIZE (rust/crates/zune-jpeg-0.4.19.crate) = 66341 +SHA256 (rust/crates/zune-jpeg-0.5.5.crate) = dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e +SIZE (rust/crates/zune-jpeg-0.5.5.crate) = 77168 SHA256 (rust/crates/zvariant-4.2.0.crate) = 2084290ab9a1c471c38fc524945837734fbf124487e105daec2bb57fd48c81fe SIZE (rust/crates/zvariant-4.2.0.crate) = 82180 SHA256 (rust/crates/zvariant_derive-4.2.0.crate) = 73e2ba546bda683a90652bac4a279bc146adad1386f25379cf73200d2002c449 @@ -1417,5 +1425,7 @@ SHA256 (nornagon-ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2_GH0.tar.gz) = SIZE (nornagon-ratatui-9b2ad1298408c45918ee9f8241a6f95498cdbed2_GH0.tar.gz) = 566574 SHA256 (nornagon-crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995_GH0.tar.gz) = b49ac342e6b5d9c015f5384690c2a61d6f31c0c3c34aaf1cc22be4956122294c SIZE (nornagon-crossterm-87db8bfa6dc99427fd3b071681b07fc31c6ce995_GH0.tar.gz) = 129254 -SHA256 (openai-codex-rust-v0.63.0_GH0.tar.gz) = 895787648e47829a6797c2ba94c38658d7babad96c3fc111c63cba5c7d34bab8 -SIZE (openai-codex-rust-v0.63.0_GH0.tar.gz) = 27829732 +SHA256 (pakrym-wezterm-fe38df8409545a696909aa9a09e63438630f217d_GH0.tar.gz) = 1ec71f898c508082021bae4bc976a1cc6130ae4924c616639a7833f184f300b8 +SIZE (pakrym-wezterm-fe38df8409545a696909aa9a09e63438630f217d_GH0.tar.gz) = 83544971 +SHA256 (openai-codex-rust-v0.66.0_GH0.tar.gz) = 58ffcc92ce85198117dcacfb0378d50a46249321d1e262276b15467012118a00 +SIZE (openai-codex-rust-v0.66.0_GH0.tar.gz) = 27950546 diff --git a/misc/compat14x/Makefile b/misc/compat14x/Makefile index 3be2c6237878..6a6282ae5097 100644 --- a/misc/compat14x/Makefile +++ b/misc/compat14x/Makefile @@ -1,5 +1,6 @@ PORTNAME= compat14x PORTVERSION= 14.2.1402000.20251120 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= LOCAL/arrowd PKGNAMESUFFIX= -${ARCH} @@ -63,6 +64,10 @@ OPTIONS_SUB= yes IGNORE= is for FreeBSD 14.x and newer .endif +.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1600000 +RUN_DEPENDS+= compat15x-${ARCH}>=0:misc/compat15x +.endif + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCOMPAT32} diff --git a/misc/compat15x/Makefile b/misc/compat15x/Makefile new file mode 100644 index 000000000000..65ce7d37ca21 --- /dev/null +++ b/misc/compat15x/Makefile @@ -0,0 +1,55 @@ +PORTNAME= compat15x +PORTVERSION= 15.0.1500068.20251213 +CATEGORIES= misc +MASTER_SITES= LOCAL/arrowd +PKGNAMESUFFIX= -${ARCH} +DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} + +MAINTAINER= arrowd@FreeBSD.org +COMMENT= Convenience package to install the compat15x libraries + +LICENSE= BSD2CLAUSE + +USES= tar:xz +NO_BUILD= yes +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le +PLIST= ${PKGDIR}/pkg-plist.${ARCH} +TARGET_DIR= ${PREFIX}/lib/compat +TARGET32_DIR= ${PREFIX}/lib32/compat +USE_LDCONFIG= ${TARGET_DIR} + +COMPAT_LIBS= libtpool.so.2 \ + libuutil.so.2 + +OPTIONS_DEFINE= COMPAT32 +OPTIONS_DEFAULT=COMPAT32 +OPTIONS_EXCLUDE_aarch64=COMPAT32 +OPTIONS_EXCLUDE_i386=COMPAT32 +OPTIONS_EXCLUDE_powerpc=COMPAT32 +OPTIONS_EXCLUDE_powerpc64le=COMPAT32 +COMPAT32_DESC= Install 32-bit compat libraries +OPTIONS_SUB= yes + +.include "${.CURDIR}/../compat4x/Makefile.makedist" + +.include <bsd.port.pre.mk> + +.if ${OSREL:R} < 15 +IGNORE= is for FreeBSD 15.x and newer +.endif + +.include <bsd.port.options.mk> + +.if ${PORT_OPTIONS:MCOMPAT32} +USE_LDCONFIG32= ${TARGET32_DIR} +.endif + +do-install: + @${MKDIR} -m 0755 ${STAGEDIR}${TARGET_DIR} + (cd ${WRKSRC}/lib && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET_DIR}) + +do-install-COMPAT32-on: + @${MKDIR} ${STAGEDIR}${TARGET32_DIR} + (cd ${WRKSRC}/lib32 && ${INSTALL_LIB} *.so.* ${STAGEDIR}${TARGET32_DIR}) + +.include <bsd.port.post.mk> diff --git a/misc/compat15x/distinfo b/misc/compat15x/distinfo new file mode 100644 index 000000000000..334b47738e31 --- /dev/null +++ b/misc/compat15x/distinfo @@ -0,0 +1,9 @@ +TIMESTAMP = 1765627127 +SHA256 (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 4f355f169f8f2550c6e3abd94c7a9565bc66d111f6be3aa1b3cba964dc0e57b8 +SIZE (compat15x-aarch64-15.0.1500068.20251213.tar.xz) = 19956 +SHA256 (compat15x-amd64-15.0.1500068.20251213.tar.xz) = e1b081491d8be8edfc6afedafc4553abaed1cd8abb3e7fb1f28dcd367fd1a944 +SIZE (compat15x-amd64-15.0.1500068.20251213.tar.xz) = 21740 +SHA256 (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = c442e7c2d756f98c3e778b3f9a9f5986c715cea36dde6759071953ab8501aaab +SIZE (compat15x-powerpc64-15.0.1500068.20251213.tar.xz) = 20868 +SHA256 (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 454981717576dddb46098868c75b8efada9aa3c9af20361a8439ca396f26c830 +SIZE (compat15x-powerpc64le-15.0.1500068.20251213.tar.xz) = 12824 diff --git a/misc/compat15x/pkg-descr b/misc/compat15x/pkg-descr new file mode 100644 index 000000000000..325495520d19 --- /dev/null +++ b/misc/compat15x/pkg-descr @@ -0,0 +1,12 @@ +This package provides the compat15x libraries for your +system, so you can use legacy binaries that depend on them. + +Ports usage example: + +-- +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 1600000 +LIB_DEPENDS+= libtpool.so.2:misc/compat15x +.endif +-- diff --git a/misc/compat15x/pkg-plist.aarch64 b/misc/compat15x/pkg-plist.aarch64 new file mode 100644 index 000000000000..1afdb5a82492 --- /dev/null +++ b/misc/compat15x/pkg-plist.aarch64 @@ -0,0 +1,2 @@ +lib/compat/libtpool.so.2 +lib/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.amd64 b/misc/compat15x/pkg-plist.amd64 new file mode 100644 index 000000000000..676b50ba1b74 --- /dev/null +++ b/misc/compat15x/pkg-plist.amd64 @@ -0,0 +1,4 @@ +lib/compat/libtpool.so.2 +lib/compat/libuutil.so.2 +%%COMPAT32%%lib32/compat/libtpool.so.2 +%%COMPAT32%%lib32/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.powerpc64 b/misc/compat15x/pkg-plist.powerpc64 new file mode 100644 index 000000000000..676b50ba1b74 --- /dev/null +++ b/misc/compat15x/pkg-plist.powerpc64 @@ -0,0 +1,4 @@ +lib/compat/libtpool.so.2 +lib/compat/libuutil.so.2 +%%COMPAT32%%lib32/compat/libtpool.so.2 +%%COMPAT32%%lib32/compat/libuutil.so.2 diff --git a/misc/compat15x/pkg-plist.powerpc64le b/misc/compat15x/pkg-plist.powerpc64le new file mode 100644 index 000000000000..1afdb5a82492 --- /dev/null +++ b/misc/compat15x/pkg-plist.powerpc64le @@ -0,0 +1,2 @@ +lib/compat/libtpool.so.2 +lib/compat/libuutil.so.2 diff --git a/misc/crush/Makefile b/misc/crush/Makefile index 161abc6b54c5..7d54a10fdffa 100644 --- a/misc/crush/Makefile +++ b/misc/crush/Makefile @@ -1,7 +1,6 @@ PORTNAME= crush DISTVERSIONPREFIX= v -DISTVERSION= 0.20.1 -PORTREVISION= 1 +DISTVERSION= 0.24.0 CATEGORIES= misc devel MAINTAINER= tagattie@FreeBSD.org @@ -13,7 +12,7 @@ LICENSE_NAME= Functional Source License, Version 1.1, MIT Future License LICENSE_FILE= ${WRKSRC}/LICENSE.md LICENSE_PERMS= dist-mirror pkg-mirror auto-accept -USES= go:1.25,modules +USES= go:modules GO_MODULE= github.com/charmbracelet/crush GO_BUILDFLAGS= -ldflags '-s -w -X github.com/charmbracelet/crush/internal/version.Version=${DISTVERSION}' diff --git a/misc/crush/distinfo b/misc/crush/distinfo index 80ae4b7ba945..d6da04ca6575 100644 --- a/misc/crush/distinfo +++ b/misc/crush/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764655897 -SHA256 (go/misc_crush/crush-v0.20.1/v0.20.1.mod) = 0536f0c642a0d7088decb62036e796a43fbbb097d492a4b52a2f8e4cfb681ae8 -SIZE (go/misc_crush/crush-v0.20.1/v0.20.1.mod) = 8892 -SHA256 (go/misc_crush/crush-v0.20.1/v0.20.1.zip) = edbeb60251f340c4be839192d75b37305614e19760095cb16cf254b62e102541 -SIZE (go/misc_crush/crush-v0.20.1/v0.20.1.zip) = 3263298 +TIMESTAMP = 1765601498 +SHA256 (go/misc_crush/crush-v0.24.0/v0.24.0.mod) = e405be62797195602b85a9c7f63100de00417693c24b751ce528ecbc39b05efc +SIZE (go/misc_crush/crush-v0.24.0/v0.24.0.mod) = 8959 +SHA256 (go/misc_crush/crush-v0.24.0/v0.24.0.zip) = 89a4b2a5b06d24e285a4214fa24f9d02aba7445f68f8e2d5125e0b5763743e1f +SIZE (go/misc_crush/crush-v0.24.0/v0.24.0.zip) = 3478949 diff --git a/misc/freebsd-release-manifests/Makefile b/misc/freebsd-release-manifests/Makefile index 535d69ca3612..3424e5f87354 100644 --- a/misc/freebsd-release-manifests/Makefile +++ b/misc/freebsd-release-manifests/Makefile @@ -1,5 +1,5 @@ PORTNAME= freebsd-release-manifests -DISTVERSION= 20251128 +DISTVERSION= 20251209 CATEGORIES= misc MASTER_SITES= # DISTFILES= # diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.4-RELEASE deleted file mode 100644 index 5dae7697c342..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-13.4-RELEASE +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz ee4022b4a87e728328032c45b6d0c391a11160274102b881e536ecaabd986656 1684 base_dbg "Base system (Debugging)" off -base.txz 8e13b0a93daba349b8d28ad246d7beb327659b2ef4fe44d89f447392daec5a7c 28216 base "Base system (MANDATORY)" on -kernel-dbg.txz 32048cb2bacb7b7be92fbd3e6802135cfa36c4ae9a9d4fe59b8139861ce154cd 871 kernel_dbg "Kernel (Debugging)" on -kernel.txz 7f4a72b6ffb7f003bb8d5937925c0fe7db8d3b9d62ad311e6b5a09d5a0bdc2d6 882 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 2439df798c903f9cceb7215ef798d4d6e03425c49abfe6c27263ffb8511b7151 249 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz 5a580adc7127b93d0b3a54f41b6e81669f46924bbe752c6dcb31ac1037b640b8 1046 lib32 "32-bit compatibility libraries" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz 22577f741f639c1ea936fadb723516450d4f76cade18126d502c037da45121f6 7023 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.2-RELEASE deleted file mode 100644 index 5cf90630b741..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/amd64-amd64-14.2-RELEASE +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz 3828451a03a608057b88365b887cd89defecab3008a8c983ae691d78491b9dbf 1708 base_dbg "Base system (Debugging)" off -base.txz e3971a3d4f36ed1ac67d2e7a5501726de79dd3695aa76bfad2a4ebe91a88a134 29862 base "Base system (MANDATORY)" on -kernel-dbg.txz 19a8c9cbd6dc3be010801919c8d85659eef6f0360c65e27d97256b98e9cea627 872 kernel_dbg "Kernel (Debugging)" on -kernel.txz b441661d86cbea3be3191db462d0477e099e7dbdc4d2ca186ebb14df1a848480 883 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 1042ed38551cbcda1ce7890354d68003216a0832af762c8028e46665390c0b39 257 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz 1dfcf5c459d70b8032773933aff045eaf26e6ef22b12864167c27b96ede82196 729 lib32 "32-bit compatibility libraries" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 70b0e65018bac062026a030e04f041eeb3b80d3cd272cd46e677e9a3f13b6c79 7220 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.4-RELEASE deleted file mode 100644 index 6328109eb546..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 2e0da28217dfc45507963dc94a804aa2257022ae01e985c277ce467ad938af24 1654 base_dbg "Base system (Debugging)" off -base.txz 730f4d4d850fa96263a874340d84a2f0575cb917fc035359ae34823cae56c809 27856 base "Base system (MANDATORY)" on -kernel-dbg.txz 18f4ab2762c1f592f4b3d6240e189c533a954d1cfc3ece31cc4b56bab2cb2000 699 kernel_dbg "Kernel (Debugging)" on -kernel.txz b00e4345d0674c432a3803ab70d1c726e9684e671a69b152e69929eac509ca7b 764 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz bc7fd6503ba33de4002dbd433b2a0613554946e2581e73c76efba2a9ab851c3c 7020 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.2-RELEASE deleted file mode 100644 index e4807501624d..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/arm64-aarch64-14.2-RELEASE +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz f81befae5a017fbb74f43024f572dd1931b98d3cb906b8b8f585e245261167be 1691 base_dbg "Base system (Debugging)" off -base.txz a6c3bb2310c25b7dc4130e57173cd1c5d8650bc4b0c73f254b3a712e5482d33d 29575 base "Base system (MANDATORY)" on -kernel-dbg.txz 8a6b8287e27f93f7ec6d33b9ddc27da3ef3009ae6199d8ac9b0a709fe26e2bad 728 kernel_dbg "Kernel (Debugging)" on -kernel.txz 6fbec50671410c3adbcd617b833abe5047e619ed790c2c6772dddfffe6967457 801 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 9db35e883f37f1f7f35c713af2fd163cf89e1bc2dcac1f4acf9b8cf53263ee09 248 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz 7d266710a9a778bc90ff8ca41b15068f593ae27e320f99157e96bf6fc4cae166 710 lib32 "32-bit compatibility libraries" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 4b1992b3aefbb4bc805c14bcb80edfa7021b7652c96e0dccdfd17bc95745e2e7 7218 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.4-RELEASE deleted file mode 100644 index d242dc69a41f..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 7b5e7df9ea83409f716b849d7a801ca522857c3f181982bf35ac5aa8f69d6340 1669 base_dbg "Base system (Debugging)" off -base.txz fc8f624bc3f60d2f04fadfc7de50f5b7ed22fe0314faf637bf46bbdd173f41d8 28100 base "Base system (MANDATORY)" on -kernel-dbg.txz 5555189aa2b5ef2e927df3da486f08f8fe6e8fa2a2d8b430c6a5b63491b89979 848 kernel_dbg "Kernel (Debugging)" on -kernel.txz ab1323466535c7ded7b547e95c41104019f420b8154c3ffa4736ffb272051524 858 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz eb0d43880b053aea819edb9d4f7e19035a2d64654ccdc777a63060dab2924e81 7020 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.2-RELEASE deleted file mode 100644 index 52c517259781..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/i386-i386-14.2-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 30b8e595cc1059a73b5bf42810cd2e9a1f92920b5dd3025b58422f3750f1dd5d 1683 base_dbg "Base system (Debugging)" off -base.txz 2b8043a6d0b8c53c16e205db540744170eccd91a7475d3c3ac43f62041317c0f 29661 base "Base system (MANDATORY)" on -kernel-dbg.txz a9bb9422c69de3223a01d8f3879ab12c4e01e9d16b6008778f1c87ac5c75f6ce 834 kernel_dbg "Kernel (Debugging)" on -kernel.txz 6b49e4382a78fe65c53e09ce708a56a8d0a2f162dba7118500648d4282ca4e97 844 kernel "Kernel (MANDATORY)" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 25163a4b8ae0df6eca3a5306fdf65fbbc899eb49e1659e2cbbf7e2ba1fc8b8f3 7218 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.4-RELEASE deleted file mode 100644 index a16d4ba57818..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz f6d9b9ef80b3f38f4df45a26c74c126d7e047b96dcb07899afec810e434187c9 1637 base_dbg "Base system (Debugging)" off -base.txz 09bf01e02508137100db95f02380a8a91d9287b9d09a443a86eb807719a4d616 27703 base "Base system (MANDATORY)" on -kernel-dbg.txz 9241dcc2fa3584085244d798e9c235e7ee10a0e943f8c12f3651be71b37d66c6 620 kernel_dbg "Kernel (Debugging)" on -kernel.txz a7d33ca6a6869229ff84ea4d42d4666348ca809478c5140173964d3e945a9722 629 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz ffe90d5c2aba13a64b72093bb1b0185f8ca0eec0865a71ece032473ea9182fe7 7005 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.2-RELEASE deleted file mode 100644 index 42a58392f1ee..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc-14.2-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz db99a0ac4020180af4b717912d6f2c3a5c222665c1fbfa388714162205ac5e82 1662 base_dbg "Base system (Debugging)" off -base.txz 16a791239a714e5a055fc5527e50fdbb5b9332349278221504ba8671387915d9 29336 base "Base system (MANDATORY)" on -kernel-dbg.txz bf2a82ad2e3be9ce90277d94a98c5cd5bc3b15a372cd62ea7e78da1a3b83b670 622 kernel_dbg "Kernel (Debugging)" on -kernel.txz 5969b11931fe3cc5295760612e6e7a1283a0327e05d7cfd7fe2785ca0dfa0480 631 kernel "Kernel (MANDATORY)" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 84b5137ec659f544c53f3a000de9af62b9388169daec93fcc0c97062fe60109f 7207 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.4-RELEASE deleted file mode 100644 index 156536bb6919..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-13.4-RELEASE +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz 1292a0cb1a8ae991bc3d5d6e3080f968812290943e3730a1d6648cb7be18a991 1655 base_dbg "Base system (Debugging)" off -base.txz a89e877ed9059f85af8423fb72393890d4e650f0452e508ab9756160890a9ee0 27750 base "Base system (MANDATORY)" on -kernel-dbg.txz 4d7650a3583ef9a66c24c305b4073f79cd7f2d8926e1f557654f73f8114aa71e 639 kernel_dbg "Kernel (Debugging)" on -kernel.txz 17b5c276e2b46f1d1a7657a0a64668bcc95873a7132ca721d70631e8c7267c95 648 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 53307d5aed3fbcd0465d8b53c5aad90c0beee135a864f546d62e354c6df93c2e 239 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz e9acd220e467d3bba430a3090951d973fb0aafbcac0feaa7aa7f996535959a92 1023 lib32 "32-bit compatibility libraries" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz c9eb4774d9c09714388e26d89effe340464c2509a5304f2ef5898f7246acff83 7010 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.2-RELEASE deleted file mode 100644 index 7200128f0dd0..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64-14.2-RELEASE +++ /dev/null @@ -1,9 +0,0 @@ -base-dbg.txz aabebed97c77544402e725024eb53255fabd1a8a4d2000703861b780d1409897 1681 base_dbg "Base system (Debugging)" off -base.txz d7f4fa793bb8add3b4859379e052020644e7ffb85764db966ad799d8681e3ab2 29390 base "Base system (MANDATORY)" on -kernel-dbg.txz 8e92b2d2bd47d93c764fb842a96be77dc22f01b5e10bd82d81e9561010266048 649 kernel_dbg "Kernel (Debugging)" on -kernel.txz a3ec60015eca07ff3f76347ea78275052d273c46cac397ea93ebe875756401ba 658 kernel "Kernel (MANDATORY)" on -lib32-dbg.txz 92f6bdaca0ab81664e6a1edeb8856a5a8ea240f7cb74f030b1cbadb849626374 247 lib32_dbg "32-bit compatibility libraries (Debugging)" off -lib32.txz 34a2591f216ba4e79cd833d6ad0bdf49169f0f10a8b85681f0223b565b77ec23 708 lib32 "32-bit compatibility libraries" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 3703e7948941ccd219349a18ea61a504a29e36e33d6087e4fd147d3bbc8c55b4 7208 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.4-RELEASE deleted file mode 100644 index a6b8278d12b0..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 1175bdf03aaa1450c45d5962c896bca53671f552f3a814bdf26472c047adbf5f 1642 base_dbg "Base system (Debugging)" off -base.txz e740230864dbca582de7d8122a4172cd4692bf25b086ea1c275c3147fa77ecf8 27729 base "Base system (MANDATORY)" on -kernel-dbg.txz 46ac3bed3edd5f2d2e3835b41a6edd345ae27f5f6fb4d73b4fbcf514c39e66e5 638 kernel_dbg "Kernel (Debugging)" on -kernel.txz 5f25c194de60df08746acbb807860976268bae2c3c376e9ad3f0196f4a4a320b 647 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz c6f0ba9816095eda395a4432cd07bf520f079832a1a962ccd0cb0409335d1da8 7021 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.2-RELEASE deleted file mode 100644 index 06f6b0ee229d..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpc64le-14.2-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz d5af7ad7d9fd8fdf4d2f0ac56d8c29b1427799131cda834fbca3c2abe2564b9d 1668 base_dbg "Base system (Debugging)" off -base.txz 2de95a1e5bc074af5073afa9b047622347fe51cd3886432b04a13fd9c26f7030 29372 base "Base system (MANDATORY)" on -kernel-dbg.txz d2ffc1ea1dc74faeffd2c91cd2d12ccfb4067a870f23d47f345cc42bc2674679 648 kernel_dbg "Kernel (Debugging)" on -kernel.txz 9bed7e4f61dccd4edf0c2943b38b3f2d751f948d2ed627a6dd8914c6b292eb31 657 kernel "Kernel (MANDATORY)" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz ddfeee3c170cae9e3677fe77a3aa4cbe62ba4096818830ecef59162e0a1f52b8 7219 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.4-RELEASE deleted file mode 100644 index f9308b6bb196..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 4450a01b24ed7b503963a4f6400342e94cab8a47d494a6b831d2084676918c20 1636 base_dbg "Base system (Debugging)" off -base.txz 8930a233866ae42c229601d45f1e932e9ac87f3c7abf2603fd57fdcdac8f0662 27698 base "Base system (MANDATORY)" on -kernel-dbg.txz c25385ca9c28e25915568cfca77a844e31150ee487c6ce71d84af90273955b0c 604 kernel_dbg "Kernel (Debugging)" on -kernel.txz 5a0392f5ac2d0d757aa1cd8c8b9037c956f87bf2d4f2f2bdc4c2bdc6ac5de335 613 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz b2a6439cbed6d1c684523b52e352c438297dd6d40dc6d2f02f8cd83a135d1492 7005 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.2-RELEASE deleted file mode 100644 index c4f102caa307..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/powerpc-powerpcspe-14.2-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz f2913bf580f0a02d4cf88043058ea5c7e852645818238f7d5692136a992ffa57 1661 base_dbg "Base system (Debugging)" off -base.txz 032c1a538bff08bd691ee4264b6166cf80dc35d377a4b9602cc3658a17f7727d 29331 base "Base system (MANDATORY)" on -kernel-dbg.txz f4c4a3977a4f89daa68226666e37eb3b292ac795969ced7ddca10e2617f1e949 602 kernel_dbg "Kernel (Debugging)" on -kernel.txz 5e5467923a7a8cb00e4c284bdbffa46947389712000d7f4ecda6a77f35b28e0e 611 kernel "Kernel (MANDATORY)" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 37de53545126549b70d6bf5bffaf4e3b4050b263aadddeea40310d016d171c62 7207 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.4-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.4-RELEASE deleted file mode 100644 index 722ef6d88328..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-13.4-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 8423fdacc541a93bb9202c28438a4cf70a48e6f8c3d31e83943f1544dbb44b37 1640 base_dbg "Base system (Debugging)" off -base.txz 92f9399be65d3eb6579453e67bcb2df11bc74c637aae73fbdf08c2888ea15726 27737 base "Base system (MANDATORY)" on -kernel-dbg.txz 4a11de37ef5301878a2b7742e55b645794e837036062fe29f20010d826e1ff9b 609 kernel_dbg "Kernel (Debugging)" on -kernel.txz 75321104e10c3ac820ebbd5ccf4826abea4f4e95e668d1f9ce5b356153089403 621 kernel "Kernel (MANDATORY)" on -ports.txz 3620a88802a1c469bfa3241eaa678dd20179fd38af7210bda986b37dc604060a 202921 ports "Ports tree" off -src.txz fa3613b372a51ed36e11f33b08c181ffe047df70ec0e89c70f413b1009ea5c97 100305 src "System source tree" off -tests.txz f3af3c58c1b08b286fb32bc6887ae6977c2ad7cf267e98d1abd384922f462ea9 7018 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.2-RELEASE b/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.2-RELEASE deleted file mode 100644 index 43d21527a181..000000000000 --- a/misc/freebsd-release-manifests/files/MANIFESTS/riscv-riscv64-14.2-RELEASE +++ /dev/null @@ -1,7 +0,0 @@ -base-dbg.txz 6a8cd3f75450045e369b9f879ad4cbc021664c2d22ed40228f294a67cc2ec9f9 1667 base_dbg "Base system (Debugging)" off -base.txz a5fbf6b607f73b0209f24921cba68f3d111fdbb8627b1c0145766caedbcaa9c8 29392 base "Base system (MANDATORY)" on -kernel-dbg.txz 116ca9a2a078b7869632b86f467fe7ab6b132baf275dc74ee347f7ca15e2416b 617 kernel_dbg "Kernel (Debugging)" on -kernel.txz 165776dbff95516110e3c46331c9da2d2a3581839151aabbcc248f464095fa78 629 kernel "Kernel (MANDATORY)" on -ports.txz a8efb33ca6c49c7016e7a0cf5aa1c75bd208aa0c23695e28c7a9f92fa3ffc895 205304 ports "Ports tree" off -src.txz 2e8a48c5209302e5372ccbaf3e0adf8f21c9cadfdc8277420bf43ac236387a93 108734 src "System source tree" off -tests.txz 0981dd5823d12ed0b3775c854755c596d7b13aab6d490e647d2ffc8eb458b576 7219 tests "Test suite" off diff --git a/misc/freebsd-release-manifests/pkg-plist b/misc/freebsd-release-manifests/pkg-plist index 337eee4cfa43..6c6ca31e95bf 100644 --- a/misc/freebsd-release-manifests/pkg-plist +++ b/misc/freebsd-release-manifests/pkg-plist @@ -1,37 +1,21 @@ -%%DATADIR%%/MANIFESTS/amd64-amd64-13.4-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-13.5-RELEASE -%%DATADIR%%/MANIFESTS/amd64-amd64-14.2-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-14.3-RELEASE %%DATADIR%%/MANIFESTS/amd64-amd64-15.0-RELEASE -%%DATADIR%%/MANIFESTS/arm64-aarch64-13.4-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-13.5-RELEASE -%%DATADIR%%/MANIFESTS/arm64-aarch64-14.2-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-14.3-RELEASE %%DATADIR%%/MANIFESTS/arm64-aarch64-15.0-RELEASE -%%DATADIR%%/MANIFESTS/i386-i386-13.4-RELEASE %%DATADIR%%/MANIFESTS/i386-i386-13.5-RELEASE -%%DATADIR%%/MANIFESTS/i386-i386-14.2-RELEASE %%DATADIR%%/MANIFESTS/i386-i386-14.3-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc-13.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc-13.5-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc-14.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc-14.3-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-13.5-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc64-14.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-14.3-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64-15.0-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-13.5-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-14.3-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpc64le-15.0-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.4-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-13.5-RELEASE -%%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.2-RELEASE %%DATADIR%%/MANIFESTS/powerpc-powerpcspe-14.3-RELEASE -%%DATADIR%%/MANIFESTS/riscv-riscv64-13.4-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-13.5-RELEASE -%%DATADIR%%/MANIFESTS/riscv-riscv64-14.2-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-14.3-RELEASE %%DATADIR%%/MANIFESTS/riscv-riscv64-15.0-RELEASE diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile index 91a474975e8f..fe669e970f78 100644 --- a/misc/freeguide/Makefile +++ b/misc/freeguide/Makefile @@ -14,7 +14,6 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= tv_cat:textproc/p5-xmltv USES= java:ant,run -JAVA_VERSION= 8 NO_ARCH= yes diff --git a/misc/freeguide/files/patch-build.xml b/misc/freeguide/files/patch-build.xml index 68f88b8961fe..633c29a67ae3 100644 --- a/misc/freeguide/files/patch-build.xml +++ b/misc/freeguide/files/patch-build.xml @@ -1,6 +1,24 @@ --- build.xml.orig 2014-10-22 19:25:23 UTC +++ build.xml -@@ -200,8 +200,8 @@ +@@ -62,8 +62,6 @@ + description="Update version numbers etc. in source code."> + <mkdir dir="${bin}"/> + <javac +- source="1.5" +- target="1.5" + destdir="${bin}"> + <src path="${src}/freeguide/build"/> + <src path="${src}/freeguide/common/base"/> +@@ -80,8 +78,6 @@ + <javac srcdir="${src}" + destdir="${bin}" + deprecation="on" +- source="1.5" +- target="1.5" + debug="yes" + encoding="UTF-8"> + <!--compilerarg value="-Xlint:unchecked"/--> +@@ -200,8 +196,8 @@ <mkdir dir="${install_share_dir}/applications" /> <copy file="${install}/linux/freeguide.desktop" todir="${install_share_dir}/applications/" /> diff --git a/misc/gitlogue/Makefile b/misc/gitlogue/Makefile index 1788f47314ac..c05ce1bff087 100644 --- a/misc/gitlogue/Makefile +++ b/misc/gitlogue/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlogue DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.6.0 # make patch cargo-crates CATEGORIES= misc MAINTAINER= nxjoseph@protonmail.com diff --git a/misc/gitlogue/Makefile.crates b/misc/gitlogue/Makefile.crates index 57146c2a9e03..f68062201b5e 100644 --- a/misc/gitlogue/Makefile.crates +++ b/misc/gitlogue/Makefile.crates @@ -50,7 +50,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ form_urlencoded-1.2.2 \ getrandom-0.2.16 \ getrandom-0.3.4 \ - git2-0.20.2 \ + git2-0.20.3 \ globset-0.4.18 \ hashbrown-0.15.5 \ hashbrown-0.16.0 \ @@ -76,7 +76,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ jobserver-0.1.34 \ js-sys-0.3.82 \ libc-0.2.177 \ - libgit2-sys-0.18.2+1.9.1 \ + libgit2-sys-0.18.3+1.9.2 \ libredox-0.1.10 \ libssh2-sys-0.3.1 \ libz-sys-1.1.22 \ @@ -146,11 +146,11 @@ CARGO_CRATES= aho-corasick-1.1.4 \ tinystr-0.8.2 \ toml-0.9.8 \ toml_datetime-0.7.3 \ - toml_edit-0.23.7 \ + toml_edit-0.23.9 \ toml_parser-1.0.4 \ toml_writer-1.0.4 \ tree-sitter-0.25.10 \ - tree-sitter-bash-0.25.0 \ + tree-sitter-bash-0.25.1 \ tree-sitter-c-0.24.1 \ tree-sitter-c-sharp-0.23.1 \ tree-sitter-clojure-0.1.0 \ diff --git a/misc/gitlogue/distinfo b/misc/gitlogue/distinfo index 2caa6bc36dbb..7ff24a3629d9 100644 --- a/misc/gitlogue/distinfo +++ b/misc/gitlogue/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764533616 +TIMESTAMP = 1765309714 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 @@ -103,8 +103,8 @@ SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 -SHA256 (rust/crates/git2-0.20.2.crate) = 2deb07a133b1520dc1a5690e9bd08950108873d7ed5de38dcc74d3b5ebffa110 -SIZE (rust/crates/git2-0.20.2.crate) = 223479 +SHA256 (rust/crates/git2-0.20.3.crate) = 3e2b37e2f62729cdada11f0e6b3b6fe383c69c29fc619e391223e12856af308c +SIZE (rust/crates/git2-0.20.3.crate) = 224085 SHA256 (rust/crates/globset-0.4.18.crate) = 52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3 SIZE (rust/crates/globset-0.4.18.crate) = 28970 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 @@ -155,8 +155,8 @@ SHA256 (rust/crates/js-sys-0.3.82.crate) = b011eec8cc36da2aab2d5cff675ec18454fad SIZE (rust/crates/js-sys-0.3.82.crate) = 56436 SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 SIZE (rust/crates/libc-0.2.177.crate) = 792045 -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/libgit2-sys-0.18.3+1.9.2.crate) = c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487 +SIZE (rust/crates/libgit2-sys-0.18.3+1.9.2.crate) = 1865532 SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb SIZE (rust/crates/libredox-0.1.10.crate) = 7332 SHA256 (rust/crates/libssh2-sys-0.3.1.crate) = 220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9 @@ -295,16 +295,16 @@ SHA256 (rust/crates/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b SIZE (rust/crates/toml-0.9.8.crate) = 56104 SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 -SHA256 (rust/crates/toml_edit-0.23.7.crate) = 6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d -SIZE (rust/crates/toml_edit-0.23.7.crate) = 65946 +SHA256 (rust/crates/toml_edit-0.23.9.crate) = 5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832 +SIZE (rust/crates/toml_edit-0.23.9.crate) = 65870 SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/tree-sitter-0.25.10.crate) = 78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87 SIZE (rust/crates/tree-sitter-0.25.10.crate) = 197383 -SHA256 (rust/crates/tree-sitter-bash-0.25.0.crate) = 871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6 -SIZE (rust/crates/tree-sitter-bash-0.25.0.crate) = 443064 +SHA256 (rust/crates/tree-sitter-bash-0.25.1.crate) = 9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062 +SIZE (rust/crates/tree-sitter-bash-0.25.1.crate) = 438310 SHA256 (rust/crates/tree-sitter-c-0.24.1.crate) = 1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707 SIZE (rust/crates/tree-sitter-c-0.24.1.crate) = 248206 SHA256 (rust/crates/tree-sitter-c-sharp-0.23.1.crate) = 67f06accca7b45351758663b8215089e643d53bd9a660ce0349314263737fcb0 @@ -477,5 +477,5 @@ SHA256 (rust/crates/zerovec-0.11.5.crate) = 6c28719294829477f525be0186d13efa9a3c SIZE (rust/crates/zerovec-0.11.5.crate) = 119620 SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3 SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 -SHA256 (unhappychoice-gitlogue-v0.5.0_GH0.tar.gz) = 2c100e599064d14078b504d214db01b8bd602657e9e5f77f5308af89119aa9f4 -SIZE (unhappychoice-gitlogue-v0.5.0_GH0.tar.gz) = 82449559 +SHA256 (unhappychoice-gitlogue-v0.6.0_GH0.tar.gz) = f123daba18f0b4d6f4623c618a8c8a8ffc27c4805bed903c8c4726e7f32c0488 +SIZE (unhappychoice-gitlogue-v0.6.0_GH0.tar.gz) = 82451997 diff --git a/misc/hyprqt6engine/Makefile b/misc/hyprqt6engine/Makefile index 9e44be8fe43e..bb2e035019be 100644 --- a/misc/hyprqt6engine/Makefile +++ b/misc/hyprqt6engine/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprqt6engine DISTVERSIONPREFIX= v DISTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= misc PATCH_SITES= https://github.com/hyprwm/hyprqt6engine/commit/ diff --git a/misc/iso-codes/Makefile b/misc/iso-codes/Makefile index 19b672f3a6a9..4ff04cad50e6 100644 --- a/misc/iso-codes/Makefile +++ b/misc/iso-codes/Makefile @@ -10,7 +10,7 @@ WWW= https://salsa.debian.org/iso-codes-team/iso-codes LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gettext-tools gmake pathfix python:build tar:xz +USES= gettext-tools gmake python:build tar:xz BINARY_ALIAS= python3=${PYTHON_VERSION} GNU_CONFIGURE= yes diff --git a/misc/iso-codes/pkg-plist b/misc/iso-codes/pkg-plist index f9da58a10775..68e1f3278686 100644 --- a/misc/iso-codes/pkg-plist +++ b/misc/iso-codes/pkg-plist @@ -1,4 +1,3 @@ -libdata/pkgconfig/iso-codes.pc %%DATADIR%%/json/iso_15924.json %%DATADIR%%/json/iso_3166-1.json %%DATADIR%%/json/iso_3166-2.json @@ -1149,6 +1148,7 @@ share/locale/zu/LC_MESSAGES/iso_639-2.mo share/locale/zu/LC_MESSAGES/iso_639-3.mo share/locale/zu/LC_MESSAGES/iso_639.mo share/locale/zu/LC_MESSAGES/iso_639_3.mo +share/pkgconfig/iso-codes.pc share/xml/iso-codes/iso_15924.xml share/xml/iso-codes/iso_3166-1.xml share/xml/iso-codes/iso_3166-2.xml diff --git a/misc/jbidwatcher/Makefile b/misc/jbidwatcher/Makefile index 787cd4b42555..e412a2404f75 100644 --- a/misc/jbidwatcher/Makefile +++ b/misc/jbidwatcher/Makefile @@ -8,7 +8,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java-based application allowing you to monitor eBay auctions WWW= https://www.jbidwatcher.com/ +DEPRECATED= unmaintained, upstream website is gone, no users in the ports tree +EXPIRATION_DATE= 2026-04-14 + USES= java:ant,run tar:bzip2 +JAVA_VERSION= 8 11 ALL_TARGET= jar diff --git a/misc/jbidwatcher/files/patch-build.xml b/misc/jbidwatcher/files/patch-build.xml new file mode 100644 index 000000000000..5e8621f1d5a2 --- /dev/null +++ b/misc/jbidwatcher/files/patch-build.xml @@ -0,0 +1,11 @@ +--- build.xml.orig 2025-12-14 15:56:48 UTC ++++ build.xml +@@ -83,7 +83,7 @@ + <target name="compile" depends="init"> + <echo level="info" message="Compiling all classes." /> + <mkdir dir="${build.dir}" /> +- <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on" source="1.5" target="1.5"> ++ <javac srcdir="${src.dir}" destdir="${build.dir}" includeantruntime="false" debug="on"> + <classpath refid="project.class.path" /> + <include name="**/*.java" /> + </javac> diff --git a/misc/kdeedu-data/distinfo b/misc/kdeedu-data/distinfo index dfd36fefd05b..74c504515b45 100644 --- a/misc/kdeedu-data/distinfo +++ b/misc/kdeedu-data/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264634 -SHA256 (KDE/release-service/25.08.3/kdeedu-data-25.08.3.tar.xz) = 71f8572b57d0edb073429e2f394145911c08368b20caa3685cf64cadbc6fa2aa -SIZE (KDE/release-service/25.08.3/kdeedu-data-25.08.3.tar.xz) = 338840 +TIMESTAMP = 1765478635 +SHA256 (KDE/release-service/25.12.0/kdeedu-data-25.12.0.tar.xz) = 1408da5d3133145b3b022c134347620985011ca0815d99f6c805b1fc2448ae1e +SIZE (KDE/release-service/25.12.0/kdeedu-data-25.12.0.tar.xz) = 338804 diff --git a/misc/kgeography/distinfo b/misc/kgeography/distinfo index b321c549c0fb..e2a994cd8858 100644 --- a/misc/kgeography/distinfo +++ b/misc/kgeography/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264636 -SHA256 (KDE/release-service/25.08.3/kgeography-25.08.3.tar.xz) = 8c8068aed1709196a76decbdb77dc61f2abf539bf3c2b260702475bf2e2c67b2 -SIZE (KDE/release-service/25.08.3/kgeography-25.08.3.tar.xz) = 12494872 +TIMESTAMP = 1765478638 +SHA256 (KDE/release-service/25.12.0/kgeography-25.12.0.tar.xz) = 8c941545cdeed947f223a0c2fc5e222e57480559e5986d728fe2635c09c2d79f +SIZE (KDE/release-service/25.12.0/kgeography-25.12.0.tar.xz) = 12488108 diff --git a/misc/klettres/distinfo b/misc/klettres/distinfo index 2f85bfacfabc..570adebd66a3 100644 --- a/misc/klettres/distinfo +++ b/misc/klettres/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264639 -SHA256 (KDE/release-service/25.08.3/klettres-25.08.3.tar.xz) = 70652eaccf800176ba3f5129fd13a8292b9717c308498801b55e553a4f179873 -SIZE (KDE/release-service/25.08.3/klettres-25.08.3.tar.xz) = 47192472 +TIMESTAMP = 1765478640 +SHA256 (KDE/release-service/25.12.0/klettres-25.12.0.tar.xz) = 3118dcd5fbe434581510a44c15a8d5e3d9f6efe819581ec35e7a178225044e97 +SIZE (KDE/release-service/25.12.0/klettres-25.12.0.tar.xz) = 47189164 diff --git a/misc/ktouch/distinfo b/misc/ktouch/distinfo index d50afa6c1ced..e196e4b02bf2 100644 --- a/misc/ktouch/distinfo +++ b/misc/ktouch/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264639 -SHA256 (KDE/release-service/25.08.3/ktouch-25.08.3.tar.xz) = 471bc69be3638695737a46ad0381471d52f2fdd7ac39f6486b18080a1a99f81c -SIZE (KDE/release-service/25.08.3/ktouch-25.08.3.tar.xz) = 4792012 +TIMESTAMP = 1765478641 +SHA256 (KDE/release-service/25.12.0/ktouch-25.12.0.tar.xz) = c33fcd880e70b503f7d5a4a0cb6ba01c3218d9b3cf8c0231505602f272a6f4ad +SIZE (KDE/release-service/25.12.0/ktouch-25.12.0.tar.xz) = 4791924 diff --git a/misc/kwordquiz/distinfo b/misc/kwordquiz/distinfo index ea3b9e0b162b..e23690fca0e0 100644 --- a/misc/kwordquiz/distinfo +++ b/misc/kwordquiz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264642 -SHA256 (KDE/release-service/25.08.3/kwordquiz-25.08.3.tar.xz) = 143ded0aeea02036de7aadbd3b6ce810d0066a73dcc82d367b171962a8121684 -SIZE (KDE/release-service/25.08.3/kwordquiz-25.08.3.tar.xz) = 3619276 +TIMESTAMP = 1765478643 +SHA256 (KDE/release-service/25.12.0/kwordquiz-25.12.0.tar.xz) = 52302de0d9535c03e25978f461817fd55eb95b4c80a63fbb0cb2081ebe6d1128 +SIZE (KDE/release-service/25.12.0/kwordquiz-25.12.0.tar.xz) = 3619312 diff --git a/misc/libkeduvocdocument/distinfo b/misc/libkeduvocdocument/distinfo index f320828970b9..a11556303d57 100644 --- a/misc/libkeduvocdocument/distinfo +++ b/misc/libkeduvocdocument/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264645 -SHA256 (KDE/release-service/25.08.3/libkeduvocdocument-25.08.3.tar.xz) = b4dcc43c1d8f711d5b9ac0a29d78e2ec7710b5bcd80f1ec62534e8b1b0ebddc5 -SIZE (KDE/release-service/25.08.3/libkeduvocdocument-25.08.3.tar.xz) = 229388 +TIMESTAMP = 1765478646 +SHA256 (KDE/release-service/25.12.0/libkeduvocdocument-25.12.0.tar.xz) = 61598ec7a3ca082653fb09725607389a10891d804ee64189d3c99ac7d02fae70 +SIZE (KDE/release-service/25.12.0/libkeduvocdocument-25.12.0.tar.xz) = 229432 diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index 5e31de237797..dda1ba095ed9 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -10,7 +10,7 @@ WWW= https://lifelines.github.io/lifelines/ LICENSE= MIT -USES= autoreconf bison gmake iconv ncurses +USES= autoreconf bison gettext-tools gmake iconv ncurses GNU_CONFIGURE= yes CONFIGURE_ENV= YACC="bison -y" @@ -35,7 +35,7 @@ BUILDDOCS_BUILD_DEPENDS= dblatex:textproc/dblatex \ xmlto:textproc/xmlto BUILDDOCS_CONFIGURE_WITH= docs -NLS_USES= gettext +NLS_USES= gettext-runtime NLS_CONFIGURE_ENABLE= nls pre-patch: diff --git a/misc/lifelines/files/patch-configure.ac b/misc/lifelines/files/patch-configure.ac new file mode 100644 index 000000000000..60e9b9ead875 --- /dev/null +++ b/misc/lifelines/files/patch-configure.ac @@ -0,0 +1,18 @@ +--- configure.ac.orig 2016-03-17 00:15:34 UTC ++++ configure.ac +@@ -11,6 +11,7 @@ AC_CONFIG_AUX_DIR(build/autotools) + AC_PREREQ(2.50) + AC_REVISION([for lifelines, built with autoconf] AC_ACVERSION) + AC_CONFIG_AUX_DIR(build/autotools) ++AC_CONFIG_MACRO_DIRS([build/autotools]) + AC_CANONICAL_HOST + + dnl Use 'foreign' to avoid requiring GNU files in top-level. +@@ -48,6 +49,7 @@ AM_GNU_GETTEXT(,need-ngettext) + dnl These languages should be a copy of po/LINGUAS + ALL_LINGUAS="da de el eo es fr it nl pl rw sv" + AM_GNU_GETTEXT(,need-ngettext) ++AM_GNU_GETTEXT_VERSION([0.11.5]) + + dnl codeset conversion library + AM_ICONV diff --git a/misc/lifelines/files/patch-intl_Makefile.in b/misc/lifelines/files/patch-intl_Makefile.in deleted file mode 100644 index 6790415d8117..000000000000 --- a/misc/lifelines/files/patch-intl_Makefile.in +++ /dev/null @@ -1,38 +0,0 @@ ---- intl/Makefile.in.orig 2015-12-22 22:00:40 UTC -+++ intl/Makefile.in -@@ -152,35 +152,6 @@ install-exec: all - else \ - : ; \ - fi -- if test '@USE_INCLUDED_LIBINTL@' = yes; then \ -- test @GLIBC21@ != no || $(mkinstalldirs) $(DESTDIR)$(libdir); \ -- temp=$(DESTDIR)$(libdir)/t-charset.alias; \ -- dest=$(DESTDIR)$(libdir)/charset.alias; \ -- if test -f $(DESTDIR)$(libdir)/charset.alias; then \ -- orig=$(DESTDIR)$(libdir)/charset.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- else \ -- if test @GLIBC21@ = no; then \ -- orig=charset.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- fi; \ -- fi; \ -- $(mkinstalldirs) $(DESTDIR)$(localedir); \ -- test -f $(DESTDIR)$(localedir)/locale.alias \ -- && orig=$(DESTDIR)$(localedir)/locale.alias \ -- || orig=$(srcdir)/locale.alias; \ -- temp=$(DESTDIR)$(localedir)/t-locale.alias; \ -- dest=$(DESTDIR)$(localedir)/locale.alias; \ -- sed -f ref-add.sed $$orig > $$temp; \ -- $(INSTALL_DATA) $$temp $$dest; \ -- rm -f $$temp; \ -- else \ -- : ; \ -- fi - install-data: all - if test "$(PACKAGE)" = "gettext"; then \ - $(mkinstalldirs) $(DESTDIR)$(gettextsrcdir); \ diff --git a/misc/minuet/distinfo b/misc/minuet/distinfo index 520e6151ce6d..5ee5662936ba 100644 --- a/misc/minuet/distinfo +++ b/misc/minuet/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264647 -SHA256 (KDE/release-service/25.08.3/minuet-25.08.3.tar.xz) = 102b3925a0e5b437a6f3e133abcae8676238972a9d68c4666c1aa76e51b9ba44 -SIZE (KDE/release-service/25.08.3/minuet-25.08.3.tar.xz) = 27699176 +TIMESTAMP = 1765478648 +SHA256 (KDE/release-service/25.12.0/minuet-25.12.0.tar.xz) = 9f2c13ab47d881938e24ef14bafc715e82121ac1644728f9107963d0eb578b3c +SIZE (KDE/release-service/25.12.0/minuet-25.12.0.tar.xz) = 27696392 diff --git a/misc/openhab-addons/Makefile b/misc/openhab-addons/Makefile index f3829086b187..36cca7f67d5a 100644 --- a/misc/openhab-addons/Makefile +++ b/misc/openhab-addons/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab-addons -PORTVERSION= 4.3.8 +PORTVERSION= 4.3.9 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab-addons/${PORTVERSION}/ DISTNAME= openhab-addons-${PORTVERSION} diff --git a/misc/openhab-addons/distinfo b/misc/openhab-addons/distinfo index 2766b6a1bd91..311ae9b71acb 100644 --- a/misc/openhab-addons/distinfo +++ b/misc/openhab-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760598868 -SHA256 (openhab-addons-4.3.8.kar) = 7341355c9ff24b0e1dd6214cd590952d6cdc34659b4e2a66240e20f913ebf0a0 -SIZE (openhab-addons-4.3.8.kar) = 453077645 +TIMESTAMP = 1765439175 +SHA256 (openhab-addons-4.3.9.kar) = b639c85c88da3f9ed181dc74250302b3cb50b4433f41c7fe6122caf34e83efd7 +SIZE (openhab-addons-4.3.9.kar) = 453053488 diff --git a/misc/openhab/Makefile b/misc/openhab/Makefile index afcfa820b0fa..7dcd1b51fb77 100644 --- a/misc/openhab/Makefile +++ b/misc/openhab/Makefile @@ -1,5 +1,5 @@ PORTNAME= openhab -PORTVERSION= 4.3.8 +PORTVERSION= 4.3.9 PORTREVISION= 0 CATEGORIES= misc java MASTER_SITES= https://openhab.jfrog.io/artifactory/libs-release-local/org/openhab/distro/openhab/${PORTVERSION}/ diff --git a/misc/openhab/distinfo b/misc/openhab/distinfo index 84a573988869..4430f9476e56 100644 --- a/misc/openhab/distinfo +++ b/misc/openhab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760598044 -SHA256 (openhab-4.3.8.zip) = c2e29ac6f564739430bb787c0a8bd31d5632f5926e616470515de5c53c75917c -SIZE (openhab-4.3.8.zip) = 111537227 +TIMESTAMP = 1765438026 +SHA256 (openhab-4.3.9.zip) = 2d02247f618249e7d9b38d83a16fa476ed540dac970f16ebf7ac2015957f46db +SIZE (openhab-4.3.9.zip) = 111535683 diff --git a/misc/openmvg/Makefile b/misc/openmvg/Makefile index 467dd01cb4f9..a357e31d2905 100644 --- a/misc/openmvg/Makefile +++ b/misc/openmvg/Makefile @@ -1,7 +1,7 @@ PORTNAME= openmvg DISTVERSIONPREFIX= v DISTVERSION= 2.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc science MAINTAINER= yuri@FreeBSD.org diff --git a/misc/osinfo-db/Makefile b/misc/osinfo-db/Makefile index 5ea678665d1e..5ddc4d220781 100644 --- a/misc/osinfo-db/Makefile +++ b/misc/osinfo-db/Makefile @@ -1,5 +1,5 @@ PORTNAME= osinfo-db -PORTVERSION= 20250606 +PORTVERSION= 20251212 CATEGORIES= misc MASTER_SITES= https://releases.pagure.org/libosinfo/ diff --git a/misc/osinfo-db/distinfo b/misc/osinfo-db/distinfo index b5bce8d0e1a6..c4c695cee507 100644 --- a/misc/osinfo-db/distinfo +++ b/misc/osinfo-db/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1749367009 -SHA256 (osinfo-db-20250606.tar.xz) = 9940aa47df298073c51dcf8a4dcc855f494ab864c24cdbda46bd897957357fe1 -SIZE (osinfo-db-20250606.tar.xz) = 164344 +TIMESTAMP = 1765609173 +SHA256 (osinfo-db-20251212.tar.xz) = 06379250c91306c98cb9726af44eae5909dfdd5449f90331e904ae1221d8d5e7 +SIZE (osinfo-db-20251212.tar.xz) = 174228 diff --git a/misc/osinfo-db/pkg-plist b/misc/osinfo-db/pkg-plist index 5a374f528b5a..1f7f8e766c4a 100644 --- a/misc/osinfo-db/pkg-plist +++ b/misc/osinfo-db/pkg-plist @@ -32,6 +32,7 @@ share/osinfo/device/pcisig.com/pci-1af4-1048.d/class.xml share/osinfo/device/pcisig.com/pci-1af4-1049.d/class.xml share/osinfo/device/pcisig.com/pci-1af4-1050.d/class.xml share/osinfo/device/pcisig.com/pci-1af4-1052.d/class.xml +share/osinfo/device/pcisig.com/pci-1af4-1053.d/class.xml share/osinfo/device/pcisig.com/pci-1af4-1058.d/class.xml share/osinfo/device/pcisig.com/pci-1af4-105a.d/class.xml share/osinfo/device/pcisig.com/pci-1b36-0004.d/class.xml @@ -85,6 +86,8 @@ share/osinfo/os/alpinelinux.org/alpinelinux-3.18.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.19.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.20.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.21.xml +share/osinfo/os/alpinelinux.org/alpinelinux-3.22.xml +share/osinfo/os/alpinelinux.org/alpinelinux-3.23.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.5.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.6.xml share/osinfo/os/alpinelinux.org/alpinelinux-3.7.xml @@ -94,6 +97,9 @@ share/osinfo/os/altlinux.org/alt-10.0.xml share/osinfo/os/altlinux.org/alt-10.1.xml share/osinfo/os/altlinux.org/alt-10.2.xml share/osinfo/os/altlinux.org/alt-10.3.xml +share/osinfo/os/altlinux.org/alt-10.4.xml +share/osinfo/os/altlinux.org/alt-11.0.xml +share/osinfo/os/altlinux.org/alt-11.1.xml share/osinfo/os/altlinux.org/alt-8.0.xml share/osinfo/os/altlinux.org/alt-8.1.xml share/osinfo/os/altlinux.org/alt-8.2.xml @@ -322,6 +328,7 @@ share/osinfo/os/fedoraproject.org/fedora-4.xml share/osinfo/os/fedoraproject.org/fedora-40.xml share/osinfo/os/fedoraproject.org/fedora-41.xml share/osinfo/os/fedoraproject.org/fedora-42.xml +share/osinfo/os/fedoraproject.org/fedora-43.xml share/osinfo/os/fedoraproject.org/fedora-5.xml share/osinfo/os/fedoraproject.org/fedora-6.xml share/osinfo/os/fedoraproject.org/fedora-7.xml @@ -344,6 +351,8 @@ share/osinfo/os/fedoraproject.org/silverblue-38.xml share/osinfo/os/fedoraproject.org/silverblue-39.xml share/osinfo/os/fedoraproject.org/silverblue-40.xml share/osinfo/os/fedoraproject.org/silverblue-41.xml +share/osinfo/os/fedoraproject.org/silverblue-42.xml +share/osinfo/os/fedoraproject.org/silverblue-43.xml share/osinfo/os/fedoraproject.org/silverblue-rawhide.xml share/osinfo/os/fedoraproject.org/silverblue-unknown.xml share/osinfo/os/freebsd.org/freebsd-1.0.xml @@ -370,6 +379,8 @@ share/osinfo/os/freebsd.org/freebsd-13.4.xml share/osinfo/os/freebsd.org/freebsd-14.0.xml share/osinfo/os/freebsd.org/freebsd-14.1.xml share/osinfo/os/freebsd.org/freebsd-14.2.xml +share/osinfo/os/freebsd.org/freebsd-14.3.xml +share/osinfo/os/freebsd.org/freebsd-15.0.xml share/osinfo/os/freebsd.org/freebsd-2.0.5.xml share/osinfo/os/freebsd.org/freebsd-2.0.xml share/osinfo/os/freebsd.org/freebsd-2.2.8.xml @@ -418,6 +429,7 @@ share/osinfo/os/freedos.org/freedos-1.2.xml share/osinfo/os/freedos.org/freedos-1.3.xml share/osinfo/os/freenix.net/freenix-14.2.xml share/osinfo/os/gentoo.org/gentoo-rolling.xml +share/osinfo/os/getsol.us/solus-rolling.xml share/osinfo/os/gnome.org/gnome-3.6.xml share/osinfo/os/gnome.org/gnome-3.8.xml share/osinfo/os/gnome.org/gnome-continuous-3.10.xml @@ -570,6 +582,7 @@ share/osinfo/os/nixos.org/nixos-23.11.xml share/osinfo/os/nixos.org/nixos-24.05.xml share/osinfo/os/nixos.org/nixos-24.11.xml share/osinfo/os/nixos.org/nixos-25.05.xml +share/osinfo/os/nixos.org/nixos-25.11.xml share/osinfo/os/nixos.org/nixos-unknown.xml share/osinfo/os/nixos.org/nixos-unstable.xml share/osinfo/os/novell.com/netware-4.xml @@ -620,6 +633,7 @@ share/osinfo/os/openbsd.org/openbsd-7.3.xml share/osinfo/os/openbsd.org/openbsd-7.4.xml share/osinfo/os/openbsd.org/openbsd-7.5.xml share/osinfo/os/openbsd.org/openbsd-7.6.xml +share/osinfo/os/openbsd.org/openbsd-7.7.xml share/osinfo/os/openindiana.org/hipster-rolling.xml share/osinfo/os/opensuse.org/opensuse-10.2.xml share/osinfo/os/opensuse.org/opensuse-10.3.xml @@ -640,10 +654,12 @@ share/osinfo/os/opensuse.org/opensuse-15.3.xml share/osinfo/os/opensuse.org/opensuse-15.4.xml share/osinfo/os/opensuse.org/opensuse-15.5.xml share/osinfo/os/opensuse.org/opensuse-15.6.xml +share/osinfo/os/opensuse.org/opensuse-16.0.xml share/osinfo/os/opensuse.org/opensuse-42.1.xml share/osinfo/os/opensuse.org/opensuse-42.2.xml share/osinfo/os/opensuse.org/opensuse-42.3.xml share/osinfo/os/opensuse.org/opensuse-factory.xml +share/osinfo/os/opensuse.org/opensuse-microos.xml share/osinfo/os/opensuse.org/opensuse-tumbleweed.xml share/osinfo/os/opensuse.org/opensuse-unknown.xml share/osinfo/os/oracle.com/oel-4.4.xml @@ -819,6 +835,8 @@ share/osinfo/os/redhat.com/rhl-7.3.xml share/osinfo/os/redhat.com/rhl-7.xml share/osinfo/os/redhat.com/rhl-8.0.xml share/osinfo/os/redhat.com/rhl-9.xml +share/osinfo/os/rockylinux.org/rocky-10-unknown.xml +share/osinfo/os/rockylinux.org/rocky-10.xml share/osinfo/os/rockylinux.org/rocky-8-unknown.xml share/osinfo/os/rockylinux.org/rocky-8.4.xml share/osinfo/os/rockylinux.org/rocky-8.5.xml @@ -908,6 +926,7 @@ share/osinfo/os/suse.com/sle-15.3.xml share/osinfo/os/suse.com/sle-15.4.xml share/osinfo/os/suse.com/sle-15.5.xml share/osinfo/os/suse.com/sle-15.6.xml +share/osinfo/os/suse.com/sle-15.7.xml share/osinfo/os/suse.com/sle-15.xml share/osinfo/os/suse.com/sle-unknown.xml share/osinfo/os/suse.com/sled-10.1.xml diff --git a/misc/parley/distinfo b/misc/parley/distinfo index 2870e0c90ff7..6863a87a407e 100644 --- a/misc/parley/distinfo +++ b/misc/parley/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264647 -SHA256 (KDE/release-service/25.08.3/parley-25.08.3.tar.xz) = 04cb6e784e82840d6ca779afae213e6da5bfee4dca82b97712bfb8fd1ac50564 -SIZE (KDE/release-service/25.08.3/parley-25.08.3.tar.xz) = 8451708 +TIMESTAMP = 1765478649 +SHA256 (KDE/release-service/25.12.0/parley-25.12.0.tar.xz) = 29c5bf06ad064a6c2377785a7918567fb90b87dba0cd427977dff27a471f3bde +SIZE (KDE/release-service/25.12.0/parley-25.12.0.tar.xz) = 8451676 diff --git a/misc/pciids/Makefile b/misc/pciids/Makefile index d31763ec863a..b15a80272d1e 100644 --- a/misc/pciids/Makefile +++ b/misc/pciids/Makefile @@ -1,5 +1,5 @@ PORTNAME= pciids -PORTVERSION= 20251130 +PORTVERSION= 20251206 CATEGORIES= misc MAINTAINER= sunpoet@FreeBSD.org @@ -17,7 +17,7 @@ PORTDATA= pci.ids USE_GITHUB= yes GH_ACCOUNT= pciutils -GH_TAGNAME= 53eacf3 +GH_TAGNAME= 8498cef do-install: ${MKDIR} ${STAGEDIR}${DATADIR}/ diff --git a/misc/pciids/distinfo b/misc/pciids/distinfo index ed754cccc27c..19ab171ed9d5 100644 --- a/misc/pciids/distinfo +++ b/misc/pciids/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510886 -SHA256 (pciutils-pciids-20251130-53eacf3_GH0.tar.gz) = f5a3d6a0cc310cdff7b2c6f21e976b8f17700c2e7861af78db46c386a362c6e4 -SIZE (pciutils-pciids-20251130-53eacf3_GH0.tar.gz) = 360867 +TIMESTAMP = 1765032666 +SHA256 (pciutils-pciids-20251206-8498cef_GH0.tar.gz) = 542fe407613d8b7a68ddeef09052c7e6c556d1864dbfe1993b1aa022949e0417 +SIZE (pciutils-pciids-20251206-8498cef_GH0.tar.gz) = 361410 diff --git a/misc/py-mcp/Makefile b/misc/py-mcp/Makefile index f358ca3ca597..5d54d78f5486 100644 --- a/misc/py-mcp/Makefile +++ b/misc/py-mcp/Makefile @@ -1,5 +1,5 @@ PORTNAME= mcp -DISTVERSION= 1.12.2 +DISTVERSION= 1.23.2 CATEGORIES= misc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -20,8 +20,11 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyio>=4.5:devel/py-anyio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}multipart>=0.0.9:devel/py-multipart@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic-settings>=2.6.0:devel/py-pydantic-settings@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pydantic2>=2.10.6_2:devel/py-pydantic2@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=2.10.1:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sse-starlette>=2.2.0:www/py-sse-starlette@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}starlette>=0.45.3:www/py-starlette@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.15.0:devel/py-typing-extensions@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}typing-inspection>=0.4.2:devel/py-typing-inspection@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}uvicorn>=0.34.0:www/py-uvicorn@${PY_FLAVOR} USES= python diff --git a/misc/py-mcp/distinfo b/misc/py-mcp/distinfo index 41115c8bd08b..8725cacb7846 100644 --- a/misc/py-mcp/distinfo +++ b/misc/py-mcp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753455188 -SHA256 (mcp-1.12.2.tar.gz) = a4b7c742c50ce6ed6d6a6c096cca0e3893f5aecc89a59ed06d47c4e6ba41edcc -SIZE (mcp-1.12.2.tar.gz) = 426202 +TIMESTAMP = 1765270568 +SHA256 (mcp-1.23.2.tar.gz) = df4e4b7273dca2aaf428f9cf7a25bbac0c9007528a65004854b246aef3d157bc +SIZE (mcp-1.23.2.tar.gz) = 599953 diff --git a/misc/rubygem-dotenv-rails/Makefile b/misc/rubygem-dotenv-rails/Makefile index b836b0a3d7a0..97861002c323 100644 --- a/misc/rubygem-dotenv-rails/Makefile +++ b/misc/rubygem-dotenv-rails/Makefile @@ -1,5 +1,5 @@ PORTNAME= dotenv-rails -PORTVERSION= 3.1.8 +PORTVERSION= 3.2.0 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-dotenv-rails/distinfo b/misc/rubygem-dotenv-rails/distinfo index ea2d0772d9ed..61eef08b7b56 100644 --- a/misc/rubygem-dotenv-rails/distinfo +++ b/misc/rubygem-dotenv-rails/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178224 -SHA256 (rubygem/dotenv-rails-3.1.8.gem) = 46c9d1226a8b58a83b5f61325aa8cffd25cea1c0fafdfbbbee1e5dfea77980c4 -SIZE (rubygem/dotenv-rails-3.1.8.gem) = 9728 +TIMESTAMP = 1765032972 +SHA256 (rubygem/dotenv-rails-3.2.0.gem) = 657e25554ba622ffc95d8c4f1670286510f47f2edda9f68293c3f661b303beab +SIZE (rubygem/dotenv-rails-3.2.0.gem) = 9728 diff --git a/misc/rubygem-dotenv/Makefile b/misc/rubygem-dotenv/Makefile index 248ac84db125..8ee761fe2334 100644 --- a/misc/rubygem-dotenv/Makefile +++ b/misc/rubygem-dotenv/Makefile @@ -1,5 +1,5 @@ PORTNAME= dotenv -PORTVERSION= 3.1.8 +PORTVERSION= 3.2.0 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-dotenv/distinfo b/misc/rubygem-dotenv/distinfo index d50c63c2dba1..8f0d1337c5e2 100644 --- a/misc/rubygem-dotenv/distinfo +++ b/misc/rubygem-dotenv/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1745178222 -SHA256 (rubygem/dotenv-3.1.8.gem) = 9e1176060ced581f8e6ce4384e91361817763a76e3c625c8bddc18b35bd392c3 -SIZE (rubygem/dotenv-3.1.8.gem) = 17408 +TIMESTAMP = 1765032970 +SHA256 (rubygem/dotenv-3.2.0.gem) = e375b83121ea7ca4ce20f214740076129ab8514cd81378161f11c03853fe619d +SIZE (rubygem/dotenv-3.2.0.gem) = 17408 diff --git a/misc/rubygem-octicons/Makefile b/misc/rubygem-octicons/Makefile index b5b037036a13..e07fc4671d9d 100644 --- a/misc/rubygem-octicons/Makefile +++ b/misc/rubygem-octicons/Makefile @@ -1,5 +1,5 @@ PORTNAME= octicons -PORTVERSION= 19.21.0 +PORTVERSION= 19.21.1 CATEGORIES= misc rubygems MASTER_SITES= RG diff --git a/misc/rubygem-octicons/distinfo b/misc/rubygem-octicons/distinfo index 1d3ede4b22e4..26b48026008b 100644 --- a/misc/rubygem-octicons/distinfo +++ b/misc/rubygem-octicons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854382 -SHA256 (rubygem/octicons-19.21.0.gem) = 890fde5d394e845d5ab6d17001a6b048431c03a3ce4035bf6aeaa2946fe4e1da -SIZE (rubygem/octicons-19.21.0.gem) = 251392 +TIMESTAMP = 1765032974 +SHA256 (rubygem/octicons-19.21.1.gem) = 52f7330d7896fd18521999d1f6e9191f8b85ab22268b77e9f6d983a988556485 +SIZE (rubygem/octicons-19.21.1.gem) = 251392 diff --git a/misc/shimmy/Makefile b/misc/shimmy/Makefile index 58febff64edf..5fb3ae0f5981 100644 --- a/misc/shimmy/Makefile +++ b/misc/shimmy/Makefile @@ -1,7 +1,6 @@ PORTNAME= shimmy DISTVERSIONPREFIX= v -DISTVERSION= 1.7.4 -PORTREVISION= 1 +DISTVERSION= 1.8.2 CATEGORIES= misc MAINTAINER= tagattie@FreeBSD.org diff --git a/misc/shimmy/distinfo b/misc/shimmy/distinfo index d5696e89f26d..516ff987de42 100644 --- a/misc/shimmy/distinfo +++ b/misc/shimmy/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1761549253 +TIMESTAMP = 1765394629 SHA256 (rust/crates/aho-corasick-1.1.3.crate) = 8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 @@ -635,5 +635,5 @@ SHA256 (rust/crates/zerovec-0.11.4.crate) = e7aa2bd55086f1ab526693ecbe444205da57 SIZE (rust/crates/zerovec-0.11.4.crate) = 125080 SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (Michael-A-Kuykendall-shimmy-v1.7.4_GH0.tar.gz) = 227fe3708502745fa7dfde6234efe66752b8e1d2bfa6f8ba4f30095dcf73a23a -SIZE (Michael-A-Kuykendall-shimmy-v1.7.4_GH0.tar.gz) = 5260008 +SHA256 (Michael-A-Kuykendall-shimmy-v1.8.2_GH0.tar.gz) = 63bb34811121e89b2dbe65c047a509926415121cb384ba11e221442f3e536c9a +SIZE (Michael-A-Kuykendall-shimmy-v1.8.2_GH0.tar.gz) = 5267330 diff --git a/multimedia/dragon/distinfo b/multimedia/dragon/distinfo index e5057a4ae02c..2c571b70ce0e 100644 --- a/multimedia/dragon/distinfo +++ b/multimedia/dragon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264650 -SHA256 (KDE/release-service/25.08.3/dragon-25.08.3.tar.xz) = 9e1d2fe93018166418cbfc82fc2f9384d1c5c99bc1b500c69072c8fe2cf9d038 -SIZE (KDE/release-service/25.08.3/dragon-25.08.3.tar.xz) = 146476 +TIMESTAMP = 1765478651 +SHA256 (KDE/release-service/25.12.0/dragon-25.12.0.tar.xz) = cef32684cc197f0c561b2b18ddf53bb3a9acf0a8c9ce2298dc884931ef46ee99 +SIZE (KDE/release-service/25.12.0/dragon-25.12.0.tar.xz) = 152756 diff --git a/multimedia/dvdauthor/Makefile b/multimedia/dvdauthor/Makefile index ed6685ba473c..47cdb6b84834 100644 --- a/multimedia/dvdauthor/Makefile +++ b/multimedia/dvdauthor/Makefile @@ -21,11 +21,10 @@ USE_GITHUB= yes GH_ACCOUNT= ldo GH_TAGNAME= fe8fe35 -USES= autoreconf:build bison:alias gettext-tools \ - gmake gnome iconv localbase pkgconfig +USES= autoreconf bison:alias gettext-tools gmake gnome iconv libtool \ + localbase pkgconfig USE_GNOME= libxml2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= README.FreeBSD @@ -52,15 +51,8 @@ MANPAGES_BUILD_DEPENDS= docbook2man:textproc/docbook-utils \ NTSC_CONFIGURE_ON= --enable-default-video-format=NTSC PAL_CONFIGURE_ON= --enable-default-video-format=PAL -pre-configure-MANPAGES-off: - @(${MV} ${WRKSRC}/doc/Makefile.am ${WRKSRC}/doc/Makefile.am.bak && \ - ${GREP} '^dist_pkgdata_DATA' \ - ${WRKSRC}/doc/Makefile.am.bak > ${WRKSRC}/doc/Makefile.am) - -pre-configure: - @(cd ${WRKSRC} && ${MKDIR} autotools/ && \ - ${CP} ${LOCALBASE}/share/gettext/config.rpath autotools/ && \ - ${LOCALBASE}/bin/autoreconf -i) +post-patch-MANPAGES-off: + @${REINPLACE_CMD} /^man._MANS/d ${WRKSRC}/doc/Makefile.am post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/multimedia/kamoso/Makefile b/multimedia/kamoso/Makefile index 2cb3bbdd9b4b..2469382fab22 100644 --- a/multimedia/kamoso/Makefile +++ b/multimedia/kamoso/Makefile @@ -13,7 +13,7 @@ USES= cmake compiler:c++20-lang gettext gl gnome gstreamer kde:6 \ USE_GL= gl USE_GNOME= glib20 USE_GSTREAMER= v4l2 -USE_KDE= config i18n kio notifications purpose \ +USE_KDE= config i18n kio kirigami-addons notifications purpose \ doctools:build ecm:build \ kirigami2:run USE_QT= base declarative diff --git a/multimedia/kamoso/distinfo b/multimedia/kamoso/distinfo index 05e794d7b82f..7f8720973f8c 100644 --- a/multimedia/kamoso/distinfo +++ b/multimedia/kamoso/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264652 -SHA256 (KDE/release-service/25.08.3/kamoso-25.08.3.tar.xz) = 4219694314b7c35e72c85008fbe1859ae28bb80207b1d23fb477f9bfc2f318b7 -SIZE (KDE/release-service/25.08.3/kamoso-25.08.3.tar.xz) = 213528 +TIMESTAMP = 1765478654 +SHA256 (KDE/release-service/25.12.0/kamoso-25.12.0.tar.xz) = eb8d59a2aee43f598a36ffb6bb273eccd0167e5051f66d7011af74c8d70de6af +SIZE (KDE/release-service/25.12.0/kamoso-25.12.0.tar.xz) = 213052 diff --git a/multimedia/kasts/distinfo b/multimedia/kasts/distinfo index 595ef160cd98..8cc8f05a6e7b 100644 --- a/multimedia/kasts/distinfo +++ b/multimedia/kasts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264653 -SHA256 (KDE/release-service/25.08.3/kasts-25.08.3.tar.xz) = cccc8e32c9cf206f2dfc9db3619686439c3e05b9d352be8ac951c99c9ad86273 -SIZE (KDE/release-service/25.08.3/kasts-25.08.3.tar.xz) = 646488 +TIMESTAMP = 1765478654 +SHA256 (KDE/release-service/25.12.0/kasts-25.12.0.tar.xz) = cff2537422a97529e55a3c2b9f57e33e0ae6757496583fb12b45026649695282 +SIZE (KDE/release-service/25.12.0/kasts-25.12.0.tar.xz) = 646004 diff --git a/multimedia/kdemultimedia-ffmpegthumbs/distinfo b/multimedia/kdemultimedia-ffmpegthumbs/distinfo index 44e8b0ae544d..9143e9db489b 100644 --- a/multimedia/kdemultimedia-ffmpegthumbs/distinfo +++ b/multimedia/kdemultimedia-ffmpegthumbs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264655 -SHA256 (KDE/release-service/25.08.3/ffmpegthumbs-25.08.3.tar.xz) = 84ecd131a50799815f414522fc1270c56e0ee45bbfaf96f9e1d2c9278dc84962 -SIZE (KDE/release-service/25.08.3/ffmpegthumbs-25.08.3.tar.xz) = 33296 +TIMESTAMP = 1765478657 +SHA256 (KDE/release-service/25.12.0/ffmpegthumbs-25.12.0.tar.xz) = e4784eefd1af57ed066092ce591bce8515cffda5d99668d7e7191af05ccc6bcf +SIZE (KDE/release-service/25.12.0/ffmpegthumbs-25.12.0.tar.xz) = 35232 diff --git a/multimedia/kdenlive/Makefile b/multimedia/kdenlive/Makefile index 3a4d2dea881e..7d0f19d5667e 100644 --- a/multimedia/kdenlive/Makefile +++ b/multimedia/kdenlive/Makefile @@ -9,6 +9,7 @@ WWW= https://www.kdenlive.org LICENSE= GPLv2 LIB_DEPENDS= libImath.so:math/Imath \ + libkddockwidgets-qt6.so:x11-toolkits/kddockwidgets \ libopentimelineio.so:multimedia/opentimelineio \ librttr_core.so:devel/rttr BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ diff --git a/multimedia/kdenlive/distinfo b/multimedia/kdenlive/distinfo index 7db132b3dd7d..eec80bff94dc 100644 --- a/multimedia/kdenlive/distinfo +++ b/multimedia/kdenlive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264658 -SHA256 (KDE/release-service/25.08.3/kdenlive-25.08.3.tar.xz) = 81ba4e911147d5dbd33bcf464b2f0ae9f57b8824dbfc7fab21f3c11bb6433783 -SIZE (KDE/release-service/25.08.3/kdenlive-25.08.3.tar.xz) = 14567324 +TIMESTAMP = 1765478659 +SHA256 (KDE/release-service/25.12.0/kdenlive-25.12.0.tar.xz) = cafee9d8ec29e99f507720f28d60bfc0963a8733f67a0ffd6a684273b8242ca5 +SIZE (KDE/release-service/25.12.0/kdenlive-25.12.0.tar.xz) = 14199712 diff --git a/multimedia/kdenlive/pkg-plist b/multimedia/kdenlive/pkg-plist index 56ca1202ce15..4845bbfd0919 100644 --- a/multimedia/kdenlive/pkg-plist +++ b/multimedia/kdenlive/pkg-plist @@ -5,6 +5,10 @@ lib/libkdenliveLibplugin.a %%QT_QMLDIR%%/org/kde/kdenlive/AssetMenu.qml %%QT_QMLDIR%%/org/kde/kdenlive/AssetView.qml %%QT_QMLDIR%%/org/kde/kdenlive/AudioLevels.qml +%%QT_QMLDIR%%/org/kde/kdenlive/AudioRecordButton.qml +%%QT_QMLDIR%%/org/kde/kdenlive/AudioRecordingControls.qml +%%QT_QMLDIR%%/org/kde/kdenlive/AudioView.qml +%%QT_QMLDIR%%/org/kde/kdenlive/AudioZoomBar.qml %%QT_QMLDIR%%/org/kde/kdenlive/Clip.qml %%QT_QMLDIR%%/org/kde/kdenlive/ClipAudioThumbs.qml %%QT_QMLDIR%%/org/kde/kdenlive/ClipMonitor.qml @@ -23,10 +27,12 @@ lib/libkdenliveLibplugin.a %%QT_QMLDIR%%/org/kde/kdenlive/MonitorOverlay.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorRotoScene.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorRuler.qml +%%QT_QMLDIR%%/org/kde/kdenlive/MonitorSafeZone.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorSplit.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorSplitTracks.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorToolButton.qml %%QT_QMLDIR%%/org/kde/kdenlive/MonitorTrimming.qml +%%QT_QMLDIR%%/org/kde/kdenlive/MonitorZoomButton.qml %%QT_QMLDIR%%/org/kde/kdenlive/MultiScreenToolBar.qml %%QT_QMLDIR%%/org/kde/kdenlive/OverlayCenter.qml %%QT_QMLDIR%%/org/kde/kdenlive/OverlayCenterDiagonal.qml @@ -41,14 +47,19 @@ lib/libkdenliveLibplugin.a %%QT_QMLDIR%%/org/kde/kdenlive/RotationHandle.qml %%QT_QMLDIR%%/org/kde/kdenlive/Ruler.qml %%QT_QMLDIR%%/org/kde/kdenlive/RulerZone.qml +%%QT_QMLDIR%%/org/kde/kdenlive/Safe169.qml +%%QT_QMLDIR%%/org/kde/kdenlive/Safe916.qml %%QT_QMLDIR%%/org/kde/kdenlive/SceneToolBar.qml +%%QT_QMLDIR%%/org/kde/kdenlive/Simplesplash.qml %%QT_QMLDIR%%/org/kde/kdenlive/SnappingLogic.js +%%QT_QMLDIR%%/org/kde/kdenlive/Splash.qml %%QT_QMLDIR%%/org/kde/kdenlive/SubTitle.qml %%QT_QMLDIR%%/org/kde/kdenlive/SubtitleTrackHead.qml %%QT_QMLDIR%%/org/kde/kdenlive/Timeline.qml %%QT_QMLDIR%%/org/kde/kdenlive/TimelineLogic.js %%QT_QMLDIR%%/org/kde/kdenlive/Track.qml %%QT_QMLDIR%%/org/kde/kdenlive/TrackHead.qml +%%QT_QMLDIR%%/org/kde/kdenlive/Utils.js %%QT_QMLDIR%%/org/kde/kdenlive/ZoomBar.qml %%QT_QMLDIR%%/org/kde/kdenlive/kde-qmlmodule.version %%QT_QMLDIR%%/org/kde/kdenlive/kdenliveLib.qmltypes @@ -323,9 +334,11 @@ share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz %%DATADIR%%/effects/frei0r_measure_pr0be.xml %%DATADIR%%/effects/frei0r_measure_pr0file.xml %%DATADIR%%/effects/frei0r_medians.xml +%%DATADIR%%/effects/frei0r_mirr0r.xml %%DATADIR%%/effects/frei0r_nervous.xml %%DATADIR%%/effects/frei0r_normaliz0r.xml %%DATADIR%%/effects/frei0r_nosync0r.xml +%%DATADIR%%/effects/frei0r_ntsc.xml %%DATADIR%%/effects/frei0r_pixeliz0r.xml %%DATADIR%%/effects/frei0r_pixs0r.xml %%DATADIR%%/effects/frei0r_posterize.xml @@ -367,6 +380,25 @@ share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz %%DATADIR%%/effects/hsl_primaries.xml %%DATADIR%%/effects/hsl_range.xml %%DATADIR%%/effects/invert.xml +%%DATADIR%%/effects/ladspa_2141.xml +%%DATADIR%%/effects/ladspa_2142.xml +%%DATADIR%%/effects/ladspa_2143.xml +%%DATADIR%%/effects/ladspa_2144.xml +%%DATADIR%%/effects/ladspa_2145.xml +%%DATADIR%%/effects/ladspa_2146.xml +%%DATADIR%%/effects/ladspa_2147.xml +%%DATADIR%%/effects/ladspa_2148.xml +%%DATADIR%%/effects/ladspa_2149.xml +%%DATADIR%%/effects/ladspa_2150.xml +%%DATADIR%%/effects/ladspa_2151.xml +%%DATADIR%%/effects/ladspa_2152.xml +%%DATADIR%%/effects/ladspa_2153.xml +%%DATADIR%%/effects/ladspa_2154.xml +%%DATADIR%%/effects/ladspa_2155.xml +%%DATADIR%%/effects/ladspa_2156.xml +%%DATADIR%%/effects/ladspa_2157.xml +%%DATADIR%%/effects/ladspa_2158.xml +%%DATADIR%%/effects/ladspa_2159.xml %%DATADIR%%/effects/ladspa_declipper.xml %%DATADIR%%/effects/ladspa_equalizer.xml %%DATADIR%%/effects/ladspa_equalizer_15.xml @@ -458,9 +490,14 @@ share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz %%DATADIR%%/generators/count.xml %%DATADIR%%/generators/frei0r_test_pat_b.xml %%DATADIR%%/generators/noise.xml -%%DATADIR%%/kdenlivedefaultlayouts.rc %%DATADIR%%/kdenliveeffectscategory.rc %%DATADIR%%/kdenlivetranscodingrc +%%DATADIR%%/layouts/audio.json +%%DATADIR%%/layouts/color.json +%%DATADIR%%/layouts/editing.json +%%DATADIR%%/layouts/editing_vertical.json +%%DATADIR%%/layouts/effects.json +%%DATADIR%%/layouts/logging.json %%DATADIR%%/lumas/HD/bi-linear_x.pgm %%DATADIR%%/lumas/HD/bi-linear_y.pgm %%DATADIR%%/lumas/HD/burst.pgm @@ -510,6 +547,7 @@ share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz %%DATADIR%%/profiles/dci_2160p_50 %%DATADIR%%/profiles/dci_2160p_5994 %%DATADIR%%/profiles/dci_2160p_60 +%%DATADIR%%/profiles/vertical_1080p_25 %%DATADIR%%/resourceproviders/archiveorg.json %%DATADIR%%/resourceproviders/freesound.json %%DATADIR%%/resourceproviders/pexels_photo.json @@ -563,6 +601,7 @@ share/icons/hicolor/scalable/mimetypes/video-mlt-playlist.svgz %%DATADIR%%/transitions/frei0r_difference.xml %%DATADIR%%/transitions/frei0r_divide.xml %%DATADIR%%/transitions/frei0r_dodge.xml +%%DATADIR%%/transitions/frei0r_euclid_eraser.xml %%DATADIR%%/transitions/frei0r_grain_extract.xml %%DATADIR%%/transitions/frei0r_grain_merge.xml %%DATADIR%%/transitions/frei0r_hardlight.xml diff --git a/multimedia/plasmatube/distinfo b/multimedia/plasmatube/distinfo index 79fe63e54aa5..86200199752f 100644 --- a/multimedia/plasmatube/distinfo +++ b/multimedia/plasmatube/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264658 -SHA256 (KDE/release-service/25.08.3/plasmatube-25.08.3.tar.xz) = a89e1906d37b16fa76f8009640eebd8e3dbd873a7eb63972e7de09863e8c3b58 -SIZE (KDE/release-service/25.08.3/plasmatube-25.08.3.tar.xz) = 225688 +TIMESTAMP = 1765478659 +SHA256 (KDE/release-service/25.12.0/plasmatube-25.12.0.tar.xz) = 49a15f9b38404a8cd24b03b2200117a2983e44f830c3853dbfa8e3afa40fd2b2 +SIZE (KDE/release-service/25.12.0/plasmatube-25.12.0.tar.xz) = 226304 diff --git a/multimedia/rubygem-clutter-gstreamer/Makefile b/multimedia/rubygem-clutter-gstreamer/Makefile index 518892f09bbb..bd21124d22ac 100644 --- a/multimedia/rubygem-clutter-gstreamer/Makefile +++ b/multimedia/rubygem-clutter-gstreamer/Makefile @@ -1,5 +1,5 @@ PORTNAME= clutter-gstreamer -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= multimedia rubygems MASTER_SITES= RG diff --git a/multimedia/rubygem-clutter-gstreamer/distinfo b/multimedia/rubygem-clutter-gstreamer/distinfo index d4788c5b1720..aa8dc237bd63 100644 --- a/multimedia/rubygem-clutter-gstreamer/distinfo +++ b/multimedia/rubygem-clutter-gstreamer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121926 -SHA256 (rubygem/clutter-gstreamer-4.3.3.gem) = 1f8856f9b4b3e02ba924b4d51ec7e5dcbf04a4ba84b57280fdf6292e50a6fabd -SIZE (rubygem/clutter-gstreamer-4.3.3.gem) = 124928 +TIMESTAMP = 1765033010 +SHA256 (rubygem/clutter-gstreamer-4.3.4.gem) = c868fab82d6c81b267e24ec6b8aa4a9fa81b99dc69a97c1078ca135300bf7927 +SIZE (rubygem/clutter-gstreamer-4.3.4.gem) = 124928 diff --git a/multimedia/rubygem-gstreamer/Makefile b/multimedia/rubygem-gstreamer/Makefile index 7e00e6603786..bb0760044fce 100644 --- a/multimedia/rubygem-gstreamer/Makefile +++ b/multimedia/rubygem-gstreamer/Makefile @@ -1,5 +1,5 @@ PORTNAME= gstreamer -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= multimedia rubygems MASTER_SITES= RG diff --git a/multimedia/rubygem-gstreamer/distinfo b/multimedia/rubygem-gstreamer/distinfo index 0f08b85807a6..9902d55eae74 100644 --- a/multimedia/rubygem-gstreamer/distinfo +++ b/multimedia/rubygem-gstreamer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121928 -SHA256 (rubygem/gstreamer-4.3.3.gem) = a298b6ba824bd03d4503c6d65eb8e5e5169e4ced7a045ac681d547f833131de1 -SIZE (rubygem/gstreamer-4.3.3.gem) = 31232 +TIMESTAMP = 1765033012 +SHA256 (rubygem/gstreamer-4.3.4.gem) = 21d3d31f8751d4734c48a65f0348a0959629b161cd9cc15d8792a7c2e993f33a +SIZE (rubygem/gstreamer-4.3.4.gem) = 31232 diff --git a/net-im/deltachat-desktop/Makefile b/net-im/deltachat-desktop/Makefile index 78f38d80cbe1..781178dd905c 100644 --- a/net-im/deltachat-desktop/Makefile +++ b/net-im/deltachat-desktop/Makefile @@ -1,10 +1,10 @@ PORTNAME= deltachat-desktop DISTVERSIONPREFIX= v -DISTVERSION= 2.25.3 +DISTVERSION= 2.33.0 PORTREVISION= 0 CATEGORIES= net-im MASTER_SITES+= LOCAL/feld:npmcache -DISTFILES+= ${PORTNAME}-${DISTVERSIONPREFIX}2.25.1-node-deps.tgz:npmcache +DISTFILES+= ${PORTNAME}-${DISTVERSIONFULL}-node-deps.tgz:npmcache MAINTAINER= feld@FreeBSD.org COMMENT= Cross-platform decentralized encrypted messaging service @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ELECTRON_VER= 37 # Important to keep the RPC server core in sync with the Desktop release -RUN_DEPENDS= deltachat-rpc-server>=2.25<2.26:net/deltachat-rpc-server +RUN_DEPENDS= deltachat-rpc-server>=2.33<2.34:net/deltachat-rpc-server BUILD_DEPENDS= electron${ELECTRON_VER}:devel/electron${ELECTRON_VER} \ npm:www/npm${NODEJS_SUFFIX} USES= desktop-file-utils nodejs:22,build pkgconfig diff --git a/net-im/deltachat-desktop/distinfo b/net-im/deltachat-desktop/distinfo index 36bb9dfa0161..625567bd234a 100644 --- a/net-im/deltachat-desktop/distinfo +++ b/net-im/deltachat-desktop/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763578632 -SHA256 (deltachat-desktop-v2.25.1-node-deps.tgz) = 0cbfa9e057f933f347fce762de4ce13cec6feb8c5b3b9a43c6226affc47c7169 -SIZE (deltachat-desktop-v2.25.1-node-deps.tgz) = 70344256 -SHA256 (deltachat-deltachat-desktop-v2.25.3_GH0.tar.gz) = 0f873c220c082a648e555222fec3c4b9c6c727511484235823359c76f2c3036d -SIZE (deltachat-deltachat-desktop-v2.25.3_GH0.tar.gz) = 41288662 +TIMESTAMP = 1765492741 +SHA256 (deltachat-desktop-v2.33.0-node-deps.tgz) = 9f8ea78ba5becdede6a18972f37a62252670088780f4f7b1c92d134ef280de47 +SIZE (deltachat-desktop-v2.33.0-node-deps.tgz) = 66044136 +SHA256 (deltachat-deltachat-desktop-v2.33.0_GH0.tar.gz) = 5cfa193af20e2e11b7010e44715a426a165ccf96fd5210504a2bc911e383f28b +SIZE (deltachat-deltachat-desktop-v2.33.0_GH0.tar.gz) = 40990109 diff --git a/net-im/deltachat-desktop/pkg-plist b/net-im/deltachat-desktop/pkg-plist index 7239874a6b13..dfd9f447c340 100644 --- a/net-im/deltachat-desktop/pkg-plist +++ b/net-im/deltachat-desktop/pkg-plist @@ -160,7 +160,6 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/fonts/noto/mono/README %%DATADIR%%/html-dist/help/cs/help.html %%DATADIR%%/html-dist/help/de/help.html -%%DATADIR%%/html-dist/help/delta-what-optim.png %%DATADIR%%/html-dist/help/edit-icon.png %%DATADIR%%/html-dist/help/email-icon.png %%DATADIR%%/html-dist/help/en/help.html @@ -172,38 +171,38 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/help/help.css %%DATADIR%%/html-dist/help/id/help.html %%DATADIR%%/html-dist/help/it/help.html -%%DATADIR%%/html-dist/help/lock-icon.png +%%DATADIR%%/html-dist/help/mic.png %%DATADIR%%/html-dist/help/nl/help.html -%%DATADIR%%/html-dist/help/pagefind/fragment/cs_a61069b.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/de_62a6238.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/en_1635eae.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/es_53d3ab9.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/fr_26dde27.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/id_239478f.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/it_367a54c.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/nl_cf95216.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/pl_729314a.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/pt_fcf6fa6.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/ru_1b5ea42.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/sk_cc155bd.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/sq_1d0db9e.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/uk_efe3e9d.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/fragment/zh_cn_eb4defe.pf_fragment -%%DATADIR%%/html-dist/help/pagefind/index/cs_d26ed86.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/de_7e1e44c.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/en_2660c59.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/es_9b5bcc7.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/fr_131f269.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/id_868798e.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/it_2f61fa9.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/nl_726cef3.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/pl_27ea66d.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/pt_3c459d6.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/ru_56fbfee.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/sk_7a2276c.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/sq_d4bef5f.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/uk_fd67961.pf_index -%%DATADIR%%/html-dist/help/pagefind/index/zh_cn_8a7b4a2.pf_index +%%DATADIR%%/html-dist/help/pagefind/fragment/cs_d846888.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/de_b98edf3.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/en_15b3a96.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/es_5a7a1db.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/fr_a24d994.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/id_711fb99.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/it_c0ac8f8.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/nl_7ac8286.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/pl_92ee82c.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/pt_9483bcb.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/ru_10f2e35.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/sk_59c042e.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/sq_26eb70b.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/uk_611637b.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/fragment/zh_cn_7f9525b.pf_fragment +%%DATADIR%%/html-dist/help/pagefind/index/cs_8949f45.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/de_c9d7a67.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/en_a3414cd.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/es_7b9836c.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/fr_41f4e03.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/id_dd366af.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/it_edb1321.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/nl_1de42ee.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/pl_d08ef8b.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/pt_b582edb.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/ru_8631b7e.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/sk_83e7900.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/sq_48c624c.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/uk_1494a21.pf_index +%%DATADIR%%/html-dist/help/pagefind/index/zh_cn_99bc56e.pf_index %%DATADIR%%/html-dist/help/pagefind/locales.json %%DATADIR%%/html-dist/help/pagefind/pagefind-entry.json %%DATADIR%%/html-dist/help/pagefind/pagefind-highlight.js @@ -211,22 +210,22 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/help/pagefind/pagefind-modular-ui.js %%DATADIR%%/html-dist/help/pagefind/pagefind-ui.css %%DATADIR%%/html-dist/help/pagefind/pagefind-ui.js -%%DATADIR%%/html-dist/help/pagefind/pagefind.cs_7a3f2b355e.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.de_80794ce42b.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.en_a5412d8774.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.es_e7f41eed7e.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.fr_21c63968cc.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.id_f4d81f4325.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.it_7b95c53da8.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.cs_9a56ab5a5a.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.de_f21a4a1d77.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.en_2bada2b7c7.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.es_b2e8297466.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.fr_931d94da71.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.id_da7fe2bd40.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.it_d8e072b4cf.pf_meta %%DATADIR%%/html-dist/help/pagefind/pagefind.js -%%DATADIR%%/html-dist/help/pagefind/pagefind.nl_4f21bd5dfa.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.pl_2f9e4c6827.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.pt_ba1e2e8626.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.ru_ed3880ed30.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.sk_d89177872d.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.sq_716c273cf9.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.uk_40b2b9b51f.pf_meta -%%DATADIR%%/html-dist/help/pagefind/pagefind.zh_cn_3755bc812ba54.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.nl_bf87a6698a.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.pl_4244374f17.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.pt_5afbfcfadd.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.ru_84cb270a25.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.sk_62d55b6515.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.sq_ccb540638a.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.uk_e33d3f2c22.pf_meta +%%DATADIR%%/html-dist/help/pagefind/pagefind.zh_cn_2a221383ae590.pf_meta %%DATADIR%%/html-dist/help/pagefind/wasm.de.pagefind %%DATADIR%%/html-dist/help/pagefind/wasm.en.pagefind %%DATADIR%%/html-dist/help/pagefind/wasm.es.pagefind @@ -237,6 +236,7 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/help/pagefind/wasm.pt.pagefind %%DATADIR%%/html-dist/help/pagefind/wasm.ru.pagefind %%DATADIR%%/html-dist/help/pagefind/wasm.unknown.pagefind +%%DATADIR%%/html-dist/help/paperclip.png %%DATADIR%%/html-dist/help/pl/help.html %%DATADIR%%/html-dist/help/pt/help.html %%DATADIR%%/html-dist/help/qr-icon.png @@ -245,6 +245,8 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/help/sk/help.html %%DATADIR%%/html-dist/help/sq/help.html %%DATADIR%%/html-dist/help/start-pagefind.js +%%DATADIR%%/html-dist/help/tick1.png +%%DATADIR%%/html-dist/help/tick2.png %%DATADIR%%/html-dist/help/uk/help.html %%DATADIR%%/html-dist/help/zh_CN/help.html %%DATADIR%%/html-dist/images/account_deletion_background.jpg @@ -272,7 +274,6 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/images/backgrounds/thumb/wheat.webp %%DATADIR%%/html-dist/images/backgrounds/wheat.webp %%DATADIR%%/html-dist/images/clock.svg -%%DATADIR%%/html-dist/images/dc-cross.svg %%DATADIR%%/html-dist/images/deltachat.ico %%DATADIR%%/html-dist/images/deltachat.png %%DATADIR%%/html-dist/images/electron-file-drag-out.png @@ -298,9 +299,8 @@ share/applications/deltachat.desktop %%DATADIR%%/html-dist/images/icons/cross.svg %%DATADIR%%/html-dist/images/icons/devices.svg %%DATADIR%%/html-dist/images/icons/download.svg +%%DATADIR%%/html-dist/images/icons/edit.svg %%DATADIR%%/html-dist/images/icons/email.svg -%%DATADIR%%/html-dist/images/icons/eye-off.svg -%%DATADIR%%/html-dist/images/icons/eye-open.svg %%DATADIR%%/html-dist/images/icons/favorite.svg %%DATADIR%%/html-dist/images/icons/forum.svg %%DATADIR%%/html-dist/images/icons/icon-archive.svg diff --git a/net-im/gotosocial/Makefile b/net-im/gotosocial/Makefile index 3ec587dfc5e8..872aab36bf68 100644 --- a/net-im/gotosocial/Makefile +++ b/net-im/gotosocial/Makefile @@ -21,7 +21,7 @@ LICENSE_FILE_OFL11= ${WRKSRC}/OFL11 ONLY_FOR_ARCHS= aarch64 amd64 armv7 i386 ONLY_FOR_ARCHS_REASON= https://gitlab.com/cznic/libc/-/issues/15 -USES= go:1.24,modules +USES= go:modules USE_RC_SUBR= ${PORTNAME} GO_TARGET= ./cmd/gotosocial diff --git a/net-im/kaccounts-integration/distinfo b/net-im/kaccounts-integration/distinfo index 3cbde41e537b..5ea22ff392fc 100644 --- a/net-im/kaccounts-integration/distinfo +++ b/net-im/kaccounts-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264661 -SHA256 (KDE/release-service/25.08.3/kaccounts-integration-25.08.3.tar.xz) = 7fa0343f0c3f59375c4817cbd29b0fed7e45cbb31f4956e6d3f62c0abe2a1c8b -SIZE (KDE/release-service/25.08.3/kaccounts-integration-25.08.3.tar.xz) = 95204 +TIMESTAMP = 1765478662 +SHA256 (KDE/release-service/25.12.0/kaccounts-integration-25.12.0.tar.xz) = d6c63e57776e3851b559a6e64bf0de465d2cc751efa07d12b0c2a9041ebf4711 +SIZE (KDE/release-service/25.12.0/kaccounts-integration-25.12.0.tar.xz) = 94424 diff --git a/net-im/kaccounts-providers/distinfo b/net-im/kaccounts-providers/distinfo index 6ac98eab62c1..1d74c82c6df4 100644 --- a/net-im/kaccounts-providers/distinfo +++ b/net-im/kaccounts-providers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264663 -SHA256 (KDE/release-service/25.08.3/kaccounts-providers-25.08.3.tar.xz) = 122a4ef21b596aef75fa2bb41ccd97c7332dfcd6234a2602aee6c13c5845106f -SIZE (KDE/release-service/25.08.3/kaccounts-providers-25.08.3.tar.xz) = 68652 +TIMESTAMP = 1765478664 +SHA256 (KDE/release-service/25.12.0/kaccounts-providers-25.12.0.tar.xz) = a91fb669047c645611d12b77125d60bc6b13f65043bd437bbe68b90357fdb28c +SIZE (KDE/release-service/25.12.0/kaccounts-providers-25.12.0.tar.xz) = 68916 diff --git a/net-im/kaccounts-providers/pkg-plist b/net-im/kaccounts-providers/pkg-plist index 73a443169421..5f8bc973c5a8 100644 --- a/net-im/kaccounts-providers/pkg-plist +++ b/net-im/kaccounts-providers/pkg-plist @@ -45,6 +45,7 @@ share/locale/hi/LC_MESSAGES/kaccounts-providers.mo share/locale/hu/LC_MESSAGES/kaccounts-providers.mo share/locale/ia/LC_MESSAGES/kaccounts-providers.mo share/locale/id/LC_MESSAGES/kaccounts-providers.mo +share/locale/is/LC_MESSAGES/kaccounts-providers.mo share/locale/it/LC_MESSAGES/kaccounts-providers.mo share/locale/ja/LC_MESSAGES/kaccounts-providers.mo share/locale/ka/LC_MESSAGES/kaccounts-providers.mo diff --git a/net-im/linux-discord/Makefile b/net-im/linux-discord/Makefile index c30b3fe36b4c..c5fd59bc851b 100644 --- a/net-im/linux-discord/Makefile +++ b/net-im/linux-discord/Makefile @@ -1,5 +1,5 @@ PORTNAME= discord -DISTVERSION= 0.0.117 +DISTVERSION= 0.0.118 PORTEPOCH= 1 CATEGORIES= net-im MASTER_SITES= https://dl.discordapp.net/apps/linux/${DISTVERSION}/ diff --git a/net-im/linux-discord/distinfo b/net-im/linux-discord/distinfo index 04cfcfa48297..55c798ed3f03 100644 --- a/net-im/linux-discord/distinfo +++ b/net-im/linux-discord/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764777641 -SHA256 (discord-0.0.117.tar.gz) = 3cdd44f068d5a2910f196f4849bd32d4ba3b9e78f7d025f2956d274d1d4f73a5 -SIZE (discord-0.0.117.tar.gz) = 108661808 +TIMESTAMP = 1765269674 +SHA256 (discord-0.0.118.tar.gz) = 07b802afe0c6a04821330eb6e0ec3204e9cf5710efad81d404007d8124adc388 +SIZE (discord-0.0.118.tar.gz) = 108665429 diff --git a/net-im/neochat/distinfo b/net-im/neochat/distinfo index 9ea831bcf399..e937c4a7fb31 100644 --- a/net-im/neochat/distinfo +++ b/net-im/neochat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264666 -SHA256 (KDE/release-service/25.08.3/neochat-25.08.3.tar.xz) = 5fad96472a0b577a9f2bd7cc55ed7f6f481c448bf776e3d596ca0957afcc8c35 -SIZE (KDE/release-service/25.08.3/neochat-25.08.3.tar.xz) = 1217392 +TIMESTAMP = 1765478667 +SHA256 (KDE/release-service/25.12.0/neochat-25.12.0.tar.xz) = a52d1202d53da1bba99d56b7d048638e40e81675cf7737591a9da4da7e27fefc +SIZE (KDE/release-service/25.12.0/neochat-25.12.0.tar.xz) = 1267732 diff --git a/net-im/neochat/pkg-plist b/net-im/neochat/pkg-plist index dd237952bf05..f4f61e3e1121 100644 --- a/net-im/neochat/pkg-plist +++ b/net-im/neochat/pkg-plist @@ -5,7 +5,7 @@ share/dbus-1/services/org.kde.neochat.service share/icons/hicolor/scalable/apps/org.kde.neochat.svg share/icons/hicolor/scalable/apps/org.kde.neochat.tray.svg share/knotifications6/neochat.notifyrc -share/krunner/dbusplugins/plasma-runner-neochat.desktop +share/krunner/dbusplugins/org.kde.neochat.desktop share/locale/ar/LC_MESSAGES/neochat.mo share/locale/ast/LC_MESSAGES/neochat.mo share/locale/az/LC_MESSAGES/neochat.mo diff --git a/net-im/nextcloud-talk/Makefile b/net-im/nextcloud-talk/Makefile index 36d3d444d537..d3e6cc952ce4 100644 --- a/net-im/nextcloud-talk/Makefile +++ b/net-im/nextcloud-talk/Makefile @@ -1,5 +1,5 @@ PORTNAME= talk -PORTVERSION= 22.0.4 +PORTVERSION= 22.0.5 DISTVERSIONPREFIX= v CATEGORIES= net-im www DISTNAME= spreed-${DISTVERSIONPREFIX}${DISTVERSION} diff --git a/net-im/nextcloud-talk/distinfo b/net-im/nextcloud-talk/distinfo index e3ab460867db..6d9a62566fcf 100644 --- a/net-im/nextcloud-talk/distinfo +++ b/net-im/nextcloud-talk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763808519 -SHA256 (nextcloud/spreed-v22.0.4.tar.gz) = fe690208a194a08a91ba65481cbf9f3ca938cb434e91d56f93bd4cce4f3cf413 -SIZE (nextcloud/spreed-v22.0.4.tar.gz) = 65595723 +TIMESTAMP = 1765522519 +SHA256 (nextcloud/spreed-v22.0.5.tar.gz) = 3cfd2cfe47f47f7fd152fc2b5755919a487ec4f1c8336f414320aee6ff234171 +SIZE (nextcloud/spreed-v22.0.5.tar.gz) = 57044830 diff --git a/net-im/tokodon/distinfo b/net-im/tokodon/distinfo index a07002fa7ebb..0e540dca1ca0 100644 --- a/net-im/tokodon/distinfo +++ b/net-im/tokodon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264666 -SHA256 (KDE/release-service/25.08.3/tokodon-25.08.3.tar.xz) = 33268f877b08589e90176530b15afabbd57abae66874f49073edf3706adea221 -SIZE (KDE/release-service/25.08.3/tokodon-25.08.3.tar.xz) = 814124 +TIMESTAMP = 1765478667 +SHA256 (KDE/release-service/25.12.0/tokodon-25.12.0.tar.xz) = 7223cd3957e84755f0fb73871510c083454bc049522fbacc8850d61bbd755c6f +SIZE (KDE/release-service/25.12.0/tokodon-25.12.0.tar.xz) = 819976 diff --git a/net-im/tokodon/pkg-plist b/net-im/tokodon/pkg-plist index d6ce683b526b..49f4a132a7cb 100644 --- a/net-im/tokodon/pkg-plist +++ b/net-im/tokodon/pkg-plist @@ -13,6 +13,7 @@ share/locale/en_GB/LC_MESSAGES/tokodon.mo share/locale/eo/LC_MESSAGES/tokodon.mo share/locale/es/LC_MESSAGES/tokodon.mo share/locale/eu/LC_MESSAGES/tokodon.mo +share/locale/fa/LC_MESSAGES/tokodon.mo share/locale/fi/LC_MESSAGES/tokodon.mo share/locale/fr/LC_MESSAGES/tokodon.mo share/locale/gl/LC_MESSAGES/tokodon.mo diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index a9abaed72644..5f158dab16de 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -411,6 +411,7 @@ SUBDIR += triton-guesttools SUBDIR += unbound_exporter SUBDIR += unifi9 + SUBDIR += unifi10 SUBDIR += victoria-logs SUBDIR += victoria-metrics SUBDIR += virt-viewer diff --git a/net-mgmt/bind_exporter/Makefile b/net-mgmt/bind_exporter/Makefile index 6bf00d56e084..5283f501ce7f 100644 --- a/net-mgmt/bind_exporter/Makefile +++ b/net-mgmt/bind_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= bind_exporter DISTVERSIONPREFIX=v DISTVERSION= 0.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt dns MAINTAINER= fuz@FreeBSD.org @@ -11,12 +11,9 @@ WWW= https://github.com/prometheus-community/bind_exporter LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.23,modules +USES= go:modules USE_RC_SUBR= bind_exporter -DEPRECATED= Uses old go, but try building without USES=go:someversion -EXPIRATION_DATE=2026-01-01 - GO_MODULE= github.com/prometheus-community/bind_exporter GO_BUILDFLAGS= -v -ldflags "${LD_FLAG_STRING}" diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile index c3b2385208b7..36a6fc7dcc64 100644 --- a/net-mgmt/net-snmp/Makefile +++ b/net-mgmt/net-snmp/Makefile @@ -52,7 +52,8 @@ USE_CSTD= c99 LIB_DEPENDS= libpkg.so:${PKG_ORIGIN} CFLAGS+= -I${LOCALBASE}/include -I${PKG_PREFIX}/include -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -lm -lkvm -ldevstat \ + -L${PKG_PREFIX}/lib -L${LOCALBASE}/lib ${LCRYPTO} CONFIGURE_ENV+= PERLPROG="${PERL}" PSPROG="${PS_CMD}" SED="${SED}" CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ --with-default-snmp-version="${DEFAULT_SNMP_VERSION}" \ @@ -62,7 +63,7 @@ CONFIGURE_ARGS+=--enable-shared --enable-internal-md5 \ --with-persistent-directory="${NET_SNMP_PERSISTENTDIR}" \ --with-gnu-ld --without-libwrap --enable-ipv6 \ --without-kmem-usage \ - --with-ldflags="-lm -lkvm -ldevstat -L${PKG_PREFIX}/lib -L${LOCALBASE}/lib ${LCRYPTO}" + --with-ldflags=${LDFLAGS:Q} SUB_FILES= pkg-message .if defined(WITH_SSP) diff --git a/net-mgmt/netbox/Makefile b/net-mgmt/netbox/Makefile index 1dd39c1628bd..778e41fc2135 100644 --- a/net-mgmt/netbox/Makefile +++ b/net-mgmt/netbox/Makefile @@ -1,6 +1,6 @@ PORTNAME= netbox DISTVERSIONPREFIX= v -DISTVERSION= 4.4.7 +DISTVERSION= 4.4.8 CATEGORIES= net-mgmt python MAINTAINER= kai@FreeBSD.org @@ -23,11 +23,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt # - www/py-dj52-django-tables2 # - www/py-dj52-djangorestframework # -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.8<5.3:www/py-django52@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.9<5.3:www/py-django52@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-cors-headers>=4.9.0<5:www/py-dj52-django-cors-headers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-debug-toolbar>=6.1.0<7:www/py-dj52-django-debug-toolbar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-filter>=25.2<26:www/py-dj52-django-filter@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-django-htmx>=1.26.0<2:www/py-dj52-django-htmx@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-django-htmx>=1.27.0<2:www/py-dj52-django-htmx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-mptt>=0.17.0<0.18:www/py-dj52-django-mptt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-prometheus>=2.4.1<2.5:www/py-dj52-django-prometheus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-redis>=6.0.0<7:www/py-dj52-django-redis@${PY_FLAVOR} \ @@ -36,14 +36,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.8<5.3:www/py-django52@${PY_FLA ${PYTHON_PKGNAMEPREFIX}dj52-django-storages>=1.14.6<2:www/py-dj52-django-storages@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-tables2>=2.8.0<2.9:www/py-dj52-django-tables2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-taggit>=6.1.0<7:www/py-dj52-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-django-timezone-field>=7.1<8:www/py-dj52-django-timezone-field@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-django-timezone-field>=7.2.1<8:www/py-dj52-django-timezone-field@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-djangorestframework>=3.16.1<3.17.0:www/py-dj52-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-drf-spectacular>=0.29.0<1:www/py-dj52-drf-spectacular@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-drf-spectacular-sidecar>=2025.10.1:www/py-dj52-drf-spectacular-sidecar@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-drf-spectacular-sidecar>=2025.12.1:www/py-dj52-drf-spectacular-sidecar@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-social-auth-app-django>=5.6.0<6:www/py-dj52-social-auth-app-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-sorl-thumbnail>=12.11.0<13:graphics/py-dj52-sorl-thumbnail@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-strawberry-graphql>=0.287.0<0.300:devel/py-dj52-strawberry-graphql@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-strawberry-graphql-django>=0.67.2<1:www/py-dj52-strawberry-graphql-django@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-strawberry-graphql>=0.287.2<0.300:devel/py-dj52-strawberry-graphql@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-strawberry-graphql-django>=0.70.1<1:www/py-dj52-strawberry-graphql-django@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-pglocks>=1.0.4<1.1:www/py-django-pglocks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}colorama>=0.4.6<1:devel/py-colorama@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}feedparser>=6.0.12<7:textproc/py-feedparser@${PY_FLAVOR} \ @@ -51,14 +51,14 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=5.2.8<5.3:www/py-django52@${PY_FLA ${PYTHON_PKGNAMEPREFIX}jsonschema>=4.25.1<5:devel/py-jsonschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.9<3.11:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs-material>=9.7.0<10:textproc/py-mkdocs-material@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=0.30.1<1:textproc/py-mkdocstrings@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python>=1.19.0:textproc/py-mkdocstrings-python@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings>=1.0.0<2:textproc/py-mkdocstrings@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}mkdocstrings-python>=2.0.1:textproc/py-mkdocstrings-python@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}netaddr>=1.3.0<2:net/py-netaddr@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}nh3>=0.3.2<1:www/py-nh3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=11.3.0:graphics/py-pillow@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psycopg>=3.2.12<4:databases/py-psycopg@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.2.12<4:databases/py-psycopg-c@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=3.2.7<4:databases/py-psycopg-pool@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg>=3.2.13<4:databases/py-psycopg@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg-c>=3.2.13<4:databases/py-psycopg-c@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}psycopg-pool>=3.3.0<4:databases/py-psycopg-pool@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=2.32.5<3:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}rq>=2.6.1<3:devel/py-rq@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}social-auth-core>=4.8.1<5:security/py-social-auth-core@${PY_FLAVOR} \ diff --git a/net-mgmt/netbox/distinfo b/net-mgmt/netbox/distinfo index 28585b3d66e6..36f28e6fce16 100644 --- a/net-mgmt/netbox/distinfo +++ b/net-mgmt/netbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764101130 -SHA256 (netbox-community-netbox-v4.4.7_GH0.tar.gz) = 8eeb59a7026da78f56c92beea8e39c70590fe22c9235d70f52b142bd76312d25 -SIZE (netbox-community-netbox-v4.4.7_GH0.tar.gz) = 19261559 +TIMESTAMP = 1765297860 +SHA256 (netbox-community-netbox-v4.4.8_GH0.tar.gz) = 0ed97845afa0a2f514b4c87f2b06987328ab513b7484630c52d4ab277b3341cc +SIZE (netbox-community-netbox-v4.4.8_GH0.tar.gz) = 19294270 diff --git a/net-mgmt/ng_ipacct/files/patch-ng__ipacct_ng__ipacct.c b/net-mgmt/ng_ipacct/files/patch-ng__ipacct_ng__ipacct.c index b62bc827ebf4..ba17901b5d19 100644 --- a/net-mgmt/ng_ipacct/files/patch-ng__ipacct_ng__ipacct.c +++ b/net-mgmt/ng_ipacct/files/patch-ng__ipacct_ng__ipacct.c @@ -1,4 +1,4 @@ ---- ng_ipacct/ng_ipacct.c.orig 2022-09-13 09:05:22 UTC +--- ng_ipacct/ng_ipacct.c.orig 2021-03-14 18:52:22 UTC +++ ng_ipacct/ng_ipacct.c @@ -49,6 +49,9 @@ static const char rcs_id[] = #include <netinet/in_systm.h> @@ -10,3 +10,14 @@ #include <netinet/ip.h> #include <netinet/ip_icmp.h> #include <netinet/ip_var.h> +@@ -980,7 +983,9 @@ pcb_get_cred(struct ip_acct_stream *r, struct inpcbinf + #endif + #endif + for (i = 0, ina = r->r_dst, port = r->r_dport; i < 2; i++) { +-#if __FreeBSD_version >= 700110 ++#if __FreeBSD_version >= 1402502 ++ pcb = in_pcblookup_local(pcbinfo, ina, port, RT_ALL_FIBS, 1, thread0.td_ucred); ++#elif __FreeBSD_version >= 700110 + pcb = in_pcblookup_local(pcbinfo, ina, port, 1, NOCRED); + #else + pcb = in_pcblookup_local(pcbinfo, ina, port, 1); diff --git a/net-mgmt/rubygem-oxidized-web/Makefile b/net-mgmt/rubygem-oxidized-web/Makefile index fe15da9fb47a..d969f11e170f 100644 --- a/net-mgmt/rubygem-oxidized-web/Makefile +++ b/net-mgmt/rubygem-oxidized-web/Makefile @@ -1,6 +1,5 @@ PORTNAME= oxidized-web -PORTVERSION= 0.17.1 -PORTREVISION= 1 +DISTVERSION= 0.18.0 CATEGORIES= net-mgmt rubygems MASTER_SITES= RG diff --git a/net-mgmt/rubygem-oxidized-web/distinfo b/net-mgmt/rubygem-oxidized-web/distinfo index fc4b2a1e56a3..e27a2558e5b0 100644 --- a/net-mgmt/rubygem-oxidized-web/distinfo +++ b/net-mgmt/rubygem-oxidized-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757247507 -SHA256 (rubygem/oxidized-web-0.17.1.gem) = a9d156911e877e0bb9735ebd45c7248e30ce207ef930ebb406a3f0f1293e8ccd -SIZE (rubygem/oxidized-web-0.17.1.gem) = 958976 +TIMESTAMP = 1765370847 +SHA256 (rubygem/oxidized-web-0.18.0.gem) = d975e47e7babc6baf9c79b2f43c29ca8ddd6b99263d92d51aa11c748cb015fa7 +SIZE (rubygem/oxidized-web-0.18.0.gem) = 961024 diff --git a/net-mgmt/rubygem-oxidized-web/files/patch-oxidized-web.gemspec b/net-mgmt/rubygem-oxidized-web/files/patch-oxidized-web.gemspec index 99801ec8c334..0d574b4244fa 100644 --- a/net-mgmt/rubygem-oxidized-web/files/patch-oxidized-web.gemspec +++ b/net-mgmt/rubygem-oxidized-web/files/patch-oxidized-web.gemspec @@ -1,20 +1,17 @@ ---- oxidized-web.gemspec.orig 2025-11-11 21:42:23.300288000 +0000 -+++ oxidized-web.gemspec 2025-11-11 21:46:40.770850000 +0000 -@@ -23,13 +23,13 @@ - +--- oxidized-web.gemspec.orig 2025-12-10 20:00:58 UTC ++++ oxidized-web.gemspec +@@ -23,10 +23,10 @@ Gem::Specification.new do |s| + s.add_runtime_dependency(%q<charlock_holmes>.freeze, [">= 0.7.5".freeze, "< 0.8.0".freeze]) s.add_runtime_dependency(%q<emk-sinatra-url-for>.freeze, ["~> 0.2".freeze]) -- s.add_runtime_dependency(%q<haml>.freeze, [">= 6.0.0".freeze, "< 6.4.0".freeze]) +- s.add_runtime_dependency(%q<haml>.freeze, [">= 6.0.0".freeze, "< 7.0.0".freeze]) +- s.add_runtime_dependency(%q<htmlentities>.freeze, [">= 4.3.0".freeze, "< 4.5.0".freeze]) +- s.add_runtime_dependency(%q<json>.freeze, [">= 2.3.0".freeze, "< 2.17.0".freeze]) +- s.add_runtime_dependency(%q<oxidized>.freeze, [">= 0.34.1".freeze]) + s.add_runtime_dependency(%q<haml>.freeze, [">= 7.0.1".freeze, "~> 7.0".freeze]) - s.add_runtime_dependency(%q<htmlentities>.freeze, [">= 4.3.0".freeze, "< 4.4.0".freeze]) -- s.add_runtime_dependency(%q<json>.freeze, [">= 2.3.0".freeze, "< 2.14.0".freeze]) -+ s.add_runtime_dependency(%q<json>.freeze, [">= 2.3.0".freeze, "~> 2.3".freeze]) - s.add_runtime_dependency(%q<oxidized>.freeze, ["~> 0.34.1".freeze]) - s.add_runtime_dependency(%q<puma>.freeze, ["~> 6.6.0".freeze]) -- s.add_runtime_dependency(%q<sinatra>.freeze, ["~> 4.1.1".freeze]) -- s.add_runtime_dependency(%q<sinatra-contrib>.freeze, ["~> 4.1.1".freeze]) -+ s.add_runtime_dependency(%q<sinatra>.freeze, ["~> 4.1".freeze]) -+ s.add_runtime_dependency(%q<sinatra-contrib>.freeze, ["~> 4.1".freeze]) - s.add_development_dependency(%q<bundler>.freeze, ["~> 2.2".freeze]) - s.add_development_dependency(%q<minitest>.freeze, ["~> 5.18".freeze]) - s.add_development_dependency(%q<mocha>.freeze, ["~> 2.1".freeze]) ++ s.add_runtime_dependency(%q<htmlentities>.freeze, [">= 4.3.0".freeze, "< 5.0.0".freeze]) ++ s.add_runtime_dependency(%q<json>.freeze, [">= 2.3.0".freeze, "< 3.0.0".freeze]) ++ s.add_runtime_dependency(%q<oxidized>.freeze, ["~> 0.35.0".freeze]) + s.add_runtime_dependency(%q<puma>.freeze, [">= 6.6".freeze, "< 7.2".freeze]) + s.add_runtime_dependency(%q<sinatra>.freeze, [">= 4.1.1".freeze, "< 4.3.0".freeze]) + s.add_runtime_dependency(%q<sinatra-contrib>.freeze, [">= 4.1.1".freeze, "< 4.3.0".freeze]) diff --git a/net-mgmt/rubygem-oxidized/Makefile b/net-mgmt/rubygem-oxidized/Makefile index 4c3d7a0b8fd2..3ada32295bd2 100644 --- a/net-mgmt/rubygem-oxidized/Makefile +++ b/net-mgmt/rubygem-oxidized/Makefile @@ -1,5 +1,5 @@ PORTNAME= oxidized -PORTVERSION= 0.34.3 +PORTVERSION= 0.35.0 CATEGORIES= net-mgmt rubygems MASTER_SITES= RG @@ -17,26 +17,24 @@ RUN_DEPENDS= rubygem-asetus>=0.4<1:devel/rubygem-asetus \ rubygem-net-scp>=4.1:security/rubygem-net-scp \ rubygem-net-ssh>=7.3,2<8,2:security/rubygem-net-ssh \ rubygem-net-telnet>=0.2<1:security/rubygem-net-telnet \ - rubygem-ostruct>=0.6<1:devel/rubygem-ostruct \ rubygem-psych>=5.0<6:textproc/rubygem-psych \ rubygem-rugged>=1.6<2:devel/rubygem-rugged \ rubygem-semantic_logger>=4.17.0:devel/rubygem-semantic_logger \ rubygem-slop>=4.6<5:devel/rubygem-slop \ rubygem-syslog>=0.3.0:devel/rubygem-syslog \ - rubygem-syslog_protocol>=0.9.2:devel/rubygem-syslog_protocol \ + rubygem-syslog_protocol>=0.9.2:devel/rubygem-syslog_protocol USES= gem shebangfix - -NO_ARCH= yes USE_RC_SUBR= oxidized -PLIST_FILES= bin/oxidized - SHEBANG_FILES= extra/*.runit +NO_ARCH= yes +SUB_LIST= RUBY=${RUBY} + USERS= oxidized GROUPS= oxidized -SUB_LIST= RUBY=${RUBY} +PLIST_FILES= bin/oxidized .include <bsd.port.mk> diff --git a/net-mgmt/rubygem-oxidized/distinfo b/net-mgmt/rubygem-oxidized/distinfo index 9ab89df73af3..540df7c1c579 100644 --- a/net-mgmt/rubygem-oxidized/distinfo +++ b/net-mgmt/rubygem-oxidized/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757261693 -SHA256 (rubygem/oxidized-0.34.3.gem) = 4865c33d4711bf6379a59a82db61bb918ebe4d053307e12da18853713b06669a -SIZE (rubygem/oxidized-0.34.3.gem) = 193024 +TIMESTAMP = 1764851480 +SHA256 (rubygem/oxidized-0.35.0.gem) = db1c2910792fdb2af4717adb97ae91624b573165935895d0ea85ad53064ffbe8 +SIZE (rubygem/oxidized-0.35.0.gem) = 198144 diff --git a/net-mgmt/telegraf/Makefile b/net-mgmt/telegraf/Makefile index 2dc48b5b3eb9..0b67070a9a12 100644 --- a/net-mgmt/telegraf/Makefile +++ b/net-mgmt/telegraf/Makefile @@ -1,7 +1,6 @@ PORTNAME= telegraf DISTVERSIONPREFIX=v -DISTVERSION= 1.36.4 -PORTREVISION= 1 +DISTVERSION= 1.37.0 CATEGORIES= net-mgmt MAINTAINER= girgen@FreeBSD.org @@ -12,7 +11,7 @@ LICENSE= MIT ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 -USES= go:1.25,modules +USES= go:modules USE_RC_SUBR= telegraf diff --git a/net-mgmt/telegraf/distinfo b/net-mgmt/telegraf/distinfo index 37f60f605bbe..f14dadd8387b 100644 --- a/net-mgmt/telegraf/distinfo +++ b/net-mgmt/telegraf/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763469227 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.36.4/v1.36.4.mod) = b732523af670b1432736a5f109c7ae5553f26c4bb069c706267b3854da41f801 -SIZE (go/net-mgmt_telegraf/telegraf-v1.36.4/v1.36.4.mod) = 29552 -SHA256 (go/net-mgmt_telegraf/telegraf-v1.36.4/v1.36.4.zip) = a22d4d92704d4c3c821e0319a73f254de092f2a03e39cb63f7ad68689aa14bc4 -SIZE (go/net-mgmt_telegraf/telegraf-v1.36.4/v1.36.4.zip) = 7735017 +TIMESTAMP = 1765298506 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.37.0/v1.37.0.mod) = 5f675f0e363ca513364add2683e53dd2a2dcb43aa3a14ece3cb4a18874636d8d +SIZE (go/net-mgmt_telegraf/telegraf-v1.37.0/v1.37.0.mod) = 30463 +SHA256 (go/net-mgmt_telegraf/telegraf-v1.37.0/v1.37.0.zip) = edefca0dcb328842c4712cf4ea6e212cf0c87f7c8792a7813ecea86c8a921919 +SIZE (go/net-mgmt_telegraf/telegraf-v1.37.0/v1.37.0.zip) = 7840795 diff --git a/net-mgmt/unifi10/Makefile b/net-mgmt/unifi10/Makefile new file mode 100644 index 000000000000..04aba4e5ed9e --- /dev/null +++ b/net-mgmt/unifi10/Makefile @@ -0,0 +1,101 @@ +PORTNAME= unifi10 +PORTVERSION= 10.0.160 +PORTREVISION?= 0 +CATEGORIES= net-mgmt java +MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ + https://repo1.maven.org/maven2/%SUBDIR%/:jax +MASTER_SITE_SUBDIR= ${PORTVERSION}/:unifi \ + javax/activation/${_JAX_DISTNAME}/${_JAX_VERSION}/:jax +DISTFILES= unifi_sysvinit_all.deb:unifi \ + ${_JAX_DISTNAME}-${_JAX_VERSION}.jar:jax +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} +EXTRACT_ONLY= unifi_sysvinit_all.deb + +MAINTAINER= otis@FreeBSD.org +COMMENT= UniFi Controller v10 +WWW= https://help.ui.com/hc/en-us/categories/200320654-UniFi-Wireless + +RUN_DEPENDS= snappyjava>0:archivers/snappy-java + +FLAVORS= default armv80a externaldb +FLAVOR?= ${FLAVORS:[1]} + +armv80a_PKGNAMESUFFIX= -armv80a +externaldb_PKGNAMESUFFIX= -externaldb + +USES= cpe java +CPE_VENDOR= ui +CPE_PRODUCT= unifi_controller +JAVA_VERSION= 17 +USE_RC_SUBR= unifi + +CONFLICTS_INSTALL= unifi9 + +EXTRACT_CMD= ${AR} +EXTRACT_BEFORE_ARGS= -p +EXTRACT_AFTER_ARGS= data.tar.xz | ${TAR} -xf - + +NO_ARCH= yes +NO_BUILD= yes + +SUB_LIST+= GROUPS=${GROUPS} \ + JAVA=${JAVA} \ + JAVA_HOME=${JAVA_HOME} \ + JAVASHAREDIR=${JAVASHAREDIR} \ + USERS=${USERS} + +NO_WRKSUBDIR= yes + +USERS= unifi +GROUPS= unifi + +OPTIONS_DEFINE= EXTERNALDB + +.if ${FLAVOR:U} == armv80a +MONGODB_PKGNAMESUFFIX= -${FLAVOR} +.endif +.if ${FLAVOR:U} == externaldb +OPTIONS_DEFAULT+= EXTERNALDB +.endif + +EXTERNALDB_DESC= Use external MongoDB server +EXTERNALDB_VARS= PKGMESSAGE+=${WRKSRC}/pkg-message.extdb \ + SUB_FILES+=pkg-message.extdb +EXTERNALDB_VARS_OFF= RUN_DEPENDS+=mongodb70${MONGODB_PKGNAMESUFFIX}>0:databases/mongodb70@${FLAVOR} + +_DIR_LIST= conf data logs run work +_JAX_DISTNAME= javax.activation-api +_JAX_VERSION= 1.2.0 +_SNAPPY_VERSION= 1.1.10.5 + +post-extract: + ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${_JAX_DISTNAME}-${_JAX_VERSION}.jar \ + ${WRKSRC}/usr/lib/unifi/lib/ + +post-patch: + (cd ${WRKSRC}/usr/lib/unifi/lib/local && \ + ${RM} snappy-java-${_SNAPPY_VERSION}.jar && \ + ${LN} -f -s ${JAVAJARDIR}/snappy-java.jar snappy-java-${_SNAPPY_VERSION}.jar) + ${RM} -r ${WRKSRC}/usr/lib/unifi/lib/native + +do-install: + ${MKDIR} ${STAGEDIR}${JAVASHAREDIR}/unifi + (cd ${WRKSRC}/usr/lib/unifi && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${JAVASHAREDIR}/unifi) +# Create directories that will be writable by unifi +.for i in data logs run work + ${MKDIR} ${STAGEDIR}/${JAVASHAREDIR}/unifi/${i} +.endfor + +do-install-EXTERNALDB-off: + ${LN} -sf ${PREFIX}/bin/mongod ${STAGEDIR}${JAVASHAREDIR}/unifi/bin/mongod + +post-install: + @${FIND} -s ${STAGEDIR}${JAVASHAREDIR}/unifi -not -type d | \ + ${SORT} | ${SED} -e 's#^${STAGEDIR}${PREFIX}/##' >> ${TMPPLIST} +.for dir in ${_DIR_LIST} + @${ECHO} "@dir(unifi,wheel,) ${JAVASHAREDIR}/unifi/${dir}" >> \ + ${TMPPLIST} +.endfor + +.include <bsd.port.mk> diff --git a/net-mgmt/unifi10/distinfo b/net-mgmt/unifi10/distinfo new file mode 100644 index 000000000000..90232fdcb0ba --- /dev/null +++ b/net-mgmt/unifi10/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1765223753 +SHA256 (unifi10-10.0.160/unifi_sysvinit_all.deb) = 7023c198cc3fac83021b935f5555a980c7e991e6928295d623f696f9ba9263be +SIZE (unifi10-10.0.160/unifi_sysvinit_all.deb) = 124264822 +SHA256 (unifi10-10.0.160/javax.activation-api-1.2.0.jar) = 43fdef0b5b6ceb31b0424b208b930c74ab58fac2ceeb7b3f6fd3aeb8b5ca4393 +SIZE (unifi10-10.0.160/javax.activation-api-1.2.0.jar) = 56674 diff --git a/net-mgmt/unifi10/files/pkg-message.extdb.in b/net-mgmt/unifi10/files/pkg-message.extdb.in new file mode 100644 index 000000000000..945b333966c7 --- /dev/null +++ b/net-mgmt/unifi10/files/pkg-message.extdb.in @@ -0,0 +1,19 @@ +[ +{ type: install + message: <<EOM +In order to use the external MongoDB server, put the following lines +into %%JAVASHAREDIR%%/unifi/data/system.properties file: + +db.mongo.local=false +db.mongo.uri=mongodb://ubnt:password@IP_ADDRESS:PORT/unifi-test +statdb.mongo.uri=mongodb://ubnt:password@IP_ADDRESS:PORT/unifi-test_stat +unifi.db.name=unifi-test + +Adjust username, password, IP_ADDRESS, PORT and database name +according to your needs. + +For more information see: +https://community.ui.com/questions/External-MongoDB-Server/d311a8f8-43b6-4aeb-859d-eefec9dc1bbc +EOM +} +] diff --git a/net-mgmt/unifi10/files/unifi.in b/net-mgmt/unifi10/files/unifi.in new file mode 100644 index 000000000000..24c27141bebe --- /dev/null +++ b/net-mgmt/unifi10/files/unifi.in @@ -0,0 +1,93 @@ +#!/bin/sh +# +# Created by: Mark Felder <feld@FreeBSD.org> + +# PROVIDE: unifi +# REQUIRE: LOGIN +# KEYWORD: shutdown + +# +# Add the following line to /etc/rc.conf to enable `unifi': +# +# unifi_enable="YES" +# +# Other configuration settings for unifi that can be set in /etc/rc.conf: +# +# unifi_user (str) +# This is the user that unifi runs as +# Set to %%USERS%% by default +# +# unifi_group (str) +# This is the group that unifi runs as +# Set to %%GROUPS%% by default +# +# unifi_chdir (str) +# This is the directory that unifi chdirs into before starting +# Set to %%JAVASHAREDIR%%/unifi by default +# +# unifi_java_home (str) +# The path to the base directory for the Java to use to run unifi +# Defaults to %%JAVA_HOME%% +# +# unifi_javaflags (str) +# Flags passed to Java to run unifi +# Set to "-Djava.awt.headless=true -Xmx1024M" by default +# + +. /etc/rc.subr +name=unifi + +rcvar=unifi_enable +load_rc_config ${name} + +: ${unifi_enable:=NO} +: ${unifi_user:=%%USERS%%} +: ${unifi_group:=%%GROUPS%%} +: ${unifi_chdir=%%JAVASHAREDIR%%/unifi} +: ${unifi_java_home=%%JAVA_HOME%%} +: ${unifi_javaflags="-Djava.awt.headless=true \ + -Djava.net.preferIPv4Stack=false \ + -Dapple.awt.UIElement=true \ + -Dfile.encoding=UTF-8 \ + -Xmx1024M \ + --add-opens java.base/java.lang=ALL-UNNAMED \ + --add-opens java.base/java.time=ALL-UNNAMED \ + --add-opens java.base/sun.security.util=ALL-UNNAMED \ + --add-opens java.base/java.io=ALL-UNNAMED \ + --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED"} + +pidfile="/var/run/unifi/${name}.pid" +procname=${unifi_java_home}/bin/java +command=/usr/sbin/daemon +command_args="-f -p ${pidfile} ${unifi_java_home}/bin/java ${unifi_javaflags} -jar lib/ace.jar start" +start_precmd=start_precmd +stop_precmd=stop_precmd +stop_postcmd=stop_postcmd + +export CLASSPATH=$(echo ${unifi_chdir}/lib/*.jar | tr ' ' ':') + +start_precmd() +{ + if [ ! -e /var/run/unifi ] ; then + install -d -o %%USERS%% -g %%GROUPS%% /var/run/unifi; + fi +} + +stop_precmd() +{ + if [ -r ${pidfile} ]; then + _UNIFIPID=$(check_pidfile ${pidfile} ${procname}) + export _UNIFI_CHILDREN=$(pgrep -P ${_UNIFIPID}) + fi +} + +stop_postcmd() +{ + if ! [ -z ${_UNIFI_CHILDREN} ]; then + echo "Cleaning up leftover child processes." + kill $sig_stop ${_UNIFI_CHILDREN} + wait_for_pids ${_UNIFI_CHILDREN} + fi +} + +run_rc_command "$1" diff --git a/net-mgmt/unifi10/pkg-descr b/net-mgmt/unifi10/pkg-descr new file mode 100644 index 000000000000..36573c9e0af5 --- /dev/null +++ b/net-mgmt/unifi10/pkg-descr @@ -0,0 +1,2 @@ +The UniFi Controller allows you to manage Wireless, Routing & Switching, +VoIP and Video of Ubiquiti Networks. diff --git a/net-mgmt/unifi9/Makefile b/net-mgmt/unifi9/Makefile index 1744580c31d5..bf19715f8c97 100644 --- a/net-mgmt/unifi9/Makefile +++ b/net-mgmt/unifi9/Makefile @@ -1,6 +1,6 @@ PORTNAME= unifi9 PORTVERSION= 9.5.21 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= net-mgmt java MASTER_SITES= http://dl.ubnt.com/unifi/%SUBDIR%/:unifi \ https://repo1.maven.org/maven2/%SUBDIR%/:jax @@ -29,7 +29,7 @@ CPE_PRODUCT= unifi_controller JAVA_VERSION= 17 USE_RC_SUBR= unifi -CONFLICTS_INSTALL= unifi8 +CONFLICTS_INSTALL= unifi10 EXTRACT_CMD= ${AR} EXTRACT_BEFORE_ARGS= -p diff --git a/net-mgmt/victoria-logs/Makefile b/net-mgmt/victoria-logs/Makefile index 7b713aab2563..7f9bd50857c8 100644 --- a/net-mgmt/victoria-logs/Makefile +++ b/net-mgmt/victoria-logs/Makefile @@ -1,7 +1,6 @@ PORTNAME= victoria-logs -PORTVERSION= 1.39.0 +PORTVERSION= 1.40.0 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= net-mgmt MAINTAINER= samm@FreeBSD.org diff --git a/net-mgmt/victoria-logs/distinfo b/net-mgmt/victoria-logs/distinfo index f31da5cd486e..fbc300bba9b3 100644 --- a/net-mgmt/victoria-logs/distinfo +++ b/net-mgmt/victoria-logs/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764449086 -SHA256 (go/net-mgmt_victoria-logs/victoria-logs-v1.39.0/v1.39.0.mod) = 58d16bb47a75e5bac762bab90391fc2774ae5b960d3c6aef82ab6277cf585e59 -SIZE (go/net-mgmt_victoria-logs/victoria-logs-v1.39.0/v1.39.0.mod) = 958 -SHA256 (go/net-mgmt_victoria-logs/victoria-logs-v1.39.0/v1.39.0.zip) = 18cef4f24ad4c194fcc486f2529325f6777086706f2ef564b14b5665ac546520 -SIZE (go/net-mgmt_victoria-logs/victoria-logs-v1.39.0/v1.39.0.zip) = 3849421 +TIMESTAMP = 1765303299 +SHA256 (go/net-mgmt_victoria-logs/victoria-logs-v1.40.0/v1.40.0.mod) = e8e669fd5d8c2b2c00568cdaf567fb3544ae1e9789530ba03a9506ec15193200 +SIZE (go/net-mgmt_victoria-logs/victoria-logs-v1.40.0/v1.40.0.mod) = 1090 +SHA256 (go/net-mgmt_victoria-logs/victoria-logs-v1.40.0/v1.40.0.zip) = 6eb7f1629852a7c2c225aad478b95b34ed9ec30c8ea04bdbd80243e09efeb35e +SIZE (go/net-mgmt_victoria-logs/victoria-logs-v1.40.0/v1.40.0.zip) = 3894994 diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile index 4b3266620055..82a81743f165 100644 --- a/net-mgmt/xymon-client/Makefile +++ b/net-mgmt/xymon-client/Makefile @@ -1,6 +1,6 @@ PORTNAME= xymon PORTVERSION= 4.3.30 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -client${PKGNAMESUFFIX2} diff --git a/net-mgmt/xymon-client/files/patch-Makefile b/net-mgmt/xymon-client/files/patch-client_Makefile index ea86a3c085a2..ea86a3c085a2 100644 --- a/net-mgmt/xymon-client/files/patch-Makefile +++ b/net-mgmt/xymon-client/files/patch-client_Makefile diff --git a/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh b/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh new file mode 100644 index 000000000000..539a55184a6e --- /dev/null +++ b/net-mgmt/xymon-client/files/patch-client_xymonclient-freebsd.sh @@ -0,0 +1,11 @@ +--- client/xymonclient-freebsd.sh.orig 2015-12-16 15:13:03 UTC ++++ client/xymonclient-freebsd.sh +@@ -55,6 +55,8 @@ ps -axd -ww -o pid,ppid,user,start,state,pri,pcpu,cput + echo "[ps]" + # Don't use "args". "command" works also in FreeBSD 4.x. + ps -axd -ww -o pid,ppid,user,start,state,pri,pcpu,cputime,pmem,rss,vsz,command ++echo "[pkg"] ++pkg query %n-%v + + # $TOP must be set, the install utility should do that for us if it exists. + if test "$TOP" != "" diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index 4b2f5cdda735..863493510599 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= xymon PORTVERSION= 4.3.30 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net-mgmt www MASTER_SITES= SF/xymon/Xymon/${PORTVERSION} PKGNAMESUFFIX= -server${PKGNAMESUFFIX2} diff --git a/net-mgmt/xymon-server/files/patch-xymond_rrd_do__vmstat.c b/net-mgmt/xymon-server/files/patch-xymond_rrd_do__vmstat.c new file mode 100644 index 000000000000..8a08a8ebfef1 --- /dev/null +++ b/net-mgmt/xymon-server/files/patch-xymond_rrd_do__vmstat.c @@ -0,0 +1,60 @@ +--- xymond/rrd/do_vmstat.c.orig 2025-12-10 23:19:34 UTC ++++ xymond/rrd/do_vmstat.c +@@ -116,30 +116,6 @@ static vmstat_layout_t vmstat_irix_layout[] = { + { -1, NULL } + }; + +-/* This one matches FreeBSD 4.10 */ +-/* LARRD 0.43c compatible */ +-static vmstat_layout_t vmstat_freebsd4_layout[] = { +- { 0, "cpu_r" }, +- { 1, "cpu_b" }, +- { 2, "cpu_w" }, +- { 3, "mem_avm" }, +- { 4, "mem_free" }, +- { 5, "mem_flt" }, +- { 6, "mem_re" }, +- { 7, "mem_pi" }, +- { 8, "mem_po" }, +- { 9, "mem_fr" }, +- { 10, "sr" }, +- { 11, "dsk_da0" }, +- { 12, "dsk_fd0" }, +- { 13, "cpu_int" }, +- { 15, "cpu_csw" }, +- { 16, "cpu_sys" }, +- { 17, "cpu_usr" }, +- { 18, "cpu_idl" }, +- { -1, NULL } +-}; +- + /* FreeBSD v6 and later, possibly v5 also */ + static vmstat_layout_t vmstat_freebsd_layout[] = { + { 0, "cpu_r" }, +@@ -418,25 +394,7 @@ int do_vmstat_rrd(char *hostname, char *testname, char + case OS_HPUX: + layout = vmstat_hpux_layout; break; + case OS_FREEBSD: +- /* +- * Special, because there are two layouts for FreeBSD +- * FreeBSD v4.x has 19 fields, later versions of FreeBSD +- * are the same as OpenBSD, with 18 fields. +- */ +- { +- char **dsnames = NULL; +- int dscount, i; +- +- dscount = rrddatasets(hostname, &dsnames); +- layout = ((dscount == 19) ? vmstat_freebsd4_layout : vmstat_freebsd_layout); +- +- if ((dscount > 0) && dsnames) { +- /* Free the dsnames list */ +- for (i=0; (i<dscount); i++) xfree(dsnames[i]); +- xfree(dsnames); +- } +- } +- break; ++ layout = vmstat_freebsd_layout; break; + case OS_NETBSD: + layout = vmstat_netbsd_layout; break; + case OS_OPENBSD: diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile index f33707220675..ad795d38bc24 100644 --- a/net-p2p/c-lightning/Makefile +++ b/net-p2p/c-lightning/Makefile @@ -1,8 +1,7 @@ PORTNAME= c-lightning # To build from an arbitrary git commit comment PORTVERSION and PORTREVISION (if present) -PORTVERSION= 25.09 +PORTVERSION= 25.12 DISTVERSIONPREFIX= v -PORTREVISION= 2 # and uncomment the following two lines (use for example -git-HEAD or -git-f8d8348c) #PORTVERSION= 0 #PKGNAMESUFFIX= -git-f8d8348c diff --git a/net-p2p/c-lightning/Makefile.crates b/net-p2p/c-lightning/Makefile.crates index e92bdd18b7f8..a47e48f56499 100644 --- a/net-p2p/c-lightning/Makefile.crates +++ b/net-p2p/c-lightning/Makefile.crates @@ -1,8 +1,9 @@ CARGO_CRATES= addr2line-0.24.2 \ adler2-2.0.1 \ aho-corasick-1.1.3 \ - anyhow-1.0.99 \ - arbitrary-1.4.2 \ + android_system_properties-0.1.5 \ + anyhow-1.0.98 \ + arbitrary-1.4.1 \ arc-swap-1.7.1 \ arrayvec-0.7.6 \ asn1-rs-0.6.2 \ @@ -10,7 +11,7 @@ CARGO_CRATES= addr2line-0.24.2 \ asn1-rs-impl-0.2.0 \ async-stream-0.3.6 \ async-stream-impl-0.3.6 \ - async-trait-0.1.89 \ + async-trait-0.1.88 \ atomic-waker-1.1.2 \ autocfg-1.5.0 \ axum-0.6.20 \ @@ -18,7 +19,7 @@ CARGO_CRATES= addr2line-0.24.2 \ axum-core-0.3.4 \ axum-core-0.5.2 \ axum-server-0.6.0 \ - backtrace-0.3.75 \ + backtrace-0.3.74 \ base58ck-0.1.0 \ base64-0.21.7 \ base64-0.22.1 \ @@ -29,17 +30,19 @@ CARGO_CRATES= addr2line-0.24.2 \ bitcoin-internals-0.2.0 \ bitcoin-internals-0.3.0 \ bitcoin-io-0.1.3 \ + bitcoin-payment-instructions-0.5.0 \ bitcoin-units-0.1.2 \ bitcoin_hashes-0.13.0 \ bitcoin_hashes-0.14.0 \ bitflags-1.3.2 \ - bitflags-2.9.4 \ + bitflags-2.9.1 \ block-buffer-0.10.4 \ bumpalo-3.19.0 \ byteorder-1.5.0 \ bytes-1.10.1 \ - cc-1.2.35 \ - cfg-if-1.0.3 \ + cc-1.2.30 \ + cfg-if-1.0.1 \ + chrono-0.4.42 \ core-foundation-0.9.4 \ core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ @@ -47,11 +50,11 @@ CARGO_CRATES= addr2line-0.24.2 \ crypto-common-0.1.6 \ data-encoding-2.9.0 \ der-parser-9.0.0 \ - deranged-0.5.3 \ - derive_arbitrary-1.4.2 \ + deranged-0.4.0 \ + derive_arbitrary-1.4.1 \ digest-0.10.7 \ displaydoc-0.2.5 \ - dnssec-prover-0.6.8 \ + dnssec-prover-0.6.7 \ either-1.15.0 \ encoding_rs-0.8.35 \ engineioxide-0.15.2 \ @@ -59,11 +62,10 @@ CARGO_CRATES= addr2line-0.24.2 \ equivalent-1.0.2 \ errno-0.3.13 \ fastrand-2.3.0 \ - find-msvc-tools-0.1.0 \ fixedbitset-0.4.2 \ flate2-1.1.2 \ fnv-1.0.7 \ - form_urlencoded-1.2.2 \ + form_urlencoded-1.2.1 \ futures-0.3.31 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ @@ -78,10 +80,10 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.3.3 \ gimli-0.31.1 \ h2-0.3.27 \ - h2-0.4.12 \ + h2-0.4.11 \ hashbrown-0.12.3 \ hashbrown-0.13.2 \ - hashbrown-0.15.5 \ + hashbrown-0.15.4 \ heck-0.5.0 \ hermit-abi-0.5.2 \ hex-0.4.3 \ @@ -97,41 +99,46 @@ CARGO_CRATES= addr2line-0.24.2 \ httpdate-1.0.3 \ humantime-2.2.0 \ hyper-0.14.32 \ - hyper-1.7.0 \ + hyper-1.6.0 \ hyper-rustls-0.24.2 \ hyper-timeout-0.4.1 \ hyper-util-0.1.16 \ - 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.1.0 \ - idna_adapter-1.2.1 \ + iana-time-zone-0.1.64 \ + 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 \ + idna-1.0.3 \ + idna_adapter-1.2.0 \ indexmap-1.9.3 \ - indexmap-2.11.0 \ - io-uring-0.7.10 \ + indexmap-2.10.0 \ + io-uring-0.7.9 \ ipnet-2.11.0 \ is-terminal-0.4.16 \ itertools-0.12.1 \ itoa-1.0.15 \ - js-sys-0.3.78 \ + js-sys-0.3.77 \ lazy_static-1.5.0 \ - libc-0.2.175 \ + libc-0.2.174 \ libm-0.2.15 \ libyml-0.0.5 \ - libz-rs-sys-0.5.2 \ + libz-rs-sys-0.5.1 \ lightning-0.1.5 \ lightning-invoice-0.33.2 \ lightning-types-0.2.0 \ linux-raw-sys-0.9.4 \ - litemap-0.8.0 \ + litemap-0.7.4 \ lock_api-0.4.13 \ - log-0.4.28 \ + log-0.4.27 \ log-panics-2.1.0 \ - matchers-0.2.0 \ + matchers-0.1.0 \ matchit-0.7.3 \ matchit-0.8.4 \ memchr-2.7.5 \ @@ -142,7 +149,7 @@ CARGO_CRATES= addr2line-0.24.2 \ mio-1.0.4 \ multimap-0.10.1 \ nom-7.1.3 \ - nu-ansi-term-0.50.1 \ + nu-ansi-term-0.46.0 \ num-bigint-0.4.6 \ num-conv-0.1.0 \ num-integer-0.1.46 \ @@ -150,21 +157,21 @@ CARGO_CRATES= addr2line-0.24.2 \ object-0.36.7 \ oid-registry-0.7.1 \ once_cell-1.21.3 \ + overload-0.1.1 \ parking_lot-0.12.4 \ parking_lot_core-0.9.11 \ pem-3.0.5 \ - percent-encoding-2.3.2 \ + percent-encoding-2.3.1 \ petgraph-0.6.5 \ pin-project-1.1.10 \ pin-project-internal-1.1.10 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ possiblyrandom-0.2.0 \ - potential_utf-0.1.3 \ powerfmt-0.2.0 \ ppv-lite86-0.2.21 \ - prettyplease-0.2.37 \ - proc-macro2-1.0.101 \ + prettyplease-0.2.36 \ + proc-macro2-1.0.95 \ prost-0.12.6 \ prost-build-0.12.6 \ prost-derive-0.12.6 \ @@ -179,10 +186,12 @@ CARGO_CRATES= addr2line-0.24.2 \ rand_core-0.6.4 \ rand_core-0.9.3 \ rcgen-0.13.2 \ - redox_syscall-0.5.17 \ - regex-1.11.2 \ - regex-automata-0.4.10 \ - regex-syntax-0.8.6 \ + redox_syscall-0.5.15 \ + regex-1.11.1 \ + regex-automata-0.1.10 \ + regex-automata-0.4.9 \ + regex-syntax-0.6.29 \ + regex-syntax-0.8.5 \ reqwest-0.11.27 \ ring-0.17.14 \ roxmltree-0.20.0 \ @@ -190,19 +199,19 @@ CARGO_CRATES= addr2line-0.24.2 \ rust-embed-8.7.2 \ rust-embed-impl-8.7.2 \ rust-embed-utils-8.7.2 \ - rustc-demangle-0.1.26 \ + rustc-demangle-0.1.25 \ rusticata-macros-4.1.0 \ rustix-1.0.8 \ rustls-0.21.12 \ rustls-0.22.4 \ - rustls-0.23.31 \ + rustls-0.23.29 \ rustls-pemfile-1.0.4 \ rustls-pemfile-2.2.0 \ rustls-pki-types-1.12.0 \ rustls-webpki-0.101.7 \ rustls-webpki-0.102.8 \ rustls-webpki-0.103.4 \ - rustversion-1.0.22 \ + rustversion-1.0.21 \ ryu-1.0.20 \ same-file-1.0.6 \ scopeguard-1.2.0 \ @@ -213,7 +222,7 @@ CARGO_CRATES= addr2line-0.24.2 \ secp256k1-sys-0.10.1 \ serde-1.0.219 \ serde_derive-1.0.219 \ - serde_json-1.0.143 \ + serde_json-1.0.141 \ serde_path_to_error-0.1.17 \ serde_qs-0.15.0 \ serde_urlencoded-0.7.1 \ @@ -222,35 +231,34 @@ CARGO_CRATES= addr2line-0.24.2 \ sha2-0.10.9 \ sharded-slab-0.1.7 \ shlex-1.3.0 \ - signal-hook-registry-1.4.6 \ + signal-hook-registry-1.4.5 \ simd-adler32-0.3.7 \ - slab-0.4.11 \ + slab-0.4.10 \ smallvec-1.15.1 \ socket2-0.5.10 \ - socket2-0.6.0 \ socketioxide-0.15.2 \ socketioxide-core-0.15.2 \ socketioxide-parser-common-0.15.2 \ stable_deref_trait-1.2.0 \ subtle-2.6.1 \ - syn-2.0.106 \ + syn-2.0.104 \ sync_wrapper-0.1.2 \ sync_wrapper-1.0.2 \ synstructure-0.13.2 \ system-configuration-0.5.1 \ system-configuration-sys-0.5.0 \ - tempfile-3.21.0 \ + tempfile-3.20.0 \ termcolor-1.4.1 \ thiserror-1.0.69 \ - thiserror-2.0.16 \ + thiserror-2.0.12 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.16 \ + thiserror-impl-2.0.12 \ thread_local-1.1.9 \ - time-0.3.43 \ - time-core-0.1.6 \ - time-macros-0.2.24 \ - tinystr-0.8.1 \ - tokio-1.47.1 \ + time-0.3.41 \ + time-core-0.1.4 \ + time-macros-0.2.22 \ + tinystr-0.7.6 \ + tokio-1.46.1 \ tokio-io-timeout-1.2.1 \ tokio-macros-2.5.0 \ tokio-rustls-0.24.1 \ @@ -261,7 +269,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tokio-test-0.4.4 \ tokio-tungstenite-0.24.0 \ tokio-tungstenite-0.26.2 \ - tokio-util-0.7.16 \ + tokio-util-0.7.15 \ tonic-0.11.0 \ tonic-build-0.11.0 \ tower-0.4.13 \ @@ -273,7 +281,7 @@ CARGO_CRATES= addr2line-0.24.2 \ tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.20 \ + tracing-subscriber-0.3.19 \ try-lock-0.2.5 \ tungstenite-0.24.0 \ tungstenite-0.26.2 \ @@ -281,8 +289,9 @@ CARGO_CRATES= addr2line-0.24.2 \ unicase-2.8.1 \ unicode-ident-1.0.18 \ untrusted-0.9.0 \ - url-2.5.7 \ + url-2.5.4 \ utf-8-0.7.6 \ + utf16_iter-1.0.5 \ utf8_iter-1.0.4 \ utoipa-5.4.0 \ utoipa-gen-5.4.0 \ @@ -293,24 +302,32 @@ CARGO_CRATES= addr2line-0.24.2 \ walkdir-2.5.0 \ want-0.3.1 \ wasi-0.11.1+wasi-snapshot-preview1 \ - wasi-0.14.3+wasi-0.2.4 \ - wasm-bindgen-0.2.101 \ - wasm-bindgen-backend-0.2.101 \ - wasm-bindgen-futures-0.4.51 \ - wasm-bindgen-macro-0.2.101 \ - wasm-bindgen-macro-support-0.2.101 \ - wasm-bindgen-shared-0.2.101 \ - web-sys-0.3.78 \ + wasi-0.14.2+wasi-0.2.4 \ + wasm-bindgen-0.2.100 \ + wasm-bindgen-backend-0.2.100 \ + wasm-bindgen-futures-0.4.50 \ + wasm-bindgen-macro-0.2.100 \ + wasm-bindgen-macro-support-0.2.100 \ + wasm-bindgen-shared-0.2.100 \ + web-sys-0.3.77 \ webpki-roots-0.25.4 \ - winapi-util-0.1.10 \ - windows-link-0.1.3 \ + winapi-0.3.9 \ + winapi-i686-pc-windows-gnu-0.4.0 \ + winapi-util-0.1.9 \ + winapi-x86_64-pc-windows-gnu-0.4.0 \ + windows-core-0.62.0 \ + windows-implement-0.60.0 \ + windows-interface-0.59.1 \ + windows-link-0.2.0 \ + windows-result-0.4.0 \ + windows-strings-0.5.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.3 \ + windows-targets-0.53.2 \ windows_aarch64_gnullvm-0.48.5 \ windows_aarch64_gnullvm-0.52.6 \ windows_aarch64_gnullvm-0.53.0 \ @@ -335,21 +352,20 @@ CARGO_CRATES= addr2line-0.24.2 \ windows_x86_64_msvc-0.52.6 \ windows_x86_64_msvc-0.53.0 \ winreg-0.50.0 \ - wit-bindgen-0.45.0 \ - writeable-0.6.1 \ + wit-bindgen-rt-0.39.0 \ + write16-1.0.0 \ + writeable-0.5.5 \ x509-parser-0.16.0 \ yasna-0.5.2 \ - yoke-0.8.0 \ - yoke-derive-0.8.0 \ + yoke-0.7.5 \ + yoke-derive-0.7.5 \ zerocopy-0.8.26 \ zerocopy-derive-0.8.26 \ - zerofrom-0.1.6 \ + zerofrom-0.1.5 \ zerofrom-derive-0.1.6 \ zeroize-1.8.1 \ - zerotrie-0.2.2 \ - zerovec-0.11.4 \ - zerovec-derive-0.11.1 \ + zerovec-0.10.4 \ + zerovec-derive-0.10.3 \ zip-3.0.0 \ - zlib-rs-0.5.2 \ - zopfli-0.8.2 \ - bitcoin-payment-instructions@git+https://github.com/rust-bitcoin/bitcoin-payment-instructions.git?rev=d071ce27734ca13be2471f81abf8699d902c3a10\#d071ce27734ca13be2471f81abf8699d902c3a10 + zlib-rs-0.5.1 \ + zopfli-0.8.2 diff --git a/net-p2p/c-lightning/distinfo b/net-p2p/c-lightning/distinfo index 83fc65ce69c3..af082c8cef12 100644 --- a/net-p2p/c-lightning/distinfo +++ b/net-p2p/c-lightning/distinfo @@ -1,14 +1,16 @@ -TIMESTAMP = 1757062898 +TIMESTAMP = 1765130690 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa 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/anyhow-1.0.99.crate) = b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100 -SIZE (rust/crates/anyhow-1.0.99.crate) = 53809 -SHA256 (rust/crates/arbitrary-1.4.2.crate) = c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1 -SIZE (rust/crates/arbitrary-1.4.2.crate) = 38307 +SHA256 (rust/crates/android_system_properties-0.1.5.crate) = 819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311 +SIZE (rust/crates/android_system_properties-0.1.5.crate) = 5243 +SHA256 (rust/crates/anyhow-1.0.98.crate) = e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487 +SIZE (rust/crates/anyhow-1.0.98.crate) = 53334 +SHA256 (rust/crates/arbitrary-1.4.1.crate) = dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223 +SIZE (rust/crates/arbitrary-1.4.1.crate) = 36816 SHA256 (rust/crates/arc-swap-1.7.1.crate) = 69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457 SIZE (rust/crates/arc-swap-1.7.1.crate) = 68512 SHA256 (rust/crates/arrayvec-0.7.6.crate) = 7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50 @@ -23,8 +25,8 @@ SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4 SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d SIZE (rust/crates/async-stream-impl-0.3.6.crate) = 4312 -SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb -SIZE (rust/crates/async-trait-0.1.89.crate) = 32171 +SHA256 (rust/crates/async-trait-0.1.88.crate) = e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5 +SIZE (rust/crates/async-trait-0.1.88.crate) = 32084 SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 @@ -39,8 +41,8 @@ SHA256 (rust/crates/axum-core-0.5.2.crate) = 68464cd0412f486726fb3373129ef5d2993 SIZE (rust/crates/axum-core-0.5.2.crate) = 26212 SHA256 (rust/crates/axum-server-0.6.0.crate) = c1ad46c3ec4e12f4a4b6835e173ba21c25e484c9d02b49770bf006ce5367c036 SIZE (rust/crates/axum-server-0.6.0.crate) = 36772 -SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 -SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/backtrace-0.3.74.crate) = 8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a +SIZE (rust/crates/backtrace-0.3.74.crate) = 88516 SHA256 (rust/crates/base58ck-0.1.0.crate) = 2c8d66485a3a2ea485c1913c4572ce0256067a5377ac8c75c4960e1cda98605f SIZE (rust/crates/base58ck-0.1.0.crate) = 6188 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 @@ -61,6 +63,8 @@ SHA256 (rust/crates/bitcoin-internals-0.3.0.crate) = 30bdbe14aa07b06e6cfeffc529a SIZE (rust/crates/bitcoin-internals-0.3.0.crate) = 9799 SHA256 (rust/crates/bitcoin-io-0.1.3.crate) = 0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf SIZE (rust/crates/bitcoin-io-0.1.3.crate) = 9145 +SHA256 (rust/crates/bitcoin-payment-instructions-0.5.0.crate) = 3f00d509810205bfef492f1d6cefe1e2ac35b5e66675d51642315ddc5cee0e78 +SIZE (rust/crates/bitcoin-payment-instructions-0.5.0.crate) = 29696 SHA256 (rust/crates/bitcoin-units-0.1.2.crate) = 5285c8bcaa25876d07f37e3d30c303f2609179716e11d688f51e8f1fe70063e2 SIZE (rust/crates/bitcoin-units-0.1.2.crate) = 32105 SHA256 (rust/crates/bitcoin_hashes-0.13.0.crate) = 1930a4dabfebb8d7d9992db18ebe3ae2876f0a305fab206fd168df931ede293b @@ -69,8 +73,8 @@ SHA256 (rust/crates/bitcoin_hashes-0.14.0.crate) = bb18c03d0db0247e147a21a6faafd SIZE (rust/crates/bitcoin_hashes-0.14.0.crate) = 48535 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 -SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +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.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 @@ -79,10 +83,12 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353 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/cc-1.2.35.crate) = 590f9024a68a8c40351881787f1934dc11afd69090f5edb6831464694d836ea3 -SIZE (rust/crates/cc-1.2.35.crate) = 89972 -SHA256 (rust/crates/cfg-if-1.0.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 -SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 +SHA256 (rust/crates/cc-1.2.30.crate) = deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7 +SIZE (rust/crates/cc-1.2.30.crate) = 108550 +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.42.crate) = 145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2 +SIZE (rust/crates/chrono-0.4.42.crate) = 238174 SHA256 (rust/crates/core-foundation-0.9.4.crate) = 91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f SIZE (rust/crates/core-foundation-0.9.4.crate) = 27743 SHA256 (rust/crates/core-foundation-sys-0.8.7.crate) = 773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b @@ -97,16 +103,16 @@ SHA256 (rust/crates/data-encoding-2.9.0.crate) = 2a2330da5de22e8a3cb63252ce2abb3 SIZE (rust/crates/data-encoding-2.9.0.crate) = 21564 SHA256 (rust/crates/der-parser-9.0.0.crate) = 5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553 SIZE (rust/crates/der-parser-9.0.0.crate) = 63191 -SHA256 (rust/crates/deranged-0.5.3.crate) = d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc -SIZE (rust/crates/deranged-0.5.3.crate) = 24353 -SHA256 (rust/crates/derive_arbitrary-1.4.2.crate) = 1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a -SIZE (rust/crates/derive_arbitrary-1.4.2.crate) = 12290 +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/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 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/dnssec-prover-0.6.8.crate) = ec4f825369fc7134da70ca4040fddc8e03b80a46d249ae38d9c1c39b7b4476bf -SIZE (rust/crates/dnssec-prover-0.6.8.crate) = 939961 +SHA256 (rust/crates/dnssec-prover-0.6.7.crate) = 48f9e1163868b86c37d43c586af9d917e699c87f1266ebfdf356ad1003458118 +SIZE (rust/crates/dnssec-prover-0.6.7.crate) = 939129 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 SIZE (rust/crates/either-1.15.0.crate) = 20114 SHA256 (rust/crates/encoding_rs-0.8.35.crate) = 75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3 @@ -121,16 +127,14 @@ SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd40 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/find-msvc-tools-0.1.0.crate) = e178e4fba8a2726903f6ba98a6d221e76f9c12c650d5dc0e6afdc50677b49650 -SIZE (rust/crates/find-msvc-tools-0.1.0.crate) = 29903 SHA256 (rust/crates/fixedbitset-0.4.2.crate) = 0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80 SIZE (rust/crates/fixedbitset-0.4.2.crate) = 15954 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/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf -SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 +SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 +SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 SIZE (rust/crates/futures-0.3.31.crate) = 54953 SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 @@ -159,14 +163,14 @@ SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/h2-0.3.27.crate) = 0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d SIZE (rust/crates/h2-0.3.27.crate) = 169180 -SHA256 (rust/crates/h2-0.4.12.crate) = f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386 -SIZE (rust/crates/h2-0.4.12.crate) = 176264 +SHA256 (rust/crates/h2-0.4.11.crate) = 17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785 +SIZE (rust/crates/h2-0.4.11.crate) = 175810 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.13.2.crate) = 43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e SIZE (rust/crates/hashbrown-0.13.2.crate) = 105265 -SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 -SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 +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/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c @@ -197,38 +201,48 @@ SHA256 (rust/crates/humantime-2.2.0.crate) = 9b112acc8b3adf4b107a8ec20977da0273a SIZE (rust/crates/humantime-2.2.0.crate) = 20646 SHA256 (rust/crates/hyper-0.14.32.crate) = 41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7 SIZE (rust/crates/hyper-0.14.32.crate) = 199622 -SHA256 (rust/crates/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e -SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 +SIZE (rust/crates/hyper-1.6.0.crate) = 153923 SHA256 (rust/crates/hyper-rustls-0.24.2.crate) = ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590 SIZE (rust/crates/hyper-rustls-0.24.2.crate) = 30195 SHA256 (rust/crates/hyper-timeout-0.4.1.crate) = bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1 SIZE (rust/crates/hyper-timeout-0.4.1.crate) = 13805 SHA256 (rust/crates/hyper-util-0.1.16.crate) = 8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e SIZE (rust/crates/hyper-util-0.1.16.crate) = 101184 -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.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de -SIZE (rust/crates/idna-1.1.0.crate) = 148747 -SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 -SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 +SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb +SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 +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/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e +SIZE (rust/crates/idna-1.0.3.crate) = 142515 +SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 +SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99 SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 -SHA256 (rust/crates/indexmap-2.11.0.crate) = f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9 -SIZE (rust/crates/indexmap-2.11.0.crate) = 99851 -SHA256 (rust/crates/io-uring-0.7.10.crate) = 046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b -SIZE (rust/crates/io-uring-0.7.10.crate) = 103070 +SHA256 (rust/crates/indexmap-2.10.0.crate) = fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661 +SIZE (rust/crates/indexmap-2.10.0.crate) = 95836 +SHA256 (rust/crates/io-uring-0.7.9.crate) = d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4 +SIZE (rust/crates/io-uring-0.7.9.crate) = 99792 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 @@ -237,18 +251,18 @@ SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -SHA256 (rust/crates/js-sys-0.3.78.crate) = 0c0b063578492ceec17683ef2f8c5e89121fbd0b172cbc280635ab7567db2738 -SIZE (rust/crates/js-sys-0.3.78.crate) = 56010 +SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f +SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 +SIZE (rust/crates/libc-0.2.174.crate) = 779933 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 SHA256 (rust/crates/libyml-0.0.5.crate) = 3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980 SIZE (rust/crates/libyml-0.0.5.crate) = 97931 -SHA256 (rust/crates/libz-rs-sys-0.5.2.crate) = 840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd -SIZE (rust/crates/libz-rs-sys-0.5.2.crate) = 46524 +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/lightning-0.1.5.crate) = e540fcb289a76826c9c0b078d3dd1f05691972c5a53fb4d3120540862040a147 SIZE (rust/crates/lightning-0.1.5.crate) = 1421009 SHA256 (rust/crates/lightning-invoice-0.33.2.crate) = 11209f386879b97198b2bfc9e9c1e5d42870825c6bd4376f17f95357244d6600 @@ -257,16 +271,16 @@ SHA256 (rust/crates/lightning-types-0.2.0.crate) = f2cd84d4e71472035903e43caded8 SIZE (rust/crates/lightning-types-0.2.0.crate) = 13275 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/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 +SIZE (rust/crates/litemap-0.7.4.crate) = 28257 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.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 -SIZE (rust/crates/log-0.4.28.crate) = 51131 +SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 +SIZE (rust/crates/log-0.4.27.crate) = 48120 SHA256 (rust/crates/log-panics-2.1.0.crate) = 68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f SIZE (rust/crates/log-panics-2.1.0.crate) = 9464 -SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 -SIZE (rust/crates/matchers-0.2.0.crate) = 7075 +SHA256 (rust/crates/matchers-0.1.0.crate) = 8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558 +SIZE (rust/crates/matchers-0.1.0.crate) = 6948 SHA256 (rust/crates/matchit-0.7.3.crate) = 0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94 SIZE (rust/crates/matchit-0.7.3.crate) = 30372 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 @@ -287,8 +301,8 @@ SHA256 (rust/crates/multimap-0.10.1.crate) = 1d87ecb2933e8aeadb3e3a02b828fed80a7 SIZE (rust/crates/multimap-0.10.1.crate) = 15232 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 -SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 -SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 +SHA256 (rust/crates/nu-ansi-term-0.46.0.crate) = 77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84 +SIZE (rust/crates/nu-ansi-term-0.46.0.crate) = 24311 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 @@ -303,14 +317,16 @@ SHA256 (rust/crates/oid-registry-0.7.1.crate) = a8d8034d9489cdaf79228eb9f6a3b8d7 SIZE (rust/crates/oid-registry-0.7.1.crate) = 15220 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 +SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 +SIZE (rust/crates/overload-0.1.1.crate) = 24439 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/pem-3.0.5.crate) = 38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3 SIZE (rust/crates/pem-3.0.5.crate) = 18140 -SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 -SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +SHA256 (rust/crates/percent-encoding-2.3.1.crate) = e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e +SIZE (rust/crates/percent-encoding-2.3.1.crate) = 10235 SHA256 (rust/crates/petgraph-0.6.5.crate) = b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db SIZE (rust/crates/petgraph-0.6.5.crate) = 710970 SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a @@ -323,16 +339,14 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/possiblyrandom-0.2.0.crate) = 1b122a615d72104fb3d8b26523fdf9232cd8ee06949fb37e4ce3ff964d15dffd SIZE (rust/crates/possiblyrandom-0.2.0.crate) = 1655 -SHA256 (rust/crates/potential_utf-0.1.3.crate) = 84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a -SIZE (rust/crates/potential_utf-0.1.3.crate) = 9698 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/prettyplease-0.2.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b -SIZE (rust/crates/prettyplease-0.2.37.crate) = 72033 -SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de -SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 +SHA256 (rust/crates/prettyplease-0.2.36.crate) = ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2 +SIZE (rust/crates/prettyplease-0.2.36.crate) = 71870 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 SHA256 (rust/crates/prost-0.12.6.crate) = deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29 SIZE (rust/crates/prost-0.12.6.crate) = 21552 SHA256 (rust/crates/prost-build-0.12.6.crate) = 22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4 @@ -361,14 +375,18 @@ SHA256 (rust/crates/rand_core-0.9.3.crate) = 99d9a13982dcf210057a8a78572b2217b66 SIZE (rust/crates/rand_core-0.9.3.crate) = 24543 SHA256 (rust/crates/rcgen-0.13.2.crate) = 75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2 SIZE (rust/crates/rcgen-0.13.2.crate) = 77836 -SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77 -SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 -SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 -SIZE (rust/crates/regex-1.11.2.crate) = 166265 -SHA256 (rust/crates/regex-automata-0.4.10.crate) = 6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6 -SIZE (rust/crates/regex-automata-0.4.10.crate) = 622754 -SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 -SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 +SHA256 (rust/crates/redox_syscall-0.5.15.crate) = 7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec +SIZE (rust/crates/redox_syscall-0.5.15.crate) = 29646 +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 +SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 +SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 SHA256 (rust/crates/ring-0.17.14.crate) = a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7 @@ -383,8 +401,8 @@ SHA256 (rust/crates/rust-embed-impl-8.7.2.crate) = 6065f1a4392b71819ec1ea1df1120 SIZE (rust/crates/rust-embed-impl-8.7.2.crate) = 9663 SHA256 (rust/crates/rust-embed-utils-8.7.2.crate) = f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594 SIZE (rust/crates/rust-embed-utils-8.7.2.crate) = 6123 -SHA256 (rust/crates/rustc-demangle-0.1.26.crate) = 56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace -SIZE (rust/crates/rustc-demangle-0.1.26.crate) = 30340 +SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f +SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 SHA256 (rust/crates/rusticata-macros-4.1.0.crate) = faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632 SIZE (rust/crates/rusticata-macros-4.1.0.crate) = 11746 SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 @@ -393,8 +411,8 @@ SHA256 (rust/crates/rustls-0.21.12.crate) = 3f56a14d1f48b391359b22f731fd4bd7e43c SIZE (rust/crates/rustls-0.21.12.crate) = 285674 SHA256 (rust/crates/rustls-0.22.4.crate) = bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432 SIZE (rust/crates/rustls-0.22.4.crate) = 333681 -SHA256 (rust/crates/rustls-0.23.31.crate) = c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc -SIZE (rust/crates/rustls-0.23.31.crate) = 371259 +SHA256 (rust/crates/rustls-0.23.29.crate) = 2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1 +SIZE (rust/crates/rustls-0.23.29.crate) = 370867 SHA256 (rust/crates/rustls-pemfile-1.0.4.crate) = 1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c SIZE (rust/crates/rustls-pemfile-1.0.4.crate) = 22092 SHA256 (rust/crates/rustls-pemfile-2.2.0.crate) = dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50 @@ -407,8 +425,8 @@ SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc14 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 SHA256 (rust/crates/rustls-webpki-0.103.4.crate) = 0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc SIZE (rust/crates/rustls-webpki-0.103.4.crate) = 84241 -SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d -SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 @@ -429,8 +447,8 @@ SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854 SIZE (rust/crates/serde-1.0.219.crate) = 78983 SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 -SHA256 (rust/crates/serde_json-1.0.143.crate) = d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a -SIZE (rust/crates/serde_json-1.0.143.crate) = 155342 +SHA256 (rust/crates/serde_json-1.0.141.crate) = 30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3 +SIZE (rust/crates/serde_json-1.0.141.crate) = 155322 SHA256 (rust/crates/serde_path_to_error-0.1.17.crate) = 59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a SIZE (rust/crates/serde_path_to_error-0.1.17.crate) = 17662 SHA256 (rust/crates/serde_qs-0.15.0.crate) = f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352 @@ -447,18 +465,16 @@ SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e82 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/signal-hook-registry-1.4.6.crate) = b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b -SIZE (rust/crates/signal-hook-registry-1.4.6.crate) = 19277 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 -SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 -SIZE (rust/crates/slab-0.4.11.crate) = 18549 +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/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 -SIZE (rust/crates/socket2-0.6.0.crate) = 57974 SHA256 (rust/crates/socketioxide-0.15.2.crate) = 929e1bc0629c6c8ceaa39473082aa2df35a2a5f0c300382912047bd5dccb9740 SIZE (rust/crates/socketioxide-0.15.2.crate) = 74008 SHA256 (rust/crates/socketioxide-core-0.15.2.crate) = 20fbe5455c862962f547bac834bcc6db8659a7033934b9c45c6e1cfb4f9dc178 @@ -469,8 +485,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/subtle-2.6.1.crate) = 13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292 SIZE (rust/crates/subtle-2.6.1.crate) = 14562 -SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 -SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 +SIZE (rust/crates/syn-2.0.104.crate) = 299699 SHA256 (rust/crates/sync_wrapper-0.1.2.crate) = 2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160 SIZE (rust/crates/sync_wrapper-0.1.2.crate) = 6933 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 @@ -481,30 +497,30 @@ SHA256 (rust/crates/system-configuration-0.5.1.crate) = ba3a3adc5c275d719af8cb42 SIZE (rust/crates/system-configuration-0.5.1.crate) = 12618 SHA256 (rust/crates/system-configuration-sys-0.5.0.crate) = a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9 SIZE (rust/crates/system-configuration-sys-0.5.0.crate) = 6730 -SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e -SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 +SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 +SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 SHA256 (rust/crates/termcolor-1.4.1.crate) = 06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755 SIZE (rust/crates/termcolor-1.4.1.crate) = 18773 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.16.crate) = 3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0 -SIZE (rust/crates/thiserror-2.0.16.crate) = 29095 +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.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 -SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 +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.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 -SHA256 (rust/crates/time-0.3.43.crate) = 83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031 -SIZE (rust/crates/time-0.3.43.crate) = 142912 -SHA256 (rust/crates/time-core-0.1.6.crate) = 40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b -SIZE (rust/crates/time-core-0.1.6.crate) = 9105 -SHA256 (rust/crates/time-macros-0.2.24.crate) = 30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3 -SIZE (rust/crates/time-macros-0.2.24.crate) = 24715 -SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b -SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/tokio-1.47.1.crate) = 89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038 -SIZE (rust/crates/tokio-1.47.1.crate) = 829790 +SHA256 (rust/crates/time-0.3.41.crate) = 8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40 +SIZE (rust/crates/time-0.3.41.crate) = 138369 +SHA256 (rust/crates/time-core-0.1.4.crate) = c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c +SIZE (rust/crates/time-core-0.1.4.crate) = 8422 +SHA256 (rust/crates/time-macros-0.2.22.crate) = 3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49 +SIZE (rust/crates/time-macros-0.2.22.crate) = 24604 +SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f +SIZE (rust/crates/tinystr-0.7.6.crate) = 16971 +SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 +SIZE (rust/crates/tokio-1.46.1.crate) = 823632 SHA256 (rust/crates/tokio-io-timeout-1.2.1.crate) = 0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76 SIZE (rust/crates/tokio-io-timeout-1.2.1.crate) = 12164 SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 @@ -525,8 +541,8 @@ SHA256 (rust/crates/tokio-tungstenite-0.24.0.crate) = edc5f74e248dc973e0dbb7b74c SIZE (rust/crates/tokio-tungstenite-0.24.0.crate) = 28904 SHA256 (rust/crates/tokio-tungstenite-0.26.2.crate) = 7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084 SIZE (rust/crates/tokio-tungstenite-0.26.2.crate) = 29868 -SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5 -SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 +SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df +SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 SHA256 (rust/crates/tonic-0.11.0.crate) = 76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13 SIZE (rust/crates/tonic-0.11.0.crate) = 92841 SHA256 (rust/crates/tonic-build-0.11.0.crate) = be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2 @@ -549,8 +565,8 @@ SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a5 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.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 -SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 +SHA256 (rust/crates/tracing-subscriber-0.3.19.crate) = e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008 +SIZE (rust/crates/tracing-subscriber-0.3.19.crate) = 198345 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/tungstenite-0.24.0.crate) = 18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a @@ -565,10 +581,12 @@ SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e9 SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 SHA256 (rust/crates/untrusted-0.9.0.crate) = 8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1 SIZE (rust/crates/untrusted-0.9.0.crate) = 14447 -SHA256 (rust/crates/url-2.5.7.crate) = 08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b -SIZE (rust/crates/url-2.5.7.crate) = 87907 +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 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 +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/utoipa-5.4.0.crate) = 2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993 @@ -589,28 +607,44 @@ SHA256 (rust/crates/want-0.3.1.crate) = bfa7760aed19e106de2c7c0b581b509f2f25d3da SIZE (rust/crates/want-0.3.1.crate) = 6398 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.3+wasi-0.2.4.crate) = 6a51ae83037bdd272a9e28ce236db8c07016dd0d50c27038b3f407533c030c95 -SIZE (rust/crates/wasi-0.14.3+wasi-0.2.4.crate) = 144010 -SHA256 (rust/crates/wasm-bindgen-0.2.101.crate) = 7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b -SIZE (rust/crates/wasm-bindgen-0.2.101.crate) = 47841 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.101.crate) = e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb -SIZE (rust/crates/wasm-bindgen-backend-0.2.101.crate) = 32331 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.51.crate) = 0ca85039a9b469b38336411d6d6ced91f3fc87109a2a27b0c197663f5144dffe -SIZE (rust/crates/wasm-bindgen-futures-0.4.51.crate) = 16315 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d -SIZE (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 9804 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 26415 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.101.crate) = f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.101.crate) = 9055 -SHA256 (rust/crates/web-sys-0.3.78.crate) = 77e4b637749ff0d92b8fad63aa1f7cff3cbe125fd49c175cd6345e7272638b12 -SIZE (rust/crates/web-sys-0.3.78.crate) = 642410 +SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 +SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 +SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 +SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 +SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 +SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 +SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d +SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 +SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 SHA256 (rust/crates/webpki-roots-0.25.4.crate) = 5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1 SIZE (rust/crates/webpki-roots-0.25.4.crate) = 253559 -SHA256 (rust/crates/winapi-util-0.1.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 -SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 -SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a -SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 +SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 +SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 +SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 +SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb +SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 +SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f +SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 +SHA256 (rust/crates/windows-core-0.62.0.crate) = 57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c +SIZE (rust/crates/windows-core-0.62.0.crate) = 36955 +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.2.0.crate) = 45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65 +SIZE (rust/crates/windows-link-0.2.0.crate) = 6170 +SHA256 (rust/crates/windows-result-0.4.0.crate) = 7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f +SIZE (rust/crates/windows-result-0.4.0.crate) = 13420 +SHA256 (rust/crates/windows-strings-0.5.0.crate) = 7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda +SIZE (rust/crates/windows-strings-0.5.0.crate) = 13992 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 @@ -623,8 +657,8 @@ SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c0964560 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.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 -SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 +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 @@ -673,44 +707,42 @@ 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/winreg-0.50.0.crate) = 524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1 SIZE (rust/crates/winreg-0.50.0.crate) = 29703 -SHA256 (rust/crates/wit-bindgen-0.45.0.crate) = 052283831dbae3d879dc7f51f3d92703a316ca49f91540417d38591826127814 -SIZE (rust/crates/wit-bindgen-0.45.0.crate) = 60405 -SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb -SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 +SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 +SHA256 (rust/crates/write16-1.0.0.crate) = d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936 +SIZE (rust/crates/write16-1.0.0.crate) = 7218 +SHA256 (rust/crates/writeable-0.5.5.crate) = 1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51 +SIZE (rust/crates/writeable-0.5.5.crate) = 22354 SHA256 (rust/crates/x509-parser-0.16.0.crate) = fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69 SIZE (rust/crates/x509-parser-0.16.0.crate) = 92925 SHA256 (rust/crates/yasna-0.5.2.crate) = e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd SIZE (rust/crates/yasna-0.5.2.crate) = 34859 -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/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.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-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e +SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 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/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 -SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 -SHA256 (rust/crates/zerovec-0.11.4.crate) = e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b -SIZE (rust/crates/zerovec-0.11.4.crate) = 125080 -SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f -SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 +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-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 -SHA256 (rust/crates/zlib-rs-0.5.2.crate) = 2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2 -SIZE (rust/crates/zlib-rs-0.5.2.crate) = 194342 +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.2.crate) = edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7 SIZE (rust/crates/zopfli-0.8.2.crate) = 51842 -SHA256 (rust-bitcoin-bitcoin-payment-instructions-d071ce27734ca13be2471f81abf8699d902c3a10_GH0.tar.gz) = 161028595d8d0cb61c86ea14b81cf3f1e5ed195784ea5245e070604af914d037 -SIZE (rust-bitcoin-bitcoin-payment-instructions-d071ce27734ca13be2471f81abf8699d902c3a10_GH0.tar.gz) = 32597 -SHA256 (ElementsProject-lightning-v25.09_GH0.tar.gz) = cd5a2bf37edae698de6f85e4a1e44efd558b23257ec993b83ea25fd71a32388d -SIZE (ElementsProject-lightning-v25.09_GH0.tar.gz) = 14647069 +SHA256 (ElementsProject-lightning-v25.12_GH0.tar.gz) = cdb34dd68d51fa18dccdfb4be4438374ecb16c6388e817782c38005c205b8336 +SIZE (ElementsProject-lightning-v25.12_GH0.tar.gz) = 19324743 SHA256 (ElementsProject-libwally-core-12f5ac4ccf0e2_GH0.tar.gz) = aa51d1c2304b8fc0196feea15dcdad50a35e8eb06a62cc6a748ac3a94c772b88 SIZE (ElementsProject-libwally-core-12f5ac4ccf0e2_GH0.tar.gz) = 1287461 SHA256 (BlockstreamResearch-secp256k1-zkp-615262261_GH0.tar.gz) = 5c992dd479502e5b5ad3e92dccf2fdf6853c74b1a0c547512f97382dc8fc0fdc diff --git a/net-p2p/c-lightning/pkg-plist b/net-p2p/c-lightning/pkg-plist index 1c18416b4446..04cc04dd137a 100644 --- a/net-p2p/c-lightning/pkg-plist +++ b/net-p2p/c-lightning/pkg-plist @@ -46,6 +46,7 @@ share/man/man7/lightning-addgossip.7.gz share/man/man7/lightning-addpsbtoutput.7.gz share/man/man7/lightning-askrene-age.7.gz share/man/man7/lightning-askrene-bias-channel.7.gz +share/man/man7/lightning-askrene-bias-node.7.gz share/man/man7/lightning-askrene-create-channel.7.gz share/man/man7/lightning-askrene-create-layer.7.gz share/man/man7/lightning-askrene-disable-node.7.gz @@ -68,6 +69,7 @@ share/man/man7/lightning-bkpr-listaccountevents.7.gz share/man/man7/lightning-bkpr-listbalances.7.gz share/man/man7/lightning-bkpr-listincome.7.gz share/man/man7/lightning-blacklistrune.7.gz +share/man/man7/lightning-cancelrecurringinvoice.7.gz share/man/man7/lightning-check.7.gz share/man/man7/lightning-checkmessage.7.gz share/man/man7/lightning-checkrune.7.gz @@ -84,6 +86,7 @@ share/man/man7/lightning-decodepay.7.gz share/man/man7/lightning-deldatastore.7.gz share/man/man7/lightning-delforward.7.gz share/man/man7/lightning-delinvoice.7.gz +share/man/man7/lightning-delnetworkevent.7.gz share/man/man7/lightning-delpay.7.gz share/man/man7/lightning-deprecations.7.gz share/man/man7/lightning-dev-forget-channel.7.gz @@ -126,6 +129,7 @@ share/man/man7/lightning-listfunds.7.gz share/man/man7/lightning-listhtlcs.7.gz share/man/man7/lightning-listinvoicerequests.7.gz share/man/man7/lightning-listinvoices.7.gz +share/man/man7/lightning-listnetworkevents.7.gz share/man/man7/lightning-listnodes.7.gz share/man/man7/lightning-listoffers.7.gz share/man/man7/lightning-listpays.7.gz @@ -189,5 +193,6 @@ share/man/man7/lightning-waitsendpay.7.gz share/man/man7/lightning-withdraw.7.gz share/man/man7/lightning-xpay.7.gz share/man/man7/lightningd-rpc.7.gz +share/man/man8/lightning-downgrade.8.gz share/man/man8/lightning-hsmtool.8.gz share/man/man8/lightningd.8.gz diff --git a/net-p2p/datum_gateway/Makefile b/net-p2p/datum_gateway/Makefile index cdad3e8889a6..493cc0c385be 100644 --- a/net-p2p/datum_gateway/Makefile +++ b/net-p2p/datum_gateway/Makefile @@ -11,6 +11,9 @@ WWW= https://github.com/OCEAN-xyz/datum_gateway LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le riscv64 +ONLY_FOR_ARCHS_REASON= This port requires a 64-bit architecture. + LIB_DEPENDS= libcurl.so:ftp/curl \ libjansson.so:devel/jansson \ libsodium.so:security/libsodium \ diff --git a/net-p2p/ktorrent/distinfo b/net-p2p/ktorrent/distinfo index 1743a018e013..a3df8b0087ad 100644 --- a/net-p2p/ktorrent/distinfo +++ b/net-p2p/ktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264669 -SHA256 (KDE/release-service/25.08.3/ktorrent-25.08.3.tar.xz) = 62cb253426274f7619602827d1de2469fffeda437ef5d94dcaa4d7ca2dff4d3e -SIZE (KDE/release-service/25.08.3/ktorrent-25.08.3.tar.xz) = 2237128 +TIMESTAMP = 1765478670 +SHA256 (KDE/release-service/25.12.0/ktorrent-25.12.0.tar.xz) = c3d3b4dede17c02c0196868154043319e624b0f33cdced95f6cd7bc09b7d74e3 +SIZE (KDE/release-service/25.12.0/ktorrent-25.12.0.tar.xz) = 2237036 diff --git a/net-p2p/libktorrent/distinfo b/net-p2p/libktorrent/distinfo index 2bc3e292fbbd..ed9dd945f4c2 100644 --- a/net-p2p/libktorrent/distinfo +++ b/net-p2p/libktorrent/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264671 -SHA256 (KDE/release-service/25.08.3/libktorrent-25.08.3.tar.xz) = cfa4d96f4eb6827a4ad66cc0af724d1773cb516dee298823204cc45e0ad1cd69 -SIZE (KDE/release-service/25.08.3/libktorrent-25.08.3.tar.xz) = 607156 +TIMESTAMP = 1765478672 +SHA256 (KDE/release-service/25.12.0/libktorrent-25.12.0.tar.xz) = fb5973d231392c27118659dd446faba123c99cd6c77c27deb6da96ef0e38304c +SIZE (KDE/release-service/25.12.0/libktorrent-25.12.0.tar.xz) = 608520 diff --git a/net/Makefile b/net/Makefile index 6f8bfd5f2bf9..cb88e56a6c9c 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ - cOMMENT = Networking tools + COMMENT = Networking tools SUBDIR += 3proxy SUBDIR += 44bsd-rdist diff --git a/net/akonadi-calendar/distinfo b/net/akonadi-calendar/distinfo index 2a38ee75d787..2e2e1183c8cc 100644 --- a/net/akonadi-calendar/distinfo +++ b/net/akonadi-calendar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264674 -SHA256 (KDE/release-service/25.08.3/akonadi-calendar-25.08.3.tar.xz) = bee3112890a21f2ab6005868943d256c79c518fc1b5b247f014cb8bdacdd40c2 -SIZE (KDE/release-service/25.08.3/akonadi-calendar-25.08.3.tar.xz) = 542620 +TIMESTAMP = 1765478675 +SHA256 (KDE/release-service/25.12.0/akonadi-calendar-25.12.0.tar.xz) = b8f98b65315442e3b866dda02ecd7d8adc58c497413cc87f185ccf382ab0e912 +SIZE (KDE/release-service/25.12.0/akonadi-calendar-25.12.0.tar.xz) = 545100 diff --git a/net/akonadi-contacts/distinfo b/net/akonadi-contacts/distinfo index 923e2db7fd42..99848c00eaf5 100644 --- a/net/akonadi-contacts/distinfo +++ b/net/akonadi-contacts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264676 -SHA256 (KDE/release-service/25.08.3/akonadi-contacts-25.08.3.tar.xz) = 38400ebe6e1cb9d9bf536bcdc329bd648d2bd87be2327d04b49361c66cf3d24d -SIZE (KDE/release-service/25.08.3/akonadi-contacts-25.08.3.tar.xz) = 445596 +TIMESTAMP = 1765478677 +SHA256 (KDE/release-service/25.12.0/akonadi-contacts-25.12.0.tar.xz) = 5f528186eec38a6f9dad1d9c367f5941b9ccbdee77d6129f1c6e5d6f13525475 +SIZE (KDE/release-service/25.12.0/akonadi-contacts-25.12.0.tar.xz) = 445012 diff --git a/net/akonadi-mime/distinfo b/net/akonadi-mime/distinfo index 44223d57fcaf..a6039a1a2326 100644 --- a/net/akonadi-mime/distinfo +++ b/net/akonadi-mime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264679 -SHA256 (KDE/release-service/25.08.3/akonadi-mime-25.08.3.tar.xz) = 722292cbc7b051e68b0b7c05a371fa55aaf31ea8bc67f2dd1ce733e0edb12266 -SIZE (KDE/release-service/25.08.3/akonadi-mime-25.08.3.tar.xz) = 182452 +TIMESTAMP = 1765478680 +SHA256 (KDE/release-service/25.12.0/akonadi-mime-25.12.0.tar.xz) = 8dddf240255f4b32e4697e5daa04bc2f14db78901b5224e1be29935ab304f5f8 +SIZE (KDE/release-service/25.12.0/akonadi-mime-25.12.0.tar.xz) = 182576 diff --git a/net/akonadi-search/distinfo b/net/akonadi-search/distinfo index 766d543ac5d8..1298707942be 100644 --- a/net/akonadi-search/distinfo +++ b/net/akonadi-search/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264681 -SHA256 (KDE/release-service/25.08.3/akonadi-search-25.08.3.tar.xz) = 3c8d7d2d8003b49601831680fc11ba90da79c516986cc26c71600bb9de79df51 -SIZE (KDE/release-service/25.08.3/akonadi-search-25.08.3.tar.xz) = 116252 +TIMESTAMP = 1765478682 +SHA256 (KDE/release-service/25.12.0/akonadi-search-25.12.0.tar.xz) = 8dc49cf7f34088e6debb1387314d033bb7dcde4dafad7c117b7d37f4a54cb8f6 +SIZE (KDE/release-service/25.12.0/akonadi-search-25.12.0.tar.xz) = 116328 diff --git a/net/alligator/distinfo b/net/alligator/distinfo index 54ef7c1367e2..1e117a696822 100644 --- a/net/alligator/distinfo +++ b/net/alligator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264682 -SHA256 (KDE/release-service/25.08.3/alligator-25.08.3.tar.xz) = 3806d7aa813f8ebc34eb53cf7a50e069739b49b691d58b7c9063805c34dcb8fa -SIZE (KDE/release-service/25.08.3/alligator-25.08.3.tar.xz) = 242024 +TIMESTAMP = 1765478683 +SHA256 (KDE/release-service/25.12.0/alligator-25.12.0.tar.xz) = e5e4c0164721fb2c16318513896cab79afce66c85223145839b4ecccc0ea9d14 +SIZE (KDE/release-service/25.12.0/alligator-25.12.0.tar.xz) = 242664 diff --git a/net/asterisk-chan_sccp/Makefile b/net/asterisk-chan_sccp/Makefile index 2a099e954441..5ec4ca9dbc6b 100644 --- a/net/asterisk-chan_sccp/Makefile +++ b/net/asterisk-chan_sccp/Makefile @@ -20,8 +20,7 @@ ${FLAVOR}_PKGNAMEPREFIX= ${FLAVOR}- ${FLAVOR}_BUILD_DEPENDS= asterisk:net/${FLAVOR} ${FLAVOR}_RUN_DEPENDS= asterisk:net/${FLAVOR} -USES= autoreconf:2.69 compiler:c11 gettext-tools iconv:wchar_t \ - libtool ssl +USES= compiler:c11 iconv:wchar_t libtool ssl USE_GITHUB= yes GH_ACCOUNT= chan-sccp GH_PROJECT= chan-sccp diff --git a/net/bird2/Makefile b/net/bird2/Makefile index 512c5c3de83e..aaf6cf7a001b 100644 --- a/net/bird2/Makefile +++ b/net/bird2/Makefile @@ -1,6 +1,5 @@ PORTNAME= bird -DISTVERSION= 2.17.2 -PORTREVISION= 1 +DISTVERSION= 2.17.3 CATEGORIES= net MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 2 diff --git a/net/bird2/distinfo b/net/bird2/distinfo index f98db37247e3..cc9d9131a291 100644 --- a/net/bird2/distinfo +++ b/net/bird2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757289112 -SHA256 (bird-2.17.2.tar.gz) = 440dd2d3aca64323b46fd45532e573accaf8bdde639ee4bfcd68ea9b13328cdd -SIZE (bird-2.17.2.tar.gz) = 1499113 +TIMESTAMP = 1765536860 +SHA256 (bird-2.17.3.tar.gz) = 5b43bb7cd7b4f7e095f1d5eeaf759a7a5a6a5538a1a7ba1b191880d49dc3cc58 +SIZE (bird-2.17.3.tar.gz) = 1504596 diff --git a/net/bird3/Makefile b/net/bird3/Makefile index 02154ea69ff3..07ca32bebba8 100644 --- a/net/bird3/Makefile +++ b/net/bird3/Makefile @@ -1,5 +1,5 @@ PORTNAME= bird -DISTVERSION= 3.1.4 +DISTVERSION= 3.1.5 CATEGORIES= net MASTER_SITES= https://bird.nic.cz/download/ PKGNAMESUFFIX= 3 diff --git a/net/bird3/distinfo b/net/bird3/distinfo index 634a13a479ad..c97339ea4531 100644 --- a/net/bird3/distinfo +++ b/net/bird3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758640602 -SHA256 (bird-3.1.4.tar.gz) = a5757b60e1de9ac5efc9765f87b7c8baefa31db789966c83870d070f7608278c -SIZE (bird-3.1.4.tar.gz) = 2738002 +TIMESTAMP = 1765540720 +SHA256 (bird-3.1.5.tar.gz) = b688c6d74383c5ee254cc68528a8817b839f1bb2c1d3a3c0d6e1cfabacf57a11 +SIZE (bird-3.1.5.tar.gz) = 2745193 diff --git a/net/calendarsupport/distinfo b/net/calendarsupport/distinfo index 90d4c56adfbd..20441db040e3 100644 --- a/net/calendarsupport/distinfo +++ b/net/calendarsupport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264684 -SHA256 (KDE/release-service/25.08.3/calendarsupport-25.08.3.tar.xz) = 8343735981e8c41466d70d3a48e70e1ce2328a928edd0bed2dae9039a3cf9dad -SIZE (KDE/release-service/25.08.3/calendarsupport-25.08.3.tar.xz) = 990792 +TIMESTAMP = 1765478685 +SHA256 (KDE/release-service/25.12.0/calendarsupport-25.12.0.tar.xz) = 1b6f9f116b176747576200e4e71c27943d7c2e56ed8d3d50745ddea4e066b671 +SIZE (KDE/release-service/25.12.0/calendarsupport-25.12.0.tar.xz) = 990808 diff --git a/net/deltachat-rpc-server/Makefile b/net/deltachat-rpc-server/Makefile index ddb69d4f67c5..65134b10352f 100644 --- a/net/deltachat-rpc-server/Makefile +++ b/net/deltachat-rpc-server/Makefile @@ -1,6 +1,6 @@ PORTNAME= deltachat-rpc-server DISTVERSIONPREFIX= v -DISTVERSION= 2.25.0 +DISTVERSION= 2.33.0 PORTREVISION= 0 CATEGORIES= net diff --git a/net/deltachat-rpc-server/Makefile.crates b/net/deltachat-rpc-server/Makefile.crates index ea661ea72fec..f4f3b0c725fb 100644 --- a/net/deltachat-rpc-server/Makefile.crates +++ b/net/deltachat-rpc-server/Makefile.crates @@ -68,7 +68,7 @@ CARGO_CRATES= addr2line-0.24.2 \ bytemuck-1.23.0 \ byteorder-1.5.0 \ byteorder-lite-0.1.0 \ - bytes-1.10.1 \ + bytes-1.11.0 \ camellia-0.1.0 \ camino-1.1.9 \ cargo-platform-0.1.8 \ @@ -210,7 +210,7 @@ CARGO_CRATES= addr2line-0.24.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ ghash-0.5.1 \ - gif-0.13.1 \ + gif-0.14.0 \ gimli-0.31.1 \ glob-0.3.2 \ gloo-timers-0.3.0 \ @@ -239,11 +239,11 @@ CARGO_CRATES= addr2line-0.24.2 \ http-body-util-0.1.3 \ httparse-1.10.0 \ httpdate-1.0.3 \ - human-panic-2.0.3 \ + human-panic-2.0.4 \ humansize-2.1.3 \ - hyper-1.7.0 \ + hyper-1.8.1 \ hyper-rustls-0.27.5 \ - hyper-util-0.1.17 \ + hyper-util-0.1.18 \ iana-time-zone-0.1.61 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ @@ -261,7 +261,7 @@ CARGO_CRATES= addr2line-0.24.2 \ idna-1.0.3 \ idna_adapter-1.2.0 \ igd-next-0.16.1 \ - image-0.25.8 \ + image-0.25.9 \ image-webp-0.2.1 \ imap-proto-0.16.5 \ indexmap-2.11.4 \ @@ -286,16 +286,16 @@ CARGO_CRATES= addr2line-0.24.2 \ kamadak-exif-0.6.1 \ keccak-0.1.5 \ lazy_static-1.5.0 \ - libc-0.2.176 \ + libc-0.2.177 \ libm-0.2.11 \ libredox-0.1.3 \ - libsqlite3-sys-0.34.0 \ + libsqlite3-sys-0.35.0 \ libz-rs-sys-0.5.0 \ linux-raw-sys-0.4.14 \ linux-raw-sys-0.9.3 \ litemap-0.7.4 \ litrs-0.4.1 \ - lock_api-0.4.13 \ + lock_api-0.4.14 \ log-0.4.28 \ loom-0.7.2 \ lru-0.12.3 \ @@ -332,7 +332,7 @@ CARGO_CRATES= addr2line-0.24.2 \ nom-8.0.0 \ ntapi-0.4.1 \ ntimestamp-1.0.0 \ - nu-ansi-term-0.50.1 \ + nu-ansi-term-0.50.3 \ num-bigint-0.4.6 \ num-bigint-dig-0.8.4 \ num-conv-0.1.0 \ @@ -352,7 +352,6 @@ CARGO_CRATES= addr2line-0.24.2 \ openssl-0.10.72 \ openssl-macros-0.1.1 \ openssl-probe-0.1.6 \ - openssl-src-300.4.2+3.4.1 \ openssl-sys-0.9.107 \ option-ext-0.2.0 \ os_info-3.10.0 \ @@ -360,8 +359,8 @@ CARGO_CRATES= addr2line-0.24.2 \ p384-0.13.1 \ p521-0.13.3 \ parking-2.2.1 \ - parking_lot-0.12.4 \ - parking_lot_core-0.9.11 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ password-hash-0.5.0 \ paste-1.0.15 \ pem-3.0.4 \ @@ -371,7 +370,7 @@ CARGO_CRATES= addr2line-0.24.2 \ pest_derive-2.7.10 \ pest_generator-2.7.10 \ pest_meta-2.7.15 \ - pgp-0.17.0 \ + pgp-0.18.0 \ pharos-0.5.3 \ pin-project-1.1.10 \ pin-project-internal-1.1.10 \ @@ -408,24 +407,24 @@ CARGO_CRATES= addr2line-0.24.2 \ proc-macro-error-attr2-2.0.0 \ proc-macro-error2-2.0.1 \ proc-macro2-1.0.93 \ - proptest-1.8.0 \ + proptest-1.9.0 \ pxfm-0.1.24 \ qr2term-0.3.3 \ qrcode-0.14.1 \ qrcodegen-1.8.0 \ quick-error-2.0.1 \ - quick-xml-0.38.3 \ + quick-xml-0.38.4 \ quinn-0.11.6 \ quinn-proto-0.11.9 \ quinn-udp-0.5.10 \ - quote-1.0.41 \ + quote-1.0.42 \ quoted-string-parser-0.1.0 \ quoted_printable-0.5.1 \ r-efi-5.2.0 \ radium-0.7.0 \ radix_trie-0.2.1 \ rand-0.8.5 \ - rand-0.9.0 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ @@ -438,10 +437,10 @@ CARGO_CRATES= addr2line-0.24.2 \ redox_syscall-0.4.1 \ redox_syscall-0.5.12 \ redox_users-0.5.0 \ - regex-1.10.6 \ - regex-automata-0.4.6 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ regex-lite-0.1.6 \ - regex-syntax-0.8.2 \ + regex-syntax-0.8.8 \ replace_with-0.1.8 \ reqwest-0.12.15 \ resolv-conf-0.7.1 \ @@ -449,8 +448,8 @@ CARGO_CRATES= addr2line-0.24.2 \ ring-0.17.13 \ ring-compat-0.8.0 \ ripemd-0.1.3 \ - rsa-0.9.7 \ - rusqlite-0.36.0 \ + rsa-0.9.9 \ + rusqlite-0.37.0 \ rustc-demangle-0.1.24 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ @@ -459,20 +458,20 @@ CARGO_CRATES= addr2line-0.24.2 \ rustix-1.0.5 \ rustls-0.23.23 \ rustls-pemfile-2.2.0 \ - rustls-pki-types-1.12.0 \ + rustls-pki-types-1.13.0 \ rustls-webpki-0.102.8 \ rustversion-1.0.14 \ rustyline-16.0.0 \ ryu-1.0.19 \ salsa20-0.10.2 \ same-file-1.0.6 \ - sanitize-filename-0.5.0 \ + sanitize-filename-0.6.0 \ schannel-0.1.27 \ schemars-0.8.22 \ schemars_derive-0.8.22 \ scoped-tls-1.0.1 \ scopeguard-1.2.0 \ - sdp-0.8.0 \ + sdp-0.10.0 \ sec1-0.7.3 \ security-framework-2.11.1 \ security-framework-sys-2.14.0 \ @@ -486,7 +485,7 @@ CARGO_CRATES= addr2line-0.24.2 \ serde_derive-1.0.228 \ serde_derive_internals-0.29.0 \ serde_json-1.0.145 \ - serde_spanned-1.0.2 \ + serde_spanned-1.0.3 \ serde_urlencoded-0.7.1 \ serdect-0.2.0 \ serdect-0.3.0 \ @@ -511,6 +510,7 @@ CARGO_CRATES= addr2line-0.24.2 \ snafu-0.8.5 \ snafu-derive-0.8.5 \ socket2-0.5.9 \ + socket2-0.6.0 \ spin-0.9.8 \ spin-0.10.0 \ spki-0.7.3 \ @@ -526,7 +526,7 @@ CARGO_CRATES= addr2line-0.24.2 \ subtle-2.6.1 \ surge-ping-0.8.1 \ syn-1.0.109 \ - syn-2.0.106 \ + syn-2.0.111 \ sync_wrapper-1.0.0 \ synstructure-0.13.1 \ sysinfo-0.26.9 \ @@ -550,22 +550,22 @@ CARGO_CRATES= addr2line-0.24.2 \ tinytemplate-1.2.1 \ tinyvec-1.6.0 \ tinyvec_macros-0.1.1 \ - tokio-1.45.1 \ + tokio-1.48.0 \ tokio-io-timeout-1.2.1 \ - tokio-macros-2.5.0 \ + tokio-macros-2.6.0 \ tokio-rustls-0.26.2 \ tokio-stream-0.1.17 \ tokio-tfo-0.3.1 \ - tokio-util-0.7.16 \ + tokio-util-0.7.17 \ tokio-websockets-0.11.4 \ - toml-0.9.7 \ + toml-0.9.8 \ toml_datetime-0.6.11 \ - toml_datetime-0.7.2 \ + toml_datetime-0.7.3 \ toml_edit-0.20.7 \ toml_edit-0.22.27 \ - toml_parser-1.0.3 \ + toml_parser-1.0.4 \ toml_write-0.1.2 \ - toml_writer-1.0.3 \ + toml_writer-1.0.4 \ tower-0.5.2 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ @@ -614,7 +614,7 @@ CARGO_CRATES= addr2line-0.24.2 \ web-sys-0.3.77 \ web-time-1.1.0 \ webpki-roots-0.26.8 \ - weezl-0.1.8 \ + weezl-0.1.12 \ whoami-1.5.0 \ widestring-1.0.2 \ winapi-0.3.9 \ @@ -640,6 +640,7 @@ CARGO_CRATES= addr2line-0.24.2 \ windows-sys-0.48.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ + windows-sys-0.61.1 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ windows-targets-0.53.0 \ @@ -687,9 +688,7 @@ CARGO_CRATES= addr2line-0.24.2 \ yoke-derive-0.7.5 \ z32-1.3.0 \ zerocopy-0.7.32 \ - zerocopy-0.8.23 \ zerocopy-derive-0.7.32 \ - zerocopy-derive-0.8.23 \ zerofrom-0.1.5 \ zerofrom-derive-0.1.5 \ zeroize-1.8.1 \ @@ -697,5 +696,5 @@ CARGO_CRATES= addr2line-0.24.2 \ zerovec-0.10.4 \ zerovec-derive-0.10.3 \ zlib-rs-0.5.0 \ - zune-core-0.4.12 \ - zune-jpeg-0.4.14 + zune-core-0.5.0 \ + zune-jpeg-0.5.5 diff --git a/net/deltachat-rpc-server/distinfo b/net/deltachat-rpc-server/distinfo index 427e5aad8801..20156998631d 100644 --- a/net/deltachat-rpc-server/distinfo +++ b/net/deltachat-rpc-server/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1763147344 +TIMESTAMP = 1765476531 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 @@ -139,8 +139,8 @@ SHA256 (rust/crates/byteorder-1.5.0.crate) = 1fd0f2584146f6f2ef48085050886acf353 SIZE (rust/crates/byteorder-1.5.0.crate) = 23288 SHA256 (rust/crates/byteorder-lite-0.1.0.crate) = 8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495 SIZE (rust/crates/byteorder-lite-0.1.0.crate) = 15909 -SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a -SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3 +SIZE (rust/crates/bytes-1.11.0.crate) = 78391 SHA256 (rust/crates/camellia-0.1.0.crate) = 3264e2574e9ef2b53ce6f536dea83a69ac0bc600b762d1523ff83fe07230ce30 SIZE (rust/crates/camellia-0.1.0.crate) = 89085 SHA256 (rust/crates/camino-1.1.9.crate) = 8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3 @@ -423,8 +423,8 @@ SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 -SHA256 (rust/crates/gif-0.13.1.crate) = 3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2 -SIZE (rust/crates/gif-0.13.1.crate) = 36408 +SHA256 (rust/crates/gif-0.14.0.crate) = f954a9e9159ec994f73a30a12b96a702dde78f5547bcb561174597924f7d4162 +SIZE (rust/crates/gif-0.14.0.crate) = 37756 SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f SIZE (rust/crates/gimli-0.31.1.crate) = 279515 SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 @@ -481,16 +481,16 @@ SHA256 (rust/crates/httparse-1.10.0.crate) = f2d708df4e7140240a16cd6ab0ab65c972d SIZE (rust/crates/httparse-1.10.0.crate) = 44882 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/human-panic-2.0.3.crate) = ac63a746b187e95d51fe16850eb04d1cfef203f6af98e6c405a6f262ad3df00a -SIZE (rust/crates/human-panic-2.0.3.crate) = 15965 +SHA256 (rust/crates/human-panic-2.0.4.crate) = 9a8a07a0957cd4a3cad4a1e4ca7cd5ea07fcacef6ebe2e5d0c7935bfc95120d8 +SIZE (rust/crates/human-panic-2.0.4.crate) = 15912 SHA256 (rust/crates/humansize-2.1.3.crate) = 6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7 SIZE (rust/crates/humansize-2.1.3.crate) = 11953 -SHA256 (rust/crates/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e -SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-1.8.1.crate) = 2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11 +SIZE (rust/crates/hyper-1.8.1.crate) = 157353 SHA256 (rust/crates/hyper-rustls-0.27.5.crate) = 2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2 SIZE (rust/crates/hyper-rustls-0.27.5.crate) = 34660 -SHA256 (rust/crates/hyper-util-0.1.17.crate) = 3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8 -SIZE (rust/crates/hyper-util-0.1.17.crate) = 100999 +SHA256 (rust/crates/hyper-util-0.1.18.crate) = 52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56 +SIZE (rust/crates/hyper-util-0.1.18.crate) = 101688 SHA256 (rust/crates/iana-time-zone-0.1.61.crate) = 235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220 SIZE (rust/crates/iana-time-zone-0.1.61.crate) = 27685 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -525,8 +525,8 @@ SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64 SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 SHA256 (rust/crates/igd-next-0.16.1.crate) = d06464e726471718db9ad3fefc020529fabcde03313a0fc3967510e2db5add12 SIZE (rust/crates/igd-next-0.16.1.crate) = 38531 -SHA256 (rust/crates/image-0.25.8.crate) = 529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7 -SIZE (rust/crates/image-0.25.8.crate) = 292229 +SHA256 (rust/crates/image-0.25.9.crate) = e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a +SIZE (rust/crates/image-0.25.9.crate) = 294591 SHA256 (rust/crates/image-webp-0.2.1.crate) = b77d01e822461baa8409e156015a1d91735549f0f2c17691bd2d996bef238f7f SIZE (rust/crates/image-webp-0.2.1.crate) = 60662 SHA256 (rust/crates/imap-proto-0.16.5.crate) = de555d9526462b6f9ece826a26fb7c67eca9a0245bd9ff84fa91972a5d5d8856 @@ -575,14 +575,14 @@ SHA256 (rust/crates/keccak-0.1.5.crate) = ecc2af9a1119c51f12a14607e783cb977bde58 SIZE (rust/crates/keccak-0.1.5.crate) = 13120 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.176.crate) = 58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174 -SIZE (rust/crates/libc-0.2.176.crate) = 790040 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/libm-0.2.11.crate) = 8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa SIZE (rust/crates/libm-0.2.11.crate) = 111477 SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d SIZE (rust/crates/libredox-0.1.3.crate) = 6068 -SHA256 (rust/crates/libsqlite3-sys-0.34.0.crate) = 91632f3b4fb6bd1d72aa3d78f41ffecfcf2b1a6648d8c241dbe7dbfaf4875e15 -SIZE (rust/crates/libsqlite3-sys-0.34.0.crate) = 5184526 +SHA256 (rust/crates/libsqlite3-sys-0.35.0.crate) = 133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f +SIZE (rust/crates/libsqlite3-sys-0.35.0.crate) = 5200364 SHA256 (rust/crates/libz-rs-sys-0.5.0.crate) = 6489ca9bd760fe9642d7644e827b0c9add07df89857b0416ee15c1cc1a3b8c5a SIZE (rust/crates/libz-rs-sys-0.5.0.crate) = 17014 SHA256 (rust/crates/linux-raw-sys-0.4.14.crate) = 78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89 @@ -593,8 +593,8 @@ SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad01 SIZE (rust/crates/litemap-0.7.4.crate) = 28257 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.13.crate) = 96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765 -SIZE (rust/crates/lock_api-0.4.13.crate) = 28565 +SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 +SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/loom-0.7.2.crate) = 419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca @@ -667,8 +667,8 @@ SHA256 (rust/crates/ntapi-0.4.1.crate) = e8a3895c6391c39d7fe7ebc444a87eb2991b2a0 SIZE (rust/crates/ntapi-0.4.1.crate) = 126552 SHA256 (rust/crates/ntimestamp-1.0.0.crate) = c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c SIZE (rust/crates/ntimestamp-1.0.0.crate) = 5925 -SHA256 (rust/crates/nu-ansi-term-0.50.1.crate) = d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399 -SIZE (rust/crates/nu-ansi-term-0.50.1.crate) = 28536 +SHA256 (rust/crates/nu-ansi-term-0.50.3.crate) = 7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5 +SIZE (rust/crates/nu-ansi-term-0.50.3.crate) = 29597 SHA256 (rust/crates/num-bigint-0.4.6.crate) = a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9 SIZE (rust/crates/num-bigint-0.4.6.crate) = 102801 SHA256 (rust/crates/num-bigint-dig-0.8.4.crate) = dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151 @@ -707,8 +707,6 @@ SHA256 (rust/crates/openssl-macros-0.1.1.crate) = a948666b637a0f465e8564c73e89d4 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.4.2+3.4.1.crate) = 168ce4e058f975fe43e89d9ccf78ca668601887ae736090aacc23ae353c298e2 -SIZE (rust/crates/openssl-src-300.4.2+3.4.1.crate) = 9956732 SHA256 (rust/crates/openssl-sys-0.9.107.crate) = 8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07 SIZE (rust/crates/openssl-sys-0.9.107.crate) = 78156 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d @@ -723,10 +721,10 @@ SHA256 (rust/crates/p521-0.13.3.crate) = 0fc9e2161f1f215afdfce23677034ae137bbd45 SIZE (rust/crates/p521-0.13.3.crate) = 138499 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 -SHA256 (rust/crates/parking_lot-0.12.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/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a +SIZE (rust/crates/parking_lot-0.12.5.crate) = 46735 +SHA256 (rust/crates/parking_lot_core-0.9.12.crate) = 2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1 +SIZE (rust/crates/parking_lot_core-0.9.12.crate) = 34110 SHA256 (rust/crates/password-hash-0.5.0.crate) = 346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166 SIZE (rust/crates/password-hash-0.5.0.crate) = 26884 SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a @@ -745,8 +743,8 @@ SHA256 (rust/crates/pest_generator-2.7.10.crate) = 3ec22af7d3fb470a85dd2ca96b7c5 SIZE (rust/crates/pest_generator-2.7.10.crate) = 18411 SHA256 (rust/crates/pest_meta-2.7.15.crate) = e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea SIZE (rust/crates/pest_meta-2.7.15.crate) = 42121 -SHA256 (rust/crates/pgp-0.17.0.crate) = 7d918d5da2ce943e4c6088d7694f33f47c19374d6f0f2080a0c5e8010afdfd29 -SIZE (rust/crates/pgp-0.17.0.crate) = 2381952 +SHA256 (rust/crates/pgp-0.18.0.crate) = 66d4a27a4d5cfd4e185ddd3eff94dee0f611c4c3e776422254237c54c336c160 +SIZE (rust/crates/pgp-0.18.0.crate) = 2400071 SHA256 (rust/crates/pharos-0.5.3.crate) = e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414 SIZE (rust/crates/pharos-0.5.3.crate) = 26028 SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a @@ -819,8 +817,8 @@ SHA256 (rust/crates/proc-macro-error2-2.0.1.crate) = 11ec05c52be0a07b08061f7dd00 SIZE (rust/crates/proc-macro-error2-2.0.1.crate) = 24807 SHA256 (rust/crates/proc-macro2-1.0.93.crate) = 60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99 SIZE (rust/crates/proc-macro2-1.0.93.crate) = 52388 -SHA256 (rust/crates/proptest-1.8.0.crate) = 2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce -SIZE (rust/crates/proptest-1.8.0.crate) = 204571 +SHA256 (rust/crates/proptest-1.9.0.crate) = bee689443a2bd0a16ab0348b52ee43e3b2d1b1f931c8aa5c9f8de4c86fbe8c40 +SIZE (rust/crates/proptest-1.9.0.crate) = 205346 SHA256 (rust/crates/pxfm-0.1.24.crate) = 83f9b339b02259ada5c0f4a389b7fb472f933aa17ce176fd2ad98f28bb401fde SIZE (rust/crates/pxfm-0.1.24.crate) = 867020 SHA256 (rust/crates/qr2term-0.3.3.crate) = 6867c60b38e9747a079a19614dbb5981a53f21b9a56c265f3bfdf6011a50a957 @@ -831,16 +829,16 @@ SHA256 (rust/crates/qrcodegen-1.8.0.crate) = 4339fc7a1021c9c1621d87f5e3505f2805c SIZE (rust/crates/qrcodegen-1.8.0.crate) = 15014 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 SIZE (rust/crates/quick-error-2.0.1.crate) = 14265 -SHA256 (rust/crates/quick-xml-0.38.3.crate) = 42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89 -SIZE (rust/crates/quick-xml-0.38.3.crate) = 204498 +SHA256 (rust/crates/quick-xml-0.38.4.crate) = b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c +SIZE (rust/crates/quick-xml-0.38.4.crate) = 205035 SHA256 (rust/crates/quinn-0.11.6.crate) = 62e96808277ec6f97351a2380e6c25114bc9e67037775464979f3037c92d05ef SIZE (rust/crates/quinn-0.11.6.crate) = 78222 SHA256 (rust/crates/quinn-proto-0.11.9.crate) = a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d SIZE (rust/crates/quinn-proto-0.11.9.crate) = 209286 SHA256 (rust/crates/quinn-udp-0.5.10.crate) = e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944 SIZE (rust/crates/quinn-udp-0.5.10.crate) = 30920 -SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 -SIZE (rust/crates/quote-1.0.41.crate) = 31408 +SHA256 (rust/crates/quote-1.0.42.crate) = a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f +SIZE (rust/crates/quote-1.0.42.crate) = 31504 SHA256 (rust/crates/quoted-string-parser-0.1.0.crate) = 0dc75379cdb451d001f1cb667a9f74e8b355e9df84cc5193513cbe62b96fc5e9 SIZE (rust/crates/quoted-string-parser-0.1.0.crate) = 3623 SHA256 (rust/crates/quoted_printable-0.5.1.crate) = 640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73 @@ -853,8 +851,8 @@ SHA256 (rust/crates/radix_trie-0.2.1.crate) = c069c179fcdc6a2fe24d8d18305cf085fd SIZE (rust/crates/radix_trie-0.2.1.crate) = 251366 SHA256 (rust/crates/rand-0.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.0.crate) = 3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94 -SIZE (rust/crates/rand-0.9.0.crate) = 97798 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -879,14 +877,14 @@ SHA256 (rust/crates/redox_syscall-0.5.12.crate) = 928fca9cf2aa042393a8325b9ead81 SIZE (rust/crates/redox_syscall-0.5.12.crate) = 29544 SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 -SHA256 (rust/crates/regex-1.10.6.crate) = 4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619 -SIZE (rust/crates/regex-1.10.6.crate) = 253894 -SHA256 (rust/crates/regex-automata-0.4.6.crate) = 86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea -SIZE (rust/crates/regex-automata-0.4.6.crate) = 617565 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 SHA256 (rust/crates/regex-lite-0.1.6.crate) = 53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a SIZE (rust/crates/regex-lite-0.1.6.crate) = 95278 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 SHA256 (rust/crates/replace_with-0.1.8.crate) = 51743d3e274e2b18df81c4dc6caf8a5b8e15dbe799e0dca05c7617380094e884 SIZE (rust/crates/replace_with-0.1.8.crate) = 11251 SHA256 (rust/crates/reqwest-0.12.15.crate) = d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb @@ -901,10 +899,10 @@ SHA256 (rust/crates/ring-compat-0.8.0.crate) = ccce7bae150b815f0811db41b8312fcb7 SIZE (rust/crates/ring-compat-0.8.0.crate) = 180681 SHA256 (rust/crates/ripemd-0.1.3.crate) = bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f SIZE (rust/crates/ripemd-0.1.3.crate) = 16601 -SHA256 (rust/crates/rsa-0.9.7.crate) = 47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519 -SIZE (rust/crates/rsa-0.9.7.crate) = 80231 -SHA256 (rust/crates/rusqlite-0.36.0.crate) = 3de23c3319433716cf134eed225fe9986bc24f63bed9be9f20c329029e672dc7 -SIZE (rust/crates/rusqlite-0.36.0.crate) = 169800 +SHA256 (rust/crates/rsa-0.9.9.crate) = 40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88 +SIZE (rust/crates/rsa-0.9.9.crate) = 86379 +SHA256 (rust/crates/rusqlite-0.37.0.crate) = 165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f +SIZE (rust/crates/rusqlite-0.37.0.crate) = 169975 SHA256 (rust/crates/rustc-demangle-0.1.24.crate) = 719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f SIZE (rust/crates/rustc-demangle-0.1.24.crate) = 29047 SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d @@ -921,8 +919,8 @@ SHA256 (rust/crates/rustls-0.23.23.crate) = 47796c98c480fce5406ef69d1c7637837549 SIZE (rust/crates/rustls-0.23.23.crate) = 342561 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.12.0.crate) = 229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79 -SIZE (rust/crates/rustls-pki-types-1.12.0.crate) = 64740 +SHA256 (rust/crates/rustls-pki-types-1.13.0.crate) = 94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a +SIZE (rust/crates/rustls-pki-types-1.13.0.crate) = 65448 SHA256 (rust/crates/rustls-webpki-0.102.8.crate) = 64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9 SIZE (rust/crates/rustls-webpki-0.102.8.crate) = 204327 SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 @@ -935,8 +933,8 @@ SHA256 (rust/crates/salsa20-0.10.2.crate) = 97a22f5af31f73a954c10289c93e8a50cc23 SIZE (rust/crates/salsa20-0.10.2.crate) = 12780 SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502 SIZE (rust/crates/same-file-1.0.6.crate) = 10183 -SHA256 (rust/crates/sanitize-filename-0.5.0.crate) = 2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603 -SIZE (rust/crates/sanitize-filename-0.5.0.crate) = 4043 +SHA256 (rust/crates/sanitize-filename-0.6.0.crate) = bc984f4f9ceb736a7bb755c3e3bd17dc56370af2600c9780dcc48c66453da34d +SIZE (rust/crates/sanitize-filename-0.6.0.crate) = 4819 SHA256 (rust/crates/schannel-0.1.27.crate) = 1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d SIZE (rust/crates/schannel-0.1.27.crate) = 42772 SHA256 (rust/crates/schemars-0.8.22.crate) = 3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615 @@ -947,8 +945,8 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/sdp-0.8.0.crate) = 4cd277015eada44a0bb810a4b84d3bf6e810573fa62fb442f457edf6a1087a69 -SIZE (rust/crates/sdp-0.8.0.crate) = 68644 +SHA256 (rust/crates/sdp-0.10.0.crate) = 32c374dceda16965d541c8800ce9cc4e1c14acfd661ddf7952feeedc3411e5c6 +SIZE (rust/crates/sdp-0.10.0.crate) = 69440 SHA256 (rust/crates/sec1-0.7.3.crate) = d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc SIZE (rust/crates/sec1-0.7.3.crate) = 17979 SHA256 (rust/crates/security-framework-2.11.1.crate) = 897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02 @@ -975,8 +973,8 @@ SHA256 (rust/crates/serde_derive_internals-0.29.0.crate) = 330f01ce65a3a5fe59a60 SIZE (rust/crates/serde_derive_internals-0.29.0.crate) = 26065 SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 -SHA256 (rust/crates/serde_spanned-1.0.2.crate) = 5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee -SIZE (rust/crates/serde_spanned-1.0.2.crate) = 11032 +SHA256 (rust/crates/serde_spanned-1.0.3.crate) = e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392 +SIZE (rust/crates/serde_spanned-1.0.3.crate) = 11011 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/serdect-0.2.0.crate) = a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177 @@ -1025,6 +1023,8 @@ SHA256 (rust/crates/snafu-derive-0.8.5.crate) = 03c3c6b7927ffe7ecaa769ee0e3994da SIZE (rust/crates/snafu-derive-0.8.5.crate) = 28537 SHA256 (rust/crates/socket2-0.5.9.crate) = 4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef SIZE (rust/crates/socket2-0.5.9.crate) = 57432 +SHA256 (rust/crates/socket2-0.6.0.crate) = 233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807 +SIZE (rust/crates/socket2-0.6.0.crate) = 57974 SHA256 (rust/crates/spin-0.9.8.crate) = 6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67 SIZE (rust/crates/spin-0.9.8.crate) = 38958 SHA256 (rust/crates/spin-0.10.0.crate) = d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591 @@ -1055,8 +1055,8 @@ SHA256 (rust/crates/surge-ping-0.8.1.crate) = efbf95ce4c7c5b311d2ce3f088af2b93ed SIZE (rust/crates/surge-ping-0.8.1.crate) = 21311 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 -SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/syn-2.0.111.crate) = 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87 +SIZE (rust/crates/syn-2.0.111.crate) = 302117 SHA256 (rust/crates/sync_wrapper-1.0.0.crate) = 384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c SIZE (rust/crates/sync_wrapper-1.0.0.crate) = 6912 SHA256 (rust/crates/synstructure-0.13.1.crate) = c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971 @@ -1103,38 +1103,38 @@ SHA256 (rust/crates/tinyvec-1.6.0.crate) = 87cc5ceb3875bb20c2890005a4e226a465126 SIZE (rust/crates/tinyvec-1.6.0.crate) = 45991 SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20 SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 -SHA256 (rust/crates/tokio-1.45.1.crate) = 75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779 -SIZE (rust/crates/tokio-1.45.1.crate) = 811787 +SHA256 (rust/crates/tokio-1.48.0.crate) = ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408 +SIZE (rust/crates/tokio-1.48.0.crate) = 843434 SHA256 (rust/crates/tokio-io-timeout-1.2.1.crate) = 0bd86198d9ee903fedd2f9a2e72014287c0d9167e4ae43b5853007205dda1b76 SIZE (rust/crates/tokio-io-timeout-1.2.1.crate) = 12164 -SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 -SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 SHA256 (rust/crates/tokio-rustls-0.26.2.crate) = 8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b SIZE (rust/crates/tokio-rustls-0.26.2.crate) = 31655 SHA256 (rust/crates/tokio-stream-0.1.17.crate) = eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047 SIZE (rust/crates/tokio-stream-0.1.17.crate) = 38477 SHA256 (rust/crates/tokio-tfo-0.3.1.crate) = 3fb4382c6371e29365853d2b71e915d5398df46312a2158097d8bb3f54d0f1b4 SIZE (rust/crates/tokio-tfo-0.3.1.crate) = 17188 -SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5 -SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 +SHA256 (rust/crates/tokio-util-0.7.17.crate) = 2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594 +SIZE (rust/crates/tokio-util-0.7.17.crate) = 133898 SHA256 (rust/crates/tokio-websockets-0.11.4.crate) = 9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e SIZE (rust/crates/tokio-websockets-0.11.4.crate) = 348475 -SHA256 (rust/crates/toml-0.9.7.crate) = 00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0 -SIZE (rust/crates/toml-0.9.7.crate) = 55852 +SHA256 (rust/crates/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8 +SIZE (rust/crates/toml-0.9.8.crate) = 56104 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 -SHA256 (rust/crates/toml_datetime-0.7.2.crate) = 32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1 -SIZE (rust/crates/toml_datetime-0.7.2.crate) = 17859 +SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 +SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 SHA256 (rust/crates/toml_edit-0.20.7.crate) = 70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81 SIZE (rust/crates/toml_edit-0.20.7.crate) = 101056 SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 -SHA256 (rust/crates/toml_parser-1.0.3.crate) = 4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627 -SIZE (rust/crates/toml_parser-1.0.3.crate) = 34982 +SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e +SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 SHA256 (rust/crates/toml_write-0.1.2.crate) = 5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801 SIZE (rust/crates/toml_write-0.1.2.crate) = 15660 -SHA256 (rust/crates/toml_writer-1.0.3.crate) = d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109 -SIZE (rust/crates/toml_writer-1.0.3.crate) = 17173 +SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 +SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 SIZE (rust/crates/tower-0.5.2.crate) = 109417 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e @@ -1231,8 +1231,8 @@ SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10 SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/webpki-roots-0.26.8.crate) = 2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9 SIZE (rust/crates/webpki-roots-0.26.8.crate) = 257981 -SHA256 (rust/crates/weezl-0.1.8.crate) = 53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082 -SIZE (rust/crates/weezl-0.1.8.crate) = 42175 +SHA256 (rust/crates/weezl-0.1.12.crate) = a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88 +SIZE (rust/crates/weezl-0.1.12.crate) = 46045 SHA256 (rust/crates/whoami-1.5.0.crate) = 0fec781d48b41f8163426ed18e8fc2864c12937df9ce54c88ede7bd47270893e SIZE (rust/crates/whoami-1.5.0.crate) = 24008 SHA256 (rust/crates/widestring-1.0.2.crate) = 653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8 @@ -1283,6 +1283,8 @@ 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.61.1.crate) = 6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f +SIZE (rust/crates/windows-sys-0.61.1.crate) = 2517255 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 @@ -1377,12 +1379,8 @@ SHA256 (rust/crates/z32-1.3.0.crate) = 2164e798d9e3d84ee2c91139ace54638059a3b23e SIZE (rust/crates/z32-1.3.0.crate) = 3996 SHA256 (rust/crates/zerocopy-0.7.32.crate) = 74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be SIZE (rust/crates/zerocopy-0.7.32.crate) = 151096 -SHA256 (rust/crates/zerocopy-0.8.23.crate) = fd97444d05a4328b90e75e503a34bad781f14e28a823ad3557f0750df1ebcbc6 -SIZE (rust/crates/zerocopy-0.8.23.crate) = 239977 SHA256 (rust/crates/zerocopy-derive-0.7.32.crate) = 9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6 SIZE (rust/crates/zerocopy-derive-0.7.32.crate) = 37623 -SHA256 (rust/crates/zerocopy-derive-0.8.23.crate) = 6352c01d0edd5db859a63e2605f4ea3183ddbd15e2c4a9e7d32184df75e4f154 -SIZE (rust/crates/zerocopy-derive-0.8.23.crate) = 83885 SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 SHA256 (rust/crates/zerofrom-derive-0.1.5.crate) = 595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808 @@ -1397,9 +1395,9 @@ SHA256 (rust/crates/zerovec-derive-0.10.3.crate) = 6eafa6dfb17584ea3e2bd6e76e0cc SIZE (rust/crates/zerovec-derive-0.10.3.crate) = 19438 SHA256 (rust/crates/zlib-rs-0.5.0.crate) = 868b928d7949e09af2f6086dfc1e01936064cc7a819253bce650d4e2a2d63ba8 SIZE (rust/crates/zlib-rs-0.5.0.crate) = 191547 -SHA256 (rust/crates/zune-core-0.4.12.crate) = 3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a -SIZE (rust/crates/zune-core-0.4.12.crate) = 17355 -SHA256 (rust/crates/zune-jpeg-0.4.14.crate) = 99a5bab8d7dedf81405c4bb1f2b83ea057643d9cb28778cea9eecddeedd2e028 -SIZE (rust/crates/zune-jpeg-0.4.14.crate) = 63388 -SHA256 (chatmail-core-v2.25.0_GH0.tar.gz) = 8c4169cd5682e46f66dfc548c5e68548934b2906b05db61c5d0482873ff7cfc0 -SIZE (chatmail-core-v2.25.0_GH0.tar.gz) = 3355266 +SHA256 (rust/crates/zune-core-0.5.0.crate) = 111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773 +SIZE (rust/crates/zune-core-0.5.0.crate) = 27393 +SHA256 (rust/crates/zune-jpeg-0.5.5.crate) = dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e +SIZE (rust/crates/zune-jpeg-0.5.5.crate) = 77168 +SHA256 (chatmail-core-v2.33.0_GH0.tar.gz) = 48ff8fd61d03bf1f94d3127cd0b9c2309dcb69b04b789f2242c9e229a24042e0 +SIZE (chatmail-core-v2.33.0_GH0.tar.gz) = 3375242 diff --git a/net/dpinger/Makefile b/net/dpinger/Makefile index 5ebbe773194b..844f87fbc840 100644 --- a/net/dpinger/Makefile +++ b/net/dpinger/Makefile @@ -1,9 +1,9 @@ PORTNAME= dpinger -PORTVERSION= 3.3 +PORTVERSION= 3.4 DISTVERSIONPREFIX= v CATEGORIES= net -MAINTAINER= garga@FreeBSD.org +MAINTAINER= dennypage@me.com COMMENT= IP device monitoring tool WWW= https://github.com/dennypage/dpinger diff --git a/net/dpinger/distinfo b/net/dpinger/distinfo index f0086e2d1039..7b96cf06f9a0 100644 --- a/net/dpinger/distinfo +++ b/net/dpinger/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674562736 -SHA256 (dennypage-dpinger-v3.3_GH0.tar.gz) = 8fcaf8510a8a23996300a79f2571ddb01417cc4fb1a8f32fb52ffd8a339040d9 -SIZE (dennypage-dpinger-v3.3_GH0.tar.gz) = 17943 +TIMESTAMP = 1765392633 +SHA256 (dennypage-dpinger-v3.4_GH0.tar.gz) = 871d7aebfea3d5c370d5e416b553cac803323347f1718fac33beaed9a1d0b7c8 +SIZE (dennypage-dpinger-v3.4_GH0.tar.gz) = 17901 diff --git a/net/eventviews/distinfo b/net/eventviews/distinfo index ff5f7e5616bb..25315e741b08 100644 --- a/net/eventviews/distinfo +++ b/net/eventviews/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264687 -SHA256 (KDE/release-service/25.08.3/eventviews-25.08.3.tar.xz) = ea16cd19939c7d4f5b9dafb9ef93763e8b2f26c2df22c670f6a5782dd10e383e -SIZE (KDE/release-service/25.08.3/eventviews-25.08.3.tar.xz) = 523968 +TIMESTAMP = 1765478688 +SHA256 (KDE/release-service/25.12.0/eventviews-25.12.0.tar.xz) = 3999484d6bf4ddd6119db607acb5dd7d81c6deab7f8f51ba9d1cf9028f188740 +SIZE (KDE/release-service/25.12.0/eventviews-25.12.0.tar.xz) = 535416 diff --git a/net/fb303/Makefile b/net/fb303/Makefile index 8d6a295b007e..de88f1459ee2 100644 --- a/net/fb303/Makefile +++ b/net/fb303/Makefile @@ -1,6 +1,7 @@ PORTNAME= fb303 DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/freerdp3/Makefile b/net/freerdp3/Makefile index a008b3ac218d..908a07cd6999 100644 --- a/net/freerdp3/Makefile +++ b/net/freerdp3/Makefile @@ -1,5 +1,5 @@ PORTNAME= freerdp -DISTVERSION= 3.19.0 +DISTVERSION= 3.19.1 CATEGORIES= net comms MASTER_SITES+= https://pub.freerdp.com/releases/:freerdp \ https://github.com/FreeRDP/FreeRDP/releases/download/${DISTVERSION}/:freerdp diff --git a/net/freerdp3/distinfo b/net/freerdp3/distinfo index 6380ca1f5446..e51b037d8de1 100644 --- a/net/freerdp3/distinfo +++ b/net/freerdp3/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765222222 -SHA256 (freerdp-3.19.0.tar.gz) = f3d021e56e5fee789149f875887850185c310b96240c998c15a864e4fb1aaf46 -SIZE (freerdp-3.19.0.tar.gz) = 11364393 +TIMESTAMP = 1765656565 +SHA256 (freerdp-3.19.1.tar.gz) = 0886818968884464d72f8c363b633e97561bd438d84fce7331cb0df07b088919 +SIZE (freerdp-3.19.1.tar.gz) = 11365539 SHA256 (akallabeth-webview-2a0a130_GH0.tar.gz) = 22448da4658b73cc20e6944d9a351ab6c40d1a50026997f8278f63713f5f7c07 SIZE (akallabeth-webview-2a0a130_GH0.tar.gz) = 185888 diff --git a/net/gitlab-agent/distinfo b/net/gitlab-agent/distinfo index 9264b441b489..8cf7a86602da 100644 --- a/net/gitlab-agent/distinfo +++ b/net/gitlab-agent/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764220554 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.6.1/v18.6.1.mod) = 70aa1942f288770a76e933b4f648185d795b0ad148162c1bdf91c13c0c122526 -SIZE (go/net_gitlab-agent/gitlab-agent-v18.6.1/v18.6.1.mod) = 9944 -SHA256 (go/net_gitlab-agent/gitlab-agent-v18.6.1/v18.6.1.zip) = bd3e864462912f0b7f1807f03147b026ce967a505d9931ef52d9627008e9e233 -SIZE (go/net_gitlab-agent/gitlab-agent-v18.6.1/v18.6.1.zip) = 1917078 +TIMESTAMP = 1765426154 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.6.2/v18.6.2.mod) = 70aa1942f288770a76e933b4f648185d795b0ad148162c1bdf91c13c0c122526 +SIZE (go/net_gitlab-agent/gitlab-agent-v18.6.2/v18.6.2.mod) = 9944 +SHA256 (go/net_gitlab-agent/gitlab-agent-v18.6.2/v18.6.2.zip) = a500e7d7947660c1e5edfc44fef91295e747dad6a1868a2abd85da98db433388 +SIZE (go/net_gitlab-agent/gitlab-agent-v18.6.2/v18.6.2.zip) = 1917086 diff --git a/net/google-cloud-sdk/Makefile b/net/google-cloud-sdk/Makefile index cc82a97203bb..967ac4aa4c03 100644 --- a/net/google-cloud-sdk/Makefile +++ b/net/google-cloud-sdk/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-sdk -DISTVERSION= 548.0.0 +DISTVERSION= 549.0.1 CATEGORIES= net MASTER_SITES= https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/ DISTNAME= google-cloud-sdk-${PORTVERSION}-linux-x86_64 diff --git a/net/google-cloud-sdk/distinfo b/net/google-cloud-sdk/distinfo index 50d1fcd24b2d..49d2326c34d8 100644 --- a/net/google-cloud-sdk/distinfo +++ b/net/google-cloud-sdk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763634643 -SHA256 (google-cloud-sdk-548.0.0-linux-x86_64.tar.gz) = 0b55832acefeadd0d68830647f89aa4fb72837ac3446766f39cec188b885a095 -SIZE (google-cloud-sdk-548.0.0-linux-x86_64.tar.gz) = 202881946 +TIMESTAMP = 1765638783 +SHA256 (google-cloud-sdk-549.0.1-linux-x86_64.tar.gz) = 0223233b3cfdf9065ad8e061e0fe9e0ac66e7a9871f7b5dfe23e789b1f6b22c5 +SIZE (google-cloud-sdk-549.0.1-linux-x86_64.tar.gz) = 202958423 diff --git a/net/incidenceeditor/distinfo b/net/incidenceeditor/distinfo index 57a3abce7f86..e62cf01eb556 100644 --- a/net/incidenceeditor/distinfo +++ b/net/incidenceeditor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264689 -SHA256 (KDE/release-service/25.08.3/incidenceeditor-25.08.3.tar.xz) = d0c15c3751723abcf101a23a6b162d329e089249e94bdfd4283d68decf211a98 -SIZE (KDE/release-service/25.08.3/incidenceeditor-25.08.3.tar.xz) = 606936 +TIMESTAMP = 1765478690 +SHA256 (KDE/release-service/25.12.0/incidenceeditor-25.12.0.tar.xz) = 6da21ce4663ae11baf00687d4225c65cca81ceae9ca436aacfb684e7171ae7cf +SIZE (KDE/release-service/25.12.0/incidenceeditor-25.12.0.tar.xz) = 609408 diff --git a/net/jicmp/Makefile b/net/jicmp/Makefile index b51ed04ad18b..82a6287c657b 100644 --- a/net/jicmp/Makefile +++ b/net/jicmp/Makefile @@ -10,6 +10,7 @@ WWW= https://www.opennms.org/index.php/Jicmp WRKSRC= ${WRKDIR}/jicmp-${PORTVERSION} USES= java libtool +JAVA_VERSION= 8 JAVA_VENDOR= openjdk USE_LDCONFIG= yes diff --git a/net/jicmp6/Makefile b/net/jicmp6/Makefile index 0b711e78635f..0fef849c1240 100644 --- a/net/jicmp6/Makefile +++ b/net/jicmp6/Makefile @@ -8,6 +8,7 @@ COMMENT= Java native interface (JNI) to ICMPv6 WWW= https://www.opennms.org/wiki/Jicmp USES= java libtool +JAVA_VERSION= 8 JAVA_VENDOR= openjdk GNU_CONFIGURE= yes diff --git a/net/kcalutils/distinfo b/net/kcalutils/distinfo index 52f07d9553d6..ab4e1dc4da00 100644 --- a/net/kcalutils/distinfo +++ b/net/kcalutils/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264692 -SHA256 (KDE/release-service/25.08.3/kcalutils-25.08.3.tar.xz) = cea037b67a510ba4e3c0913a90ba2bff724070b29251248df23af5fb0bb18a2d -SIZE (KDE/release-service/25.08.3/kcalutils-25.08.3.tar.xz) = 371840 +TIMESTAMP = 1765478693 +SHA256 (KDE/release-service/25.12.0/kcalutils-25.12.0.tar.xz) = 43048134e055ffa3e757fde34ebd1bedec8dff6f268e73ec70c8ceffb9433cc0 +SIZE (KDE/release-service/25.12.0/kcalutils-25.12.0.tar.xz) = 371768 diff --git a/net/kdenetwork-filesharing/distinfo b/net/kdenetwork-filesharing/distinfo index ceb1d705fafc..5fc046e02841 100644 --- a/net/kdenetwork-filesharing/distinfo +++ b/net/kdenetwork-filesharing/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264694 -SHA256 (KDE/release-service/25.08.3/kdenetwork-filesharing-25.08.3.tar.xz) = d2cef56443843b82a5c210ec5a6e4c2a1ed1a2a86d517e5773855953ba96a48f -SIZE (KDE/release-service/25.08.3/kdenetwork-filesharing-25.08.3.tar.xz) = 510880 +TIMESTAMP = 1765478695 +SHA256 (KDE/release-service/25.12.0/kdenetwork-filesharing-25.12.0.tar.xz) = 1af1f0f1575d59473aa5a2ca836afcdf170c1c22e15c298c5edd00a7d1fd4cb0 +SIZE (KDE/release-service/25.12.0/kdenetwork-filesharing-25.12.0.tar.xz) = 517212 diff --git a/net/kget/distinfo b/net/kget/distinfo index 6adc17ae9f29..a003c50d15de 100644 --- a/net/kget/distinfo +++ b/net/kget/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264697 -SHA256 (KDE/release-service/25.08.3/kget-25.08.3.tar.xz) = bde0e4653552a8eb39a8d3220acdb5e1042c76fed771b8162789533f03a7e38d -SIZE (KDE/release-service/25.08.3/kget-25.08.3.tar.xz) = 4853940 +TIMESTAMP = 1765478698 +SHA256 (KDE/release-service/25.12.0/kget-25.12.0.tar.xz) = bd10c266c5f22bb716b7559c1b9aa86cd11c285fbe7648ad0f2b0ae8f3579921 +SIZE (KDE/release-service/25.12.0/kget-25.12.0.tar.xz) = 4853844 diff --git a/net/kidentitymanagement/distinfo b/net/kidentitymanagement/distinfo index ed0452fc8c9f..1ab8ab6230d1 100644 --- a/net/kidentitymanagement/distinfo +++ b/net/kidentitymanagement/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264699 -SHA256 (KDE/release-service/25.08.3/kidentitymanagement-25.08.3.tar.xz) = fbb21eff44d002066e3ac4a6905ad915e7ad355aa7d34f8e6307308b384ff7db -SIZE (KDE/release-service/25.08.3/kidentitymanagement-25.08.3.tar.xz) = 200592 +TIMESTAMP = 1765478700 +SHA256 (KDE/release-service/25.12.0/kidentitymanagement-25.12.0.tar.xz) = 798e059bb92218a27effe440ad6616203a43e04fe552d7a7b8d9e99eef06b6db +SIZE (KDE/release-service/25.12.0/kidentitymanagement-25.12.0.tar.xz) = 200908 diff --git a/net/kimap/distinfo b/net/kimap/distinfo index 6e7212b55212..230815645858 100644 --- a/net/kimap/distinfo +++ b/net/kimap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264702 -SHA256 (KDE/release-service/25.08.3/kimap-25.08.3.tar.xz) = d6b8307cb2b8833a8df485b87783d58151a28905b7b6e790827c52433489ab3d -SIZE (KDE/release-service/25.08.3/kimap-25.08.3.tar.xz) = 136240 +TIMESTAMP = 1765478703 +SHA256 (KDE/release-service/25.12.0/kimap-25.12.0.tar.xz) = c520f4dad64c3c719035b8f0ed6842551a85008c365383cba22ec64cc997a3b4 +SIZE (KDE/release-service/25.12.0/kimap-25.12.0.tar.xz) = 136236 diff --git a/net/kio-gdrive/distinfo b/net/kio-gdrive/distinfo index 51870678e3af..0cc1db63e574 100644 --- a/net/kio-gdrive/distinfo +++ b/net/kio-gdrive/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264702 -SHA256 (KDE/release-service/25.08.3/kio-gdrive-25.08.3.tar.xz) = 2c0f1cb765f5c00dc1e9fefb1849ec709e334e2f5618ede4dd4a86cde2e44b93 -SIZE (KDE/release-service/25.08.3/kio-gdrive-25.08.3.tar.xz) = 83216 +TIMESTAMP = 1765478703 +SHA256 (KDE/release-service/25.12.0/kio-gdrive-25.12.0.tar.xz) = 67b3e2263fc8c69c061b09658fd77ed50c4d8d69a358d40c0e6d4ddea6f9477e +SIZE (KDE/release-service/25.12.0/kio-gdrive-25.12.0.tar.xz) = 83176 diff --git a/net/kio-zeroconf/distinfo b/net/kio-zeroconf/distinfo index 4b624b2fa6e3..65b4147d9909 100644 --- a/net/kio-zeroconf/distinfo +++ b/net/kio-zeroconf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264705 -SHA256 (KDE/release-service/25.08.3/kio-zeroconf-25.08.3.tar.xz) = de7bb2329ddb90c04a8c1b7ab7e1225e2728ed8bb7554029e4b4b41e44b573e0 -SIZE (KDE/release-service/25.08.3/kio-zeroconf-25.08.3.tar.xz) = 44896 +TIMESTAMP = 1765478706 +SHA256 (KDE/release-service/25.12.0/kio-zeroconf-25.12.0.tar.xz) = 227c93e01673d7eb69606e45fc9f1060b0f280e879313c623b1f2423453ce2a8 +SIZE (KDE/release-service/25.12.0/kio-zeroconf-25.12.0.tar.xz) = 45532 diff --git a/net/kitinerary/Makefile b/net/kitinerary/Makefile index 20075f98e622..c590eb7fe4bf 100644 --- a/net/kitinerary/Makefile +++ b/net/kitinerary/Makefile @@ -1,6 +1,5 @@ PORTNAME= kitinerary DISTVERSION= ${KDE_APPLICATIONS_VERSION} -PORTREVISION= 1 CATEGORIES= net kde kde-applications MAINTAINER= kde@FreeBSD.org diff --git a/net/kitinerary/distinfo b/net/kitinerary/distinfo index 0a4eb64a7a27..ebc4322853fa 100644 --- a/net/kitinerary/distinfo +++ b/net/kitinerary/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264707 -SHA256 (KDE/release-service/25.08.3/kitinerary-25.08.3.tar.xz) = b37406fdb6a5135fbc17c88ccb7f2d0888e6d53e16f42d8194ea618911f47220 -SIZE (KDE/release-service/25.08.3/kitinerary-25.08.3.tar.xz) = 2124116 +TIMESTAMP = 1765478708 +SHA256 (KDE/release-service/25.12.0/kitinerary-25.12.0.tar.xz) = 75096a495263435e6e1dfaef8f9fb48fad21530c48aeaeba91f73e0d384d5f0c +SIZE (KDE/release-service/25.12.0/kitinerary-25.12.0.tar.xz) = 2174028 diff --git a/net/kldap/distinfo b/net/kldap/distinfo index 8d7fc582bd52..e04ca6e2012d 100644 --- a/net/kldap/distinfo +++ b/net/kldap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264710 -SHA256 (KDE/release-service/25.08.3/kldap-25.08.3.tar.xz) = 62178043f723b9599ef86d4466627d5537807782c9ceefe4ab79591b1af7c032 -SIZE (KDE/release-service/25.08.3/kldap-25.08.3.tar.xz) = 194036 +TIMESTAMP = 1765478711 +SHA256 (KDE/release-service/25.12.0/kldap-25.12.0.tar.xz) = b1259b04af9c503d1d997a71f8c9405c2b8996f27ee8ee3a667463ec26334a57 +SIZE (KDE/release-service/25.12.0/kldap-25.12.0.tar.xz) = 193976 diff --git a/net/kmailtransport/distinfo b/net/kmailtransport/distinfo index 83f9d36b73ca..365793ba190d 100644 --- a/net/kmailtransport/distinfo +++ b/net/kmailtransport/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264712 -SHA256 (KDE/release-service/25.08.3/kmailtransport-25.08.3.tar.xz) = 21fb85eb64ed25caed271d299700f1066a93431298647f5dac36e8b6f32537ae -SIZE (KDE/release-service/25.08.3/kmailtransport-25.08.3.tar.xz) = 194152 +TIMESTAMP = 1765478713 +SHA256 (KDE/release-service/25.12.0/kmailtransport-25.12.0.tar.xz) = 480ffdd92d657d2adbbf8e2fe17b3f723fc835c13fac3d519ee2651bfc2de1bf +SIZE (KDE/release-service/25.12.0/kmailtransport-25.12.0.tar.xz) = 194128 diff --git a/net/kmbox/distinfo b/net/kmbox/distinfo index 2f55a9c23000..9818f679ddc5 100644 --- a/net/kmbox/distinfo +++ b/net/kmbox/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264715 -SHA256 (KDE/release-service/25.08.3/kmbox-25.08.3.tar.xz) = 316185fa387e38561bdd2e0a0b984a3fc00832a62271d06dcfebce1dc7f0558c -SIZE (KDE/release-service/25.08.3/kmbox-25.08.3.tar.xz) = 31584 +TIMESTAMP = 1765478716 +SHA256 (KDE/release-service/25.12.0/kmbox-25.12.0.tar.xz) = 3a6a109bdc4a1648918d4d332aaac2447f67710d87ee9a1bcfac16991b8e93e8 +SIZE (KDE/release-service/25.12.0/kmbox-25.12.0.tar.xz) = 31612 diff --git a/net/kmime/distinfo b/net/kmime/distinfo index 3548511abff6..6060101fc0c3 100644 --- a/net/kmime/distinfo +++ b/net/kmime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264717 -SHA256 (KDE/release-service/25.08.3/kmime-25.08.3.tar.xz) = 1f4fca3bff999fd84d9cf3d8073df7d3c1693ad8554b5600174e4a9aa1837f01 -SIZE (KDE/release-service/25.08.3/kmime-25.08.3.tar.xz) = 164732 +TIMESTAMP = 1765478718 +SHA256 (KDE/release-service/25.12.0/kmime-25.12.0.tar.xz) = c21f17b1fca6826487cd8e22cd551dee9340a52237c59670cc8c43265b0f4635 +SIZE (KDE/release-service/25.12.0/kmime-25.12.0.tar.xz) = 167124 diff --git a/net/kontactinterface/distinfo b/net/kontactinterface/distinfo index e243612c5a17..9075f94c20ff 100644 --- a/net/kontactinterface/distinfo +++ b/net/kontactinterface/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264720 -SHA256 (KDE/release-service/25.08.3/kontactinterface-25.08.3.tar.xz) = 7b59d03807afbe892ed00e7c226fd87ede8ca7e3a777a11c228698b3d8059788 -SIZE (KDE/release-service/25.08.3/kontactinterface-25.08.3.tar.xz) = 43236 +TIMESTAMP = 1765478721 +SHA256 (KDE/release-service/25.12.0/kontactinterface-25.12.0.tar.xz) = b0f2f5ca171785182c53b0c5f7b13bfd667efbd116b76307353585f6197f0266 +SIZE (KDE/release-service/25.12.0/kontactinterface-25.12.0.tar.xz) = 43240 diff --git a/net/kpimtextedit/distinfo b/net/kpimtextedit/distinfo index 44eb8f32c60c..ad20519cc41c 100644 --- a/net/kpimtextedit/distinfo +++ b/net/kpimtextedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264723 -SHA256 (KDE/release-service/25.08.3/kpimtextedit-25.08.3.tar.xz) = 429bffa614ad2b3ea7424702c1c4812f8cc2e42ee210cd5abf7c9dd7ffe46d46 -SIZE (KDE/release-service/25.08.3/kpimtextedit-25.08.3.tar.xz) = 183544 +TIMESTAMP = 1765478723 +SHA256 (KDE/release-service/25.12.0/kpimtextedit-25.12.0.tar.xz) = 4faf69b29d69474665e0f62daba3279a32576bbff3df767667ff8174b9f5f62e +SIZE (KDE/release-service/25.12.0/kpimtextedit-25.12.0.tar.xz) = 183352 diff --git a/net/krdc/distinfo b/net/krdc/distinfo index de45e6024fa2..8ea7d73ffb0b 100644 --- a/net/krdc/distinfo +++ b/net/krdc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264725 -SHA256 (KDE/release-service/25.08.3/krdc-25.08.3.tar.xz) = aa317b8a21c0362b6ddd69f122ca17f444edfeeba2f422b75ce51c666950906a -SIZE (KDE/release-service/25.08.3/krdc-25.08.3.tar.xz) = 1598500 +TIMESTAMP = 1765478726 +SHA256 (KDE/release-service/25.12.0/krdc-25.12.0.tar.xz) = 920cc0c0503d151b00c6b5a78c7e110e1b598d775288c9bfd2e6111800b59645 +SIZE (KDE/release-service/25.12.0/krdc-25.12.0.tar.xz) = 1598432 diff --git a/net/krfb/distinfo b/net/krfb/distinfo index 2d9bde2ed0d0..c2856cd9a6b7 100644 --- a/net/krfb/distinfo +++ b/net/krfb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264728 -SHA256 (KDE/release-service/25.08.3/krfb-25.08.3.tar.xz) = e12f879089b6a9d4b8fc72b8201e52223ea450664d28ba3a43193a61eb9dff42 -SIZE (KDE/release-service/25.08.3/krfb-25.08.3.tar.xz) = 1221644 +TIMESTAMP = 1765478729 +SHA256 (KDE/release-service/25.12.0/krfb-25.12.0.tar.xz) = 016a0af54b451e2c6b458ff82010e1dea51c5d508bfab30248bcfbf250492d8d +SIZE (KDE/release-service/25.12.0/krfb-25.12.0.tar.xz) = 1221580 diff --git a/net/ksmtp/distinfo b/net/ksmtp/distinfo index bd06f4a47353..504aee186c30 100644 --- a/net/ksmtp/distinfo +++ b/net/ksmtp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264730 -SHA256 (KDE/release-service/25.08.3/ksmtp-25.08.3.tar.xz) = 150741807723f1cee46bc1e86394d785fefd7df822523d5fe53832a2e415cce6 -SIZE (KDE/release-service/25.08.3/ksmtp-25.08.3.tar.xz) = 55696 +TIMESTAMP = 1765478731 +SHA256 (KDE/release-service/25.12.0/ksmtp-25.12.0.tar.xz) = 15d66ecddc57fe3c36001bec52c73a8c6805e04fe843d2b13353a3f3f5061a45 +SIZE (KDE/release-service/25.12.0/ksmtp-25.12.0.tar.xz) = 55652 diff --git a/net/ktnef/distinfo b/net/ktnef/distinfo index 55d6a98350d1..381fb2e88cea 100644 --- a/net/ktnef/distinfo +++ b/net/ktnef/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264733 -SHA256 (KDE/release-service/25.08.3/ktnef-25.08.3.tar.xz) = 7015477950119cddb9d9b4e6b94306b1b6876f4604f496febe824ca62705e213 -SIZE (KDE/release-service/25.08.3/ktnef-25.08.3.tar.xz) = 316988 +TIMESTAMP = 1765478734 +SHA256 (KDE/release-service/25.12.0/ktnef-25.12.0.tar.xz) = cbf7fddbdef942965a4fd9941dcd97d211002b4612f0d70b673f43e0343cb0f0 +SIZE (KDE/release-service/25.12.0/ktnef-25.12.0.tar.xz) = 316980 diff --git a/net/libgravatar/distinfo b/net/libgravatar/distinfo index 78a5b63b3996..6acaf9ee9966 100644 --- a/net/libgravatar/distinfo +++ b/net/libgravatar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264735 -SHA256 (KDE/release-service/25.08.3/libgravatar-25.08.3.tar.xz) = 94c7772602b3adaa8b4d44a227699d943097005aebfeef563caeadb75e6f23fb -SIZE (KDE/release-service/25.08.3/libgravatar-25.08.3.tar.xz) = 40948 +TIMESTAMP = 1765478736 +SHA256 (KDE/release-service/25.12.0/libgravatar-25.12.0.tar.xz) = e44b573a3de25cc59cc7e147e8579939aef72c457be2e3e4ad4c16d3d9f4af7e +SIZE (KDE/release-service/25.12.0/libgravatar-25.12.0.tar.xz) = 40920 diff --git a/net/libkgapi/distinfo b/net/libkgapi/distinfo index b881519e7bb1..33ffcc9c57ab 100644 --- a/net/libkgapi/distinfo +++ b/net/libkgapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264738 -SHA256 (KDE/release-service/25.08.3/libkgapi-25.08.3.tar.xz) = 5a6590da04cf4a0c3b53f2a0c7d7c97cdf57f63854a0a4978c0859243bfbd15e -SIZE (KDE/release-service/25.08.3/libkgapi-25.08.3.tar.xz) = 341472 +TIMESTAMP = 1765478739 +SHA256 (KDE/release-service/25.12.0/libkgapi-25.12.0.tar.xz) = 289dc91daffe02eb1a524d6c828ff4ba973ccd61d1610805d7386d99d9b4a4be +SIZE (KDE/release-service/25.12.0/libkgapi-25.12.0.tar.xz) = 341404 diff --git a/net/libksieve/distinfo b/net/libksieve/distinfo index 49adb0ceebc2..aa2331a8c3fd 100644 --- a/net/libksieve/distinfo +++ b/net/libksieve/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264740 -SHA256 (KDE/release-service/25.08.3/libksieve-25.08.3.tar.xz) = 6e0663eb7a0c4007c5644fab83c4367133bb61b7ae3b7278bc836971775fff99 -SIZE (KDE/release-service/25.08.3/libksieve-25.08.3.tar.xz) = 632984 +TIMESTAMP = 1765478741 +SHA256 (KDE/release-service/25.12.0/libksieve-25.12.0.tar.xz) = be5efe2fead2a0f27a23be3f47ca86c0a8e90b54c496df6da026013fd82b8421 +SIZE (KDE/release-service/25.12.0/libksieve-25.12.0.tar.xz) = 634000 diff --git a/net/libngtcp2-gnutls/Makefile b/net/libngtcp2-gnutls/Makefile index a04d7a3e09ab..4fb397687402 100644 --- a/net/libngtcp2-gnutls/Makefile +++ b/net/libngtcp2-gnutls/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 LIB_DEPENDS= libgnutls.so:security/gnutls RUN_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only \ --with-gnutls \ diff --git a/net/libngtcp2-wolfssl/Makefile b/net/libngtcp2-wolfssl/Makefile index f4624ddace12..bdb3aece22b0 100644 --- a/net/libngtcp2-wolfssl/Makefile +++ b/net/libngtcp2-wolfssl/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 LIB_DEPENDS= libwolfssl.so:security/wolfssl RUN_DEPENDS= libngtcp2>=${PORTVERSION}<${PORTVERSION}_99:net/libngtcp2 -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only \ --with-jemalloc \ diff --git a/net/libngtcp2/Makefile b/net/libngtcp2/Makefile index bcd96aa2f2f3..738578e97b75 100644 --- a/net/libngtcp2/Makefile +++ b/net/libngtcp2/Makefile @@ -12,7 +12,7 @@ WWW= https://nghttp2.org/ngtcp2/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only \ --with-jemalloc \ diff --git a/net/linux-rl9-avahi-libs/Makefile b/net/linux-rl9-avahi-libs/Makefile index 7292e2d58b6c..1b5c166381dd 100644 --- a/net/linux-rl9-avahi-libs/Makefile +++ b/net/linux-rl9-avahi-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= avahi PORTVERSION= 0.8 -DISTVERSIONSUFFIX= -22.el9_6.1 -PORTREVISION= 7 +DISTVERSIONSUFFIX= -23.el9 +PORTREVISION= 8 CATEGORIES= net linux PKGNAMESUFFIX= -libs diff --git a/net/linux-rl9-avahi-libs/distinfo b/net/linux-rl9-avahi-libs/distinfo index a3b779df26a0..7486252d3fcc 100644 --- a/net/linux-rl9-avahi-libs/distinfo +++ b/net/linux-rl9-avahi-libs/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1757067549 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.aarch64.rpm) = eb2798efae28e113831187b25cee13704c28b158d255d930efd9d8c9449ecc1b -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.aarch64.rpm) = 13470 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.i686.rpm) = 1aff371530dccb438ad0b8c33344c9d4724c84a3ff49c3018c8369696597d5e6 -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.i686.rpm) = 14378 -SHA256 (rocky/a/avahi-glib-0.8-22.el9_6.1.x86_64.rpm) = c98afa4dc365e9eaa3d771176cd5639edf1f148e3b67d00c95bfbf7bec02b750 -SIZE (rocky/a/avahi-glib-0.8-22.el9_6.1.x86_64.rpm) = 13849 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.aarch64.rpm) = b84aba0f64ccfb91a9759031b83f4e43666d8356071b24fe834a20947a2efd80 -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.aarch64.rpm) = 66437 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.i686.rpm) = 0fbd1343c19a6d7da3bc5e6ee7b51c42b0cef72e6e6c256d95fac6a66c16e6a1 -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.i686.rpm) = 72304 -SHA256 (rocky/a/avahi-libs-0.8-22.el9_6.1.x86_64.rpm) = 6e157e21cd2a28eec5305c8a290a992445ed64e355379fab8def299c0f0b2c0f -SIZE (rocky/a/avahi-libs-0.8-22.el9_6.1.x86_64.rpm) = 67843 -SHA256 (rocky/a/avahi-0.8-22.el9_6.1.src.rpm) = 8c247f6313a1e24ac6ea689fe9ca0a29f9e6efbb15919a4f4b49d5e13359379a -SIZE (rocky/a/avahi-0.8-22.el9_6.1.src.rpm) = 1626813 +TIMESTAMP = 1765199653 +SHA256 (rocky/a/avahi-glib-0.8-23.el9.aarch64.rpm) = c788ef28f500e12cac731d5399c984455faec34c9e7c7052fa20ad971b8e52f1 +SIZE (rocky/a/avahi-glib-0.8-23.el9.aarch64.rpm) = 13442 +SHA256 (rocky/a/avahi-glib-0.8-23.el9.i686.rpm) = 9e699657da85f90f87e42f41c66b94ea895239c8c0b6772c7c44ac7b82c5371a +SIZE (rocky/a/avahi-glib-0.8-23.el9.i686.rpm) = 14323 +SHA256 (rocky/a/avahi-glib-0.8-23.el9.x86_64.rpm) = dbc6e7bbea14ee97c393b92ce2f8728d4437b7b0c19470827e053fcf5be0c4bb +SIZE (rocky/a/avahi-glib-0.8-23.el9.x86_64.rpm) = 13830 +SHA256 (rocky/a/avahi-libs-0.8-23.el9.aarch64.rpm) = d3eed04ac7e956b98830cfc1f2b5ff79c36420f6ac51d4da005a93a977509a6c +SIZE (rocky/a/avahi-libs-0.8-23.el9.aarch64.rpm) = 66399 +SHA256 (rocky/a/avahi-libs-0.8-23.el9.i686.rpm) = 567047f184ceb4d2773efde5d63346f5ef9dd3d99b8cec1600d2e977b5f7adc8 +SIZE (rocky/a/avahi-libs-0.8-23.el9.i686.rpm) = 72357 +SHA256 (rocky/a/avahi-libs-0.8-23.el9.x86_64.rpm) = a8f09979ad53eb192c4604409092c997a2e248cf42dc0da2dda6d894e455f4d8 +SIZE (rocky/a/avahi-libs-0.8-23.el9.x86_64.rpm) = 67851 +SHA256 (rocky/a/avahi-0.8-23.el9.src.rpm) = 2ff47a45de31021b316000fafb9d6af0c1d658d41068194bed692f9996ae0e56 +SIZE (rocky/a/avahi-0.8-23.el9.src.rpm) = 1626737 diff --git a/net/mailcommon/distinfo b/net/mailcommon/distinfo index ad0457338b8c..aa6c69bd5692 100644 --- a/net/mailcommon/distinfo +++ b/net/mailcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264743 -SHA256 (KDE/release-service/25.08.3/mailcommon-25.08.3.tar.xz) = 3c4686f873940e00b7525993facd5a53e2c7f2d94408c6f68a76aa13b11743fa -SIZE (KDE/release-service/25.08.3/mailcommon-25.08.3.tar.xz) = 823972 +TIMESTAMP = 1765478744 +SHA256 (KDE/release-service/25.12.0/mailcommon-25.12.0.tar.xz) = 18831ad5a92b2c8705873d4776ad460d3b38cbce600f6e60feb6093be4b1d652 +SIZE (KDE/release-service/25.12.0/mailcommon-25.12.0.tar.xz) = 836192 diff --git a/net/mailcommon/pkg-plist b/net/mailcommon/pkg-plist index 946212b7ff2e..66ba8a686e38 100644 --- a/net/mailcommon/pkg-plist +++ b/net/mailcommon/pkg-plist @@ -145,6 +145,7 @@ share/locale/ka/LC_MESSAGES/libmailcommon6.mo share/locale/kk/LC_MESSAGES/libmailcommon6.mo share/locale/ko/LC_MESSAGES/libmailcommon6.mo share/locale/lt/LC_MESSAGES/libmailcommon6.mo +share/locale/lv/LC_MESSAGES/libmailcommon6.mo share/locale/mr/LC_MESSAGES/libmailcommon6.mo share/locale/nb/LC_MESSAGES/libmailcommon6.mo share/locale/nds/LC_MESSAGES/libmailcommon6.mo diff --git a/net/mailimporter/distinfo b/net/mailimporter/distinfo index c134a9ce5074..96da6dce8df5 100644 --- a/net/mailimporter/distinfo +++ b/net/mailimporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264745 -SHA256 (KDE/release-service/25.08.3/mailimporter-25.08.3.tar.xz) = f0cb01abe24b3a5332756ded519312813ff0e37971d6bfb1937c0b7bcc6fdaa9 -SIZE (KDE/release-service/25.08.3/mailimporter-25.08.3.tar.xz) = 603532 +TIMESTAMP = 1765478746 +SHA256 (KDE/release-service/25.12.0/mailimporter-25.12.0.tar.xz) = b669ac89315dafc1f42eb978a64366c4f751625f33ba8eb2aaa881f8f2664a15 +SIZE (KDE/release-service/25.12.0/mailimporter-25.12.0.tar.xz) = 603612 diff --git a/net/messagelib/distinfo b/net/messagelib/distinfo index 4c2175f62dd1..92b2524a83b6 100644 --- a/net/messagelib/distinfo +++ b/net/messagelib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264748 -SHA256 (KDE/release-service/25.08.3/messagelib-25.08.3.tar.xz) = a7c878830a5d790752c98b3d9563c76e1a30b6a28cec53cbd4a6b60132f567f8 -SIZE (KDE/release-service/25.08.3/messagelib-25.08.3.tar.xz) = 7445392 +TIMESTAMP = 1765478749 +SHA256 (KDE/release-service/25.12.0/messagelib-25.12.0.tar.xz) = 9a4bbfec97870080f52ba9d0b7cf4df68e3fb42f179351e0af940ad66c73cf7c +SIZE (KDE/release-service/25.12.0/messagelib-25.12.0.tar.xz) = 7523928 diff --git a/net/mimetreeparser/distinfo b/net/mimetreeparser/distinfo index eddb4ac67a91..94440e5bd631 100644 --- a/net/mimetreeparser/distinfo +++ b/net/mimetreeparser/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264750 -SHA256 (KDE/release-service/25.08.3/mimetreeparser-25.08.3.tar.xz) = ea16cf3fc87e1ca950a41494bd16efa0705d0061b55b545a89979843c835b977 -SIZE (KDE/release-service/25.08.3/mimetreeparser-25.08.3.tar.xz) = 654232 +TIMESTAMP = 1765478751 +SHA256 (KDE/release-service/25.12.0/mimetreeparser-25.12.0.tar.xz) = 63662367842e25b8e13c7523d0542847a1cffb36c72072bfe3b2942eccdd7841 +SIZE (KDE/release-service/25.12.0/mimetreeparser-25.12.0.tar.xz) = 654436 diff --git a/net/mvfst/Makefile b/net/mvfst/Makefile index 6cf08c3bd867..98ada249eb6c 100644 --- a/net/mvfst/Makefile +++ b/net/mvfst/Makefile @@ -1,6 +1,7 @@ PORTNAME= mvfst DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/ovhcloud-cli/Makefile b/net/ovhcloud-cli/Makefile index 1dc0e06c7501..420b4a918235 100644 --- a/net/ovhcloud-cli/Makefile +++ b/net/ovhcloud-cli/Makefile @@ -1,7 +1,6 @@ PORTNAME= ovhcloud-cli DISTVERSIONPREFIX= v -DISTVERSION= 0.8.1 -PORTREVISION= 2 +DISTVERSION= 0.9.0 CATEGORIES= net devel MAINTAINER= bapt@FreeBSD.org @@ -16,6 +15,11 @@ USES= go:modules USE_GITHUB= yes GH_ACCOUNT= ovh +GO_TARGET= ./cmd/ovhcloud +GO_BUILDFLAGS= -ldflags "-s -w -extldflags -static -X github.com/ovh/ovhcloud-cli/internal/version.Version=v${PORTVERSION}" + +PLIST_FILES= bin/ovhcloud + GH_TUPLE= \ PaesslerAG:gval:v1.2.4:paesslerag_gval/vendor/github.com/PaesslerAG/gval \ PaesslerAG:jsonpath:v0.1.1:paesslerag_jsonpath/vendor/github.com/PaesslerAG/jsonpath \ @@ -84,11 +88,6 @@ GH_TUPLE= \ yuin:goldmark-emoji:v1.0.5:yuin_goldmark_emoji/vendor/github.com/yuin/goldmark-emoji \ yuin:goldmark:v1.7.8:yuin_goldmark/vendor/github.com/yuin/goldmark -GO_TARGET= ./cmd/ovhcloud -GO_BUILDFLAGS= -ldflags "-s -w -extldflags -static -X github.com/ovh/ovhcloud-cli/internal/version.Version=v${PORTVERSION}" - -PLIST_FILES= bin/ovhcloud - post-extract: @${RM} -r ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf @${RLN} ${WRKSRC_charmbracelet_x_cellbuf}/cellbuf ${WRKSRC}/vendor/github.com/charmbracelet/x/cellbuf diff --git a/net/ovhcloud-cli/distinfo b/net/ovhcloud-cli/distinfo index 1108903d5a93..2af5679da766 100644 --- a/net/ovhcloud-cli/distinfo +++ b/net/ovhcloud-cli/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1762251928 -SHA256 (ovh-ovhcloud-cli-v0.8.1_GH0.tar.gz) = 2ff520a5cc181183a6411047def92fc718374935ae219e27ecaa92cc4deb8ba4 -SIZE (ovh-ovhcloud-cli-v0.8.1_GH0.tar.gz) = 900961 +TIMESTAMP = 1765376053 +SHA256 (ovh-ovhcloud-cli-v0.9.0_GH0.tar.gz) = e5c2b2c7d260b7752da2ada1d2b91c7b43a84d560a1e36c7dab39241ef55e9fc +SIZE (ovh-ovhcloud-cli-v0.9.0_GH0.tar.gz) = 908869 SHA256 (PaesslerAG-gval-v1.2.4_GH0.tar.gz) = 86e08fbd86a768478afbe1e3aa683dbec5ceb790a58758b61f2884a5d8a58d14 SIZE (PaesslerAG-gval-v1.2.4_GH0.tar.gz) = 68441 SHA256 (PaesslerAG-jsonpath-v0.1.1_GH0.tar.gz) = 8d150dfdc8228cb68dbcb2a0d146e07bb2a87960c6b3855fa27ed9551ff686e8 diff --git a/net/pimcommon/distinfo b/net/pimcommon/distinfo index 8201535fdd08..9031cab3e983 100644 --- a/net/pimcommon/distinfo +++ b/net/pimcommon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264753 -SHA256 (KDE/release-service/25.08.3/pimcommon-25.08.3.tar.xz) = fe8206b68b78b555ceed83cf2e68e5348406c59ac15bc433928b65bf9e877b88 -SIZE (KDE/release-service/25.08.3/pimcommon-25.08.3.tar.xz) = 379448 +TIMESTAMP = 1765478754 +SHA256 (KDE/release-service/25.12.0/pimcommon-25.12.0.tar.xz) = 11e0faea093a8634bbccad788e31dbbefaf028751e5d131384ef480cdf0b0bb2 +SIZE (KDE/release-service/25.12.0/pimcommon-25.12.0.tar.xz) = 379408 diff --git a/net/py-aiocoap/Makefile b/net/py-aiocoap/Makefile index b2e407742605..914d89d938cd 100644 --- a/net/py-aiocoap/Makefile +++ b/net/py-aiocoap/Makefile @@ -1,17 +1,25 @@ PORTNAME= aiocoap -DISTVERSION= 0.4.7 -PORTREVISION= 1 -CATEGORIES= net +PORTVERSION= 0.4.17 +CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python CoAP library -WWW= https://github.com/chrysn/aiocoap +WWW= https://aiocoap.readthedocs.io/en/latest/ \ + https://codeberg.org/aiocoap/aiocoap -LICENSE= MIT +LICENSE= BSD3CLAUSE MIT +LICENSE_COMB= dual +LICENSE_FILE_BSD3CLAUS= ${WRKSRC}/LICENSES/BSD-3-Clause.txt +LICENSE_FILE_MIT= ${WRKSRC}/LICENSES/MIT.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/net/py-aiocoap/distinfo b/net/py-aiocoap/distinfo index 917855068628..d721d7031e72 100644 --- a/net/py-aiocoap/distinfo +++ b/net/py-aiocoap/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682740254 -SHA256 (aiocoap-0.4.7.tar.gz) = 90f3bcaffd454f5421d3ad55ddbe3fe10a686d4b9f3c4445d427b130493a96a4 -SIZE (aiocoap-0.4.7.tar.gz) = 265972 +TIMESTAMP = 1765032810 +SHA256 (aiocoap-0.4.17.tar.gz) = 464c8d2b85ec1ef435dabeaa3fb6c8256b40fadfe6ce4ca83b93acb8d555f436 +SIZE (aiocoap-0.4.17.tar.gz) = 313536 diff --git a/net/py-aiocoap/files/patch-pyproject.toml b/net/py-aiocoap/files/patch-pyproject.toml new file mode 100644 index 000000000000..b57c57f0df6f --- /dev/null +++ b/net/py-aiocoap/files/patch-pyproject.toml @@ -0,0 +1,23 @@ +--- pyproject.toml.orig 2025-11-05 01:21:23 UTC ++++ pyproject.toml +@@ -2,7 +2,7 @@ + # SPDX-License-Identifier: MIT + + [build-system] +-requires = [ "setuptools >= 77.0" ] ++requires = [ "setuptools >= 61.0" ] + build-backend = "setuptools.build_meta" + + [project] +@@ -13,10 +13,7 @@ authors = [ + { name = "Christian Amsüss", email = "chrysn@fsfe.org" }, + { name = "the aiocoap contributors" }, + ] +-license = "MIT AND BSD-3-Clause" +-license-files = [ +- "LICENSES/*", +-] ++license = { text = "MIT AND BSD-3-Clause" } + keywords = [ "coap", "asyncio", "iot" ] + classifiers= [ + "Development Status :: 5 - Production/Stable", diff --git a/net/py-aiocoap/pkg-descr b/net/py-aiocoap/pkg-descr index 75e737c2e560..f895d5a219b2 100644 --- a/net/py-aiocoap/pkg-descr +++ b/net/py-aiocoap/pkg-descr @@ -1,9 +1,6 @@ The aiocoap package is an implementation of CoAP, the Constrained Application -Protocol. +Protocol. It facilitates writing applications that talk to network enabled +embedded ("IoT" / "Internet of Things") devices. It is written in Python 3 using its native asyncio methods to facilitate concurrent operations while maintaining an easy to use interface. - -aiocoap is originally based on txThings. If you want to use CoAP in your -existing Twisted application, or can not migrate to Python 3 yet, that is -probably more useful to you than aiocoap. diff --git a/net/py-aiohttp-socks/Makefile b/net/py-aiohttp-socks/Makefile index 0f8ddf23bb38..a14799c8f7b7 100644 --- a/net/py-aiohttp-socks/Makefile +++ b/net/py-aiohttp-socks/Makefile @@ -1,6 +1,6 @@ PORTNAME= aiohttp-socks DISTVERSIONPREFIX= v -DISTVERSION= 0.10.2 +DISTVERSION= 0.11.0 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-aiohttp-socks/distinfo b/net/py-aiohttp-socks/distinfo index e9e24e7a0411..5138aceb92ed 100644 --- a/net/py-aiohttp-socks/distinfo +++ b/net/py-aiohttp-socks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763107201 -SHA256 (romis2012-aiohttp-socks-v0.10.2_GH0.tar.gz) = 6bfd0af406f04abb7b8c0b5510de315bcfc7d53c1b27feed1f401ffbc898df30 -SIZE (romis2012-aiohttp-socks-v0.10.2_GH0.tar.gz) = 14146 +TIMESTAMP = 1765347390 +SHA256 (romis2012-aiohttp-socks-v0.11.0_GH0.tar.gz) = e82ea97b6d21f7d9eeeea410601727ed57fa4c6d8a7bb3fdd97a756d88a4d861 +SIZE (romis2012-aiohttp-socks-v0.11.0_GH0.tar.gz) = 13949 diff --git a/net/py-mpi4py/Makefile b/net/py-mpi4py/Makefile index 461123f4032e..2f896e6ba0b3 100644 --- a/net/py-mpi4py/Makefile +++ b/net/py-mpi4py/Makefile @@ -23,7 +23,6 @@ CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}mpi4py-mpich-4* MPIOPTIONS= --oversubscribe --stream-buffering 0 .elif ${MP} == "MPICH" USES+= fortran mpi:mpich -LDFLAGS+= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}mpi4py-4* MPIOPTIONS= .else @@ -36,6 +35,12 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS +.include <bsd.port.pre.mk> + +.if ${FORTRAN_DEFAULT} == gfortran +LDFLAGS+= ${LOCALBASE}/lib/gcc${GCC_DEFAULT}/libgcc_s.so +.endif + pre-configure: ${CP} ${FILESDIR}/mpi.cfg ${WRKSRC}/ ${REINPLACE_CMD} -e 's|%%LOCALBASE%%/mpi/openmpi|${MPI_HOME}|' \ @@ -52,4 +57,4 @@ post-install: do-test: (cd ${WRKSRC} && ${MPIEXEC} ${MPIOPTIONS} -n 5 ${PYTHON_CMD} test/main.py) -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net/py-python-socks/Makefile b/net/py-python-socks/Makefile index 2287fe2b2c66..b2e7922e407a 100644 --- a/net/py-python-socks/Makefile +++ b/net/py-python-socks/Makefile @@ -1,5 +1,5 @@ PORTNAME= python-socks -PORTVERSION= 2.7.3 +PORTVERSION= 2.8.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-python-socks/distinfo b/net/py-python-socks/distinfo index 6289b16fd03b..5dd5010fd521 100644 --- a/net/py-python-socks/distinfo +++ b/net/py-python-socks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763108154 -SHA256 (python_socks-2.7.3.tar.gz) = 06f4ae34c5828c96f631872e102425bbf44ad841d65ce68329e8dc1af428c1f1 -SIZE (python_socks-2.7.3.tar.gz) = 273160 +TIMESTAMP = 1765347488 +SHA256 (python_socks-2.8.0.tar.gz) = 340f82778b20a290bdd538ee47492978d603dff7826aaf2ce362d21ad9ee6f1b +SIZE (python_socks-2.8.0.tar.gz) = 273130 diff --git a/net/py-s3transfer/Makefile b/net/py-s3transfer/Makefile index 066d9d5f1d8e..adde0090818f 100644 --- a/net/py-s3transfer/Makefile +++ b/net/py-s3transfer/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3transfer -PORTVERSION= 0.15.0 +PORTVERSION= 0.16.0 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-s3transfer/distinfo b/net/py-s3transfer/distinfo index 992f485f386c..94fceed71a26 100644 --- a/net/py-s3transfer/distinfo +++ b/net/py-s3transfer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853426 -SHA256 (s3transfer-0.15.0.tar.gz) = d36fac8d0e3603eff9b5bfa4282c7ce6feb0301a633566153cbd0b93d11d8379 -SIZE (s3transfer-0.15.0.tar.gz) = 152185 +TIMESTAMP = 1765032812 +SHA256 (s3transfer-0.16.0.tar.gz) = 8e990f13268025792229cd52fa10cb7163744bf56e719e0b9cb925ab79abf920 +SIZE (s3transfer-0.16.0.tar.gz) = 153827 diff --git a/net/py-urllib3/Makefile b/net/py-urllib3/Makefile index db00784c8efb..17bdfab67b85 100644 --- a/net/py-urllib3/Makefile +++ b/net/py-urllib3/Makefile @@ -1,5 +1,5 @@ PORTNAME= urllib3 -PORTVERSION= 2.5.0 +PORTVERSION= 2.6.0 PORTEPOCH= 1 CATEGORIES= net python MASTER_SITES= PYPI \ @@ -15,9 +15,10 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatch-vcs>=0.4.0<0.6.0:devel/py-hatch-vcs@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}hatchling>=1.6.0<2:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}hatchling>=1.27.0<2:devel/py-hatchling@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8<10:devel/py-setuptools-scm@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} \ +TEST_DEPENDS= ${PY_BACKPORTS.ZSTD} \ + ${PYTHON_PKGNAMEPREFIX}brotli>=1.2.0:archivers/py-brotli@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}h2>=4<5:www/py-h2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httpx>=0.28.1:www/py-httpx@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyopenssl>=25.0.0,1:security/py-pyopenssl@${PY_FLAVOR} \ @@ -26,8 +27,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}quart>=0.20.0:www/py-quart@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}quart-trio>=0.12.0:www/py-quart-trio@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}trio>=0.27.0:net/py-trio@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}trustme>=1.2.1:security/py-trustme@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}trustme>=1.2.1:security/py-trustme@${PY_FLAVOR} USES= cpe python USE_PYTHON= autoplist concurrent cryptography_test pep517 pytest @@ -48,10 +48,6 @@ H2_DESC= HTTP/2 protocol BROTLI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}brotli>=1.0.9:archivers/py-brotli@${PY_FLAVOR} H2_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}h2>=4<5:www/py-h2@${PY_FLAVOR} SOCKS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pysocks>=1.5.6<2.0:net/py-pysocks@${PY_FLAVOR} -ZSTD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}zstandard>=0.18.0:archivers/py-zstandard@${PY_FLAVOR} - -post-patch: - # https://github.com/urllib3/urllib3/pull/3682 - @${REINPLACE_CMD} -e 's|setuptools-scm>=8,<9|setuptools-scm>=8,<10|' ${WRKSRC}/pyproject.toml +ZSTD_RUN_DEPENDS= ${PY_BACKPORTS.ZSTD} .include <bsd.port.mk> diff --git a/net/py-urllib3/distinfo b/net/py-urllib3/distinfo index 0c830e9421cf..535b5ab35fc8 100644 --- a/net/py-urllib3/distinfo +++ b/net/py-urllib3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759816994 -SHA256 (urllib3-2.5.0.tar.gz) = 3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760 -SIZE (urllib3-2.5.0.tar.gz) = 393185 +TIMESTAMP = 1765033040 +SHA256 (urllib3-2.6.0.tar.gz) = cb9bcef5a4b345d5da5d145dc3e30834f58e8018828cbc724d30b4cb7d4d49f1 +SIZE (urllib3-2.6.0.tar.gz) = 432585 diff --git a/net/realtek-rge-kmod/Makefile b/net/realtek-rge-kmod/Makefile index 00dcb1f8cba7..d12690f14458 100644 --- a/net/realtek-rge-kmod/Makefile +++ b/net/realtek-rge-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= rge -PORTVERSION= 20251129 +PORTVERSION= 20251211 DISTVERSIONPREFIX= v CATEGORIES= net PKGNAMEPREFIX= realtek- @@ -9,14 +9,16 @@ MAINTAINER= brnrd@FreeBSD.org COMMENT= EXPERIMENTAL Kernel module for Realtek 8125/8126/8217 network cards WWW= https://github.com/erikarn/if_rge_freebsd -LICENSE= BSD +LICENSE= BSD2CLAUSE + +IGNORE_FreeBSD_13= Does not build on FreeBSD <=13 USES= kmod tar:tgz uidfix USE_GITHUB= yes GH_ACCOUNT= erikarn GH_PROJECT= if_rge_freebsd -GH_TAGNAME= d05b7b5 +GH_TAGNAME= aa1c088 WRKSRC_SUBDIR= src diff --git a/net/realtek-rge-kmod/distinfo b/net/realtek-rge-kmod/distinfo index 32bf16d8ab0a..da2038c7ac54 100644 --- a/net/realtek-rge-kmod/distinfo +++ b/net/realtek-rge-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764506739 -SHA256 (erikarn-if_rge_freebsd-v20251129-d05b7b5_GH0.tar.gz) = 20ba562a5e02af9613fcdcf699b51920473e37c54225464f92c21f7ceea82d77 -SIZE (erikarn-if_rge_freebsd-v20251129-d05b7b5_GH0.tar.gz) = 70836 +TIMESTAMP = 1765521825 +SHA256 (erikarn-if_rge_freebsd-v20251211-aa1c088_GH0.tar.gz) = 501576b66514d7a2b7e57c41fce70a749006143c870d31a17128d637e0d7a35a +SIZE (erikarn-if_rge_freebsd-v20251211-aa1c088_GH0.tar.gz) = 70967 diff --git a/net/redpanda-connect/Makefile b/net/redpanda-connect/Makefile index 900e83e0ef6b..c8b9d3f366e4 100644 --- a/net/redpanda-connect/Makefile +++ b/net/redpanda-connect/Makefile @@ -1,7 +1,6 @@ PORTNAME= connect DISTVERSIONPREFIX= v -DISTVERSION= 4.72.0 -PORTREVISION= 1 +DISTVERSION= 4.73.0 CATEGORIES= net PKGNAMEPREFIX= redpanda- diff --git a/net/redpanda-connect/distinfo b/net/redpanda-connect/distinfo index f0685b7bc638..0deeea9b162a 100644 --- a/net/redpanda-connect/distinfo +++ b/net/redpanda-connect/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764761213 -SHA256 (go/net_redpanda-connect/connect-v4.72.0/v4.72.0.mod) = fbef788b5b6009628a6b548b980f229f74e11e0d14da2c805720b695d2389935 -SIZE (go/net_redpanda-connect/connect-v4.72.0/v4.72.0.mod) = 26128 -SHA256 (go/net_redpanda-connect/connect-v4.72.0/v4.72.0.zip) = 0c1c1585ecfb3053a91edb5ca46515019e59c33330bdb84a3e32d803ac223d23 -SIZE (go/net_redpanda-connect/connect-v4.72.0/v4.72.0.zip) = 3204953 +TIMESTAMP = 1765616658 +SHA256 (go/net_redpanda-connect/connect-v4.73.0/v4.73.0.mod) = f6310e20665f45c4604996f69e859a2833ff47170465d0836c05b030fb087754 +SIZE (go/net_redpanda-connect/connect-v4.73.0/v4.73.0.mod) = 26392 +SHA256 (go/net_redpanda-connect/connect-v4.73.0/v4.73.0.zip) = e3863dcb1ba37569ca9464f9c1989b411cd33159b9cd8b46c3b538fac46f72ca +SIZE (go/net_redpanda-connect/connect-v4.73.0/v4.73.0.zip) = 3233687 diff --git a/net/rubygem-google-cloud-spanner/Makefile b/net/rubygem-google-cloud-spanner/Makefile index 0c328094c986..de308da3b88a 100644 --- a/net/rubygem-google-cloud-spanner/Makefile +++ b/net/rubygem-google-cloud-spanner/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-spanner -PORTVERSION= 2.30.0 +PORTVERSION= 2.32.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-google-cloud-spanner/distinfo b/net/rubygem-google-cloud-spanner/distinfo index e3faa09dde1e..61db72667015 100644 --- a/net/rubygem-google-cloud-spanner/distinfo +++ b/net/rubygem-google-cloud-spanner/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854392 -SHA256 (rubygem/google-cloud-spanner-2.30.0.gem) = 857ca8d146149fd8855fbbcf2f2b5408f7e86cada9e32293b294198d5efd4cec -SIZE (rubygem/google-cloud-spanner-2.30.0.gem) = 138752 +TIMESTAMP = 1765032976 +SHA256 (rubygem/google-cloud-spanner-2.32.0.gem) = 83a9d5227f66186ab4c8a3307c463645573e72e4541d33002297bdcf9ded76d1 +SIZE (rubygem/google-cloud-spanner-2.32.0.gem) = 139776 diff --git a/net/rubygem-oauth2-gitlab/Makefile b/net/rubygem-oauth2-gitlab/Makefile index 1c49c854bd1a..d687b86a9cda 100644 --- a/net/rubygem-oauth2-gitlab/Makefile +++ b/net/rubygem-oauth2-gitlab/Makefile @@ -1,5 +1,5 @@ PORTNAME= oauth2 -PORTVERSION= 2.0.13 +PORTVERSION= 2.0.18 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-faraday-gitlab>=0.17.3<4:www/rubygem-faraday-gitlab \ rubygem-multi_xml>=0.5<1:textproc/rubygem-multi_xml \ rubygem-rack>=1.2,3<4,3:www/rubygem-rack \ rubygem-snaky_hash>=2.0.3<3:devel/rubygem-snaky_hash \ - rubygem-version_gem>=1.1.8<2:devel/rubygem-version_gem + rubygem-version_gem>=1.1.9<2:devel/rubygem-version_gem USES= gem diff --git a/net/rubygem-oauth2-gitlab/distinfo b/net/rubygem-oauth2-gitlab/distinfo index 0db926047629..db879ccaf0c7 100644 --- a/net/rubygem-oauth2-gitlab/distinfo +++ b/net/rubygem-oauth2-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1756619582 -SHA256 (rubygem/oauth2-2.0.13.gem) = e6588fe5902c07bac542a4a1197f558c319cb479b7fbe53f43f883b1a211be25 -SIZE (rubygem/oauth2-2.0.13.gem) = 70144 +TIMESTAMP = 1765605808 +SHA256 (rubygem/oauth2-2.0.18.gem) = bacf11e470dfb963f17348666d0a75c7b29ca65bc48fd47be9057cf91a403287 +SIZE (rubygem/oauth2-2.0.18.gem) = 83456 diff --git a/net/rubygem-omniauth-oauth2-gitlab/Makefile b/net/rubygem-omniauth-oauth2-gitlab/Makefile index 031ae569a0c8..72146c378846 100644 --- a/net/rubygem-omniauth-oauth2-gitlab/Makefile +++ b/net/rubygem-omniauth-oauth2-gitlab/Makefile @@ -1,6 +1,5 @@ PORTNAME= omniauth-oauth2 -PORTVERSION= 1.8.0 -PORTREVISION= 1 +PORTVERSION= 1.9.0 CATEGORIES= net rubygems MASTER_SITES= RG PKGNAMESUFFIX= -gitlab @@ -12,8 +11,8 @@ WWW= https://github.com/omniauth/omniauth-oauth2 LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-oauth2-gitlab>=1.4<3:net/rubygem-oauth2-gitlab \ - rubygem-omniauth-gl>=1.9<3:security/rubygem-omniauth-gl +RUN_DEPENDS= rubygem-oauth2-gitlab>=2.0.2<3:net/rubygem-oauth2-gitlab \ + rubygem-omniauth-gl>=2.0<3:security/rubygem-omniauth-gl USES= gem diff --git a/net/rubygem-omniauth-oauth2-gitlab/distinfo b/net/rubygem-omniauth-oauth2-gitlab/distinfo index e197572d0b5d..a020b57d93e8 100644 --- a/net/rubygem-omniauth-oauth2-gitlab/distinfo +++ b/net/rubygem-omniauth-oauth2-gitlab/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656093034 -SHA256 (rubygem/omniauth-oauth2-1.8.0.gem) = b2f8e9559cc7e2d4efba57607691d6d2b634b879fc5b5b6ccfefa3da85089e78 -SIZE (rubygem/omniauth-oauth2-1.8.0.gem) = 11776 +TIMESTAMP = 1765605599 +SHA256 (rubygem/omniauth-oauth2-1.9.0.gem) = ed15f6d9d20991807ce114cc5b9c1453bce3645b64e51c68c90cff5ff153fee8 +SIZE (rubygem/omniauth-oauth2-1.9.0.gem) = 12288 diff --git a/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec b/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec deleted file mode 100644 index f42ffd158980..000000000000 --- a/net/rubygem-omniauth-oauth2-gitlab/files/patch-gemspec +++ /dev/null @@ -1,15 +0,0 @@ -Fix runtime of www/gitlab-ce - -Allow omniauth 1.9.* to fix bundler check when gitlab starts. - ---- omniauth-oauth2.gemspec.orig 2024-02-21 06:39:47 UTC -+++ omniauth-oauth2.gemspec -@@ -21,7 +21,7 @@ Gem::Specification.new do |s| - s.specification_version = 4 - - s.add_runtime_dependency(%q<oauth2>.freeze, [">= 1.4".freeze, "< 3".freeze]) -- s.add_runtime_dependency(%q<omniauth>.freeze, ["~> 2.0".freeze]) -+ s.add_runtime_dependency(%q<omniauth>.freeze, [">= 1.9".freeze, "< 3".freeze]) - s.add_development_dependency(%q<bundler>.freeze, ["~> 2.0".freeze]) - end - diff --git a/net/rubygem-x/Makefile b/net/rubygem-x/Makefile index c89be961a811..72b99aed36d7 100644 --- a/net/rubygem-x/Makefile +++ b/net/rubygem-x/Makefile @@ -1,5 +1,5 @@ PORTNAME= x -PORTVERSION= 0.16.0 +PORTVERSION= 0.17.0 CATEGORIES= net rubygems MASTER_SITES= RG diff --git a/net/rubygem-x/distinfo b/net/rubygem-x/distinfo index e15b95a11d63..45a922941415 100644 --- a/net/rubygem-x/distinfo +++ b/net/rubygem-x/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954434 -SHA256 (rubygem/x-0.16.0.gem) = acbba4aeb0af830547de7fa7024503d1cbfa0388442601e4c263d354579093fb -SIZE (rubygem/x-0.16.0.gem) = 18944 +TIMESTAMP = 1765032978 +SHA256 (rubygem/x-0.17.0.gem) = 6b73b151336f4c55abeffb6a8cee2415ed892709f63dcb6c2b69917cb6e170e2 +SIZE (rubygem/x-0.17.0.gem) = 19456 diff --git a/net/samba422/Makefile b/net/samba422/Makefile index bdd4f285c547..35329138fecf 100644 --- a/net/samba422/Makefile +++ b/net/samba422/Makefile @@ -1,6 +1,6 @@ PORTNAME= ${SAMBA4_BASENAME}422 PORTVERSION= ${SAMBA4_VERSION} -PORTREVISION= 2 +PORTREVISION= 5 CATEGORIES?= net MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc DISTNAME= ${SAMBA4_DISTNAME} @@ -12,46 +12,44 @@ WWW= https://gitlab.com/samba-freebsd/ LICENSE= GPLv3+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe - -CONFLICTS_INSTALL?= samba4* +BUILD_DEPENDS= ${_JANSSON_DEPENDS} \ + ${_LIBARCHIVE_DEPENDS} \ + ${_TASN1_DEPENDS} \ + p5-Parse-Yapp>=0:devel/p5-Parse-Yapp +# Unconditional dependencies which can't be switched off if present: +# - GnuTLS: libgnutls.so and libgcrypt.so +# - Iconv +# - inotify +# - libsunacl: provides NFSv4 ACL glue. +# - libicu +# - unwind +# - p5-Parse-Yapp: needed for the IDL compiler. +# - popt +# - Readline: required by Python; USES=readline pollutes CPPFLAGS, so we add +# devel/readline to LIB_DEPENDS explicitly instead. +LIB_DEPENDS= libgnutls.so:security/gnutls \ + libgcrypt.so:security/libgcrypt \ + libiconv.so:converters/libiconv \ + libinotify.so:devel/libinotify \ + libsunacl.so:sysutils/libsunacl \ + libreadline.so:devel/readline \ + libpopt.so:devel/popt \ + libunwind.so:devel/libunwind \ + libicui18n.so:devel/icu \ + libicuuc.so:devel/icu +RUN_DEPENDS= ${_JANSSON_DEPENDS} \ + ${_LIBARCHIVE_DEPENDS} \ + ${_TASN1_DEPENDS} +TEST_DEPENDS= bash:shells/bash \ + tshark:net/wireshark@nox11 -EXTRA_PATCHES= \ - ${PATCHDIR}/0001-Compact-and-simplify-modules-build-and-config-genera.patch:-p1 \ - ${PATCHDIR}/0002-Adjust-abi_gen.sh-script-to-run-under-FreeBSD-with-i.patch:-p1 \ - ${PATCHDIR}/0003-Mask-CLang-prototype-warnings-in-kadm5-admin.h.patch:-p1 \ - ${PATCHDIR}/0004-On-FreeBSD-date-1-has-different-semantics-than-on-Li.patch:-p1 \ - ${PATCHDIR}/0005-Include-jemalloc-jemalloc.h-if-ENABLE_JEMALLOC-is-se.patch:-p1 \ - ${PATCHDIR}/0006-Install-nss_-modules-into-PAMMODULESDIR-path.patch:-p1 \ - ${PATCHDIR}/0007-Use-macro-value-as-a-default-backlog-size-for-the-li.patch:-p1 \ - ${PATCHDIR}/0008-Brute-force-work-around-usage-of-Linux-specific-m-fl.patch:-p1 \ - ${PATCHDIR}/0009-Make-sure-that-config-checks-fail-if-the-warning-is-.patch:-p1 \ - ${PATCHDIR}/0010-Add-option-with-pkgconfigdir-to-specify-alternative-.patch:-p1 \ - ${PATCHDIR}/0011-Use-provided-by-port-location-of-the-XML-catalog.patch:-p1 \ - ${PATCHDIR}/0012-Create-shared-libraries-according-to-the-FreeBSD-spe.patch:-p1 \ - ${PATCHDIR}/0014-Add-option-to-disable-CTDB-tests-failing-on-FreeBSD-.patch:-p1 \ - ${PATCHDIR}/0015-Add-extra-debug-class-to-trck-down-DB-locking-code.patch:-p1 \ - ${PATCHDIR}/0016-Make-ldb_schema_attribute_compare-a-stable-comparisi.patch:-p1 \ - ${PATCHDIR}/0017-Use-arc4random-when-available-to-generate-random-tal.patch:-p1 \ - ${PATCHDIR}/0018-Add-configuration-option-that-allows-to-choose-alter.patch:-p1 \ - ${PATCHDIR}/0019-From-923bc7a1afeb0b920e60e14846987ae1d2d7dca4-Mon-Se.patch:-p1 \ - ${PATCHDIR}/0020-FreeBSD-12-between-r336017-and-r342928-wrongfuly-ret.patch:-p1 \ - ${PATCHDIR}/0021-Fix-casting-warnings-in-the-nfs_quota-debug-message.patch:-p1 \ - ${PATCHDIR}/0022-Clean-up-UTMP-handling-code-and-add-FreeBSD-support..patch:-p1 \ - ${PATCHDIR}/0023-Add-cmd_get_quota-test-function-into-vfstest-to-test.patch:-p1 \ - ${PATCHDIR}/0025-From-d9b748869a8f4018ebee302aae8246bf29f60309-Mon-Se.patch:-p1 \ - ${PATCHDIR}/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch \ +SAMBA4_BUNDLED_LIBS= !libarchive SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.22.3 +SAMBA4_VERSION= 4.22.6 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} -WRKSRC?= ${WRKDIR}/${DISTNAME} -PLIST?= ${PKGDIR}/pkg-plist - -CPE_VENDOR= samba -CPE_PRODUCT= samba # Directories VARDIR= ${DESTDIR}/var SAMBA4_RUNDIR= ${VARDIR}/run/${SAMBA4_PORTNAME} @@ -60,13 +58,40 @@ SAMBA4_LOCKDIR= ${VARDIR}/db/${SAMBA4_PORTNAME} SAMBA4_BINDDNSDIR= ${SAMBA4_LOCKDIR}/bind-dns SAMBA4_PRIVATEDIR= ${SAMBA4_LOCKDIR}/private SAMBA4_PAMDIR= ${PREFIX}/lib -SAMBA4_LIBDIR= ${PREFIX}/lib/${SAMBA4_PORTNAME} -SAMBA4_INCLUDEDIR= ${PREFIX}/include/${SAMBA4_PORTNAME} +SAMBA4_LIBDIR= ${SAMBA_LIBDIR} +SAMBA4_MODULEDIR= ${SAMBA_MODULESDIR} +SAMBA4_INCLUDEDIR= ${SAMBA_INCLUDEDIR} SAMBA4_CONFDIR= ${PREFIX}/etc SAMBA4_CONFIG= smb4.conf SAMBA4_MODULES_CLASS= auth bind9 gensec gpext idmap ldb nss_info \ pdb perfcount process_model service vfs +SAMBA4_SUB+= SAMBA4_LOGDIR="${SAMBA4_LOGDIR}" \ + SAMBA4_RUNDIR="${SAMBA4_RUNDIR}" \ + SAMBA4_LOCKDIR="${SAMBA4_LOCKDIR}" \ + SAMBA4_LIBDIR="${SAMBA4_LIBDIR}" \ + SAMBA4_MODULEDIR="${SAMBA4_MODULEDIR}" \ + SAMBA_LDB_MODULESDIR="${SAMBA_LDB_MODULESDIR}" \ + SAMBA4_BINDDNSDIR="${SAMBA4_BINDDNSDIR}" \ + SAMBA4_PRIVATEDIR="${SAMBA4_PRIVATEDIR}" \ + SAMBA4_CONFDIR="${SAMBA4_CONFDIR}" \ + SAMBA4_CONFIG="${SAMBA4_CONFIG}" \ + SAMBA4_SERVICES="${SAMBA4_SERVICES}" + +USES= cpe compiler:c++11-lang iconv \ + localbase:ldflags ncurses perl5 pkgconfig \ + shebangfix waf gettext-runtime samba:self +CPE_VENDOR= samba +CPE_PRODUCT= samba +USE_LDCONFIG= ${SAMBA4_LIBDIR} +USE_PERL5= build +USE_RC_SUBR= samba_server +WAF_CMD= buildtools/bin/waf +# Make sure that the right version of Python is used by the tools +# https://bugzilla.samba.org/show_bug.cgi?id=7305 +SHEBANG_FILES= source3/script* source4/scripting/bin/* selftest/* + +CONFIGURE_LOG= bin/config.log CONFIGURE_ARGS= --mandir="${PREFIX}/share/man" \ --sysconfdir="${SAMBA4_CONFDIR}" \ --includedir="${SAMBA4_INCLUDEDIR}" \ @@ -75,6 +100,7 @@ CONFIGURE_ARGS= --mandir="${PREFIX}/share/man" \ --with-privatelibdir="${SAMBA4_LIBDIR}/private" \ --with-pammodulesdir="${SAMBA4_PAMDIR}" \ --with-modulesdir="${SAMBA4_MODULEDIR}" \ + --with-ldbmodulesdir="${SAMBA_LDB_MODULESDIR}" \ --with-pkgconfigdir="${PKGCONFIGDIR}" \ --localstatedir="${VARDIR}" \ --with-piddir="${SAMBA4_RUNDIR}" \ @@ -86,108 +112,123 @@ CONFIGURE_ARGS= --mandir="${PREFIX}/share/man" \ --with-bind-dns-dir=${SAMBA4_BINDDNSDIR} \ --with-privatedir="${SAMBA4_PRIVATEDIR}" \ --with-logfilebase="${SAMBA4_LOGDIR}" -# XXX: Flags +CONFIGURE_ARGS+= \ + --with-pam \ + --with-iconv \ + --with-libiconv="${ICONV_PREFIX}" \ + --with-winbind \ + --with-regedit \ + --disable-rpath \ + --without-lttng \ + --without-gettext \ + --enable-pthreadpool \ + --without-fake-kaserver \ + --without-systemd \ + --with-libarchive \ + --with-acl-support \ + --with-sendfile-support \ + --disable-ctdb-tests \ + --disable-spotlight CONFIGURE_ENV= PTHREAD_LDFLAGS="-lpthread" \ PYTHONHASHSEED=1 -MAKE_ENV= PYTHONHASHSEED=1 +MAKE_ENV= PYTHONHASHSEED=1 \ + RPCGEN_CPP="${CPP}" +TEST_ENV= PYTHON="${PYTHON_CMD}" \ + SHA1SUM=/sbin/sha1 \ + SHA256SUM=${SHA256} \ + MD5SUM=${MD5} \ + PYTHONDONTWRITEBYTECODE=1 -USES= compiler:c++11-lang iconv localbase:ldflags \ - perl5 pkgconfig shebangfix waf gettext-runtime -USE_PERL5= build -USE_LDCONFIG= ${SAMBA4_LIBDIR} -WAF_CMD= buildtools/bin/waf -CONFIGURE_LOG= bin/config.log +# No fancy color error messages +CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} +CFLAGS_clang= -fno-color-diagnostics +CONFIGURE_ENV+= NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s' +MAKE_ENV+= NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s' +# for libexecinfo: (so that __builtin_frame_address() finds the top of the stack) +CFLAGS_amd64+= -fno-omit-frame-pointer +# Some symbols in samba's linker version scripts are not defined, but since the +# scripts are generated dynamically, suppress errors with lld >= 17 due to these +# undefined symbols. +LDFLAGS+= -Wl,--undefined-version -# Make sure that the right version of Python is used by the tools -# https://bugzilla.samba.org/show_bug.cgi?id=7305 -SHEBANG_FILES= source3/script* source4/scripting/bin/* selftest/* +CONFLICTS_INSTALL?= samba4* PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig PKGCONFIGDIR_REL?= ${PKGCONFIGDIR:S,^${PREFIX}/,,} -PLIST_SUB= PKGCONFIGDIR=${PKGCONFIGDIR_REL} -SUB_LIST= PKGCONFIGDIR=${PKGCONFIGDIR_REL} -############################################################################## -OPTIONS_SUB= yes +EXTRA_PATCHES= \ + ${PATCHDIR}/0001-Compact-and-simplify-modules-build-and-config-genera.patch:-p1 \ + ${PATCHDIR}/0002-Adjust-abi_gen.sh-script-to-run-under-FreeBSD-with-i.patch:-p1 \ + ${PATCHDIR}/0003-Mask-CLang-prototype-warnings-in-kadm5-admin.h.patch:-p1 \ + ${PATCHDIR}/0004-On-FreeBSD-date-1-has-different-semantics-than-on-Li.patch:-p1 \ + ${PATCHDIR}/0005-Include-jemalloc-jemalloc.h-if-ENABLE_JEMALLOC-is-se.patch:-p1 \ + ${PATCHDIR}/0006-Install-nss_-modules-into-PAMMODULESDIR-path.patch:-p1 \ + ${PATCHDIR}/0007-Use-macro-value-as-a-default-backlog-size-for-the-li.patch:-p1 \ + ${PATCHDIR}/0008-Brute-force-work-around-usage-of-Linux-specific-m-fl.patch:-p1 \ + ${PATCHDIR}/0009-Make-sure-that-config-checks-fail-if-the-warning-is-.patch:-p1 \ + ${PATCHDIR}/0010-Add-option-with-pkgconfigdir-to-specify-alternative-.patch:-p1 \ + ${PATCHDIR}/0011-Use-provided-by-port-location-of-the-XML-catalog.patch:-p1 \ + ${PATCHDIR}/0012-Create-shared-libraries-according-to-the-FreeBSD-spe.patch:-p1 \ + ${PATCHDIR}/0014-Add-option-to-disable-CTDB-tests-failing-on-FreeBSD-.patch:-p1 \ + ${PATCHDIR}/0015-Add-extra-debug-class-to-trck-down-DB-locking-code.patch:-p1 \ + ${PATCHDIR}/0016-Make-ldb_schema_attribute_compare-a-stable-comparisi.patch:-p1 \ + ${PATCHDIR}/0017-Use-arc4random-when-available-to-generate-random-tal.patch:-p1 \ + ${PATCHDIR}/0018-Add-configuration-option-that-allows-to-choose-alter.patch:-p1 \ + ${PATCHDIR}/0019-From-923bc7a1afeb0b920e60e14846987ae1d2d7dca4-Mon-Se.patch:-p1 \ + ${PATCHDIR}/0020-FreeBSD-12-between-r336017-and-r342928-wrongfuly-ret.patch:-p1 \ + ${PATCHDIR}/0021-Fix-casting-warnings-in-the-nfs_quota-debug-message.patch:-p1 \ + ${PATCHDIR}/0022-Clean-up-UTMP-handling-code-and-add-FreeBSD-support..patch:-p1 \ + ${PATCHDIR}/0023-Add-cmd_get_quota-test-function-into-vfstest-to-test.patch:-p1 \ + ${PATCHDIR}/0025-From-d9b748869a8f4018ebee302aae8246bf29f60309-Mon-Se.patch:-p1 \ + ${PATCHDIR}/0028-s3-lib-system-add-FreeBSD-proc_fd_pattern.patch \ + +SUB_FILES= pkg-message README.FreeBSD +SUB_LIST= PKGCONFIGDIR=${PKGCONFIGDIR_REL} \ + ${SAMBA4_SUB} + +# PLIST must be defined here explicitly as we append to PLIST later on to +# handle extra pkg-plist files like pkg-plist.python. +PLIST?= ${PKGDIR}/pkg-plist +PLIST_SUB= PKGCONFIGDIR=${PKGCONFIGDIR_REL} \ + ${SAMBA4_SUB} +PORTDOCS= README.FreeBSD + +############################################################################## OPTIONS_DEFINE= AD_DC ADS CLUSTER CUPS DOCS FAM LDAP GPGME \ MANPAGES PROFILE PYTHON3 QUOTAS \ SYSLOG UTMP -#OPTIONS_DEFINE+= DEVELOPER MEMORY_DEBUG - -OPTIONS_GROUP= VFS +OPTIONS_DEFAULT= AD_DC ADS DOCS FAM LDAP MANPAGES \ + PROFILE PYTHON3 QUOTAS SYSLOG UTMP \ + FRUIT GSSAPI_BUILTIN AVAHI +OPTIONS_GROUP= DEVELOPMENT VFS +OPTIONS_GROUP_DEVELOPMENT= DEVELOPER MEMORY_DEBUG PICKY_DEVELOPER TEST OPTIONS_GROUP_VFS= FRUIT GLUSTERFS - OPTIONS_SINGLE= GSSAPI ZEROCONF - OPTIONS_SINGLE_GSSAPI= GSSAPI_BUILTIN GSSAPI_MIT -#GSSAPI_HEIMDAL OPTIONS_SINGLE_ZEROCONF= ZEROCONF_NONE AVAHI MDNSRESPONDER +OPTIONS_SUB= yes -# Make those default options -OPTIONS_DEFAULT= AD_DC ADS DOCS FAM LDAP MANPAGES \ - PROFILE PYTHON3 QUOTAS SYSLOG UTMP \ - FRUIT GSSAPI_BUILTIN AVAHI ############################################################################## ADS_DESC= Active Directory client AD_DC_DESC= Active Directory Domain Controller(implies PYTHON3) CLUSTER_DESC= Clustering support DEVELOPER_DESC= With developer framework +DEVELOPMENT_DESC= Testing, debugging, and development FAM_DESC= File Alteration Monitor +FRUIT_DESC= MacOSX and TimeMachine support +GLUSTERFS_DESC= GlusterFS support GPGME_DESC= GpgME support +GSSAPI_BUILTIN_DESC= GSSAPI support via bundled Heimdal LDAP_DESC= LDAP client -LIBZFS_DESC= LibZFS MEMORY_DEBUG_DESC= Debug memory allocator PICKY_DEVELOPER_DESC= Treat compiler warnings as errors(implies DEVELOPER) PROFILE_DESC= Profiling data QUOTAS_DESC= Disk quota support UTMP_DESC= UTMP accounting - VFS_DESC= VFS modules -FRUIT_DESC= MacOSX and TimeMachine support -GLUSTERFS_DESC= GlusterFS support - -GSSAPI_BUILTIN_DESC= GSSAPI support via bundled Heimdal - ZEROCONF_DESC= Zero configuration networking ZEROCONF_NONE_DESC= Zeroconf support is absent ############################################################################## -# XXX: Unconditional dependencies which can't be switched off(if present in -# the system) - -# Iconv(picked up unconditionaly) -LIB_DEPENDS= libiconv.so:converters/libiconv -# unwind -LIB_DEPENDS+= libunwind.so:devel/libunwind -# Readline(sponsored by Python) -# XXX: USES=readline pollutes CPPFLAGS, so we explicitly put dependency -LIB_DEPENDS+= libreadline.so:devel/readline -# popt -LIB_DEPENDS+= libpopt.so:devel/popt -# inotify -LIB_DEPENDS+= libinotify.so:devel/libinotify -# GNUTLS -LIB_DEPENDS+= libgnutls.so:security/gnutls -LIB_DEPENDS+= libgcrypt.so:security/libgcrypt -# NFSv4 ACL glue -LIB_DEPENDS+= libsunacl.so:sysutils/libsunacl -# libicu -LIB_DEPENDS+= libicui18n.so:devel/icu -LIB_DEPENDS+= libicuuc.so:devel/icu -# Jansson -BUILD_DEPENDS+= jansson>=2.10:devel/jansson -RUN_DEPENDS+= jansson>=2.10:devel/jansson -# tasn1 -BUILD_DEPENDS+= libtasn1>=3.8:security/libtasn1 -RUN_DEPENDS+= libtasn1>=3.8:security/libtasn1 -# External Samba dependencies -# Needed for IDL compiler -BUILD_DEPENDS+= p5-Parse-Yapp>=0:devel/p5-Parse-Yapp - -# Libarchive -SAMBA4_BUNDLED_LIBS= !libarchive -BUILD_DEPENDS+= libarchive>=3.1.2:archivers/libarchive -RUN_DEPENDS+= libarchive>=3.1.2:archivers/libarchive - ### Bundled libraries SAMBA4_BUNDLED_CMOCKA?= no SAMBA4_BUNDLED_TALLOC?= no @@ -197,52 +238,44 @@ SAMBA4_BUNDLED_TDB?= no .if defined(SAMBA4_BUNDLED_CMOCKA) && ${SAMBA4_BUNDLED_CMOCKA} == yes SAMBA4_BUNDLED_LIBS+= cmocka CONFLICTS_INSTALL+= cmocka-1.* -PLIST_SUB+= SAMBA4_BUNDLED_CMOCKA="" -SUB_LIST+= SAMBA4_BUNDLED_CMOCKA="" +SAMBA4_SUB+= SAMBA4_BUNDLED_CMOCKA="" .else SAMBA4_BUNDLED_LIBS+= !cmocka BUILD_DEPENDS+= cmocka>=1.1.3:sysutils/cmocka TEST_DEPENDS+= cmocka>=1.1.3:sysutils/cmocka -PLIST_SUB+= SAMBA4_BUNDLED_CMOCKA="@comment " -SUB_LIST+= SAMBA4_BUNDLED_CMOCKA="@comment " +SAMBA4_SUB+= SAMBA4_BUNDLED_CMOCKA="@comment " .endif # talloc .if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes SAMBA4_BUNDLED_LIBS+= talloc -PLIST_SUB+= SAMBA4_BUNDLED_TALLOC="" -SUB_LIST+= SAMBA4_BUNDLED_TALLOC="" +SAMBA4_SUB+= SAMBA4_BUNDLED_TALLOC="" .else SAMBA4_BUNDLED_LIBS+= !talloc BUILD_DEPENDS+= talloc243>=2.4.3:devel/talloc243 RUN_DEPENDS+= talloc243>=2.4.3:devel/talloc243 -PLIST_SUB+= SAMBA4_BUNDLED_TALLOC="@comment " -SUB_LIST+= SAMBA4_BUNDLED_TALLOC="@comment " +SAMBA4_SUB+= SAMBA4_BUNDLED_TALLOC="@comment " .endif # tevent .if defined(SAMBA4_BUNDLED_TEVENT) && ${SAMBA4_BUNDLED_TEVENT} == yes SAMBA4_BUNDLED_LIBS+= tevent CONFLICTS_INSTALL+= tevent-* tevent1-* -PLIST_SUB+= SAMBA4_BUNDLED_TEVENT="" -SUB_LIST+= SAMBA4_BUNDLED_TEVENT="" +SAMBA4_SUB+= SAMBA4_BUNDLED_TEVENT="" .else SAMBA4_BUNDLED_LIBS+= !tevent BUILD_DEPENDS+= tevent017>=0.17:devel/tevent017 RUN_DEPENDS+= tevent017>=0.17:devel/tevent017 -PLIST_SUB+= SAMBA4_BUNDLED_TEVENT="@comment " -SUB_LIST+= SAMBA4_BUNDLED_TEVENT="@comment " +SAMBA4_SUB+= SAMBA4_BUNDLED_TEVENT="@comment " .endif # tdb .if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes SAMBA4_BUNDLED_LIBS+= tdb CONFLICTS_INSTALL+= tdb-* tdb1-* -PLIST_SUB+= SAMBA4_BUNDLED_TDB="" -SUB_LIST+= SAMBA4_BUNDLED_TDB="" +SAMBA4_SUB+= SAMBA4_BUNDLED_TDB="" .else SAMBA4_BUNDLED_LIBS+= !tdb BUILD_DEPENDS+= tdb1413>=1.4.13:databases/tdb1413 RUN_DEPENDS+= tdb1413>=1.4.13:databases/tdb1413 -PLIST_SUB+= SAMBA4_BUNDLED_TDB="@comment " -SUB_LIST+= SAMBA4_BUNDLED_TDB="@comment " +SAMBA4_SUB+= SAMBA4_BUNDLED_TDB="@comment " .endif .if (defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes) \ @@ -257,80 +290,18 @@ SAMBA4_BUNDLED_LIBS+= com_err # ldb SAMBA4_PRIVATE_LIBS+= !ldb CONFLICTS_INSTALL+= ldb-* ldb2[0-9]-* -SAMBA4_MODULEDIR= ${SAMBA4_LIBDIR}/modules - -# Set the test environment variables -TEST_USES= python -TEST_ENV= PYTHON="${PYTHON_CMD}" \ - SHA1SUM=/sbin/sha1 \ - SHA256SUM=/sbin/sha256 \ - MD5SUM=/sbin/md5 \ - PYTHONDONTWRITEBYTECODE=1 - -TEST_DEPENDS= bash:shells/bash \ - tshark:net/wireshark@nox11 -# External Python modules -TEST_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} -TEST_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} -############################################################################## -CONFIGURE_ARGS+= \ - --with-pam \ - --with-iconv \ - --with-libiconv="${ICONV_PREFIX}" \ - --with-winbind \ - --with-regedit \ - --disable-rpath \ - --without-lttng \ - --without-gettext \ - --enable-pthreadpool \ - --without-fake-kaserver \ - --without-systemd \ - --with-libarchive \ - --with-acl-support \ - --with-sendfile-support \ - --disable-ctdb-tests \ - --disable-spotlight -# ${ICONV_CONFIGURE_BASE} -############################################################################## -FRUIT_PREVENTS= ZEROCONF_NONE -FRUIT_PREVENTS_MSG= MacOSX support requires Zeroconf(AVAHI or MDNSRESPONDER) -FRUIT_VARS= SAMBA4_MODULES+=vfs_fruit - -GLUSTERFS_CONFIGURE_ENABLE= glusterfs -GLUSTERFS_LIB_DEPENDS= libglusterfs.so:net/glusterfs -GLUSTERFS_VARS= SAMBA4_MODULES+=vfs_glusterfs - -ZEROCONF_NONE_MAKE_ENV= ZEROCONF=none -############################################################################## -AVAHI_CONFIGURE_ENABLE= avahi -AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app -AVAHI_VARS= SAMBA4_SERVICES+=avahi_daemon -MDNSRESPONDER_CONFIGURE_ENABLE= dnssd -MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder -MDNSRESPONDER_VARS= SAMBA4_SERVICES+=mdnsd ############################################################################## -MEMORY_DEBUG_IMPLIES= DEBUG -MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`" -MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194046 -GDB_CMD?= ${LOCALBASE}/bin/gdb -# https://bugzilla.samba.org/show_bug.cgi?id=8969 -PICKY_DEVELOPER_IMPLIES= DEVELOPER -PICKY_DEVELOPER_CONFIGURE_ON= --picky-developer +ADS_IMPLIES= LDAP +ADS_CONFIGURE_WITH= ads +# List of extra modules taken from RHEL build +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197320 +ADS_VARS= SAMBA4_MODULES+="idmap_ad idmap_rfc2307 nss-info_template nss-info_rfc2307 nss-info_sfu nss-info_sfu20" -DEVELOPER_CONFIGURE_ON= --enable-developer --enable-selftest --abi-check-disable -DEVELOPER_CONFIGURE_ENV= WAF_CMD_FORMAT=string -DEVELOPER_BUILD_DEPENDS= ${SAMBA4_LMDB_DEPENDS} \ - ${GDB_CMD}:devel/gdb -DEVELOPER_RUN_DEPENDS= ${SAMBA4_LMDB_DEPENDS} -DEVELOPER_TEST_DEPENDS= ${GDB_CMD}:devel/gdb -DEVELOPER_VARS_OFF= GDB_CMD=true -############################################################################## -AD_DC_IMPLIES= PYTHON3 -AD_DC_CONFIGURE_OFF= --without-ad-dc --without-ldb-lmdb +AD_DC_IMPLIES= ADS PYTHON3 AD_DC_BUILD_DEPENDS= ${SAMBA4_LMDB_DEPENDS} AD_DC_RUN_DEPENDS= ${SAMBA4_LMDB_DEPENDS} +AD_DC_CONFIGURE_OFF= --without-ad-dc --without-ldb-lmdb AD_DC_VARS= PLIST+=${PKGDIR}/pkg-plist.ad_dc # samba-tool requires those for *upgrade AD_DC_BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7:textproc/py-markdown@${PY_FLAVOR} \ @@ -338,62 +309,107 @@ AD_DC_BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7:textproc/py-markdo AD_DC_RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}markdown>=3.3.7:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dnspython>=2.2.1:dns/py-dnspython@${PY_FLAVOR} -ADS_IMPLIES= LDAP -ADS_CONFIGURE_WITH= ads +AVAHI_LIB_DEPENDS= libavahi-client.so:net/avahi-app +AVAHI_CONFIGURE_ENABLE= avahi +AVAHI_VARS= SAMBA4_SERVICES+=avahi_daemon +CLUSTER_LIB_DEPENDS= libpcap.so:net/libpcap CLUSTER_CONFIGURE_WITH= cluster-support CLUSTER_VARS= PLIST+=${PKGDIR}/pkg-plist.cluster -CUPS_CONFIGURE_ENABLE= cups iprint CUPS_LIB_DEPENDS= libcups.so:print/cups +CUPS_CONFIGURE_ENABLE= cups iprint + +DEVELOPER_BUILD_DEPENDS= ${SAMBA4_LMDB_DEPENDS} \ + ${GDB_CMD}:devel/gdb +DEVELOPER_RUN_DEPENDS= ${SAMBA4_LMDB_DEPENDS} +DEVELOPER_TEST_DEPENDS= ${GDB_CMD}:devel/gdb +DEVELOPER_CONFIGURE_ON= --enable-developer --enable-selftest --abi-check-disable +DEVELOPER_CONFIGURE_ENV= WAF_CMD_FORMAT=string +DEVELOPER_VARS= SAMBA4_MODULES+="auth_skel pdb_test gpext_security gpext_registry \ + gpext_scripts perfcount_test vfs_fake_dfq \ + vfs_skel_opaque vfs_skel_transparent \ + vfs_shadow_copy_test vfs_fake_acls \ + vfs_nfs4acl_xattr vfs_error_inject vfs_delay_inject" +DEVELOPER_VARS_OFF= GDB_CMD=true + # https://bugzilla.samba.org/show_bug.cgi?id=9545 FAM_USES= fam FAM_CONFIGURE_WITH= fam -GPGME_CONFIGURE_WITH= gpgme +FRUIT_PREVENTS= ZEROCONF_NONE +FRUIT_PREVENTS_MSG= MacOSX support requires Zeroconf(AVAHI or MDNSRESPONDER) +FRUIT_PLIST_FILES= %%MANPAGES%%share/man/man8/vfs_fruit.8.gz +FRUIT_VARS= SAMBA4_MODULES+=vfs_fruit + +GLUSTERFS_LIB_DEPENDS= libglusterfs.so:net/glusterfs +GLUSTERFS_CONFIGURE_ENABLE= glusterfs +GLUSTERFS_PLIST_FILES= %%MANPAGES%%share/man/man8/vfs_glusterfs.8.gz +GLUSTERFS_VARS= SAMBA4_MODULES+=vfs_glusterfs + GPGME_LIB_DEPENDS= libgpgme.so:security/gpgme GPGME_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gpg>=2.0.0:security/py-gpg@${PY_FLAVOR} +GPGME_CONFIGURE_WITH= gpgme GSSAPI_BUILTIN_USES= bison +GSSAPI_MIT_USES= bison gssapi:mit GSSAPI_MIT_CONFIGURE_ON= --with-system-mitkrb5 ${GSSAPIBASEDIR} \ --with-system-mitkdc=${GSSAPIBASEDIR}/sbin/krb5kdc \ --with-experimental-mit-ad-dc -GSSAPI_MIT_USES= gssapi:mit - -GSSAPI_HEIMDAL_CONFIGURE_ON= --with-system-heimdalkrb5 ${GSSAPIBASEDIR} -GSSAPI_HEIMDAL_USES= gssapi:heimdal -GSSAPI_HEIMDAL_PREVENTS= AD_DC -GSSAPI_HEIMDAL_PREVENTS_MSG= GSSAPI_HEIMDAL and AD_DC enable conflicting options +GSSAPI_MIT_PLIST_FILES= ${SAMBA4_MODULEDIR}/krb5/winbind_krb5_localauth.so \ + %%MANPAGES%%share/man/man8/winbind_krb5_localauth.8.gz \ + %%AD_DC%%${SAMBA4_LIBDIR}/krb5/plugins/kdb/samba.so -LDAP_CONFIGURE_WITH= ldap -LDAP_CONFIGURE_ON= --with-ldap -LDAP_CONFIGURE_OFF= --without-ldap LDAP_USES= ldap +LDAP_CONFIGURE_WITH= ldap LDAP_VARS= SAMBA4_MODULES+=idmap_ldap -LIBZFS_CONFIGURE_WITH= libzfs -LIBZFS_VARS= SAMBA4_MODULES+=vfs_zfs_space - MANPAGES_BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:textproc/docbook-xsl \ xsltproc:textproc/libxslt MANPAGES_CONFIGURE_ENV_OFF= XSLTPROC="false" +MDNSRESPONDER_LIB_DEPENDS= libdns_sd.so:net/mDNSResponder +MDNSRESPONDER_CONFIGURE_ENABLE= dnssd +MDNSRESPONDER_VARS= SAMBA4_SERVICES+=mdnsd + +MEMORY_DEBUG_IMPLIES= DEBUG +MEMORY_DEBUG_LIB_DEPENDS= libjemalloc.so.2:devel/jemalloc +MEMORY_DEBUG_CONFIGURE_ENV= ADDITIONAL_CFLAGS="-DENABLE_JEMALLOC `pkg-config --cflags jemalloc`" ADDITIONAL_LDFLAGS="`pkg-config --libs jemalloc`" + +# https://bugzilla.samba.org/show_bug.cgi?id=8969 +PICKY_DEVELOPER_IMPLIES= DEVELOPER +PICKY_DEVELOPER_CONFIGURE_ON= --picky-developer + PROFILE_CONFIGURE_WITH= profiling-data +PYTHON3_USES= python +PYTHON3_USES_OFF= python:build,test +# Don't cache Python modules +PYTHON3_CONFIGURE_ON= --nopycache +# Use PYTHON3_CONFIGURE_OFF instead of PYTHON3_CONFIGURE_ENABLE=python because +# Samba's configure script does not recognize --enable-python. +PYTHON3_CONFIGURE_OFF= --disable-python +PYTHON3_MAKE_ENV= PYTHONDONTWRITEBYTECODE=1 +PYTHON3_VARS= PLIST+=${PKGDIR}/pkg-plist.python \ + SAMBA4_BUNDLED_LIBS+=${"${SAMBA4_BUNDLED_TALLOC:Myes}" == "yes":?:!}pytalloc-util \ + SAMBA4_BUNDLED_LIBS+=${"${SAMBA4_BUNDLED_TEVENT:Myes}" == "yes":?:!}pytevent \ + SAMBA4_BUNDLED_LIBS+=${"${SAMBA4_BUNDLED_TDB:Myes}" == "yes":?:!}pytdb \ + SAMBA4_BUNDLED_LIBS+="pyldb pyldb-util" + QUOTAS_CONFIGURE_WITH= quotas SYSLOG_CONFIGURE_WITH= syslog +TEST_BUILD_DEPENDS= ${_ISO8601_DEPENDS} +TEST_RUN_DEPENDS= ${_ISO8601_DEPENDS} + UTMP_CONFIGURE_WITH= utmp +ZEROCONF_NONE_MAKE_ENV= ZEROCONF=none ############################################################################## .include <bsd.port.options.mk> ############################################################################## -.if !${PORT_OPTIONS:MADS} && ${PORT_OPTIONS:MAD_DC} -IGNORE=To disable ADS option you also need to disable AD_DC option -.endif - .if !defined(WANT_EXP_MODULES) || empty(WANT_EXP_MODULES) WANT_EXP_MODULES= vfs_cacheprime .endif @@ -407,12 +423,6 @@ LIB_DEPENDS+= libdbus-glib-1.so:devel/dbus-glib SAMBA4_MODULES+= krb5_async_dns_krb5_locator krb5_winbind_krb5_locator idmap_nss idmap_autorid \ idmap_rid idmap_hash idmap_tdb idmap_tdb2 idmap_script \ nss-info_hash -# List of extra modules taken from RHEL build -# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197320 -.if ${PORT_OPTIONS:MADS} -SAMBA4_MODULES+= idmap_ad idmap_rfc2307 nss-info_template \ - nss-info_rfc2307 nss-info_sfu nss-info_sfu20 -.endif # This kind of special for this distribution SAMBA4_MODULES+= vfs_freebsd @@ -427,45 +437,6 @@ SAMBA4_MODULES+= vfs_acl_tdb vfs_acl_xattr vfs_aio_fork vfs_aio_pthread \ vfs_time_audit vfs_unityed_media vfs_virusfilter \ vfs_widelinks vfs_worm vfs_xattr_tdb vfs_zfsacl -.if ${PORT_OPTIONS:MDEVELOPER} -SAMBA4_MODULES+= auth_skel pdb_test gpext_security gpext_registry \ - gpext_scripts perfcount_test vfs_fake_dfq \ - vfs_skel_opaque vfs_skel_transparent \ - vfs_shadow_copy_test vfs_fake_acls \ - vfs_nfs4acl_xattr vfs_error_inject vfs_delay_inject -.endif -# Python bindings -.if ! ${PORT_OPTIONS:MPYTHON3} || defined(NO_PYTHON) -USES+= python:build,test -CONFIGURE_ARGS+= --disable-python -.else -USES+= python -PLIST+= ${PKGDIR}/pkg-plist.python -# Don't cache Python modules -CONFIGURE_ARGS+= --nopycache -MAKE_ENV+= PYTHONDONTWRITEBYTECODE=1 - -. if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes -SAMBA4_BUNDLED_LIBS+= pytalloc-util -. else -SAMBA4_BUNDLED_LIBS+= !pytalloc-util -. endif - -. if defined(SAMBA4_BUNDLED_TEVENT) && ${SAMBA4_BUNDLED_TEVENT} == yes -SAMBA4_BUNDLED_LIBS+= pytevent -. else -SAMBA4_BUNDLED_LIBS+= !pytevent -. endif - -. if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes -SAMBA4_BUNDLED_LIBS+= pytdb -. else -SAMBA4_BUNDLED_LIBS+= !pytdb -. endif - -SAMBA4_BUNDLED_LIBS+= pyldb pyldb-util -.endif - .if defined(WANT_EXP_MODULES) && !empty(WANT_EXP_MODULES) SAMBA4_MODULES+= ${WANT_EXP_MODULES} .endif @@ -498,6 +469,14 @@ MAKE_ARGS+= --verbose DEBUG_FLAGS?= -g -ggdb3 -O0 .endif +# https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194046 +GDB_CMD?= ${LOCALBASE}/bin/gdb + +_ISO8601_DEPENDS= ${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} +_JANSSON_DEPENDS= jansson>=2.10:devel/jansson +_LIBARCHIVE_DEPENDS= libarchive>=3.1.2:archivers/libarchive +_TASN1_DEPENDS= libtasn1>=3.8:security/libtasn1 + ############################################################################## .include <bsd.port.pre.mk> ############################################################################## @@ -507,148 +486,78 @@ DEBUG_FLAGS?= -g -ggdb3 -O0 # LMDB SAMBA4_LMDB_DEPENDS= lmdb>=0.9.16:databases/lmdb PLIST_FILES+= ${SAMBA4_LIBDIR}/private/libldb-mdb-int-private-samba.so \ - ${SAMBA4_MODULEDIR}/ldb/mdb.so -. endif -.endif - -.if ${PORT_OPTIONS:MGSSAPI_MIT} -PLIST_FILES+= ${SAMBA4_MODULEDIR}/krb5/winbind_krb5_localauth.so -. if ${PORT_OPTIONS:MMANPAGES} -PLIST_FILES+= share/man/man8/winbind_krb5_localauth.8.gz -. endif -. if ${PORT_OPTIONS:MAD_DC} -PLIST_FILES+= ${SAMBA4_LIBDIR}/krb5/plugins/kdb/samba.so -. endif -.endif -.if ${PORT_OPTIONS:MFRUIT} -. if ${PORT_OPTIONS:MMANPAGES} -PLIST_FILES+= share/man/man8/vfs_fruit.8.gz -. endif -.endif -.if ${PORT_OPTIONS:MGLUSTERFS} -. if ${PORT_OPTIONS:MMANPAGES} -PLIST_FILES+= share/man/man8/vfs_glusterfs.8.gz + ${SAMBA_LDB_MODULESDIR}/mdb.so . endif .endif -# for libexecinfo: (so that __builtin_frame_address() finds the top of the stack) -CFLAGS_amd64+= -fno-omit-frame-pointer -# No fancy color error messages -CFLAGS+= ${CFLAGS_${CHOSEN_COMPILER_TYPE}} -CFLAGS_clang= -fno-color-diagnostics -CONFIGURE_ENV+= NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s' -MAKE_ENV+= NOCOLOR=yes WAF_LOG_FORMAT='%(c1)s%(zone)s%(c2)s %(message)s' -# Allow rpcgen to find proper CPP -MAKE_ENV+= RPCGEN_CPP="${CPP}" -#.if ${readline_ARGS} == port -#CFLAGS+= -D_FUNCTION_DEF -#.endif -# Some symbols in samba's linker version scripts are not defined, but since the -# scripts are generated dynamically, suppress errors with lld >= 17 due to these -# undefined symbols. -LDFLAGS+= -Wl,--undefined-version - -SAMBA4_SUB= SAMBA4_LOGDIR="${SAMBA4_LOGDIR}" \ - SAMBA4_RUNDIR="${SAMBA4_RUNDIR}" \ - SAMBA4_LOCKDIR="${SAMBA4_LOCKDIR}" \ - SAMBA4_LIBDIR="${SAMBA4_LIBDIR}" \ - SAMBA4_MODULEDIR="${SAMBA4_MODULEDIR}" \ - SAMBA4_BINDDNSDIR="${SAMBA4_BINDDNSDIR}" \ - SAMBA4_PRIVATEDIR="${SAMBA4_PRIVATEDIR}" \ - SAMBA4_CONFDIR="${SAMBA4_CONFDIR}" \ - SAMBA4_CONFIG="${SAMBA4_CONFIG}" \ - SAMBA4_SERVICES="${SAMBA4_SERVICES}" - -PLIST_SUB+= ${SAMBA4_SUB} -SUB_LIST+= ${SAMBA4_SUB} - -USE_RC_SUBR= samba_server -SUB_FILES= pkg-message README.FreeBSD - -PORTDOCS= README.FreeBSD post-extract: - @${RM} -r ${WRKSRC}/pidl/lib/Parse/Yapp + @${RM} -r ${WRKSRC}/pidl/lib/Parse/Yapp post-patch: - @${REINPLACE_CMD} -e 's|$${PKGCONFIGDIR}|${PKGCONFIGDIR}|g' \ - ${PATCH_WRKSRC}/buildtools/wafsamba/pkgconfig.py - @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${PATCH_WRKSRC}/buildtools/wafsamba/wafsamba.py - @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ - ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh - @${REINPLACE_CMD} -e 's|%%SAMBA4_CONFIG%%|${SAMBA4_CONFIG}|g' \ - ${PATCH_WRKSRC}/dynconfig/wscript - -# Use threading (or multiprocessing) but not thread (renamed in python 3+). -pre-configure: -.if (!${PORT_OPTIONS:MPYTHON3} || defined(NO_PYTHON)) && ${PORT_OPTIONS:MAD_DC} - @${ECHO_CMD}; \ - ${ECHO_MSG} "===> AD_DC option requires PYTHON3 to be set"; \ - ${ECHO_CMD}; \ - ${FALSE} + @${REINPLACE_CMD} -e 's|$${PKGCONFIGDIR}|${PKGCONFIGDIR}|g' \ + ${PATCH_WRKSRC}/buildtools/wafsamba/pkgconfig.py + @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ + ${PATCH_WRKSRC}/buildtools/wafsamba/wafsamba.py + @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ + ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh + @${REINPLACE_CMD} -e 's|%%SAMBA4_CONFIG%%|${SAMBA4_CONFIG}|g' \ + ${PATCH_WRKSRC}/dynconfig/wscript + +post-install: + ${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/samba/third_party + ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name __pycache__ \ + -type d -print0 | ${XARGS} -0 -n 1 -t ${RM} -r + ${FIND} ${STAGEDIR} -type f -empty -delete + +.for dir in ${SAMBA4_LOGDIR} ${SAMBA4_RUNDIR} ${SAMBA4_LOCKDIR} ${SAMBA4_MODULEDIR} + ${INSTALL} -d -m 0755 "${STAGEDIR}${dir}" +.endfor + ${INSTALL} -d -m 0750 "${STAGEDIR}${SAMBA4_BINDDNSDIR}" + ${INSTALL} -d -m 0750 "${STAGEDIR}${SAMBA4_PRIVATEDIR}" +.for module_class in ${SAMBA4_MODULES_CLASS} + ${INSTALL} -d -m 0755 "${STAGEDIR}${SAMBA4_MODULEDIR}/${module_class}" +.endfor +.if !defined(WITH_DEBUG) + -${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${PREFIX}/libexec \ + -type f -print0 | ${XARGS} -0 -n 1 -t ${STRIP_CMD} + -${FIND} ${STAGEDIR}${PREFIX}/lib -name '*.so*' \ + -type f -print0 | ${XARGS} -0 -n 1 -t ${STRIP_CMD} .endif -post-install-rm-junk: - ${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/samba/third_party - ${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name __pycache__ \ - -type d -print0 | ${XARGS} -0 -n 1 -t ${RM} -r - ${FIND} ${STAGEDIR} -type f -empty -delete +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${WRKDIR}/${doc} ${STAGEDIR}${DOCSDIR} +.endfor + +post-install-CLUSTER-on: + ${RLN} ${STAGEDIR}${PREFIX}/share/ctdb/events/legacy/00.ctdb.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/00.ctdb.script + ${RLN} ${STAGEDIR}${PREFIX}/share/ctdb/events/legacy/01.reclock.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/01.reclock.script + ${RLN} ${STAGEDIR}${PREFIX}/share/ctdb/events/legacy/05.system.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/05.system.script + ${RLN} ${STAGEDIR}${PREFIX}/share/ctdb/events/legacy/10.interface.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/10.interface.script + ${RLN} ${STAGEDIR}${PREFIX}/share/ctdb/events/legacy/95.database.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/95.database.script + +post-install-FRUIT-off: + ${RM} ${STAGEDIR}${SAMBA4_MODULEDIR}/vfs/fruit.so + ${RM} ${STAGEDIR}${PREFIX}/share/man/man8/vfs_fruit.8 + +post-install-MANPAGES-on: + ${RLN} ${STAGEDIR}${PREFIX}/share/man/man5/smb.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/smb4.conf.5 -post-install-fix-manpages: -.if ${PORT_OPTIONS:MMANPAGES} .for f in vfs_aio_linux.8 vfs_btrfs.8 vfs_ceph.8 vfs_gpfs.8 - ${RM} ${STAGEDIR}${PREFIX}/share/man/man8/${f} + ${RM} ${STAGEDIR}${PREFIX}/share/man/man8/${f} .endfor .if defined(SAMBA4_BUNDLED_TALLOC) && ${SAMBA4_BUNDLED_TALLOC} == yes -. for f in talloc.3 - ${MV} ${STAGEDIR}${PREFIX}/share/man/man3/${f} ${STAGEDIR}${PREFIX}/share/man/man3/samba-${f} -. endfor +. for f in talloc.3 + ${MV} ${STAGEDIR}${PREFIX}/share/man/man3/${f} ${STAGEDIR}${PREFIX}/share/man/man3/samba-${f} +. endfor .endif .if defined(SAMBA4_BUNDLED_TDB) && ${SAMBA4_BUNDLED_TDB} == yes -. for f in tdbbackup.8 tdbdump.8 tdbrestore.8 tdbtool.8 - ${MV} ${STAGEDIR}${PREFIX}/share/man/man8/${f} ${STAGEDIR}${PREFIX}/share/man/man8/samba-${f} -. endfor +. for f in tdbbackup.8 tdbdump.8 tdbrestore.8 tdbtool.8 + ${MV} ${STAGEDIR}${PREFIX}/share/man/man8/${f} ${STAGEDIR}${PREFIX}/share/man/man8/samba-${f} +. endfor .endif -.endif - -post-install: post-install-rm-junk post-install-fix-manpages -.if ${PORT_OPTIONS:MMANPAGES} - ${LN} -sf smb.conf.5.gz ${STAGEDIR}${PREFIX}/share/man/man5/smb4.conf.5.gz -.endif -# Run post-install script -.for dir in ${SAMBA4_LOGDIR} ${SAMBA4_RUNDIR} ${SAMBA4_LOCKDIR} ${SAMBA4_MODULEDIR} - ${INSTALL} -d -m 0755 "${STAGEDIR}${dir}" -.endfor - ${INSTALL} -d -m 0750 "${STAGEDIR}${SAMBA4_BINDDNSDIR}" - ${INSTALL} -d -m 0750 "${STAGEDIR}${SAMBA4_PRIVATEDIR}" -.for module_class in ${SAMBA4_MODULES_CLASS} - ${INSTALL} -d -m 0755 "${STAGEDIR}${SAMBA4_MODULEDIR}/${module_class}" -.endfor -.if !defined(WITH_DEBUG) - -${FIND} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${PREFIX}/sbin ${STAGEDIR}${PREFIX}/libexec \ - -type f -print0 | ${XARGS} -0 -n 1 -t ${STRIP_CMD} - -${FIND} ${STAGEDIR}${PREFIX}/lib -name '*.so*' \ - -type f -print0 | ${XARGS} -0 -n 1 -t ${STRIP_CMD} -.endif - -post-install-FRUIT-off: - ${RM} ${STAGEDIR}${SAMBA4_MODULEDIR}/vfs/fruit.so -.if ${PORT_OPTIONS:MMANPAGES} - ${RM} ${STAGEDIR}${PREFIX}/share/man/man8/vfs_fruit.8 -.endif - -post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKDIR}/${doc} ${STAGEDIR}${DOCSDIR} -.endfor - -post-install-CLUSTER-on: - ${LN} -nfs ../../../../share/ctdb/events/legacy/00.ctdb.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/00.ctdb.script - ${LN} -nfs ../../../../share/ctdb/events/legacy/10.interface.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/10.interface.script - ${LN} -nfs ../../../../share/ctdb/events/legacy/05.system.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/05.system.script - ${LN} -nfs ../../../../share/ctdb/events/legacy/01.reclock.script ${STAGEDIR}${PREFIX}/etc/ctdb/events/legacy/01.reclock.script .include <bsd.port.post.mk> diff --git a/net/samba422/distinfo b/net/samba422/distinfo index 270840dcc448..149352634642 100644 --- a/net/samba422/distinfo +++ b/net/samba422/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752217501 -SHA256 (samba-4.22.3.tar.gz) = 8fd7092629a3596d935cd7567d934979f94272918ec3affd0cc807934ecf22ba -SIZE (samba-4.22.3.tar.gz) = 42869744 +TIMESTAMP = 1764863570 +SHA256 (samba-4.22.6.tar.gz) = 8e6beb0cce87fb3c763af94c2dc21fd47b8fd02d46b3cb1deb2a72df9259c425 +SIZE (samba-4.22.6.tar.gz) = 42883971 diff --git a/net/samba422/pkg-plist b/net/samba422/pkg-plist index 4775db591612..5cb0c0f81aec 100644 --- a/net/samba422/pkg-plist +++ b/net/samba422/pkg-plist @@ -42,7 +42,6 @@ sbin/smbd sbin/winbindd include/samba4/credentials.h include/samba4/dcerpc.h -%%AD_DC%%include/samba4/dcerpc_server.h include/samba4/gen_ndr/ndr_samr_c.h include/samba4/ldb.h include/samba4/ldb_errors.h @@ -137,8 +136,6 @@ include/samba4/wbclient.h @dir include/samba4 %%SAMBA4_LIBDIR%%/libdcerpc-samr.so %%SAMBA4_LIBDIR%%/libdcerpc-samr.so.0 -%%AD_DC%%%%SAMBA4_LIBDIR%%/libdcerpc-server.so -%%AD_DC%%%%SAMBA4_LIBDIR%%/libdcerpc-server.so.0 %%SAMBA4_LIBDIR%%/libdcerpc.so %%SAMBA4_LIBDIR%%/libdcerpc.so.0 %%SAMBA4_LIBDIR%%/libldb.so @@ -314,7 +311,6 @@ libexec/samba/samba-dcerpcd %%PKGCONFIGDIR%%/wbclient.pc %%PKGCONFIGDIR%%/dcerpc.pc %%PKGCONFIGDIR%%/dcerpc_samr.pc -%%AD_DC%%%%PKGCONFIGDIR%%/dcerpc_server.pc %%PKGCONFIGDIR%%/ldb.pc %%PKGCONFIGDIR%%/samba-credentials.pc %%PKGCONFIGDIR%%/samba-hostconfig.pc @@ -446,18 +442,17 @@ bin/ldbsearch %%SAMBA4_LIBDIR%%/private/libldb-key-value-private-samba.so %%SAMBA4_LIBDIR%%/private/libldb-tdb-err-map-private-samba.so %%SAMBA4_LIBDIR%%/private/libldb-tdb-int-private-samba.so -%%AD_DC%%%%SAMBA4_MODULEDIR%%/ldb/count_attrs.so -%%SAMBA4_MODULEDIR%%/ldb/asq.so -%%SAMBA4_MODULEDIR%%/ldb/ildap.so -%%LDAP%%%%SAMBA4_MODULEDIR%%/ldb/ldap.so -%%SAMBA4_MODULEDIR%%/ldb/ldb.so -%%SAMBA4_MODULEDIR%%/ldb/ldbsamba_extensions.so -%%SAMBA4_MODULEDIR%%/ldb/paged_searches.so -%%SAMBA4_MODULEDIR%%/ldb/rdn_name.so -%%SAMBA4_MODULEDIR%%/ldb/sample.so -%%SAMBA4_MODULEDIR%%/ldb/server_sort.so -%%SAMBA4_MODULEDIR%%/ldb/skel.so -%%SAMBA4_MODULEDIR%%/ldb/tdb.so +%%LDAP%%%%SAMBA_LDB_MODULESDIR%%/ldap.so +%%SAMBA_LDB_MODULESDIR%%/asq.so +%%SAMBA_LDB_MODULESDIR%%/ildap.so +%%SAMBA_LDB_MODULESDIR%%/ldb.so +%%SAMBA_LDB_MODULESDIR%%/ldbsamba_extensions.so +%%SAMBA_LDB_MODULESDIR%%/paged_searches.so +%%SAMBA_LDB_MODULESDIR%%/rdn_name.so +%%SAMBA_LDB_MODULESDIR%%/sample.so +%%SAMBA_LDB_MODULESDIR%%/server_sort.so +%%SAMBA_LDB_MODULESDIR%%/skel.so +%%SAMBA_LDB_MODULESDIR%%/tdb.so %%MANPAGES%%share/man/man3/ldb.3.gz %%MANPAGES%%share/man/man1/ldbadd.1.gz %%MANPAGES%%share/man/man1/ldbdel.1.gz @@ -465,10 +460,10 @@ bin/ldbsearch %%MANPAGES%%share/man/man1/ldbmodify.1.gz %%MANPAGES%%share/man/man1/ldbrename.1.gz %%MANPAGES%%share/man/man1/ldbsearch.1.gz -%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/tdbbackup.8.gz -%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/tdbdump.8.gz -%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/tdbrestore.8.gz -%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/tdbtool.8.gz +%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/samba-tdbbackup.8.gz +%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/samba-tdbdump.8.gz +%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/samba-tdbrestore.8.gz +%%MANPAGES%%%%SAMBA4_BUNDLED_TDB%%share/man/man8/samba-tdbtool.8.gz %%SAMBA4_BUNDLED_TALLOC%%%%PYTHON3%%%%PYTHON_SITELIBDIR%%/talloc%%PYTHON_TAG%%.so %%SAMBA4_BUNDLED_TALLOC%%%%PYTHON3%%%%SAMBA4_LIBDIR%%/private/libpytalloc-util%%PYTHON_TAG%%-private-samba.so %%SAMBA4_BUNDLED_TALLOC%%%%SAMBA4_LIBDIR%%/private/libtalloc-private-samba.so diff --git a/net/samba422/pkg-plist.ad_dc b/net/samba422/pkg-plist.ad_dc index 52533f83aa75..f72aaedcf678 100644 --- a/net/samba422/pkg-plist.ad_dc +++ b/net/samba422/pkg-plist.ad_dc @@ -4,6 +4,9 @@ sbin/samba_dnsupdate sbin/samba_kcc sbin/samba_spnupdate sbin/samba_upgradedns +include/samba4/dcerpc_server.h +%%SAMBA4_LIBDIR%%/libdcerpc-server.so +%%SAMBA4_LIBDIR%%/libdcerpc-server.so.0 %%SAMBA4_LIBDIR%%/private/libad-claims-private-samba.so %%SAMBA4_LIBDIR%%/private/libauthn-policy-util-private-samba.so %%SAMBA4_LIBDIR%%/private/libdlz-bind9-for-torture-private-samba.so @@ -23,50 +26,51 @@ sbin/samba_upgradedns %%SAMBA4_MODULEDIR%%/bind9/dlz_bind9_18.so %%SAMBA4_MODULEDIR%%/bind9/dlz_bind9_20.so %%SAMBA4_MODULEDIR%%/gensec/krb5.so -%%SAMBA4_MODULEDIR%%/ldb/acl.so -%%SAMBA4_MODULEDIR%%/ldb/aclread.so -%%SAMBA4_MODULEDIR%%/ldb/anr.so -%%SAMBA4_MODULEDIR%%/ldb/audit_log.so -%%SAMBA4_MODULEDIR%%/ldb/descriptor.so -%%SAMBA4_MODULEDIR%%/ldb/dirsync.so -%%SAMBA4_MODULEDIR%%/ldb/dns_notify.so -%%SAMBA4_MODULEDIR%%/ldb/dsdb_notification.so -%%SAMBA4_MODULEDIR%%/ldb/encrypted_secrets.so -%%SAMBA4_MODULEDIR%%/ldb/extended_dn_in.so -%%SAMBA4_MODULEDIR%%/ldb/extended_dn_out.so -%%SAMBA4_MODULEDIR%%/ldb/extended_dn_store.so -%%SAMBA4_MODULEDIR%%/ldb/group_audit_log.so -%%SAMBA4_MODULEDIR%%/ldb/instancetype.so -%%SAMBA4_MODULEDIR%%/ldb/lazy_commit.so -%%SAMBA4_MODULEDIR%%/ldb/linked_attributes.so -%%SAMBA4_MODULEDIR%%/ldb/new_partition.so -%%SAMBA4_MODULEDIR%%/ldb/objectclass_attrs.so -%%SAMBA4_MODULEDIR%%/ldb/objectclass.so -%%SAMBA4_MODULEDIR%%/ldb/objectguid.so -%%SAMBA4_MODULEDIR%%/ldb/operational.so -%%SAMBA4_MODULEDIR%%/ldb/paged_results.so -%%SAMBA4_MODULEDIR%%/ldb/partition.so -%%SAMBA4_MODULEDIR%%/ldb/password_hash.so -%%SAMBA4_MODULEDIR%%/ldb/ranged_results.so -%%SAMBA4_MODULEDIR%%/ldb/repl_meta_data.so -%%SAMBA4_MODULEDIR%%/ldb/resolve_oids.so -%%SAMBA4_MODULEDIR%%/ldb/rootdse.so -%%SAMBA4_MODULEDIR%%/ldb/samba_dsdb.so -%%SAMBA4_MODULEDIR%%/ldb/samba_secrets.so -%%SAMBA4_MODULEDIR%%/ldb/samba3sam.so -%%SAMBA4_MODULEDIR%%/ldb/samba3sid.so -%%SAMBA4_MODULEDIR%%/ldb/samldb.so -%%SAMBA4_MODULEDIR%%/ldb/schema_data.so -%%SAMBA4_MODULEDIR%%/ldb/schema_load.so -%%SAMBA4_MODULEDIR%%/ldb/secrets_tdb_sync.so -%%SAMBA4_MODULEDIR%%/ldb/show_deleted.so -%%SAMBA4_MODULEDIR%%/ldb/subtree_delete.so -%%SAMBA4_MODULEDIR%%/ldb/subtree_rename.so -%%SAMBA4_MODULEDIR%%/ldb/tombstone_reanimate.so -%%SAMBA4_MODULEDIR%%/ldb/unique_object_sids.so -%%SAMBA4_MODULEDIR%%/ldb/update_keytab.so -%%SAMBA4_MODULEDIR%%/ldb/vlv.so -%%SAMBA4_MODULEDIR%%/ldb/wins_ldb.so +%%SAMBA_LDB_MODULESDIR%%/acl.so +%%SAMBA_LDB_MODULESDIR%%/aclread.so +%%SAMBA_LDB_MODULESDIR%%/anr.so +%%SAMBA_LDB_MODULESDIR%%/audit_log.so +%%SAMBA_LDB_MODULESDIR%%/count_attrs.so +%%SAMBA_LDB_MODULESDIR%%/descriptor.so +%%SAMBA_LDB_MODULESDIR%%/dirsync.so +%%SAMBA_LDB_MODULESDIR%%/dns_notify.so +%%SAMBA_LDB_MODULESDIR%%/dsdb_notification.so +%%SAMBA_LDB_MODULESDIR%%/encrypted_secrets.so +%%SAMBA_LDB_MODULESDIR%%/extended_dn_in.so +%%SAMBA_LDB_MODULESDIR%%/extended_dn_out.so +%%SAMBA_LDB_MODULESDIR%%/extended_dn_store.so +%%SAMBA_LDB_MODULESDIR%%/group_audit_log.so +%%SAMBA_LDB_MODULESDIR%%/instancetype.so +%%SAMBA_LDB_MODULESDIR%%/lazy_commit.so +%%SAMBA_LDB_MODULESDIR%%/linked_attributes.so +%%SAMBA_LDB_MODULESDIR%%/new_partition.so +%%SAMBA_LDB_MODULESDIR%%/objectclass.so +%%SAMBA_LDB_MODULESDIR%%/objectclass_attrs.so +%%SAMBA_LDB_MODULESDIR%%/objectguid.so +%%SAMBA_LDB_MODULESDIR%%/operational.so +%%SAMBA_LDB_MODULESDIR%%/paged_results.so +%%SAMBA_LDB_MODULESDIR%%/partition.so +%%SAMBA_LDB_MODULESDIR%%/password_hash.so +%%SAMBA_LDB_MODULESDIR%%/ranged_results.so +%%SAMBA_LDB_MODULESDIR%%/repl_meta_data.so +%%SAMBA_LDB_MODULESDIR%%/resolve_oids.so +%%SAMBA_LDB_MODULESDIR%%/rootdse.so +%%SAMBA_LDB_MODULESDIR%%/samba3sam.so +%%SAMBA_LDB_MODULESDIR%%/samba3sid.so +%%SAMBA_LDB_MODULESDIR%%/samba_dsdb.so +%%SAMBA_LDB_MODULESDIR%%/samba_secrets.so +%%SAMBA_LDB_MODULESDIR%%/samldb.so +%%SAMBA_LDB_MODULESDIR%%/schema_data.so +%%SAMBA_LDB_MODULESDIR%%/schema_load.so +%%SAMBA_LDB_MODULESDIR%%/secrets_tdb_sync.so +%%SAMBA_LDB_MODULESDIR%%/show_deleted.so +%%SAMBA_LDB_MODULESDIR%%/subtree_delete.so +%%SAMBA_LDB_MODULESDIR%%/subtree_rename.so +%%SAMBA_LDB_MODULESDIR%%/tombstone_reanimate.so +%%SAMBA_LDB_MODULESDIR%%/unique_object_sids.so +%%SAMBA_LDB_MODULESDIR%%/update_keytab.so +%%SAMBA_LDB_MODULESDIR%%/vlv.so +%%SAMBA_LDB_MODULESDIR%%/wins_ldb.so %%SAMBA4_MODULEDIR%%/process_model/prefork.so %%SAMBA4_MODULEDIR%%/process_model/standard.so %%SAMBA4_MODULEDIR%%/service/cldap.so @@ -170,6 +174,7 @@ sbin/samba_upgradedns %%DATADIR%%/setup/share.ldif %%DATADIR%%/setup/spn_update_list %%DATADIR%%/setup/ypServ30.ldif +%%PKGCONFIGDIR%%/dcerpc_server.pc @dir %%DATADIR%%/setup/display-specifiers @dir %%DATADIR%%/setup/ad-schema @dir %%DATADIR%%/setup diff --git a/net/samba422/pkg-plist.cluster b/net/samba422/pkg-plist.cluster index fd5b03825e52..90bafe54170d 100644 --- a/net/samba422/pkg-plist.cluster +++ b/net/samba422/pkg-plist.cluster @@ -4,13 +4,15 @@ bin/ctdb_diagnostics bin/ltdbtool bin/onnode bin/ping_pong +etc/ctdb/ctdb-backup-persistent-tdbs.sh etc/ctdb/ctdb-crash-cleanup.sh -etc/ctdb/debug_locks.sh etc/ctdb/debug-hung-script.sh +etc/ctdb/debug_locks.sh etc/ctdb/events/legacy/00.ctdb.script etc/ctdb/events/legacy/01.reclock.script etc/ctdb/events/legacy/05.system.script etc/ctdb/events/legacy/10.interface.script +etc/ctdb/events/legacy/95.database.script etc/ctdb/events/notification/README etc/ctdb/functions etc/ctdb/nfs-checks.d/00.portmapper.check @@ -23,20 +25,22 @@ etc/ctdb/nfs-checks.d/README etc/ctdb/nfs-linux-kernel-callout etc/ctdb/notify.sh etc/ctdb/statd-callout -etc/sudoers.d/ctdb lib/samba4/private/libctdb-event-client-private-samba.so +libexec/ctdb/ctdb-config +libexec/ctdb/ctdb-event +libexec/ctdb/ctdb-eventd +libexec/ctdb/ctdb-path libexec/ctdb/ctdb_killtcp libexec/ctdb/ctdb_lock_helper libexec/ctdb/ctdb_lvs libexec/ctdb/ctdb_mutex_fcntl_helper libexec/ctdb/ctdb_natgw libexec/ctdb/ctdb_recovery_helper +libexec/ctdb/ctdb_smnotify_helper libexec/ctdb/ctdb_takeover_helper -libexec/ctdb/ctdb-config -libexec/ctdb/ctdb-event -libexec/ctdb/ctdb-eventd -libexec/ctdb/ctdb-path -libexec/ctdb/smnotify +libexec/ctdb/statd_callout +libexec/ctdb/statd_callout_helper +libexec/samba/rpcd_witness %%MANPAGES%%share/man/man1/ctdb_diagnostics.1.gz %%MANPAGES%%share/man/man1/ctdb.1.gz %%MANPAGES%%share/man/man1/ctdbd.1.gz @@ -53,7 +57,6 @@ sbin/ctdbd share/ctdb/events/legacy/00.ctdb.script share/ctdb/events/legacy/01.reclock.script share/ctdb/events/legacy/05.system.script -share/ctdb/events/legacy/06.nfs.script share/ctdb/events/legacy/10.interface.script share/ctdb/events/legacy/11.natgw.script share/ctdb/events/legacy/11.routing.script @@ -62,12 +65,16 @@ share/ctdb/events/legacy/20.multipathd.script share/ctdb/events/legacy/31.clamd.script share/ctdb/events/legacy/40.vsftpd.script share/ctdb/events/legacy/41.httpd.script +share/ctdb/events/legacy/46.update-keytabs.script +share/ctdb/events/legacy/47.samba-dcerpcd.script share/ctdb/events/legacy/48.netbios.script share/ctdb/events/legacy/49.winbind.script share/ctdb/events/legacy/50.samba.script share/ctdb/events/legacy/60.nfs.script share/ctdb/events/legacy/70.iscsi.script share/ctdb/events/legacy/91.lvs.script +share/ctdb/events/legacy/95.database.script +share/ctdb/scripts/winbind_ctdb_updatekeytab.sh @dir /var/lib/ctdb/volatile @dir /var/lib/ctdb/state @dir /var/lib/ctdb/persistent diff --git a/net/samba422/pkg-plist.python b/net/samba422/pkg-plist.python index 2207dcde9552..fdb6de6abdb8 100644 --- a/net/samba422/pkg-plist.python +++ b/net/samba422/pkg-plist.python @@ -340,6 +340,7 @@ lib/samba4/private/libsamba-python%%PYTHON_TAG%%-private-samba.so %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/array.py %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/bare.py %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/binding.py +%%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/dfs.py %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/dnsserver.py %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/integer.py %%PYTHON_SITELIBDIR%%/samba/tests/dcerpc/lsa.py diff --git a/net/sctplib/Makefile b/net/sctplib/Makefile index b71de8db8225..e3b2f31cccd1 100644 --- a/net/sctplib/Makefile +++ b/net/sctplib/Makefile @@ -1,5 +1,5 @@ PORTNAME= sctplib -DISTVERSION= 1.0.32 +DISTVERSION= 1.0.33 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/sctplib/download/ diff --git a/net/sctplib/distinfo b/net/sctplib/distinfo index f236a61f9db3..0503fab2e670 100644 --- a/net/sctplib/distinfo +++ b/net/sctplib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752059795 -SHA256 (sctplib-1.0.32.tar.gz) = 997b1982b2847883810569b04575f42fd2d29ea9d16ff361a5610f35d93b5679 -SIZE (sctplib-1.0.32.tar.gz) = 1133271 +TIMESTAMP = 1765299374 +SHA256 (sctplib-1.0.33.tar.gz) = ce2c3b28c78ab925dbb1aec6793c1b4d3701c6d8eb190d64253e50df992e242b +SIZE (sctplib-1.0.33.tar.gz) = 1138605 diff --git a/net/sniproxy/Makefile b/net/sniproxy/Makefile index 0b53dda1e6ae..3341650826b7 100644 --- a/net/sniproxy/Makefile +++ b/net/sniproxy/Makefile @@ -1,8 +1,15 @@ PORTNAME= sniproxy DISTVERSION= 0.6.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net +PATCH_SITES= https://github.com/dlundquist/sniproxy/commit/ +PATCHFILES= 62e621f050f79eb78598b1296a089ef88a19ea91.diff:-p1 \ + 0e556bf0b9151e65575b3980b72f34331e5b6ab4.diff:-p1 \ + 7fdd86c054a21f7ac62343010de20f28645b14d2.diff:-p1 \ + 85e980261b9dfc0172fbc38f7bb24b291e859cee.diff:-p1 \ + 2d9965388712faa6ef74f7229f38e3a177904bae.diff:-p1 + MAINTAINER= krion@FreeBSD.org COMMENT= Proxy that routes based on TLS server name extension WWW= https://github.com/dlundquist/sniproxy @@ -11,10 +18,10 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev \ - libpcre.so:devel/pcre \ + libpcre2-8.so:devel/pcre2 \ libudns.so:dns/udns -USES= autoreconf:build gettext pkgconfig +USES= autoreconf localbase pkgconfig SUB_FILES= pkg-message USE_RC_SUBR= sniproxy @@ -23,7 +30,6 @@ USE_GITHUB= yes GH_ACCOUNT= dlundquist GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_LDCONFIG= yes PLIST_FILES= share/man/man5/sniproxy.conf.5.gz \ @@ -31,9 +37,6 @@ PLIST_FILES= share/man/man5/sniproxy.conf.5.gz \ sbin/sniproxy \ "@sample etc/sniproxy.conf.sample" -pre-configure: - cd ${WRKSRC} && ${SH} autogen.sh - post-patch: @${REINPLACE_CMD} -e 's|/var/tmp/|/var/run/|' ${WRKSRC}/${PORTNAME}.conf diff --git a/net/sniproxy/distinfo b/net/sniproxy/distinfo index b1dd665af9c2..afdda0c2e35d 100644 --- a/net/sniproxy/distinfo +++ b/net/sniproxy/distinfo @@ -1,3 +1,13 @@ -TIMESTAMP = 1680098921 +TIMESTAMP = 1765444620 SHA256 (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 6a06d12bedcbd5295a2c75d60a9df1cfde9e26efa31f44a34979b5cb8fb0bc1a SIZE (dlundquist-sniproxy-0.6.1_GH0.tar.gz) = 78939 +SHA256 (62e621f050f79eb78598b1296a089ef88a19ea91.diff) = 92b19681753137f8ed1bd4f289833dc21991d4f7a61919c244e35b466d231652 +SIZE (62e621f050f79eb78598b1296a089ef88a19ea91.diff) = 6021 +SHA256 (0e556bf0b9151e65575b3980b72f34331e5b6ab4.diff) = d84d14af62834efb08511dc8219406b96a4955358a3a3186e535321a15cd3222 +SIZE (0e556bf0b9151e65575b3980b72f34331e5b6ab4.diff) = 3154 +SHA256 (7fdd86c054a21f7ac62343010de20f28645b14d2.diff) = a3348fde1780a73a59c7c90e2f29e45130e0b21eca60438e49e7be9cc9086dea +SIZE (7fdd86c054a21f7ac62343010de20f28645b14d2.diff) = 6145 +SHA256 (85e980261b9dfc0172fbc38f7bb24b291e859cee.diff) = fd34d8973deaa8979d7c50f0a21a4f266c42d4e7535202967fc31e95ac3f445d +SIZE (85e980261b9dfc0172fbc38f7bb24b291e859cee.diff) = 277 +SHA256 (2d9965388712faa6ef74f7229f38e3a177904bae.diff) = 887b685804c137ace8ccd4d926df68f97dfa43e7c80fb626d819a553e9ecfea6 +SIZE (2d9965388712faa6ef74f7229f38e3a177904bae.diff) = 679 diff --git a/net/socat/Makefile b/net/socat/Makefile index e597d80d1509..6150c076d2d1 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -1,5 +1,5 @@ PORTNAME= socat -DISTVERSION= 1.8.0.3 +DISTVERSION= 1.8.1.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ \ LOCAL/ehaupt diff --git a/net/socat/distinfo b/net/socat/distinfo index 4cbe9fb22ace..dbe9c01921aa 100644 --- a/net/socat/distinfo +++ b/net/socat/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740229497 -SHA256 (socat-1.8.0.3.tar.bz2) = 01eb017361d95bb3a6941e840b59e4463a3fabf92df4154ed02b16a2ed6a0095 -SIZE (socat-1.8.0.3.tar.bz2) = 594396 +TIMESTAMP = 1765261176 +SHA256 (socat-1.8.1.0.tar.bz2) = 91f222ee65559036600c2505b999acebed48b899f0e2e53ae1c9c31d6986b6a4 +SIZE (socat-1.8.1.0.tar.bz2) = 606066 diff --git a/net/socketapi/Makefile b/net/socketapi/Makefile index 92ce15799b1a..e4cd81b092c1 100644 --- a/net/socketapi/Makefile +++ b/net/socketapi/Makefile @@ -1,5 +1,5 @@ PORTNAME= socketapi -DISTVERSION= 2.2.25 +DISTVERSION= 2.2.26 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/sctplib/download/ diff --git a/net/socketapi/distinfo b/net/socketapi/distinfo index f398ad1661f7..834dde26db19 100644 --- a/net/socketapi/distinfo +++ b/net/socketapi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752060901 -SHA256 (socketapi-2.2.25.tar.gz) = 7cab157872403e32246f292648ae0a707225ffcc1d3fd6bfa4046ea9539dbd00 -SIZE (socketapi-2.2.25.tar.gz) = 670931 +TIMESTAMP = 1765299793 +SHA256 (socketapi-2.2.26.tar.gz) = 12402f28e22012a412f4163fe921c320b4bf0cadfd81185689ba6c3deb86ed0b +SIZE (socketapi-2.2.26.tar.gz) = 673803 diff --git a/net/spread-j/Makefile b/net/spread-j/Makefile index 1ee9da1c24fd..366895011ca9 100644 --- a/net/spread-j/Makefile +++ b/net/spread-j/Makefile @@ -16,6 +16,7 @@ BROKEN_armv6= fails to package: java/docs/*.html: No such file or directory BROKEN_armv7= fails to package: java/docs/*.html: No such file or directory USES= java +JAVA_VERSION= 8 11 PKGMESSAGE= ${WRKSRC}/../license.txt diff --git a/net/td-system-tools/Makefile b/net/td-system-tools/Makefile index 04f939627c95..37fcc3d5c591 100644 --- a/net/td-system-tools/Makefile +++ b/net/td-system-tools/Makefile @@ -1,5 +1,5 @@ PORTNAME= td-system-tools -DISTVERSION= 2.2.1 +DISTVERSION= 2.2.3 CATEGORIES= net MASTER_SITES= https://www.nntb.no/~dreibh/system-tools/download/ diff --git a/net/td-system-tools/distinfo b/net/td-system-tools/distinfo index 8f4abab4df31..5d56507f3871 100644 --- a/net/td-system-tools/distinfo +++ b/net/td-system-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764343689 -SHA256 (td-system-tools-2.2.1.tar.xz) = 3395b3a23505b7a0da5b04582cf001a672856ed8de773656ea834f0faf16fb49 -SIZE (td-system-tools-2.2.1.tar.xz) = 1012460 +TIMESTAMP = 1765304689 +SHA256 (td-system-tools-2.2.3.tar.xz) = 7329aaba1d375adc70dca91c16d247d981286696d36c702001d7bd7c7ba6d9a3 +SIZE (td-system-tools-2.2.3.tar.xz) = 1014036 diff --git a/net/ucarp/Makefile b/net/ucarp/Makefile index 59f585ab4a8c..a6ded17be4c3 100644 --- a/net/ucarp/Makefile +++ b/net/ucarp/Makefile @@ -11,15 +11,16 @@ LICENSE_NAME= ISC License LICENSE_FILE= ${WRKSRC}/COPYING LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -USES= autoreconf libtool +USES= autoreconf gettext-tools libtool USE_GITHUB= yes GH_ACCOUNT= jedisct1 GH_PROJECT= UCarp GH_TAGNAME= 4f339d4 -GNU_CONFIGURE= yes - USE_RC_SUBR= ucarp +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-nls + PLIST_FILES= sbin/ucarp OPTIONS_DEFINE= SCRIPTS @@ -28,9 +29,6 @@ OPTIONS_DEFAULT= SCRIPTS SCRIPTS_DESC= Install scripts to manage virtual IP SCRIPTS_PLIST_FILES= sbin/ucarp-up sbin/ucarp-down -pre-configure: - @${TOUCH} ${WRKSRC}/config.rpath ${WRKSRC}/ABOUT-NLS - post-install-SCRIPTS-on: ${INSTALL_SCRIPT} ${WRKSRC}/examples/bsd/vip-up.sh ${STAGEDIR}${PREFIX}/sbin/ucarp-up ${INSTALL_SCRIPT} ${WRKSRC}/examples/bsd/vip-down.sh ${STAGEDIR}${PREFIX}/sbin/ucarp-down diff --git a/net/wangle/Makefile b/net/wangle/Makefile index 1c7216e4fae2..a27196ab9fd7 100644 --- a/net/wangle/Makefile +++ b/net/wangle/Makefile @@ -1,6 +1,7 @@ PORTNAME= wangle DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= yuri@FreeBSD.org diff --git a/net/waypipe/Makefile b/net/waypipe/Makefile index a8aa39164903..6fd5b28ef70f 100644 --- a/net/waypipe/Makefile +++ b/net/waypipe/Makefile @@ -1,7 +1,6 @@ PORTNAME= waypipe DISTVERSIONPREFIX= v -DISTVERSION= 0.10.5 -PORTREVISION= 1 +DISTVERSION= 0.10.6 CATEGORIES= net wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/net/waypipe/Makefile.crates b/net/waypipe/Makefile.crates index 4975c88e1e5b..16b198282383 100644 --- a/net/waypipe/Makefile.crates +++ b/net/waypipe/Makefile.crates @@ -14,11 +14,11 @@ CARGO_CRATES= anstream-0.6.18 \ colorchoice-1.0.3 \ getrandom-0.2.15 \ is_terminal_polyfill-1.70.1 \ - libc-0.2.164 \ + libc-0.2.177 \ libloading-0.8.5 \ log-0.4.22 \ memoffset-0.9.1 \ - nix-0.29.0 \ + nix-0.30.1 \ pkg-config-0.3.31 \ strsim-0.11.1 \ utf8parse-0.2.2 \ diff --git a/net/waypipe/distinfo b/net/waypipe/distinfo index a6262ef9121b..24ba2864bdb1 100644 --- a/net/waypipe/distinfo +++ b/net/waypipe/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1759747657 +TIMESTAMP = 1765061610 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 @@ -31,16 +31,16 @@ SHA256 (rust/crates/getrandom-0.2.15.crate) = c4567c8db10ae91089c99af84c68c38da3 SIZE (rust/crates/getrandom-0.2.15.crate) = 37163 SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 -SHA256 (rust/crates/libc-0.2.164.crate) = 433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f -SIZE (rust/crates/libc-0.2.164.crate) = 769055 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 SHA256 (rust/crates/libloading-0.8.5.crate) = 4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4 SIZE (rust/crates/libloading-0.8.5.crate) = 28902 SHA256 (rust/crates/log-0.4.22.crate) = a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24 SIZE (rust/crates/log-0.4.22.crate) = 44027 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a SIZE (rust/crates/memoffset-0.9.1.crate) = 9032 -SHA256 (rust/crates/nix-0.29.0.crate) = 71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46 -SIZE (rust/crates/nix-0.29.0.crate) = 318248 +SHA256 (rust/crates/nix-0.30.1.crate) = 74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6 +SIZE (rust/crates/nix-0.30.1.crate) = 342015 SHA256 (rust/crates/pkg-config-0.3.31.crate) = 953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2 SIZE (rust/crates/pkg-config-0.3.31.crate) = 20880 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f @@ -69,5 +69,5 @@ SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 24d5b23dc417412679681 SIZE (rust/crates/windows_x86_64_gnullvm-0.52.6.crate) = 435707 SHA256 (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec SIZE (rust/crates/windows_x86_64_msvc-0.52.6.crate) = 832564 -SHA256 (waypipe-v0.10.5.tar.bz2) = 2718a83818c750d9c75cbe9f1c05a4ef45a3f48bc64304bbdf92f5b5bc264977 -SIZE (waypipe-v0.10.5.tar.bz2) = 442502 +SHA256 (waypipe-v0.10.6.tar.bz2) = 209aedb7aaa01344c3e5a1230465b51206265ffb945265e76f9c24168be83fe1 +SIZE (waypipe-v0.10.6.tar.bz2) = 445067 diff --git a/net/wifi-firmware-ath10k-kmod/Makefile b/net/wifi-firmware-ath10k-kmod/Makefile index ea85ccf14259..d6f39ea9ab9c 100644 --- a/net/wifi-firmware-ath10k-kmod/Makefile +++ b/net/wifi-firmware-ath10k-kmod/Makefile @@ -2,96 +2,118 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= ath10k FWSUBDIR= ath10k -FWDRV_VERSION= 20240513 +FWDRV_VERSION= 20251125 LICENSE_FILE= LICENSE.QualcommAtheros_ath10k LICENSE_NAME= QCA firmware license (${FWDRV}) WHENCE_REGEX= ath10k -.* -# The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/athk/ath10k/zzz_fw_ports_fwget.sh } +# The flavor/firmware lists below are generated by the +# files/extract-fw-list.sh script. Usage: +# 1: checkout the correct tag (FWDRV_VERSION) in linux-firmware.git. +# 2: ./files/extract-fw-list.sh /path/to/linux-firmware.git ath10k ### >>> FWSUBS= \ - qca988x_hw20 \ + qca4019_hw10 \ qca6174_hw21 \ qca6174_hw30 \ - qca99x0_hw20 \ qca9377_hw10 \ - qca9984_hw10 \ qca9887_hw10 \ - qca9888_hw20 + qca9888_hw20 \ + qca988x_hw20 \ + qca9984_hw10 \ + qca99x0_hw20 \ + wcn3990_hw10 -DISTFILES_qca988x_hw20= \ - ${FWSUBDIR}/QCA988X/hw2.0/board.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA988X/hw2.0/firmware-4.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA988X/hw2.0/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca988x_hw20_lic= \ - ${FWSUBDIR}/QCA988X/hw2.0/notice_ath10k_firmware-4.txt${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA988X/hw2.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} -DISTFILES_qca6174_hw21= \ +DISTFILES_qca4019_hw10+= \ + ${FWSUBDIR}/QCA4019/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA4019/hw1.0/firmware-5.bin${DISTURL_SUFFIX} +DISTFILES_qca4019_hw10_lic+= \ + ${FWSUBDIR}/QCA4019/hw1.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} +DISTFILES_qca6174_hw21+= \ ${FWSUBDIR}/QCA6174/hw2.1/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6174/hw2.1/board.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6174/hw2.1/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca6174_hw21_lic= \ +DISTFILES_qca6174_hw21_lic+= \ ${FWSUBDIR}/QCA6174/hw2.1/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} -DISTFILES_qca6174_hw30= \ +DISTFILES_qca6174_hw30+= \ ${FWSUBDIR}/QCA6174/hw3.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6174/hw3.0/board.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6174/hw3.0/firmware-4.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA6174/hw3.0/firmware-6.bin${DISTURL_SUFFIX} -DISTFILES_qca6174_hw30_lic= \ + ${FWSUBDIR}/QCA6174/hw3.0/firmware-6.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA6174/hw3.0/firmware-sdio-6.bin${DISTURL_SUFFIX} +DISTFILES_qca6174_hw30_lic+= \ ${FWSUBDIR}/QCA6174/hw3.0/notice_ath10k_firmware-4.txt${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA6174/hw3.0/notice_ath10k_firmware-6.txt${DISTURL_SUFFIX} -DISTFILES_qca99x0_hw20= \ - ${FWSUBDIR}/QCA99X0/hw2.0/board-2.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA99X0/hw2.0/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca99x0_hw20_lic= \ - ${FWSUBDIR}/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} -DISTFILES_qca9377_hw10= \ + ${FWSUBDIR}/QCA6174/hw3.0/notice_ath10k_firmware-6.txt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt${DISTURL_SUFFIX} +DISTFILES_qca9377_hw10+= \ ${FWSUBDIR}/QCA9377/hw1.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA9377/hw1.0/board.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA9377/hw1.0/firmware-5.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA9377/hw1.0/firmware-6.bin${DISTURL_SUFFIX} -DISTFILES_qca9377_hw10_lic= \ + ${FWSUBDIR}/QCA9377/hw1.0/firmware-6.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA9377/hw1.0/firmware-sdio-5.bin${DISTURL_SUFFIX} +DISTFILES_qca9377_hw10_lic+= \ ${FWSUBDIR}/QCA9377/hw1.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA9377/hw1.0/notice_ath10k_firmware-6.txt${DISTURL_SUFFIX} -DISTFILES_qca9984_hw10= \ - ${FWSUBDIR}/QCA9984/hw1.0/board-2.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/QCA9984/hw1.0/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca9984_hw10_lic= \ - ${FWSUBDIR}/QCA9984/hw1.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} -DISTFILES_qca9887_hw10= \ + ${FWSUBDIR}/QCA9377/hw1.0/notice_ath10k_firmware-6.txt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt${DISTURL_SUFFIX} +DISTFILES_qca9887_hw10+= \ ${FWSUBDIR}/QCA9887/hw1.0/board.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA9887/hw1.0/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca9887_hw10_lic= \ +DISTFILES_qca9887_hw10_lic+= \ ${FWSUBDIR}/QCA9887/hw1.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} -DISTFILES_qca9888_hw20= \ +DISTFILES_qca9888_hw20+= \ ${FWSUBDIR}/QCA9888/hw2.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA9888/hw2.0/firmware-5.bin${DISTURL_SUFFIX} -DISTFILES_qca9888_hw20_lic= \ +DISTFILES_qca9888_hw20_lic+= \ ${FWSUBDIR}/QCA9888/hw2.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} +DISTFILES_qca988x_hw20+= \ + ${FWSUBDIR}/QCA988X/hw2.0/board.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA988X/hw2.0/firmware-4.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA988X/hw2.0/firmware-5.bin${DISTURL_SUFFIX} +DISTFILES_qca988x_hw20_lic+= \ + ${FWSUBDIR}/QCA988X/hw2.0/notice_ath10k_firmware-4.txt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA988X/hw2.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} +DISTFILES_qca9984_hw10+= \ + ${FWSUBDIR}/QCA9984/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA9984/hw1.0/firmware-5.bin${DISTURL_SUFFIX} +DISTFILES_qca9984_hw10_lic+= \ + ${FWSUBDIR}/QCA9984/hw1.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} +DISTFILES_qca99x0_hw20+= \ + ${FWSUBDIR}/QCA99X0/hw2.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA99X0/hw2.0/firmware-5.bin${DISTURL_SUFFIX} +DISTFILES_qca99x0_hw20_lic+= \ + ${FWSUBDIR}/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt${DISTURL_SUFFIX} +DISTFILES_wcn3990_hw10+= \ + ${FWSUBDIR}/WCN3990/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN3990/hw1.0/firmware-5.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN3990/hw1.0/notice.txt_wlanmdsp${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN3990/hw1.0/qcm2290/firmware-5.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN3990/hw1.0/qcm2290/wlanmdsp.mbn${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN3990/hw1.0/wlanmdsp.mbn${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ - ${DISTFILES_qca988x_hw20} \ + ${DISTFILES_qca4019_hw10} \ ${DISTFILES_qca6174_hw21} \ ${DISTFILES_qca6174_hw30} \ - ${DISTFILES_qca99x0_hw20} \ ${DISTFILES_qca9377_hw10} \ - ${DISTFILES_qca9984_hw10} \ ${DISTFILES_qca9887_hw10} \ - ${DISTFILES_qca9888_hw20} + ${DISTFILES_qca9888_hw20} \ + ${DISTFILES_qca988x_hw20} \ + ${DISTFILES_qca9984_hw10} \ + ${DISTFILES_qca99x0_hw20} \ + ${DISTFILES_wcn3990_hw10} DISTFILES_${FWDRV}_lic= \ - ${DISTFILES_qca988x_hw20_lic} \ + ${DISTFILES_qca4019_hw10_lic} \ ${DISTFILES_qca6174_hw21_lic} \ ${DISTFILES_qca6174_hw30_lic} \ - ${DISTFILES_qca99x0_hw20_lic} \ ${DISTFILES_qca9377_hw10_lic} \ - ${DISTFILES_qca9984_hw10_lic} \ ${DISTFILES_qca9887_hw10_lic} \ - ${DISTFILES_qca9888_hw20_lic} + ${DISTFILES_qca9888_hw20_lic} \ + ${DISTFILES_qca988x_hw20_lic} \ + ${DISTFILES_qca9984_hw10_lic} \ + ${DISTFILES_qca99x0_hw20_lic} ### <<< diff --git a/net/wifi-firmware-ath10k-kmod/distinfo b/net/wifi-firmware-ath10k-kmod/distinfo index 743dfdd3a1a3..1792b8ef9ed4 100644 --- a/net/wifi-firmware-ath10k-kmod/distinfo +++ b/net/wifi-firmware-ath10k-kmod/distinfo @@ -1,71 +1,97 @@ -TIMESTAMP = 1715895491 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/board.bin?h=20240513) = 5b5b380333c2dd3b6ce67f30e2f7008f4020bf594970d3b464fd8d4a80fcd880 -SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/board.bin?h=20240513) = 2116 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-4.bin?h=20240513) = 208f91dd40b7db5feb645104125338491ca932028c2dd858bb12f07ac6c90cc1 -SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-4.bin?h=20240513) = 241892 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-5.bin?h=20240513) = 15867031c87f1d7408c1b25fb6419077a1b97de208f2aa58c3266b60e1f8daa2 -SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-5.bin?h=20240513) = 249044 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board-2.bin?h=20240513) = fd5cab002d3533b674dfda6ec92d1d705c267c46d0e2e4dc8c917360e9e4913e -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board-2.bin?h=20240513) = 263188 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board.bin?h=20240513) = 23c51bdaf0ec685d9ce2ecf08fa91d05dc8c6506f82f0811cd365b55a92cbad1 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board.bin?h=20240513) = 8124 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/firmware-5.bin?h=20240513) = cc77874b709e26ffcc1cd548a4813e4be8cd523329c1b3ba34e341417d2935c5 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/firmware-5.bin?h=20240513) = 498172 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board-2.bin?h=20240513) = 66e83dde1c9af535df1fcd17c72971a96a263357300e921b358d35a353227d60 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board-2.bin?h=20240513) = 740076 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board.bin?h=20240513) = 1a8d225818b46986fc4f615594fbe448fa820618590d6902c8f844bb37cda667 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board.bin?h=20240513) = 8124 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-4.bin?h=20240513) = dc74ba148cf88f1f99a62854112ec574d8c265d88417a4d969461448b0ab60c5 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-4.bin?h=20240513) = 733784 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-6.bin?h=20240513) = 04d3bad5efa3f9fbe3ba53fd3e25fa9b0585ed227eea8111303b4e08861f979d -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-6.bin?h=20240513) = 706360 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/board-2.bin?h=20240513) = 24148daa956ef4bebb903dbc77cbe458796f9db70adc0433023a0a0254c7d8e5 -SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/board-2.bin?h=20240513) = 169824 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/firmware-5.bin?h=20240513) = 5fbc2e717327e9482bce212497b2a34fe7f7c82607c94d49e39f95a46ca1b2a3 -SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/firmware-5.bin?h=20240513) = 479332 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board-2.bin?h=20240513) = 0fdcc7838f478da81704de88f7b33e28862110c6d5decf7818543f8e37e6cd98 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board-2.bin?h=20240513) = 304308 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board.bin?h=20240513) = 127d35d82edb46278f30c448cbca664d755ff0d5fed57b649959cdbc4208c768 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board.bin?h=20240513) = 8124 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-5.bin?h=20240513) = 95ed94c24795c31dbdf8c97ab7278dd3a107673ea7330dfe4d01b1c65965f7a8 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-5.bin?h=20240513) = 783336 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-6.bin?h=20240513) = 8f8b002fccfe81d42238f27dd1f56d189604f180bd4772c7c8e75ae1fef16f01 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-6.bin?h=20240513) = 751436 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/board-2.bin?h=20240513) = 9a04d0c801c69db16399c47e5e65ef6311da2785918b26fa83b9392e83b81e64 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/board-2.bin?h=20240513) = 281312 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/firmware-5.bin?h=20240513) = 4a11cbb3f2838f6c003b85f3b6c7c5043f1efd2858f2ca52346523ec938460c3 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/firmware-5.bin?h=20240513) = 681672 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/board.bin?h=20240513) = cf4df099f6ee05c181f55ce17297a1d32c61d725eb96246fd315ad5587c42426 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/board.bin?h=20240513) = 1024 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/firmware-5.bin?h=20240513) = 18c3d42a22c584383000131d423d7473d44d654f88c3fccca9a950802db8b07e -SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/firmware-5.bin?h=20240513) = 238548 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/board-2.bin?h=20240513) = e2d2b04873844e304066d1c95032b96fda314eea5a497c6134f29f2f9676188e -SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/board-2.bin?h=20240513) = 218596 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/firmware-5.bin?h=20240513) = 89d4488053035c645559e3160e71321807f439b3ac9a2268a2a227147f67ddf4 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/firmware-5.bin?h=20240513) = 693700 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt?h=20240513) = 5186f5fdda2cf0348dffecd04e97c1f0364d04b189bc72ae7c76ba2417e098a8 -SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt?h=20240513) = 13890 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 98c0dc5559c1bf5934a29683fdc032e0df834c7197c38bcadd58aafb1a3ee443 -SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 15441 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt?h=20240513) = 631065703055d11b099477c508508f20a80b202aad548a7726564bfa59a96c91 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt?h=20240513) = 46087 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt?h=20240513) = 3b5eb392b2d9d8c46d6aae26d06c187e5ea3029b12d13bc2b8deb8b3ce6bfa53 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt?h=20240513) = 79689 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt?h=20240513) = 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021 -SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt?h=20240513) = 53425 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 874195144a7f1114fee287ad1112a4fc9c785e0bf16279bf2673644b8b440f4e -SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 29133 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 7fef27f33c95ed680c21809edacdd90736ed3c903e6c224eb72f947c35e9856c -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 46143 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt?h=20240513) = 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt?h=20240513) = 53425 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 29b3bfc290b553a44616f00ddd7a85b26893cdf215597252c65674dc7e9ea2da -SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 30479 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 98c0dc5559c1bf5934a29683fdc032e0df834c7197c38bcadd58aafb1a3ee443 -SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt?h=20240513) = 15441 -SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 29b3bfc290b553a44616f00ddd7a85b26893cdf215597252c65674dc7e9ea2da -SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt?h=20240513) = 30479 -SHA256 (linux-firmware/ath10kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f -SIZE (linux-firmware/ath10kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 2713 -SHA256 (linux-firmware/ath10kfw/WHENCE?h=20240513) = 09453d13d522ce48c11fd37a04bc4a46b88792bc6e51c3b73cdcc5acb364e763 -SIZE (linux-firmware/ath10kfw/WHENCE?h=20240513) = 274394 +TIMESTAMP = 1765581611 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/board-2.bin?h=20251125) = c0393d68c1c4004920c3aa33ed944ee44dd5355600b2332612493fe33d30a317 +SIZE (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/board-2.bin?h=20251125) = 1822336 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/firmware-5.bin?h=20251125) = ce5ff248312aef77c620eb93d5bc290ddf68447c5ac9c91c845abab7163a9e70 +SIZE (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/firmware-5.bin?h=20251125) = 583344 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board-2.bin?h=20251125) = fd5cab002d3533b674dfda6ec92d1d705c267c46d0e2e4dc8c917360e9e4913e +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board-2.bin?h=20251125) = 263188 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board.bin?h=20251125) = 23c51bdaf0ec685d9ce2ecf08fa91d05dc8c6506f82f0811cd365b55a92cbad1 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/board.bin?h=20251125) = 8124 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/firmware-5.bin?h=20251125) = cc77874b709e26ffcc1cd548a4813e4be8cd523329c1b3ba34e341417d2935c5 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/firmware-5.bin?h=20251125) = 498172 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board-2.bin?h=20251125) = 66e83dde1c9af535df1fcd17c72971a96a263357300e921b358d35a353227d60 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board-2.bin?h=20251125) = 740076 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board.bin?h=20251125) = 1a8d225818b46986fc4f615594fbe448fa820618590d6902c8f844bb37cda667 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/board.bin?h=20251125) = 8124 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-4.bin?h=20251125) = dc74ba148cf88f1f99a62854112ec574d8c265d88417a4d969461448b0ab60c5 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-4.bin?h=20251125) = 733784 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-6.bin?h=20251125) = 04d3bad5efa3f9fbe3ba53fd3e25fa9b0585ed227eea8111303b4e08861f979d +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-6.bin?h=20251125) = 706360 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-sdio-6.bin?h=20251125) = b5fc019e98de2035ae00feb7c7db332c6c417cb763a8007c774cedb2e515eb06 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/firmware-sdio-6.bin?h=20251125) = 607252 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board-2.bin?h=20251125) = 0fdcc7838f478da81704de88f7b33e28862110c6d5decf7818543f8e37e6cd98 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board-2.bin?h=20251125) = 304308 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board.bin?h=20251125) = 127d35d82edb46278f30c448cbca664d755ff0d5fed57b649959cdbc4208c768 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/board.bin?h=20251125) = 8124 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-5.bin?h=20251125) = 95ed94c24795c31dbdf8c97ab7278dd3a107673ea7330dfe4d01b1c65965f7a8 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-5.bin?h=20251125) = 783336 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-6.bin?h=20251125) = 8f8b002fccfe81d42238f27dd1f56d189604f180bd4772c7c8e75ae1fef16f01 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-6.bin?h=20251125) = 751436 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-sdio-5.bin?h=20251125) = 017b4ae7bdb5821ecb439fbf96d198421a57926918f2513db5fbd6d9c01debe6 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/firmware-sdio-5.bin?h=20251125) = 617852 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/board.bin?h=20251125) = cf4df099f6ee05c181f55ce17297a1d32c61d725eb96246fd315ad5587c42426 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/board.bin?h=20251125) = 1024 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/firmware-5.bin?h=20251125) = 18c3d42a22c584383000131d423d7473d44d654f88c3fccca9a950802db8b07e +SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/firmware-5.bin?h=20251125) = 238548 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/board-2.bin?h=20251125) = e2d2b04873844e304066d1c95032b96fda314eea5a497c6134f29f2f9676188e +SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/board-2.bin?h=20251125) = 218596 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/firmware-5.bin?h=20251125) = 89d4488053035c645559e3160e71321807f439b3ac9a2268a2a227147f67ddf4 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/firmware-5.bin?h=20251125) = 693700 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/board.bin?h=20251125) = 5b5b380333c2dd3b6ce67f30e2f7008f4020bf594970d3b464fd8d4a80fcd880 +SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/board.bin?h=20251125) = 2116 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-4.bin?h=20251125) = 208f91dd40b7db5feb645104125338491ca932028c2dd858bb12f07ac6c90cc1 +SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-4.bin?h=20251125) = 241892 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-5.bin?h=20251125) = 15867031c87f1d7408c1b25fb6419077a1b97de208f2aa58c3266b60e1f8daa2 +SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/firmware-5.bin?h=20251125) = 249044 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/board-2.bin?h=20251125) = 9a04d0c801c69db16399c47e5e65ef6311da2785918b26fa83b9392e83b81e64 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/board-2.bin?h=20251125) = 281312 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/firmware-5.bin?h=20251125) = 4a11cbb3f2838f6c003b85f3b6c7c5043f1efd2858f2ca52346523ec938460c3 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/firmware-5.bin?h=20251125) = 681672 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/board-2.bin?h=20251125) = 24148daa956ef4bebb903dbc77cbe458796f9db70adc0433023a0a0254c7d8e5 +SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/board-2.bin?h=20251125) = 169824 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/firmware-5.bin?h=20251125) = 5fbc2e717327e9482bce212497b2a34fe7f7c82607c94d49e39f95a46ca1b2a3 +SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/firmware-5.bin?h=20251125) = 479332 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/board-2.bin?h=20251125) = c03d801cba1233914d777644e368ea942f36064e805ba6102514dedb47e53c76 +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/board-2.bin?h=20251125) = 670116 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/firmware-5.bin?h=20251125) = fef6539e0127579536bc977be57a90d018b83f2931fedc3a8870fbe38d6c4127 +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/firmware-5.bin?h=20251125) = 60 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp?h=20251125) = d7a42cb726d992c427fc130b60b076c5536297aafceecdb053b1b5de17f7d5fa +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/notice.txt_wlanmdsp?h=20251125) = 27005 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/qcm2290/firmware-5.bin?h=20251125) = 80daf4f3a89e6ea8222e45387bb362c854fcd30c02e9da59ca723b39b269cdd2 +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/qcm2290/firmware-5.bin?h=20251125) = 60 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/qcm2290/wlanmdsp.mbn?h=20251125) = 4a0f4d8a5d7cdc094a5b0b907f4b9906657b76070993fed4d8cc4ccf5776b515 +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/qcm2290/wlanmdsp.mbn?h=20251125) = 3828228 +SHA256 (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/wlanmdsp.mbn?h=20251125) = 92e1501254e6de78c0f2e2cf091507d488b608d07e53acd14813a82744823ec2 +SIZE (linux-firmware/ath10kfw/ath10k/WCN3990/hw1.0/wlanmdsp.mbn?h=20251125) = 3725044 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 29b3bfc290b553a44616f00ddd7a85b26893cdf215597252c65674dc7e9ea2da +SIZE (linux-firmware/ath10kfw/ath10k/QCA4019/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 30479 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt?h=20251125) = 631065703055d11b099477c508508f20a80b202aad548a7726564bfa59a96c91 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw2.1/notice_ath10k_firmware-5.txt?h=20251125) = 46087 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt?h=20251125) = 3b5eb392b2d9d8c46d6aae26d06c187e5ea3029b12d13bc2b8deb8b3ce6bfa53 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-4.txt?h=20251125) = 79689 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt?h=20251125) = 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-6.txt?h=20251125) = 53425 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt?h=20251125) = 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021 +SIZE (linux-firmware/ath10kfw/ath10k/QCA6174/hw3.0/notice_ath10k_firmware-sdio-6.txt?h=20251125) = 53425 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 7fef27f33c95ed680c21809edacdd90736ed3c903e6c224eb72f947c35e9856c +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 46143 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt?h=20251125) = 8ce5c6ea0542bf4aac31fc3ae16a39792ad22d0eae4543063fac56fb3380f021 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-6.txt?h=20251125) = 53425 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt?h=20251125) = 7fef27f33c95ed680c21809edacdd90736ed3c903e6c224eb72f947c35e9856c +SIZE (linux-firmware/ath10kfw/ath10k/QCA9377/hw1.0/notice_ath10k_firmware-sdio-5.txt?h=20251125) = 46143 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 98c0dc5559c1bf5934a29683fdc032e0df834c7197c38bcadd58aafb1a3ee443 +SIZE (linux-firmware/ath10kfw/ath10k/QCA9887/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 15441 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 29b3bfc290b553a44616f00ddd7a85b26893cdf215597252c65674dc7e9ea2da +SIZE (linux-firmware/ath10kfw/ath10k/QCA9888/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 30479 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt?h=20251125) = 5186f5fdda2cf0348dffecd04e97c1f0364d04b189bc72ae7c76ba2417e098a8 +SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-4.txt?h=20251125) = 13890 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 98c0dc5559c1bf5934a29683fdc032e0df834c7197c38bcadd58aafb1a3ee443 +SIZE (linux-firmware/ath10kfw/ath10k/QCA988X/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 15441 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 29b3bfc290b553a44616f00ddd7a85b26893cdf215597252c65674dc7e9ea2da +SIZE (linux-firmware/ath10kfw/ath10k/QCA9984/hw1.0/notice_ath10k_firmware-5.txt?h=20251125) = 30479 +SHA256 (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 874195144a7f1114fee287ad1112a4fc9c785e0bf16279bf2673644b8b440f4e +SIZE (linux-firmware/ath10kfw/ath10k/QCA99X0/hw2.0/notice_ath10k_firmware-5.txt?h=20251125) = 29133 +SHA256 (linux-firmware/ath10kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f +SIZE (linux-firmware/ath10kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 2713 +SHA256 (linux-firmware/ath10kfw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/ath10kfw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-ath10k-kmod/files/extract-fw-list.sh b/net/wifi-firmware-ath10k-kmod/files/extract-fw-list.sh new file mode 100644 index 000000000000..cf9922f66629 --- /dev/null +++ b/net/wifi-firmware-ath10k-kmod/files/extract-fw-list.sh @@ -0,0 +1,224 @@ +#!/bin/sh +# +# Copyright (c) 2025 The FreeBSD Foundation +# +# This software was developed by Björn Zeeb +# under sponsorship from the FreeBSD Foundation. +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Generate the firmware flavors and files from the WHENCE file in +# linux-firmware.git based on the "MAC" names. +# It is no longer feasible to generate them from the driver as the +# firmware names are fully dynamic and require at least a register +# read on each card. The combinations likely go into the hundreds +# or thousands. +# We still check for the firmware file with the highest API version +# available based on each file name and sort out all the others. +# We also have to sort out the DVM drier parts which we are not +# interested in. +# + +FWDIR=${1:-/nonexistent} +DRVNAME=${2:-NODRVNAMEGIVEN} + +if test ! -d ${FWDIR} -o ! -r ${FWDIR}/WHENCE; then + printf "Cannot find '%s' or '%s/WHENCE'\n" ${FWDIR} ${FWDIR} >&2 + printf "USAGE: %s /path/to/linux-firmware.git ath1xk\n" $0 >&2 + exit +fi +case "${DRVNAME}" in +NODRVNAMEGIVEN) + printf "USAGE: %s /path/to/linux-firmware.git ath1xk\n" $0 >&2 + exit + ;; +esac + +sed -e "s@%%XXX%%@"${DRVNAME}" -.*@g" ../wifi-firmware-kmod/files/WHENCE.awk.in > WHENCE.awk +awk -f WHENCE.awk ${FWDIR}/WHENCE > WHENCE +awk -v FWDIR="${FWDIR}" -v DRVNAME="${DRVNAME}" ' +function file_exists(fname) +{ + xname = FWDIR "/" DRVNAME "/" fname; + + #printf("DEBUG: checking for file %s\n", xname); + + if ((getline _ < xname) >= 0) { + return 1; + } +} + +function known_in_2arr(arr, idx1, idx2) +{ + for (both in arr) { + split(both, sep, SUBSEP); + if (sep[1] == idx1 && sep[2] == idx2) { + return 1; + } + } + return 0; +} + +function get_flavor(name) +{ + + name = tolower(name); + + # remove the file name. + gsub("/[^/]*$", "", name); + + # Reduce to two levels + n = split(name, a, "/") + if (n > 1) { + name = a[1] "/" a[2]; + } + + # replace special characters + gsub("/", "_", name); + gsub("\\.", "", name); + + #printf("FLAVNAME >>%s<<\n", name); + + return name; +} + +function is_flavor_known(name, n, flavarr) +{ + + for (f = 1; f <= n ; f++) { + if (flavarr[f] == name) + return 1; + } + + return 0; +} + +BEGIN { + if (!FWDIR) { + printf "USAGE: -v FWDIR=/path/to/linux-firmware.git\n" + exit + } + + flavors_n = 0; +} +{ + if (! /^File:/) { + next; + } + + gsub("^File: " DRVNAME "/", ""); + + name=$0 + if (!file_exists(name)) { + print "DEBUG :: file does not exist :: " $0; + next; + } + + flav = get_flavor($name); + + if (!is_flavor_known(flav, flavors_n, flavors)) { + flavors[++flavors_n] = flav; + } + + if (name ~ /\.txt$/) { + fwl[flav]++; + fwlic[flav,fwl[flav]] = name; + } else { + fwn[flav]++; + fwname[flav,fwn[flav]] = name; + } +} +END { + # Sort flavors + for (i = 1; i < length(flavors); i++) { + for (j = i + 1; j <= length(flavors); j++) { + if (flavors[i] > flavors[j]) { + t=flavors[i] + flavors[i]=flavors[j] + flavors[j]=t + } + } + } + + printf("FWSUBS="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t%s", flavors[f]); + } + } + printf("\n\n"); + + # Deal with all the firmware flavors: + for (f = 1; f <= length(flavors); f++) { + flav=flavors[f]; + + # + # Firmware files. + # + if (fwn[flav] > 0) { + if (f > 1) { + printf("\n"); + } + printf("DISTFILES_%s+=", flav); + } + # Sort + for (i = 1; i < fwn[flav]; i++) { + for (j = i + 1; j <= fwn[flav]; j++) { + if (fwname[flav,i] > fwname[flav,j]) { + t=fwname[flav,i] + fwname[flav,i]=fwname[flav,j] + fwname[flav,j]=t + } + } + } + # Print + for (i = 1; i <= fwn[flav]; i++) { + printf(" \\\n\t\${FWSUBDIR}/%s\${DISTURL_SUFFIX}", fwname[flav,i]); + } + + # + # License files. + # + if (fwl[flav] > 0) { + if (fwn[flav] > 0) { + printf("\n"); + } + printf("DISTFILES_%s_lic+=", flav); + } + # Sort + for (i = 1; i < fwl[flav]; i++) { + for (j = i + 1; j <= fwl[flav]; j++) { + if (fwlic[flav,i] > fwlic[flav,j]) { + t=fwlic[flav,i] + fwlic[flav,i]=fwlic[flav,j] + fwlic[flav,j]=t + } + } + } + # Print + for (i = 1; i <= fwl[flav]; i++) { + printf(" \\\n\t\${FWSUBDIR}/%s\${DISTURL_SUFFIX}", fwlic[flav,i]); + } + } + printf("\n"); + + printf("\n"); + printf("DISTFILES_\${FWDRV}="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t\${DISTFILES_%s}", flavors[f]); + } + } + printf("\n"); + printf("DISTFILES_\${FWDRV}_lic="); + for (f = 1; f <= length(flavors); f++) { + if (fwl[flavors[f]] > 0) { + printf(" \\\n\t\${DISTFILES_%s_lic}", flavors[f]); + } + } + printf("\n"); +}' WHENCE + +rm -f WHENCE.awk WHENCE + +# end diff --git a/net/wifi-firmware-ath10k-kmod/pkg-descr b/net/wifi-firmware-ath10k-kmod/pkg-descr index bd34d0f79466..1316f7c1f3b7 100644 --- a/net/wifi-firmware-ath10k-kmod/pkg-descr +++ b/net/wifi-firmware-ath10k-kmod/pkg-descr @@ -1,3 +1 @@ Firmware files for QCA WiFi NICs supported by the ath10k driver. - -Currently only provides firmware for the PCI chipsets. diff --git a/net/wifi-firmware-ath11k-kmod/Makefile b/net/wifi-firmware-ath11k-kmod/Makefile index dce7fbcba597..d5a22634324d 100644 --- a/net/wifi-firmware-ath11k-kmod/Makefile +++ b/net/wifi-firmware-ath11k-kmod/Makefile @@ -2,7 +2,7 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= ath11k FWSUBDIR= ath11k -FWDRV_VERSION= 20240513 +FWDRV_VERSION= 20251125 # Yes, the license is the ath10k one; see WHENCE. LICENSE_FILE= LICENSE.QualcommAtheros_ath10k @@ -11,42 +11,143 @@ LICENSE_NAME= QCA firmware license (${FWDRV}) WHENCE_REGEX= ath11k -.* # The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/athk/ath11k/zzz_fw_ports_fwget.sh } +# found with the wifi-firmware-ath10k-kmod port. ### >>> FWSUBS= \ + ipq5018_hw10 \ + ipq6018_hw10 \ + ipq8074_hw20 \ + qca2066_hw21 \ qca6390_hw20 \ + qca6698aq_hw21 \ qcn9074_hw10 \ + wcn6750_hw10 \ wcn6855_hw20 -DISTFILES_qca6390_hw20= \ +DISTFILES_ipq5018_hw10+= \ + ${FWSUBDIR}/IPQ5018/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/m3_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/m3_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/m3_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/m3_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/m3_fw.mdt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b03${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b04${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b05${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b07${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b08${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b09${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b10${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b11${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b13${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.b14${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ5018/hw1.0/q6_fw.mdt${DISTURL_SUFFIX} +DISTFILES_ipq5018_hw10_lic+= \ + ${FWSUBDIR}/IPQ5018/hw1.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_ipq6018_hw10+= \ + ${FWSUBDIR}/IPQ6018/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/m3_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/m3_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/m3_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/m3_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/m3_fw.mdt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b03${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b04${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b05${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b07${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.b08${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ6018/hw1.0/q6_fw.mdt${DISTURL_SUFFIX} +DISTFILES_ipq6018_hw10_lic+= \ + ${FWSUBDIR}/IPQ6018/hw1.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_ipq8074_hw20+= \ + ${FWSUBDIR}/IPQ8074/hw2.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/m3_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/m3_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/m3_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/m3_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/m3_fw.mdt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b00${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b01${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b02${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b03${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b04${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b05${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b07${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.b08${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.flist${DISTURL_SUFFIX} \ + ${FWSUBDIR}/IPQ8074/hw2.0/q6_fw.mdt${DISTURL_SUFFIX} +DISTFILES_ipq8074_hw20_lic+= \ + ${FWSUBDIR}/IPQ8074/hw2.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_qca2066_hw21+= \ + ${FWSUBDIR}/QCA2066/hw2.1/amss.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA2066/hw2.1/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA2066/hw2.1/m3.bin${DISTURL_SUFFIX} +DISTFILES_qca2066_hw21_lic+= \ + ${FWSUBDIR}/QCA2066/hw2.1/Notice.txt${DISTURL_SUFFIX} +DISTFILES_qca6390_hw20+= \ ${FWSUBDIR}/QCA6390/hw2.0/amss.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6390/hw2.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCA6390/hw2.0/m3.bin${DISTURL_SUFFIX} -DISTFILES_qca6390_hw20_lic= \ +DISTFILES_qca6390_hw20_lic+= \ ${FWSUBDIR}/QCA6390/hw2.0/Notice.txt${DISTURL_SUFFIX} -DISTFILES_qcn9074_hw10= \ +DISTFILES_qca6698aq_hw21+= \ + ${FWSUBDIR}/QCA6698AQ/hw2.1/amss.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA6698AQ/hw2.1/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCA6698AQ/hw2.1/m3.bin${DISTURL_SUFFIX} +DISTFILES_qca6698aq_hw21_lic+= \ + ${FWSUBDIR}/QCA6698AQ/hw2.1/Notice.txt${DISTURL_SUFFIX} +DISTFILES_qcn9074_hw10+= \ + ${FWSUBDIR}/QCN9074/hw1.0/.notice${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCN9074/hw1.0/amss.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCN9074/hw1.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/QCN9074/hw1.0/m3.bin${DISTURL_SUFFIX} -DISTFILES_qcn9074_hw10_lic= \ +DISTFILES_qcn9074_hw10_lic+= \ ${FWSUBDIR}/QCN9074/hw1.0/Notice.txt${DISTURL_SUFFIX} -DISTFILES_wcn6855_hw20= \ +DISTFILES_wcn6750_hw10+= \ + ${FWSUBDIR}/WCN6750/hw1.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN6750/hw1.0/qcm6490/wpss.mbn${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN6750/hw1.0/sc7280/wpss.mbn${DISTURL_SUFFIX} +DISTFILES_wcn6750_hw10_lic+= \ + ${FWSUBDIR}/WCN6750/hw1.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_wcn6855_hw20+= \ ${FWSUBDIR}/WCN6855/hw2.0/amss.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WCN6855/hw2.0/board-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WCN6855/hw2.0/m3.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN6855/hw2.0/nfa765/amss.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN6855/hw2.0/nfa765/m3.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WCN6855/hw2.0/regdb.bin${DISTURL_SUFFIX} -DISTFILES_wcn6855_hw20_lic= \ - ${FWSUBDIR}/WCN6855/hw2.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_wcn6855_hw20_lic+= \ + ${FWSUBDIR}/WCN6855/hw2.0/Notice.txt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN6855/hw2.0/nfa765/Notice.txt${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ + ${DISTFILES_ipq5018_hw10} \ + ${DISTFILES_ipq6018_hw10} \ + ${DISTFILES_ipq8074_hw20} \ + ${DISTFILES_qca2066_hw21} \ ${DISTFILES_qca6390_hw20} \ + ${DISTFILES_qca6698aq_hw21} \ ${DISTFILES_qcn9074_hw10} \ + ${DISTFILES_wcn6750_hw10} \ ${DISTFILES_wcn6855_hw20} DISTFILES_${FWDRV}_lic= \ + ${DISTFILES_ipq5018_hw10_lic} \ + ${DISTFILES_ipq6018_hw10_lic} \ + ${DISTFILES_ipq8074_hw20_lic} \ + ${DISTFILES_qca2066_hw21_lic} \ ${DISTFILES_qca6390_hw20_lic} \ + ${DISTFILES_qca6698aq_hw21_lic} \ ${DISTFILES_qcn9074_hw10_lic} \ + ${DISTFILES_wcn6750_hw10_lic} \ ${DISTFILES_wcn6855_hw20_lic} ### <<< diff --git a/net/wifi-firmware-ath11k-kmod/distinfo b/net/wifi-firmware-ath11k-kmod/distinfo index d965320664cf..aff19ad7ac27 100644 --- a/net/wifi-firmware-ath11k-kmod/distinfo +++ b/net/wifi-firmware-ath11k-kmod/distinfo @@ -1,31 +1,175 @@ -TIMESTAMP = 1715895520 -SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/amss.bin?h=20240513) = 8ab2a06422e3989012df423bb6a156fde2c3feb4cd5db4c5d3588f674dc872ff -SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/amss.bin?h=20240513) = 3628672 -SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/board-2.bin?h=20240513) = ffae36a14450ea9dc0317db04fba84344812037b0de4f89bee90b05eae6ecb00 -SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/board-2.bin?h=20240513) = 115984 -SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/m3.bin?h=20240513) = 1921d25edb52f90a7a0acc7275861e14399f904d579aae9f7ab1c4d28533fad6 -SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/m3.bin?h=20240513) = 266684 -SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/amss.bin?h=20240513) = 5ee1b7b204541b5f99984f21d694ececaec08fbce1b520ffe6fe740b02a4afd7 -SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/amss.bin?h=20240513) = 3963336 -SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/board-2.bin?h=20240513) = dbf0ca14aa1229eccd48f26f1026901b9718b143bd30b51b8ea67c84ba6207f1 -SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/board-2.bin?h=20240513) = 786836 -SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/m3.bin?h=20240513) = b6d957f335073a15a8de809398e1506f0200a08747eaf7189c843cf519ffc1de -SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/m3.bin?h=20240513) = 340108 -SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/amss.bin?h=20240513) = 8f10357b53b40238333f0b055b4829fc8dd87994aa2476ae3fa92234d8f31065 -SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/amss.bin?h=20240513) = 4988928 -SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/board-2.bin?h=20240513) = b2612c3a270a2e795270c8567cb8435aaf4f4acc9897cd593cf3c9a9a07f3ef3 -SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/board-2.bin?h=20240513) = 6308684 -SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/m3.bin?h=20240513) = 9b9b226abf8ce0e005209e53c0c9a4443abaf7b3def7fefe7e5c5676255c7bdc -SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/m3.bin?h=20240513) = 266684 -SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/regdb.bin?h=20240513) = e1b774b1feda4cab01f5a26089124059539fc31544ac34129dce45c8ff26d645 -SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/regdb.bin?h=20240513) = 24310 -SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/Notice.txt?h=20240513) = 2facd28901420b9b58248ec3c17d4ea4693165b72f36106d5537ea4bb9380f1b -SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/Notice.txt?h=20240513) = 189707 -SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/Notice.txt?h=20240513) = 0768d1c28b6886f159703ef929fd3c92ab6bec1cbc9dcae449b17722a824ebcf -SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/Notice.txt?h=20240513) = 161358 -SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/Notice.txt?h=20240513) = 770720d03de70ff503c6d9bb6f6932fc7833d078647fe8352c6d5d49d44bbc5f -SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/Notice.txt?h=20240513) = 152394 -SHA256 (linux-firmware/ath11kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f -SIZE (linux-firmware/ath11kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 2713 -SHA256 (linux-firmware/ath11kfw/WHENCE?h=20240513) = 09453d13d522ce48c11fd37a04bc4a46b88792bc6e51c3b73cdcc5acb364e763 -SIZE (linux-firmware/ath11kfw/WHENCE?h=20240513) = 274394 +TIMESTAMP = 1765581032 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/board-2.bin?h=20251125) = dfc1f2246d65385bf30a414d140e1b6e1ef60b57ea13e3b14f0c8cda25eac9ca +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/board-2.bin?h=20251125) = 524564 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b00?h=20251125) = 4afae03116bc830881c7ddfcfd053f682844856f386f98fe4efbca0877792a2f +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b00?h=20251125) = 148 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b01?h=20251125) = 23562e808d79c84146f70a6e983a89339706b07a5dab4811550f6b523636af54 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b01?h=20251125) = 136 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b02?h=20251125) = 6b234dbf46b3b438b4220c197d420194c9a8b3addc29ae4a7168c90e40791fff +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.b02?h=20251125) = 262144 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.flist?h=20251125) = 2d35c2b9e63e39074514935e6cca8c1aa6ff59f389b0ccd8886e489381d81038 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.flist?h=20251125) = 153 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.mdt?h=20251125) = 7aa5cd4e5a9eb860a64221f35e6102daad2cb2fa76b4099adbc14b39185802ce +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/m3_fw.mdt?h=20251125) = 284 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b00?h=20251125) = 3cca471d5b2166705b26888eac462f9ef83cd883c98087efc7406ec34cf33f02 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b00?h=20251125) = 532 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b01?h=20251125) = f1b7ac72648c0529ac461345becdcc3f9ea80473f49d1fe568677040ed7ef4a4 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b01?h=20251125) = 520 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b02?h=20251125) = 92b863329a7b550af1fdca491fbecdd17a3f89e16a53ecf25a63f411453db0a3 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b02?h=20251125) = 7552 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b03?h=20251125) = c1cba71eaeb1408dae4e237fb7e0ce0138309fa13bd01fb8b6a0508b7c6e17c3 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b03?h=20251125) = 545008 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b04?h=20251125) = 5a996ad20507a1c929c8a6289e9053d33d7a4a0bd24b6f22c6dbf905a4d893dc +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b04?h=20251125) = 86788 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b05?h=20251125) = 5f6ece80f9b93ad7592ccd4e3360d07b2262138cb36c6833d8b11148a050ce12 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b05?h=20251125) = 17776 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b07?h=20251125) = 1e1c0f0a8631c3180b68935fc940542ebbda5c5a8821ae291283f74e0e8b4a8f +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b07?h=20251125) = 1488 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b08?h=20251125) = 7e2e20d25714c362a57d55c89e720839f74427cd88497558437f1f2203f5ffff +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b08?h=20251125) = 4096 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b09?h=20251125) = 69f0b385f67c64959f5b7ae473324bf1b00a4cf1c3da007c97d0d0466327ef25 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b09?h=20251125) = 2334720 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b10?h=20251125) = 1922fd57900212e5da8335b25f093b6cab87723e84cbed2f07eed953c46d2fb0 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b10?h=20251125) = 269252 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b11?h=20251125) = dc734a763017ea86bd49a176410b762b658f76dd86a75391a7d4aebffce2c21b +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b11?h=20251125) = 99456 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b13?h=20251125) = fe7bebb07477c8d8867ab754a0b55ecdb0fc6cfd07e756ddb536bc55957b2094 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b13?h=20251125) = 7080 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b14?h=20251125) = 0f488260e9764a28ae9b439b10745eaaa7c9bcb18b2b59fc035a18294999d991 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.b14?h=20251125) = 1668 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.flist?h=20251125) = f9cc07e252ac5736bbb93a4fd6cc77c426af207231093d502730c857d4fc8975 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.flist?h=20251125) = 663 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.mdt?h=20251125) = 67df8fc789530e035c330ce5fc2a54237c87254f0a5b4e6b76abe12c9a3e845d +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/q6_fw.mdt?h=20251125) = 1052 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/board-2.bin?h=20251125) = 17ddba8df0b36de4a83d7af6ad518e67dfc96f3dfd9b0832899fb1fd13887938 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/board-2.bin?h=20251125) = 787208 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b00?h=20251125) = 2bf6b01a62cd2c88586239e7f820bc8cdaae34805ac02e227edc016588090390 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b00?h=20251125) = 148 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b01?h=20251125) = 5413e87d65f0500e771a889503f3f5ca2987b1153ec05f4b7a127be95db7e8f4 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b01?h=20251125) = 6712 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b02?h=20251125) = bf923ad3c7c7bbe2cfef74ef6a68140d12a2b45af0bcc519271ddaf3a960e3ed +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.b02?h=20251125) = 294912 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.flist?h=20251125) = 5da7a8d5416d198cf78aae4e941b1c42ee08079c86b6c60f7a6e4e1851375a6e +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.flist?h=20251125) = 153 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.mdt?h=20251125) = e340ca5fe8aa7c8dfbfe36ce165259f1d9cc12f6af862dcad7824222720ee9fc +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/m3_fw.mdt?h=20251125) = 6860 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b00?h=20251125) = 3c4d8b0b1ed11bad93e4685030eccc25bf5e03ed2e700598dc24bfb571c03b94 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b00?h=20251125) = 340 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b01?h=20251125) = 1b784958ddce779dee6d944a2b60656f1fa9321a48240b457e80bdd77ddcbef7 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b01?h=20251125) = 7000 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b02?h=20251125) = a0416285210a9cca7aa3df7e1f64f6632402f64e5461d10ae925d1af63b0b56c +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b02?h=20251125) = 4696 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b03?h=20251125) = d614d250f9482120a3e8f7d54d27ecd892e019ebc93dc03de5768341335335d0 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b03?h=20251125) = 2606416 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b04?h=20251125) = a871239f96c391dec46b1e8753bb3c796dfc157a45d4f102bb59198ceb221c5e +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b04?h=20251125) = 386528 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b05?h=20251125) = 9cf90c94e5be464d5e87a2f58838c2ee93885d83db5631bce8dcbeb61da93bcc +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b05?h=20251125) = 202532 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b07?h=20251125) = 099bfeb81de02b886f49609a7fcb52d96ac5a1bd4d8989da0ae4b66f3ca10919 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b07?h=20251125) = 9912 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b08?h=20251125) = fdeb778f50c81b38d80f10276926eed5b58fbf3af1c4f19f1deca1dc76bd0751 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.b08?h=20251125) = 467388 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.flist?h=20251125) = 8a077a1eeeccbbf95595fe2c282badad87217b5de3db4eeab93315c89a56b281 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.flist?h=20251125) = 408 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.mdt?h=20251125) = 1eea3a9cad63f6d2c2037b215957044ab12b927ea1ce78c156082c763410992a +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/q6_fw.mdt?h=20251125) = 7340 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/board-2.bin?h=20251125) = a79a122795eb53b978d7966d35ce208c5a362634a7037a9858c32b80e14f3e93 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/board-2.bin?h=20251125) = 1442536 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b00?h=20251125) = 7810168437ae324091f0ad834506135b081b1d74c859a7d07b4b102f54e4f5a1 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b00?h=20251125) = 148 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b01?h=20251125) = 72ad456789d7e569045eecd9e146aedd2903385073e199484035aefd05c3b5ba +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b01?h=20251125) = 136 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b02?h=20251125) = 372cc891859eefce6c8b7ed40062b40765674ba1f77c229dad4ffa1295ac75fe +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.b02?h=20251125) = 327680 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.flist?h=20251125) = 822b3bab2dc21e31c77f5afec951cb139decf6949808e24c6c3c6412e85e5bc8 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.flist?h=20251125) = 162 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.mdt?h=20251125) = a10a27bf3e1d73151c64c59f0f1ed5d412212e0506d9cc8c0b1c31ae64d2a66f +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/m3_fw.mdt?h=20251125) = 284 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b00?h=20251125) = 349b2144a6281fe236f9b29fd4b58e7b1dbcc204681083290b7147e9ec294380 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b00?h=20251125) = 340 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b01?h=20251125) = 10199f0d2676e116ec52fcc4f95cb6df08cdc215ec90cf8b519c9308147918ca +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b01?h=20251125) = 328 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b02?h=20251125) = d5eac361557c8d139ce7a847b5db514b0dacf7154e4b56ec975e6bc6f0e22c55 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b02?h=20251125) = 4696 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b03?h=20251125) = 4e8ba56ec9e5c6b1273dcdab3391336c1836d9744bb5cc7d10b63e9f76193d23 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b03?h=20251125) = 3215248 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b04?h=20251125) = e93369790cf6e5c511ea3e195fc8c2460eef99e0af2c77abe25b4e642e17d608 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b04?h=20251125) = 1000480 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b05?h=20251125) = 9f00fda0f9d7156f38ffd048ecc084aaed9daef7a691982a3605e2f94021e9c1 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b05?h=20251125) = 254596 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b07?h=20251125) = e97b67ed161cd91dde11d5fc16fab1080badb189d3d0140471ba0de43274b0b4 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b07?h=20251125) = 9960 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b08?h=20251125) = 3e52214b45a10257ceeb325649e921072ebec631456b2e70c568bd6acab80340 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.b08?h=20251125) = 596768 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.flist?h=20251125) = e9eea69f2ce9041ede9fa946adbd4560ccbc60a69f8ce9242600fba8d957c74c +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.flist?h=20251125) = 432 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.mdt?h=20251125) = 448253e048be80384996c20bb67ab21944e5abcd9288c7dc2c2d942ea15dfd44 +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/q6_fw.mdt?h=20251125) = 668 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/amss.bin?h=20251125) = 6be9c2264898c0190fb39befa5f42d07413014db772daaedd56031415d9880ae +SIZE (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/amss.bin?h=20251125) = 5349376 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/board-2.bin?h=20251125) = d3fb4c63350370fb387ca39975d74f69dea650469a148acf3b22bacdab24cd5d +SIZE (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/board-2.bin?h=20251125) = 745408 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/m3.bin?h=20251125) = ad0695237371978d20712e1e1e80d439fb47d4ffc4191233018496eed7944761 +SIZE (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/m3.bin?h=20251125) = 266684 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/amss.bin?h=20251125) = 8ab2a06422e3989012df423bb6a156fde2c3feb4cd5db4c5d3588f674dc872ff +SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/amss.bin?h=20251125) = 3628672 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/board-2.bin?h=20251125) = dd865b73d172c224a6e8a998dd05342b0294883e5f8514fae663d357e9be7725 +SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/board-2.bin?h=20251125) = 173980 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/m3.bin?h=20251125) = 1921d25edb52f90a7a0acc7275861e14399f904d579aae9f7ab1c4d28533fad6 +SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/m3.bin?h=20251125) = 266684 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/amss.bin?h=20251125) = a1f7fba473fa85ffbdf92c1f26804762c76815c266672016dbc6405472089846 +SIZE (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/amss.bin?h=20251125) = 5005312 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/board-2.bin?h=20251125) = 046a2503bed7341092a22797e05c73701e76ab8be6ef55340c22686e81cf160e +SIZE (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/board-2.bin?h=20251125) = 986384 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/m3.bin?h=20251125) = 9be43a8d9dc9454a629d65368df7ccd532d8768a0ac1fd935f57bcd37cbefecd +SIZE (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/m3.bin?h=20251125) = 266684 +SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/.notice?h=20251125) = 9c03533e950d48b3ac09820f628699fb3bc431a4b13dbce793130e100c2c53b2 +SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/.notice?h=20251125) = 266 +SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/amss.bin?h=20251125) = 063b6adbc9fc66143a828d03b92ac16c2619d02507a945e663ce331cc1128608 +SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/amss.bin?h=20251125) = 4227408 +SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/board-2.bin?h=20251125) = dbf0ca14aa1229eccd48f26f1026901b9718b143bd30b51b8ea67c84ba6207f1 +SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/board-2.bin?h=20251125) = 786836 +SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/m3.bin?h=20251125) = 3cf2cff8b014986edfd45c595f9702096157e8148d36b51f9a8f71e6c5fb37ba +SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/m3.bin?h=20251125) = 340108 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/board-2.bin?h=20251125) = dd2769c0528ecb575fc66233fe755eb7e4a81dff7b50973d8b5eda7585adf32b +SIZE (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/board-2.bin?h=20251125) = 927980 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/qcm6490/wpss.mbn?h=20251125) = 300d3c362372b95e7a04c7216db8578f4cae1a5a2bccbad4c1b907c8c2fdb305 +SIZE (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/qcm6490/wpss.mbn?h=20251125) = 7734064 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/sc7280/wpss.mbn?h=20251125) = d9cfce95d41ddcfa2d2735f250261e12ff956af1b0b4625a1c116573a1b5bf6d +SIZE (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/sc7280/wpss.mbn?h=20251125) = 7463728 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/amss.bin?h=20251125) = e12b23ddc4b8d2d2a10a651a5d6fdcd00f60fcae884d2cf5dad17627211fcdfd +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/amss.bin?h=20251125) = 4988928 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/board-2.bin?h=20251125) = faa0f274a490acfd3a5ac682584df7112ea9c4a4730e1a825d655ad83ed5d834 +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/board-2.bin?h=20251125) = 7056532 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/m3.bin?h=20251125) = 0c590881870d0e6e98fc7d393ce05690e09287933b1b535e935bf5d98b77713f +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/m3.bin?h=20251125) = 266684 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/amss.bin?h=20251125) = cac34489268cbb4735c445160c98583e5d741fd00c440331b9e0663bc2eafec4 +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/amss.bin?h=20251125) = 5005312 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/m3.bin?h=20251125) = 9be43a8d9dc9454a629d65368df7ccd532d8768a0ac1fd935f57bcd37cbefecd +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/m3.bin?h=20251125) = 266684 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/regdb.bin?h=20251125) = e1b774b1feda4cab01f5a26089124059539fc31544ac34129dce45c8ff26d645 +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/regdb.bin?h=20251125) = 24310 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/Notice.txt?h=20251125) = 478e755ffdc1bc6a5a332c0b915b2a57834908fef2a6ad3c78ea3b011f83967c +SIZE (linux-firmware/ath11kfw/ath11k/IPQ5018/hw1.0/Notice.txt?h=20251125) = 36880 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/Notice.txt?h=20251125) = 097ceeb6f03dad7e74a2de0f217b1dad149989e550681e8726908ef477c9d58f +SIZE (linux-firmware/ath11kfw/ath11k/IPQ6018/hw1.0/Notice.txt?h=20251125) = 156458 +SHA256 (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/Notice.txt?h=20251125) = 097ceeb6f03dad7e74a2de0f217b1dad149989e550681e8726908ef477c9d58f +SIZE (linux-firmware/ath11kfw/ath11k/IPQ8074/hw2.0/Notice.txt?h=20251125) = 156458 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/Notice.txt?h=20251125) = 770720d03de70ff503c6d9bb6f6932fc7833d078647fe8352c6d5d49d44bbc5f +SIZE (linux-firmware/ath11kfw/ath11k/QCA2066/hw2.1/Notice.txt?h=20251125) = 152394 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/Notice.txt?h=20251125) = 2facd28901420b9b58248ec3c17d4ea4693165b72f36106d5537ea4bb9380f1b +SIZE (linux-firmware/ath11kfw/ath11k/QCA6390/hw2.0/Notice.txt?h=20251125) = 189707 +SHA256 (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/Notice.txt?h=20251125) = 770720d03de70ff503c6d9bb6f6932fc7833d078647fe8352c6d5d49d44bbc5f +SIZE (linux-firmware/ath11kfw/ath11k/QCA6698AQ/hw2.1/Notice.txt?h=20251125) = 152394 +SHA256 (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/Notice.txt?h=20251125) = 097ceeb6f03dad7e74a2de0f217b1dad149989e550681e8726908ef477c9d58f +SIZE (linux-firmware/ath11kfw/ath11k/QCN9074/hw1.0/Notice.txt?h=20251125) = 156458 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/Notice.txt?h=20251125) = e0ef1b0e8c5e142cc4610f924bac84c0969de6e105755d6a2baaedda4d40da45 +SIZE (linux-firmware/ath11kfw/ath11k/WCN6750/hw1.0/Notice.txt?h=20251125) = 317806 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/Notice.txt?h=20251125) = 770720d03de70ff503c6d9bb6f6932fc7833d078647fe8352c6d5d49d44bbc5f +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/Notice.txt?h=20251125) = 152394 +SHA256 (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/Notice.txt?h=20251125) = 770720d03de70ff503c6d9bb6f6932fc7833d078647fe8352c6d5d49d44bbc5f +SIZE (linux-firmware/ath11kfw/ath11k/WCN6855/hw2.0/nfa765/Notice.txt?h=20251125) = 152394 +SHA256 (linux-firmware/ath11kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f +SIZE (linux-firmware/ath11kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 2713 +SHA256 (linux-firmware/ath11kfw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/ath11kfw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-ath11k-kmod/pkg-descr b/net/wifi-firmware-ath11k-kmod/pkg-descr index d05c109adec6..fc281a6e439e 100644 --- a/net/wifi-firmware-ath11k-kmod/pkg-descr +++ b/net/wifi-firmware-ath11k-kmod/pkg-descr @@ -1,3 +1 @@ Firmware files for QCA WiFi NICs supported by the ath11k driver. - -Currently only provides firmware for the PCI chipsets. diff --git a/net/wifi-firmware-ath12k-kmod/Makefile b/net/wifi-firmware-ath12k-kmod/Makefile index 5aae94872338..281bf663793f 100644 --- a/net/wifi-firmware-ath12k-kmod/Makefile +++ b/net/wifi-firmware-ath12k-kmod/Makefile @@ -2,7 +2,7 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= ath12k FWSUBDIR= ath12k -FWDRV_VERSION= 20240513 +FWDRV_VERSION= 20251125 # Yes, the license is the ath10k one; see WHENCE. LICENSE_FILE= LICENSE.QualcommAtheros_ath10k @@ -11,23 +11,33 @@ LICENSE_NAME= QCA firmware license (${FWDRV}) WHENCE_REGEX= ath12k -.* # The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/athk/ath12k/zzz_fw_ports_fwget.sh } +# found with the wifi-firmware-ath10k-kmod port. ### >>> FWSUBS= \ + qcn9274_hw20 \ wcn7850_hw20 -DISTFILES_wcn7850_hw20= \ +DISTFILES_qcn9274_hw20+= \ + ${FWSUBDIR}/QCN9274/hw2.0/board-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/QCN9274/hw2.0/firmware-2.bin${DISTURL_SUFFIX} +DISTFILES_qcn9274_hw20_lic+= \ + ${FWSUBDIR}/QCN9274/hw2.0/Notice.txt${DISTURL_SUFFIX} +DISTFILES_wcn7850_hw20+= \ ${FWSUBDIR}/WCN7850/hw2.0/amss.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WCN7850/hw2.0/board-2.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/WCN7850/hw2.0/m3.bin${DISTURL_SUFFIX} -DISTFILES_wcn7850_hw20_lic= \ - ${FWSUBDIR}/WCN7850/hw2.0/Notice.txt${DISTURL_SUFFIX} + ${FWSUBDIR}/WCN7850/hw2.0/m3.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN7850/hw2.0/ncm865/amss.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN7850/hw2.0/ncm865/m3.bin${DISTURL_SUFFIX} +DISTFILES_wcn7850_hw20_lic+= \ + ${FWSUBDIR}/WCN7850/hw2.0/Notice.txt${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WCN7850/hw2.0/ncm865/Notice.txt${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ + ${DISTFILES_qcn9274_hw20} \ ${DISTFILES_wcn7850_hw20} DISTFILES_${FWDRV}_lic= \ + ${DISTFILES_qcn9274_hw20_lic} \ ${DISTFILES_wcn7850_hw20_lic} ### <<< diff --git a/net/wifi-firmware-ath12k-kmod/distinfo b/net/wifi-firmware-ath12k-kmod/distinfo index 9500eba13632..289205f6ae11 100644 --- a/net/wifi-firmware-ath12k-kmod/distinfo +++ b/net/wifi-firmware-ath12k-kmod/distinfo @@ -1,13 +1,25 @@ -TIMESTAMP = 1715895537 -SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/amss.bin?h=20240513) = b15b21fd99baafd5dad81b6d6fa054df023363029821eb67dd674a438b9fd78d -SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/amss.bin?h=20240513) = 6000704 -SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/board-2.bin?h=20240513) = 92357946083541fc3370a152df57cb5a74cd28adcdc78339e57d8c98e42526cd -SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/board-2.bin?h=20240513) = 382856 -SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/m3.bin?h=20240513) = 97eca0829a1da06bfcb000863f585e2c64ee7febae29f4822097dea1986d919b -SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/m3.bin?h=20240513) = 299660 -SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/Notice.txt?h=20240513) = 515bf4c9d620a87458e4447fe01a0e9bc384d1c3e0037cc4c3d2037b1ff25525 -SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/Notice.txt?h=20240513) = 142991 -SHA256 (linux-firmware/ath12kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f -SIZE (linux-firmware/ath12kfw/LICENSE.QualcommAtheros_ath10k?h=20240513) = 2713 -SHA256 (linux-firmware/ath12kfw/WHENCE?h=20240513) = 09453d13d522ce48c11fd37a04bc4a46b88792bc6e51c3b73cdcc5acb364e763 -SIZE (linux-firmware/ath12kfw/WHENCE?h=20240513) = 274394 +TIMESTAMP = 1765581290 +SHA256 (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/board-2.bin?h=20251125) = dd555916722b633c22b1a458e8f2ba3010c5db658f7be55551a2df2206a4ff18 +SIZE (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/board-2.bin?h=20251125) = 2626240 +SHA256 (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/firmware-2.bin?h=20251125) = edb4a200206ed13020b5d9d34ab46071238779ba17b08595bb99f8910d32f2d5 +SIZE (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/firmware-2.bin?h=20251125) = 15183928 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/amss.bin?h=20251125) = 5660a1aa3db12716b42c687b0c88ef4f6ac80bd46e42cfe3636ed332d3f6e6ee +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/amss.bin?h=20251125) = 6082624 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/board-2.bin?h=20251125) = 8ef5b3efa86d3d36513d2852aaa17f81a8a77374005509825522bd81a8df539b +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/board-2.bin?h=20251125) = 2253732 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/m3.bin?h=20251125) = ff40c57556c2fac552ac192c6e2ad59689fd8f50c9f9bcc997d13623c2bcee86 +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/m3.bin?h=20251125) = 299660 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/amss.bin?h=20251125) = ffbcccbdfb19402b734132544d30c4c6dd940e71fe6c530ac11e9c6f494b3477 +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/amss.bin?h=20251125) = 6111296 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/m3.bin?h=20251125) = 0e72f44df7defc269fe92dcea25d4d409046c04b77d41c510c52879b3dfc1055 +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/m3.bin?h=20251125) = 299660 +SHA256 (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/Notice.txt?h=20251125) = 097ceeb6f03dad7e74a2de0f217b1dad149989e550681e8726908ef477c9d58f +SIZE (linux-firmware/ath12kfw/ath12k/QCN9274/hw2.0/Notice.txt?h=20251125) = 156458 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/Notice.txt?h=20251125) = 515bf4c9d620a87458e4447fe01a0e9bc384d1c3e0037cc4c3d2037b1ff25525 +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/Notice.txt?h=20251125) = 142991 +SHA256 (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/Notice.txt?h=20251125) = 515bf4c9d620a87458e4447fe01a0e9bc384d1c3e0037cc4c3d2037b1ff25525 +SIZE (linux-firmware/ath12kfw/ath12k/WCN7850/hw2.0/ncm865/Notice.txt?h=20251125) = 142991 +SHA256 (linux-firmware/ath12kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 337a55102138d7baa143ee4a4c6c91693e0113fece35d380b2a12109e8c23b3f +SIZE (linux-firmware/ath12kfw/LICENSE.QualcommAtheros_ath10k?h=20251125) = 2713 +SHA256 (linux-firmware/ath12kfw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/ath12kfw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-ath12k-kmod/pkg-descr b/net/wifi-firmware-ath12k-kmod/pkg-descr index 332b717a5809..676a3328fe21 100644 --- a/net/wifi-firmware-ath12k-kmod/pkg-descr +++ b/net/wifi-firmware-ath12k-kmod/pkg-descr @@ -1,3 +1 @@ Firmware files for QCA WiFi NICs supported by the ath12k driver. - -Currently only provides firmware for the PCI chipsets. diff --git a/net/wifi-firmware-iwlwifi-kmod/Makefile b/net/wifi-firmware-iwlwifi-kmod/Makefile index 6962fa626c5f..b25363304a92 100644 --- a/net/wifi-firmware-iwlwifi-kmod/Makefile +++ b/net/wifi-firmware-iwlwifi-kmod/Makefile @@ -1,9 +1,16 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= iwlwifi -FWSUBDIR= +FWSUBDIR= intel/iwlwifi +# The iwlwifi(4) driver [still] expects the firmware at the toplevel. +# Alternatively we would have to create symlinks, which in the longer-term +# may allow a path to migration should iwlwifi(4) change. +# Same is true for iwx(4). +STRIP_FWSUBDIR= intel/iwlwifi/ #FWDRV_VERSION= 20240513 -FWDRV_VERSION= 20241017 +#FWDRV_VERSION= 20241017 +#FWDRV_VERSION= 20251021 +FWDRV_VERSION= 20251125 LICENSE_FILE= LICENCE.iwlwifi_firmware LICENSE_NAME= Intel firmware license (${FWDRV}) @@ -11,18 +18,17 @@ LICENSE_NAME= Intel firmware license (${FWDRV}) WHENCE_REGEX= iwlwifi -.* # Temporary list of flavours which we believe work with HW_CRYPTO/HT/VHT. -COMPAT_LINUXKPI_IWL_HWCRYPTO_HT_VHT= 22000 ax210 bz +COMPAT_LINUXKPI_HWCRYPTO_HT_VHT= 22000 ax210 bz -# Run iwlwifi-generate-fw-list.sh according to description. - -# The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/iwlwifi/zzz_fw_ports_fwget.sh } +# The flavor/firmware lists below are generated by the +# files/extract-fw-list.sh script. Usage: +# 1: checkout the correct tag (FWDRV_VERSION) in linux-firmware.git. +# 2: ./files/extract-fw-list.sh /path/to/linux-firmware.git # # Note: we manually added (kept) some older versions (outside # the generated template) to be able to support all branches. # -### >>> main +### >>> main, stable/15, 15.0 FWSUBS= \ 7000 \ @@ -30,44 +36,54 @@ FWSUBS= \ 9000 \ 22000 \ ax210 \ - bz + bz \ + sc -# Do not prefix with empty ${FWSUBDIR}/! DISTFILES_7000+= \ - iwlwifi-3160-17.ucode${DISTURL_SUFFIX} \ - iwlwifi-3168-29.ucode${DISTURL_SUFFIX} \ - iwlwifi-7260-17.ucode${DISTURL_SUFFIX} \ - iwlwifi-7265D-29.ucode${DISTURL_SUFFIX} \ - iwlwifi-7265-17.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-3160-17.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-3168-29.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-7260-17.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-7265-17.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-7265D-29.ucode${DISTURL_SUFFIX} DISTFILES_8000+= \ - iwlwifi-8000C-36.ucode${DISTURL_SUFFIX} \ - iwlwifi-8265-36.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-8000C-36.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-8265-36.ucode${DISTURL_SUFFIX} DISTFILES_9000+= \ - iwlwifi-9000-pu-b0-jf-b0-46.ucode${DISTURL_SUFFIX} \ - iwlwifi-9260-th-b0-jf-b0-46.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-9000-pu-b0-jf-b0-46.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-9260-th-b0-jf-b0-46.ucode${DISTURL_SUFFIX} DISTFILES_22000+= \ - iwlwifi-QuZ-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-QuZ-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-b0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-b0-jf-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-c0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-cc-a0-77.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-Qu-b0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-b0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-c0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-c0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-QuZ-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-QuZ-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-cc-a0-77.ucode${DISTURL_SUFFIX} DISTFILES_ax210+= \ - iwlwifi-ma-b0-gf4-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-gf4-a0-89.ucode${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-gf-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-gf-a0-89.ucode${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-hr-b0-89.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf4-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf-a0-89.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-hr-b0-89.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-ty-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-ty-a0-gf-a0-89.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-ma-b0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-gf-a0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-gf4-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-gf4-a0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-hr-b0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf-a0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf4-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf4-a0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-hr-b0-89.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ty-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ty-a0-gf-a0-89.ucode${DISTURL_SUFFIX} DISTFILES_bz+= \ - iwlwifi-gl-c0-fm-c0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-gl-c0-fm-c0-92.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-bz-b0-fm-c0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-bz-b0-fm-c0-101.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-bz-b0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-bz-b0-gf-a0-100.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-bz-b0-hr-b0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-bz-b0-hr-b0-100.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-gl-c0-fm-c0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-gl-c0-fm-c0-101.ucode${DISTURL_SUFFIX} +DISTFILES_sc+= \ + ${FWSUBDIR}/iwlwifi-sc-a0-wh-b0-101.ucode${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ ${DISTFILES_7000} \ @@ -75,41 +91,47 @@ DISTFILES_${FWDRV}= \ ${DISTFILES_9000} \ ${DISTFILES_22000} \ ${DISTFILES_ax210} \ - ${DISTFILES_bz} + ${DISTFILES_bz} \ + ${DISTFILES_sc} DISTFILES_${FWDRV}_lic= -### <<< main +### <<< main, stable/15, 15.0 + +### >>> 14.3, stable/14 +DISTFILES_bz+= \ + ${FWSUBDIR}/iwlwifi-gl-c0-fm-c0-92.ucode${DISTURL_SUFFIX} +### <<< 14.3, stable/14 ### >>> 14.2, stable/14 DISTFILES_ax210+= \ - iwlwifi-ma-b0-gf4-a0-83.ucode${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-gf-a0-83.ucode${DISTURL_SUFFIX} \ - iwlwifi-ma-b0-hr-b0-83.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf-a0-83.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-hr-b0-83.ucode${DISTURL_SUFFIX} \ - iwlwifi-ty-a0-gf-a0-83.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-ma-b0-gf4-a0-83.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-gf-a0-83.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ma-b0-hr-b0-83.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf-a0-83.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-hr-b0-83.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ty-a0-gf-a0-83.ucode${DISTURL_SUFFIX} DISTFILES_bz+= \ - iwlwifi-gl-c0-fm-c0-83.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-gl-c0-fm-c0-83.ucode${DISTURL_SUFFIX} ### <<< stable/14 ### >>> iwx(4) DISTFILES_22000+= \ - iwlwifi-cc-a0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-b0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-b0-jf-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-c0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-QuZ-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-QuZ-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-Qu-c0-jf-b0-77.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-cc-a0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-b0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-b0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-c0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-QuZ-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-QuZ-a0-jf-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-Qu-c0-jf-b0-77.ucode${DISTURL_SUFFIX} DISTFILES_ax210+= \ - iwlwifi-ty-a0-gf-a0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-ty-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf-a0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf4-a0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-gf4-a0.pnvm${DISTURL_SUFFIX} \ - iwlwifi-so-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ - iwlwifi-so-a0-jf-b0-77.ucode${DISTURL_SUFFIX} + ${FWSUBDIR}/iwlwifi-ty-a0-gf-a0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-ty-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf-a0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf4-a0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-gf4-a0.pnvm${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-hr-b0-77.ucode${DISTURL_SUFFIX} \ + ${FWSUBDIR}/iwlwifi-so-a0-jf-b0-77.ucode${DISTURL_SUFFIX} ### <<< iwx .include "${BASEDIR}/Makefile.inc" diff --git a/net/wifi-firmware-iwlwifi-kmod/distinfo b/net/wifi-firmware-iwlwifi-kmod/distinfo index 5fe4ff00adf3..7159776b8176 100644 --- a/net/wifi-firmware-iwlwifi-kmod/distinfo +++ b/net/wifi-firmware-iwlwifi-kmod/distinfo @@ -1,87 +1,105 @@ -TIMESTAMP = 1742309267 -SHA256 (linux-firmware/iwlwififw/iwlwifi-3160-17.ucode?h=20241017) = 0e893c1ed74c3186047508e93442b2d71a07dd5fac00d9dbdb68f34407d7be14 -SIZE (linux-firmware/iwlwififw/iwlwifi-3160-17.ucode?h=20241017) = 918268 -SHA256 (linux-firmware/iwlwififw/iwlwifi-3168-29.ucode?h=20241017) = 3afae7bf4bb5fbb83a895ec7ad097b9fd20b7d8794f405c2823cbea5284e65c3 -SIZE (linux-firmware/iwlwififw/iwlwifi-3168-29.ucode?h=20241017) = 1036288 -SHA256 (linux-firmware/iwlwififw/iwlwifi-7260-17.ucode?h=20241017) = 5d81a6003df0228a497ad27f916ba2c979614b4c439b0f45a5f2873dc0607fe8 -SIZE (linux-firmware/iwlwififw/iwlwifi-7260-17.ucode?h=20241017) = 1049340 -SHA256 (linux-firmware/iwlwififw/iwlwifi-7265-17.ucode?h=20241017) = 91f699308f102a9ed90217d813bfdb355464ece958a4f8ac96bba5e9d77fe870 -SIZE (linux-firmware/iwlwififw/iwlwifi-7265-17.ucode?h=20241017) = 1180412 -SHA256 (linux-firmware/iwlwififw/iwlwifi-7265D-29.ucode?h=20241017) = f6776a50107cba4f68362b5cf8455f5a0db6a4e8d1e34f4ede6f26803458e25e -SIZE (linux-firmware/iwlwififw/iwlwifi-7265D-29.ucode?h=20241017) = 1036772 -SHA256 (linux-firmware/iwlwififw/iwlwifi-8000C-36.ucode?h=20241017) = a830767818a47b5c51ae3a763fa7a65b03703ce38d3ef5918d8cd7ba82859c64 -SIZE (linux-firmware/iwlwififw/iwlwifi-8000C-36.ucode?h=20241017) = 2428004 -SHA256 (linux-firmware/iwlwififw/iwlwifi-8265-36.ucode?h=20241017) = d7d84c9b6a3b1976acb97a2bec7102e24a6b5d794110c0dcbd107ab5d9877e5f -SIZE (linux-firmware/iwlwififw/iwlwifi-8265-36.ucode?h=20241017) = 2436632 -SHA256 (linux-firmware/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-46.ucode?h=20241017) = 9a0c5d938646942f9798e6212579c25771e4bb44301cd409b82abe361ca2c3e0 -SIZE (linux-firmware/iwlwififw/iwlwifi-9000-pu-b0-jf-b0-46.ucode?h=20241017) = 1519568 -SHA256 (linux-firmware/iwlwififw/iwlwifi-9260-th-b0-jf-b0-46.ucode?h=20241017) = 05f4c12514fddfd56fea660b3d2eb6b6e6f4a87a324d5d40464050312ddca911 -SIZE (linux-firmware/iwlwififw/iwlwifi-9260-th-b0-jf-b0-46.ucode?h=20241017) = 1490508 -SHA256 (linux-firmware/iwlwififw/iwlwifi-Qu-b0-hr-b0-77.ucode?h=20241017) = fb35f94c8c5622af02928203a0113c13db1b9a5608c2d50c04437dd66b0df64c -SIZE (linux-firmware/iwlwififw/iwlwifi-Qu-b0-hr-b0-77.ucode?h=20241017) = 1405988 -SHA256 (linux-firmware/iwlwififw/iwlwifi-Qu-b0-jf-b0-77.ucode?h=20241017) = 8e4543e684fd0b954e3f5bf47cfbbd022a50ca05a0699ef3c71e975e1465db24 -SIZE (linux-firmware/iwlwififw/iwlwifi-Qu-b0-jf-b0-77.ucode?h=20241017) = 1322744 -SHA256 (linux-firmware/iwlwififw/iwlwifi-Qu-c0-hr-b0-77.ucode?h=20241017) = 243c7fa6c0c4ff379d2d715d872efd5115ca6cc9cfb82c41238646a781d9e536 -SIZE (linux-firmware/iwlwififw/iwlwifi-Qu-c0-hr-b0-77.ucode?h=20241017) = 1406004 -SHA256 (linux-firmware/iwlwififw/iwlwifi-Qu-c0-jf-b0-77.ucode?h=20241017) = f369671ca0727c002f521dccb05bad1754ce9b5d0079326ed18fc561474b223f -SIZE (linux-firmware/iwlwififw/iwlwifi-Qu-c0-jf-b0-77.ucode?h=20241017) = 1322760 -SHA256 (linux-firmware/iwlwififw/iwlwifi-QuZ-a0-hr-b0-77.ucode?h=20241017) = c02fea12eb420a15541f8f3bd0e6c75ce4e3656f3ae55efff00580992c41a307 -SIZE (linux-firmware/iwlwififw/iwlwifi-QuZ-a0-hr-b0-77.ucode?h=20241017) = 1406124 -SHA256 (linux-firmware/iwlwififw/iwlwifi-QuZ-a0-jf-b0-77.ucode?h=20241017) = 1cf6d9036b9d946406737551114701ce29287a79e4142c23df2f0e382685270b -SIZE (linux-firmware/iwlwififw/iwlwifi-QuZ-a0-jf-b0-77.ucode?h=20241017) = 1322828 -SHA256 (linux-firmware/iwlwififw/iwlwifi-cc-a0-77.ucode?h=20241017) = 945babfcd3cc55ab453445ad1ae6ab15808c567d7ec265ac595eae6936ada003 -SIZE (linux-firmware/iwlwififw/iwlwifi-cc-a0-77.ucode?h=20241017) = 1367504 -SHA256 (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0-83.ucode?h=20241017) = 1129761b5597077655996ec8590f100766e9d61ec9c331474b4febc6967f0e70 -SIZE (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0-83.ucode?h=20241017) = 1797996 -SHA256 (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0-92.ucode?h=20241017) = c7092f1f78676f9e9c2c4d12716401db2116b009c5d7c464e8387c5b1c645d6f -SIZE (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0-92.ucode?h=20241017) = 1913128 -SHA256 (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0.pnvm?h=20241017) = faee96e453d18d9e0433c5490afc8218d22cf02a745f2041c5fa00b35b686a9c -SIZE (linux-firmware/iwlwififw/iwlwifi-gl-c0-fm-c0.pnvm?h=20241017) = 295004 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0-83.ucode?h=20241017) = 9386a8294457f527c6e0fa1eac440c50cbee801707fdb480a10889770c0d297b -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0-83.ucode?h=20241017) = 1753308 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0-89.ucode?h=20241017) = 7e6aed48d2f0f7728c4981f6ab9c1736e78755bd370fb68784301faaab495687 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0-89.ucode?h=20241017) = 1747384 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0.pnvm?h=20241017) = 6146aa6b0551d048dc57f149f98f2363ecf2d1e21b75ab944875a857fa5bab48 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf-a0.pnvm?h=20241017) = 55112 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0-83.ucode?h=20241017) = 6910e5f34c0922fd0460aa363d73d6295d6c866f3447b96e8eaad988c613c697 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0-83.ucode?h=20241017) = 1721448 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0-89.ucode?h=20241017) = b2387f270d23431538d4f6b39bd43d8e0a31cb22660f33d34cb39f4ea6b39727 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0-89.ucode?h=20241017) = 1599724 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0.pnvm?h=20241017) = 861385c39a58d1d9a9abfb628ddb0e68e151f8d602ac3c5d55e5fe054124b7c9 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-gf4-a0.pnvm?h=20241017) = 27828 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-hr-b0-83.ucode?h=20241017) = 03b67d28b4916634c544e057abdc46b15b636a85064df993ca431fd92fe4a835 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-hr-b0-83.ucode?h=20241017) = 1572104 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ma-b0-hr-b0-89.ucode?h=20241017) = efd1e01778db377208439c24bcaf898e1fe3c70785f56187d4fac398fac69d58 -SIZE (linux-firmware/iwlwififw/iwlwifi-ma-b0-hr-b0-89.ucode?h=20241017) = 1539472 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-77.ucode?h=20241017) = 87590ea9535a8939fddb296bc7622f3a900f28f47b45cb4e435a2a1d5f496ccd -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-77.ucode?h=20241017) = 1641260 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-83.ucode?h=20241017) = 5e5eaa6d917ccc420bd695db32d94148b9aeef7d9c95c64550ede82ba946efed -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-83.ucode?h=20241017) = 1739988 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-89.ucode?h=20241017) = 6ea5de73b02db47a2f3ad758e2b24d06d7006f23b6d0c9bc4becdd0a0503a154 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0-89.ucode?h=20241017) = 1739904 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0.pnvm?h=20241017) = 0ea5aeac107c88ff7371188d922fe5337c5060e7e1b4c65053398db798d9c0fd -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf-a0.pnvm?h=20241017) = 55192 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf4-a0-77.ucode?h=20241017) = d945bce539ee78033a85c288da9b988b2651a1623c5f6081b7db510d3967df76 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf4-a0-77.ucode?h=20241017) = 1669164 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-gf4-a0.pnvm?h=20241017) = f0b9bfd93a17b03133129b49ac6871d47a51d4d281bf7ecb67b332f6e317fdc2 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-gf4-a0.pnvm?h=20241017) = 27868 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-77.ucode?h=20241017) = bed4958236366c3c451b3ec994a56b2ad83c08d70e0a1eae42fb00f2eaabbcc8 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-77.ucode?h=20241017) = 1500532 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-83.ucode?h=20241017) = 97ef27a1e5a18236617f845f333222b5b1e034c654144dfcdda2f72886847fb6 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-83.ucode?h=20241017) = 1552480 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-89.ucode?h=20241017) = ac8744414535eda690adec05ea812de15deaaeb9aed575506a9268419a0e0158 -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-hr-b0-89.ucode?h=20241017) = 1530736 -SHA256 (linux-firmware/iwlwififw/iwlwifi-so-a0-jf-b0-77.ucode?h=20241017) = 9dccba0a8ba98483cb8385398d013b693b5b37cbff9402763ba215cc4921386c -SIZE (linux-firmware/iwlwififw/iwlwifi-so-a0-jf-b0-77.ucode?h=20241017) = 1446036 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-77.ucode?h=20241017) = fd8977dbfacfe50b8a6601479aa9ffd21d01e274e4a9efd13935dd9d667fd45b -SIZE (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-77.ucode?h=20241017) = 1594276 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-83.ucode?h=20241017) = c90da88a6dc8b159e14e378f66d52f52eb553dacdb90f053da612fc68668b7a6 -SIZE (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-83.ucode?h=20241017) = 1683076 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-89.ucode?h=20241017) = b226e25ad6682bfd0cbf4d444c322d3fa9a48de435cc50d85a4007fb7c3763b2 -SIZE (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0-89.ucode?h=20241017) = 1681772 -SHA256 (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0.pnvm?h=20241017) = 6ec769bb51449c1f1cbb0d528d8d5f3dc89de7546274913460e11a4b0da19e6c -SIZE (linux-firmware/iwlwififw/iwlwifi-ty-a0-gf-a0.pnvm?h=20241017) = 55036 -SHA256 (linux-firmware/iwlwififw/LICENCE.iwlwifi_firmware?h=20241017) = 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5 -SIZE (linux-firmware/iwlwififw/LICENCE.iwlwifi_firmware?h=20241017) = 2046 -SHA256 (linux-firmware/iwlwififw/WHENCE?h=20241017) = 7851ae8e04d71ccfc741fd2df450ef5724c4a172a0a282f69e8a8ce44877ba84 -SIZE (linux-firmware/iwlwififw/WHENCE?h=20241017) = 291838 +TIMESTAMP = 1765585917 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-3160-17.ucode?h=20251125) = 0e893c1ed74c3186047508e93442b2d71a07dd5fac00d9dbdb68f34407d7be14 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-3160-17.ucode?h=20251125) = 918268 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-3168-29.ucode?h=20251125) = 3afae7bf4bb5fbb83a895ec7ad097b9fd20b7d8794f405c2823cbea5284e65c3 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-3168-29.ucode?h=20251125) = 1036288 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7260-17.ucode?h=20251125) = 5d81a6003df0228a497ad27f916ba2c979614b4c439b0f45a5f2873dc0607fe8 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7260-17.ucode?h=20251125) = 1049340 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7265-17.ucode?h=20251125) = 91f699308f102a9ed90217d813bfdb355464ece958a4f8ac96bba5e9d77fe870 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7265-17.ucode?h=20251125) = 1180412 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7265D-29.ucode?h=20251125) = c52bcaa0595f64d5fb32b7db3dd4b832ea7bf78f1037bcafc19d9c0f5c5c617e +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-7265D-29.ucode?h=20251125) = 1036312 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-8000C-36.ucode?h=20251125) = 479931721f5e168d69d67c297c11738acd75da390adb94f96030a1055f4cf57a +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-8000C-36.ucode?h=20251125) = 2425084 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-8265-36.ucode?h=20251125) = 1336afcd028ed094d1fe33893c84c273bb5711be52970040344a75a12f276d56 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-8265-36.ucode?h=20251125) = 2432528 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-9000-pu-b0-jf-b0-46.ucode?h=20251125) = 9a0c5d938646942f9798e6212579c25771e4bb44301cd409b82abe361ca2c3e0 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-9000-pu-b0-jf-b0-46.ucode?h=20251125) = 1519568 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-9260-th-b0-jf-b0-46.ucode?h=20251125) = 05f4c12514fddfd56fea660b3d2eb6b6e6f4a87a324d5d40464050312ddca911 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-9260-th-b0-jf-b0-46.ucode?h=20251125) = 1490508 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-b0-hr-b0-77.ucode?h=20251125) = faa81d3c46bfa7e82700452a1590e15bc3b5bd2f954628f8820c12f4e3e01fe3 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-b0-hr-b0-77.ucode?h=20251125) = 1406572 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-b0-jf-b0-77.ucode?h=20251125) = 6d0e41d309db34db23055d58a1389c875635fb1402f73a6a9ec72879761e6f9b +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-b0-jf-b0-77.ucode?h=20251125) = 1323292 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-c0-hr-b0-77.ucode?h=20251125) = de48c1a6fc671231e85495508d5ff05c3a2edb82610d79b0433fa5e560a0495f +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-c0-hr-b0-77.ucode?h=20251125) = 1406588 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-c0-jf-b0-77.ucode?h=20251125) = 53f75e001ea83935d949f56a11c473f35bde5fc1800c902bc09b87a879507982 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-Qu-c0-jf-b0-77.ucode?h=20251125) = 1323308 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-QuZ-a0-hr-b0-77.ucode?h=20251125) = ad2f6202b0920db7cc5942d13253db322e0cab4adb135f26bcf4a984735a3b7c +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-QuZ-a0-hr-b0-77.ucode?h=20251125) = 1406716 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-QuZ-a0-jf-b0-77.ucode?h=20251125) = 0efd65924235b7593e3403f623719d377e55eab7462db26bfdd95224628b3170 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-QuZ-a0-jf-b0-77.ucode?h=20251125) = 1323376 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-fm-c0-101.ucode?h=20251125) = f40a5186977d84cb6ef2834e4ab87fd915ea77899b8347c56f1f95e776359a41 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-fm-c0-101.ucode?h=20251125) = 2225612 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-fm-c0.pnvm?h=20251125) = 2da92f02418fbde8d8210eb582d9697faa222f8ee2da229e29b8a108ea5c4c5c +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-fm-c0.pnvm?h=20251125) = 295356 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-gf-a0-100.ucode?h=20251125) = eef51288bef91cfa40d31b9b3f352e67fa675b3a335b3d9b7328f8de06d47807 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-gf-a0-100.ucode?h=20251125) = 1836712 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-gf-a0.pnvm?h=20251125) = f9d1db89359af5426d4b912eddbccc29260c98991ea2b5be07154519198f3572 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-gf-a0.pnvm?h=20251125) = 55208 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-hr-b0-100.ucode?h=20251125) = eec4222af5c6d325b25a0f93a3c0b415a5a1aec09028977a2d6d2f2d8847ab23 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-hr-b0-100.ucode?h=20251125) = 1584620 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-hr-b0.pnvm?h=20251125) = 9c6bfcd07d6e15711eb8e5e7aba83018999c2d65079fe38997641001c0a46eeb +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-bz-b0-hr-b0.pnvm?h=20251125) = 1788 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-cc-a0-77.ucode?h=20251125) = 64287d37a0f92722de7aa90e9cb41d31a3b4b4fd0966b3ba5fa48cfa426f5a09 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-cc-a0-77.ucode?h=20251125) = 1368096 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-101.ucode?h=20251125) = 6769d9ce002bb404fbd0c39e28f3c68af4ec1583343ac66a98ca957710c3473b +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-101.ucode?h=20251125) = 2209924 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-83.ucode?h=20251125) = 1129761b5597077655996ec8590f100766e9d61ec9c331474b4febc6967f0e70 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-83.ucode?h=20251125) = 1797996 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-92.ucode?h=20251125) = c7092f1f78676f9e9c2c4d12716401db2116b009c5d7c464e8387c5b1c645d6f +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0-92.ucode?h=20251125) = 1913128 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0.pnvm?h=20251125) = f481e3b0403ca43a0a444b01c04fa4d1582868afcb026b1e697905f0039ccfa3 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-gl-c0-fm-c0.pnvm?h=20251125) = 295036 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0-83.ucode?h=20251125) = 9386a8294457f527c6e0fa1eac440c50cbee801707fdb480a10889770c0d297b +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0-83.ucode?h=20251125) = 1753308 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0-89.ucode?h=20251125) = 42874d917d35007d89532cee048c22ea386e8ded2255652a87c87a1acdf22a1f +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0-89.ucode?h=20251125) = 1752072 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0.pnvm?h=20251125) = c60dce94d93ee6d587281b4f6125d476761dcb6cec20141e56344a7b1fcbef96 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf-a0.pnvm?h=20251125) = 55128 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0-83.ucode?h=20251125) = 6910e5f34c0922fd0460aa363d73d6295d6c866f3447b96e8eaad988c613c697 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0-83.ucode?h=20251125) = 1721448 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0-89.ucode?h=20251125) = 99209f06d2adcf3f06f32b9d6012470745666a0a9ff0abd89ffef8c48e83affc +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0-89.ucode?h=20251125) = 1604120 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0.pnvm?h=20251125) = 5b2aa2a8644eded6b50765b667c13c093bc1974e44109bc6600431642b536edb +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-gf4-a0.pnvm?h=20251125) = 27836 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-hr-b0-83.ucode?h=20251125) = 03b67d28b4916634c544e057abdc46b15b636a85064df993ca431fd92fe4a835 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-hr-b0-83.ucode?h=20251125) = 1572104 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-hr-b0-89.ucode?h=20251125) = 3b37471551caa29bcd800701dbf11aba91aa3b8b9edd3fe78c5da1c441f872c4 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ma-b0-hr-b0-89.ucode?h=20251125) = 1539788 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-sc-a0-wh-b0-101.ucode?h=20251125) = 2286de3c518e1a930503e4ccfd51add6b4aa3d8ec6db5194a0aac0850712b4e8 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-sc-a0-wh-b0-101.ucode?h=20251125) = 2096172 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-77.ucode?h=20251125) = 87590ea9535a8939fddb296bc7622f3a900f28f47b45cb4e435a2a1d5f496ccd +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-77.ucode?h=20251125) = 1641260 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-83.ucode?h=20251125) = 5e5eaa6d917ccc420bd695db32d94148b9aeef7d9c95c64550ede82ba946efed +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-83.ucode?h=20251125) = 1739988 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-89.ucode?h=20251125) = bb7b07de282b01a1f23aecc8f3a725b27ca2a097dcd21d39c788109c19d89385 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0-89.ucode?h=20251125) = 1736108 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0.pnvm?h=20251125) = b37f038b3467ed568d107a9c1dfd916fa7e8cbd58b2f9bec0c2c53297ccfcab7 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf-a0.pnvm?h=20251125) = 55208 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0-77.ucode?h=20251125) = d945bce539ee78033a85c288da9b988b2651a1623c5f6081b7db510d3967df76 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0-77.ucode?h=20251125) = 1669164 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0-89.ucode?h=20251125) = 6f8a6f18ac6c1675151f8aa6e74c9197f4e23559a1826e06529089016f2cb69f +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0-89.ucode?h=20251125) = 1590688 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0.pnvm?h=20251125) = fb77cc355ade54a2345665f16329579fde6a9193d73cfb8f5af736a57c0e4f39 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-gf4-a0.pnvm?h=20251125) = 27876 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-77.ucode?h=20251125) = bed4958236366c3c451b3ec994a56b2ad83c08d70e0a1eae42fb00f2eaabbcc8 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-77.ucode?h=20251125) = 1500532 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-83.ucode?h=20251125) = 97ef27a1e5a18236617f845f333222b5b1e034c654144dfcdda2f72886847fb6 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-83.ucode?h=20251125) = 1552480 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-89.ucode?h=20251125) = aec2048d75d16cf0d938e78375f88bfda769a715d7145d830624132da6c4f3f4 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-hr-b0-89.ucode?h=20251125) = 1526956 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-jf-b0-77.ucode?h=20251125) = 9dccba0a8ba98483cb8385398d013b693b5b37cbff9402763ba215cc4921386c +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-so-a0-jf-b0-77.ucode?h=20251125) = 1446036 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-77.ucode?h=20251125) = fd8977dbfacfe50b8a6601479aa9ffd21d01e274e4a9efd13935dd9d667fd45b +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-77.ucode?h=20251125) = 1594276 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-83.ucode?h=20251125) = c90da88a6dc8b159e14e378f66d52f52eb553dacdb90f053da612fc68668b7a6 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-83.ucode?h=20251125) = 1683076 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-89.ucode?h=20251125) = 15350da99c5c6992efe48c5afb5025656d6e19fd4f2e0398372bbaf9b0852167 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0-89.ucode?h=20251125) = 1678176 +SHA256 (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0.pnvm?h=20251125) = 7056112e90244dc94cc43b8c7a84bd6b99f5e495d66194008ece5770e7412db0 +SIZE (linux-firmware/iwlwififw/intel/iwlwifi/iwlwifi-ty-a0-gf-a0.pnvm?h=20251125) = 55052 +SHA256 (linux-firmware/iwlwififw/LICENCE.iwlwifi_firmware?h=20251125) = 16d5040c7cf851fc693b7542e20870935b99802533ea1bfd231c377a2305e5c5 +SIZE (linux-firmware/iwlwififw/LICENCE.iwlwifi_firmware?h=20251125) = 2046 +SHA256 (linux-firmware/iwlwififw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/iwlwififw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-iwlwifi-kmod/files/extract-fw-list.sh b/net/wifi-firmware-iwlwifi-kmod/files/extract-fw-list.sh new file mode 100644 index 000000000000..d7c6b5e390f1 --- /dev/null +++ b/net/wifi-firmware-iwlwifi-kmod/files/extract-fw-list.sh @@ -0,0 +1,219 @@ +#!/bin/sh +# +# Copyright (c) 2025 The FreeBSD Foundation +# +# This software was developed by Björn Zeeb +# under sponsorship from the FreeBSD Foundation. +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Generate the firmware flavors and files from the WHENCE file in +# linux-firmware.git based on the "MAC" names. +# It is no longer feasible to generate them from the driver as the +# firmware names are fully dynamic and require at least a register +# read on each card. The combinations likely go into the hundreds +# or thousands. +# We still check for the firmware file with the highest API version +# available based on each file name and sort out all the others. +# We also have to sort out the DVM drier parts which we are not +# interested in. +# + +FWDIR=${1:-/nonexistent} + +if test ! -d ${FWDIR} -o ! -r ${FWDIR}/WHENCE; then + printf "Cannot find '%s' or '%s/WHENCE'\n" ${FWDIR} ${FWDIR} >&2 + printf "USAGE: %s /path/to/linux-firmware.git\n" $0 >&2 + exit +fi + +sed -e "s@%%XXX%%@iwlwifi -.*@g" ../wifi-firmware-kmod/files/WHENCE.awk.in > WHENCE.awk +awk -f WHENCE.awk ${FWDIR}/WHENCE > WHENCE +awk -v FWDIR=${FWDIR} ' +function file_exists(fname) +{ + xname=FWDIR "/intel/iwlwifi/" fname; + + #printf("DEBUG: checking for file %s\n", xname); + + if ((getline _ < xname) >= 0) { + return 1; + } +} + +function known_in_2arr(arr, idx1, idx2) +{ + for (both in arr) { + split(both, sep, SUBSEP); + if (sep[1] == idx1 && sep[2] == idx2) { + return 1; + } + } + return 0; +} + +function is_dvm(name) +{ + if (name ~ /^iwlwifi-(3945|4965|5000|5150|1000|6000|6050|6000g2a|6000g2b|135|100|105|2030|2000)-/) { + return 1; + } + return 0; +} + +function get_flavor(name) +{ + # All the WiFi7+ stuff we will have a really hard time to tear apart (MAC, RF). + if (name ~ /^dr-/ && name ~ /-(fm|wh|pe)-/) { + return "dr"; + } + if (name ~ /^sc-/ && name ~ /-(fm|wh|pe)-/) { + return "sc"; + } + if (name ~ /^(gl|bz)-/ && name ~ /-(fm|wh|pe)-/) { + return "bz"; + } + # mvm/(gl|bz)? (WiFi-7?) + if (name ~ /^(gl|bz)-/ && name ~ /-(gf|jf|hr)-/) { + return "bz"; + } + if (name ~ /^(ma|so|ty)-/) { + return "ax210"; + } + if (name ~ /^(QuZ|Qu|cc)-/) { + return "22000"; + } + if (name ~ /^(9000|9260)/) { + return "9000"; + } + if (name ~ /^(8000C|8265)/) { + return "8000"; + } + if (name ~ /^(3160|3168|7260|7265|7265D)/) { + return "7000"; + } + + return ""; +} + +BEGIN { + if (!FWDIR) { + printf "USAGE: -v FWDIR=/path/to/linux-firmware.git\n" + exit + } + + flavors[1] = "7000"; + flavors[2] = "8000"; + flavors[3] = "9000"; + flavors[4] = "22000"; + flavors[5] = "ax210"; + flavors[6] = "bz"; # mld starts here + flavors[7] = "sc"; + flavors[8] = "dr"; +} +{ + if (! /^File:/) { + next; + } + + gsub("^File: intel/iwlwifi/", ""); + + if (!/\.ucode$/ && !/\.pnvm$/) { + print "ERROR :: " $0 + exit + } + + name=$0 + if (is_dvm(name)) { + #print "DEBUG :: skipping DVM firmware file :: " $0; + next; + } + if (!file_exists(name)) { + print "DEBUG :: file does not exist :: " $0; + next; + } + + ispnvm=0 + if (/\.pnvm$/) { + ispnvm=1 + } + + gsub("^iwlwifi-", "", name); + gsub("\.ucode$", "", name); + gsub("\.pnvm$", "", name); + + flav=get_flavor(name); + ver=name; + gsub("-[[:digit:]]*$", "", name); + gsub("^.*-", "", ver); + + # Assoc.Arrays are great but we lose the order which we want for the FLAVORs. + x1=known_in_2arr(fwver, flav, name); + x2=known_in_2arr(fwpnvm, flav, name); + if (x1 || x2) { + #printf("DEBUG: %s SKIPPING %s/%s, already known in %d,%d\n", $0, flav, name, x1, x2); + } else { + fwn[flav]++; + fwname[flav,fwn[flav]] = name; + #printf("DEBUG: %s ADDING %s/%s, already known in %d,%d\n", $0, flav, name, x1, x2); + } + if (ispnvm) { + fwpnvm[flav,name] = 1; + } else { + if ((fwver[flav,name] + 0) < (ver + 0)) { + fwver[flav,name] = ver; + } else { + printf("DEBUG: skipping %s: %s < %s\n", $0, fwver[flav,name], ver); + } + } +} +END { + printf("FWSUBS="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t%s", flavors[f]); + } + } + printf("\n\n"); + + # Deal with all the firmware flavors: + for (f = 1; f <= length(flavors); f++) { + flav=flavors[f]; + if (fwn[flav] > 0) { + if (f > 1) { + printf("\n"); + } + printf("DISTFILES_%s+=", flav); + } + # Sort + for (i = 1; i < fwn[flav]; i++) { + for (j = i + 1; j <= fwn[flav]; j++) { + if (fwname[flav,i] > fwname[flav,j]) { + t=fwname[flav,i] + fwname[flav,i]=fwname[flav,j] + fwname[flav,j]=t + } + } + } + # Print + for (i = 1; i <= fwn[flav]; i++) { + if (fwpnvm[flav,fwname[flav,i]]) { + printf(" \\\n\t\${FWSUBDIR}/iwlwifi-%s.pnvm\${DISTURL_SUFFIX}", fwname[flav,i]); + } + printf(" \\\n\t\${FWSUBDIR}/iwlwifi-%s-%s.ucode\${DISTURL_SUFFIX}", fwname[flav,i], fwver[flav,fwname[flav,i]]); + } + } + printf("\n"); + + printf("\n"); + printf("DISTFILES_\${FWDRV}="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t\${DISTFILES_%s}", flavors[f]); + } + } + printf("\n"); +}' WHENCE + +rm -f WHENCE.awk WHENCE + +# end diff --git a/net/wifi-firmware-iwlwifi-kmod/pkg-descr b/net/wifi-firmware-iwlwifi-kmod/pkg-descr index c024286659a0..d79e1a319978 100644 --- a/net/wifi-firmware-iwlwifi-kmod/pkg-descr +++ b/net/wifi-firmware-iwlwifi-kmod/pkg-descr @@ -1 +1,2 @@ -Firmware files for Intel WiFi NICs supported by the iwlwifi mvm driver. +Firmware files for Intel wireless chipsets supported by the +iwlwifi(4) [mvm, mld] and the iwx(4) drivers. diff --git a/net/wifi-firmware-kmod/Makefile b/net/wifi-firmware-kmod/Makefile index 67a9ef2e3fbe..ba83e8942d36 100644 --- a/net/wifi-firmware-kmod/Makefile +++ b/net/wifi-firmware-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= wifi-firmware-kmod -PORTVERSION= 20241017 +PORTVERSION= 20251125 CATEGORIES= net MAINTAINER= bz@FreeBSD.org @@ -16,9 +16,13 @@ RUN_DEPENDS= \ wifi-firmware-iwlwifi-kmod-22000>0:net/wifi-firmware-iwlwifi-kmod@22000 \ wifi-firmware-iwlwifi-kmod-ax210>0:net/wifi-firmware-iwlwifi-kmod@ax210 \ wifi-firmware-iwlwifi-kmod-bz>0:net/wifi-firmware-iwlwifi-kmod@bz \ + wifi-firmware-iwlwifi-kmod-sc>0:net/wifi-firmware-iwlwifi-kmod@sc \ \ wifi-firmware-rtw88-kmod-rtw8703b>0:net/wifi-firmware-rtw88-kmod@rtw8703b \ wifi-firmware-rtw88-kmod-rtw8723d>0:net/wifi-firmware-rtw88-kmod@rtw8723d \ + wifi-firmware-rtw88-kmod-rtw8812a>0:net/wifi-firmware-rtw88-kmod@rtw8812a \ + wifi-firmware-rtw88-kmod-rtw8814a>0:net/wifi-firmware-rtw88-kmod@rtw8814a \ + wifi-firmware-rtw88-kmod-rtw8821a>0:net/wifi-firmware-rtw88-kmod@rtw8821a \ wifi-firmware-rtw88-kmod-rtw8821c>0:net/wifi-firmware-rtw88-kmod@rtw8821c \ wifi-firmware-rtw88-kmod-rtw8822b>0:net/wifi-firmware-rtw88-kmod@rtw8822b \ wifi-firmware-rtw88-kmod-rtw8822c>0:net/wifi-firmware-rtw88-kmod@rtw8822c \ @@ -26,6 +30,7 @@ RUN_DEPENDS= \ wifi-firmware-rtw89-kmod-rtw8851b>0:net/wifi-firmware-rtw89-kmod@rtw8851b \ wifi-firmware-rtw89-kmod-rtw8852a>0:net/wifi-firmware-rtw89-kmod@rtw8852a \ wifi-firmware-rtw89-kmod-rtw8852b>0:net/wifi-firmware-rtw89-kmod@rtw8852b \ + wifi-firmware-rtw89-kmod-rtw8852bt>0:net/wifi-firmware-rtw89-kmod@rtw8852bt \ wifi-firmware-rtw89-kmod-rtw8852c>0:net/wifi-firmware-rtw89-kmod@rtw8852c \ wifi-firmware-rtw89-kmod-rtw8922a>0:net/wifi-firmware-rtw89-kmod@rtw8922a \ \ @@ -34,24 +39,36 @@ RUN_DEPENDS= \ .if ${FLAVOR:U} != release RUN_DEPENDS+= \ - wifi-firmware-ath10k-kmod-qca988x_hw20>0:net/wifi-firmware-ath10k-kmod@qca988x_hw20 \ + wifi-firmware-ath10k-kmod-qca4019_hw10>0:net/wifi-firmware-ath10k-kmod@qca4019_hw10 \ wifi-firmware-ath10k-kmod-qca6174_hw21>0:net/wifi-firmware-ath10k-kmod@qca6174_hw21 \ wifi-firmware-ath10k-kmod-qca6174_hw30>0:net/wifi-firmware-ath10k-kmod@qca6174_hw30 \ - wifi-firmware-ath10k-kmod-qca99x0_hw20>0:net/wifi-firmware-ath10k-kmod@qca99x0_hw20 \ wifi-firmware-ath10k-kmod-qca9377_hw10>0:net/wifi-firmware-ath10k-kmod@qca9377_hw10 \ - wifi-firmware-ath10k-kmod-qca9984_hw10>0:net/wifi-firmware-ath10k-kmod@qca9984_hw10 \ wifi-firmware-ath10k-kmod-qca9887_hw10>0:net/wifi-firmware-ath10k-kmod@qca9887_hw10 \ wifi-firmware-ath10k-kmod-qca9888_hw20>0:net/wifi-firmware-ath10k-kmod@qca9888_hw20 \ + wifi-firmware-ath10k-kmod-qca988x_hw20>0:net/wifi-firmware-ath10k-kmod@qca988x_hw20 \ + wifi-firmware-ath10k-kmod-qca9984_hw10>0:net/wifi-firmware-ath10k-kmod@qca9984_hw10 \ + wifi-firmware-ath10k-kmod-qca99x0_hw20>0:net/wifi-firmware-ath10k-kmod@qca99x0_hw20 \ + wifi-firmware-ath10k-kmod-wcn3990_hw10>0:net/wifi-firmware-ath10k-kmod@wcn3990_hw10 \ \ + wifi-firmware-ath11k-kmod-ipq5018_hw10>0:net/wifi-firmware-ath11k-kmod@ipq5018_hw10 \ + wifi-firmware-ath11k-kmod-ipq6018_hw10>0:net/wifi-firmware-ath11k-kmod@ipq6018_hw10 \ + wifi-firmware-ath11k-kmod-ipq8074_hw20>0:net/wifi-firmware-ath11k-kmod@ipq8074_hw20 \ + wifi-firmware-ath11k-kmod-qca2066_hw21>0:net/wifi-firmware-ath11k-kmod@qca2066_hw21 \ wifi-firmware-ath11k-kmod-qca6390_hw20>0:net/wifi-firmware-ath11k-kmod@qca6390_hw20 \ + wifi-firmware-ath11k-kmod-qca6698aq_hw21>0:net/wifi-firmware-ath11k-kmod@qca6698aq_hw21 \ wifi-firmware-ath11k-kmod-qcn9074_hw10>0:net/wifi-firmware-ath11k-kmod@qcn9074_hw10 \ + wifi-firmware-ath11k-kmod-wcn6750_hw10>0:net/wifi-firmware-ath11k-kmod@wcn6750_hw10 \ wifi-firmware-ath11k-kmod-wcn6855_hw20>0:net/wifi-firmware-ath11k-kmod@wcn6855_hw20 \ \ + wifi-firmware-ath12k-kmod-qcn9274_hw20>0:net/wifi-firmware-ath12k-kmod@qcn9274_hw20 \ wifi-firmware-ath12k-kmod-wcn7850_hw20>0:net/wifi-firmware-ath12k-kmod@wcn7850_hw20 \ \ + wifi-firmware-mt76-kmod-mt7615>0:net/wifi-firmware-mt76-kmod@mt7615 \ wifi-firmware-mt76-kmod-mt7915>0:net/wifi-firmware-mt76-kmod@mt7915 \ - wifi-firmware-mt76-kmod-mt792x>0:net/wifi-firmware-mt76-kmod@mt792x \ - wifi-firmware-mt76-kmod-mt7996>0:net/wifi-firmware-mt76-kmod@mt7996 + wifi-firmware-mt76-kmod-mt7921>0:net/wifi-firmware-mt76-kmod@mt7921 \ + wifi-firmware-mt76-kmod-mt7925>0:net/wifi-firmware-mt76-kmod@mt7925 \ + wifi-firmware-mt76-kmod-mt7996>0:net/wifi-firmware-mt76-kmod@mt7996 \ + wifi-firmware-mt76-kmod-mtk_wed>0:net/wifi-firmware-mt76-kmod@mtk_wed .endif USES= metaport diff --git a/net/wifi-firmware-kmod/Makefile.inc b/net/wifi-firmware-kmod/Makefile.inc index cdd2f657ff55..68755828064b 100644 --- a/net/wifi-firmware-kmod/Makefile.inc +++ b/net/wifi-firmware-kmod/Makefile.inc @@ -1,6 +1,6 @@ PORTNAME= wifi-firmware-${FWDRV}-kmod PORTVERSION= ${FWDRV_VERSION} -PORTREVISION?= 2 +#PORTREVISION?= 0 CATEGORIES= net MASTER_SITES= https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ \ https://fra.source.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/ \ @@ -78,29 +78,31 @@ DISTFILES= ${DISTFILES_${FLAVOR}:O:u} \ DIST_SUBDIR= linux-firmware/${FWDRV}fw EXTRACT_ONLY= -ONLY_FOR_ARCHS= aarch64 amd64 i386 +.if !defined(NOT_FOR_ARCHS) +ONLY_FOR_ARCHS?= aarch64 amd64 i386 ONLY_FOR_ARCHS_REASON= LinuxKPI driver only available for these architectures +.endif USES= uidfix -# We do not need that anymore for the modern build but making it conditional on -# OSVERSION seems to not add the _USES_install bits from kmod.mk. -USES+= kmod - -BOOT_LOADERCONFD= /boot/loader.conf.d .include <bsd.port.pre.mk> -.if (${OSVERSION} >= 1500014) || (${OSVERSION} < 1500000 && ${OSVERSION} >= 1402000) # src.git main 479905a1ed26c54ef29cdff65cf25f7feade654b (stable/14 2ca7b03d6275) -# allows direct loading of firmware files. For anything before that we still need -# to create kernel modules. We need to write a PLIST file so we can then simply use -# COPYTREE_SHARE with adjusted permissions to copy the files over. +# allows direct loading of firmware files. +# We write a PLIST file so we can then simply use COPYTREE_SHARE with adjusted +# permissions to copy the files over. +.if (${OSVERSION} < 1402000) || (${OSVERSION} >= 1500000 && ${OSVERSION} < 1500014) +# For 13.5, which is the last supported release before plain firmware loading is +# implemented, we did ship firmware in src/ still so there is no need to build. +# Also mtw (mt7601u) was never in a version earlier than this. +# XXX remove comment after April 2026 when 13.5 goes out of support as well. +IGNORE= Not supported for this osversion. +.endif + +BOOT_LOADERCONFD= /boot/loader.conf.d BOOTFWDIR?= /boot/firmware _SHAREMODE= 0444 NO_BUILD= yes -.else -MAKE_ENV+= FWSRCDIR=${WRKSRC}/fw -.endif post-extract: @${MKDIR} ${WRKSRC}/fw @@ -118,72 +120,45 @@ post-extract: @${ECHO_CMD} "compat.linuxkpi.skb.mem_limit=${COMPAT_LINUXKPI_SKB_MEM_LIMIT}" >> ${WRKSRC}/${BOOT_LOADERCONFD}/${FLAVOR}.conf @${ECHO_CMD} "${BOOT_LOADERCONFD}/${FLAVOR}.conf" >> ${PLIST} .endif -.if defined(COMPAT_LINUXKPI_IWL_HWCRYPTO_HT_VHT) && (${COMPAT_LINUXKPI_IWL_HWCRYPTO_HT_VHT:M${FLAVOR}} != "") +.if defined(COMPAT_LINUXKPI_HWCRYPTO_HT_VHT) && (${COMPAT_LINUXKPI_HWCRYPTO_HT_VHT:M${FLAVOR}} != "") @${MKDIR} ${WRKSRC}/${BOOT_LOADERCONFD} - @${ECHO_CMD} "compat.linuxkpi.80211.hw_crypto=1" >> ${WRKSRC}/${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf - @${ECHO_CMD} "compat.linuxkpi.iwlwifi_11n_disable=0" >> ${WRKSRC}/${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf - @${ECHO_CMD} "compat.linuxkpi.iwlwifi_disable_11ac=0" >> ${WRKSRC}/${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf - @${ECHO_CMD} "${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf" >> ${PLIST} + @${ECHO_CMD} "compat.linuxkpi.80211.hw_crypto=1" >> ${WRKSRC}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf + # "iwlwifi_11n_disable" one is iwlwifi specific; for all the others bz created them homogeneously. + # Setting an unknown kenv does not hurt. + @${ECHO_CMD} "compat.linuxkpi.${FWDRV}_11n_disable=0" >> ${WRKSRC}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf + @${ECHO_CMD} "compat.linuxkpi.${FWDRV}_disable_11n=0" >> ${WRKSRC}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf + @${ECHO_CMD} "compat.linuxkpi.${FWDRV}_disable_11ac=0" >> ${WRKSRC}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf + @${ECHO_CMD} "${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf" >> ${PLIST} .endif ################################################################################ -.if (${OSVERSION} >= 1500014) || (${OSVERSION} < 1500000 && ${OSVERSION} >= 1402000) .for _f in ${DISTFILES_${FLAVOR}:O:u} # Create firmware source directory and copy in distfile. - @${MKDIR} ${WRKSRC}/fw/${_f:H} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_f} ${WRKSRC}/fw/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@} - @${ECHO_CMD} ${BOOTFWDIR}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@} >> ${PLIST}.tmp + @${MKDIR} ${WRKSRC}/fw/${_f:S@${STRIP_FWSUBDIR:Q}@@:H} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_f} ${WRKSRC}/fw/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S@${STRIP_FWSUBDIR:Q}@@} + @${ECHO_CMD} ${BOOTFWDIR}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S@${STRIP_FWSUBDIR:Q}@@} >> ${PLIST}.tmp .endfor + # Create PLIST for firmware files. (cd ${WRKSRC}/fw/ && ${FIND} . -type d -mindepth 1 | \ ${AWK} -vB="${BOOTFWDIR}/" '{ sub("^./", "@dir "B); print; }') >> ${PLIST}.tmp # Remove possibly duplicate @dir entries @${SORT} -u ${PLIST}.tmp >> ${PLIST} -.else ################################################################################ -# Build kernel modules. - # Prepare toplevel Makefile and Makefile.inc. - @${ECHO_CMD} "SUBDIR=" > ${WRKSRC}/Makefile - @${SED} -e "s@%%FWDRV%%@${FWDRV}@g" \ - -e "s@%%FWSUBDIR%%@${FWSUBDIR}@g" \ - ${FILESDIR}/Makefile.inc.in > ${WRKSRC}/Makefile.inc -.for _f in ${DISTFILES_${FLAVOR}:O:u} - # We remove '.' and '-' as well as '/' as they don't work well in loader.conf. - @${MKDIR} ${WRKSRC}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g} - # Create subdir (firmware file) Makefile. - @${ECHO_CMD} "FWNAME=${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:T}" > ${WRKSRC}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}/Makefile -.if (${_f:H:C,^[^/]*,,1:C,^/,,} != "") - @${ECHO_CMD} "FWSUBSUBDIR=${_f:H:C,^[^/]*,,1:C,^/,,}" >> ${WRKSRC}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}/Makefile -.endif - # XXX-BZ recover firmware versions later again from somewhere? Pain to keep track though, else use 0 or ${FWDRV_VERSION}? - @${ECHO_CMD} "VERSION=0" >> ${WRKSRC}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}/Makefile - @${ECHO_CMD} '.include <bsd.kmod.mk>' >> ${WRKSRC}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}/Makefile - # Add subdir to top-level Makefile. - @${ECHO_CMD} "SUBDIR+=${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}" >> ${WRKSRC}/Makefile - # Create firmware source directory and copy in distfile. - @${MKDIR} ${WRKSRC}/fw/${_f:H} - ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_f} ${WRKSRC}/fw/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@} - @${ECHO_CMD} ${KMODDIR}/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,.,_,g:S,-,_,g:S,/,_,g}.ko >> ${PLIST} -.endfor - @${ECHO_CMD} '.include <bsd.subdir.mk>' >> ${WRKSRC}/Makefile -################################################################################ -.endif # Copy in additional licenses files. .for _f in ${DISTFILES_${FLAVOR}_lic} ${CP} ${DISTDIR}/${DIST_SUBDIR}/${_f} ${WRKSRC}/lic/${_f:C@(^[^?]*)${DISTURL_SUFFIX:Q}@\1@:S,/,_,g} .endfor -.if (${OSVERSION} >= 1500014) || (${OSVERSION} < 1500000 && ${OSVERSION} >= 1402000) do-install: (cd ${WRKSRC}/fw/ && ${COPYTREE_SHARE} . ${STAGEDIR}/${BOOTFWDIR}) -.endif post-install: .if defined(COMPAT_LINUXKPI_SKB_MEM_LIMIT) && ${COMPAT_LINUXKPI_SKB_MEM_LIMIT} > 0 @${MKDIR} ${STAGEDIR}/${BOOT_LOADERCONFD} @${INSTALL_DATA} ${WRKSRC}/${BOOT_LOADERCONFD}/${FLAVOR}.conf ${STAGEDIR}/${BOOT_LOADERCONFD}/${FLAVOR}.conf .endif -.if defined(COMPAT_LINUXKPI_IWL_HWCRYPTO_HT_VHT) && (${COMPAT_LINUXKPI_IWL_HWCRYPTO_HT_VHT:M${FLAVOR}} != "") +.if defined(COMPAT_LINUXKPI_HWCRYPTO_HT_VHT) && (${COMPAT_LINUXKPI_HWCRYPTO_HT_VHT:M${FLAVOR}} != "") @${MKDIR} ${STAGEDIR}/${BOOT_LOADERCONFD} - @${INSTALL_DATA} ${WRKSRC}/${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf ${STAGEDIR}/${BOOT_LOADERCONFD}/iwlwifi-${FLAVOR}.conf + @${INSTALL_DATA} ${WRKSRC}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf ${STAGEDIR}/${BOOT_LOADERCONFD}/${FWDRV}-${FLAVOR}.conf .endif @${DO_NADA} diff --git a/net/wifi-firmware-mt76-kmod/Makefile b/net/wifi-firmware-mt76-kmod/Makefile index 2e13268c62b0..20a2d25ad0b6 100644 --- a/net/wifi-firmware-mt76-kmod/Makefile +++ b/net/wifi-firmware-mt76-kmod/Makefile @@ -2,24 +2,32 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= mt76 FWSUBDIR= mediatek -FWDRV_VERSION= 20240513 +FWDRV_VERSION= 20251125 LICENSE_FILE= LICENCE.mediatek LICENSE_NAME= Mediatek firmware license (${FWDRV}) -WHENCE_REGEX= (mt7915e|mt7921|mt7922|mt7925|mt7996e) -.*ireless +WHENCE_REGEX= (mt7615e|mt7915e|mt7921|mt7922|mt7925|mt7996e|mtk_wed) -.*ireless -# The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/mediatek/mt76/zzz_fw_ports_fwget.sh } +# The flavor/firmware lists below are generated by the +# files/extract-fw-list.sh script. Usage: +# 1: checkout the correct tag (FWDRV_VERSION) in linux-firmware.git. +# 2: ./files/extract-fw-list.sh /path/to/linux-firmware.git ### >>> FWSUBS= \ + mt7615 \ mt7915 \ - mt792x \ - mt7996 + mt7921 \ + mt7925 \ + mt7996 \ + mtk_wed -DISTFILES_mt7915= \ +DISTFILES_mt7615+= \ + ${FWSUBDIR}/mt7615_cr4.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7615_n9.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7615_rom_patch.bin${DISTURL_SUFFIX} +DISTFILES_mt7915+= \ ${FWSUBDIR}/mt7915_eeprom.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7915_eeprom_dbdc.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7915_rom_patch.bin${DISTURL_SUFFIX} \ @@ -32,6 +40,7 @@ DISTFILES_mt7915= \ ${FWSUBDIR}/mt7981_rom_patch.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7981_wa.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7981_wm.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7981_wo.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7986_eeprom_mt7975_dual.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7986_eeprom_mt7976.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7986_eeprom_mt7976_dbdc.bin${DISTURL_SUFFIX} \ @@ -40,25 +49,57 @@ DISTFILES_mt7915= \ ${FWSUBDIR}/mt7986_rom_patch_mt7975.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7986_wa.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7986_wm.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/mt7986_wm_mt7975.bin${DISTURL_SUFFIX} -DISTFILES_mt792x= \ + ${FWSUBDIR}/mt7986_wm_mt7975.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7986_wo_0.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7986_wo_1.bin${DISTURL_SUFFIX} +DISTFILES_mt7921+= \ ${FWSUBDIR}/WIFI_MT7922_patch_mcu_1_1_hdr.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WIFI_MT7961_patch_mcu_1_2_hdr.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/WIFI_RAM_CODE_MT7922_1.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/WIFI_RAM_CODE_MT7961_1.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/WIFI_RAM_CODE_MT7961_1.bin${DISTURL_SUFFIX} +DISTFILES_mt7925+= \ ${FWSUBDIR}/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin${DISTURL_SUFFIX} -DISTFILES_mt7996= \ +DISTFILES_mt7996+= \ + ${FWSUBDIR}/mt7996/mt7990_eeprom.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7990_eeprom_2i5i.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7990_rom_patch.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7990_wm.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_dsp.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_dsp_23.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_eeprom.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_eeprom_23.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_eeprom_23_2i5i.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_eeprom_2i5e.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_eeprom_2i5i.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_rom_patch.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_rom_patch_23.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_wa.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_wa_23.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_wm.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7992_wm_23.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7996/mt7996_dsp.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7996/mt7996_eeprom.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_eeprom_233.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_eeprom_233_2i5i6i.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_eeprom_2i5i6i.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7996/mt7996_rom_patch.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_rom_patch_233.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/mt7996/mt7996_wa.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/mt7996/mt7996_wm.bin${DISTURL_SUFFIX} + ${FWSUBDIR}/mt7996/mt7996_wa_233.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_wm.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7996/mt7996_wm_233.bin${DISTURL_SUFFIX} +DISTFILES_mtk_wed+= \ + ${FWSUBDIR}/mt7988/mt7988_wo_0.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/mt7988/mt7988_wo_1.bin${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ + ${DISTFILES_mt7615} \ ${DISTFILES_mt7915} \ - ${DISTFILES_mt792x} \ - ${DISTFILES_mt7996} + ${DISTFILES_mt7921} \ + ${DISTFILES_mt7925} \ + ${DISTFILES_mt7996} \ + ${DISTFILES_mtk_wed} DISTFILES_${FWDRV}_lic= ### <<< diff --git a/net/wifi-firmware-mt76-kmod/distinfo b/net/wifi-firmware-mt76-kmod/distinfo index 2e8f8aa93b2e..d8451653ffcc 100644 --- a/net/wifi-firmware-mt76-kmod/distinfo +++ b/net/wifi-firmware-mt76-kmod/distinfo @@ -1,69 +1,131 @@ -TIMESTAMP = 1715895579 -SHA256 (linux-firmware/mt76fw/mediatek/mt7915_eeprom.bin?h=20240513) = 87af3cbb8890e0fcb955c1504311a7dc8d864c9ccf865fc2d827e45036f44901 -SIZE (linux-firmware/mt76fw/mediatek/mt7915_eeprom.bin?h=20240513) = 3584 -SHA256 (linux-firmware/mt76fw/mediatek/mt7915_eeprom_dbdc.bin?h=20240513) = ac72fd7ba181613fe5696d7bd99dbdf87e15f3e654cc9becf25dcfd9146b7a66 -SIZE (linux-firmware/mt76fw/mediatek/mt7915_eeprom_dbdc.bin?h=20240513) = 3584 -SHA256 (linux-firmware/mt76fw/mediatek/mt7915_rom_patch.bin?h=20240513) = 89fae20235b31400abc5558200d66951a119801ff4a5d6e19d3550cadc7a75d8 -SIZE (linux-firmware/mt76fw/mediatek/mt7915_rom_patch.bin?h=20240513) = 144544 -SHA256 (linux-firmware/mt76fw/mediatek/mt7915_wa.bin?h=20240513) = c28a3279fcdbd22f3ae34fa5c2adef3617015d1142b46ba8fa388beda7d968a0 -SIZE (linux-firmware/mt76fw/mediatek/mt7915_wa.bin?h=20240513) = 116160 -SHA256 (linux-firmware/mt76fw/mediatek/mt7915_wm.bin?h=20240513) = 93ada741ec11b8a8c12dde51dd1c54e05ef860a9d0c79cebea0a8c3089aa550c -SIZE (linux-firmware/mt76fw/mediatek/mt7915_wm.bin?h=20240513) = 1260960 -SHA256 (linux-firmware/mt76fw/mediatek/mt7916_eeprom.bin?h=20240513) = 3ed7ca6b67ca3ef2e915c71fc7c0fc5e745cb87e441b7c5305b6bdf47fc155d6 -SIZE (linux-firmware/mt76fw/mediatek/mt7916_eeprom.bin?h=20240513) = 4096 -SHA256 (linux-firmware/mt76fw/mediatek/mt7916_rom_patch.bin?h=20240513) = 7643caa31f405a571b8173a78a88f72250b8b26ae41f2db8c7ff902a37047a85 -SIZE (linux-firmware/mt76fw/mediatek/mt7916_rom_patch.bin?h=20240513) = 8672 -SHA256 (linux-firmware/mt76fw/mediatek/mt7916_wa.bin?h=20240513) = fcfd4115e06db6dccfc19c4fed17790b73576a8c8e5e501324898fed3a054782 -SIZE (linux-firmware/mt76fw/mediatek/mt7916_wa.bin?h=20240513) = 507856 -SHA256 (linux-firmware/mt76fw/mediatek/mt7916_wm.bin?h=20240513) = 583dea8fdf341eb92b6fdd362aed04bcb33656f349455e460091b669606bf26f -SIZE (linux-firmware/mt76fw/mediatek/mt7916_wm.bin?h=20240513) = 1710304 -SHA256 (linux-firmware/mt76fw/mediatek/mt7981_rom_patch.bin?h=20240513) = 00c9319c625185181d1e77f4b9da17d45ee82183c4b2ed96bf82208d1ca813c7 -SIZE (linux-firmware/mt76fw/mediatek/mt7981_rom_patch.bin?h=20240513) = 8736 -SHA256 (linux-firmware/mt76fw/mediatek/mt7981_wa.bin?h=20240513) = 36914ce16927be2a8cb516fe54cbf270c059bad961c93e63387b5aaefb732d0a -SIZE (linux-firmware/mt76fw/mediatek/mt7981_wa.bin?h=20240513) = 492336 -SHA256 (linux-firmware/mt76fw/mediatek/mt7981_wm.bin?h=20240513) = a31abbf77bab86fe70dc43c59d15d5ab607f0ddc9d0736d15cf6352d7fb70fea -SIZE (linux-firmware/mt76fw/mediatek/mt7981_wm.bin?h=20240513) = 2052592 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7975_dual.bin?h=20240513) = 21392c9ee930c22b9ae3c870a26f8eea61fb4b60cd784bb4fae72fa64743d715 -SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7975_dual.bin?h=20240513) = 4096 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976.bin?h=20240513) = 1d33c8af0adfc2d93a86143b5afd05dfa7b4b30b62eda45347ab83df7faa8890 -SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976.bin?h=20240513) = 4096 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dbdc.bin?h=20240513) = 22eefa2204d03c0c4908d818a3461b345e7a8439d2fa422c8ad73e46be3e9f28 -SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dbdc.bin?h=20240513) = 4096 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dual.bin?h=20240513) = a70da76d43eb481a768cd02e74f589c77b505935f081c2ea12e55714228ed62d -SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dual.bin?h=20240513) = 4096 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_rom_patch.bin?h=20240513) = 7c55a6966433cb69e5728b49b5404db0b9c295b9298b7e611e02883f32aebc8d -SIZE (linux-firmware/mt76fw/mediatek/mt7986_rom_patch.bin?h=20240513) = 12768 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_rom_patch_mt7975.bin?h=20240513) = dd18412ad10d88bf71e8187542bc811bc2074273c25982ff5a50018d50c3961f -SIZE (linux-firmware/mt76fw/mediatek/mt7986_rom_patch_mt7975.bin?h=20240513) = 12768 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wa.bin?h=20240513) = 0bc5520abf3f5f930e697f5ab5247aa6483de9dac6826a651560e9906b936e34 -SIZE (linux-firmware/mt76fw/mediatek/mt7986_wa.bin?h=20240513) = 518784 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wm.bin?h=20240513) = 24376dc484977f380f485de3ad32c7de096327cf29cb05bf52901ac63c9e247d -SIZE (linux-firmware/mt76fw/mediatek/mt7986_wm.bin?h=20240513) = 2226016 -SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wm_mt7975.bin?h=20240513) = 065d0af98d4d4d5c1e3c45df23a54f603d05f72a051ec230abc7041adc3d12e8 -SIZE (linux-firmware/mt76fw/mediatek/mt7986_wm_mt7975.bin?h=20240513) = 2226016 -SHA256 (linux-firmware/mt76fw/mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin?h=20240513) = 1b38bb6606a2f589493ec63e3bee44e46059e66115d2a279dd7f90ce4737925d -SIZE (linux-firmware/mt76fw/mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin?h=20240513) = 137632 -SHA256 (linux-firmware/mt76fw/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin?h=20240513) = 47b76646996c63b3f277fc57c6682ddc19912ab1bcdfc06d00aeb8d4b6c79f5c -SIZE (linux-firmware/mt76fw/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin?h=20240513) = 92192 -SHA256 (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7922_1.bin?h=20240513) = dc6b5a86ef2f204db5adb070980670db5c55247a586f29b72ad4d837d46899d7 -SIZE (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7922_1.bin?h=20240513) = 1018372 -SHA256 (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7961_1.bin?h=20240513) = 6e4beacede7007f8845e6ea9d72a7da7b6fd7120a836dbb0f94a5fb821694b14 -SIZE (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7961_1.bin?h=20240513) = 794676 -SHA256 (linux-firmware/mt76fw/mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin?h=20240513) = f480faff1abe4bbccfd6fa91343338db148e7763cef257a9b8ca66ba367d3457 -SIZE (linux-firmware/mt76fw/mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin?h=20240513) = 210656 -SHA256 (linux-firmware/mt76fw/mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin?h=20240513) = 19c34a936a87f5ee0ea5c7b059c9f440d73cef6891ca8211f080356c1c058ea6 -SIZE (linux-firmware/mt76fw/mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin?h=20240513) = 1086064 -SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_dsp.bin?h=20240513) = 847bdb3f9b835f1d60e169cd96c7865a6a1c765b8c36b07adf42df0fc44f3a75 -SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_dsp.bin?h=20240513) = 191640 -SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom.bin?h=20240513) = 86611acc8560d05a8e18780838cf8400e82ba313cdc9329d0097422d591199d6 -SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom.bin?h=20240513) = 7680 -SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch.bin?h=20240513) = 3b64854514b7fa67a6780897a84a9985efd4356645bc64d39e60bb70eff5b879 -SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch.bin?h=20240513) = 22816 -SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa.bin?h=20240513) = 9a773d3915f336469ec5320802d1e5fc991ba3ae6e7684335032acf3dd09c2e2 -SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa.bin?h=20240513) = 515504 -SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm.bin?h=20240513) = d6adce3fd49c8f5bb55f6af4404324eb0a72ce7b9e12f7eac5dae31f97aab8f6 -SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm.bin?h=20240513) = 2572400 -SHA256 (linux-firmware/mt76fw/LICENCE.mediatek?h=20240513) = a90d3f66704d85889945fec5525ea77622549da83aced1aac99828383f8f1805 -SIZE (linux-firmware/mt76fw/LICENCE.mediatek?h=20240513) = 561 -SHA256 (linux-firmware/mt76fw/WHENCE?h=20240513) = 09453d13d522ce48c11fd37a04bc4a46b88792bc6e51c3b73cdcc5acb364e763 -SIZE (linux-firmware/mt76fw/WHENCE?h=20240513) = 274394 +TIMESTAMP = 1765583426 +SHA256 (linux-firmware/mt76fw/mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin?h=20251125) = 916954485138ec5e20438741bb0a1c2196d5ecc036e088d6ffb1c6bb667c8f60 +SIZE (linux-firmware/mt76fw/mediatek/WIFI_MT7922_patch_mcu_1_1_hdr.bin?h=20251125) = 137632 +SHA256 (linux-firmware/mt76fw/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin?h=20251125) = 1cf118a88b131202cceeb480441df91e6dad6dc6c9105d636cce7180bbf9ce2e +SIZE (linux-firmware/mt76fw/mediatek/WIFI_MT7961_patch_mcu_1_2_hdr.bin?h=20251125) = 92192 +SHA256 (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7922_1.bin?h=20251125) = 893b4ed90f6d16080fd022c9363b9b71bf5af7c76b240b40c2f3bda9aa9dde50 +SIZE (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7922_1.bin?h=20251125) = 1003540 +SHA256 (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7961_1.bin?h=20251125) = b42237d20b1375a5160d9f220ea347231b06cba744e19410a8f6ce2039d42c6b +SIZE (linux-firmware/mt76fw/mediatek/WIFI_RAM_CODE_MT7961_1.bin?h=20251125) = 791588 +SHA256 (linux-firmware/mt76fw/mediatek/mt7615_cr4.bin?h=20251125) = 0a025aa567c2b8c1cf83293a03f43c2a92957f4bac4b31570a7cf81721e9a3a2 +SIZE (linux-firmware/mt76fw/mediatek/mt7615_cr4.bin?h=20251125) = 122644 +SHA256 (linux-firmware/mt76fw/mediatek/mt7615_n9.bin?h=20251125) = ae730b7b5414e24f320908ef6e1d8978b129b00eaf898bdf6b331b2477336dd9 +SIZE (linux-firmware/mt76fw/mediatek/mt7615_n9.bin?h=20251125) = 457992 +SHA256 (linux-firmware/mt76fw/mediatek/mt7615_rom_patch.bin?h=20251125) = 0084920ea9b96e0474c036401af7fc6bdeee5c4c3577b8ecd3daecc3965c1e7d +SIZE (linux-firmware/mt76fw/mediatek/mt7615_rom_patch.bin?h=20251125) = 11102 +SHA256 (linux-firmware/mt76fw/mediatek/mt7915_eeprom.bin?h=20251125) = 87af3cbb8890e0fcb955c1504311a7dc8d864c9ccf865fc2d827e45036f44901 +SIZE (linux-firmware/mt76fw/mediatek/mt7915_eeprom.bin?h=20251125) = 3584 +SHA256 (linux-firmware/mt76fw/mediatek/mt7915_eeprom_dbdc.bin?h=20251125) = ac72fd7ba181613fe5696d7bd99dbdf87e15f3e654cc9becf25dcfd9146b7a66 +SIZE (linux-firmware/mt76fw/mediatek/mt7915_eeprom_dbdc.bin?h=20251125) = 3584 +SHA256 (linux-firmware/mt76fw/mediatek/mt7915_rom_patch.bin?h=20251125) = 89fae20235b31400abc5558200d66951a119801ff4a5d6e19d3550cadc7a75d8 +SIZE (linux-firmware/mt76fw/mediatek/mt7915_rom_patch.bin?h=20251125) = 144544 +SHA256 (linux-firmware/mt76fw/mediatek/mt7915_wa.bin?h=20251125) = c28a3279fcdbd22f3ae34fa5c2adef3617015d1142b46ba8fa388beda7d968a0 +SIZE (linux-firmware/mt76fw/mediatek/mt7915_wa.bin?h=20251125) = 116160 +SHA256 (linux-firmware/mt76fw/mediatek/mt7915_wm.bin?h=20251125) = 93ada741ec11b8a8c12dde51dd1c54e05ef860a9d0c79cebea0a8c3089aa550c +SIZE (linux-firmware/mt76fw/mediatek/mt7915_wm.bin?h=20251125) = 1260960 +SHA256 (linux-firmware/mt76fw/mediatek/mt7916_eeprom.bin?h=20251125) = 3ed7ca6b67ca3ef2e915c71fc7c0fc5e745cb87e441b7c5305b6bdf47fc155d6 +SIZE (linux-firmware/mt76fw/mediatek/mt7916_eeprom.bin?h=20251125) = 4096 +SHA256 (linux-firmware/mt76fw/mediatek/mt7916_rom_patch.bin?h=20251125) = d74eda13fc1dbd49f5bbe46738f5a24fbfb270c97f76623a0b21e8a08a883fd4 +SIZE (linux-firmware/mt76fw/mediatek/mt7916_rom_patch.bin?h=20251125) = 8800 +SHA256 (linux-firmware/mt76fw/mediatek/mt7916_wa.bin?h=20251125) = abeeb31611d3faed6178357988fc54858ddf7f7a5eb742d41fb55e9bb6da3fdc +SIZE (linux-firmware/mt76fw/mediatek/mt7916_wa.bin?h=20251125) = 504032 +SHA256 (linux-firmware/mt76fw/mediatek/mt7916_wm.bin?h=20251125) = 64d86cfa4f00f9452b4706389d648d4ce0e563ddd512cc9845ba4e4442e99cb0 +SIZE (linux-firmware/mt76fw/mediatek/mt7916_wm.bin?h=20251125) = 1767568 +SHA256 (linux-firmware/mt76fw/mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin?h=20251125) = 009febfb3cca044ab5ac6f4f3ae0ecbbab16090fbeb6a5e16925bec018eecde3 +SIZE (linux-firmware/mt76fw/mediatek/mt7925/WIFI_MT7925_PATCH_MCU_1_1_hdr.bin?h=20251125) = 213152 +SHA256 (linux-firmware/mt76fw/mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin?h=20251125) = 297b449ba27dd42d643942626e75690d22d63e3668ab4d492698e120d57d3e20 +SIZE (linux-firmware/mt76fw/mediatek/mt7925/WIFI_RAM_CODE_MT7925_1_1.bin?h=20251125) = 1231832 +SHA256 (linux-firmware/mt76fw/mediatek/mt7981_rom_patch.bin?h=20251125) = f6338f757dfd1f6c9693bd7df1949195a282e919a23c509468f4ee37c0ac48ee +SIZE (linux-firmware/mt76fw/mediatek/mt7981_rom_patch.bin?h=20251125) = 9824 +SHA256 (linux-firmware/mt76fw/mediatek/mt7981_wa.bin?h=20251125) = 96b35d4bf944f7e21cc85ac97a8471da77a71c2afa8c8bd0631d20c8e832af8a +SIZE (linux-firmware/mt76fw/mediatek/mt7981_wa.bin?h=20251125) = 494208 +SHA256 (linux-firmware/mt76fw/mediatek/mt7981_wm.bin?h=20251125) = 98dd939dfeedd1249e68186e42e5e05531a3b96f3f26aa5f40598929a1f4a496 +SIZE (linux-firmware/mt76fw/mediatek/mt7981_wm.bin?h=20251125) = 2054528 +SHA256 (linux-firmware/mt76fw/mediatek/mt7981_wo.bin?h=20251125) = 2d69d4cb56d4808727e8ab1bf9a9abfc61657f9803c284bf39017f1872af9dd1 +SIZE (linux-firmware/mt76fw/mediatek/mt7981_wo.bin?h=20251125) = 2454304 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7975_dual.bin?h=20251125) = 21392c9ee930c22b9ae3c870a26f8eea61fb4b60cd784bb4fae72fa64743d715 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7975_dual.bin?h=20251125) = 4096 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976.bin?h=20251125) = 1d33c8af0adfc2d93a86143b5afd05dfa7b4b30b62eda45347ab83df7faa8890 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976.bin?h=20251125) = 4096 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dbdc.bin?h=20251125) = 22eefa2204d03c0c4908d818a3461b345e7a8439d2fa422c8ad73e46be3e9f28 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dbdc.bin?h=20251125) = 4096 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dual.bin?h=20251125) = a70da76d43eb481a768cd02e74f589c77b505935f081c2ea12e55714228ed62d +SIZE (linux-firmware/mt76fw/mediatek/mt7986_eeprom_mt7976_dual.bin?h=20251125) = 4096 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_rom_patch.bin?h=20251125) = 9dba42e316c8fcfe821bbf0e3b34c6a6e7e418688831a7dfb24e17589fedfb4e +SIZE (linux-firmware/mt76fw/mediatek/mt7986_rom_patch.bin?h=20251125) = 13216 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_rom_patch_mt7975.bin?h=20251125) = a62951769098b056ff3644881c171716a68b617223aa139b3bca5cf4f29b3070 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_rom_patch_mt7975.bin?h=20251125) = 13216 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wa.bin?h=20251125) = f8ef9893fe422d24ac4454fa2177a99112d5ada99ec206e2b665f60c09210387 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_wa.bin?h=20251125) = 522416 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wm.bin?h=20251125) = 5eb175d860cc6f148cfa894ec796f1c64bfd23295d3eb235642205b68e147dfc +SIZE (linux-firmware/mt76fw/mediatek/mt7986_wm.bin?h=20251125) = 2229264 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wm_mt7975.bin?h=20251125) = 5a5340e8eaf49a7c4530560891a6618bc6107256f7eb215fa883d0fa5640d8d1 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_wm_mt7975.bin?h=20251125) = 2229264 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wo_0.bin?h=20251125) = 4c268aed7c9ebd7fdd9afc6d2f93e64e108e335626b7b025d7ab7c80704684d8 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_wo_0.bin?h=20251125) = 2455072 +SHA256 (linux-firmware/mt76fw/mediatek/mt7986_wo_1.bin?h=20251125) = b60e9930e507b9e8228ba229c3ba6d1e4736d34720c744aeb2f85a9c8e5d3f29 +SIZE (linux-firmware/mt76fw/mediatek/mt7986_wo_1.bin?h=20251125) = 2455072 +SHA256 (linux-firmware/mt76fw/mediatek/mt7988/mt7988_wo_0.bin?h=20251125) = a00b95235a9baa850fe5e9c08562b54279bb5528abad207de6f2e649a8009b15 +SIZE (linux-firmware/mt76fw/mediatek/mt7988/mt7988_wo_0.bin?h=20251125) = 107816 +SHA256 (linux-firmware/mt76fw/mediatek/mt7988/mt7988_wo_1.bin?h=20251125) = 6d9123b4e8400f93fc40cfe1adcfe67c5a2e9d7c07c168ca05f0eba739e8d39f +SIZE (linux-firmware/mt76fw/mediatek/mt7988/mt7988_wo_1.bin?h=20251125) = 107752 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7990_eeprom.bin?h=20251125) = efacee4f35bf66787af3578b7f0754f3ecc4c9002c39910e24934373951dc11d +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7990_eeprom.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7990_eeprom_2i5i.bin?h=20251125) = ae8f5fbad39959d0a94df5ad2ce93a41962b948d4d61beb1774acbb27734b799 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7990_eeprom_2i5i.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7990_rom_patch.bin?h=20251125) = 5a86660206eda41cfc68ad4a619b177919990a1320d6597ad95fe8831738bfac +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7990_rom_patch.bin?h=20251125) = 12832 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7990_wm.bin?h=20251125) = ab56de4291114d671ac3ab0d3bf50da25c95371c6ccc8a4d867db0d88be38316 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7990_wm.bin?h=20251125) = 1336664 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_dsp.bin?h=20251125) = b29a866dcdc5a7a7f661380de2172e3370780401570876f0cea5fd0bae7cf75b +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_dsp.bin?h=20251125) = 63572 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_dsp_23.bin?h=20251125) = c1948a57f33442553bb8924d28cefe8ed8aba9bf8b4f22624ea594316ba4efb7 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_dsp_23.bin?h=20251125) = 63536 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom.bin?h=20251125) = 9dde8b84b9c2308d264a2aee5a1a87fe6549884226c4e44047bdb48d0a2257f3 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_23.bin?h=20251125) = ccc92839a805320e5f3708dcd9559bbfe5f741b4e8628f384e9f500aaf372275 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_23.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_23_2i5i.bin?h=20251125) = f88ad725f82aa54269eba65f8e10b7eb9d652a3da46edde53c6a48f3960c7376 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_23_2i5i.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_2i5e.bin?h=20251125) = 898439862ecc00a00a0896d7327f319e425e04e466937434728966b2d68c22a8 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_2i5e.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_2i5i.bin?h=20251125) = 454ce57758188e1aab934863d0a67a64b66ac88c509c41c1283f2d226fb2fd48 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_eeprom_2i5i.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_rom_patch.bin?h=20251125) = 92239fe98eeef10977c17395ee41ef96433c6f98199c7f48eff70eb0a1dc6fc0 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_rom_patch.bin?h=20251125) = 20896 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_rom_patch_23.bin?h=20251125) = bbb47fa6bce319ce1408ce860eabb5be6828805450a3250e5092af79def45012 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_rom_patch_23.bin?h=20251125) = 20896 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wa.bin?h=20251125) = a04097af88b3c67d01f671557e717a8d221bf88958c83fe4f7bc5ab8c772d9a2 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wa.bin?h=20251125) = 515184 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wa_23.bin?h=20251125) = d3e39246a50ab3180c2b4f6d6b6fd567b4f03bea88fe8363ebf2c8e8d6317447 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wa_23.bin?h=20251125) = 515184 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wm.bin?h=20251125) = dfcdf7248ee6318f5d74bdedced10ce37280c73d453997aef2b25f21ecfc6c37 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wm.bin?h=20251125) = 1742052 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wm_23.bin?h=20251125) = 9ab7979630ecbe5fa9b93e2eefd6600d84d30fb0b34cf744a774c6b5d1a71fb2 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7992_wm_23.bin?h=20251125) = 1701216 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_dsp.bin?h=20251125) = 30e67aae2aa00aaf7c6e23a3b7a17caf544b7ddb4bcf5696643bc575d106358e +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_dsp.bin?h=20251125) = 191728 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom.bin?h=20251125) = 86611acc8560d05a8e18780838cf8400e82ba313cdc9329d0097422d591199d6 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_233.bin?h=20251125) = d4e2c032657c35d79f651d7e3b6af2e05f6a498228be31394d032640851a9643 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_233.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_233_2i5i6i.bin?h=20251125) = d4e2c032657c35d79f651d7e3b6af2e05f6a498228be31394d032640851a9643 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_233_2i5i6i.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_2i5i6i.bin?h=20251125) = 22f5caa4400963ecacb840d8acb7c004260b567709b1c09c6e2309a6050d9f28 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_eeprom_2i5i6i.bin?h=20251125) = 7680 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch.bin?h=20251125) = d098625ce718ad712266771b230ce201c54d9f9a45495ae3e20ffc6829875fe8 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch.bin?h=20251125) = 37216 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch_233.bin?h=20251125) = 9dd10428b5ccd20c168a98f7655ddd6d581b2e88ad6be5b0819a478d82e62bed +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_rom_patch_233.bin?h=20251125) = 37216 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa.bin?h=20251125) = defaada74ead853c7c8341ed94ea3bc9d6cc25b5864a773ce06bd1febf8c4944 +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa.bin?h=20251125) = 509232 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa_233.bin?h=20251125) = b4d9a34889bdb9d52878129597caceb3c06fc6954dcafe0fb75d28d9fdbb8b5e +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wa_233.bin?h=20251125) = 509232 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm.bin?h=20251125) = e6148ee6b66fc7883aa4ab176c66920b95abec04d0c7ddbe368b8867725f009f +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm.bin?h=20251125) = 2655416 +SHA256 (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm_233.bin?h=20251125) = 04db3f2431ee17ead8957c650d715f01de0aefe2c0e30e167c8cf6df12fe355e +SIZE (linux-firmware/mt76fw/mediatek/mt7996/mt7996_wm_233.bin?h=20251125) = 2681656 +SHA256 (linux-firmware/mt76fw/LICENCE.mediatek?h=20251125) = a90d3f66704d85889945fec5525ea77622549da83aced1aac99828383f8f1805 +SIZE (linux-firmware/mt76fw/LICENCE.mediatek?h=20251125) = 561 +SHA256 (linux-firmware/mt76fw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/mt76fw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-mt76-kmod/files/extract-fw-list.sh b/net/wifi-firmware-mt76-kmod/files/extract-fw-list.sh new file mode 100644 index 000000000000..eab739e6867b --- /dev/null +++ b/net/wifi-firmware-mt76-kmod/files/extract-fw-list.sh @@ -0,0 +1,200 @@ +#!/bin/sh +# +# Copyright (c) 2025 The FreeBSD Foundation +# +# This software was developed by Björn Zeeb +# under sponsorship from the FreeBSD Foundation. +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Generate the firmware flavors and files from the WHENCE file in +# linux-firmware.git based on the "MAC" names. +# It is no longer feasible to generate them from the driver as the +# firmware names are fully dynamic and require at least a register +# read on each card. The combinations likely go into the hundreds +# or thousands. +# We still check for the firmware file with the highest API version +# available based on each file name and sort out all the others. +# We also have to sort out the DVM drier parts which we are not +# interested in. +# + +FWDIR=${1:-/nonexistent} + +if test ! -d ${FWDIR} -o ! -r ${FWDIR}/WHENCE; then + printf "Cannot find '%s' or '%s/WHENCE'\n" ${FWDIR} ${FWDIR} >&2 + printf "USAGE: %s /path/to/linux-firmware.git\n" $0 >&2 + exit +fi + +sed -e "s@%%XXX%%@(mt7615e|mt7915e|mt7921|mt7922|mt7925|mt7996e|mtk_wed) -.*ireless@g" ../wifi-firmware-kmod/files/WHENCE.awk.in > WHENCE.awk +awk -f WHENCE.awk ${FWDIR}/WHENCE > WHENCE +awk -v FWDIR="${FWDIR}" ' +function file_exists(fname) +{ + xname = FWDIR "/" "mediatek" "/" fname; + + #printf("DEBUG: checking for file %s\n", xname); + + if ((getline _ < xname) >= 0) { + return 1; + } +} + +function known_in_2arr(arr, idx1, idx2) +{ + for (both in arr) { + split(both, sep, SUBSEP); + if (sep[1] == idx1 && sep[2] == idx2) { + return 1; + } + } + return 0; +} + +function get_flavor(name) +{ + + name = tolower(name); + + # Remove the file name if in subdir. + gsub("/[^/]*$", "", name); + + # Reduce to one level + n = split(name, a, "/") + if (n > 1) { + name = a[1]; + } + # Reduce to prefix; exclude the WIFI_* files, which get special handling. + if (name ~ /^mt/) { + n = split(name, a, "_") + if (n > 1) { + name = a[1]; + } + } + + # replace special characters + gsub("/", "_", name); + gsub("\\.", "", name); + + if (name == "mt7916" || name == "mt7981" || name == "mt7986") { + name = "mt7915"; + } + if (name == "mt7988") { + name = "mtk_wed"; + } + if (name ~ /^wifi_.*mt7922/ || name ~ /^wifi_.*mt7961/) { + name = "mt7921"; + } + + #printf("FLAVNAME >>%s<<\n", name); + + return name; +} + +function is_flavor_known(name, n, flavarr) +{ + + for (f = 1; f <= n ; f++) { + if (flavarr[f] == name) + return 1; + } + + return 0; +} + +BEGIN { + if (!FWDIR) { + printf "USAGE: -v FWDIR=/path/to/linux-firmware.git\n" + exit + } + + flavors_n = 0; +} +{ + if (! /^File:/) { + next; + } + + gsub("^File: " "mediatek" "/", ""); + + name=$0 + if (!file_exists(name)) { + print "DEBUG :: file does not exist :: " $0; + next; + } + + flav = get_flavor($name); + + if (!is_flavor_known(flav, flavors_n, flavors)) { + flavors[++flavors_n] = flav; + } + + fwn[flav]++; + fwname[flav,fwn[flav]] = name; +} +END { + # Sort flavors + for (i = 1; i < length(flavors); i++) { + for (j = i + 1; j <= length(flavors); j++) { + if (flavors[i] > flavors[j]) { + t=flavors[i] + flavors[i]=flavors[j] + flavors[j]=t + } + } + } + + printf("FWSUBS="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t%s", flavors[f]); + } + } + printf("\n\n"); + + # Deal with all the firmware flavors: + for (f = 1; f <= length(flavors); f++) { + flav=flavors[f]; + + # + # Firmware files. + # + if (fwn[flav] > 0) { + if (f > 1) { + printf("\n"); + } + printf("DISTFILES_%s+=", flav); + } + # Sort + for (i = 1; i < fwn[flav]; i++) { + for (j = i + 1; j <= fwn[flav]; j++) { + if (fwname[flav,i] > fwname[flav,j]) { + t=fwname[flav,i] + fwname[flav,i]=fwname[flav,j] + fwname[flav,j]=t + } + } + } + # Print + for (i = 1; i <= fwn[flav]; i++) { + printf(" \\\n\t\${FWSUBDIR}/%s\${DISTURL_SUFFIX}", fwname[flav,i]); + } + } + printf("\n"); + + printf("\n"); + printf("DISTFILES_\${FWDRV}="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t\${DISTFILES_%s}", flavors[f]); + } + } + printf("\n"); + printf("DISTFILES_\${FWDRV}_lic="); + printf("\n"); +}' WHENCE + +rm -f WHENCE.awk WHENCE + +# end diff --git a/net/wifi-firmware-mt76-kmod/pkg-descr b/net/wifi-firmware-mt76-kmod/pkg-descr index f5ae9af972f3..a15c13b2c116 100644 --- a/net/wifi-firmware-mt76-kmod/pkg-descr +++ b/net/wifi-firmware-mt76-kmod/pkg-descr @@ -1,7 +1 @@ Firmware files for Mediatek WiFi NICs supported by the mt76 driver. - -Currently provides firmware for the following sub-drivers: -- mt7915 -- mt7921 -- mt7925 -- mt7996 diff --git a/net/wifi-firmware-mt7601u-kmod/Makefile b/net/wifi-firmware-mt7601u-kmod/Makefile index 8f97cc6fa075..211527d84183 100644 --- a/net/wifi-firmware-mt7601u-kmod/Makefile +++ b/net/wifi-firmware-mt7601u-kmod/Makefile @@ -1,7 +1,9 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV=mt7601u FWSUBDIR= mediatek -FWDRV_VERSION= 20241017 +FWDRV_VERSION= 20251125 + +NOT_FOR_ARCHS= LICENSE_FILE= LICENCE.ralink_a_mediatek_company_firmware LICENSE_NAME= Ralink, A MediaTek Company license (${FWDRV}) diff --git a/net/wifi-firmware-mt7601u-kmod/distinfo b/net/wifi-firmware-mt7601u-kmod/distinfo index f3c781108508..948881b5d946 100644 --- a/net/wifi-firmware-mt7601u-kmod/distinfo +++ b/net/wifi-firmware-mt7601u-kmod/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1739475756 -SHA256 (linux-firmware/mt7601ufw/mediatek/mt7601u.bin?h=20241017) = 4511b1d840e22aea2bf5fdca419c91c0d94cbfb291b9ac4f8be6d9100d1a7046 -SIZE (linux-firmware/mt7601ufw/mediatek/mt7601u.bin?h=20241017) = 45412 -SHA256 (linux-firmware/mt7601ufw/LICENCE.ralink_a_mediatek_company_firmware?h=20241017) = 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508 -SIZE (linux-firmware/mt7601ufw/LICENCE.ralink_a_mediatek_company_firmware?h=20241017) = 2100 -SHA256 (linux-firmware/mt7601ufw/WHENCE?h=20241017) = 7851ae8e04d71ccfc741fd2df450ef5724c4a172a0a282f69e8a8ce44877ba84 -SIZE (linux-firmware/mt7601ufw/WHENCE?h=20241017) = 291838 +TIMESTAMP = 1765588290 +SHA256 (linux-firmware/mt7601ufw/mediatek/mt7601u.bin?h=20251125) = 4511b1d840e22aea2bf5fdca419c91c0d94cbfb291b9ac4f8be6d9100d1a7046 +SIZE (linux-firmware/mt7601ufw/mediatek/mt7601u.bin?h=20251125) = 45412 +SHA256 (linux-firmware/mt7601ufw/LICENCE.ralink_a_mediatek_company_firmware?h=20251125) = 8568352b57f3574f9d5b2753cdb7c6e5eb2b79e82fbb9c9ba6566947467ef508 +SIZE (linux-firmware/mt7601ufw/LICENCE.ralink_a_mediatek_company_firmware?h=20251125) = 2100 +SHA256 (linux-firmware/mt7601ufw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/mt7601ufw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-rtw88-kmod/Makefile b/net/wifi-firmware-rtw88-kmod/Makefile index dfd374718937..c1984c95e274 100644 --- a/net/wifi-firmware-rtw88-kmod/Makefile +++ b/net/wifi-firmware-rtw88-kmod/Makefile @@ -6,7 +6,8 @@ FWSUBDIR= rtw88 #FWDRV_VERSION= 20230117 # rtw8822c is barfing #FWDRV_VERSION= 20220209 # Used for a long time #FWDRV_VERSION= 20240513 -FWDRV_VERSION= 20241017 +#FWDRV_VERSION= 20241017 +FWDRV_VERSION= 20251125 LICENSE_FILE= LICENCE.rtlwifi_firmware.txt LICENSE_NAME= Realtek firmware license (${FWDRV}) @@ -15,40 +16,53 @@ WHENCE_REGEX= rtw88 -.* COMPAT_LINUXKPI_SKB_MEM_LIMIT= 1 -# The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/rtw88/zzz_fw_ports_fwget.sh } +# The flavor/firmware lists below are generated by the +# files/extract-fw-list.sh script. Usage: +# 1: checkout the correct tag (FWDRV_VERSION) in linux-firmware.git. +# 2: ./files/extract-fw-list.sh /path/to/linux-firmware.git rtw88 ### >>> FWSUBS= \ rtw8703b \ rtw8723d \ + rtw8812a \ + rtw8814a \ + rtw8821a \ rtw8821c \ rtw8822b \ rtw8822c -DISTFILES_rtw8703b= \ +DISTFILES_rtw8703b+= \ ${FWSUBDIR}/rtw8703b_fw.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/rtw8703b_wow_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8723d= \ +DISTFILES_rtw8723d+= \ ${FWSUBDIR}/rtw8723d_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8821c= \ +DISTFILES_rtw8812a+= \ + ${FWSUBDIR}/rtw8812a_fw.bin${DISTURL_SUFFIX} +DISTFILES_rtw8814a+= \ + ${FWSUBDIR}/rtw8814a_fw.bin${DISTURL_SUFFIX} +DISTFILES_rtw8821a+= \ + ${FWSUBDIR}/rtw8821a_fw.bin${DISTURL_SUFFIX} +DISTFILES_rtw8821c+= \ ${FWSUBDIR}/rtw8821c_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8822b= \ +DISTFILES_rtw8822b+= \ ${FWSUBDIR}/rtw8822b_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8822c= \ +DISTFILES_rtw8822c+= \ ${FWSUBDIR}/rtw8822c_fw.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/rtw8822c_wow_fw.bin${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ ${DISTFILES_rtw8703b} \ ${DISTFILES_rtw8723d} \ + ${DISTFILES_rtw8812a} \ + ${DISTFILES_rtw8814a} \ + ${DISTFILES_rtw8821a} \ ${DISTFILES_rtw8821c} \ ${DISTFILES_rtw8822b} \ ${DISTFILES_rtw8822c} - -### <<< DISTFILES_${FWDRV}_lic= \ ${FWSUBDIR}/README${DISTURL_SUFFIX} +### <<< + .include "${BASEDIR}/Makefile.inc" diff --git a/net/wifi-firmware-rtw88-kmod/distinfo b/net/wifi-firmware-rtw88-kmod/distinfo index 2fa8d535f6f6..745b8cca6787 100644 --- a/net/wifi-firmware-rtw88-kmod/distinfo +++ b/net/wifi-firmware-rtw88-kmod/distinfo @@ -1,21 +1,27 @@ -TIMESTAMP = 1730331931 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8703b_fw.bin?h=20241017) = 5e32bd891c74a0719c871726b74490cf5e1a05cdcefb8fe2414f80fffdeb9f9d -SIZE (linux-firmware/rtw88fw/rtw88/rtw8703b_fw.bin?h=20241017) = 20290 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8703b_wow_fw.bin?h=20241017) = 7156b0d2b4580e63d11a3a78258c35ff28e840c7c6428953920ae6a1cd5d05ac -SIZE (linux-firmware/rtw88fw/rtw88/rtw8703b_wow_fw.bin?h=20241017) = 23074 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8723d_fw.bin?h=20241017) = 9c64e079815a333a3f7b731be7cc0be65206ebc883891659dc8ff5ed36a5e2f5 -SIZE (linux-firmware/rtw88fw/rtw88/rtw8723d_fw.bin?h=20241017) = 28884 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8821c_fw.bin?h=20241017) = 2ef409bc418549fcf294061dd0cae1fc22fd9da79b60524950b25de18732f3f0 -SIZE (linux-firmware/rtw88fw/rtw88/rtw8821c_fw.bin?h=20241017) = 139472 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822b_fw.bin?h=20241017) = 378ff7b43ae7da18a0311175abc351a1758d25ce553b44f3c5694758efbea84c -SIZE (linux-firmware/rtw88fw/rtw88/rtw8822b_fw.bin?h=20241017) = 150984 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822c_fw.bin?h=20241017) = 3deecb31210986d98cdbfb000391e08d602a6eee4ffc883969faa2b907ab03ba -SIZE (linux-firmware/rtw88fw/rtw88/rtw8822c_fw.bin?h=20241017) = 202600 -SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822c_wow_fw.bin?h=20241017) = 6717fc6ff426a74571ac4f04cd9698fb2f356012c05c58aa64cf21ceb6b958a2 -SIZE (linux-firmware/rtw88fw/rtw88/rtw8822c_wow_fw.bin?h=20241017) = 145224 -SHA256 (linux-firmware/rtw88fw/rtw88/README?h=20241017) = 39c44c710469c1069305add9889921b42704a83f11b94c6d88b06dc2efe40686 -SIZE (linux-firmware/rtw88fw/rtw88/README?h=20241017) = 1181 -SHA256 (linux-firmware/rtw88fw/LICENCE.rtlwifi_firmware.txt?h=20241017) = a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e -SIZE (linux-firmware/rtw88fw/LICENCE.rtlwifi_firmware.txt?h=20241017) = 2115 -SHA256 (linux-firmware/rtw88fw/WHENCE?h=20241017) = 7851ae8e04d71ccfc741fd2df450ef5724c4a172a0a282f69e8a8ce44877ba84 -SIZE (linux-firmware/rtw88fw/WHENCE?h=20241017) = 291838 +TIMESTAMP = 1765584880 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8703b_fw.bin?h=20251125) = 5e32bd891c74a0719c871726b74490cf5e1a05cdcefb8fe2414f80fffdeb9f9d +SIZE (linux-firmware/rtw88fw/rtw88/rtw8703b_fw.bin?h=20251125) = 20290 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8703b_wow_fw.bin?h=20251125) = 7156b0d2b4580e63d11a3a78258c35ff28e840c7c6428953920ae6a1cd5d05ac +SIZE (linux-firmware/rtw88fw/rtw88/rtw8703b_wow_fw.bin?h=20251125) = 23074 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8723d_fw.bin?h=20251125) = 9c64e079815a333a3f7b731be7cc0be65206ebc883891659dc8ff5ed36a5e2f5 +SIZE (linux-firmware/rtw88fw/rtw88/rtw8723d_fw.bin?h=20251125) = 28884 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8812a_fw.bin?h=20251125) = abdcca4e8bf76ebfba23d433de310ffefebd0ff9d01990639d4cd9602b32b71a +SIZE (linux-firmware/rtw88fw/rtw88/rtw8812a_fw.bin?h=20251125) = 27030 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8814a_fw.bin?h=20251125) = aa6bf9d62b2d2d8a37254fd6d917ba2839888cdedc21850d4481874cb1d3d7cb +SIZE (linux-firmware/rtw88fw/rtw88/rtw8814a_fw.bin?h=20251125) = 68320 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8821a_fw.bin?h=20251125) = 4693ece655044d96f81bd3f3e8db14dc352b493219c4fd0a75788a6fbd9eac3c +SIZE (linux-firmware/rtw88fw/rtw88/rtw8821a_fw.bin?h=20251125) = 31898 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8821c_fw.bin?h=20251125) = 2ef409bc418549fcf294061dd0cae1fc22fd9da79b60524950b25de18732f3f0 +SIZE (linux-firmware/rtw88fw/rtw88/rtw8821c_fw.bin?h=20251125) = 139472 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822b_fw.bin?h=20251125) = a72da690597bfa99d8eb6fc2ab090d18d8ad92ac2befd35db1c9e3662d8d8418 +SIZE (linux-firmware/rtw88fw/rtw88/rtw8822b_fw.bin?h=20251125) = 161240 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822c_fw.bin?h=20251125) = 3deecb31210986d98cdbfb000391e08d602a6eee4ffc883969faa2b907ab03ba +SIZE (linux-firmware/rtw88fw/rtw88/rtw8822c_fw.bin?h=20251125) = 202600 +SHA256 (linux-firmware/rtw88fw/rtw88/rtw8822c_wow_fw.bin?h=20251125) = 6717fc6ff426a74571ac4f04cd9698fb2f356012c05c58aa64cf21ceb6b958a2 +SIZE (linux-firmware/rtw88fw/rtw88/rtw8822c_wow_fw.bin?h=20251125) = 145224 +SHA256 (linux-firmware/rtw88fw/rtw88/README?h=20251125) = f94c70b012eea68bfb45e0cfeea17bd76b8f0b3e872b6dbf313012f75ffd4ab0 +SIZE (linux-firmware/rtw88fw/rtw88/README?h=20251125) = 1253 +SHA256 (linux-firmware/rtw88fw/LICENCE.rtlwifi_firmware.txt?h=20251125) = a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e +SIZE (linux-firmware/rtw88fw/LICENCE.rtlwifi_firmware.txt?h=20251125) = 2115 +SHA256 (linux-firmware/rtw88fw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/rtw88fw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-rtw88-kmod/files/extract-fw-list.sh b/net/wifi-firmware-rtw88-kmod/files/extract-fw-list.sh new file mode 100644 index 000000000000..fdfeabc60d11 --- /dev/null +++ b/net/wifi-firmware-rtw88-kmod/files/extract-fw-list.sh @@ -0,0 +1,205 @@ +#!/bin/sh +# +# Copyright (c) 2025 The FreeBSD Foundation +# +# This software was developed by Björn Zeeb +# under sponsorship from the FreeBSD Foundation. +# +# SPDX-License-Identifier: BSD-2-Clause +# +# Generate the firmware flavors and files from the WHENCE file in +# linux-firmware.git based on the "MAC" names. +# It is no longer feasible to generate them from the driver as the +# firmware names are fully dynamic and require at least a register +# read on each card. The combinations likely go into the hundreds +# or thousands. +# We still check for the firmware file with the highest API version +# available based on each file name and sort out all the others. +# We also have to sort out the DVM drier parts which we are not +# interested in. +# + +FWDIR=${1:-/nonexistent} +DRVNAME=${2:-NODRVNAMEGIVEN} + +if test ! -d ${FWDIR} -o ! -r ${FWDIR}/WHENCE; then + printf "Cannot find '%s' or '%s/WHENCE'\n" ${FWDIR} ${FWDIR} >&2 + printf "USAGE: %s /path/to/linux-firmware.git rtw8[89]\n" $0 >&2 + exit +fi +case "${DRVNAME}" in +NODRVNAMEGIVEN) + printf "USAGE: %s /path/to/linux-firmware.git rtw8[89]\n" $0 >&2 + exit + ;; +esac + +sed -e "s@%%XXX%%@"${DRVNAME}" -.*@g" ../wifi-firmware-kmod/files/WHENCE.awk.in > WHENCE.awk +awk -f WHENCE.awk ${FWDIR}/WHENCE > WHENCE +awk -v FWDIR="${FWDIR}" -v DRVNAME="${DRVNAME}" ' +function file_exists(fname) +{ + xname = FWDIR "/" DRVNAME "/" fname; + + #printf("DEBUG: checking for file %s\n", xname); + + if ((getline _ < xname) >= 0) { + return 1; + } +} + +function known_in_2arr(arr, idx1, idx2) +{ + for (both in arr) { + split(both, sep, SUBSEP); + if (sep[1] == idx1 && sep[2] == idx2) { + return 1; + } + } + return 0; +} + +function get_flavor(name) +{ + + name = tolower(name); + + # Remove the file name if in subdir. + gsub("/[^/]*$", "", name); + + # Reduce to one level + n = split(name, a, "/") + if (n > 1) { + name = a[1]; + } + # Reduce to prefix. + if (name ~ /^rtw/) { + n = split(name, a, "_") + if (n > 1) { + name = a[1]; + } + } + + # replace special characters + gsub("/", "_", name); + gsub("\\.", "", name); + + #printf("FLAVNAME >>%s<<\n", name); + + return name; +} + +function is_flavor_known(name, n, flavarr) +{ + + for (f = 1; f <= n ; f++) { + if (flavarr[f] == name) + return 1; + } + + return 0; +} + +BEGIN { + if (!FWDIR) { + printf "USAGE: -v FWDIR=/path/to/linux-firmware.git\n" + exit + } + + flavors_n = 0; +} +{ + if (! /^File:/) { + next; + } + + gsub("^File: " DRVNAME "/", ""); + + name=$0 + if (!file_exists(name)) { + print "DEBUG :: file does not exist :: " $0; + next; + } + + flav = get_flavor($name); + + if (DRVNAME == "rtw88" && flav == "readme") { + print "DEBUG :: skipping rtw88 readme :: " $0; + next; + } + + if (!is_flavor_known(flav, flavors_n, flavors)) { + flavors[++flavors_n] = flav; + } + + fwn[flav]++; + fwname[flav,fwn[flav]] = name; +} +END { + # Sort flavors + for (i = 1; i < length(flavors); i++) { + for (j = i + 1; j <= length(flavors); j++) { + if (flavors[i] > flavors[j]) { + t=flavors[i] + flavors[i]=flavors[j] + flavors[j]=t + } + } + } + + printf("FWSUBS="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t%s", flavors[f]); + } + } + printf("\n\n"); + + # Deal with all the firmware flavors: + for (f = 1; f <= length(flavors); f++) { + flav=flavors[f]; + + # + # Firmware files. + # + if (fwn[flav] > 0) { + if (f > 1) { + printf("\n"); + } + printf("DISTFILES_%s+=", flav); + } + # Sort + for (i = 1; i < fwn[flav]; i++) { + for (j = i + 1; j <= fwn[flav]; j++) { + if (fwname[flav,i] > fwname[flav,j]) { + t=fwname[flav,i] + fwname[flav,i]=fwname[flav,j] + fwname[flav,j]=t + } + } + } + # Print + for (i = 1; i <= fwn[flav]; i++) { + printf(" \\\n\t\${FWSUBDIR}/%s\${DISTURL_SUFFIX}", fwname[flav,i]); + } + } + printf("\n"); + + printf("\n"); + printf("DISTFILES_\${FWDRV}="); + for (f = 1; f <= length(flavors); f++) { + if (fwn[flavors[f]] > 0) { + printf(" \\\n\t\${DISTFILES_%s}", flavors[f]); + } + } + printf("\n"); + printf("DISTFILES_\${FWDRV}_lic="); + if (DRVNAME == "rtw88") { + printf(" \\\n\t\${FWSUBDIR}/%s\${DISTURL_SUFFIX}", "README"); + } + printf("\n"); +}' WHENCE + +rm -f WHENCE.awk WHENCE + +# end diff --git a/net/wifi-firmware-rtw88-kmod/pkg-descr b/net/wifi-firmware-rtw88-kmod/pkg-descr index 7648756cc451..ae438dbbf99d 100644 --- a/net/wifi-firmware-rtw88-kmod/pkg-descr +++ b/net/wifi-firmware-rtw88-kmod/pkg-descr @@ -1,7 +1 @@ Firmware files for Realtek WiFi NICs supported by the rtw88 driver. - -Currently supported chipsets: -- RTL8822BE -- RTL8821CE -- RTL8822CE -- RTL8723DE diff --git a/net/wifi-firmware-rtw89-kmod/Makefile b/net/wifi-firmware-rtw89-kmod/Makefile index abe723dfd687..7eaf79ad53c8 100644 --- a/net/wifi-firmware-rtw89-kmod/Makefile +++ b/net/wifi-firmware-rtw89-kmod/Makefile @@ -3,7 +3,8 @@ BASEDIR= ${.CURDIR}/../wifi-firmware-kmod FWDRV= rtw89 FWSUBDIR= rtw89 #FWDRV_VERSION= 20240513 -FWDRV_VERSION= 20241017 +#FWDRV_VERSION= 20241017 +FWDRV_VERSION= 20251125 LICENSE_FILE= LICENCE.rtlwifi_firmware.txt LICENSE_NAME= Realtek firmware license (${FWDRV}) @@ -13,48 +14,48 @@ WHENCE_REGEX= rtw89 -.* COMPAT_LINUXKPI_SKB_MEM_LIMIT= 1 # The flavor/firmware lists below are generated by a script -# also helping to generate the fwget(8) definitions. -# { sys/contrib/dev/rtw89/zzz_fw_ports_fwget.sh } -# -# Note: we manually added (kept) some -<n> versions (outside -# the generated template) to be able to support all branches. -# +# found with the wifi-firmware-rtw88-kmod port. ### >>> FWSUBS= \ rtw8851b \ rtw8852a \ rtw8852b \ + rtw8852bt \ rtw8852c \ rtw8922a -DISTFILES_rtw8851b= \ +DISTFILES_rtw8851b+= \ ${FWSUBDIR}/rtw8851b_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8852a= \ +DISTFILES_rtw8852a+= \ ${FWSUBDIR}/rtw8852a_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8852b= \ - ${FWSUBDIR}/rtw8852b_fw-1.bin${DISTURL_SUFFIX} -DISTFILES_rtw8852c= \ +DISTFILES_rtw8852b+= \ + ${FWSUBDIR}/rtw8852b_fw-1.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8852b_fw-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8852b_fw.bin${DISTURL_SUFFIX} +DISTFILES_rtw8852bt+= \ + ${FWSUBDIR}/rtw8852bt_fw-1.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8852bt_fw.bin${DISTURL_SUFFIX} +DISTFILES_rtw8852c+= \ + ${FWSUBDIR}/rtw8852c_fw-1.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8852c_fw-2.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/rtw8852c_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8922a= \ +DISTFILES_rtw8922a+= \ + ${FWSUBDIR}/rtw8922a_fw-1.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8922a_fw-2.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8922a_fw-3.bin${DISTURL_SUFFIX} \ + ${FWSUBDIR}/rtw8922a_fw-4.bin${DISTURL_SUFFIX} \ ${FWSUBDIR}/rtw8922a_fw.bin${DISTURL_SUFFIX} DISTFILES_${FWDRV}= \ ${DISTFILES_rtw8851b} \ ${DISTFILES_rtw8852a} \ ${DISTFILES_rtw8852b} \ + ${DISTFILES_rtw8852bt} \ ${DISTFILES_rtw8852c} \ ${DISTFILES_rtw8922a} +DISTFILES_${FWDRV}_lic= ### <<<< -DISTFILES_rtw8852a+= \ - ${FWSUBDIR}/rtw8852b_fw.bin${DISTURL_SUFFIX} -DISTFILES_rtw8852c+= \ - ${FWSUBDIR}/rtw8852c_fw-1.bin${DISTURL_SUFFIX} -DISTFILES_rtw8922a+= \ - ${FWSUBDIR}/rtw8922a_fw-1.bin${DISTURL_SUFFIX} \ - ${FWSUBDIR}/rtw8922a_fw-2.bin${DISTURL_SUFFIX} - -DISTFILES_${FWDRV}_lic= .include "${BASEDIR}/Makefile.inc" diff --git a/net/wifi-firmware-rtw89-kmod/distinfo b/net/wifi-firmware-rtw89-kmod/distinfo index de181c59be7e..ce7b63e10315 100644 --- a/net/wifi-firmware-rtw89-kmod/distinfo +++ b/net/wifi-firmware-rtw89-kmod/distinfo @@ -1,23 +1,35 @@ -TIMESTAMP = 1730332180 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8851b_fw.bin?h=20241017) = f0980b436211f08682666777161db844f020c7c01f4d5864792f9ad8ee2ffd0a -SIZE (linux-firmware/rtw89fw/rtw89/rtw8851b_fw.bin?h=20241017) = 1162024 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852a_fw.bin?h=20241017) = c3dc625eefc631280e3e3359514a71ecb99c5c6a3bc768f127e8e00d8f26db85 -SIZE (linux-firmware/rtw89fw/rtw89/rtw8852a_fw.bin?h=20241017) = 1423232 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852b_fw.bin?h=20241017) = 5b9c224ae014e0aeade8701412d820e213c8880e08615b3905dba89659f21baf -SIZE (linux-firmware/rtw89fw/rtw89/rtw8852b_fw.bin?h=20241017) = 1035232 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-1.bin?h=20241017) = 2dc9f2fb587219ddace6120c4bf0543e4918ee0396b60ee8d0a6dcd690fb4b12 -SIZE (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-1.bin?h=20241017) = 1242808 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852c_fw.bin?h=20241017) = e05e704911ec5d6523e2951416290cc2189444d48a0420e637de6acf5bf21228 -SIZE (linux-firmware/rtw89fw/rtw89/rtw8852c_fw.bin?h=20241017) = 1532656 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-1.bin?h=20241017) = 3b7a3f2781ade68997756d3278b2656e454f1230e02620871e97fbf8071d1b7d -SIZE (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-1.bin?h=20241017) = 2180616 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw.bin?h=20241017) = 84458f2fa7c9a730fae242d858a82814141421d66a1f672a10121982513daf6d -SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw.bin?h=20241017) = 1537690 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-1.bin?h=20241017) = 4340bc322912f30f1793bb57a1747c23b15e40db2df628d6687d1ddf722f2828 -SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-1.bin?h=20241017) = 1583434 -SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-2.bin?h=20241017) = 9ca08cd3098b954cc0d44edd5c0b079877e5dd9b98d55cfec1c302b41475d88c -SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-2.bin?h=20241017) = 1586954 -SHA256 (linux-firmware/rtw89fw/LICENCE.rtlwifi_firmware.txt?h=20241017) = a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e -SIZE (linux-firmware/rtw89fw/LICENCE.rtlwifi_firmware.txt?h=20241017) = 2115 -SHA256 (linux-firmware/rtw89fw/WHENCE?h=20241017) = 7851ae8e04d71ccfc741fd2df450ef5724c4a172a0a282f69e8a8ce44877ba84 -SIZE (linux-firmware/rtw89fw/WHENCE?h=20241017) = 291838 +TIMESTAMP = 1765585357 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8851b_fw.bin?h=20251125) = 945c854d7cf69dd97bf1da0181b011787d9b3c5d59c47e8b9dbea4eb4eee170b +SIZE (linux-firmware/rtw89fw/rtw89/rtw8851b_fw.bin?h=20251125) = 1164440 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852a_fw.bin?h=20251125) = 7eb1fe457f5a704b7a4f05a66c67cfa6af2f1142566b640c8e402445d04b0159 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852a_fw.bin?h=20251125) = 1428272 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-1.bin?h=20251125) = 369710ee7cbcc809ea55d2d1b8dff31f91b1102d817d4bc12cea834bdd88ce3e +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-1.bin?h=20251125) = 1242472 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-2.bin?h=20251125) = 95076d6d128695b29830e8a0e5efbd0af60a5590ad37bbd8591a0281952a61de +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852b_fw-2.bin?h=20251125) = 1290952 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852b_fw.bin?h=20251125) = 5b9c224ae014e0aeade8701412d820e213c8880e08615b3905dba89659f21baf +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852b_fw.bin?h=20251125) = 1035232 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852bt_fw-1.bin?h=20251125) = 164e5e2243b1241a23d5e77876aa11be003fb09f5aa7794dc7bbf80957c8c254 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852bt_fw-1.bin?h=20251125) = 937688 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852bt_fw.bin?h=20251125) = 1b10beb5710eb7ec8e1ca3a44fcdf1272f2c735a414bc19d70a729558ce0a97d +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852bt_fw.bin?h=20251125) = 918776 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-1.bin?h=20251125) = 95e4226f7a4c2a506a5ea2bb8b6247842dd12fc312639750881c5bfdec7bbec5 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-1.bin?h=20251125) = 2375560 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-2.bin?h=20251125) = f6118a78d4cf42d8c7c25d8ece7e71f0177e40990a58ab9b3da546c182b9844d +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852c_fw-2.bin?h=20251125) = 2466994 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8852c_fw.bin?h=20251125) = e05e704911ec5d6523e2951416290cc2189444d48a0420e637de6acf5bf21228 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8852c_fw.bin?h=20251125) = 1532656 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-1.bin?h=20251125) = 4340bc322912f30f1793bb57a1747c23b15e40db2df628d6687d1ddf722f2828 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-1.bin?h=20251125) = 1583434 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-2.bin?h=20251125) = 9ca08cd3098b954cc0d44edd5c0b079877e5dd9b98d55cfec1c302b41475d88c +SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-2.bin?h=20251125) = 1586954 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-3.bin?h=20251125) = 484f496bc149706b92c7352925fef4155fecb60bc61ec0f5c55a3b651ed915f4 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-3.bin?h=20251125) = 1238542 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-4.bin?h=20251125) = 8683bcdd923f79e92feb21e461dab4c288dffee81b5ee1bee572d374febae439 +SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw-4.bin?h=20251125) = 1263938 +SHA256 (linux-firmware/rtw89fw/rtw89/rtw8922a_fw.bin?h=20251125) = 84458f2fa7c9a730fae242d858a82814141421d66a1f672a10121982513daf6d +SIZE (linux-firmware/rtw89fw/rtw89/rtw8922a_fw.bin?h=20251125) = 1537690 +SHA256 (linux-firmware/rtw89fw/LICENCE.rtlwifi_firmware.txt?h=20251125) = a61351665b4f264f6c631364f85b907d8f8f41f8b369533ef4021765f9f3b62e +SIZE (linux-firmware/rtw89fw/LICENCE.rtlwifi_firmware.txt?h=20251125) = 2115 +SHA256 (linux-firmware/rtw89fw/WHENCE?h=20251125) = 978a5f084a81eec37f7fc146d0f12b21d263dc1afe97a38bd9556d68fa5b421f +SIZE (linux-firmware/rtw89fw/WHENCE?h=20251125) = 365316 diff --git a/net/wifi-firmware-rtw89-kmod/pkg-descr b/net/wifi-firmware-rtw89-kmod/pkg-descr index f40df29cd1c5..3a17977a33b7 100644 --- a/net/wifi-firmware-rtw89-kmod/pkg-descr +++ b/net/wifi-firmware-rtw89-kmod/pkg-descr @@ -1,10 +1 @@ Firmware files for Realtek WiFi NICs supported by the rtw89 driver. - -Currently 11ax supported chipsets: -- RTL8851B -- RTL8852A -- RTL8852B -- RTL8852C - -Currently 11be supported chipsets: -- RTL8922A diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 55e18e3ac44d..596b3c9d74fc 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -1,6 +1,5 @@ PORTNAME= wireshark -DISTVERSION= 4.6.1 -PORTREVISION= 1 +DISTVERSION= 4.6.2 CATEGORIES= net MASTER_SITES= https://1.na.dl.wireshark.org/src/ \ https://1.eu.dl.wireshark.org/src/ \ diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo index c93eba219678..76c2eb81fc1d 100644 --- a/net/wireshark/distinfo +++ b/net/wireshark/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763648117 -SHA256 (wireshark-4.6.1.tar.xz) = 5f43055db213e16aed6a064a8b4fdb56092106f18c19e8890482c058b0a1dd85 -SIZE (wireshark-4.6.1.tar.xz) = 50596888 +TIMESTAMP = 1765274633 +SHA256 (wireshark-4.6.2.tar.xz) = e218e3b3899e5d6e35a5fe95eeeabead587ed084cbf5fc330ac827f9a3137de8 +SIZE (wireshark-4.6.2.tar.xz) = 50581900 diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist index 04b5349c8a4b..5cc753227ce5 100644 --- a/net/wireshark/pkg-plist +++ b/net/wireshark/pkg-plist @@ -587,6 +587,7 @@ bin/tshark %%DEVELOPMENT%%include/wireshark/wiretap/secrets-types.h %%DEVELOPMENT%%include/wireshark/wiretap/wtap.h %%DEVELOPMENT%%include/wireshark/wiretap/wtap_modules.h +%%DEVELOPMENT%%include/wireshark/wiretap/wtap_module.h %%DEVELOPMENT%%include/wireshark/wiretap/wtap_opttypes.h %%DEVELOPMENT%%include/wireshark/ws_attributes.h %%DEVELOPMENT%%include/wireshark/ws_codepoints.h @@ -601,7 +602,6 @@ bin/tshark %%DEVELOPMENT%%include/wireshark/wsutil/adler32.h %%DEVELOPMENT%%include/wireshark/wsutil/application_flavor.h %%DEVELOPMENT%%include/wireshark/wsutil/array.h -%%DEVELOPMENT%%include/wireshark/wsutil/base32.h %%DEVELOPMENT%%include/wireshark/wsutil/bits_count_ones.h %%DEVELOPMENT%%include/wireshark/wsutil/bits_ctz.h %%DEVELOPMENT%%include/wireshark/wsutil/bitswap.h @@ -697,10 +697,10 @@ bin/tshark %%DEVELOPMENT%%lib/cmake/wireshark/WiresharkTargets.cmake lib/libwireshark.so lib/libwireshark.so.19 -lib/libwireshark.so.19.0.1 +lib/libwireshark.so.19.0.2 lib/libwiretap.so lib/libwiretap.so.16 -lib/libwiretap.so.16.0.1 +lib/libwiretap.so.16.0.2 lib/libwsutil.so lib/libwsutil.so.17 lib/libwsutil.so.17.0.0 diff --git a/news/fidogate/Makefile b/news/fidogate/Makefile index b263de77ec42..a73e6e444415 100644 --- a/news/fidogate/Makefile +++ b/news/fidogate/Makefile @@ -10,7 +10,7 @@ WWW= https://github.com/ykaliuta/fidogate LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= autoreconf perl5 iconv +USES= autoreconf gettext-tools iconv perl5 USE_GITHUB= yes GH_ACCOUNT= ykaliuta GNU_CONFIGURE= yes diff --git a/polish/hunspell/Makefile b/polish/hunspell/Makefile index d1306993207c..b5d3b50ae624 100644 --- a/polish/hunspell/Makefile +++ b/polish/hunspell/Makefile @@ -1,5 +1,5 @@ PORTNAME= hunspell -PORTVERSION= 20251101 +PORTVERSION= 20251201 CATEGORIES= polish textproc MASTER_SITES= https://sjp.pl/slownik/ort/ \ LOCAL/sunpoet/${PORTNAME} diff --git a/polish/hunspell/distinfo b/polish/hunspell/distinfo index 4489459d0168..4026bc1dc206 100644 --- a/polish/hunspell/distinfo +++ b/polish/hunspell/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762587524 -SHA256 (hunspell/sjp-myspell-pl-20251101.zip) = 9655f56bef569fa863f5ad1db89746b5ff6b206a0d2b124e9f34c3e32f47ac7c -SIZE (hunspell/sjp-myspell-pl-20251101.zip) = 1285831 +TIMESTAMP = 1765033036 +SHA256 (hunspell/sjp-myspell-pl-20251201.zip) = 9fe9905f89c2a3e247ca9917fc8dd9eecabbb3b9761f24df7f9768e247f92d5e +SIZE (hunspell/sjp-myspell-pl-20251201.zip) = 1285563 diff --git a/ports-mgmt/poudriere-devel/Makefile b/ports-mgmt/poudriere-devel/Makefile index 2ab90d1e4e32..bfb40956317f 100644 --- a/ports-mgmt/poudriere-devel/Makefile +++ b/ports-mgmt/poudriere-devel/Makefile @@ -1,5 +1,5 @@ PORTNAME= poudriere -DISTVERSION= 3.4.99.20251205 +DISTVERSION= 3.4.99.20251213 PORTREVISION= 0 CATEGORIES= ports-mgmt MASTER_SITES= LOCAL/bdrewery/${PORTNAME}/ \ @@ -17,7 +17,7 @@ CONFLICTS_INSTALL= poudriere USE_GITHUB= yes GH_ACCOUNT= freebsd -GH_TAGNAME= 3.3.0-2473-gd507571d3 +GH_TAGNAME= 3.3.0-2479-gfcf8bfd5b GNU_CONFIGURE= yes ETCDIR= ${PREFIX}/etc/poudriere.d diff --git a/ports-mgmt/poudriere-devel/distinfo b/ports-mgmt/poudriere-devel/distinfo index 0f9543c59eb6..8d2b733c1a56 100644 --- a/ports-mgmt/poudriere-devel/distinfo +++ b/ports-mgmt/poudriere-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764992644 -SHA256 (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = f79cfd06a3fca76f5236c24e8e2e68557fad78d3626938a7a27658df689182e6 -SIZE (freebsd-poudriere-3.4.99.20251205-3.3.0-2473-gd507571d3_GH0.tar.gz) = 5827704 +TIMESTAMP = 1765660469 +SHA256 (freebsd-poudriere-3.4.99.20251213-3.3.0-2479-gfcf8bfd5b_GH0.tar.gz) = a318091e652ee07cf3c6d2f266ad1e18b04c48ef74676542696b3b194a34782f +SIZE (freebsd-poudriere-3.4.99.20251213-3.3.0-2479-gfcf8bfd5b_GH0.tar.gz) = 5827882 diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index a276f0a43c62..fd9a2e7ff6a4 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,6 +1,6 @@ PORTNAME= a2ps -PORTVERSION= 4.15.7 -PORTREVISION= 1 +PORTVERSION= 4.15.8 +PORTREVISION= 0 CATEGORIES= print MASTER_SITES= GNU LOCAL/hrs/a2ps/:i18n diff --git a/print/a2ps/distinfo b/print/a2ps/distinfo index 5ceda4cb7a80..fc8b026469aa 100644 --- a/print/a2ps/distinfo +++ b/print/a2ps/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1752517566 -SHA256 (a2ps-4.15.7.tar.gz) = 715f38670afd950b4ca71c01f468feefad265ca52d3f112934c63c0a8bfbb8af -SIZE (a2ps-4.15.7.tar.gz) = 3615522 +TIMESTAMP = 1765721035 +SHA256 (a2ps-4.15.8.tar.gz) = 8d13915a36ebbfa8e7b236b350cc81adc714acb217a18e8d8c60747c0ad353f9 +SIZE (a2ps-4.15.8.tar.gz) = 3820914 SHA256 (i18n-fonts-0.1.tar.gz) = 20628df682359044b8e5241c97a3c8da7a098aa260a7d281a87f67486a531786 SIZE (i18n-fonts-0.1.tar.gz) = 352530 diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 5034f538345e..1e24340d14fa 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,29 +1,7 @@ PORTNAME= cups-filters PORTVERSION= 1.28.17 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= print -MASTER_SITES= https://github.com/OpenPrinting/cups-filters/releases/download/${DISTVERSION}/ - -PATCH_SITES= https://github.com/OpenPrinting/cups-filters/commit/ -PATCHFILES= 9799398713b941557642d0b2bdbef360837ece0c.diff:-p1 \ - 93e60d3df358c0ae6f3dba79e1c9684657683d89.diff:-p1 \ - d72184e725591f10e2b404b36fe3bf5bc304a299.diff:-p1 \ - e25fd59a7daed00b6a9f235bd5818116fca28e30.diff:-p1 \ - 0cce0968980e8fdd9053cba436a66246b2303a84.diff:-p1 \ - 7b191cb1d4d0fc97ccbbd0fe43eec2544fe0c11e.diff:-p1 \ - 7992eb7c6e4abeffd766f54c98cbb2cbb45c5c04.diff:-p1 \ - 770ec883e68e505c1d1856a42b78f9323dc326a6.diff:-p1 \ - 2076627d33477212f21352ad39e9d305adb63af3.diff:-p1 \ - 10fb02eaaee52e0be9b16917b38aa8ec5bddd87f.diff:-p1 \ - b7461ec2a8d1f2aa627b24e01e118ec4cca78ec0.diff:-p1 \ - 6fd2bdfbdce76149af531ce9fca9062304238451.patch:-p1 \ - 3534e01cb41ddfa61ac78d32052b8822df71d97d.patch:-p1 \ - b378f09c9b8aaa8dccb5eb557938b30da874101d.patch:-p1 \ - c8522bb128546a1910bca538a504a2c9363ebb22.patch:-p1 \ - dccb537afe85af3ea01e3f274974d9d1f53f8e14.patch:-p1 \ - d5cc66b410a3246e74b71f718e86504d08e4bfa3.patch:-p1 \ - 86b060d2ac20d6dee757c609286cfaaa17d65428.patch:-p1 \ - d43610f82e1757b45925a8830ac297ff9dc4abca.patch:-p1 MAINTAINER= tijl@FreeBSD.org COMMENT= Additional backends, filters and other software for CUPS @@ -41,13 +19,14 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ USES= autoreconf compiler:c++11-lib cpe gettext-tools gmake gnome \ iconv libtool localbase pkgconfig shebangfix tar:xz +CPE_VENDOR= linuxfoundation +USE_GITHUB= yes +GH_ACCOUNT= OpenPrinting +GH_TAGNAME= f87687970d9c USE_GNOME= glib20 USE_LDCONFIG= yes USE_RC_SUBR= cups_browsed -CONFLICTS= foomatic-filters # bin/foomatic-rip - -CPE_VENDOR= linuxfoundation SHEBANG_FILES= filter/braille/drivers/generic/brftoembosser.in \ filter/braille/drivers/index/imageubrltoindexv3.in \ filter/braille/drivers/index/imageubrltoindexv4.in \ @@ -64,9 +43,10 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-shell=/bin/sh \ --with-pdftops-path=${LOCALBASE}/bin/pdftops \ --with-test-font-path=${LOCALBASE}/share/fonts/dejavu/DejaVuSans.ttf -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip +CONFLICTS= foomatic-filters # bin/foomatic-rip + OPTIONS_DEFINE= BRAILLE COLORD DOCS OPTIONS_GROUP= FILTERS CUPS_BROWSED OPTIONS_GROUP_FILTERS= GHOSTSCRIPT IMAGES MUPDF POPPLER diff --git a/print/cups-filters/distinfo b/print/cups-filters/distinfo index db3d2ef4cbda..da5dd1a0e8bb 100644 --- a/print/cups-filters/distinfo +++ b/print/cups-filters/distinfo @@ -1,41 +1,3 @@ -TIMESTAMP = 1755616897 -SHA256 (cups-filters-1.28.17.tar.xz) = 270a3752a960368aa99d431fb5d34f4039b2ac943c576d840612d1d8185c9bb9 -SIZE (cups-filters-1.28.17.tar.xz) = 1516052 -SHA256 (9799398713b941557642d0b2bdbef360837ece0c.diff) = c9a061b3c415ff547161360c4fc90e0584c65efbfea90564ec34eb0e2edddf77 -SIZE (9799398713b941557642d0b2bdbef360837ece0c.diff) = 552 -SHA256 (93e60d3df358c0ae6f3dba79e1c9684657683d89.diff) = 445ca6b24390711a2bf7c1056d93628930accbfd974d1533c9b915efd455ad89 -SIZE (93e60d3df358c0ae6f3dba79e1c9684657683d89.diff) = 5272 -SHA256 (d72184e725591f10e2b404b36fe3bf5bc304a299.diff) = 53b883e7b29428cb6dd405143df9abb888ef03573ea2e063cd92d55ca821c3ce -SIZE (d72184e725591f10e2b404b36fe3bf5bc304a299.diff) = 1321 -SHA256 (e25fd59a7daed00b6a9f235bd5818116fca28e30.diff) = 38a08df9c764cac3cdaaf7de24d41663bb8f538c07fbd92412bc06627c20139e -SIZE (e25fd59a7daed00b6a9f235bd5818116fca28e30.diff) = 1902 -SHA256 (0cce0968980e8fdd9053cba436a66246b2303a84.diff) = 0d3a162dfa47c3fcde2524edaabf082f713eba16c48c8ed8b6bba69a80d5b7cd -SIZE (0cce0968980e8fdd9053cba436a66246b2303a84.diff) = 697 -SHA256 (7b191cb1d4d0fc97ccbbd0fe43eec2544fe0c11e.diff) = 662629140a354fc2613be9e8cc72cfb2010fc063a72c0262c62625a281db5a68 -SIZE (7b191cb1d4d0fc97ccbbd0fe43eec2544fe0c11e.diff) = 2551 -SHA256 (7992eb7c6e4abeffd766f54c98cbb2cbb45c5c04.diff) = 983767662fe249e0968ab647e2c59ced4de9f8d96572484e6957656d000e85e9 -SIZE (7992eb7c6e4abeffd766f54c98cbb2cbb45c5c04.diff) = 559 -SHA256 (770ec883e68e505c1d1856a42b78f9323dc326a6.diff) = ffbe02cdb2c4c148a6bb3684c1b08c5c5dcf3372201e0c01729d667e1958a211 -SIZE (770ec883e68e505c1d1856a42b78f9323dc326a6.diff) = 1424 -SHA256 (2076627d33477212f21352ad39e9d305adb63af3.diff) = bfef9f5571da6a05ca0588b42ce634156595badcba66c3eba9de5c4b0cce7ead -SIZE (2076627d33477212f21352ad39e9d305adb63af3.diff) = 561 -SHA256 (10fb02eaaee52e0be9b16917b38aa8ec5bddd87f.diff) = 6e16e9f046a8bfcbd1552d90e5ef1573f25ec3d39d0ef8330da89d32e9e4bc13 -SIZE (10fb02eaaee52e0be9b16917b38aa8ec5bddd87f.diff) = 460 -SHA256 (b7461ec2a8d1f2aa627b24e01e118ec4cca78ec0.diff) = 9d6d64a20ee0859767ce48df665b429a22a42e213c1aeb2480adeb68bcd4b334 -SIZE (b7461ec2a8d1f2aa627b24e01e118ec4cca78ec0.diff) = 700 -SHA256 (6fd2bdfbdce76149af531ce9fca9062304238451.patch) = 50e450d9cf4fedbac7980661cb5cab2cd3e9faa117747479e92bef5b255194d8 -SIZE (6fd2bdfbdce76149af531ce9fca9062304238451.patch) = 67608 -SHA256 (3534e01cb41ddfa61ac78d32052b8822df71d97d.patch) = ba3f6ed5b9ac0e18100ceed25aedebd29109799c1aa93505131d9264eb09b4b8 -SIZE (3534e01cb41ddfa61ac78d32052b8822df71d97d.patch) = 5483 -SHA256 (b378f09c9b8aaa8dccb5eb557938b30da874101d.patch) = 491d5355d14a255fa9de4d8e3cdec0c0cd49064811cecaec306be3db1ca933fa -SIZE (b378f09c9b8aaa8dccb5eb557938b30da874101d.patch) = 2683 -SHA256 (c8522bb128546a1910bca538a504a2c9363ebb22.patch) = 426f85b5c64af1d5af778606bbfbaaef4719679dd1881525604202e02778e211 -SIZE (c8522bb128546a1910bca538a504a2c9363ebb22.patch) = 1300 -SHA256 (dccb537afe85af3ea01e3f274974d9d1f53f8e14.patch) = 413ccdce64d3f6886ab4fb956a485e58707a769a5ef725c86517a21058683782 -SIZE (dccb537afe85af3ea01e3f274974d9d1f53f8e14.patch) = 1160 -SHA256 (d5cc66b410a3246e74b71f718e86504d08e4bfa3.patch) = 0a7dd41fd646da9a36d4388d38017665512f03db35874a629a976df57ea76516 -SIZE (d5cc66b410a3246e74b71f718e86504d08e4bfa3.patch) = 1406 -SHA256 (86b060d2ac20d6dee757c609286cfaaa17d65428.patch) = 9211eb922e5cda81df3b02f7844c216c674e3c340bc80ac4e94593fc73084e66 -SIZE (86b060d2ac20d6dee757c609286cfaaa17d65428.patch) = 1023 -SHA256 (d43610f82e1757b45925a8830ac297ff9dc4abca.patch) = 5eea2ad0f42b683f12c8e381f49e8fa2cc511aa61a6e407ac3adaf1d0b29db00 -SIZE (d43610f82e1757b45925a8830ac297ff9dc4abca.patch) = 1144 +TIMESTAMP = 1764429115 +SHA256 (OpenPrinting-cups-filters-1.28.17-f87687970d9c_GH0.tar.gz) = e063eb0677f6a5dc971cc449e30d58327d2c9c088dc2311fec1d3ecb26bc2b70 +SIZE (OpenPrinting-cups-filters-1.28.17-f87687970d9c_GH0.tar.gz) = 1503588 diff --git a/print/cups-filters/files/patch-0001-c3d2f07399da b/print/cups-filters/files/patch-0001-c3d2f07399da deleted file mode 100644 index 470492a6d495..000000000000 --- a/print/cups-filters/files/patch-0001-c3d2f07399da +++ /dev/null @@ -1,170 +0,0 @@ -From c3d2f07399da93f2b5308f499b1ddc5504d087ce Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?G=C3=BCnther=20Noack?= <gnoack3000@gmail.com> -Date: Thu, 10 Jul 2025 22:31:02 +0200 -Subject: [PATCH] 1.x: Fix NULL-pointer dereference when parsing %%PDFTOPDF - comments (#644) - -* Fix null pointer dereference in %%PDFTOPDF* parsers - -* %%PDFTOPDFCollate comment parsing: Increment p where needed - -Without this, if strchr succeeds, p will point to a ':' character. -*p will therefore never be a whitespace in the subsequent loop, -or compare successfully against the "true" string. ---- - filter/gstoraster.c | 17 +++++++++++------ - filter/mupdftoraster.c | 17 +++++++++++------ - filter/pdftops.c | 36 +++++++++++++++++++++--------------- - filter/pdftoraster.cxx | 17 +++++++++++------ - 4 files changed, 54 insertions(+), 33 deletions(-) - -diff --git a/filter/gstoraster.c b/filter/gstoraster.c -index 87ff948e6..6f4da5991 100644 ---- filter/gstoraster.c -+++ filter/gstoraster.c -@@ -104,16 +104,21 @@ parse_pdf_header_options(FILE *fp, gs_page_header *h) - char *p; - - p = strchr(buf+19,':'); -- h->NumCopies = atoi(p+1); -+ if (p) { -+ h->NumCopies = atoi(p+1); -+ } - } else if (strncmp(buf,"%%PDFTOPDFCollate",17) == 0) { - char *p; - - p = strchr(buf+17,':'); -- while (*p == ' ' || *p == '\t') p++; -- if (strncasecmp(p,"true",4) == 0) { -- h->Collate = CUPS_TRUE; -- } else { -- h->Collate = CUPS_FALSE; -+ if (p) { -+ p++; -+ while (*p == ' ' || *p == '\t') p++; -+ if (strncasecmp(p,"true",4) == 0) { -+ h->Collate = CUPS_TRUE; -+ } else { -+ h->Collate = CUPS_FALSE; -+ } - } - } - } -diff --git a/filter/mupdftoraster.c b/filter/mupdftoraster.c -index 09c66c00d..a96e9c8c3 100644 ---- filter/mupdftoraster.c -+++ filter/mupdftoraster.c -@@ -102,16 +102,21 @@ parse_pdf_header_options(FILE *fp, mupdf_page_header *h) - char *p; - - p = strchr(buf+19,':'); -- h->NumCopies = atoi(p+1); -+ if (p) { -+ h->NumCopies = atoi(p+1); -+ } - } else if (strncmp(buf,"%%PDFTOPDFCollate",17) == 0) { - char *p; - - p = strchr(buf+17,':'); -- while (*p == ' ' || *p == '\t') p++; -- if (strncasecmp(p,"true",4) == 0) { -- h->Collate = CUPS_TRUE; -- } else { -- h->Collate = CUPS_FALSE; -+ if (p) { -+ p++; -+ while (*p == ' ' || *p == '\t') p++; -+ if (strncasecmp(p,"true",4) == 0) { -+ h->Collate = CUPS_TRUE; -+ } else { -+ h->Collate = CUPS_FALSE; -+ } - } - } - } -diff --git a/filter/pdftops.c b/filter/pdftops.c -index 1bfe1a2c7..81ccc983e 100644 ---- filter/pdftops.c -+++ filter/pdftops.c -@@ -138,25 +138,31 @@ static void parsePDFTOPDFComment(char *filename) - if (strncmp(buf,"%%PDFTOPDFNumCopies",19) == 0) { - char *p; - -- p = strchr(buf+19,':') + 1; -- while (*p == ' ' || *p == '\t') p++; -- strncpy(deviceCopies, p, sizeof(deviceCopies)); -- deviceCopies[sizeof(deviceCopies) - 1] = '\0'; -- p = deviceCopies + strlen(deviceCopies) - 1; -- while (*p == ' ' || *p == '\t' || *p == '\r' || *p == '\n') p--; -- *(p + 1) = '\0'; -- pdftopdfapplied = 1; -+ p = strchr(buf+19,':'); -+ if (p) { -+ p++; -+ while (*p == ' ' || *p == '\t') p++; -+ strncpy(deviceCopies, p, sizeof(deviceCopies)); -+ deviceCopies[sizeof(deviceCopies) - 1] = '\0'; -+ p = deviceCopies + strlen(deviceCopies) - 1; -+ while (*p == ' ' || *p == '\t' || *p == '\r' || *p == '\n') p--; -+ *(p + 1) = '\0'; -+ pdftopdfapplied = 1; -+ } - } else if (strncmp(buf,"%%PDFTOPDFCollate",17) == 0) { - char *p; - -- p = strchr(buf+17,':') + 1; -- while (*p == ' ' || *p == '\t') p++; -- if (strncasecmp(p,"true",4) == 0) { -- deviceCollate = 1; -- } else { -- deviceCollate = 0; -+ p = strchr(buf+17,':'); -+ if (p) { -+ p++; -+ while (*p == ' ' || *p == '\t') p++; -+ if (strncasecmp(p,"true",4) == 0) { -+ deviceCollate = 1; -+ } else { -+ deviceCollate = 0; -+ } -+ pdftopdfapplied = 1; - } -- pdftopdfapplied = 1; - } else if (strcmp(buf,"% This file was generated by pdftopdf") == 0) { - pdftopdfapplied = 1; - } -diff --git a/filter/pdftoraster.cxx b/filter/pdftoraster.cxx -index 1bdde0b1d..7b3af924f 100755 ---- filter/pdftoraster.cxx -+++ filter/pdftoraster.cxx -@@ -489,16 +489,21 @@ static void parsePDFTOPDFComment(FILE *fp) - char *p; - - p = strchr(buf+19,':'); -- deviceCopies = atoi(p+1); -+ if (p) { -+ deviceCopies = atoi(p+1); -+ } - } else if (strncmp(buf,"%%PDFTOPDFCollate",17) == 0) { - char *p; - - p = strchr(buf+17,':'); -- while (*p == ' ' || *p == '\t') p++; -- if (strncasecmp(p,"true",4) == 0) { -- deviceCollate = true; -- } else { -- deviceCollate = false; -+ if (p) { -+ p++; -+ while (*p == ' ' || *p == '\t') p++; -+ if (strncasecmp(p,"true",4) == 0) { -+ deviceCollate = true; -+ } else { -+ deviceCollate = false; -+ } - } - } - } --- -2.50.1 - diff --git a/print/cups-filters/files/patch-0002-qpdf12 b/print/cups-filters/files/patch-0002-qpdf12 deleted file mode 100644 index b1eed7ab207b..000000000000 --- a/print/cups-filters/files/patch-0002-qpdf12 +++ /dev/null @@ -1,292 +0,0 @@ ---- configure.ac.orig 2025-08-19 16:30:13 UTC -+++ configure.ac -@@ -793,9 +793,7 @@ CFLAGS="$CFLAGS -D_GNU_SOURCE" - CXXFLAGS="$CXXFLAGS -Wall " # -Weffc++" # TODO: enable when it does not print 1MB of warnings - ]) - CFLAGS="$CFLAGS -D_GNU_SOURCE" --CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE -DPOINTERHOLDER_TRANSITION=0" --# ^^ Silence deprecation warnings of QPDF 11 --# See /usr/include/qpdf/PointerHolder.hh -+CXXFLAGS="$CXXFLAGS -D_GNU_SOURCE" - CXXFLAGS="$CXXFLAGS -std=c++17" # Needed to build with current QPDF (11.x) - - # ========================== ---- filter/pdf.cxx.orig 2023-01-25 01:41:08 UTC -+++ filter/pdf.cxx -@@ -138,7 +138,7 @@ extern "C" void pdf_prepend_stream(pdf_t *pdf, - } - - // prepare the new stream which is to be prepended -- PointerHolder<Buffer> stream_data = PointerHolder<Buffer>(new Buffer(len)); -+ std::shared_ptr<Buffer> stream_data = std::shared_ptr<Buffer>(new Buffer(len)); - memcpy(stream_data->getBuffer(), buf, len); - QPDFObjectHandle stream = QPDFObjectHandle::newStream(pdf, stream_data); - stream = pdf->makeIndirectObject(stream); ---- filter/pdftopdf/qpdf_pdftopdf_processor.cc.orig 2023-01-25 01:41:08 UTC -+++ filter/pdftopdf/qpdf_pdftopdf_processor.cc -@@ -83,10 +83,10 @@ QPDFObjectHandle QPDF_PDFTOPDF_PageHandle::get() // {{ - page.getKey("/Resources").replaceKey("/XObject",QPDFObjectHandle::newDictionary(xobjs)); - content.append("Q\n"); - page.getKey("/Contents").replaceStreamData(content,QPDFObjectHandle::newNull(),QPDFObjectHandle::newNull()); -- page.replaceOrRemoveKey("/Rotate",makeRotate(rotation)); -+ page.replaceKey("/Rotate",makeRotate(rotation)); - } else { - Rotation rot=getRotate(page)+rotation; -- page.replaceOrRemoveKey("/Rotate",makeRotate(rot)); -+ page.replaceKey("/Rotate",makeRotate(rot)); - } - page=QPDFObjectHandle(); // i.e. uninitialized - return ret; -@@ -181,9 +181,9 @@ Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect - page.assertInitialized(); - Rotation save_rotate = getRotate(page); - if(orientation==ROT_0||orientation==ROT_180) -- page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90)); -+ page.replaceKey("/Rotate",makeRotate(ROT_90)); - else -- page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0)); -+ page.replaceKey("/Rotate",makeRotate(ROT_0)); - - PageRect currpage= getBoxAsRect(getTrimBox(page)); - double width = currpage.right-currpage.left; -@@ -242,7 +242,7 @@ Rotation QPDF_PDFTOPDF_PageHandle::crop(const PageRect - //Cropping. - // TODO: Borders are covered by the image. buffer space? - page.replaceKey("/TrimBox",makeBox(currpage.left,currpage.bottom,currpage.right,currpage.top)); -- page.replaceOrRemoveKey("/Rotate",makeRotate(save_rotate)); -+ page.replaceKey("/Rotate",makeRotate(save_rotate)); - return getRotate(page); - } - -@@ -251,14 +251,14 @@ bool QPDF_PDFTOPDF_PageHandle::is_landscape(Rotation o - page.assertInitialized(); - Rotation save_rotate = getRotate(page); - if(orientation==ROT_0||orientation==ROT_180) -- page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_90)); -+ page.replaceKey("/Rotate",makeRotate(ROT_90)); - else -- page.replaceOrRemoveKey("/Rotate",makeRotate(ROT_0)); -+ page.replaceKey("/Rotate",makeRotate(ROT_0)); - - PageRect currpage= getBoxAsRect(getTrimBox(page)); - double width = currpage.right-currpage.left; - double height = currpage.top-currpage.bottom; -- page.replaceOrRemoveKey("/Rotate",makeRotate(save_rotate)); -+ page.replaceKey("/Rotate",makeRotate(save_rotate)); - if(width>height) - return true; - return false; -@@ -662,7 +662,7 @@ void QPDF_PDFTOPDF_Processor::autoRotateAll(bool dst_l - // TODO? other rotation direction, e.g. if (src_rot==ROT_0)&&(param.orientation==ROT_270) ... etc. - // rotation=ROT_270; - -- page.replaceOrRemoveKey("/Rotate",makeRotate(src_rot+rotation)); -+ page.replaceKey("/Rotate",makeRotate(src_rot+rotation)); - } - } - } ---- filter/pdftopdf/qpdf_xobject.cc.orig 2025-08-19 16:30:13 UTC -+++ filter/pdftopdf/qpdf_xobject.cc -@@ -138,7 +138,7 @@ QPDFObjectHandle makeXObject(QPDF *pdf,QPDFObjectHandl - - std::vector<QPDFObjectHandle> contents=page.getPageContents(); // (will assertPageObject) - -- auto ph=PointerHolder<QPDFObjectHandle::StreamDataProvider>(new CombineFromContents_Provider(contents)); -+ auto ph=std::shared_ptr<QPDFObjectHandle::StreamDataProvider>(new CombineFromContents_Provider(contents)); - ret.replaceStreamData(ph,filter,decode_parms); - - return ret; ---- filter/rastertopdf.cpp.orig 2023-01-25 01:41:08 UTC -+++ filter/rastertopdf.cpp -@@ -310,10 +310,10 @@ struct pdf_info - std::vector<std::string> pclm_source_resolution_supported; - std::string pclm_source_resolution_default; - std::string pclm_raster_back_side; -- std::vector< PointerHolder<Buffer> > pclm_strip_data; -+ std::vector< std::shared_ptr<Buffer> > pclm_strip_data; - std::string render_intent; - cups_cspace_t color_space; -- PointerHolder<Buffer> page_data; -+ std::shared_ptr<Buffer> page_data; - double page_width,page_height; - OutFormatType outformat; - }; -@@ -442,7 +442,7 @@ QPDFObjectHandle embedIccProfile(QPDF &pdf) - std::map<std::string,QPDFObjectHandle> streamdict; - std::string n_value = ""; - std::string alternate_cs = ""; -- PointerHolder<Buffer>ph; -+ std::shared_ptr<Buffer>ph; - - #ifdef USE_LCMS1 - size_t profile_size; -@@ -481,7 +481,7 @@ QPDFObjectHandle embedIccProfile(QPDF &pdf) - cmsSaveProfileToMem(colorProfile, buff, &profile_size); - - // Write ICC profile buffer into PDF -- ph = new Buffer(buff, profile_size); -+ ph = std::shared_ptr<Buffer>(new Buffer(buff, profile_size)); - iccstream = QPDFObjectHandle::newStream(&pdf, ph); - iccstream.replaceDict(QPDFObjectHandle::newDictionary(streamdict)); - -@@ -605,7 +605,7 @@ QPDFObjectHandle getCalGrayArray(double wp[3], double - * O - std::vector of QPDFObjectHandle - * I - QPDF object - * I - number of strips per page -- * I - std::vector of PointerHolder<Buffer> containing data for each strip -+ * I - std::vector of std::shared_ptr<Buffer> containing data for each strip - * I - strip width - * I - strip height - * I - color space -@@ -613,7 +613,7 @@ makePclmStrips(QPDF &pdf, unsigned num_strips, - */ - std::vector<QPDFObjectHandle> - makePclmStrips(QPDF &pdf, unsigned num_strips, -- std::vector< PointerHolder<Buffer> > &strip_data, -+ std::vector< std::shared_ptr<Buffer> > &strip_data, - std::vector<CompressionMethod> &compression_methods, - unsigned width, std::vector<unsigned>& strip_height, cups_cspace_t cs, unsigned bpc) - { -@@ -679,7 +679,7 @@ makePclmStrips(QPDF &pdf, unsigned num_strips, - Pl_Flate pflate("pflate", &psink, Pl_Flate::a_deflate); - pflate.write(strip_data[i]->getBuffer(), strip_data[i]->getSize()); - pflate.finish(); -- ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), -+ ret[i].replaceStreamData(std::shared_ptr<Buffer>(psink.getBuffer()), - QPDFObjectHandle::newName("/FlateDecode"),QPDFObjectHandle::newNull()); - } - else if (compression == RLE_DECODE) -@@ -687,7 +687,7 @@ makePclmStrips(QPDF &pdf, unsigned num_strips, - Pl_RunLength prle("prle", &psink, Pl_RunLength::a_encode); - prle.write(strip_data[i]->getBuffer(),strip_data[i]->getSize()); - prle.finish(); -- ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), -+ ret[i].replaceStreamData(std::shared_ptr<Buffer>(psink.getBuffer()), - QPDFObjectHandle::newName("/RunLengthDecode"),QPDFObjectHandle::newNull()); - } - else if (compression == DCT_DECODE) -@@ -695,7 +695,7 @@ makePclmStrips(QPDF &pdf, unsigned num_strips, - Pl_DCT pdct("pdct", &psink, width, strip_height[i], components, color_space); - pdct.write(strip_data[i]->getBuffer(),strip_data[i]->getSize()); - pdct.finish(); -- ret[i].replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), -+ ret[i].replaceStreamData(std::shared_ptr<Buffer>(psink.getBuffer()), - QPDFObjectHandle::newName("/DCTDecode"),QPDFObjectHandle::newNull()); - } - } -@@ -703,7 +703,7 @@ makePclmStrips(QPDF &pdf, unsigned num_strips, - } - #endif - --QPDFObjectHandle makeImage(QPDF &pdf, PointerHolder<Buffer> page_data, unsigned width, -+QPDFObjectHandle makeImage(QPDF &pdf, std::shared_ptr<Buffer> page_data, unsigned width, - unsigned height, std::string render_intent, cups_cspace_t cs, unsigned bpc) - { - QPDFObjectHandle ret = QPDFObjectHandle::newStream(&pdf); -@@ -843,7 +843,7 @@ QPDFObjectHandle makeImage(QPDF &pdf, PointerHolder<Bu - pflate.write(page_data->getBuffer(),page_data->getSize()); - pflate.finish(); - -- ret.replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), -+ ret.replaceStreamData(std::shared_ptr<Buffer>(psink.getBuffer()), - QPDFObjectHandle::newName("/FlateDecode"),QPDFObjectHandle::newNull()); - #else - ret.replaceStreamData(page_data,QPDFObjectHandle::newNull(),QPDFObjectHandle::newNull()); -@@ -857,7 +857,7 @@ void finish_page(struct pdf_info * info) - if (info->outformat == OUTPUT_FORMAT_PDF) - { - // Finish previous PDF Page -- if(!info->page_data.getPointer()) -+ if(!info->page_data.get()) - return; - - QPDFObjectHandle image = makeImage(info->pdf, info->page_data, info->width, info->height, info->render_intent, info->color_space, info->bpc); -@@ -874,7 +874,7 @@ void finish_page(struct pdf_info * info) - return; - - for (size_t i = 0; i < info->pclm_strip_data.size(); i ++) -- if(!info->pclm_strip_data[i].getPointer()) -+ if(!info->pclm_strip_data[i].get()) - return; - - std::vector<QPDFObjectHandle> strips = makePclmStrips(info->pdf, info->pclm_num_strips, info->pclm_strip_data, info->pclm_compression_method_preferred, info->width, info->pclm_strip_height, info->color_space, info->bpc); -@@ -932,7 +932,7 @@ void finish_page(struct pdf_info * info) - #endif - - // bookkeeping -- info->page_data = PointerHolder<Buffer>(); -+ info->page_data = std::shared_ptr<Buffer>(); - #ifdef QPDF_HAVE_PCLM - info->pclm_strip_data.clear(); - #endif -@@ -1101,12 +1101,12 @@ int add_pdf_page(struct pdf_info * info, int pagen, un - die("Page too big"); - } - if (info->outformat == OUTPUT_FORMAT_PDF) -- info->page_data = PointerHolder<Buffer>(new Buffer(info->line_bytes*info->height)); -+ info->page_data = std::shared_ptr<Buffer>(new Buffer(info->line_bytes*info->height)); - else if (info->outformat == OUTPUT_FORMAT_PCLM) - { - // reserve space for PCLm strips - for (size_t i = 0; i < info->pclm_num_strips; i ++) -- info->pclm_strip_data[i] = PointerHolder<Buffer>(new Buffer(info->line_bytes*info->pclm_strip_height[i])); -+ info->pclm_strip_data[i] = std::shared_ptr<Buffer>(new Buffer(info->line_bytes*info->pclm_strip_height[i])); - } - - QPDFObjectHandle page = QPDFObjectHandle::parse( ---- filter/urftopdf.cpp.orig 2023-01-25 01:41:08 UTC -+++ filter/urftopdf.cpp -@@ -80,7 +80,7 @@ struct pdf_info - unsigned pixel_bytes; - unsigned line_bytes; - unsigned bpp; -- PointerHolder<Buffer> page_data; -+ std::shared_ptr<Buffer> page_data; - double page_width,page_height; - }; - -@@ -119,7 +119,7 @@ enum ColorSpace { - iprintf("Created temporary file '%s'\n", tempfile_name); - */ - --QPDFObjectHandle makeImage(QPDF &pdf, PointerHolder<Buffer> page_data, unsigned width, unsigned height, ColorSpace cs, unsigned bpc) -+QPDFObjectHandle makeImage(QPDF &pdf, std::shared_ptr<Buffer> page_data, unsigned width, unsigned height, ColorSpace cs, unsigned bpc) - { - QPDFObjectHandle ret = QPDFObjectHandle::newStream(&pdf); - -@@ -153,7 +153,7 @@ QPDFObjectHandle makeImage(QPDF &pdf, PointerHolder<Bu - - // /Filter /FlateDecode - // /DecodeParms [<</Predictor 1 /Colors 1[3] /BitsPerComponent $bits /Columns $x>>] ?? -- ret.replaceStreamData(PointerHolder<Buffer>(psink.getBuffer()), -+ ret.replaceStreamData(std::shared_ptr<Buffer>(psink.getBuffer()), - QPDFObjectHandle::newName("/FlateDecode"),QPDFObjectHandle::newNull()); - #else - ret.replaceStreamData(page_data,QPDFObjectHandle::newNull(),QPDFObjectHandle::newNull()); -@@ -165,7 +165,7 @@ void finish_page(struct pdf_info * info) - void finish_page(struct pdf_info * info) - { - //Finish previous Page -- if(!info->page_data.getPointer()) -+ if(!info->page_data.get()) - return; - - QPDFObjectHandle image = makeImage(info->pdf, info->page_data, info->width, info->height, DEVICE_RGB, 8); -@@ -182,7 +182,7 @@ void finish_page(struct pdf_info * info) - info->page.getKey("/Contents").replaceStreamData(content,QPDFObjectHandle::newNull(),QPDFObjectHandle::newNull()); - - // bookkeeping -- info->page_data = PointerHolder<Buffer>(); -+ info->page_data = std::shared_ptr<Buffer>(); - } - - int add_pdf_page(struct pdf_info * info, int pagen, unsigned width, unsigned height, int bpp, unsigned dpi) -@@ -199,7 +199,7 @@ int add_pdf_page(struct pdf_info * info, int pagen, un - if (info->height > (std::numeric_limits<unsigned>::max() / info->line_bytes)) { - die("Page too big"); - } -- info->page_data = PointerHolder<Buffer>(new Buffer(info->line_bytes*info->height)); -+ info->page_data = std::shared_ptr<Buffer>(new Buffer(info->line_bytes*info->height)); - - QPDFObjectHandle page = QPDFObjectHandle::parse( - "<<" diff --git a/print/cups/Makefile b/print/cups/Makefile index 69fb7f7582b6..a5fcefd347e8 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,13 +1,12 @@ PORTNAME= cups -DISTVERSION= 2.4.15 -PORTREVISION= 1 +DISTVERSION= 2.4.16 CATEGORIES= print MASTER_SITES= https://github.com/OpenPrinting/${PORTNAME}/releases/download/v${DISTVERSION}/ DISTNAME= ${PORTNAME}-${DISTVERSION}-source PATCH_SITES= https://github.com/OpenPrinting/cups/commit/ -PATCHFILES= 93c39a4beae637bc1648409e23c03cb53b92a2b9.patch:-p1 \ - 6efa179b8446a7999b9149c5101fb11580ea8998.patch:-p1 +PATCHFILES= f5813db4347630ecdbf3fe97dac28aaabf341eff.patch:-p1 \ + 398fc2cd3881d54ce3e6b5ca0bb1529bdf8d0b5d.patch:-p1 MAINTAINER= tijl@FreeBSD.org COMMENT= Common UNIX Printing System diff --git a/print/cups/distinfo b/print/cups/distinfo index 324a8eba46cc..c456fc41e092 100644 --- a/print/cups/distinfo +++ b/print/cups/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1764759903 -SHA256 (cups-2.4.15-source.tar.gz) = eff0bbd48ff1abcbb8e46e28e85aefaffa391a1d9c4d8dc92ab3822a13008d7f -SIZE (cups-2.4.15-source.tar.gz) = 8158215 -SHA256 (93c39a4beae637bc1648409e23c03cb53b92a2b9.patch) = 9e5e5033105dd9f2b504fa9965f2eec084c38c10513f769d008e8f6b7c2fff40 -SIZE (93c39a4beae637bc1648409e23c03cb53b92a2b9.patch) = 1735 -SHA256 (6efa179b8446a7999b9149c5101fb11580ea8998.patch) = 9e68c747a42ff981e390726e486606e01a327f073578227158c7cf1cf3afe39d -SIZE (6efa179b8446a7999b9149c5101fb11580ea8998.patch) = 1711 +TIMESTAMP = 1765738398 +SHA256 (cups-2.4.16-source.tar.gz) = 0339587204b4f9428dd0592eb301dec0bf9ea6ea8dce5d9690d56be585aba92d +SIZE (cups-2.4.16-source.tar.gz) = 8159166 +SHA256 (f5813db4347630ecdbf3fe97dac28aaabf341eff.patch) = b822e734f2885a74570fb570112136ac980e51a63456d7757ef18c803cd79629 +SIZE (f5813db4347630ecdbf3fe97dac28aaabf341eff.patch) = 1831 +SHA256 (398fc2cd3881d54ce3e6b5ca0bb1529bdf8d0b5d.patch) = e5a16061c7510efe3c0ebfe20d0b8a47d63398f7626fdf1b067cba80137154c4 +SIZE (398fc2cd3881d54ce3e6b5ca0bb1529bdf8d0b5d.patch) = 1295 diff --git a/print/harfbuzz-cairo/pkg-plist b/print/harfbuzz-cairo/pkg-plist index 0f798899b36e..f86b25ea5235 100644 --- a/print/harfbuzz-cairo/pkg-plist +++ b/print/harfbuzz-cairo/pkg-plist @@ -35,6 +35,7 @@ include/harfbuzz/hb-cairo.h @comment include/harfbuzz/hb-ot-var.h @comment include/harfbuzz/hb-ot.h @comment include/harfbuzz/hb-paint.h +@comment include/harfbuzz/hb-script-list.h @comment include/harfbuzz/hb-set.h @comment include/harfbuzz/hb-shape-plan.h @comment include/harfbuzz/hb-shape.h diff --git a/print/harfbuzz-icu/pkg-plist b/print/harfbuzz-icu/pkg-plist index d99f185f8bd1..ca01131bf8a3 100644 --- a/print/harfbuzz-icu/pkg-plist +++ b/print/harfbuzz-icu/pkg-plist @@ -34,6 +34,7 @@ include/harfbuzz/hb-icu.h @comment include/harfbuzz/hb-ot-var.h @comment include/harfbuzz/hb-ot.h @comment include/harfbuzz/hb-paint.h +@comment include/harfbuzz/hb-script-list.h @comment include/harfbuzz/hb-set.h @comment include/harfbuzz/hb-shape-plan.h @comment include/harfbuzz/hb-shape.h diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 140eb21c21a6..e05a2a373328 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -1,8 +1,8 @@ PORTNAME= harfbuzz -DISTVERSION= 10.3.0 +DISTVERSION= 12.2.0 PORTREVISION?= 0 CATEGORIES= print -MASTER_SITES= https://github.com/harfbuzz/harfbuzz/releases/download/${DISTVERSION}/ +MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${DISTVERSION}/ MAINTAINER= desktop@FreeBSD.org COMMENT?= OpenType text shaping engine @@ -16,14 +16,16 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ USES= compiler:c++11-lib cpe gnome meson \ pkgconfig python:build shebangfix tar:xz +CPE_VENDOR= harfbuzz_project +SHEBANG_GLOB= *.py USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -SHEBANG_GLOB= *.py -CPE_VENDOR= harfbuzz_project -MESON_ARGS= -Dgraphite2=enabled -Dchafa=disabled -Dtests=disabled +MESON_ARGS= -Dgraphite2=enabled \ + -Dchafa=disabled \ + -Dtests=disabled -PLIST_SUB+= LIBVER=0.61030.0 +PLIST_SUB+= LIBVER=0.61220.0 HARFBUZZ_SLAVE?= no @@ -36,16 +38,20 @@ DOCS_MESON_ENABLED= docs .endif .if ${HARFBUZZ_SLAVE} == no -MESON_ARGS+= -Dicu=disabled -Dcairo=disabled +MESON_ARGS+= -Dicu=disabled \ + -Dcairo=disabled .elif ${HARFBUZZ_SLAVE} == icu -MESON_ARGS+= -Dicu=enabled -Dcairo=disabled -Ddocs=disabled LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz \ libicudata.so:devel/icu - +MESON_ARGS+= -Dicu=enabled \ + -Dcairo=disabled \ + -Ddocs=disabled .elif ${HARFBUZZ_SLAVE} == cairo -MESON_ARGS+= -Dcairo=enabled -Dicu=disabled -Ddocs=disabled LIB_DEPENDS+= libharfbuzz.so:print/harfbuzz USE_GNOME+= cairo +MESON_ARGS+= -Dcairo=enabled \ + -Dicu=disabled \ + -Ddocs=disabled .endif pre-test: diff --git a/print/harfbuzz/distinfo b/print/harfbuzz/distinfo index 5ff3c6558fdf..0ec4b49e6e36 100644 --- a/print/harfbuzz/distinfo +++ b/print/harfbuzz/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740088619 -SHA256 (harfbuzz-10.3.0.tar.xz) = cd63fc3cbae32622588e46e0670fabf78ee6cff44a6348ca7f037dae9a32f9ea -SIZE (harfbuzz-10.3.0.tar.xz) = 18148276 +TIMESTAMP = 1762696942 +SHA256 (harfbuzz-12.2.0.tar.xz) = ecb603aa426a8b24665718667bda64a84c1504db7454ee4cadbd362eea64e545 +SIZE (harfbuzz-12.2.0.tar.xz) = 18221900 diff --git a/print/harfbuzz/pkg-plist b/print/harfbuzz/pkg-plist index 79d60bd38a85..d51785b95b28 100644 --- a/print/harfbuzz/pkg-plist +++ b/print/harfbuzz/pkg-plist @@ -1,5 +1,4 @@ bin/hb-info -bin/hb-ot-shape-closure bin/hb-shape bin/hb-subset include/harfbuzz/hb-aat-layout.h @@ -32,6 +31,7 @@ include/harfbuzz/hb-ot-shape.h include/harfbuzz/hb-ot-var.h include/harfbuzz/hb-ot.h include/harfbuzz/hb-paint.h +include/harfbuzz/hb-script-list.h include/harfbuzz/hb-set.h include/harfbuzz/hb-shape-plan.h include/harfbuzz/hb-shape.h diff --git a/print/linux-rl9-cups-libs/Makefile b/print/linux-rl9-cups-libs/Makefile index 207b48fa4e46..4c68d0597733 100644 --- a/print/linux-rl9-cups-libs/Makefile +++ b/print/linux-rl9-cups-libs/Makefile @@ -1,7 +1,7 @@ PORTNAME= cups PORTVERSION= 2.3.3 -DISTVERSIONSUFFIX= op2-33.el9_6.1 -PORTREVISION= 9 +DISTVERSIONSUFFIX= op2-34.el9_7 +PORTREVISION= 10 CATEGORIES= print linux PKGNAMESUFFIX= -libs diff --git a/print/linux-rl9-cups-libs/distinfo b/print/linux-rl9-cups-libs/distinfo index 6c0308d9f1d0..e14097c63cac 100644 --- a/print/linux-rl9-cups-libs/distinfo +++ b/print/linux-rl9-cups-libs/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1762107940 -SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.aarch64.rpm) = a8b978fb441d4a3a917e127bc63d9419169bbd368ee915998aef3a7595a7856b -SIZE (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.aarch64.rpm) = 264330 -SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.i686.rpm) = 8c7573a9b32b28d4e95a4d3028bae7d2a48f05abe3b2ff871f981e7ab6470a22 -SIZE (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.i686.rpm) = 285328 -SHA256 (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.x86_64.rpm) = 1d6c4b19246bc8843876012cd03f42567748c546e5db7cb1302c7337ce936c1b -SIZE (rocky/c/cups-libs-2.3.3op2-33.el9_6.1.x86_64.rpm) = 266787 -SHA256 (rocky/c/cups-2.3.3op2-33.el9_6.1.src.rpm) = 36a4ae48a4885c13ce6820af3aa6e1b058024a4681d65379740dd3d4827d48ab -SIZE (rocky/c/cups-2.3.3op2-33.el9_6.1.src.rpm) = 8115931 +TIMESTAMP = 1765199738 +SHA256 (rocky/c/cups-libs-2.3.3op2-34.el9_7.aarch64.rpm) = 6d2d60e2cf3c30cb1b42383b955fc432ef2154fe30df410ac59ac49571fcf4be +SIZE (rocky/c/cups-libs-2.3.3op2-34.el9_7.aarch64.rpm) = 264257 +SHA256 (rocky/c/cups-libs-2.3.3op2-34.el9_7.i686.rpm) = f552507cec31cf4e9cc80f5331a3595353949392f76c351e16ca1c4c1fdbcab1 +SIZE (rocky/c/cups-libs-2.3.3op2-34.el9_7.i686.rpm) = 284031 +SHA256 (rocky/c/cups-libs-2.3.3op2-34.el9_7.x86_64.rpm) = e4a1ef046542917c8d7f1ab6f999d660cef293d1888fb25d48c7f4f9bdfb93de +SIZE (rocky/c/cups-libs-2.3.3op2-34.el9_7.x86_64.rpm) = 267131 +SHA256 (rocky/c/cups-2.3.3op2-34.el9_7.src.rpm) = a08c3f5947cc5431959d03792a5accb7db64f662e38e829788a1e4848a3b1994 +SIZE (rocky/c/cups-2.3.3op2-34.el9_7.src.rpm) = 8115867 diff --git a/print/pdf-renderer/files/patch-nbproject_project.properties b/print/pdf-renderer/files/patch-nbproject_project.properties index 6cd611b74e58..a4471166685e 100644 --- a/print/pdf-renderer/files/patch-nbproject_project.properties +++ b/print/pdf-renderer/files/patch-nbproject_project.properties @@ -1,6 +1,17 @@ ---- nbproject/project.properties.orig 2008-11-21 17:46:37.000000000 +0100 -+++ nbproject/project.properties 2008-11-21 17:47:11.000000000 +0100 -@@ -45,6 +45,7 @@ +--- nbproject/project.properties.orig 2011-09-15 09:33:54 UTC ++++ nbproject/project.properties +@@ -36,8 +36,8 @@ javac.deprecation=false + # Space-separated list of extra javac options + javac.compilerargs= + javac.deprecation=false +-javac.source=1.5 +-javac.target=1.5 ++javac.source=1.8 ++javac.target=1.8 + javac.test.classpath=\ + ${javac.classpath}:\ + ${build.classes.dir}:\ +@@ -50,6 +50,7 @@ javadoc.private=false javadoc.nonavbar=false javadoc.notree=false javadoc.private=false diff --git a/print/pdf-renderer/files/patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java b/print/pdf-renderer/files/patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java index f6996492d4c4..c383dc3b220c 100644 --- a/print/pdf-renderer/files/patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java +++ b/print/pdf-renderer/files/patch-src_com_sun_pdfview_colorspace_PDFColorSpace.java @@ -1,6 +1,6 @@ ---- ./src/com/sun/pdfview/colorspace/PDFColorSpace.java.orig 2011-11-17 09:12:43.000000000 +0100 -+++ ./src/com/sun/pdfview/colorspace/PDFColorSpace.java 2011-11-17 09:12:53.000000000 +0100 -@@ -161,7 +161,13 @@ +--- src/com/sun/pdfview/colorspace/PDFColorSpace.java.orig 2011-09-15 09:33:56 UTC ++++ src/com/sun/pdfview/colorspace/PDFColorSpace.java +@@ -161,7 +161,13 @@ public class PDFColorSpace { PDFObject[] ary = csobj.getArray(); name = ary[0].getStringValue(); @@ -15,7 +15,7 @@ value = new PDFColorSpace(new CalGrayColor(ary[1])); } else if (name.equals("CalRGB")) { value = new PDFColorSpace(new CalRGBColor(ary[1])); -@@ -194,8 +200,7 @@ +@@ -194,8 +200,7 @@ public class PDFColorSpace { return new PatternSpace(base); } else { diff --git a/print/plasma6-print-manager/distinfo b/print/plasma6-print-manager/distinfo index fec5b4bbbef5..785ed7b0c367 100644 --- a/print/plasma6-print-manager/distinfo +++ b/print/plasma6-print-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481299 -SHA256 (KDE/plasma/6.5.3/print-manager-6.5.3.tar.xz) = ebea6664bd1f3cd7a3033b9fc6f8797648221c5d7d739dba55243d3a7a477be2 -SIZE (KDE/plasma/6.5.3/print-manager-6.5.3.tar.xz) = 381196 +TIMESTAMP = 1765457154 +SHA256 (KDE/plasma/6.5.4/print-manager-6.5.4.tar.xz) = 87762556b1327fce36d2d1eec4e40fc6903baddc5204f28ab7a4045e8464668b +SIZE (KDE/plasma/6.5.4/print-manager-6.5.4.tar.xz) = 380732 diff --git a/print/plutobook/Makefile b/print/plutobook/Makefile index db439793858f..d907a837a287 100644 --- a/print/plutobook/Makefile +++ b/print/plutobook/Makefile @@ -1,6 +1,6 @@ PORTNAME= plutobook DISTVERSIONPREFIX= v -DISTVERSION= 0.11.2 +DISTVERSION= 0.11.3 CATEGORIES= print MAINTAINER= jbo@FreeBSD.org diff --git a/print/plutobook/distinfo b/print/plutobook/distinfo index 9bcba0fa1df5..16e92737afa6 100644 --- a/print/plutobook/distinfo +++ b/print/plutobook/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765016689 -SHA256 (plutoprint-plutobook-v0.11.2_GH0.tar.gz) = 70000ed4b438a683cea1d5e4eea42bc975f7076f56b402927a2a332f13bc1d77 -SIZE (plutoprint-plutobook-v0.11.2_GH0.tar.gz) = 458791 +TIMESTAMP = 1765498737 +SHA256 (plutoprint-plutobook-v0.11.3_GH0.tar.gz) = 699cd4a645548b7f96dd3bfab4a602ab694f085473ff44d8812d690efb3c6e3e +SIZE (plutoprint-plutobook-v0.11.3_GH0.tar.gz) = 458880 diff --git a/print/texinfo/Makefile b/print/texinfo/Makefile index 31eafe4f93ab..20f4d5890ce3 100644 --- a/print/texinfo/Makefile +++ b/print/texinfo/Makefile @@ -1,6 +1,6 @@ PORTNAME= texinfo PORTVERSION= 7.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= print MASTER_SITES= GNU \ @@ -48,7 +48,7 @@ CPE_VENDOR= gnu HTMLXREF_CNF_RELDATE= 20250626 TEXI2DVI_RELDATE= 20241223 TEXI2PDF_RELDATE= 20241223 -TEXINFO_TEX_RELDATE= 20251125 +TEXINFO_TEX_RELDATE= 20251206 OPTIONS_DEFINE= NLS OPTIONS_SUB= yes diff --git a/print/texinfo/distinfo b/print/texinfo/distinfo index 7c8d3780e5e7..fc7d997a1b3a 100644 --- a/print/texinfo/distinfo +++ b/print/texinfo/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764510894 +TIMESTAMP = 1765032668 SHA256 (texinfo/texinfo-7.2.tar.xz) = 0329d7788fbef113fa82cb80889ca197a344ce0df7646fe000974c5d714363a6 SIZE (texinfo/texinfo-7.2.tar.xz) = 6408432 SHA256 (texinfo/htmlxref.cnf-20250626) = 3ffecc1d8941daabd2eec93697a3ced02d68d84425dba6a2e693dffd67cb5cb8 @@ -7,5 +7,5 @@ SHA256 (texinfo/texi2dvi-20241223) = cb8a5fed2801350c093aa5ccb082aa9c315717ec3e8 SIZE (texinfo/texi2dvi-20241223) = 52733 SHA256 (texinfo/texi2pdf-20241223) = cf2aa65ef663811755ff97caffb0e6df7cd65d605779996272fcae8f1886c705 SIZE (texinfo/texi2pdf-20241223) = 1163 -SHA256 (texinfo/texinfo.tex-20251125) = ba66ed1d1c69afbb948e3029feabe1cd241ef5e0e842eb8cd122bab2a1b63e28 -SIZE (texinfo/texinfo.tex-20251125) = 392418 +SHA256 (texinfo/texinfo.tex-20251206) = 59dd97dfa0c29b9ae2f9cd979555bed37ce0587f6ddf418db03f49119e16cc18 +SIZE (texinfo/texinfo.tex-20251206) = 392471 diff --git a/science/afni/Makefile b/science/afni/Makefile index 5b9d77b3920c..769ec31d6078 100644 --- a/science/afni/Makefile +++ b/science/afni/Makefile @@ -1,6 +1,6 @@ PORTNAME= afni DISTVERSIONPREFIX= AFNI_ -DISTVERSION= 25.3.01 +DISTVERSION= 25.3.03 CATEGORIES= science biology graphics perl5 python MAINTAINER= fernape@FreeBSD.org diff --git a/science/afni/distinfo b/science/afni/distinfo index eff28baed2a3..180cfc9188c5 100644 --- a/science/afni/distinfo +++ b/science/afni/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764918918 -SHA256 (afni-afni-AFNI_25.3.01_GH0.tar.gz) = 29317f60586f1c652d0d47bd324a8241befb83c16e6df127633a776d0c8810d8 -SIZE (afni-afni-AFNI_25.3.01_GH0.tar.gz) = 53422684 +TIMESTAMP = 1765278441 +SHA256 (afni-afni-AFNI_25.3.03_GH0.tar.gz) = ee896e0168661fd7d708fa1dd454ab7334ae96bbba7c0ec93e63a5a21c69540d +SIZE (afni-afni-AFNI_25.3.03_GH0.tar.gz) = 53428208 diff --git a/science/afni/pkg-plist b/science/afni/pkg-plist index 6f92d8e84736..02d5eba40f14 100644 --- a/science/afni/pkg-plist +++ b/science/afni/pkg-plist @@ -641,6 +641,7 @@ bin/nifti_tool bin/niml_feedme bin/niprobe bin/nsize +bin/obliquity_remover.py bin/open_apqc.py bin/p2dsetstat bin/parse_fs_lt_log.py diff --git a/science/colt/Makefile b/science/colt/Makefile index 88974b022de0..6edfe26a7c90 100644 --- a/science/colt/Makefile +++ b/science/colt/Makefile @@ -8,6 +8,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Java package for scalable scientific and technical computing WWW= https://acs.lbl.gov/~hoschek/colt/ +DEPRECATED= java 8 only, unmaintained, no users in the ports tree, latest release was 2004 +EXPIRATION_DATE= 2026-04-13 + +JAVA_VERSION= 8 + NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/science/kalzium/distinfo b/science/kalzium/distinfo index f93bc65bb23c..dbcc472221ea 100644 --- a/science/kalzium/distinfo +++ b/science/kalzium/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264756 -SHA256 (KDE/release-service/25.08.3/kalzium-25.08.3.tar.xz) = 36e6c4f46e1a5daaace14ebb5b1f6dac3429ad5df3d4fc1f0adeaec3e28e420b -SIZE (KDE/release-service/25.08.3/kalzium-25.08.3.tar.xz) = 22663696 +TIMESTAMP = 1765478756 +SHA256 (KDE/release-service/25.12.0/kalzium-25.12.0.tar.xz) = 9ff53a58e655a674056618522b7a2a44fa54b7e1f72f91b4d20104c28fe82b0b +SIZE (KDE/release-service/25.12.0/kalzium-25.12.0.tar.xz) = 22666820 diff --git a/science/opsin/Makefile b/science/opsin/Makefile index f4e98275bd30..b9c6e1f5da9d 100644 --- a/science/opsin/Makefile +++ b/science/opsin/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= maven>0:devel/maven USES= java -JAVA_VERSION= 17 # Java 8 fails on aarch64: Internal Error (assembler_aarch64.hpp:237), pid=29730, tid=0x000000000002d236 guarantee(val < (1U << nbits)) failed: Field too big for insn NO_ARCH= yes diff --git a/science/opsin/files/patch-pom.xml b/science/opsin/files/patch-pom.xml new file mode 100644 index 000000000000..97c13f852077 --- /dev/null +++ b/science/opsin/files/patch-pom.xml @@ -0,0 +1,22 @@ +--- pom.xml.orig 2025-12-13 15:51:13 UTC ++++ pom.xml +@@ -60,8 +60,8 @@ + <artifactId>maven-compiler-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+- <source>1.7</source>
+- <target>1.7</target>
++ <source>1.8</source>
++ <target>1.8</target>
+ </configuration>
+ </plugin>
+ <!-- Include POM.xml in source JAR -->
+@@ -141,7 +141,7 @@ + <artifactId>maven-pmd-plugin</artifactId>
+ <version>3.1</version>
+ <configuration>
+- <targetJdk>1.7</targetJdk>
++ <targetJdk>1.8</targetJdk>
+ <linkXref>true</linkXref>
+ </configuration>
+ </plugin>
diff --git a/science/q/Makefile b/science/q/Makefile index 06a21db399e2..19152626bfc1 100644 --- a/science/q/Makefile +++ b/science/q/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/qusers/Q6 LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/../LICENSE -USES= fortran gmake +USES= fortran:gfortran gmake USE_GITHUB= yes GH_ACCOUNT= qusers diff --git a/science/siesta/Makefile b/science/siesta/Makefile index 9b7f782f1d5c..01d1dbcd203e 100644 --- a/science/siesta/Makefile +++ b/science/siesta/Makefile @@ -16,7 +16,7 @@ BROKEN_aarch64= Lack of IEEE754 support in gcc causes "Cannot find an intrinsic LIB_DEPENDS= libblas.so:math/blas \ liblapack.so:math/lapack -USES= fortran gmake localbase:ldflags +USES= fortran:gfortran gmake localbase:ldflags ALL_TARGET= default diff --git a/science/step/distinfo b/science/step/distinfo index 21ad428a5628..0a8b11c7c8a4 100644 --- a/science/step/distinfo +++ b/science/step/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264758 -SHA256 (KDE/release-service/25.08.3/step-25.08.3.tar.xz) = b1ddce4f52a0b75188616c062be4fa7ad5d3d7725c211ec011719a9ad27e86f9 -SIZE (KDE/release-service/25.08.3/step-25.08.3.tar.xz) = 1016244 +TIMESTAMP = 1765478759 +SHA256 (KDE/release-service/25.12.0/step-25.12.0.tar.xz) = c80c54d8b6d61e1a70b631241cc40aca69368d0c95e40408fc3342a39ccb0b23 +SIZE (KDE/release-service/25.12.0/step-25.12.0.tar.xz) = 1019368 diff --git a/science/step/files/patch-stepcore_object.h b/science/step/files/patch-stepcore_object.h deleted file mode 100644 index 5b2f47415a27..000000000000 --- a/science/step/files/patch-stepcore_object.h +++ /dev/null @@ -1,21 +0,0 @@ -Clang >= 19.1.0-rc1 requires a template argument list after an identifier -prefixed by the template keyword. [1] - -/wrkdirs/usr/ports/science/step/work/step-23.08.5/stepcore/object.h:252:45: -error: a template argument list is expected after a name prefixed by the -template keyword [-Wmissing-template-arg-list-after-template-kw] - 252 | if(!src || !src->metaObject()->template inherits(_Dst())) return NULL; - -[1] https://github.com/llvm/llvm-project/commit/f46d1463b835560d90ad3ac02b63c771e4ebe566 - ---- stepcore/object.h.orig 2024-02-10 03:35:30 UTC -+++ stepcore/object.h -@@ -249,7 +249,7 @@ _Dst stepcore_cast(_Src src) { - /** Casts between pointers to Object */ - template<class _Dst, class _Src> // XXX: implement it better - _Dst stepcore_cast(_Src src) { -- if(!src || !src->metaObject()->template inherits(_Dst())) return NULL; -+ if(!src || !src->metaObject()->template inherits<_Dst>(_Dst())) return NULL; - return static_cast<_Dst>(src); - } - diff --git a/security/Makefile b/security/Makefile index 176dfc48ad3f..67f44efbc33a 100644 --- a/security/Makefile +++ b/security/Makefile @@ -36,6 +36,7 @@ SUBDIR += assh SUBDIR += authenticator SUBDIR += authoscope + SUBDIR += autofirma SUBDIR += autossh SUBDIR += aws-c-auth SUBDIR += aws-c-cal diff --git a/security/autofirma/Makefile b/security/autofirma/Makefile new file mode 100644 index 000000000000..034ca3b487e2 --- /dev/null +++ b/security/autofirma/Makefile @@ -0,0 +1,47 @@ +PORTNAME= autofirma +DISTVERSION= 1.9 +CATEGORIES= security +MASTER_SITES= https://firmaelectronica.gob.es/content/dam/firmaelectronica/descargas-software/autofirma19/ +DISTNAME= Autofirma_Linux_Debian + +MAINTAINER= fernape@FreeBSD.org +COMMENT= Spanish Government digital signature application +WWW= https://sedediatid.digital.gob.es/es-es/firmaelectronica/Paginas/AutoFirma.aspx + +LICENSE= GPLv2 EUPL11 +LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/usr/share/common-licenses/eupl-1.1.txt + +LIB_DEPENDS= libnss3.so:security/nss + +USES= desktop-file-utils java zip +JAVA_VERSION= 24 +JAVA_VENDOR= openjdk + +DATADIR= ${JAVASHAREDIR}/${PORTNAME} + +NO_BUILD= yes + +SUB_FILES= ${PORTNAME} \ + Autofirma.js \ + afirma.desktop \ + pkg-message +SUB_LIST+= JAVA_HOME=${JAVA_HOME} \ + JAVA=${JAVA} + +WRKSRC=${WRKDIR} + +post-extract: + ${TAR} -C ${WRKDIR} -xvzf ${WRKDIR}/autofirma_1_9.deb + ${TAR} -C ${WRKDIR} -xvzf ${WRKDIR}/data.tar.gz + ${ZIP_CMD} -d ${PORTNAME}.jar "nss/WINDOWS/*" "windows/*" "osx/*" "linux/*" + +do-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_DATA} ${WRKSRC}/usr/lib/Autofirma/autofirma.jar ${STAGEDIR}${JAVAJARDIR} + ${INSTALL_DATA} ${WRKSRC}/usr/lib/Autofirma/Autofirma.png ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKDIR}/afirma.desktop ${STAGEDIR}${PREFIX}/share/applications/ + ${INSTALL_DATA} ${WRKDIR}/Autofirma.js ${STAGEDIR}${DATADIR} + +.include <bsd.port.mk> diff --git a/security/autofirma/distinfo b/security/autofirma/distinfo new file mode 100644 index 000000000000..451ef847a707 --- /dev/null +++ b/security/autofirma/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1762021451 +SHA256 (Autofirma_Linux_Debian.zip) = c29c251f2ee9f00dfc87f9582677dbd436a83565986ab0417ff065ceae716798 +SIZE (Autofirma_Linux_Debian.zip) = 67295518 diff --git a/security/autofirma/files/Autofirma.js.in b/security/autofirma/files/Autofirma.js.in new file mode 100644 index 000000000000..3a5451fe2bbc --- /dev/null +++ b/security/autofirma/files/Autofirma.js.in @@ -0,0 +1,4 @@ +pref("network.protocol-handler.app.afirma","%%LOCALBASE%%/bin/autofirma"); +pref("network.protocol-handler.warn-external.afirma",false); +pref("network.protocol-handler.external.afirma",true); + diff --git a/security/autofirma/files/afirma.desktop.in b/security/autofirma/files/afirma.desktop.in new file mode 100644 index 000000000000..6005ea9bde1a --- /dev/null +++ b/security/autofirma/files/afirma.desktop.in @@ -0,0 +1,16 @@ +[Desktop Entry] +Encoding=UTF-8 +Version=1.9 +Name=Autofirma +Type=Application +Terminal=false +Categories=Office;Utilities;Signature;Java +Exec=%%LOCALBASE%%/bin/autofirma %u +Icon=%%DATADIR%%/Autofirma.png +GenericName=Herramienta de firma +Comment=Herramienta de firma +MimeType=x-scheme-handler/afirma; +StartupNotify=true +StartupWMClass=autofirma +Name[es_ES]=Autofirma + diff --git a/security/autofirma/files/autofirma.in b/security/autofirma/files/autofirma.in new file mode 100644 index 000000000000..b124586a67d7 --- /dev/null +++ b/security/autofirma/files/autofirma.in @@ -0,0 +1,5 @@ +#!/bin/sh +export AFIRMA_NSS_HOME_ENV=%%LOCALBASE%%/lib/ +JAVA_OPTS="-Djdk.tls.maxHandshakeMessageSize=65536 \ + -Des.gob.afirma.keystores.mozilla.UseEnvironmentVariables=true" +%%JAVA%% ${JAVA_OPTS} -jar %%JAVAJARDIR%%/autofirma.jar "$@" diff --git a/security/autofirma/files/pkg-message.in b/security/autofirma/files/pkg-message.in new file mode 100644 index 000000000000..df006385bd4b --- /dev/null +++ b/security/autofirma/files/pkg-message.in @@ -0,0 +1,9 @@ +[ +{ type: install + message: <<EOM +You can install the preferences file Autofirma.js in your Firefox profile: + +ln -s %%DATADIR%%/Autofirma.js ~/.mozilla/firefox/xxxxxxx.default-release/ +EOM +} +] diff --git a/security/autofirma/pkg-descr b/security/autofirma/pkg-descr new file mode 100644 index 000000000000..cbda164f3fd1 --- /dev/null +++ b/security/autofirma/pkg-descr @@ -0,0 +1,4 @@ +AutoFirma is a desktop application that allows signing documents with digital +certificates. +It is the official digital signature application of the Spanish Government and a +requirement for many digital procedures. diff --git a/security/autofirma/pkg-plist b/security/autofirma/pkg-plist new file mode 100644 index 000000000000..17a03206e75e --- /dev/null +++ b/security/autofirma/pkg-plist @@ -0,0 +1,5 @@ +bin/autofirma +share/applications/afirma.desktop +%%DATADIR%%/Autofirma.js +%%DATADIR%%/Autofirma.png +%%JAVAJARDIR%%/autofirma.jar diff --git a/security/aws-c-auth/Makefile b/security/aws-c-auth/Makefile index 74328cc0f17d..527c7ca6ca6f 100644 --- a/security/aws-c-auth/Makefile +++ b/security/aws-c-auth/Makefile @@ -1,6 +1,6 @@ PORTNAME= aws-c-auth DISTVERSIONPREFIX= v -DISTVERSION= 0.9.3 +DISTVERSION= 0.9.4 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/aws-c-auth/distinfo b/security/aws-c-auth/distinfo index a54e929c9948..3ab436da9590 100644 --- a/security/aws-c-auth/distinfo +++ b/security/aws-c-auth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764967115 -SHA256 (awslabs-aws-c-auth-v0.9.3_GH0.tar.gz) = e7ad0abad2b2b4211483e6a57cf8ccb9b56b5c6bd10e94864566fd1dcd85dafd -SIZE (awslabs-aws-c-auth-v0.9.3_GH0.tar.gz) = 280180 +TIMESTAMP = 1765481535 +SHA256 (awslabs-aws-c-auth-v0.9.4_GH0.tar.gz) = 704b2f965c31d9d0fd8d9ab207bc8c838e3683c56bd8407e472bbc8fa9f9a209 +SIZE (awslabs-aws-c-auth-v0.9.4_GH0.tar.gz) = 282573 diff --git a/security/aws-lc/Makefile b/security/aws-lc/Makefile index 491fd5e6318e..0f8eb6d0ca95 100644 --- a/security/aws-lc/Makefile +++ b/security/aws-lc/Makefile @@ -1,5 +1,5 @@ PORTNAME= aws-lc -PORTVERSION= 1.65.0 +PORTVERSION= 1.65.1 DISTVERSIONPREFIX= v CATEGORIES= security diff --git a/security/aws-lc/distinfo b/security/aws-lc/distinfo index 9c32e09527b7..b5de7c54a7e9 100644 --- a/security/aws-lc/distinfo +++ b/security/aws-lc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853194 -SHA256 (aws-aws-lc-v1.65.0_GH0.tar.gz) = 27d2ac24a961888efb1fcc6443ea5e611942f783e017e0c178af95d05431b808 -SIZE (aws-aws-lc-v1.65.0_GH0.tar.gz) = 122969944 +TIMESTAMP = 1765032670 +SHA256 (aws-aws-lc-v1.65.1_GH0.tar.gz) = d4cf3b19593fc7876b23741e8ca7c48e0043679cec393fe24b138c3f1ffd6254 +SIZE (aws-aws-lc-v1.65.1_GH0.tar.gz) = 124042558 diff --git a/security/crowdsec/Makefile b/security/crowdsec/Makefile index 879b8e063ae0..98a38280f440 100644 --- a/security/crowdsec/Makefile +++ b/security/crowdsec/Makefile @@ -1,7 +1,6 @@ PORTNAME= crowdsec DISTVERSIONPREFIX= v -DISTVERSION= 1.7.3 -PORTREVISION= 2 +DISTVERSION= 1.7.4 CATEGORIES= security MAINTAINER= marco@crowdsec.net @@ -14,8 +13,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libabsl_base.so:devel/abseil \ libre2.so:devel/re2 -USES= go:1.25,modules pkgconfig -_COMMIT= c8aad699 +USES= go:modules pkgconfig +_COMMIT= 469b374e _BUILD_DATE= $$(date -u "+%F_%T") USE_RC_SUBR= crowdsec @@ -23,6 +22,7 @@ GO_MODULE= github.com/crowdsecurity/crowdsec GO_TARGET= ./cmd/crowdsec \ ./cmd/crowdsec-cli \ ./cmd/notification-email \ + ./cmd/notification-file \ ./cmd/notification-http \ ./cmd/notification-sentinel \ ./cmd/notification-slack \ @@ -71,6 +71,7 @@ do-install: @${MKDIR} ${STAGE_PLUGINS} ${INSTALL_PROGRAM} ${WRKDIR}/bin/notification-email ${STAGE_PLUGINS}/ + ${INSTALL_PROGRAM} ${WRKDIR}/bin/notification-file ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKDIR}/bin/notification-http ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKDIR}/bin/notification-sentinel ${STAGE_PLUGINS}/ ${INSTALL_PROGRAM} ${WRKDIR}/bin/notification-slack ${STAGE_PLUGINS}/ @@ -112,6 +113,10 @@ do-install: @${MV} ${WRKSRC}/cmd/notification-email/email.yaml \ ${STAGEDIR}${ETCDIR}/notifications/email.yaml.sample + @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/file + @${MV} ${WRKSRC}/cmd/notification-file/file.yaml \ + ${STAGEDIR}${ETCDIR}/notifications/file.yaml.sample + @${MKDIR} ${STAGEDIR}${ETCDIR}/notifications/http @${MV} ${WRKSRC}/cmd/notification-http/http.yaml \ ${STAGEDIR}${ETCDIR}/notifications/http.yaml.sample @@ -168,6 +173,7 @@ do-install: @${RM} ${STAGEDIR}${ETCDIR}/windows-dev.yaml @${RM} ${STAGEDIR}${ETCDIR}/user.yaml @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/email + @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/file @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/http @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/sentinel @${RMDIR} ${STAGEDIR}${ETCDIR}/notifications/slack diff --git a/security/crowdsec/distinfo b/security/crowdsec/distinfo index 6bc97888e68a..ff9215d7e63a 100644 --- a/security/crowdsec/distinfo +++ b/security/crowdsec/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1761254848 -SHA256 (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.mod) = c4bbd96e96bb3b6c05909402d1894201ebdff7255e525a228c9756a38576c87e -SIZE (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.mod) = 11817 -SHA256 (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.zip) = f9c0b012fc97bcbe26948a27d7c4e80f3adf0015af26298ffaf72fd395b79c09 -SIZE (go/security_crowdsec/crowdsec-v1.7.3/v1.7.3.zip) = 1819249 +TIMESTAMP = 1764861310 +SHA256 (go/security_crowdsec/crowdsec-v1.7.4/v1.7.4.mod) = 5bd7d91fdcc5c1af241aadbe80cb8ee99c9ff1f502c34e4e6d43f3e788fa2873 +SIZE (go/security_crowdsec/crowdsec-v1.7.4/v1.7.4.mod) = 12355 +SHA256 (go/security_crowdsec/crowdsec-v1.7.4/v1.7.4.zip) = 05803ff18eff8253d109a6cb4968428274e2299f5d950f701a1416f2341aa752 +SIZE (go/security_crowdsec/crowdsec-v1.7.4/v1.7.4.zip) = 1856566 diff --git a/security/crowdsec/files/patch-pkg_fsutil_getfstype__freebsd.go b/security/crowdsec/files/patch-pkg_fsutil_getfstype__freebsd.go new file mode 100644 index 000000000000..579dfc870371 --- /dev/null +++ b/security/crowdsec/files/patch-pkg_fsutil_getfstype__freebsd.go @@ -0,0 +1,10 @@ +--- pkg/fsutil/getfstype_freebsd.go.orig 2025-12-05 08:44:44 UTC ++++ pkg/fsutil/getfstype_freebsd.go +@@ -1,6 +1,6 @@ + //go:build freebsd + +-package types ++package fsutil + + import ( + "fmt" diff --git a/security/crowdsec/pkg-plist b/security/crowdsec/pkg-plist index d96c9de762dd..e309d3458775 100644 --- a/security/crowdsec/pkg-plist +++ b/security/crowdsec/pkg-plist @@ -8,6 +8,7 @@ libexec/crowdsec/upgrade-hub @sample %%ETCDIR%%/local_api_credentials.yaml.sample @sample %%ETCDIR%%/online_api_credentials.yaml.sample @sample %%ETCDIR%%/notifications/email.yaml.sample +@sample %%ETCDIR%%/notifications/file.yaml.sample @sample %%ETCDIR%%/notifications/http.yaml.sample @sample %%ETCDIR%%/notifications/sentinel.yaml.sample @sample %%ETCDIR%%/notifications/slack.yaml.sample @@ -44,6 +45,7 @@ libexec/crowdsec/upgrade-hub etc/cron.d/crowdsec @mode 0755 lib/crowdsec/plugins/notification-email +lib/crowdsec/plugins/notification-file lib/crowdsec/plugins/notification-http lib/crowdsec/plugins/notification-sentinel lib/crowdsec/plugins/notification-slack diff --git a/security/fizz/Makefile b/security/fizz/Makefile index fe2d4066eda4..776cac3e3a00 100644 --- a/security/fizz/Makefile +++ b/security/fizz/Makefile @@ -1,6 +1,7 @@ PORTNAME= fizz DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= yuri@FreeBSD.org diff --git a/security/go-cve-dictionary/Makefile b/security/go-cve-dictionary/Makefile index 5f0a7ca5ed37..e9ec88cf8462 100644 --- a/security/go-cve-dictionary/Makefile +++ b/security/go-cve-dictionary/Makefile @@ -1,7 +1,6 @@ PORTNAME= go-cve-dictionary DISTVERSIONPREFIX=v -DISTVERSION= 0.14.0 -PORTREVISION= 1 +DISTVERSION= 0.15.0 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/go-cve-dictionary/distinfo b/security/go-cve-dictionary/distinfo index 7955170c767e..e28aba6769fc 100644 --- a/security/go-cve-dictionary/distinfo +++ b/security/go-cve-dictionary/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763314761 -SHA256 (go/security_go-cve-dictionary/go-cve-dictionary-v0.14.0/v0.14.0.mod) = ae2226a98d88dbf73d8ed137d9718097994394dc61037ec133658d8d4886c2e3 -SIZE (go/security_go-cve-dictionary/go-cve-dictionary-v0.14.0/v0.14.0.mod) = 3435 -SHA256 (go/security_go-cve-dictionary/go-cve-dictionary-v0.14.0/v0.14.0.zip) = 6b07e2c656dc71cc2907d99ca61cd666cf3b97db09cbb7c6bbc5f162c74f7ccd -SIZE (go/security_go-cve-dictionary/go-cve-dictionary-v0.14.0/v0.14.0.zip) = 131671 +TIMESTAMP = 1765298379 +SHA256 (go/security_go-cve-dictionary/go-cve-dictionary-v0.15.0/v0.15.0.mod) = a0889dbba87606f276a530ae7c5bf4100b8337c12d361512a4ea6bc85ca57dc7 +SIZE (go/security_go-cve-dictionary/go-cve-dictionary-v0.15.0/v0.15.0.mod) = 3437 +SHA256 (go/security_go-cve-dictionary/go-cve-dictionary-v0.15.0/v0.15.0.zip) = 47fd1382740a0baea52405b283a45f9090d71cf5d95086de7eddda4a6f13aacd +SIZE (go/security_go-cve-dictionary/go-cve-dictionary-v0.15.0/v0.15.0.zip) = 138122 diff --git a/security/gopass/Makefile b/security/gopass/Makefile index e7315766cad3..cf039b1ba5e9 100644 --- a/security/gopass/Makefile +++ b/security/gopass/Makefile @@ -1,7 +1,6 @@ PORTNAME= gopass DISTVERSIONPREFIX= v -DISTVERSION= 1.16.0 -PORTREVISION= 1 +DISTVERSION= 1.16.1 CATEGORIES= security MAINTAINER= eduardo@FreeBSD.org diff --git a/security/gopass/distinfo b/security/gopass/distinfo index e5d1cb1862ef..488d719100c2 100644 --- a/security/gopass/distinfo +++ b/security/gopass/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763065093 -SHA256 (go/security_gopass/gopass-v1.16.0/v1.16.0.mod) = 5f041be3279b6b57fec531111be9e5cd6c1ae2959b2174a34cc67d4ed0da7583 -SIZE (go/security_gopass/gopass-v1.16.0/v1.16.0.mod) = 4391 -SHA256 (go/security_gopass/gopass-v1.16.0/v1.16.0.zip) = de4f605cee86ecf4537fbf33e52d18e1e6fff2230b5e8dd57a519275b8e1df83 -SIZE (go/security_gopass/gopass-v1.16.0/v1.16.0.zip) = 3305237 -SHA256 (go/security_gopass/gopass-v1.16.0/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5 -SIZE (go/security_gopass/gopass-v1.16.0/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392 +TIMESTAMP = 1765644299 +SHA256 (go/security_gopass/gopass-v1.16.1/v1.16.1.mod) = 5f041be3279b6b57fec531111be9e5cd6c1ae2959b2174a34cc67d4ed0da7583 +SIZE (go/security_gopass/gopass-v1.16.1/v1.16.1.mod) = 4391 +SHA256 (go/security_gopass/gopass-v1.16.1/v1.16.1.zip) = 320b4611f72cf04cebdf99a1475c34e8213f58a11c5402eca64200f1a7e9f90f +SIZE (go/security_gopass/gopass-v1.16.1/v1.16.1.zip) = 3305415 +SHA256 (go/security_gopass/gopass-v1.16.1/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = e2866f4749e844ea9f7d31386f971dd8bbf19acab2c0a06fe7c4e99462eda1c5 +SIZE (go/security_gopass/gopass-v1.16.1/gopasspw-password-store-example-8db75ba3b69c_GH0.tar.gz) = 1392 diff --git a/security/kanidm/Makefile b/security/kanidm/Makefile index 3cd5b7f28979..ade3cb10da08 100644 --- a/security/kanidm/Makefile +++ b/security/kanidm/Makefile @@ -1,6 +1,6 @@ PORTNAME= kanidm DISTVERSIONPREFIX= v -DISTVERSION= 1.8.3 +DISTVERSION= 1.8.5 CATEGORIES= security net # implicit-approval+: dtxdf diff --git a/security/kanidm/Makefile.crates b/security/kanidm/Makefile.crates index b97a9af6ccce..870cf0f07dee 100644 --- a/security/kanidm/Makefile.crates +++ b/security/kanidm/Makefile.crates @@ -26,7 +26,7 @@ CARGO_CRATES= addr2line-0.25.1 \ asn1-rs-0.6.2 \ asn1-rs-derive-0.5.1 \ asn1-rs-impl-0.2.0 \ - async-compression-0.4.34 \ + async-compression-0.4.36 \ async-stream-0.3.6 \ async-stream-impl-0.3.6 \ async-trait-0.1.89 \ @@ -46,8 +46,8 @@ CARGO_CRATES= addr2line-0.25.1 \ base64-0.13.1 \ base64-0.21.7 \ base64-0.22.1 \ - base64ct-1.8.0 \ - base64urlsafedata-0.5.3 \ + base64ct-1.8.1 \ + base64urlsafedata-0.5.4 \ basic-toml-0.1.10 \ bindgen-0.66.1 \ bindgen-0.72.1 \ @@ -71,7 +71,7 @@ CARGO_CRATES= addr2line-0.25.1 \ byteorder-lite-0.1.0 \ bytes-1.11.0 \ cbc-0.1.2 \ - cc-1.2.47 \ + cc-1.2.49 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-if-1.0.4 \ @@ -88,12 +88,12 @@ CARGO_CRATES= addr2line-0.25.1 \ clap_derive-4.5.49 \ clap_lex-0.7.6 \ clru-0.6.2 \ - cmake-0.1.54 \ + cmake-0.1.55 \ color_quant-1.1.0 \ colorchoice-1.0.4 \ combine-4.6.7 \ compact_jwt-0.5.3-dev \ - compression-codecs-0.4.33 \ + compression-codecs-0.4.35 \ compression-core-0.4.31 \ concread-0.5.7 \ console-0.16.1 \ @@ -200,7 +200,7 @@ CARGO_CRATES= addr2line-0.25.1 \ getrandom-0.2.16 \ getrandom-0.3.4 \ ghash-0.5.1 \ - gif-0.14.0 \ + gif-0.14.1 \ gimli-0.32.3 \ gix-0.74.1 \ gix-actor-0.35.6 \ @@ -259,7 +259,7 @@ CARGO_CRATES= addr2line-0.25.1 \ hmac-0.12.1 \ hmac-0.13.0-rc.3 \ home-0.5.12 \ - hostname-0.4.1 \ + hostname-0.4.2 \ hostname-validator-1.1.1 \ http-0.2.12 \ http-1.4.0 \ @@ -275,7 +275,7 @@ CARGO_CRATES= addr2line-0.25.1 \ hyper-rustls-0.27.7 \ hyper-timeout-0.5.2 \ hyper-tls-0.6.0 \ - hyper-util-0.1.18 \ + hyper-util-0.1.19 \ iana-time-zone-0.1.64 \ iana-time-zone-haiku-0.1.2 \ icu_collections-1.5.0 \ @@ -284,8 +284,8 @@ CARGO_CRATES= addr2line-0.25.1 \ icu_locid-1.5.0 \ icu_normalizer-2.1.1 \ icu_normalizer_data-2.1.1 \ - icu_properties-2.1.1 \ - icu_properties_data-2.1.1 \ + icu_properties-2.1.2 \ + icu_properties_data-2.1.2 \ icu_provider-1.5.0 \ icu_provider-2.1.1 \ icu_provider_macros-1.5.0 \ @@ -311,7 +311,7 @@ CARGO_CRATES= addr2line-0.25.1 \ itoa-1.0.15 \ jiff-0.2.16 \ jiff-static-0.2.16 \ - jiff-tzdb-0.1.4 \ + jiff-tzdb-0.1.5 \ jiff-tzdb-platform-0.1.3 \ jni-0.21.1 \ jni-sys-0.3.0 \ @@ -322,14 +322,14 @@ CARGO_CRATES= addr2line-0.25.1 \ kbkdf-0.0.1 \ kqueue-1.1.1 \ kqueue-sys-1.0.4 \ - lambert_w-1.2.31 \ + lambert_w-1.2.33 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ lber-0.4.2 \ ldap3_client-0.6.2 \ ldap3_proto-0.6.2 \ lettre-0.11.19 \ - libc-0.2.177 \ + libc-0.2.178 \ libloading-0.8.9 \ libm-0.2.15 \ libmimalloc-sys-0.1.44 \ @@ -338,7 +338,7 @@ CARGO_CRATES= addr2line-0.25.1 \ libsqlite3-sys-0.35.0 \ libudev-0.2.0 \ libudev-sys-0.1.4 \ - libz-rs-sys-0.5.2 \ + libz-rs-sys-0.5.4 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.11.0 \ litemap-0.7.5 \ @@ -346,7 +346,7 @@ CARGO_CRATES= addr2line-0.25.1 \ litrs-1.0.0 \ lock_api-0.4.14 \ lodepng-3.12.1 \ - log-0.4.28 \ + log-0.4.29 \ lru-0.13.0 \ lru-0.16.2 \ lru-slab-0.1.2 \ @@ -368,7 +368,7 @@ CARGO_CRATES= addr2line-0.25.1 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ mintex-0.1.4 \ - mio-1.1.0 \ + mio-1.1.1 \ moxcms-0.7.10 \ multer-3.1.0 \ native-tls-0.2.14 \ @@ -424,7 +424,7 @@ CARGO_CRATES= addr2line-0.25.1 \ password-hash-0.5.0 \ paste-1.0.15 \ pastey-0.1.1 \ - pbkdf2-0.13.0-rc.2 \ + pbkdf2-0.13.0-rc.4 \ peeking_take_while-0.1.2 \ peg-0.8.5 \ peg-macros-0.8.5 \ @@ -458,7 +458,7 @@ CARGO_CRATES= addr2line-0.25.1 \ psl-types-2.0.11 \ psm-0.1.28 \ publicsuffix-2.3.0 \ - pxfm-0.1.26 \ + pxfm-0.1.27 \ qrcode-0.14.1 \ quick-error-2.0.1 \ quinn-0.11.9 \ @@ -483,7 +483,7 @@ CARGO_CRATES= addr2line-0.25.1 \ regex-automata-0.4.13 \ regex-syntax-0.8.8 \ reqwest-0.11.27 \ - reqwest-0.12.24 \ + reqwest-0.12.25 \ rfc6979-0.4.0 \ rgb-0.8.52 \ ring-0.17.14 \ @@ -502,7 +502,7 @@ CARGO_CRATES= addr2line-0.25.1 \ rustix-1.1.2 \ rustls-0.23.35 \ rustls-native-certs-0.8.2 \ - rustls-pki-types-1.13.0 \ + rustls-pki-types-1.13.1 \ rustls-platform-verifier-0.5.3 \ rustls-platform-verifier-0.6.2 \ rustls-platform-verifier-android-0.1.1 \ @@ -543,12 +543,12 @@ CARGO_CRATES= addr2line-0.25.1 \ sha2-0.10.9 \ sha2-0.11.0-rc.3 \ sharded-slab-0.1.7 \ - shell-words-1.1.0 \ + shell-words-1.1.1 \ shellexpand-3.1.1 \ shlex-1.3.0 \ signal-hook-registry-1.4.7 \ signature-2.2.0 \ - simd-adler32-0.3.7 \ + simd-adler32-0.3.8 \ slab-0.4.11 \ smallvec-1.15.1 \ smartstring-1.0.1 \ @@ -558,7 +558,7 @@ CARGO_CRATES= addr2line-0.25.1 \ spin-0.9.8 \ spki-0.7.3 \ sptr-0.3.2 \ - sshkey-attest-0.5.3 \ + sshkey-attest-0.5.4 \ sshkeys-0.3.4 \ stable_deref_trait-1.2.1 \ stacker-0.1.22 \ @@ -600,22 +600,22 @@ CARGO_CRATES= addr2line-0.25.1 \ tokio-util-0.7.17 \ toml-0.9.8 \ toml_datetime-0.7.3 \ - toml_edit-0.23.7 \ + toml_edit-0.23.9 \ toml_parser-1.0.4 \ toml_writer-1.0.4 \ tonic-0.14.2 \ tonic-prost-0.14.2 \ tower-0.5.2 \ - tower-http-0.6.7 \ + tower-http-0.6.8 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ - tracing-0.1.41 \ + tracing-0.1.43 \ tracing-attributes-0.1.31 \ tracing-core-0.1.35 \ tracing-forest-0.3.0 \ tracing-log-0.2.0 \ tracing-opentelemetry-0.32.0 \ - tracing-subscriber-0.3.20 \ + tracing-subscriber-0.3.22 \ try-lock-0.2.5 \ tss-esapi-8.0.0-alpha \ tss-esapi-sys-0.5.0 \ @@ -635,7 +635,7 @@ CARGO_CRATES= addr2line-0.25.1 \ utoipa-gen-5.4.0 \ utoipa-swagger-ui-9.0.2 \ utoipa-swagger-ui-vendored-0.1.2 \ - uuid-1.18.1 \ + uuid-1.19.0 \ uuid-simd-0.8.0 \ valuable-0.1.1 \ vcpkg-0.2.15 \ @@ -653,11 +653,11 @@ CARGO_CRATES= addr2line-0.25.1 \ wasm-bindgen-shared-0.2.106 \ web-sys-0.3.83 \ web-time-1.1.0 \ - webauthn-attestation-ca-0.5.3 \ - webauthn-authenticator-rs-0.5.3 \ - webauthn-rs-0.5.3 \ - webauthn-rs-core-0.5.3 \ - webauthn-rs-proto-0.5.3 \ + webauthn-attestation-ca-0.5.4 \ + webauthn-authenticator-rs-0.5.4 \ + webauthn-rs-0.5.4 \ + webauthn-rs-core-0.5.4 \ + webauthn-rs-proto-0.5.4 \ webdriver-0.53.0 \ webpki-root-certs-0.26.11 \ webpki-root-certs-1.0.4 \ @@ -673,7 +673,6 @@ CARGO_CRATES= addr2line-0.25.1 \ windows-core-0.62.2 \ windows-implement-0.60.2 \ windows-interface-0.59.3 \ - windows-link-0.1.3 \ windows-link-0.2.1 \ windows-result-0.4.1 \ windows-strings-0.5.1 \ @@ -737,8 +736,8 @@ CARGO_CRATES= addr2line-0.25.1 \ yoke-0.8.1 \ yoke-derive-0.7.5 \ yoke-derive-0.8.1 \ - zerocopy-0.8.30 \ - zerocopy-derive-0.8.30 \ + zerocopy-0.8.31 \ + zerocopy-derive-0.8.31 \ zerofrom-0.1.6 \ zerofrom-derive-0.1.6 \ zeroize-1.8.2 \ @@ -749,8 +748,8 @@ CARGO_CRATES= addr2line-0.25.1 \ zerovec-derive-0.10.3 \ zerovec-derive-0.11.2 \ zip-3.0.0 \ - zlib-rs-0.5.2 \ + zlib-rs-0.5.4 \ zopfli-0.8.3 \ zune-core-0.5.0 \ - zune-jpeg-0.5.5 \ + zune-jpeg-0.5.6 \ zxcvbn-3.1.0 diff --git a/security/kanidm/distinfo b/security/kanidm/distinfo index e00dd012b950..41de10443b90 100644 --- a/security/kanidm/distinfo +++ b/security/kanidm/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764369307 +TIMESTAMP = 1765644843 SHA256 (rust/crates/addr2line-0.25.1.crate) = 1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b SIZE (rust/crates/addr2line-0.25.1.crate) = 43134 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -55,8 +55,8 @@ SHA256 (rust/crates/asn1-rs-derive-0.5.1.crate) = 965c2d33e53cb6b267e148a4cb0760 SIZE (rust/crates/asn1-rs-derive-0.5.1.crate) = 9692 SHA256 (rust/crates/asn1-rs-impl-0.2.0.crate) = 7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7 SIZE (rust/crates/asn1-rs-impl-0.2.0.crate) = 2261 -SHA256 (rust/crates/async-compression-0.4.34.crate) = 0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473 -SIZE (rust/crates/async-compression-0.4.34.crate) = 96333 +SHA256 (rust/crates/async-compression-0.4.36.crate) = 98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37 +SIZE (rust/crates/async-compression-0.4.36.crate) = 96373 SHA256 (rust/crates/async-stream-0.3.6.crate) = 0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476 SIZE (rust/crates/async-stream-0.3.6.crate) = 13823 SHA256 (rust/crates/async-stream-impl-0.3.6.crate) = c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d @@ -95,10 +95,10 @@ SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c SIZE (rust/crates/base64-0.21.7.crate) = 82576 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 -SHA256 (rust/crates/base64ct-1.8.0.crate) = 55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba -SIZE (rust/crates/base64ct-1.8.0.crate) = 31211 -SHA256 (rust/crates/base64urlsafedata-0.5.3.crate) = 215ee31f8a88f588c349ce2d20108b2ed96089b96b9c2b03775dc35dd72938e8 -SIZE (rust/crates/base64urlsafedata-0.5.3.crate) = 7059 +SHA256 (rust/crates/base64ct-1.8.1.crate) = 0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a +SIZE (rust/crates/base64ct-1.8.1.crate) = 31807 +SHA256 (rust/crates/base64urlsafedata-0.5.4.crate) = 42f7f6be94fa637132933fd0a68b9140bcb60e3d46164cb68e82a2bb8d102b3a +SIZE (rust/crates/base64urlsafedata-0.5.4.crate) = 7061 SHA256 (rust/crates/basic-toml-0.1.10.crate) = ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a SIZE (rust/crates/basic-toml-0.1.10.crate) = 50648 SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7 @@ -145,8 +145,8 @@ SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a6897 SIZE (rust/crates/bytes-1.11.0.crate) = 78391 SHA256 (rust/crates/cbc-0.1.2.crate) = 26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6 SIZE (rust/crates/cbc-0.1.2.crate) = 23501 -SHA256 (rust/crates/cc-1.2.47.crate) = cd405d82c84ff7f35739f175f67d8b9fb7687a0e84ccdc78bd3568839827cf07 -SIZE (rust/crates/cc-1.2.47.crate) = 92422 +SHA256 (rust/crates/cc-1.2.49.crate) = 90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215 +SIZE (rust/crates/cc-1.2.49.crate) = 93145 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -179,8 +179,8 @@ SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a0 SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 SHA256 (rust/crates/clru-0.6.2.crate) = cbd0f76e066e64fdc5631e3bb46381254deab9ef1158292f27c8c57e3bf3fe59 SIZE (rust/crates/clru-0.6.2.crate) = 16497 -SHA256 (rust/crates/cmake-0.1.54.crate) = e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0 -SIZE (rust/crates/cmake-0.1.54.crate) = 18955 +SHA256 (rust/crates/cmake-0.1.55.crate) = d49d74c227b6cc9f3c51a2c7c667a05b6453f7f0f952a5f8e4493bb9e731d68e +SIZE (rust/crates/cmake-0.1.55.crate) = 19839 SHA256 (rust/crates/color_quant-1.1.0.crate) = 3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b SIZE (rust/crates/color_quant-1.1.0.crate) = 6649 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 @@ -189,8 +189,8 @@ SHA256 (rust/crates/combine-4.6.7.crate) = ba5a308b75df32fe02788e748662718f03fde SIZE (rust/crates/combine-4.6.7.crate) = 134808 SHA256 (rust/crates/compact_jwt-0.5.3-dev.crate) = 23812e87894027686e22bc5b0940522315b1f0ba9347383cc41016ec0caf6c35 SIZE (rust/crates/compact_jwt-0.5.3-dev.crate) = 69491 -SHA256 (rust/crates/compression-codecs-0.4.33.crate) = 302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad -SIZE (rust/crates/compression-codecs-0.4.33.crate) = 25038 +SHA256 (rust/crates/compression-codecs-0.4.35.crate) = b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2 +SIZE (rust/crates/compression-codecs-0.4.35.crate) = 25351 SHA256 (rust/crates/compression-core-0.4.31.crate) = 75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d SIZE (rust/crates/compression-core-0.4.31.crate) = 5749 SHA256 (rust/crates/concread-0.5.7.crate) = 07fd8c4b53f0aafeec114fa1cd863f323880f790656f2d7508af83a9b5110e8d @@ -403,8 +403,8 @@ SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec13 SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 SHA256 (rust/crates/ghash-0.5.1.crate) = f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1 SIZE (rust/crates/ghash-0.5.1.crate) = 9482 -SHA256 (rust/crates/gif-0.14.0.crate) = f954a9e9159ec994f73a30a12b96a702dde78f5547bcb561174597924f7d4162 -SIZE (rust/crates/gif-0.14.0.crate) = 37756 +SHA256 (rust/crates/gif-0.14.1.crate) = f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e +SIZE (rust/crates/gif-0.14.1.crate) = 38581 SHA256 (rust/crates/gimli-0.32.3.crate) = e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7 SIZE (rust/crates/gimli-0.32.3.crate) = 289789 SHA256 (rust/crates/gix-0.74.1.crate) = 5fd3a6fea165debe0e80648495f894aa2371a771e3ceb7a7dcc304f1c4344c43 @@ -521,8 +521,8 @@ SHA256 (rust/crates/hmac-0.13.0-rc.3.crate) = f1c597ac7d6cc8143e30e83ef70915e7f8 SIZE (rust/crates/hmac-0.13.0-rc.3.crate) = 44360 SHA256 (rust/crates/home-0.5.12.crate) = cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d SIZE (rust/crates/home-0.5.12.crate) = 9445 -SHA256 (rust/crates/hostname-0.4.1.crate) = a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65 -SIZE (rust/crates/hostname-0.4.1.crate) = 13819 +SHA256 (rust/crates/hostname-0.4.2.crate) = 617aaa3557aef3810a6369d0a99fac8a080891b68bd9f9812a1eeda0c0730cbd +SIZE (rust/crates/hostname-0.4.2.crate) = 12983 SHA256 (rust/crates/hostname-validator-1.1.1.crate) = f558a64ac9af88b5ba400d99b579451af0d39c6d360980045b91aac966d705e2 SIZE (rust/crates/hostname-validator-1.1.1.crate) = 2377 SHA256 (rust/crates/http-0.2.12.crate) = 601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1 @@ -553,8 +553,8 @@ SHA256 (rust/crates/hyper-timeout-0.5.2.crate) = 2b90d566bffbce6a75bd8b09a05aa8c SIZE (rust/crates/hyper-timeout-0.5.2.crate) = 19222 SHA256 (rust/crates/hyper-tls-0.6.0.crate) = 70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0 SIZE (rust/crates/hyper-tls-0.6.0.crate) = 15052 -SHA256 (rust/crates/hyper-util-0.1.18.crate) = 52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56 -SIZE (rust/crates/hyper-util-0.1.18.crate) = 101688 +SHA256 (rust/crates/hyper-util-0.1.19.crate) = 727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f +SIZE (rust/crates/hyper-util-0.1.19.crate) = 112744 SHA256 (rust/crates/iana-time-zone-0.1.64.crate) = 33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb SIZE (rust/crates/iana-time-zone-0.1.64.crate) = 33152 SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f @@ -571,10 +571,10 @@ SHA256 (rust/crates/icu_normalizer-2.1.1.crate) = 5f6c8828b67bf8908d82127b2054ea SIZE (rust/crates/icu_normalizer-2.1.1.crate) = 67132 SHA256 (rust/crates/icu_normalizer_data-2.1.1.crate) = 7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a SIZE (rust/crates/icu_normalizer_data-2.1.1.crate) = 68649 -SHA256 (rust/crates/icu_properties-2.1.1.crate) = e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99 -SIZE (rust/crates/icu_properties-2.1.1.crate) = 59036 -SHA256 (rust/crates/icu_properties_data-2.1.1.crate) = 02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899 -SIZE (rust/crates/icu_properties_data-2.1.1.crate) = 162431 +SHA256 (rust/crates/icu_properties-2.1.2.crate) = 020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec +SIZE (rust/crates/icu_properties-2.1.2.crate) = 60136 +SHA256 (rust/crates/icu_properties_data-2.1.2.crate) = 616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af +SIZE (rust/crates/icu_properties_data-2.1.2.crate) = 163057 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-2.1.1.crate) = 85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614 @@ -625,8 +625,8 @@ SHA256 (rust/crates/jiff-0.2.16.crate) = 49cce2b81f2098e7e3efc35bc2e0a6b7abec9d3 SIZE (rust/crates/jiff-0.2.16.crate) = 731814 SHA256 (rust/crates/jiff-static-0.2.16.crate) = 980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69 SIZE (rust/crates/jiff-static-0.2.16.crate) = 77672 -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-0.1.5.crate) = 68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2 +SIZE (rust/crates/jiff-tzdb-0.1.5.crate) = 62215 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/jni-0.21.1.crate) = 1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97 @@ -647,8 +647,8 @@ SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5 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.31.crate) = 1c567f2087fc83535a312e683b6ed8811395690ef896df7b82966b21b7526580 -SIZE (rust/crates/lambert_w-1.2.31.crate) = 40076 +SHA256 (rust/crates/lambert_w-1.2.33.crate) = 9bf449fa972fa5f9c412c4697dc472bfbf84edbaaeb078d8e42f5889fee41cde +SIZE (rust/crates/lambert_w-1.2.33.crate) = 40456 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 @@ -661,8 +661,8 @@ SHA256 (rust/crates/ldap3_proto-0.6.2.crate) = b52f9ddd849c72b3f3147d91b1220a477 SIZE (rust/crates/ldap3_proto-0.6.2.crate) = 41893 SHA256 (rust/crates/lettre-0.11.19.crate) = 9e13e10e8818f8b2a60f52cb127041d388b89f3a96a62be9ceaffa22262fef7f SIZE (rust/crates/lettre-0.11.19.crate) = 158821 -SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 -SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libc-0.2.178.crate) = 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091 +SIZE (rust/crates/libc-0.2.178.crate) = 783720 SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 SIZE (rust/crates/libloading-0.8.9.crate) = 30222 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de @@ -679,8 +679,8 @@ SHA256 (rust/crates/libudev-0.2.0.crate) = ea626d3bdf40a1c5aee3bcd4f40826970cae8 SIZE (rust/crates/libudev-0.2.0.crate) = 8833 SHA256 (rust/crates/libudev-sys-0.1.4.crate) = 3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324 SIZE (rust/crates/libudev-sys-0.1.4.crate) = 6177 -SHA256 (rust/crates/libz-rs-sys-0.5.2.crate) = 840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd -SIZE (rust/crates/libz-rs-sys-0.5.2.crate) = 46524 +SHA256 (rust/crates/libz-rs-sys-0.5.4.crate) = 15413ef615ad868d4d65dce091cb233b229419c7c0c4bcaa746c0901c49ff39c +SIZE (rust/crates/libz-rs-sys-0.5.4.crate) = 47952 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.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 @@ -695,8 +695,8 @@ SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089 SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 SHA256 (rust/crates/lodepng-3.12.1.crate) = 77a32335d22e44238e2bb0b4d726964d18952ce1f1279ec3305305d2c61539eb SIZE (rust/crates/lodepng-3.12.1.crate) = 52964 -SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 -SIZE (rust/crates/log-0.4.28.crate) = 51131 +SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 +SIZE (rust/crates/log-0.4.29.crate) = 51515 SHA256 (rust/crates/lru-0.13.0.crate) = 227748d55f2f0ab4735d87fd623798cb6b664512fe979705f829c9f81c934465 SIZE (rust/crates/lru-0.13.0.crate) = 16305 SHA256 (rust/crates/lru-0.16.2.crate) = 96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f @@ -739,8 +739,8 @@ SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d632 SIZE (rust/crates/miniz_oxide-0.8.9.crate) = 67132 SHA256 (rust/crates/mintex-0.1.4.crate) = c505b3e17ed6b70a7ed2e67fbb2c560ee327353556120d6e72f5232b6880d536 SIZE (rust/crates/mintex-0.1.4.crate) = 6899 -SHA256 (rust/crates/mio-1.1.0.crate) = 69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873 -SIZE (rust/crates/mio-1.1.0.crate) = 105232 +SHA256 (rust/crates/mio-1.1.1.crate) = a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc +SIZE (rust/crates/mio-1.1.1.crate) = 105630 SHA256 (rust/crates/moxcms-0.7.10.crate) = 80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608 SIZE (rust/crates/moxcms-0.7.10.crate) = 176635 SHA256 (rust/crates/multer-3.1.0.crate) = 83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b @@ -851,8 +851,8 @@ SHA256 (rust/crates/paste-1.0.15.crate) = 57c0d7b74b563b49d38dae00a0c37d4d6de9b4 SIZE (rust/crates/paste-1.0.15.crate) = 18374 SHA256 (rust/crates/pastey-0.1.1.crate) = 35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec SIZE (rust/crates/pastey-0.1.1.crate) = 16112 -SHA256 (rust/crates/pbkdf2-0.13.0-rc.2.crate) = 5f4c07efb9394d8d0057793c35483868c2b8102e287e9d2d4328da0da36bcb4d -SIZE (rust/crates/pbkdf2-0.13.0-rc.2.crate) = 15736 +SHA256 (rust/crates/pbkdf2-0.13.0-rc.4.crate) = 82bdbf7229e8f41652a6782ecbb457bc3cebe44b5fe19c32ad7249b4a0ce0a37 +SIZE (rust/crates/pbkdf2-0.13.0-rc.4.crate) = 16087 SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 SHA256 (rust/crates/peg-0.8.5.crate) = 9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477 @@ -919,8 +919,8 @@ SHA256 (rust/crates/psm-0.1.28.crate) = d11f2fedc3b7dafdc2851bc52f277377c5473d37 SIZE (rust/crates/psm-0.1.28.crate) = 24836 SHA256 (rust/crates/publicsuffix-2.3.0.crate) = 6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf SIZE (rust/crates/publicsuffix-2.3.0.crate) = 87890 -SHA256 (rust/crates/pxfm-0.1.26.crate) = b3502d6155304a4173a5f2c34b52b7ed0dd085890326cb50fd625fdf39e86b3b -SIZE (rust/crates/pxfm-0.1.26.crate) = 862711 +SHA256 (rust/crates/pxfm-0.1.27.crate) = 7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8 +SIZE (rust/crates/pxfm-0.1.27.crate) = 879919 SHA256 (rust/crates/qrcode-0.14.1.crate) = d68782463e408eb1e668cf6152704bd856c78c5b6417adaee3203d8f4c1fc9ec SIZE (rust/crates/qrcode-0.14.1.crate) = 66224 SHA256 (rust/crates/quick-error-2.0.1.crate) = a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3 @@ -969,8 +969,8 @@ SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c053 SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 SHA256 (rust/crates/reqwest-0.11.27.crate) = dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62 SIZE (rust/crates/reqwest-0.11.27.crate) = 163155 -SHA256 (rust/crates/reqwest-0.12.24.crate) = 9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f -SIZE (rust/crates/reqwest-0.12.24.crate) = 159974 +SHA256 (rust/crates/reqwest-0.12.25.crate) = b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a +SIZE (rust/crates/reqwest-0.12.25.crate) = 156003 SHA256 (rust/crates/rfc6979-0.4.0.crate) = f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2 SIZE (rust/crates/rfc6979-0.4.0.crate) = 9140 SHA256 (rust/crates/rgb-0.8.52.crate) = 0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce @@ -1007,8 +1007,8 @@ SHA256 (rust/crates/rustls-0.23.35.crate) = 533f54bc6a7d4f647e46ad909549eda97bf5 SIZE (rust/crates/rustls-0.23.35.crate) = 373700 SHA256 (rust/crates/rustls-native-certs-0.8.2.crate) = 9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923 SIZE (rust/crates/rustls-native-certs-0.8.2.crate) = 31903 -SHA256 (rust/crates/rustls-pki-types-1.13.0.crate) = 94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a -SIZE (rust/crates/rustls-pki-types-1.13.0.crate) = 65448 +SHA256 (rust/crates/rustls-pki-types-1.13.1.crate) = 708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c +SIZE (rust/crates/rustls-pki-types-1.13.1.crate) = 34901 SHA256 (rust/crates/rustls-platform-verifier-0.5.3.crate) = 19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1 SIZE (rust/crates/rustls-platform-verifier-0.5.3.crate) = 61014 SHA256 (rust/crates/rustls-platform-verifier-0.6.2.crate) = 1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784 @@ -1089,8 +1089,8 @@ SHA256 (rust/crates/sha2-0.11.0-rc.3.crate) = 19d43dc0354d88b791216bb5c1bfbb60c0 SIZE (rust/crates/sha2-0.11.0-rc.3.crate) = 33258 SHA256 (rust/crates/sharded-slab-0.1.7.crate) = f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6 SIZE (rust/crates/sharded-slab-0.1.7.crate) = 58227 -SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde -SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 +SHA256 (rust/crates/shell-words-1.1.1.crate) = dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77 +SIZE (rust/crates/shell-words-1.1.1.crate) = 10012 SHA256 (rust/crates/shellexpand-3.1.1.crate) = 8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb SIZE (rust/crates/shellexpand-3.1.1.crate) = 25904 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 @@ -1099,8 +1099,8 @@ SHA256 (rust/crates/signal-hook-registry-1.4.7.crate) = 7664a098b8e616bdfcc2dc0e SIZE (rust/crates/signal-hook-registry-1.4.7.crate) = 19491 SHA256 (rust/crates/signature-2.2.0.crate) = 77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de SIZE (rust/crates/signature-2.2.0.crate) = 15531 -SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe -SIZE (rust/crates/simd-adler32-0.3.7.crate) = 12086 +SHA256 (rust/crates/simd-adler32-0.3.8.crate) = e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2 +SIZE (rust/crates/simd-adler32-0.3.8.crate) = 17294 SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 @@ -1119,8 +1119,8 @@ SHA256 (rust/crates/spki-0.7.3.crate) = d91ed6c858b01f942cd56b37a94b3e0a17982903 SIZE (rust/crates/spki-0.7.3.crate) = 16409 SHA256 (rust/crates/sptr-0.3.2.crate) = 3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a SIZE (rust/crates/sptr-0.3.2.crate) = 14598 -SHA256 (rust/crates/sshkey-attest-0.5.3.crate) = 72965d596d924d77abcd2d59c15ef8f58f325c71a49dc38dcd1462471357be70 -SIZE (rust/crates/sshkey-attest-0.5.3.crate) = 19148 +SHA256 (rust/crates/sshkey-attest-0.5.4.crate) = e96ed05af7b994897d460de87333974147e206a45f791994a44c226b0ab9f846 +SIZE (rust/crates/sshkey-attest-0.5.4.crate) = 19179 SHA256 (rust/crates/sshkeys-0.3.4.crate) = 43dd24cd9c70e02c48882a32b74e784d8f2aaddba2a3a30c403d5a6e416fa117 SIZE (rust/crates/sshkeys-0.3.4.crate) = 33720 SHA256 (rust/crates/stable_deref_trait-1.2.1.crate) = 6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596 @@ -1203,8 +1203,8 @@ SHA256 (rust/crates/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b SIZE (rust/crates/toml-0.9.8.crate) = 56104 SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 -SHA256 (rust/crates/toml_edit-0.23.7.crate) = 6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d -SIZE (rust/crates/toml_edit-0.23.7.crate) = 65946 +SHA256 (rust/crates/toml_edit-0.23.9.crate) = 5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832 +SIZE (rust/crates/toml_edit-0.23.9.crate) = 65870 SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 @@ -1215,14 +1215,14 @@ SHA256 (rust/crates/tonic-prost-0.14.2.crate) = 66bd50ad6ce1252d87ef024b3d64fe4c SIZE (rust/crates/tonic-prost-0.14.2.crate) = 8266 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.7.crate) = 9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456 -SIZE (rust/crates/tower-http-0.6.7.crate) = 135771 +SHA256 (rust/crates/tower-http-0.6.8.crate) = d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8 +SIZE (rust/crates/tower-http-0.6.8.crate) = 135827 SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 -SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 -SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-0.1.43.crate) = 2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647 +SIZE (rust/crates/tracing-0.1.43.crate) = 90033 SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 SHA256 (rust/crates/tracing-core-0.1.35.crate) = 7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c @@ -1233,8 +1233,8 @@ SHA256 (rust/crates/tracing-log-0.2.0.crate) = ee855f1f400bd0e5c02d150ae5de38400 SIZE (rust/crates/tracing-log-0.2.0.crate) = 17561 SHA256 (rust/crates/tracing-opentelemetry-0.32.0.crate) = 1e6e5658463dd88089aba75c7791e1d3120633b1bfde22478b28f625a9bb1b8e SIZE (rust/crates/tracing-opentelemetry-0.32.0.crate) = 149087 -SHA256 (rust/crates/tracing-subscriber-0.3.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 -SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 +SHA256 (rust/crates/tracing-subscriber-0.3.22.crate) = 2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e +SIZE (rust/crates/tracing-subscriber-0.3.22.crate) = 212851 SHA256 (rust/crates/try-lock-0.2.5.crate) = e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b SIZE (rust/crates/try-lock-0.2.5.crate) = 4314 SHA256 (rust/crates/tss-esapi-8.0.0-alpha.crate) = 3c1617a46161846de3a3d3e407cd30cb345599bc5e440c3907a59b34b75a2731 @@ -1273,8 +1273,8 @@ SHA256 (rust/crates/utoipa-swagger-ui-9.0.2.crate) = d047458f1b5b65237c2f6dc6db1 SIZE (rust/crates/utoipa-swagger-ui-9.0.2.crate) = 52007 SHA256 (rust/crates/utoipa-swagger-ui-vendored-0.1.2.crate) = e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d SIZE (rust/crates/utoipa-swagger-ui-vendored-0.1.2.crate) = 4198556 -SHA256 (rust/crates/uuid-1.18.1.crate) = 2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2 -SIZE (rust/crates/uuid-1.18.1.crate) = 60468 +SHA256 (rust/crates/uuid-1.19.0.crate) = e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a +SIZE (rust/crates/uuid-1.19.0.crate) = 60244 SHA256 (rust/crates/uuid-simd-0.8.0.crate) = 23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8 SIZE (rust/crates/uuid-simd-0.8.0.crate) = 6959 SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 @@ -1309,16 +1309,16 @@ SHA256 (rust/crates/web-sys-0.3.83.crate) = 9b32828d774c412041098d182a8b38b16ea8 SIZE (rust/crates/web-sys-0.3.83.crate) = 644431 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 -SHA256 (rust/crates/webauthn-attestation-ca-0.5.3.crate) = f77a2892ec44032e6c48dad9aad1b05fada09c346ada11d8d32db119b4b4f205 -SIZE (rust/crates/webauthn-attestation-ca-0.5.3.crate) = 6571 -SHA256 (rust/crates/webauthn-authenticator-rs-0.5.3.crate) = 45f8fe3811c8d6c6830d263452670a608fd4dcdfc481349bd4d1e6a46d6c7a0f -SIZE (rust/crates/webauthn-authenticator-rs-0.5.3.crate) = 211387 -SHA256 (rust/crates/webauthn-rs-0.5.3.crate) = eb7c3a2f9c8bddd524e47bbd427bcf3a28aa074de55d74470b42a91a41937b8e -SIZE (rust/crates/webauthn-rs-0.5.3.crate) = 27818 -SHA256 (rust/crates/webauthn-rs-core-0.5.3.crate) = 19f1d80f3146382529fe70a3ab5d0feb2413a015204ed7843f9377cd39357fc4 -SIZE (rust/crates/webauthn-rs-core-0.5.3.crate) = 122784 -SHA256 (rust/crates/webauthn-rs-proto-0.5.3.crate) = 9e786894f89facb9aaf1c5f6559670236723c98382e045521c76f3d5ca5047bd -SIZE (rust/crates/webauthn-rs-proto-0.5.3.crate) = 18559 +SHA256 (rust/crates/webauthn-attestation-ca-0.5.4.crate) = fafcf13f7dc1fb292ed4aea22cdd3757c285d7559e9748950ee390249da4da6b +SIZE (rust/crates/webauthn-attestation-ca-0.5.4.crate) = 6559 +SHA256 (rust/crates/webauthn-authenticator-rs-0.5.4.crate) = 78b41ed08aba475a969094226ae0691a286686210ae497bb2c5d0ed722d8d526 +SIZE (rust/crates/webauthn-authenticator-rs-0.5.4.crate) = 212226 +SHA256 (rust/crates/webauthn-rs-0.5.4.crate) = 1b24d082d3360258fefb6ffe56123beef7d6868c765c779f97b7a2fcf06727f8 +SIZE (rust/crates/webauthn-rs-0.5.4.crate) = 27549 +SHA256 (rust/crates/webauthn-rs-core-0.5.4.crate) = 15784340a24c170ce60567282fb956a0938742dbfbf9eff5df793a686a009b8b +SIZE (rust/crates/webauthn-rs-core-0.5.4.crate) = 122828 +SHA256 (rust/crates/webauthn-rs-proto-0.5.4.crate) = 16a1fb2580ce73baa42d3011a24de2ceab0d428de1879ece06e02e8c416e497c +SIZE (rust/crates/webauthn-rs-proto-0.5.4.crate) = 18573 SHA256 (rust/crates/webdriver-0.53.0.crate) = 91d53921e1bef27512fa358179c9a22428d55778d2c2ae3c5c37a52b82ce6e92 SIZE (rust/crates/webdriver-0.53.0.crate) = 41533 SHA256 (rust/crates/webpki-root-certs-0.26.11.crate) = 75c7f0ef91146ebfb530314f5f1d24528d7f0767efbfd31dce919275413e393e @@ -1349,8 +1349,6 @@ SHA256 (rust/crates/windows-implement-0.60.2.crate) = 053e2e040ab57b9dc951b72c26 SIZE (rust/crates/windows-implement-0.60.2.crate) = 15325 SHA256 (rust/crates/windows-interface-0.59.3.crate) = 3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358 SIZE (rust/crates/windows-interface-0.59.3.crate) = 11809 -SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a -SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-result-0.4.1.crate) = 7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5 @@ -1477,10 +1475,10 @@ SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8 SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 SHA256 (rust/crates/yoke-derive-0.8.1.crate) = b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d SIZE (rust/crates/yoke-derive-0.8.1.crate) = 7593 -SHA256 (rust/crates/zerocopy-0.8.30.crate) = 4ea879c944afe8a2b25fef16bb4ba234f47c694565e97383b36f3a878219065c -SIZE (rust/crates/zerocopy-0.8.30.crate) = 257591 -SHA256 (rust/crates/zerocopy-derive-0.8.30.crate) = cf955aa904d6040f70dc8e9384444cb1030aed272ba3cb09bbc4ab9e7c1f34f5 -SIZE (rust/crates/zerocopy-derive-0.8.30.crate) = 90705 +SHA256 (rust/crates/zerocopy-0.8.31.crate) = fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3 +SIZE (rust/crates/zerocopy-0.8.31.crate) = 257633 +SHA256 (rust/crates/zerocopy-derive-0.8.31.crate) = d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a +SIZE (rust/crates/zerocopy-derive-0.8.31.crate) = 90835 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 @@ -1501,15 +1499,15 @@ SHA256 (rust/crates/zerovec-derive-0.11.2.crate) = eadce39539ca5cb3985590102671f SIZE (rust/crates/zerovec-derive-0.11.2.crate) = 21421 SHA256 (rust/crates/zip-3.0.0.crate) = 12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308 SIZE (rust/crates/zip-3.0.0.crate) = 112450 -SHA256 (rust/crates/zlib-rs-0.5.2.crate) = 2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2 -SIZE (rust/crates/zlib-rs-0.5.2.crate) = 194342 +SHA256 (rust/crates/zlib-rs-0.5.4.crate) = 51f936044d677be1a1168fae1d03b583a285a5dd9d8cbf7b24c23aa1fc775235 +SIZE (rust/crates/zlib-rs-0.5.4.crate) = 206980 SHA256 (rust/crates/zopfli-0.8.3.crate) = f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249 SIZE (rust/crates/zopfli-0.8.3.crate) = 51589 SHA256 (rust/crates/zune-core-0.5.0.crate) = 111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773 SIZE (rust/crates/zune-core-0.5.0.crate) = 27393 -SHA256 (rust/crates/zune-jpeg-0.5.5.crate) = dc6fb7703e32e9a07fb3f757360338b3a567a5054f21b5f52a666752e333d58e -SIZE (rust/crates/zune-jpeg-0.5.5.crate) = 77168 +SHA256 (rust/crates/zune-jpeg-0.5.6.crate) = f520eebad972262a1dde0ec455bce4f8b298b1e5154513de58c114c4c54303e8 +SIZE (rust/crates/zune-jpeg-0.5.6.crate) = 81203 SHA256 (rust/crates/zxcvbn-3.1.0.crate) = ad76e35b00ad53688d6b90c431cabe3cbf51f7a4a154739e04b63004ab1c736c SIZE (rust/crates/zxcvbn-3.1.0.crate) = 424952 -SHA256 (kanidm-kanidm-v1.8.3_GH0.tar.gz) = 180cdc35af01c812c2ec2870a04a771456a74b7638cdcd72ef8f22d375dd9601 -SIZE (kanidm-kanidm-v1.8.3_GH0.tar.gz) = 8914594 +SHA256 (kanidm-kanidm-v1.8.5_GH0.tar.gz) = 3ca020a20ff54967498b3b4f5174e2a0e5ff04ea9d326480568ac3c084a441a4 +SIZE (kanidm-kanidm-v1.8.5_GH0.tar.gz) = 8915443 diff --git a/security/kanidm/files/kanidmd.in b/security/kanidm/files/kanidmd.in index e9f06fb44f94..ce58ac7c842e 100644 --- a/security/kanidm/files/kanidmd.in +++ b/security/kanidm/files/kanidmd.in @@ -25,5 +25,6 @@ pidfile="/var/run/kanidmd.pid" command=/usr/sbin/daemon command_args="-u %%USER%% -p /var/run/kanidmd.pid -T kanidmd %%PREFIX%%/libexec/${name} server --config-path ${kanidmd_config}" procname=%%PREFIX%%/libexec/${name} +extra_commands="reload" run_rc_command "$1" diff --git a/security/keysmith/distinfo b/security/keysmith/distinfo index 4dce0e73627c..22f240e9b82d 100644 --- a/security/keysmith/distinfo +++ b/security/keysmith/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264759 -SHA256 (KDE/release-service/25.08.3/keysmith-25.08.3.tar.xz) = c188bcecbe0657b7cd53a6dc64a2f2cafbde147e7c9bd2c90b5845afd08c1525 -SIZE (KDE/release-service/25.08.3/keysmith-25.08.3.tar.xz) = 237876 +TIMESTAMP = 1765478759 +SHA256 (KDE/release-service/25.12.0/keysmith-25.12.0.tar.xz) = 2a12250a26c11825e24a50ceb2ea538f85f9a51bd1722e5d6554da725f6dce90 +SIZE (KDE/release-service/25.12.0/keysmith-25.12.0.tar.xz) = 237840 diff --git a/security/kgpg/distinfo b/security/kgpg/distinfo index ea99f3ce5b34..cb83c452fd9a 100644 --- a/security/kgpg/distinfo +++ b/security/kgpg/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264761 -SHA256 (KDE/release-service/25.08.3/kgpg-25.08.3.tar.xz) = e41e9f6e146886534cd86f149e5816ca2cf66dabc7b824f0f35006931842f8af -SIZE (KDE/release-service/25.08.3/kgpg-25.08.3.tar.xz) = 3049876 +TIMESTAMP = 1765478762 +SHA256 (KDE/release-service/25.12.0/kgpg-25.12.0.tar.xz) = 5e322ebd49571fa381c4f1b99b3ef441d7ffaedc3564e38f355fc536a485a5e0 +SIZE (KDE/release-service/25.12.0/kgpg-25.12.0.tar.xz) = 3049216 diff --git a/security/kleopatra/distinfo b/security/kleopatra/distinfo index 318c574c9f70..4c9b37942936 100644 --- a/security/kleopatra/distinfo +++ b/security/kleopatra/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264764 -SHA256 (KDE/release-service/25.08.3/kleopatra-25.08.3.tar.xz) = 3c2f65207ecacd6f72631e832a93342a6c43260e897afcc285d1803b51cc6766 -SIZE (KDE/release-service/25.08.3/kleopatra-25.08.3.tar.xz) = 2881980 +TIMESTAMP = 1765478764 +SHA256 (KDE/release-service/25.12.0/kleopatra-25.12.0.tar.xz) = 035c977d62e6b263587b969e7defa318b017bb9a60b73cd81299075358d2bbda +SIZE (KDE/release-service/25.12.0/kleopatra-25.12.0.tar.xz) = 2886484 diff --git a/security/kpkpass/distinfo b/security/kpkpass/distinfo index 1f6f5b9a255f..b9e82174557b 100644 --- a/security/kpkpass/distinfo +++ b/security/kpkpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264766 -SHA256 (KDE/release-service/25.08.3/kpkpass-25.08.3.tar.xz) = 3802a6f23edd901be975c03b3eb63e478e9384386d883b2289fb598edf3e758b -SIZE (KDE/release-service/25.08.3/kpkpass-25.08.3.tar.xz) = 31892 +TIMESTAMP = 1765478767 +SHA256 (KDE/release-service/25.12.0/kpkpass-25.12.0.tar.xz) = 592cfa16e8f7c7ab69c7498c0facde972c5d98e9cf3e199d9f5d3da99b3f53f6 +SIZE (KDE/release-service/25.12.0/kpkpass-25.12.0.tar.xz) = 34564 diff --git a/security/kpkpass/pkg-plist b/security/kpkpass/pkg-plist index 2a9900509815..057277725a45 100644 --- a/security/kpkpass/pkg-plist +++ b/security/kpkpass/pkg-plist @@ -3,6 +3,7 @@ include/KPim6/KPkPass/BoardingPass include/KPim6/KPkPass/Field include/KPim6/KPkPass/Location include/KPim6/KPkPass/Pass +include/KPim6/KPkPass/Passes include/KPim6/KPkPass/barcode.h include/KPim6/KPkPass/boardingpass.h include/KPim6/KPkPass/field.h @@ -10,6 +11,7 @@ include/KPim6/KPkPass/kpkpass_export.h include/KPim6/KPkPass/kpkpass_version.h include/KPim6/KPkPass/location.h include/KPim6/KPkPass/pass.h +include/KPim6/KPkPass/passes.h lib/cmake/KPim6PkPass/KPim6PkPassConfig.cmake lib/cmake/KPim6PkPass/KPim6PkPassConfigVersion.cmake lib/cmake/KPim6PkPass/KPim6PkPassTargets-%%CMAKE_BUILD_TYPE%%.cmake @@ -17,4 +19,9 @@ lib/cmake/KPim6PkPass/KPim6PkPassTargets.cmake lib/libKPim6PkPass.so lib/libKPim6PkPass.so.6 lib/libKPim6PkPass.so.%%KDE_APPLICATIONS_SHLIB_VER%% +%%QT_QMLDIR%%/org/kde/pkpass/kde-qmlmodule.version +%%QT_QMLDIR%%/org/kde/pkpass/kpkpassqmlplugin.qmltypes +%%QT_QMLDIR%%/org/kde/pkpass/libkpkpassqmlplugin.so +%%QT_QMLDIR%%/org/kde/pkpass/qmldir +share/mime/packages/application-vnd-apple-pkpasses.xml share/qlogging-categories6/org_kde_kpkpass.categories diff --git a/security/kwalletmanager/distinfo b/security/kwalletmanager/distinfo index 147f8f04c7a5..22d126dfd3a9 100644 --- a/security/kwalletmanager/distinfo +++ b/security/kwalletmanager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264769 -SHA256 (KDE/release-service/25.08.3/kwalletmanager-25.08.3.tar.xz) = 54b6b63eb55fd554d31215319c20bbafd2e1bf948ab6b4fa4d84b5614b6dc52d -SIZE (KDE/release-service/25.08.3/kwalletmanager-25.08.3.tar.xz) = 1053124 +TIMESTAMP = 1765478769 +SHA256 (KDE/release-service/25.12.0/kwalletmanager-25.12.0.tar.xz) = 5f652fe962539d891ddb9cc3eaa87e0ac9cc13408d976586e3391cf831c49d78 +SIZE (KDE/release-service/25.12.0/kwalletmanager-25.12.0.tar.xz) = 1053004 diff --git a/security/libgpg-error/Makefile b/security/libgpg-error/Makefile index 8e14c97232ce..5246259bef82 100644 --- a/security/libgpg-error/Makefile +++ b/security/libgpg-error/Makefile @@ -1,5 +1,5 @@ PORTNAME= libgpg-error -DISTVERSION= 1.56 +DISTVERSION= 1.58 CATEGORIES= security devel MASTER_SITES= GNUPG diff --git a/security/libgpg-error/distinfo b/security/libgpg-error/distinfo index 5b0e4cda9143..504ee7c0c468 100644 --- a/security/libgpg-error/distinfo +++ b/security/libgpg-error/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759920743 -SHA256 (libgpg-error-1.56.tar.bz2) = 82c3d2deb4ad96ad3925d6f9f124fe7205716055ab50e291116ef27975d169c0 -SIZE (libgpg-error-1.56.tar.bz2) = 1116017 +TIMESTAMP = 1765611004 +SHA256 (libgpg-error-1.58.tar.bz2) = f943aea9a830a8bd938e5124b579efaece24a3225ff4c3d27611a80ce1260c27 +SIZE (libgpg-error-1.58.tar.bz2) = 1123899 diff --git a/security/libgpg-error/pkg-plist b/security/libgpg-error/pkg-plist index 12c18a64659b..25837d026902 100644 --- a/security/libgpg-error/pkg-plist +++ b/security/libgpg-error/pkg-plist @@ -7,7 +7,7 @@ include/gpgrt.h lib/libgpg-error.a lib/libgpg-error.so lib/libgpg-error.so.0 -lib/libgpg-error.so.0.40.0 +lib/libgpg-error.so.0.41.1 libdata/pkgconfig/gpg-error.pc share/man/man1/gpg-error-config.1.gz share/man/man1/gpgrt-config.1.gz diff --git a/security/libkleo/distinfo b/security/libkleo/distinfo index 4edc6286f620..31a2ad83fe47 100644 --- a/security/libkleo/distinfo +++ b/security/libkleo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264771 -SHA256 (KDE/release-service/25.08.3/libkleo-25.08.3.tar.xz) = 0553b18a295cb5fbff5fae99034a782ae4d07d43d2c1637eaf67a31ca650b816 -SIZE (KDE/release-service/25.08.3/libkleo-25.08.3.tar.xz) = 668176 +TIMESTAMP = 1765478772 +SHA256 (KDE/release-service/25.12.0/libkleo-25.12.0.tar.xz) = ffba9bd563ed23baddc62474760afa262a201064ce1f514c1f269103f135aad9 +SIZE (KDE/release-service/25.12.0/libkleo-25.12.0.tar.xz) = 678384 diff --git a/security/libkleo/pkg-plist b/security/libkleo/pkg-plist index 3d504d3d50ec..d3998f2dfd32 100644 --- a/security/libkleo/pkg-plist +++ b/security/libkleo/pkg-plist @@ -1,5 +1,6 @@ etc/xdg/libkleopatrarc include/KPim6/Libkleo/Libkleo/Algorithm +include/KPim6/Libkleo/Libkleo/AnimatedExpander include/KPim6/Libkleo/Libkleo/ApplicationPaletteWatcher include/KPim6/Libkleo/Libkleo/Assuan include/KPim6/Libkleo/Libkleo/AuditLogEntry @@ -28,6 +29,7 @@ include/KPim6/Libkleo/Libkleo/ExpiryCheckerConfig include/KPim6/Libkleo/Libkleo/ExpiryCheckerSettings include/KPim6/Libkleo/Libkleo/FileNameRequester include/KPim6/Libkleo/Libkleo/FileSystemWatcher +include/KPim6/Libkleo/Libkleo/FormTextInput include/KPim6/Libkleo/Libkleo/Formatting include/KPim6/Libkleo/Libkleo/GnuPG include/KPim6/Libkleo/Libkleo/Hex @@ -78,6 +80,7 @@ include/KPim6/Libkleo/Libkleo/UserIDProxyModel include/KPim6/Libkleo/Libkleo/UserIDSelectionCombo include/KPim6/Libkleo/Libkleo/Validation include/KPim6/Libkleo/libkleo/algorithm.h +include/KPim6/Libkleo/libkleo/animatedexpander.h include/KPim6/Libkleo/libkleo/applicationpalettewatcher.h include/KPim6/Libkleo/libkleo/assuan.h include/KPim6/Libkleo/libkleo/auditlogentry.h @@ -109,6 +112,7 @@ include/KPim6/Libkleo/libkleo/expirycheckersettings.h include/KPim6/Libkleo/libkleo/filenamerequester.h include/KPim6/Libkleo/libkleo/filesystemwatcher.h include/KPim6/Libkleo/libkleo/formatting.h +include/KPim6/Libkleo/libkleo/formtextinput.h include/KPim6/Libkleo/libkleo/gnupg.h include/KPim6/Libkleo/libkleo/hex.h include/KPim6/Libkleo/libkleo/kconfigbasedkeyfilter.h diff --git a/security/linux-rl9-ca-certificates/Makefile b/security/linux-rl9-ca-certificates/Makefile index b98e1abfce81..0fa49cea9e67 100644 --- a/security/linux-rl9-ca-certificates/Makefile +++ b/security/linux-rl9-ca-certificates/Makefile @@ -1,7 +1,6 @@ PORTNAME= ca-certificates -PORTVERSION= 2024.2.69 -DISTVERSIONSUFFIX= _v8.0.303-91.4.el9_4 -PORTREVISION= 4 +PORTVERSION= 2025.2.80 +DISTVERSIONSUFFIX= _v9.0.305-91.el9 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-rl9-ca-certificates/distinfo b/security/linux-rl9-ca-certificates/distinfo index 2747ae7e510c..4cd5bcffea3d 100644 --- a/security/linux-rl9-ca-certificates/distinfo +++ b/security/linux-rl9-ca-certificates/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1727473599 -SHA256 (rocky/c/ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch.rpm) = 03157691dbfa185cb4bbc681da62d4f861caf8f47a6da5f96f2d650ed7c886f9 -SIZE (rocky/c/ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.noarch.rpm) = 933176 -SHA256 (rocky/c/ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.src.rpm) = d1b460ff0ac9c772cacc607371a685c83731d7c0ceb89ba8dbe7a5e6c5ba64bf -SIZE (rocky/c/ca-certificates-2024.2.69_v8.0.303-91.4.el9_4.src.rpm) = 687696 +TIMESTAMP = 1765200094 +SHA256 (rocky/c/ca-certificates-2025.2.80_v9.0.305-91.el9.noarch.rpm) = e9a23ff4a534bfbe07df445df2c37a4f7e80260ce6a4c07863443fc77df167a8 +SIZE (rocky/c/ca-certificates-2025.2.80_v9.0.305-91.el9.noarch.rpm) = 970456 +SHA256 (rocky/c/ca-certificates-2025.2.80_v9.0.305-91.el9.src.rpm) = 96af4beaf833ae36d5d5c1f3f3cd2d0623bacd3ba11b3565affb1730972530d1 +SIZE (rocky/c/ca-certificates-2025.2.80_v9.0.305-91.el9.src.rpm) = 715928 diff --git a/security/linux-rl9-ca-certificates/pkg-plist b/security/linux-rl9-ca-certificates/pkg-plist index b2dfac4665a9..0b4109956d87 100644 --- a/security/linux-rl9-ca-certificates/pkg-plist +++ b/security/linux-rl9-ca-certificates/pkg-plist @@ -18,7 +18,6 @@ etc/pki/ca-trust/extracted/pem/directory-hash/064e0aa9.0 etc/pki/ca-trust/extracted/pem/directory-hash/068570d1.0 etc/pki/ca-trust/extracted/pem/directory-hash/06dc52d5.0 etc/pki/ca-trust/extracted/pem/directory-hash/073bfcc5.0 -etc/pki/ca-trust/extracted/pem/directory-hash/08063a00.0 etc/pki/ca-trust/extracted/pem/directory-hash/09789157.0 etc/pki/ca-trust/extracted/pem/directory-hash/0a775a30.0 etc/pki/ca-trust/extracted/pem/directory-hash/0b1b94ef.0 @@ -32,7 +31,6 @@ etc/pki/ca-trust/extracted/pem/directory-hash/10531352.0 etc/pki/ca-trust/extracted/pem/directory-hash/106f3e4d.0 etc/pki/ca-trust/extracted/pem/directory-hash/128f4b91.0 etc/pki/ca-trust/extracted/pem/directory-hash/14bc7599.0 -etc/pki/ca-trust/extracted/pem/directory-hash/18856ac4.0 etc/pki/ca-trust/extracted/pem/directory-hash/1ae85e5e.0 etc/pki/ca-trust/extracted/pem/directory-hash/1b0f7e5c.0 etc/pki/ca-trust/extracted/pem/directory-hash/1cef98f5.0 @@ -41,12 +39,11 @@ etc/pki/ca-trust/extracted/pem/directory-hash/1df5a75f.0 etc/pki/ca-trust/extracted/pem/directory-hash/1e08bfd1.0 etc/pki/ca-trust/extracted/pem/directory-hash/1e09d511.0 etc/pki/ca-trust/extracted/pem/directory-hash/1e1eab7c.0 +etc/pki/ca-trust/extracted/pem/directory-hash/1e44ef15.0 etc/pki/ca-trust/extracted/pem/directory-hash/1e8e7201.0 etc/pki/ca-trust/extracted/pem/directory-hash/1ec40989.0 etc/pki/ca-trust/extracted/pem/directory-hash/1f58a078.0 -etc/pki/ca-trust/extracted/pem/directory-hash/219d9499.0 etc/pki/ca-trust/extracted/pem/directory-hash/228f89db.0 -etc/pki/ca-trust/extracted/pem/directory-hash/23f4c490.0 etc/pki/ca-trust/extracted/pem/directory-hash/244b5494.0 etc/pki/ca-trust/extracted/pem/directory-hash/252252d2.0 etc/pki/ca-trust/extracted/pem/directory-hash/2923b3f9.0 @@ -54,6 +51,8 @@ etc/pki/ca-trust/extracted/pem/directory-hash/2add47b6.0 etc/pki/ca-trust/extracted/pem/directory-hash/2ae6433e.0 etc/pki/ca-trust/extracted/pem/directory-hash/2b349938.0 etc/pki/ca-trust/extracted/pem/directory-hash/2c63f966.0 +etc/pki/ca-trust/extracted/pem/directory-hash/2cc2056d.0 +etc/pki/ca-trust/extracted/pem/directory-hash/2ccbdda3.0 etc/pki/ca-trust/extracted/pem/directory-hash/2d21b73c.0 etc/pki/ca-trust/extracted/pem/directory-hash/2d9dafe4.0 etc/pki/ca-trust/extracted/pem/directory-hash/302904dd.0 @@ -65,14 +64,12 @@ etc/pki/ca-trust/extracted/pem/directory-hash/34d996fb.0 etc/pki/ca-trust/extracted/pem/directory-hash/35105088.0 etc/pki/ca-trust/extracted/pem/directory-hash/3513523f.0 etc/pki/ca-trust/extracted/pem/directory-hash/399e7759.0 -etc/pki/ca-trust/extracted/pem/directory-hash/3ad48a91.0 etc/pki/ca-trust/extracted/pem/directory-hash/3afde786.0 etc/pki/ca-trust/extracted/pem/directory-hash/3bde41ac.0 etc/pki/ca-trust/extracted/pem/directory-hash/3c860d51.0 etc/pki/ca-trust/extracted/pem/directory-hash/3c899c73.0 etc/pki/ca-trust/extracted/pem/directory-hash/3c9a4d3b.0 etc/pki/ca-trust/extracted/pem/directory-hash/3e359ba6.0 -etc/pki/ca-trust/extracted/pem/directory-hash/3e7271e8.0 etc/pki/ca-trust/extracted/pem/directory-hash/3fb36b73.0 etc/pki/ca-trust/extracted/pem/directory-hash/40193066.0 etc/pki/ca-trust/extracted/pem/directory-hash/4042bcee.0 @@ -80,6 +77,7 @@ etc/pki/ca-trust/extracted/pem/directory-hash/40547a79.0 etc/pki/ca-trust/extracted/pem/directory-hash/406c9bb1.0 etc/pki/ca-trust/extracted/pem/directory-hash/41a3f684.0 etc/pki/ca-trust/extracted/pem/directory-hash/455f1b52.0 +etc/pki/ca-trust/extracted/pem/directory-hash/47b283f6.0 etc/pki/ca-trust/extracted/pem/directory-hash/48a195d8.0 etc/pki/ca-trust/extracted/pem/directory-hash/48bec511.0 etc/pki/ca-trust/extracted/pem/directory-hash/4b718d9b.0 @@ -88,21 +86,19 @@ etc/pki/ca-trust/extracted/pem/directory-hash/4bfab552.0 etc/pki/ca-trust/extracted/pem/directory-hash/4c3982f2.0 etc/pki/ca-trust/extracted/pem/directory-hash/4f316efb.0 etc/pki/ca-trust/extracted/pem/directory-hash/4fd49c6c.0 -etc/pki/ca-trust/extracted/pem/directory-hash/5046c355.0 etc/pki/ca-trust/extracted/pem/directory-hash/52b525c7.0 etc/pki/ca-trust/extracted/pem/directory-hash/53a1b57a.0 etc/pki/ca-trust/extracted/pem/directory-hash/5443e9e3.0 etc/pki/ca-trust/extracted/pem/directory-hash/54657681.0 -etc/pki/ca-trust/extracted/pem/directory-hash/57bcb2da.0 +etc/pki/ca-trust/extracted/pem/directory-hash/583ac115.0 etc/pki/ca-trust/extracted/pem/directory-hash/583d0756.0 etc/pki/ca-trust/extracted/pem/directory-hash/5860aaa6.0 etc/pki/ca-trust/extracted/pem/directory-hash/5931b5bc.0 etc/pki/ca-trust/extracted/pem/directory-hash/595e996b.0 etc/pki/ca-trust/extracted/pem/directory-hash/5a3f0ff8.0 etc/pki/ca-trust/extracted/pem/directory-hash/5acf816d.0 -etc/pki/ca-trust/extracted/pem/directory-hash/5ad8a5d6.0 etc/pki/ca-trust/extracted/pem/directory-hash/5cd81ad7.0 -etc/pki/ca-trust/extracted/pem/directory-hash/5e98733a.0 +etc/pki/ca-trust/extracted/pem/directory-hash/5d139d02.0 etc/pki/ca-trust/extracted/pem/directory-hash/5f15c80c.0 etc/pki/ca-trust/extracted/pem/directory-hash/5f47b495.0 etc/pki/ca-trust/extracted/pem/directory-hash/5f618aec.0 @@ -110,23 +106,21 @@ etc/pki/ca-trust/extracted/pem/directory-hash/5f9a69fa.0 etc/pki/ca-trust/extracted/pem/directory-hash/5fdd185d.0 etc/pki/ca-trust/extracted/pem/directory-hash/607986c7.0 etc/pki/ca-trust/extracted/pem/directory-hash/60afe812.0 +etc/pki/ca-trust/extracted/pem/directory-hash/616816f6.0 etc/pki/ca-trust/extracted/pem/directory-hash/6187b673.0 etc/pki/ca-trust/extracted/pem/directory-hash/626dceaf.0 etc/pki/ca-trust/extracted/pem/directory-hash/63a2c897.0 -etc/pki/ca-trust/extracted/pem/directory-hash/653b494a.0 etc/pki/ca-trust/extracted/pem/directory-hash/68dd7389.0 etc/pki/ca-trust/extracted/pem/directory-hash/69105f4f.0 +etc/pki/ca-trust/extracted/pem/directory-hash/6a9bdba3.0 etc/pki/ca-trust/extracted/pem/directory-hash/6b03dec0.0 etc/pki/ca-trust/extracted/pem/directory-hash/6b483515.0 etc/pki/ca-trust/extracted/pem/directory-hash/6b99d060.0 +etc/pki/ca-trust/extracted/pem/directory-hash/6c85d883.0 etc/pki/ca-trust/extracted/pem/directory-hash/6d41d539.0 -etc/pki/ca-trust/extracted/pem/directory-hash/6f7454b3.0 etc/pki/ca-trust/extracted/pem/directory-hash/6fa5da56.0 -etc/pki/ca-trust/extracted/pem/directory-hash/706f604c.0 etc/pki/ca-trust/extracted/pem/directory-hash/749e9e03.0 -etc/pki/ca-trust/extracted/pem/directory-hash/75680d2e.0 etc/pki/ca-trust/extracted/pem/directory-hash/75d1b2ed.0 -etc/pki/ca-trust/extracted/pem/directory-hash/76579174.0 etc/pki/ca-trust/extracted/pem/directory-hash/76faf6c0.0 etc/pki/ca-trust/extracted/pem/directory-hash/7719f463.0 etc/pki/ca-trust/extracted/pem/directory-hash/773e07ad.0 @@ -149,6 +143,8 @@ etc/pki/ca-trust/extracted/pem/directory-hash/85cde254.0 etc/pki/ca-trust/extracted/pem/directory-hash/86212b19.0 etc/pki/ca-trust/extracted/pem/directory-hash/865fbdf9.0 etc/pki/ca-trust/extracted/pem/directory-hash/869fbf79.0 +etc/pki/ca-trust/extracted/pem/directory-hash/8761519c.0 +etc/pki/ca-trust/extracted/pem/directory-hash/878d9bca.0 etc/pki/ca-trust/extracted/pem/directory-hash/8794b4e3.0 etc/pki/ca-trust/extracted/pem/directory-hash/882de061.0 etc/pki/ca-trust/extracted/pem/directory-hash/88950faa.0 @@ -156,9 +152,11 @@ etc/pki/ca-trust/extracted/pem/directory-hash/89c02a45.0 etc/pki/ca-trust/extracted/pem/directory-hash/8cb5ee0f.0 etc/pki/ca-trust/extracted/pem/directory-hash/8d10a21f.0 etc/pki/ca-trust/extracted/pem/directory-hash/8d6437c3.0 +etc/pki/ca-trust/extracted/pem/directory-hash/8d81b251.0 etc/pki/ca-trust/extracted/pem/directory-hash/8d86cdd1.0 etc/pki/ca-trust/extracted/pem/directory-hash/8d89cda1.0 etc/pki/ca-trust/extracted/pem/directory-hash/8f103249.0 +etc/pki/ca-trust/extracted/pem/directory-hash/8f6cd7bb.0 etc/pki/ca-trust/extracted/pem/directory-hash/9046744a.0 etc/pki/ca-trust/extracted/pem/directory-hash/90c5a3c8.0 etc/pki/ca-trust/extracted/pem/directory-hash/9282e51c.0 @@ -183,6 +181,7 @@ etc/pki/ca-trust/extracted/pem/directory-hash/9bf03295.0 etc/pki/ca-trust/extracted/pem/directory-hash/9c8dfbd4.0 etc/pki/ca-trust/extracted/pem/directory-hash/9d04f354.0 etc/pki/ca-trust/extracted/pem/directory-hash/9d6523ce.0 +etc/pki/ca-trust/extracted/pem/directory-hash/9e654b62.0 etc/pki/ca-trust/extracted/pem/directory-hash/9ef4a08a.0 etc/pki/ca-trust/extracted/pem/directory-hash/9f727ac7.0 etc/pki/ca-trust/extracted/pem/directory-hash/ACCVRAIZ1.pem @@ -204,7 +203,6 @@ etc/pki/ca-trust/extracted/pem/directory-hash/Atos_TrustedRoot_Root_CA_RSA_TLS_2 etc/pki/ca-trust/extracted/pem/directory-hash/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem etc/pki/ca-trust/extracted/pem/directory-hash/BJCA_Global_Root_CA1.pem etc/pki/ca-trust/extracted/pem/directory-hash/BJCA_Global_Root_CA2.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Baltimore_CyberTrust_Root.pem etc/pki/ca-trust/extracted/pem/directory-hash/Buypass_Class_2_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Buypass_Class_3_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/CA_Disig_Root_R2.pem @@ -224,9 +222,10 @@ etc/pki/ca-trust/extracted/pem/directory-hash/CommScope_Public_Trust_ECC_Root-01 etc/pki/ca-trust/extracted/pem/directory-hash/CommScope_Public_Trust_ECC_Root-02.pem etc/pki/ca-trust/extracted/pem/directory-hash/CommScope_Public_Trust_RSA_Root-01.pem etc/pki/ca-trust/extracted/pem/directory-hash/CommScope_Public_Trust_RSA_Root-02.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Comodo_AAA_Services_root.pem etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_BR_Root_CA_1_2020.pem +etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_BR_Root_CA_2_2023.pem etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_EV_Root_CA_1_2020.pem +etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_EV_Root_CA_2_2023.pem etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_Root_Class_3_CA_2_2009.pem etc/pki/ca-trust/extracted/pem/directory-hash/D-TRUST_Root_Class_3_CA_2_EV_2009.pem etc/pki/ca-trust/extracted/pem/directory-hash/DigiCert_Assured_ID_Root_CA.pem @@ -239,11 +238,9 @@ etc/pki/ca-trust/extracted/pem/directory-hash/DigiCert_High_Assurance_EV_Root_CA etc/pki/ca-trust/extracted/pem/directory-hash/DigiCert_TLS_ECC_P384_Root_G5.pem etc/pki/ca-trust/extracted/pem/directory-hash/DigiCert_TLS_RSA4096_Root_G5.pem etc/pki/ca-trust/extracted/pem/directory-hash/DigiCert_Trusted_Root_G4.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Entrust.net_Premium_2048_Secure_Server_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Entrust_Root_Certification_Authority.pem etc/pki/ca-trust/extracted/pem/directory-hash/Entrust_Root_Certification_Authority_-_EC1.pem etc/pki/ca-trust/extracted/pem/directory-hash/Entrust_Root_Certification_Authority_-_G2.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Entrust_Root_Certification_Authority_-_G4.pem etc/pki/ca-trust/extracted/pem/directory-hash/FIRMAPROFESIONAL_CA_ROOT-A_WEB.pem etc/pki/ca-trust/extracted/pem/directory-hash/GDCA_TrustAUTH_R5_ROOT.pem etc/pki/ca-trust/extracted/pem/directory-hash/GLOBALTRUST_2020.pem @@ -253,12 +250,10 @@ etc/pki/ca-trust/extracted/pem/directory-hash/GTS_Root_R3.pem etc/pki/ca-trust/extracted/pem/directory-hash/GTS_Root_R4.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_ECC_Root_CA_-_R4.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_ECC_Root_CA_-_R5.pem -etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_Root_CA_-_R3.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_Root_CA_-_R6.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_Root_E46.pem etc/pki/ca-trust/extracted/pem/directory-hash/GlobalSign_Root_R46.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Go_Daddy_Class_2_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Go_Daddy_Root_Certificate_Authority_-_G2.pem etc/pki/ca-trust/extracted/pem/directory-hash/HARICA_TLS_ECC_Root_CA_2021.pem etc/pki/ca-trust/extracted/pem/directory-hash/HARICA_TLS_RSA_Root_CA_2021.pem @@ -292,20 +287,21 @@ etc/pki/ca-trust/extracted/pem/directory-hash/SSL.com_TLS_RSA_Root_CA_2022.pem etc/pki/ca-trust/extracted/pem/directory-hash/SZAFIR_ROOT_CA2.pem etc/pki/ca-trust/extracted/pem/directory-hash/Sectigo_Public_Server_Authentication_Root_E46.pem etc/pki/ca-trust/extracted/pem/directory-hash/Sectigo_Public_Server_Authentication_Root_R46.pem -etc/pki/ca-trust/extracted/pem/directory-hash/SecureSign_RootCA11.pem +etc/pki/ca-trust/extracted/pem/directory-hash/SecureSign_Root_CA12.pem +etc/pki/ca-trust/extracted/pem/directory-hash/SecureSign_Root_CA14.pem +etc/pki/ca-trust/extracted/pem/directory-hash/SecureSign_Root_CA15.pem etc/pki/ca-trust/extracted/pem/directory-hash/SecureTrust_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Secure_Global_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Security_Communication_ECC_RootCA1.pem etc/pki/ca-trust/extracted/pem/directory-hash/Security_Communication_RootCA2.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Security_Communication_RootCA3.pem -etc/pki/ca-trust/extracted/pem/directory-hash/Starfield_Class_2_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Starfield_Root_Certificate_Authority_-_G2.pem etc/pki/ca-trust/extracted/pem/directory-hash/Starfield_Services_Root_Certificate_Authority_-_G2.pem etc/pki/ca-trust/extracted/pem/directory-hash/SwissSign_Gold_CA_-_G2.pem -etc/pki/ca-trust/extracted/pem/directory-hash/SwissSign_Silver_CA_-_G2.pem +etc/pki/ca-trust/extracted/pem/directory-hash/SwissSign_RSA_TLS_Root_CA_2022_-_1.pem etc/pki/ca-trust/extracted/pem/directory-hash/T-TeleSec_GlobalRoot_Class_2.pem etc/pki/ca-trust/extracted/pem/directory-hash/T-TeleSec_GlobalRoot_Class_3.pem etc/pki/ca-trust/extracted/pem/directory-hash/TUBITAK_Kamu_SM_SSL_Kok_Sertifikasi_-_Surum_1.pem +etc/pki/ca-trust/extracted/pem/directory-hash/TWCA_CYBER_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/TWCA_Global_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/TWCA_Root_Certification_Authority.pem etc/pki/ca-trust/extracted/pem/directory-hash/Telekom_Security_TLS_ECC_Root_2020.pem @@ -314,6 +310,8 @@ etc/pki/ca-trust/extracted/pem/directory-hash/TeliaSonera_Root_CA_v1.pem etc/pki/ca-trust/extracted/pem/directory-hash/Telia_Root_CA_v2.pem etc/pki/ca-trust/extracted/pem/directory-hash/TrustAsia_Global_Root_CA_G3.pem etc/pki/ca-trust/extracted/pem/directory-hash/TrustAsia_Global_Root_CA_G4.pem +etc/pki/ca-trust/extracted/pem/directory-hash/TrustAsia_TLS_ECC_Root_CA.pem +etc/pki/ca-trust/extracted/pem/directory-hash/TrustAsia_TLS_RSA_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/Trustwave_Global_Certification_Authority.pem etc/pki/ca-trust/extracted/pem/directory-hash/Trustwave_Global_ECC_P256_Certification_Authority.pem etc/pki/ca-trust/extracted/pem/directory-hash/Trustwave_Global_ECC_P384_Certification_Authority.pem @@ -322,7 +320,7 @@ etc/pki/ca-trust/extracted/pem/directory-hash/UCA_Extended_Validation_Root.pem etc/pki/ca-trust/extracted/pem/directory-hash/UCA_Global_G2_Root.pem etc/pki/ca-trust/extracted/pem/directory-hash/USERTrust_ECC_Certification_Authority.pem etc/pki/ca-trust/extracted/pem/directory-hash/USERTrust_RSA_Certification_Authority.pem -etc/pki/ca-trust/extracted/pem/directory-hash/XRamp_Global_CA_Root.pem +etc/pki/ca-trust/extracted/pem/directory-hash/a09a51ae.0 etc/pki/ca-trust/extracted/pem/directory-hash/a2c66da8.0 etc/pki/ca-trust/extracted/pem/directory-hash/a3418fda.0 etc/pki/ca-trust/extracted/pem/directory-hash/a716d4ed.0 @@ -330,12 +328,10 @@ etc/pki/ca-trust/extracted/pem/directory-hash/a81e292b.0 etc/pki/ca-trust/extracted/pem/directory-hash/a89d74c2.0 etc/pki/ca-trust/extracted/pem/directory-hash/a94d09e5.0 etc/pki/ca-trust/extracted/pem/directory-hash/a9d40e02.0 -etc/pki/ca-trust/extracted/pem/directory-hash/ab5346f4.0 etc/pki/ca-trust/extracted/pem/directory-hash/ab59055e.0 -etc/pki/ca-trust/extracted/pem/directory-hash/aee5f10d.0 +etc/pki/ca-trust/extracted/pem/directory-hash/b0d5255e.0 etc/pki/ca-trust/extracted/pem/directory-hash/b0e59380.0 etc/pki/ca-trust/extracted/pem/directory-hash/b0ed035a.0 -etc/pki/ca-trust/extracted/pem/directory-hash/b0f3e76e.0 etc/pki/ca-trust/extracted/pem/directory-hash/b1159c4c.0 etc/pki/ca-trust/extracted/pem/directory-hash/b30d5fda.0 etc/pki/ca-trust/extracted/pem/directory-hash/b3fb433b.0 @@ -347,6 +343,7 @@ etc/pki/ca-trust/extracted/pem/directory-hash/b7a5b843.0 etc/pki/ca-trust/extracted/pem/directory-hash/b7db1890.0 etc/pki/ca-trust/extracted/pem/directory-hash/b81b93f0.0 etc/pki/ca-trust/extracted/pem/directory-hash/b872f2b4.0 +etc/pki/ca-trust/extracted/pem/directory-hash/b8d25de6.0 etc/pki/ca-trust/extracted/pem/directory-hash/b92fd57f.0 etc/pki/ca-trust/extracted/pem/directory-hash/b936d1c6.0 etc/pki/ca-trust/extracted/pem/directory-hash/ba8887ce.0 @@ -422,7 +419,6 @@ etc/pki/ca-trust/extracted/pem/directory-hash/ed858448.0 etc/pki/ca-trust/extracted/pem/directory-hash/edcbddb5.0 etc/pki/ca-trust/extracted/pem/directory-hash/ee37c333.0 etc/pki/ca-trust/extracted/pem/directory-hash/ee532fd5.0 -etc/pki/ca-trust/extracted/pem/directory-hash/ee64a828.0 etc/pki/ca-trust/extracted/pem/directory-hash/eed8c118.0 etc/pki/ca-trust/extracted/pem/directory-hash/ef954a4e.0 etc/pki/ca-trust/extracted/pem/directory-hash/emSign_ECC_Root_CA_-_C3.pem @@ -431,12 +427,9 @@ etc/pki/ca-trust/extracted/pem/directory-hash/emSign_Root_CA_-_C1.pem etc/pki/ca-trust/extracted/pem/directory-hash/emSign_Root_CA_-_G1.pem etc/pki/ca-trust/extracted/pem/directory-hash/f013ecaf.0 etc/pki/ca-trust/extracted/pem/directory-hash/f058632f.0 -etc/pki/ca-trust/extracted/pem/directory-hash/f081611a.0 etc/pki/ca-trust/extracted/pem/directory-hash/f0c70a8d.0 -etc/pki/ca-trust/extracted/pem/directory-hash/f0cd152c.0 etc/pki/ca-trust/extracted/pem/directory-hash/f249de83.0 etc/pki/ca-trust/extracted/pem/directory-hash/f30dd6ad.0 -etc/pki/ca-trust/extracted/pem/directory-hash/f387163d.0 etc/pki/ca-trust/extracted/pem/directory-hash/f39fc864.0 etc/pki/ca-trust/extracted/pem/directory-hash/f459871d.0 etc/pki/ca-trust/extracted/pem/directory-hash/f51bb24c.0 @@ -452,6 +445,7 @@ etc/pki/ca-trust/extracted/pem/directory-hash/fe8a2cd8.0 etc/pki/ca-trust/extracted/pem/directory-hash/feffd413.0 etc/pki/ca-trust/extracted/pem/directory-hash/ff34af3f.0 etc/pki/ca-trust/extracted/pem/directory-hash/ffa7f1eb.0 +etc/pki/ca-trust/extracted/pem/directory-hash/ffdd40f9.0 etc/pki/ca-trust/extracted/pem/directory-hash/vTrus_ECC_Root_CA.pem etc/pki/ca-trust/extracted/pem/directory-hash/vTrus_Root_CA.pem etc/pki/ca-trust/extracted/pem/email-ca-bundle.pem diff --git a/security/linux-rl9-gnutls/Makefile b/security/linux-rl9-gnutls/Makefile index d1c6738fb10c..50087d1b6eca 100644 --- a/security/linux-rl9-gnutls/Makefile +++ b/security/linux-rl9-gnutls/Makefile @@ -1,7 +1,7 @@ PORTNAME= gnutls PORTVERSION= 3.8.3 -DISTVERSIONSUFFIX= -6.el9_6.2 -PORTREVISION= 4 +DISTVERSIONSUFFIX= -9.el9.0.1 +PORTREVISION= 5 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org diff --git a/security/linux-rl9-gnutls/distinfo b/security/linux-rl9-gnutls/distinfo index cc2308188d81..8e466e7f91eb 100644 --- a/security/linux-rl9-gnutls/distinfo +++ b/security/linux-rl9-gnutls/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1762108292 -SHA256 (rocky/g/gnutls-3.8.3-6.el9_6.2.aarch64.rpm) = 2bb398e440c74a93d5469c3b5ca526fc196314414ef340dee0fa1d607b79e6d2 -SIZE (rocky/g/gnutls-3.8.3-6.el9_6.2.aarch64.rpm) = 1044155 -SHA256 (rocky/g/gnutls-3.8.3-6.el9_6.2.i686.rpm) = d9fdabf23de5e5c540045b62b1482375156b59e7c5767c4257af668fce990da7 -SIZE (rocky/g/gnutls-3.8.3-6.el9_6.2.i686.rpm) = 1110867 -SHA256 (rocky/g/gnutls-3.8.3-6.el9_6.2.x86_64.rpm) = 2277b97b1bc916e9a7dfb1b4b6f2241437cd0a92e8b7d4f67731e217b65af771 -SIZE (rocky/g/gnutls-3.8.3-6.el9_6.2.x86_64.rpm) = 1121372 -SHA256 (rocky/g/gnutls-3.8.3-6.el9_6.2.src.rpm) = be9426cfa538ba61fa4d8a2b140832dd09f0a92faed70c839a552a5031945dcf -SIZE (rocky/g/gnutls-3.8.3-6.el9_6.2.src.rpm) = 8599372 +TIMESTAMP = 1765200233 +SHA256 (rocky/g/gnutls-3.8.3-9.el9.0.1.aarch64.rpm) = fb5553f6032e09bcdfc51cf26f74a3602ae56b5b43fa06d1b88eb34dab012f61 +SIZE (rocky/g/gnutls-3.8.3-9.el9.0.1.aarch64.rpm) = 1044679 +SHA256 (rocky/g/gnutls-3.8.3-9.el9.0.1.i686.rpm) = a8a79047d3d3178f93a7d97668dd056b5d3f184702ea7af0e6dd9b47a9a4fa56 +SIZE (rocky/g/gnutls-3.8.3-9.el9.0.1.i686.rpm) = 1109252 +SHA256 (rocky/g/gnutls-3.8.3-9.el9.0.1.x86_64.rpm) = d8dcd4f5327fe3172a9c1eec63eb5aaab4f238a78974403d000f0eaaf3da29dd +SIZE (rocky/g/gnutls-3.8.3-9.el9.0.1.x86_64.rpm) = 1121895 +SHA256 (rocky/g/gnutls-3.8.3-9.el9.0.1.src.rpm) = 8f31afac146e4dd5457047d894de1fa8bddd54ef9b83867b3f2ba30886dbab9e +SIZE (rocky/g/gnutls-3.8.3-9.el9.0.1.src.rpm) = 8599595 diff --git a/security/lxqt-sudo/Makefile b/security/lxqt-sudo/Makefile index 8a2dd2d5bb99..751cf33cff28 100644 --- a/security/lxqt-sudo/Makefile +++ b/security/lxqt-sudo/Makefile @@ -1,6 +1,6 @@ PORTNAME= lxqt-sudo PORTVERSION= 2.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= LXQT diff --git a/security/lxqt-sudo/files/patch-sudo.cpp b/security/lxqt-sudo/files/patch-sudo.cpp index 4f710f0251e1..93057cc863a6 100644 --- a/security/lxqt-sudo/files/patch-sudo.cpp +++ b/security/lxqt-sudo/files/patch-sudo.cpp @@ -1,4 +1,4 @@ ---- sudo.cpp.orig 2023-04-15 15:54:02 UTC +--- sudo.cpp.orig 2025-11-05 12:14:34 UTC +++ sudo.cpp @@ -44,7 +44,7 @@ #else @@ -19,18 +19,7 @@ const QString doas_prog{QStringLiteral(LXQTSUDO_DOAS)}; const QString pwd_prompt_end{QStringLiteral(": ")}; const QChar nl{QLatin1Char('\n')}; -@@ -194,7 +197,9 @@ int Sudo::main() - } else if (QStringLiteral("-a") == arg1 || QStringLiteral("--doas") == arg1) - { - mBackend = BACK_DOAS; -- mArgs.removeAt(0); -+ mArgs.removeAt(0); //remove -m -+ mArgs.removeAt(1); //remove root -+ mArgs.removeAt(2); // remove -c - } - } - //any other arguments we simply forward to su/sudo -@@ -265,7 +270,7 @@ void Sudo::child() +@@ -272,7 +275,7 @@ void Sudo::child() switch (mBackend) { case BACK_SU: @@ -39,7 +28,7 @@ break; case BACK_SUDO: params_cnt += 3; // --preserve-env=... /bin/sh -c for sudo -@@ -295,8 +300,10 @@ void Sudo::child() +@@ -302,8 +305,10 @@ void Sudo::child() break; case BACK_DOAS: *(param_arg++) = "/bin/sh"; @@ -49,9 +38,9 @@ + *(param_arg++) = "-m"; + *(param_arg++) = "root"; case BACK_NONE: - env_workarounds(); + env_workarounds(mQuiet); break; -@@ -404,7 +411,8 @@ int Sudo::parent() +@@ -414,7 +419,8 @@ int Sudo::parent() } } else { diff --git a/security/netbird/Makefile b/security/netbird/Makefile index 1cf1c3f3fb41..c0d6b7d1bf42 100644 --- a/security/netbird/Makefile +++ b/security/netbird/Makefile @@ -1,7 +1,6 @@ PORTNAME= netbird DISTVERSIONPREFIX= v -DISTVERSION= 0.60.4 -PORTREVISION= 1 +DISTVERSION= 0.60.7 CATEGORIES= security net net-vpn MAINTAINER= dev@netbird.io diff --git a/security/netbird/distinfo b/security/netbird/distinfo index 3062382ef490..d2700c1ce8a3 100644 --- a/security/netbird/distinfo +++ b/security/netbird/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764597214 -SHA256 (go/security_netbird/netbird-v0.60.4/v0.60.4.mod) = 4245d97cc502c139bed7b27dd647888866ed8287f6e3974c3e3d2edc341eb9a7 -SIZE (go/security_netbird/netbird-v0.60.4/v0.60.4.mod) = 12868 -SHA256 (go/security_netbird/netbird-v0.60.4/v0.60.4.zip) = adc2123622effca0029f18a05247df1d5872fd65550111bd016502636bc8287c -SIZE (go/security_netbird/netbird-v0.60.4/v0.60.4.zip) = 3444852 +TIMESTAMP = 1765225355 +SHA256 (go/security_netbird/netbird-v0.60.7/v0.60.7.mod) = da3d36ff3c88a7745eb98a36676114c53f04ba09dfe6cda1cfa8866993abf14d +SIZE (go/security_netbird/netbird-v0.60.7/v0.60.7.mod) = 12868 +SHA256 (go/security_netbird/netbird-v0.60.7/v0.60.7.zip) = 195f230e0b11019d3dea8701f3cb9846d10eec750b2070983e71c54890962df6 +SIZE (go/security_netbird/netbird-v0.60.7/v0.60.7.zip) = 3454255 diff --git a/security/nss/Makefile b/security/nss/Makefile index 58a3877b77a1..5299cc4fef4b 100644 --- a/security/nss/Makefile +++ b/security/nss/Makefile @@ -1,5 +1,5 @@ PORTNAME= nss -PORTVERSION= 3.119 +DISTVERSION= 3_119_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 47aab9c33814..54c90d24b181 100644 --- a/security/nss/distinfo +++ b/security/nss/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764961743 -SHA256 (nss-3.119.tar.gz) = e8412db6c9d6f531e8adfe8a122ec33a8fae920681ff47231a1349bdd399f0e9 -SIZE (nss-3.119.tar.gz) = 77633205 +TIMESTAMP = 1765481360 +SHA256 (nss-3_119_1.tar.gz) = 1387b8478e6c681c533b1f7b0f4d4ef7f58307c1f7e3a353622ddbf841328283 +SIZE (nss-3_119_1.tar.gz) = 77633121 diff --git a/security/nuclei/Makefile b/security/nuclei/Makefile index 093cadd0798a..8ca99ac1f4f3 100644 --- a/security/nuclei/Makefile +++ b/security/nuclei/Makefile @@ -1,7 +1,6 @@ PORTNAME= nuclei DISTVERSIONPREFIX= v -DISTVERSION= 3.4.10 -PORTREVISION= 4 +DISTVERSION= 3.6.0 CATEGORIES= security MAINTAINER= dutra@FreeBSD.org diff --git a/security/nuclei/distinfo b/security/nuclei/distinfo index d08b4c74bfad..c48d4a768581 100644 --- a/security/nuclei/distinfo +++ b/security/nuclei/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757787405 -SHA256 (go/security_nuclei/nuclei-v3.4.10/v3.4.10.mod) = 0d3b692dbe6922d8bc13cbc334140df320f21650d7b5d073bcb2e4ae294ef913 -SIZE (go/security_nuclei/nuclei-v3.4.10/v3.4.10.mod) = 18905 -SHA256 (go/security_nuclei/nuclei-v3.4.10/v3.4.10.zip) = c42c0eb9f5727fca98aa5ee45fdeebd39c26292dcd500d3f5bf7cfb9ae552abd -SIZE (go/security_nuclei/nuclei-v3.4.10/v3.4.10.zip) = 12401381 +TIMESTAMP = 1765337208 +SHA256 (go/security_nuclei/nuclei-v3.6.0/v3.6.0.mod) = bedd710b886b75155ef14fb1b7eb5d2bb661f6755a9321f70d5d84c6a9200938 +SIZE (go/security_nuclei/nuclei-v3.6.0/v3.6.0.mod) = 21065 +SHA256 (go/security_nuclei/nuclei-v3.6.0/v3.6.0.zip) = 69503e95d9e57260d4917914fd61384a2d7d054975b099efeeb663cec774c523 +SIZE (go/security_nuclei/nuclei-v3.6.0/v3.6.0.zip) = 12479744 diff --git a/security/pam_pkcs11/Makefile b/security/pam_pkcs11/Makefile index 826e08c465dd..80a072b82235 100644 --- a/security/pam_pkcs11/Makefile +++ b/security/pam_pkcs11/Makefile @@ -12,7 +12,7 @@ LICENSE= LGPL21 RUN_DEPENDS= bash:shells/bash -USES= autoreconf gmake libtool pkgconfig shebangfix +USES= autoreconf gettext-tools gmake libtool pkgconfig shebangfix USE_GITHUB= yes GH_ACCOUNT= OpenSC @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-confdir=${ETCDIR} CONFIGURE_ENV= OPENSSL_CFLAGS="-I${OPENSSLINC}" \ OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= tools/pkcs11_make_hash_link @@ -50,7 +49,7 @@ PCSC_CONFIGURE_WITH= pcsclite SSL_USES= ssl NLS_CONFIGURE_ENABLE= nls -NLS_USES= gettext +NLS_USES= gettext-runtime DOCS_CONFIGURE_ENABLE= doc @@ -94,7 +93,4 @@ post-patch: @${REINPLACE_CMD} -e 's|/etc/|${PREFIX}/etc/|g' \ ${WRKSRC}/doc/pam_pkcs11.8.in -pre-configure: - @(cd ${WRKSRC} && ./bootstrap) - .include <bsd.port.mk> diff --git a/security/pam_pkcs11/files/patch-configure.ac b/security/pam_pkcs11/files/patch-configure.ac new file mode 100644 index 000000000000..042b4516b3c1 --- /dev/null +++ b/security/pam_pkcs11/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2021-05-31 18:18:38 UTC ++++ configure.ac +@@ -5,6 +5,7 @@ AC_INIT([pam_pkcs11],[0.6.12]) + + # Process this file with autoconf to produce a configure script. + AC_INIT([pam_pkcs11],[0.6.12]) ++AC_CONFIG_MACRO_DIRS([aclocal]) + AC_CONFIG_SRCDIR([src/pam_pkcs11/pam_pkcs11.c]) + AC_CANONICAL_HOST + AM_INIT_AUTOMAKE diff --git a/security/plasma6-kscreenlocker/distinfo b/security/plasma6-kscreenlocker/distinfo index aef659b28dcb..350cb2518d36 100644 --- a/security/plasma6-kscreenlocker/distinfo +++ b/security/plasma6-kscreenlocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481299 -SHA256 (KDE/plasma/6.5.3/kscreenlocker-6.5.3.tar.xz) = 26464a461347305f2a2cb3b28e3a0e8fc602fca6ca8ab5d2ca71373b7d9da68e -SIZE (KDE/plasma/6.5.3/kscreenlocker-6.5.3.tar.xz) = 186584 +TIMESTAMP = 1765457154 +SHA256 (KDE/plasma/6.5.4/kscreenlocker-6.5.4.tar.xz) = 470021a86b486a54f5d0a631dedc3c2b02899953dff824a03c534b60c8623899 +SIZE (KDE/plasma/6.5.4/kscreenlocker-6.5.4.tar.xz) = 186824 diff --git a/security/plasma6-ksshaskpass/distinfo b/security/plasma6-ksshaskpass/distinfo index 2ef3532f8d5d..df68ca278a6d 100644 --- a/security/plasma6-ksshaskpass/distinfo +++ b/security/plasma6-ksshaskpass/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481300 -SHA256 (KDE/plasma/6.5.3/ksshaskpass-6.5.3.tar.xz) = daf5d214decccfb5f28b92e1c8bc1028bf0511b25ad9f50116848f5dabe96e0e -SIZE (KDE/plasma/6.5.3/ksshaskpass-6.5.3.tar.xz) = 30820 +TIMESTAMP = 1765457155 +SHA256 (KDE/plasma/6.5.4/ksshaskpass-6.5.4.tar.xz) = 4fdef079feb8963d5a9e554dc11ace8c728732775f0340fc1f43b1aba9a16861 +SIZE (KDE/plasma/6.5.4/ksshaskpass-6.5.4.tar.xz) = 30828 diff --git a/security/plasma6-kwallet-pam/distinfo b/security/plasma6-kwallet-pam/distinfo index c5102c471781..cf69045ee75d 100644 --- a/security/plasma6-kwallet-pam/distinfo +++ b/security/plasma6-kwallet-pam/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481300 -SHA256 (KDE/plasma/6.5.3/kwallet-pam-6.5.3.tar.xz) = 36f1f829b7e89c976eede377e6c121ae9d1b44025ca27b55656f257d188d0c74 -SIZE (KDE/plasma/6.5.3/kwallet-pam-6.5.3.tar.xz) = 22368 +TIMESTAMP = 1765457155 +SHA256 (KDE/plasma/6.5.4/kwallet-pam-6.5.4.tar.xz) = 66d9e0e36deea2ce77134bb24c34cbf8dcf623170462b4a9042f7f0e64c27ddf +SIZE (KDE/plasma/6.5.4/kwallet-pam-6.5.4.tar.xz) = 22376 diff --git a/security/py-joserfc/Makefile b/security/py-joserfc/Makefile index 1b296be741d4..a0e345319fa3 100644 --- a/security/py-joserfc/Makefile +++ b/security/py-joserfc/Makefile @@ -1,5 +1,5 @@ PORTNAME= joserfc -PORTVERSION= 1.4.3 +PORTVERSION= 1.5.0 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-joserfc/distinfo b/security/py-joserfc/distinfo index 344d12fc6a40..ed21ffec4d0d 100644 --- a/security/py-joserfc/distinfo +++ b/security/py-joserfc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853436 -SHA256 (joserfc-1.4.3.tar.gz) = dcbd447ff70c64d75f4cbdc5fb1d48f6914bff67b97fa0f779dd5c581d1bb81d -SIZE (joserfc-1.4.3.tar.gz) = 200514 +TIMESTAMP = 1765032814 +SHA256 (joserfc-1.5.0.tar.gz) = 4e88d757cf08ec1d370561a15dd6dda8452ad4e335066a9aeb1b426bffe91c56 +SIZE (joserfc-1.5.0.tar.gz) = 213086 diff --git a/security/py-tinyaes/Makefile b/security/py-tinyaes/Makefile index ee04dcee81e5..84acf70b09a3 100644 --- a/security/py-tinyaes/Makefile +++ b/security/py-tinyaes/Makefile @@ -1,5 +1,5 @@ PORTNAME= tinyaes -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.2 CATEGORIES= security python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-tinyaes/distinfo b/security/py-tinyaes/distinfo index 4e3928de208d..0958066406b9 100644 --- a/security/py-tinyaes/distinfo +++ b/security/py-tinyaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1726740987 -SHA256 (tinyaes-1.1.1.tar.gz) = ccaae60401b31dcdc767bead0e3292d550e5c24e2c678cea898e40eafc4b008a -SIZE (tinyaes-1.1.1.tar.gz) = 71843 +TIMESTAMP = 1765032816 +SHA256 (tinyaes-1.1.2.tar.gz) = ac045558486ba1832183a41e807d7d8389439d6cfea237dbd70205d6fc6c63ce +SIZE (tinyaes-1.1.2.tar.gz) = 83466 diff --git a/security/qt-sudo/Makefile b/security/qt-sudo/Makefile index 8352e8d014d6..b2c038b94c32 100644 --- a/security/qt-sudo/Makefile +++ b/security/qt-sudo/Makefile @@ -1,5 +1,5 @@ PORTNAME= qt-sudo -DISTVERSION= 2.2.0 +DISTVERSION= 2.3.0 CATEGORIES= security MASTER_SITES= https://github.com/aarnt/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/security/qt-sudo/distinfo b/security/qt-sudo/distinfo index f0b0b52402c9..4530f3a57484 100644 --- a/security/qt-sudo/distinfo +++ b/security/qt-sudo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757877523 -SHA256 (qt-sudo-2.2.0.tar.gz) = c79b0662da4b51b70d8ac92ff996062638d579097d7798f744681c891c2142bf -SIZE (qt-sudo-2.2.0.tar.gz) = 38284 +TIMESTAMP = 1765636178 +SHA256 (qt-sudo-2.3.0.tar.gz) = 7e88291272844e0bed96d820075b3eb05bef70d4d3da312bf0dfea9935ae71b7 +SIZE (qt-sudo-2.3.0.tar.gz) = 45310 diff --git a/security/rekor/Makefile b/security/rekor/Makefile index 82ce0b65befb..8656dc7550ec 100644 --- a/security/rekor/Makefile +++ b/security/rekor/Makefile @@ -1,6 +1,6 @@ PORTNAME= rekor DISTVERSIONPREFIX= v -DISTVERSION= 1.4.2 +DISTVERSION= 1.4.3 CATEGORIES= security MAINTAINER= bofh@FreeBSD.org @@ -45,7 +45,7 @@ USERS= ${PORTNAME} GROUPS= ${PORTNAME} .endif -GIT_HASH= 23797850121dc2608ef0b3684db460d1decafdfd +GIT_HASH= cb5b1d5f364a8437e1c6c857b200283e2dcc2b29 .include <bsd.port.pre.mk> diff --git a/security/rekor/distinfo b/security/rekor/distinfo index d8578de11bc6..580a5eb6430d 100644 --- a/security/rekor/distinfo +++ b/security/rekor/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765230868 -SHA256 (go/security_rekor/rekor-v1.4.2/v1.4.2.mod) = 823633133705966d9f3d066aa588b4d443fe02ae19072479d752b9c275cdb8c7 -SIZE (go/security_rekor/rekor-v1.4.2/v1.4.2.mod) = 11931 -SHA256 (go/security_rekor/rekor-v1.4.2/v1.4.2.zip) = ce409293cfe7137a0343853de16818d33b79f078201996edb2f14adf4e8c466b -SIZE (go/security_rekor/rekor-v1.4.2/v1.4.2.zip) = 1217718 +TIMESTAMP = 1765531221 +SHA256 (go/security_rekor/rekor-v1.4.3/v1.4.3.mod) = 58b176e1936bf2f137e19f8ec737e9a91c16d5eedb7848d2d07ce051ab630965 +SIZE (go/security_rekor/rekor-v1.4.3/v1.4.3.mod) = 11819 +SHA256 (go/security_rekor/rekor-v1.4.3/v1.4.3.zip) = 9b2b6f67515fec43cb16668de0239f5074bf0584e3f3cd0729ecf25e9a34d085 +SIZE (go/security_rekor/rekor-v1.4.3/v1.4.3.zip) = 1220674 diff --git a/security/rubygem-vault/Makefile b/security/rubygem-vault/Makefile index 1edfd5c5c861..75181cb7da76 100644 --- a/security/rubygem-vault/Makefile +++ b/security/rubygem-vault/Makefile @@ -1,5 +1,5 @@ PORTNAME= vault -PORTVERSION= 0.18.2 +PORTVERSION= 0.19.0 CATEGORIES= security rubygems MASTER_SITES= RG @@ -10,7 +10,10 @@ WWW= https://github.com/hashicorp/vault-ruby LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4 +RUN_DEPENDS= rubygem-aws-sigv4>=0:devel/rubygem-aws-sigv4 \ + rubygem-base64>=0:converters/rubygem-base64 \ + rubygem-connection_pool>=2.4<3:net/rubygem-connection_pool \ + rubygem-net-http-persistent>=4.0.2<5:www/rubygem-net-http-persistent USES= gem diff --git a/security/rubygem-vault/distinfo b/security/rubygem-vault/distinfo index 5e22ef187070..8b5cf2b0d065 100644 --- a/security/rubygem-vault/distinfo +++ b/security/rubygem-vault/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1701364492 -SHA256 (rubygem/vault-0.18.2.gem) = 29346c2d8364c19effb548b7a8952bf187545b99b70d1ddde76bd6c69046d27c -SIZE (rubygem/vault-0.18.2.gem) = 50688 +TIMESTAMP = 1765032980 +SHA256 (rubygem/vault-0.19.0.gem) = a18f91119e1296120d6957e47583f42d1636c9a5c7607780cf604b9f9e1b28aa +SIZE (rubygem/vault-0.19.0.gem) = 39424 diff --git a/security/s2n-tls/Makefile b/security/s2n-tls/Makefile index 83352f59dbe0..8a1c53ae8365 100644 --- a/security/s2n-tls/Makefile +++ b/security/s2n-tls/Makefile @@ -1,6 +1,6 @@ PORTNAME= s2n-tls DISTVERSIONPREFIX= v -DISTVERSION= 1.6.2 +DISTVERSION= 1.6.3 PORTEPOCH= 1 CATEGORIES= security diff --git a/security/s2n-tls/distinfo b/security/s2n-tls/distinfo index 996e5561b7dd..484b506b05b4 100644 --- a/security/s2n-tls/distinfo +++ b/security/s2n-tls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764963686 -SHA256 (aws-s2n-tls-v1.6.2_GH0.tar.gz) = b62c52ededd0b42e58fea660727141728cfb853c564083dbfc6fd027a1564582 -SIZE (aws-s2n-tls-v1.6.2_GH0.tar.gz) = 5155040 +TIMESTAMP = 1765481122 +SHA256 (aws-s2n-tls-v1.6.3_GH0.tar.gz) = 84f52b3c841a110931442022d05b53b00353e64b03128dd24006438935e1cc32 +SIZE (aws-s2n-tls-v1.6.3_GH0.tar.gz) = 5158982 diff --git a/security/sssd2/Makefile b/security/sssd2/Makefile index bf879a632a19..1de6974cdec5 100644 --- a/security/sssd2/Makefile +++ b/security/sssd2/Makefile @@ -1,6 +1,6 @@ PORTNAME= sssd PORTVERSION= 2.9.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security PKGNAMESUFFIX= 2 @@ -85,7 +85,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --with-krb5authdata-plugin-path=${LOCALBASE}/lib/krb5/plugins/authdata \ --with-krb5-conf=/etc/krb5.conf \ --without-python2-bindings \ - --with-winbind-plugin-path=${LOCALBASE}/lib/samba4/modules/idmap \ + --with-winbind-plugin-path=${SAMBA_IDMAP_MODULESDIR} \ --without-selinux \ --with-gpo-cache-path=/var/db/sss/gpo_cache \ --without-semanage \ @@ -98,7 +98,7 @@ CONFIGURE_ARGS= --disable-dependency-tracking \ --with-secrets-db-path=/var/lib/sss/secrets \ --with-kcm \ --with-oidc-child \ - --with-ldb-lib-dir=${LOCALBASE}/lib/shared-modules/ldb \ + --with-ldb-lib-dir=${SAMBA_LDB_MODULESDIR} \ --with-smb-idmap-interface-version=6 \ --without-libnl \ --with-nscd-conf=/etc/nscd.conf \ @@ -109,7 +109,9 @@ CPPFLAGS+= -DRENEWAL_PROG_PATH='\"${LOCALBASE}/sbin/adcli\"' CFLAGS+= -fstack-protector-all LIBS+= -linotify -lintl -PLIST_SUB= PYTHON_VER=${PYTHON_VER} +PLIST_SUB= PYTHON_VER=${PYTHON_VER} \ + SAMBA_IDMAP_MODULESDIR=${SAMBA_IDMAP_MODULESDIR} \ + SAMBA_LDB_MODULESDIR=${SAMBA_LDB_MODULESDIR} MAKE_ENV= MAKELEVEL=0 LINGUAS="bg de eu es fr hu id it ja nb nl pl pt ru sv tg tr uk zh_CN zh_TW" SUB_FILES= pkg-message diff --git a/security/sssd2/pkg-plist b/security/sssd2/pkg-plist index a6bf48f6d9ad..08b8e3eae7dd 100644 --- a/security/sssd2/pkg-plist +++ b/security/sssd2/pkg-plist @@ -47,8 +47,8 @@ lib/pam_sss_gss.so %%PYTHON_SITELIBDIR%%/sssd/source_journald.py %%PYTHON_SITELIBDIR%%/sssd/source_reader.py %%PYTHON_SITELIBDIR%%/sssd/sss_analyze.py -lib/samba4/modules/idmap/sss.so -lib/shared-modules/ldb/memberof.so +%%SAMBA_IDMAP_MODULESDIR%%/sss.so +%%SAMBA_LDB_MODULESDIR%%/memberof.so lib/sssd/conf/sssd.conf lib/sssd/libifp_iface.so lib/sssd/libifp_iface_sync.so diff --git a/security/tailscale/Makefile b/security/tailscale/Makefile index e6abfa8b0918..e209a482cf18 100644 --- a/security/tailscale/Makefile +++ b/security/tailscale/Makefile @@ -1,7 +1,6 @@ PORTNAME= tailscale -PORTVERSION= 1.90.6 +PORTVERSION= 1.92.2 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= security net-vpn MAINTAINER= ashish@FreeBSD.org diff --git a/security/tailscale/distinfo b/security/tailscale/distinfo index c9e271c5cd16..14a9eda4ec58 100644 --- a/security/tailscale/distinfo +++ b/security/tailscale/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762001954 -SHA256 (go/security_tailscale/tailscale-v1.90.6/v1.90.6.mod) = 1e67b00bb7b9c83eeeec6e0ad87185f86f56ce4382aae3446233a865ba0b1337 -SIZE (go/security_tailscale/tailscale-v1.90.6/v1.90.6.mod) = 21280 -SHA256 (go/security_tailscale/tailscale-v1.90.6/v1.90.6.zip) = 5e0f7fb4aa929151a5f618dfc8e8d7a70c069ec38a402f560b64f0ad710aa92b -SIZE (go/security_tailscale/tailscale-v1.90.6/v1.90.6.zip) = 5477928 +TIMESTAMP = 1765731669 +SHA256 (go/security_tailscale/tailscale-v1.92.2/v1.92.2.mod) = 19a252dc6b0be5ab7c293a656a5e1570234098b824c3bfa98f6ed674135839b2 +SIZE (go/security_tailscale/tailscale-v1.92.2/v1.92.2.mod) = 21667 +SHA256 (go/security_tailscale/tailscale-v1.92.2/v1.92.2.zip) = b88212d0d13a2261e56a981b76a66d92431d570638852d4308d4e6ae59cb54fd +SIZE (go/security_tailscale/tailscale-v1.92.2/v1.92.2.zip) = 5559507 diff --git a/security/vuls/Makefile b/security/vuls/Makefile index b8b1b536c183..56c2537acc54 100644 --- a/security/vuls/Makefile +++ b/security/vuls/Makefile @@ -1,7 +1,6 @@ PORTNAME= vuls DISTVERSIONPREFIX=v -DISTVERSION= 0.36.3 -PORTREVISION= 1 +DISTVERSION= 0.37.0 CATEGORIES= security MAINTAINER= girgen@FreeBSD.org diff --git a/security/vuls/distinfo b/security/vuls/distinfo index 84a43d28ebef..cd9b4bd14105 100644 --- a/security/vuls/distinfo +++ b/security/vuls/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764574073 -SHA256 (go/security_vuls/vuls-v0.36.3/v0.36.3.mod) = f38eb7123aa0df0d983bf381a58ea6dc35b831c97efa24e932a1af9baa3da86a -SIZE (go/security_vuls/vuls-v0.36.3/v0.36.3.mod) = 21357 -SHA256 (go/security_vuls/vuls-v0.36.3/v0.36.3.zip) = 083c0a6f746789cb904feb07edb5ce5eb76eecd27859c658c8b244f432760820 -SIZE (go/security_vuls/vuls-v0.36.3/v0.36.3.zip) = 1361675 +TIMESTAMP = 1765298311 +SHA256 (go/security_vuls/vuls-v0.37.0/v0.37.0.mod) = 0a29fb47c807cae73bdca3392cddb4ea40991ca8dda68f43e1d538f1f370c539 +SIZE (go/security_vuls/vuls-v0.37.0/v0.37.0.mod) = 21369 +SHA256 (go/security_vuls/vuls-v0.37.0/v0.37.0.zip) = 1b845a73d90678b075de5210065f03168f3a308b94314831586c6b0c47b5e995 +SIZE (go/security_vuls/vuls-v0.37.0/v0.37.0.zip) = 1363465 diff --git a/security/vuxml/vuln/2025.xml b/security/vuxml/vuln/2025.xml index e9143fb8490f..a93382a51d76 100644 --- a/security/vuxml/vuln/2025.xml +++ b/security/vuxml/vuln/2025.xml @@ -1,3 +1,698 @@ + <vuln vid="3a59024c-d8cf-11f0-af8c-8447094a420f"> + <topic>Roundcube -- Multiple vulnerabilities</topic> + <affects> + <package> + <name>roundcube</name> + <range><lt>1.6.12,1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Roundcube project reports:</p> + <blockquote cite="https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12"> + <p>Cross-Site-Scripting vulnerability via SVG’s animate tag</p> + <p>Information Disclosure vulnerability in the HTML style sanitizer</p> + </blockquote> + </body> + </description> + <references> + <url>https://roundcube.net/news/2025/12/13/security-updates-1.6.12-and-1.5.12</url> + </references> + <dates> + <discovery>2025-12-14</discovery> + <entry>2025-12-14</entry> + </dates> + </vuln> + + <vuln vid="7a1bd1ca-cf40-41e2-9c5f-143a0d4b17af"> + <topic>github-release-monitor -- multiple vulnerabilities</topic> + <affects> + <package> + <name>github-release-monitor</name> + <range><lt>1.4.1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://nextjs.org/blog/security-update-2025-12-11 reports:</p> + <blockquote cite="https://nextjs.org/blog/security-update-2025-12-11"> + <h1>Description</h1> + <h5>(Medium) Source Code Exposure: CVE-2025-55183</h5> + <p>A specifically crafted HTTP request can cause a Server Function to + return the compiled source code of other Server Functions in your + application. This could reveal business logic. Secrets could also be exposed + if they are defined directly in your code (rather than accessed via environment + variables at runtime) and referenced within a Server Function. + Depending on your bundler configuration, these values may be inlined into the + compiled function output.</p> + <h5>(High) Denial of Service: CVE-2025-55184</h5> + <p>A specifically crafted HTTP request can be sent to any App Router endpoint + that, when deserialized, can cause an infinite loop that hangs the server + process and prevents future HTTP requests from being served.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-55183</cvename> + <cvename>CVE-2025-55184</cvename> + <url>https://nextjs.org/blog/security-update-2025-12-11</url> + </references> + <dates> + <discovery>2025-12-11</discovery> + <entry>2025-12-13</entry> + </dates> + </vuln> + + <vuln vid="64bec4c7-d785-11f0-a1c0-0050569f0b83"> + <topic>www/varnish-libvmod-digest -- base64 decoding vulnerability</topic> + <affects> + <package> + <name>varnish-libvmod-digest</name> + <range><lt>1.0.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>varnish developers report:</p> + <blockquote cite="https://vinyl-cache.org/security/VSV00012.html"> + <p>Common usage of vmod-digest is for basic HTTP authentication, in + which case it may be possible for an attacker to circumvent the + authentication check. If the decoded result string is somehow + being made visible to the attacker (for example the result of + the decoding is added to a response header), then there is the + potential for information disclosure from reading out of band + workspace data.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2023-41104</cvename> + <url>https://vinyl-cache.org/security/VSV00012.html</url> + </references> + <dates> + <discovery>2023-08-17</discovery> + <entry>2025-12-12</entry> + </dates> + </vuln> + + <vuln vid="2956aba3-1fcb-4c39-9cea-d88a46a3bf93"> + <topic>jenkins -- multiple vulnerabilities</topic> + <affects> + <package> + <name>jenkins</name> + <range><lt>2.541</lt></range> + </package> + <package> + <name>jenkins-lts</name> + <range><lt>2.528.3</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Jenkins Security Advisory:</p> + <blockquote cite="https://www.jenkins.io/security/advisory/2025-12-10/"> + <h1>Description</h1> + <h5>(High) SECURITY-3630 / CVE-2025-67635</h5> + <p>Denial of service vulnerability in HTTP-based CLI</p> + <h5>(Medium) SECURITY-1809 / CVE-2025-67636</h5> + <p>Missing permission check on password fields</p> + <h5>(Medium) SECURITY-783 / CVE-2025-67637 (storage), CVE-2025-67638 (masking)</h5> + <p>Build authorization token stored and displayed in plain text</p> + <h5>(Low) SECURITY-1166 / CVE-2025-67639</h5> + <p>CSRF vulnerability on the login form</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-67635</cvename> + <cvename>CVE-2025-67636</cvename> + <cvename>CVE-2025-67637</cvename> + <cvename>CVE-2025-67638</cvename> + <cvename>CVE-2025-67639</cvename> + <url>https://www.jenkins.io/security/advisory/2025-12-10/</url> + </references> + <dates> + <discovery>2025-12-10</discovery> + <entry>2025-12-12</entry> + </dates> + </vuln> + + <vuln vid="1adf9ece-d4a3-11f0-83a2-843a4b343614"> + <topic>c-ares -- Use After Free</topic> + <affects> + <package> + <name>c-ares</name> + <range><ge>1.32.3</ge><lt>1.34.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://github.com/c-ares/c-ares/security/advisories/GHSA-jq53-42q6-pqr5 reports:</p> + <blockquote cite="https://github.com/c-ares/c-ares/security/advisories/GHSA-jq53-42q6-pqr5"> + <p>c-ares is an asynchronous resolver library. Versions + 1.32.3 through 1.34.5 terminate a query after maximum + attempts when using read_answer() and process_answer(), + which can cause a Denial of Service. This issue is fixed in + version 1.34.6.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-62408</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-62408</url> + </references> + <dates> + <discovery>2025-12-08</discovery> + <entry>2025-12-09</entry> + </dates> + </vuln> + + <vuln vid="ff25a369-d730-11f0-a15a-a8a1599412c6"> + <topic>chromium -- multiple security fixes</topic> + <affects> + <package> + <name>chromium</name> + <range><lt>143.0.7499.109</lt></range> + </package> + <package> + <name>ungoogled-chromium</name> + <range><lt>143.0.7499.109</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Chrome Releases reports:</p> + <blockquote cite="https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop_10.html"> + <p>This update includes 3 security fixes:</p> + <ul> + <li>[466192044] High: Under coordination.</li> + <li>[460599518] Medium CVE-2025-14372: Use after free in Password Manager. Reported by Weipeng Jiang (@Krace) of VRI on 2025-11-14</li> + <li>[461532432] Medium CVE-2025-14373: Inappropriate implementation in Toolbar. Reported by Khalil Zhani on 2025-11-18</li> + </ul> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14372</cvename> + <cvename>CVE-2025-14373</cvename> + <url>https://chromereleases.googleblog.com/2025/12/stable-channel-update-for-desktop_10.html</url> + </references> + <dates> + <discovery>2025-12-10</discovery> + <entry>2025-12-12</entry> + </dates> + </vuln> + + <vuln vid="c11e0878-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>MongoDB Server -- Improper Locking</topic> + <affects> + <package> + <name>mongodb70</name> + <range><lt>7.0.26</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://jira.mongodb.org/browse/SERVER-106075 reports:</p> + <blockquote cite="https://jira.mongodb.org/browse/SERVER-106075"> + <p>A post-authenticationflaw in the network two-phase commit + protocol used for cross-shard transactions in MongoDB Server + may lead to logical data inconsistencies under specific + conditions which are not predictable and exist for a very + short period of time. This error can cause the transaction + coordination logic to misinterpret the transaction as + committed, resulting in inconsistent state on those shards. + This may lead to low integrity and availability impact. + </p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14345</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14345</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="bb326db4-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/buglist.cgi?bug_id=1966501%2C1997639 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1966501%2C1997639"> + <p>Memory safety bugs. Some of these bugs showed evidence of + memory corruption and we presume that with enough effort + some of these could have been exploited to run arbitrary + code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14333</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14333</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="b6e19247-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Memory safety bugs</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/buglist.cgi?bug_id=1963153%2C1985058%2C1995637%2C1997118 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/buglist.cgi?bug_id=1963153%2C1985058%2C1995637%2C1997118"> + <p>Memory safety bugs. Some of these bugs showed evidence of + memory corruption and we presume that with enough effort + some of these could have been exploited to run arbitrary + code.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14332</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14332</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="b463bded-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Same-origin policy bypass</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=2000218 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=2000218"> + <p>Same-origin policy bypass in the Request Handling + component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14331</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14331</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="b25f61b8-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- JIT miscompilation in the JavaScript Engine: JIT component</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1997503 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1997503"> + <p>JIT miscompilation in the JavaScript Engine: JIT + component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14330</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14330</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="b06e1b9a-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Privilege escalation</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1997018 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1997018"> + <p>Privilege escalation in the Netmonitor component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14329</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14329</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="ae40f296-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Privilege escalation</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1996761 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1996761"> + <p>Privilege escalation in the Netmonitor component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14328</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14328</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="aad09be1-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Spoofing issue</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1970743 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1970743"> + <p>Spoofing issue in the Downloads Panel component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14327</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14327</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="a74a1ffc-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Use-after-free</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1840666 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1840666"> + <p>Use-after-free in the Audio/Video: GMP component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14326</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14326</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="a3c77387-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- JIT miscompilation</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1998050 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1998050"> + <p>JIT miscompilation in the JavaScript Engine: JIT + component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14325</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14325</url> + <cvename>CVE-2025-14324</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14324</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="9c923dc2-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Privilege escalation</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1996555 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1996555"> + <p>Privilege escalation in the DOM: Notifications + component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14323</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14323</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="9a9d50a6-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Sandbox escape</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>Thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1996473 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1996473"> + <p>Sandbox escape due to incorrect boundary conditions in + the Graphics: CanvasWebGL component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14322</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14322</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="9525edbf-d6a8-11f0-8e1b-b42e991fc52e"> + <topic>Mozilla -- Use-after-free</topic> + <affects> + <package> + <name>firefox</name> + <range><lt>146.0.0,2</lt></range> + </package> + <package> + <name>firefox-esr</name> + <range><lt>140.6</lt></range> + </package> + <package> + <name>Thunderbird</name> + <range><lt>146.0.0</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>https://bugzilla.mozilla.org/show_bug.cgi?id=1992760 reports:</p> + <blockquote cite="https://bugzilla.mozilla.org/show_bug.cgi?id=1992760"> + <p>Use-after-free in the WebRTC: Signaling component.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-14321</cvename> + <url>https://cveawg.mitre.org/api/cve/CVE-2025-14321</url> + </references> + <dates> + <discovery>2025-12-09</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + + <vuln vid="c6c9306e-d645-11f0-8ce2-2cf05da270f3"> + <topic>Gitlab -- vulnerabilities</topic> + <affects> + <package> + <name>gitlab-ce</name> + <name>gitlab-ee</name> + <range><ge>18.6.0</ge><lt>18.6.2</lt></range> + <range><ge>18.5.0</ge><lt>18.5.4</lt></range> + <range><ge>6.3.0</ge><lt>18.4.6</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Gitlab reports:</p> + <blockquote cite="https://about.gitlab.com/releases/2025/12/10/patch-release-gitlab-18-6-2-released/"> + <p>Cross-site scripting issue in Wiki impacts GitLab CE/EE</p> + <p>Improper encoding in vulnerability reports impacts GitLab CE/EE</p> + <p>Cross-site scripting issue in Swagger UI impacts GitLab CE/EE</p> + <p>Denial of service issue in GraphQL endpoints impacts GitLab CE/EE</p> + <p>Authentication bypass issue for WebAuthn users impacts GitLab CE/EE</p> + <p>Denial of service issue in ExifTool processing impacts GitLab CE/EE</p> + <p>Denial of service issue in Commit API impacts GitLab CE/EE</p> + <p>Information disclosure issue in compliance frameworks impacts GitLab EE</p> + <p>Information disclosure through error messages impacts GitLab CE/EE</p> + <p>HTML injection issue in merge request titles impacts GitLab CE/EE</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2025-12716</cvename> + <cvename>CVE-2025-8405</cvename> + <cvename>CVE-2025-12029</cvename> + <cvename>CVE-2025-12562</cvename> + <cvename>CVE-2025-11984</cvename> + <cvename>CVE-2025-4097</cvename> + <cvename>CVE-2025-14157</cvename> + <cvename>CVE-2025-11247</cvename> + <cvename>CVE-2025-13978</cvename> + <cvename>CVE-2025-12734</cvename> + <url>https://about.gitlab.com/releases/2025/12/10/patch-release-gitlab-18-6-2-released/</url> + </references> + <dates> + <discovery>2025-12-10</discovery> + <entry>2025-12-11</entry> + </dates> + </vuln> + <vuln vid="613d0f9e-d477-11f0-9e85-03ddfea11990"> <topic>python -- several vulnerabilities</topic> <affects> diff --git a/security/xray-core/Makefile b/security/xray-core/Makefile index f05694d43282..640655ebc505 100644 --- a/security/xray-core/Makefile +++ b/security/xray-core/Makefile @@ -1,10 +1,9 @@ PORTNAME= xray-core DISTVERSIONPREFIX= v -DISTVERSION= 25.7.26 -PORTREVISION= 6 +DISTVERSION= 25.12.8 CATEGORIES= security -MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202507050144/:geoip \ - https://github.com/v2fly/domain-list-community/releases/download/20250627153051/:geosite +MASTER_SITES= https://github.com/v2fly/geoip/releases/download/202512050148/:geoip \ + https://github.com/v2fly/domain-list-community/releases/download/20251212112114/:geosite DISTFILES= geoip.dat:geoip \ dlc.dat:geosite EXTRACT_ONLY= XTLS-Xray-core-v${DISTVERSION}_GH0.tar.gz @@ -16,7 +15,7 @@ WWW= https://github.com/XTLS/Xray-core LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:1.25,modules USE_GITHUB= yes GH_ACCOUNT= XTLS GH_PROJECT= Xray-core @@ -35,8 +34,8 @@ USERS= v2ray GROUPS= v2ray post-install: - ${MKDIR} ${STAGEDIR}${ETCDIR} - ${MKDIR} ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${ETCDIR} \ + ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/geoip.dat ${STAGEDIR}${DATADIR}/geoip.dat ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/dlc.dat ${STAGEDIR}${DATADIR}/geosite.dat ${INSTALL_DATA} ${FILESDIR}/*.json.sample ${STAGEDIR}${ETCDIR}/ diff --git a/security/xray-core/distinfo b/security/xray-core/distinfo index b45dbb2b62d6..036b64d94dfc 100644 --- a/security/xray-core/distinfo +++ b/security/xray-core/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1754196929 -SHA256 (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/geoip.dat) = d77289a7465b6e59df39a2d46bd02b30b4fa7dd70939c13d431fd2bd8f448e10 -SIZE (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/geoip.dat) = 19714962 -SHA256 (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/dlc.dat) = 01dae2a9c31b5c74ba7e54d8d51e0060688ed22da493eaf09f6eeeec89db395e -SIZE (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/dlc.dat) = 2322647 -SHA256 (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/go.mod) = 3cf5ece8975cb15c011cd8246c89278ca78ce945f8f2e7d8a1e042a23c93f5e4 -SIZE (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/go.mod) = 2260 -SHA256 (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/XTLS-Xray-core-v25.7.26_GH0.tar.gz) = 99f9bc67fd22a6e4fde277a4ba05fd873146154851aeebb6b4f406a59d3b0bc3 -SIZE (go/security_xray-core/XTLS-Xray-core-v25.7.26_GH0/XTLS-Xray-core-v25.7.26_GH0.tar.gz) = 689474 +TIMESTAMP = 1765588665 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/geoip.dat) = 6878dbacfb1fcb1ee022f63ed6934bcefc95a3c4ba10c88f1131fb88dbf7c337 +SIZE (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/geoip.dat) = 19525512 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/dlc.dat) = 0a52ba2eeeef6fe9bd1f96238a51ff6ccb519436c5f7a9f021460fef722e84c3 +SIZE (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/dlc.dat) = 2034759 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/go.mod) = 91b99e5671bbe96ace938dd264fe4d80e5f249ce0681e9e05185b31e176926e9 +SIZE (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/go.mod) = 2223 +SHA256 (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/XTLS-Xray-core-v25.12.8_GH0.tar.gz) = d4519b2d9bb1871f4d7612aa7a8db1c451573b5a44ac824219bb44d63f404e61 +SIZE (go/security_xray-core/XTLS-Xray-core-v25.12.8_GH0/XTLS-Xray-core-v25.12.8_GH0.tar.gz) = 712436 diff --git a/security/zeek/Makefile b/security/zeek/Makefile index 7760be2c5d1b..0488d6873fb4 100644 --- a/security/zeek/Makefile +++ b/security/zeek/Makefile @@ -1,5 +1,6 @@ PORTNAME= zeek DISTVERSION= 8.0.4 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= https://download.zeek.org/ @@ -160,6 +161,11 @@ STRIP= USE_RC_SUBR= zeek .endif +# Let crash-diag find gdb (when installed) +post-patch: + ${REINPLACE_CMD} -e "2s,^\#,export PATH=${LOCALBASE}/bin"':$${PATH}', \ + ${WRKSRC}/auxil/zeekctl/bin/crash-diag + post-install: ${MV} ${STAGEDIR}${DATADIR}/site/local.zeek \ ${STAGEDIR}${DATADIR}/site/local.zeek.sample diff --git a/shells/bash/Makefile b/shells/bash/Makefile index ae0ddbec6b9e..399c61390671 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,7 +1,6 @@ PORTNAME= bash -PATCHLEVEL= 8 +PATCHLEVEL= 9 PORTVERSION= 5.3.${PATCHLEVEL:S/^0//g} -PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= GNU DISTNAME= ${PORTNAME}-${PORTVERSION:R} diff --git a/shells/bash/distinfo b/shells/bash/distinfo index 6a8312891039..ceff3e9e1e73 100644 --- a/shells/bash/distinfo +++ b/shells/bash/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764230381 +TIMESTAMP = 1765436659 SHA256 (bash/bash-5.3.tar.gz) = 0d5cd86965f869a26cf64f4b71be7b96f90a3ba8b3d74e27e8e9d9d5550f31ba SIZE (bash/bash-5.3.tar.gz) = 11355854 SHA256 (bash/bash53-001) = 1f608434364af86b9b45c8b0ea3fb3b165fb830d27697e6cdfc7ac17dee3287f @@ -17,3 +17,5 @@ SHA256 (bash/bash53-007) = c0976bbfffa1453c7cfdd62058f206a318568ff2d690f5d4fa048 SIZE (bash/bash53-007) = 1437 SHA256 (bash/bash53-008) = 097cd723cbfb8907674ac32214063a3fd85282657ec5b4e544d2c0f719653fb4 SIZE (bash/bash53-008) = 5717 +SHA256 (bash/bash53-009) = eee30fe78a4b0cb2fe20e010e00308899cfc613e0774ebb3c8557a1552f24f8c +SIZE (bash/bash53-009) = 2468 diff --git a/shells/carapace/Makefile b/shells/carapace/Makefile index 1ba08b3a37ed..6cc91e3d2392 100644 --- a/shells/carapace/Makefile +++ b/shells/carapace/Makefile @@ -1,7 +1,6 @@ PORTNAME= carapace DISTVERSIONPREFIX= v -DISTVERSION= 1.5.5 -PORTREVISION= 1 +DISTVERSION= 1.5.7 CATEGORIES= shells MAINTAINER= tagattie@FreeBSD.org diff --git a/shells/carapace/distinfo b/shells/carapace/distinfo index bba980fd9e84..afa7024fb05b 100644 --- a/shells/carapace/distinfo +++ b/shells/carapace/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763538960 -SHA256 (go/shells_carapace/carapace-v1.5.5/v1.5.5.mod) = af2695ab67ab12002757b931fef5c420fbeb9b813260630527a3e340a9b160c6 -SIZE (go/shells_carapace/carapace-v1.5.5/v1.5.5.mod) = 828 -SHA256 (go/shells_carapace/carapace-v1.5.5/v1.5.5.zip) = 6575e3a85a793b77f9566c40df826af810cc3c4d17c14cbbd17fa382378705e0 -SIZE (go/shells_carapace/carapace-v1.5.5/v1.5.5.zip) = 22497188 +TIMESTAMP = 1765418688 +SHA256 (go/shells_carapace/carapace-v1.5.7/v1.5.7.mod) = e0565826d56e952e2602faa9085f14035cfdc15313c5ea9511518981e3f3463b +SIZE (go/shells_carapace/carapace-v1.5.7/v1.5.7.mod) = 829 +SHA256 (go/shells_carapace/carapace-v1.5.7/v1.5.7.zip) = 3d5125385af15e70793424f6c8cf5bae2cddd91850b2b4661359e08a4d480e43 +SIZE (go/shells_carapace/carapace-v1.5.7/v1.5.7.zip) = 22557098 diff --git a/shells/xonsh/Makefile b/shells/xonsh/Makefile index eb3dff9ab015..066d58833f42 100644 --- a/shells/xonsh/Makefile +++ b/shells/xonsh/Makefile @@ -1,5 +1,5 @@ PORTNAME= xonsh -DISTVERSION= 0.20.0 +DISTVERSION= 0.21.2 CATEGORIES= shells python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/shells/xonsh/distinfo b/shells/xonsh/distinfo index 988c8a61f8b4..845fc291df7f 100644 --- a/shells/xonsh/distinfo +++ b/shells/xonsh/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764018516 -SHA256 (xonsh-0.20.0.tar.gz) = d44a50ee9f288ff96bd0456f0a38988ef6d4985637140ea793beeef5ec5d2d38 -SIZE (xonsh-0.20.0.tar.gz) = 811907 +TIMESTAMP = 1765482511 +SHA256 (xonsh-0.21.2.tar.gz) = 85bdc5577e22f587b3a3be7b5789335dbf9efb25e2f5f9d7a518eb7db39307aa +SIZE (xonsh-0.21.2.tar.gz) = 818375 diff --git a/sysutils/auto-admin/Makefile b/sysutils/auto-admin/Makefile index 2bd18955e4e0..5d9fe0d1b432 100644 --- a/sysutils/auto-admin/Makefile +++ b/sysutils/auto-admin/Makefile @@ -1,5 +1,6 @@ PORTNAME= auto-admin -DISTVERSION= 0.8.4 +DISTVERSION= 0.8.4-2 +DISTVERSIONSUFFIX= -gb714f95 CATEGORIES= sysutils MAINTAINER= jwb@FreeBSD.org diff --git a/sysutils/auto-admin/distinfo b/sysutils/auto-admin/distinfo index 7ebe1461001b..d3ac12fea285 100644 --- a/sysutils/auto-admin/distinfo +++ b/sysutils/auto-admin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765114046 -SHA256 (outpaddling-auto-admin-0.8.4_GH0.tar.gz) = f18af811cec6be31f0de489f2127913b1e93c69f9d69969408eb225134e809e8 -SIZE (outpaddling-auto-admin-0.8.4_GH0.tar.gz) = 160200 +TIMESTAMP = 1765480582 +SHA256 (outpaddling-auto-admin-0.8.4-2-gb714f95_GH0.tar.gz) = d8bcb2d5d2f4f4b098a6d6c2c97e5d824556065d2bc82ba9408e10c65b87d429 +SIZE (outpaddling-auto-admin-0.8.4-2-gb714f95_GH0.tar.gz) = 160176 diff --git a/sysutils/baloo-widgets/distinfo b/sysutils/baloo-widgets/distinfo index d8a8c06de54b..38b1f0827d9d 100644 --- a/sysutils/baloo-widgets/distinfo +++ b/sysutils/baloo-widgets/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264774 -SHA256 (KDE/release-service/25.08.3/baloo-widgets-25.08.3.tar.xz) = fc0a8ec5321b3f4bb0e1f165cd8e7577019b90d5755170802634a68dfc3ce7cb -SIZE (KDE/release-service/25.08.3/baloo-widgets-25.08.3.tar.xz) = 276780 +TIMESTAMP = 1765478774 +SHA256 (KDE/release-service/25.12.0/baloo-widgets-25.12.0.tar.xz) = 8edf855fb9347bed348c8be2bafc01d18380a7887a25abe2e716c0a11d9a6f83 +SIZE (KDE/release-service/25.12.0/baloo-widgets-25.12.0.tar.xz) = 279356 diff --git a/sysutils/bhyvemgr/Makefile b/sysutils/bhyvemgr/Makefile index b3460e697429..a8e591bdaeb9 100644 --- a/sysutils/bhyvemgr/Makefile +++ b/sysutils/bhyvemgr/Makefile @@ -1,6 +1,6 @@ PORTNAME= bhyvemgr DISTVERSIONPREFIX= v -PORTVERSION= 1.13.0 +PORTVERSION= 1.13.1 CATEGORIES= sysutils PKGNAMESUFFIX= ${LAZARUS_PKGNAMESUFFIX} diff --git a/sysutils/bhyvemgr/distinfo b/sysutils/bhyvemgr/distinfo index 63db3da8bdcc..d8b4a8ad1861 100644 --- a/sysutils/bhyvemgr/distinfo +++ b/sysutils/bhyvemgr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763012758 -SHA256 (alonsobsd-bhyvemgr-v1.13.0_GH0.tar.gz) = d26bd4931b12d80599e52383c49891bd8618825ad2b742b9be346214ac676d8b -SIZE (alonsobsd-bhyvemgr-v1.13.0_GH0.tar.gz) = 367709 +TIMESTAMP = 1765263832 +SHA256 (alonsobsd-bhyvemgr-v1.13.1_GH0.tar.gz) = bb807e6c495f2f1a80f230c5dec078a9104e7aff9b55000bd88bf75901e5c3f5 +SIZE (alonsobsd-bhyvemgr-v1.13.1_GH0.tar.gz) = 367753 diff --git a/sysutils/bsdsensors/Makefile b/sysutils/bsdsensors/Makefile index a6024d1f1232..702dcc336915 100644 --- a/sysutils/bsdsensors/Makefile +++ b/sysutils/bsdsensors/Makefile @@ -1,6 +1,6 @@ PORTNAME= bsdsensors DISTVERSION= 0.1.20250325 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= henry.hu.sh@gmail.com diff --git a/sysutils/cdrdao/Makefile b/sysutils/cdrdao/Makefile index b968d34fd8a1..249275b8ba97 100644 --- a/sysutils/cdrdao/Makefile +++ b/sysutils/cdrdao/Makefile @@ -13,11 +13,11 @@ WWW= https://cdrdao.sourceforge.net/ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= alias autoreconf compiler:c++11-lang gmake iconv localbase tar:bzip2 +USES= alias autoreconf compiler:c++11-lang gettext-tools gmake iconv \ + localbase tar:bzip2 USE_CXXSTD= c++11 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-gcdmaster=no \ --without-pcctsbin \ --without-pcctsinc \ diff --git a/sysutils/chaoskube/Makefile b/sysutils/chaoskube/Makefile index 9adc6209fabc..c58f34e0ef2b 100644 --- a/sysutils/chaoskube/Makefile +++ b/sysutils/chaoskube/Makefile @@ -1,7 +1,6 @@ PORTNAME= chaoskube -PORTVERSION= 0.37.0 +PORTVERSION= 0.37.1 DISTVERSIONPREFIX= v -PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/chaoskube/distinfo b/sysutils/chaoskube/distinfo index afadc602f7fc..33fd27b40329 100644 --- a/sysutils/chaoskube/distinfo +++ b/sysutils/chaoskube/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1760933125 -SHA256 (go/sysutils_chaoskube/chaoskube-v0.37.0/v0.37.0.mod) = c6cecf5e333b7862242638b06573c805d157395b1a5204a7016f7dcee493bff0 -SIZE (go/sysutils_chaoskube/chaoskube-v0.37.0/v0.37.0.mod) = 2761 -SHA256 (go/sysutils_chaoskube/chaoskube-v0.37.0/v0.37.0.zip) = b7cb6013b83991ba2ec46cafeae4684e65c8fd7db59461fac2b870b91cb1f46b -SIZE (go/sysutils_chaoskube/chaoskube-v0.37.0/v0.37.0.zip) = 206108 +TIMESTAMP = 1765223540 +SHA256 (go/sysutils_chaoskube/chaoskube-v0.37.1/v0.37.1.mod) = dfe54f975e1699420f41fc033db7ef54711d42c9aca885e1365e783218edf8df +SIZE (go/sysutils_chaoskube/chaoskube-v0.37.1/v0.37.1.mod) = 2761 +SHA256 (go/sysutils_chaoskube/chaoskube-v0.37.1/v0.37.1.zip) = 17bf77ffe1e8f9893ae73c8a855cbd523ba878bc557bedd63b17c93b0ec20a05 +SIZE (go/sysutils_chaoskube/chaoskube-v0.37.1/v0.37.1.zip) = 206106 diff --git a/sysutils/dar/Makefile b/sysutils/dar/Makefile index 4020080b0c59..de94a86ef630 100644 --- a/sysutils/dar/Makefile +++ b/sysutils/dar/Makefile @@ -1,5 +1,5 @@ PORTNAME= dar -DISTVERSION= 2.8.1 +DISTVERSION= 2.8.2 CATEGORIES= sysutils archivers MASTER_SITES= SF diff --git a/sysutils/dar/distinfo b/sysutils/dar/distinfo index 7d3ac0c95978..453d23dab063 100644 --- a/sysutils/dar/distinfo +++ b/sysutils/dar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758790388 -SHA256 (dar-2.8.1.tar.gz) = 217843cfb55ca99ccb38349f4778efd24de461aeee6f3d70ceacd1d9a4f492a4 -SIZE (dar-2.8.1.tar.gz) = 2378700 +TIMESTAMP = 1765708870 +SHA256 (dar-2.8.2.tar.gz) = 6f3a851cfdab15331d7663d91c22c855f7982a7ddb76894bf5e060fef25f71e7 +SIZE (dar-2.8.2.tar.gz) = 2379524 diff --git a/sysutils/elephant/Makefile b/sysutils/elephant/Makefile index 2997fad35395..7efb3940a29f 100644 --- a/sysutils/elephant/Makefile +++ b/sysutils/elephant/Makefile @@ -1,7 +1,6 @@ PORTNAME= elephant DISTVERSIONPREFIX= v -DISTVERSION= 2.16.1 -PORTREVISION= 1 +DISTVERSION= 2.17.1 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE NOT_FOR_ARCHS= aarch64 armv7 i386 NOT_FOR_ARCHS_REASON= -buildmode=plugin not supported on these architectures -USES= go:1.25,modules +USES= go:modules GO_MODULE= github.com/abenz1267/elephant/v2 GO_TARGET= ./cmd/elephant diff --git a/sysutils/elephant/distinfo b/sysutils/elephant/distinfo index ae8475979671..7317f9c4fadf 100644 --- a/sysutils/elephant/distinfo +++ b/sysutils/elephant/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763878299 -SHA256 (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.mod) = c79c4ffab3eaf73014f4dfb3b90ec56ce6f744d77c60409183f800c6bef8bd5a -SIZE (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.mod) = 2451 -SHA256 (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.zip) = ae27d35171ed6a1fa6e29de831a4b6de2fd6c4ece07f61d8f1ef7b8ea13c7d13 -SIZE (go/sysutils_elephant/elephant-v2.16.1/v2.16.1.zip) = 7565458 +TIMESTAMP = 1765230041 +SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = b0ec2ac128f1dc577aa5b3f85beeff215d994383a87d6ce5b78a2fdf8dae5a8f +SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.mod) = 2451 +SHA256 (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 6afe25e58ce4591b650e3aa7fe606cd036d76e6302e67b713e14acf3b6b74b60 +SIZE (go/sysutils_elephant/elephant-v2.17.1/v2.17.1.zip) = 7566566 diff --git a/sysutils/filelight/distinfo b/sysutils/filelight/distinfo index ddf6bf96e263..a9e2e21677b8 100644 --- a/sysutils/filelight/distinfo +++ b/sysutils/filelight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264776 -SHA256 (KDE/release-service/25.08.3/filelight-25.08.3.tar.xz) = 8a3a825c5a1c4f3662d7b786f75bf8faef6ac9f6723c8e8cd29e6cf15bda8080 -SIZE (KDE/release-service/25.08.3/filelight-25.08.3.tar.xz) = 690864 +TIMESTAMP = 1765478777 +SHA256 (KDE/release-service/25.12.0/filelight-25.12.0.tar.xz) = 355386cc10e88808eebf76fbc84094bc24b90d76afe28a9bda41b6b49381a5ab +SIZE (KDE/release-service/25.12.0/filelight-25.12.0.tar.xz) = 691124 diff --git a/sysutils/flashrom/Makefile b/sysutils/flashrom/Makefile index ccc9e29dbb4f..6c35af1ea0f7 100644 --- a/sysutils/flashrom/Makefile +++ b/sysutils/flashrom/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= libpci.so:devel/libpci USES= meson pkgconfig ssl tar:xz USE_LDCONFIG= yes +CFLAGS+= -Wno-deprecated-declarations + PORTDOCS= * OPTIONS_DEFINE= DOCS FTDI MANPAGES diff --git a/sysutils/grub2-efi/files/patch-autogen.sh b/sysutils/grub2-efi/files/patch-autogen.sh new file mode 100644 index 000000000000..f2e50ff66917 --- /dev/null +++ b/sysutils/grub2-efi/files/patch-autogen.sh @@ -0,0 +1,9 @@ +--- autogen.sh.orig 2015-06-03 14:54:01 UTC ++++ autogen.sh +@@ -83,5 +83,5 @@ echo "Running autoreconf..." + echo timestamp > stamp-h.in + + echo "Running autoreconf..." +-autoreconf -vi ++autoreconf -vif + exit 0 diff --git a/sysutils/grub2-pcbsd/files/patch-autogen.sh b/sysutils/grub2-pcbsd/files/patch-autogen.sh new file mode 100644 index 000000000000..f2e50ff66917 --- /dev/null +++ b/sysutils/grub2-pcbsd/files/patch-autogen.sh @@ -0,0 +1,9 @@ +--- autogen.sh.orig 2015-06-03 14:54:01 UTC ++++ autogen.sh +@@ -83,5 +83,5 @@ echo "Running autoreconf..." + echo timestamp > stamp-h.in + + echo "Running autoreconf..." +-autoreconf -vi ++autoreconf -vif + exit 0 diff --git a/sysutils/gstat-rs/Makefile b/sysutils/gstat-rs/Makefile index 5ae010570a0c..c1f3c617b122 100644 --- a/sysutils/gstat-rs/Makefile +++ b/sysutils/gstat-rs/Makefile @@ -1,7 +1,6 @@ PORTNAME= gstat-rs DISTVERSIONPREFIX= gstat-v -DISTVERSION= 0.1.6 -PORTREVISION= 16 +DISTVERSION= 0.1.7 CATEGORIES= sysutils MAINTAINER= asomers@FreeBSD.org diff --git a/sysutils/gstat-rs/Makefile.crates b/sysutils/gstat-rs/Makefile.crates index 0d89cabde789..af8193bc4d96 100644 --- a/sysutils/gstat-rs/Makefile.crates +++ b/sysutils/gstat-rs/Makefile.crates @@ -1,118 +1,184 @@ -CARGO_CRATES= ahash-0.8.6 \ - aho-corasick-1.1.2 \ - allocator-api2-0.2.16 \ - anstream-0.6.5 \ - anstyle-1.0.4 \ - anstyle-parse-0.2.3 \ - anstyle-query-1.0.2 \ - anstyle-wincon-3.0.2 \ +CARGO_CRATES= aho-corasick-1.1.3 \ + allocator-api2-0.2.21 \ + 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 \ approx-0.5.1 \ - autocfg-1.1.0 \ - bindgen-0.66.1 \ + atomic-waker-1.1.2 \ + autocfg-1.4.0 \ + axum-0.8.6 \ + axum-core-0.5.5 \ + bindgen-0.72.0 \ bitfield-0.13.2 \ - bitflags-1.3.2 \ - bitflags-2.4.1 \ - cassowary-0.3.0 \ + bitflags-2.9.1 \ + bytes-1.10.1 \ + castaway-0.2.3 \ cexpr-0.6.0 \ - cfg-if-1.0.0 \ - clang-sys-1.6.1 \ - clap-4.4.11 \ - clap_builder-4.4.11 \ - clap_derive-4.4.7 \ - clap_lex-0.6.0 \ - colorchoice-1.0.0 \ - confy-0.5.1 \ - crossterm-0.27.0 \ + cfg-if-1.0.1 \ + clang-sys-1.8.1 \ + clap-4.5.40 \ + clap_builder-4.5.40 \ + clap_derive-4.5.40 \ + clap_lex-0.7.5 \ + colorchoice-1.0.4 \ + compact_str-0.9.0 \ + confy-1.0.0 \ + convert_case-0.7.1 \ + crossterm-0.29.0 \ crossterm_winapi-0.9.1 \ - directories-4.0.1 \ - dirs-sys-0.3.7 \ - either-1.9.0 \ - errno-0.3.8 \ - getrandom-0.2.11 \ - glob-0.3.1 \ - hashbrown-0.14.3 \ - heck-0.4.1 \ - home-0.5.9 \ + darling-0.20.11 \ + darling_core-0.20.11 \ + darling_macro-0.20.11 \ + deranged-0.4.0 \ + derive_more-2.0.1 \ + derive_more-impl-2.0.1 \ + directories-6.0.0 \ + dirs-sys-0.5.0 \ + document-features-0.2.11 \ + either-1.15.0 \ + env_filter-0.1.3 \ + env_logger-0.11.8 \ + equivalent-1.0.2 \ + errno-0.3.12 \ + fnv-1.0.7 \ + foldhash-0.1.5 \ + futures-channel-0.3.31 \ + futures-core-0.3.31 \ + futures-task-0.3.31 \ + futures-util-0.3.31 \ + getrandom-0.2.16 \ + glob-0.3.2 \ + hashbrown-0.15.4 \ + heck-0.5.0 \ + http-1.3.1 \ + http-body-1.0.1 \ + http-body-util-0.1.3 \ + httparse-1.10.1 \ + httpdate-1.0.3 \ humanize-rs-0.1.5 \ - indoc-2.0.4 \ - itertools-0.12.0 \ - lazy_static-1.4.0 \ - lazycell-1.3.0 \ - libc-0.2.151 \ - libloading-0.7.4 \ - libredox-0.0.1 \ - linux-raw-sys-0.4.12 \ - lock_api-0.4.11 \ - log-0.4.20 \ - lru-0.12.1 \ - memchr-2.6.4 \ + hyper-1.7.0 \ + hyper-util-0.1.17 \ + ident_case-1.0.1 \ + indexmap-2.9.0 \ + indoc-2.0.6 \ + instability-0.3.7 \ + is_terminal_polyfill-1.70.1 \ + itertools-0.13.0 \ + itertools-0.14.0 \ + itoa-1.0.15 \ + jiff-0.2.15 \ + jiff-static-0.2.15 \ + kasuari-0.4.6 \ + lazy_static-1.5.0 \ + libc-0.2.177 \ + libloading-0.8.8 \ + libredox-0.1.3 \ + line-clipping-0.3.3 \ + linux-raw-sys-0.9.4 \ + litrs-0.4.1 \ + lock_api-0.4.13 \ + log-0.4.27 \ + lru-0.14.0 \ + matchit-0.8.4 \ + memchr-2.7.5 \ + mime-0.3.17 \ minimal-lexical-0.2.1 \ - mio-0.8.10 \ + mio-1.0.4 \ nix-0.27.1 \ nom-7.1.3 \ nonzero_ext-0.2.0 \ - num-traits-0.2.17 \ - once_cell-1.19.0 \ - parking_lot-0.12.1 \ - parking_lot_core-0.9.9 \ - paste-1.0.14 \ - peeking_take_while-0.1.2 \ - prettyplease-0.2.15 \ - proc-macro2-1.0.70 \ - quote-1.0.33 \ - ratatui-0.25.0 \ - redox_syscall-0.4.1 \ - redox_users-0.4.4 \ - regex-1.10.2 \ - regex-automata-0.4.3 \ - regex-syntax-0.8.2 \ - rustc-hash-1.1.0 \ - rustix-0.38.28 \ - rustversion-1.0.14 \ + num-conv-0.1.0 \ + num-traits-0.2.19 \ + num_threads-0.1.7 \ + once_cell_polyfill-1.70.1 \ + option-ext-0.2.0 \ + parking_lot-0.12.4 \ + parking_lot_core-0.9.11 \ + percent-encoding-2.3.2 \ + pin-project-lite-0.2.16 \ + pin-utils-0.1.0 \ + portable-atomic-1.11.1 \ + portable-atomic-util-0.2.4 \ + powerfmt-0.2.0 \ + prettyplease-0.2.34 \ + proc-macro2-1.0.95 \ + prometheus-0.14.0 \ + quote-1.0.40 \ + ratatui-0.30.0-alpha.4 \ + ratatui-core-0.1.0-alpha.5 \ + ratatui-crossterm-0.1.0-alpha.4 \ + ratatui-widgets-0.3.0-alpha.4 \ + redox_syscall-0.5.13 \ + redox_users-0.5.0 \ + regex-1.11.1 \ + regex-automata-0.4.9 \ + regex-syntax-0.8.5 \ + rustc-hash-2.1.1 \ + rustix-1.0.7 \ + rustversion-1.0.21 \ + ryu-1.0.20 \ scopeguard-1.2.0 \ - serde-1.0.193 \ - serde_derive-1.0.193 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_spanned-0.6.9 \ shlex-1.3.0 \ - signal-hook-0.3.17 \ - signal-hook-mio-0.2.3 \ - signal-hook-registry-1.4.1 \ - smallvec-1.11.2 \ - stability-0.1.1 \ - strsim-0.10.0 \ - strum-0.25.0 \ - strum_macros-0.25.3 \ - syn-1.0.109 \ - syn-2.0.41 \ - thiserror-1.0.51 \ - thiserror-impl-1.0.51 \ - toml-0.5.11 \ - unicode-ident-1.0.12 \ - unicode-segmentation-1.10.1 \ - unicode-width-0.1.11 \ - utf8parse-0.2.1 \ - version_check-0.9.4 \ - wasi-0.11.0+wasi-snapshot-preview1 \ - which-4.4.2 \ + signal-hook-0.3.18 \ + signal-hook-mio-0.2.4 \ + signal-hook-registry-1.4.5 \ + smallvec-1.15.1 \ + socket2-0.6.1 \ + static_assertions-1.1.0 \ + strsim-0.11.1 \ + strum-0.27.1 \ + strum_macros-0.27.1 \ + syn-2.0.103 \ + sync_wrapper-1.0.2 \ + thiserror-2.0.12 \ + thiserror-impl-2.0.12 \ + time-0.3.41 \ + time-core-0.1.4 \ + tokio-1.48.0 \ + tokio-macros-2.6.0 \ + toml-0.8.23 \ + toml_datetime-0.6.11 \ + toml_edit-0.22.27 \ + toml_write-0.1.2 \ + tower-0.5.2 \ + tower-layer-0.3.3 \ + tower-service-0.3.3 \ + unicode-ident-1.0.18 \ + unicode-segmentation-1.12.0 \ + unicode-truncate-2.0.0 \ + unicode-width-0.2.0 \ + utf8parse-0.2.2 \ + wasi-0.11.1+wasi-snapshot-preview1 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ - windows-sys-0.48.0 \ - windows-sys-0.52.0 \ - windows-targets-0.48.5 \ - windows-targets-0.52.0 \ - windows_aarch64_gnullvm-0.48.5 \ - windows_aarch64_gnullvm-0.52.0 \ - windows_aarch64_msvc-0.48.5 \ - windows_aarch64_msvc-0.52.0 \ - windows_i686_gnu-0.48.5 \ - windows_i686_gnu-0.52.0 \ - windows_i686_msvc-0.48.5 \ - windows_i686_msvc-0.52.0 \ - windows_x86_64_gnu-0.48.5 \ - windows_x86_64_gnu-0.52.0 \ - windows_x86_64_gnullvm-0.48.5 \ - windows_x86_64_gnullvm-0.52.0 \ - windows_x86_64_msvc-0.48.5 \ - windows_x86_64_msvc-0.52.0 \ - zerocopy-0.7.31 \ - zerocopy-derive-0.7.31 + windows-link-0.2.1 \ + windows-sys-0.59.0 \ + windows-sys-0.60.2 \ + windows-sys-0.61.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 \ + windows_x86_64_msvc-0.53.0 \ + winnow-0.7.11 diff --git a/sysutils/gstat-rs/distinfo b/sysutils/gstat-rs/distinfo index e849801fce6b..ce15d6452b4e 100644 --- a/sysutils/gstat-rs/distinfo +++ b/sysutils/gstat-rs/distinfo @@ -1,239 +1,371 @@ -TIMESTAMP = 1707171935 -SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a -SIZE (rust/crates/ahash-0.8.6.crate) = 42780 -SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0 -SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136 -SHA256 (rust/crates/allocator-api2-0.2.16.crate) = 0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5 -SIZE (rust/crates/allocator-api2-0.2.16.crate) = 59025 -SHA256 (rust/crates/anstream-0.6.5.crate) = d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6 -SIZE (rust/crates/anstream-0.6.5.crate) = 30004 -SHA256 (rust/crates/anstyle-1.0.4.crate) = 7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87 -SIZE (rust/crates/anstyle-1.0.4.crate) = 13998 -SHA256 (rust/crates/anstyle-parse-0.2.3.crate) = c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c -SIZE (rust/crates/anstyle-parse-0.2.3.crate) = 24699 -SHA256 (rust/crates/anstyle-query-1.0.2.crate) = e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648 -SIZE (rust/crates/anstyle-query-1.0.2.crate) = 8739 -SHA256 (rust/crates/anstyle-wincon-3.0.2.crate) = 1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7 -SIZE (rust/crates/anstyle-wincon-3.0.2.crate) = 11272 +TIMESTAMP = 1765488585 +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/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/approx-0.5.1.crate) = cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6 SIZE (rust/crates/approx-0.5.1.crate) = 15100 -SHA256 (rust/crates/autocfg-1.1.0.crate) = d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa -SIZE (rust/crates/autocfg-1.1.0.crate) = 13272 -SHA256 (rust/crates/bindgen-0.66.1.crate) = f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7 -SIZE (rust/crates/bindgen-0.66.1.crate) = 218860 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/autocfg-1.4.0.crate) = ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26 +SIZE (rust/crates/autocfg-1.4.0.crate) = 17712 +SHA256 (rust/crates/axum-0.8.6.crate) = 8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871 +SIZE (rust/crates/axum-0.8.6.crate) = 178581 +SHA256 (rust/crates/axum-core-0.5.5.crate) = 59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22 +SIZE (rust/crates/axum-core-0.5.5.crate) = 26919 +SHA256 (rust/crates/bindgen-0.72.0.crate) = 4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f +SIZE (rust/crates/bindgen-0.72.0.crate) = 246019 SHA256 (rust/crates/bitfield-0.13.2.crate) = 46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719 SIZE (rust/crates/bitfield-0.13.2.crate) = 16479 -SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a -SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.4.1.crate) = 327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07 -SIZE (rust/crates/bitflags-2.4.1.crate) = 37043 -SHA256 (rust/crates/cassowary-0.3.0.crate) = df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53 -SIZE (rust/crates/cassowary-0.3.0.crate) = 22876 +SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 +SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a +SIZE (rust/crates/bytes-1.10.1.crate) = 76779 +SHA256 (rust/crates/castaway-0.2.3.crate) = 0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5 +SIZE (rust/crates/castaway-0.2.3.crate) = 11509 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 SIZE (rust/crates/cexpr-0.6.0.crate) = 17966 -SHA256 (rust/crates/cfg-if-1.0.0.crate) = baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd -SIZE (rust/crates/cfg-if-1.0.0.crate) = 7934 -SHA256 (rust/crates/clang-sys-1.6.1.crate) = c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f -SIZE (rust/crates/clang-sys-1.6.1.crate) = 41346 -SHA256 (rust/crates/clap-4.4.11.crate) = bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2 -SIZE (rust/crates/clap-4.4.11.crate) = 54782 -SHA256 (rust/crates/clap_builder-4.4.11.crate) = a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb -SIZE (rust/crates/clap_builder-4.4.11.crate) = 163317 -SHA256 (rust/crates/clap_derive-4.4.7.crate) = cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442 -SIZE (rust/crates/clap_derive-4.4.7.crate) = 29046 -SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1 -SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 -SHA256 (rust/crates/colorchoice-1.0.0.crate) = acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7 -SIZE (rust/crates/colorchoice-1.0.0.crate) = 6857 -SHA256 (rust/crates/confy-0.5.1.crate) = e37668cb35145dcfaa1931a5f37fde375eeae8068b4c0d2f289da28a270b2d2c -SIZE (rust/crates/confy-0.5.1.crate) = 10276 -SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df -SIZE (rust/crates/crossterm-0.27.0.crate) = 125311 +SHA256 (rust/crates/cfg-if-1.0.1.crate) = 9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268 +SIZE (rust/crates/cfg-if-1.0.1.crate) = 8683 +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.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_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/compact_str-0.9.0.crate) = 3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a +SIZE (rust/crates/compact_str-0.9.0.crate) = 72135 +SHA256 (rust/crates/confy-1.0.0.crate) = f29222b549d4e3ded127989d523da9e928918d0d0d7f7c1690b439d0d538bae9 +SIZE (rust/crates/confy-1.0.0.crate) = 18631 +SHA256 (rust/crates/convert_case-0.7.1.crate) = bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7 +SIZE (rust/crates/convert_case-0.7.1.crate) = 23816 +SHA256 (rust/crates/crossterm-0.29.0.crate) = d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b +SIZE (rust/crates/crossterm-0.29.0.crate) = 136635 SHA256 (rust/crates/crossterm_winapi-0.9.1.crate) = acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b SIZE (rust/crates/crossterm_winapi-0.9.1.crate) = 16027 -SHA256 (rust/crates/directories-4.0.1.crate) = f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210 -SIZE (rust/crates/directories-4.0.1.crate) = 16040 -SHA256 (rust/crates/dirs-sys-0.3.7.crate) = 1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6 -SIZE (rust/crates/dirs-sys-0.3.7.crate) = 10597 -SHA256 (rust/crates/either-1.9.0.crate) = a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07 -SIZE (rust/crates/either-1.9.0.crate) = 16660 -SHA256 (rust/crates/errno-0.3.8.crate) = a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245 -SIZE (rust/crates/errno-0.3.8.crate) = 10645 -SHA256 (rust/crates/getrandom-0.2.11.crate) = fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f -SIZE (rust/crates/getrandom-0.2.11.crate) = 35391 -SHA256 (rust/crates/glob-0.3.1.crate) = d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b -SIZE (rust/crates/glob-0.3.1.crate) = 18880 -SHA256 (rust/crates/hashbrown-0.14.3.crate) = 290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604 -SIZE (rust/crates/hashbrown-0.14.3.crate) = 141425 -SHA256 (rust/crates/heck-0.4.1.crate) = 95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8 -SIZE (rust/crates/heck-0.4.1.crate) = 11567 -SHA256 (rust/crates/home-0.5.9.crate) = e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5 -SIZE (rust/crates/home-0.5.9.crate) = 8760 +SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee +SIZE (rust/crates/darling-0.20.11.crate) = 37614 +SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e +SIZE (rust/crates/darling_core-0.20.11.crate) = 68006 +SHA256 (rust/crates/darling_macro-0.20.11.crate) = fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead +SIZE (rust/crates/darling_macro-0.20.11.crate) = 2532 +SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e +SIZE (rust/crates/deranged-0.4.0.crate) = 23235 +SHA256 (rust/crates/derive_more-2.0.1.crate) = 093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678 +SIZE (rust/crates/derive_more-2.0.1.crate) = 70127 +SHA256 (rust/crates/derive_more-impl-2.0.1.crate) = bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3 +SIZE (rust/crates/derive_more-impl-2.0.1.crate) = 78233 +SHA256 (rust/crates/directories-6.0.0.crate) = 16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d +SIZE (rust/crates/directories-6.0.0.crate) = 17842 +SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab +SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 +SHA256 (rust/crates/document-features-0.2.11.crate) = 95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d +SIZE (rust/crates/document-features-0.2.11.crate) = 14640 +SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 +SIZE (rust/crates/either-1.15.0.crate) = 20114 +SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 +SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 +SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f +SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.12.crate) = cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18 +SIZE (rust/crates/errno-0.3.12.crate) = 12423 +SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 +SIZE (rust/crates/fnv-1.0.7.crate) = 11266 +SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 +SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 +SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 +SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 +SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e +SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 +SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 +SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 +SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 +SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 +SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 +SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 +SHA256 (rust/crates/glob-0.3.2.crate) = a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2 +SIZE (rust/crates/glob-0.3.2.crate) = 22359 +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/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 +SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 +SIZE (rust/crates/http-body-1.0.1.crate) = 6125 +SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a +SIZE (rust/crates/http-body-util-0.1.3.crate) = 16975 +SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87 +SIZE (rust/crates/httparse-1.10.1.crate) = 45190 +SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 +SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 SHA256 (rust/crates/humanize-rs-0.1.5.crate) = 016b02deb8b0c415d8d56a6f0ab265e50c22df61194e37f9be75ed3a722de8a6 SIZE (rust/crates/humanize-rs-0.1.5.crate) = 10538 -SHA256 (rust/crates/indoc-2.0.4.crate) = 1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8 -SIZE (rust/crates/indoc-2.0.4.crate) = 14311 -SHA256 (rust/crates/itertools-0.12.0.crate) = 25db6b064527c5d482d0423354fcd07a89a2dfe07b67892e62411946db7f07b0 -SIZE (rust/crates/itertools-0.12.0.crate) = 133620 -SHA256 (rust/crates/lazy_static-1.4.0.crate) = e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646 -SIZE (rust/crates/lazy_static-1.4.0.crate) = 10443 -SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 -SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.151.crate) = 302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4 -SIZE (rust/crates/libc-0.2.151.crate) = 736640 -SHA256 (rust/crates/libloading-0.7.4.crate) = b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f -SIZE (rust/crates/libloading-0.7.4.crate) = 27580 -SHA256 (rust/crates/libredox-0.0.1.crate) = 85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8 -SIZE (rust/crates/libredox-0.0.1.crate) = 4212 -SHA256 (rust/crates/linux-raw-sys-0.4.12.crate) = c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456 -SIZE (rust/crates/linux-raw-sys-0.4.12.crate) = 1465800 -SHA256 (rust/crates/lock_api-0.4.11.crate) = 3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45 -SIZE (rust/crates/lock_api-0.4.11.crate) = 27487 -SHA256 (rust/crates/log-0.4.20.crate) = b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f -SIZE (rust/crates/log-0.4.20.crate) = 38307 -SHA256 (rust/crates/lru-0.12.1.crate) = 2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7 -SIZE (rust/crates/lru-0.12.1.crate) = 14583 -SHA256 (rust/crates/memchr-2.6.4.crate) = f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167 -SIZE (rust/crates/memchr-2.6.4.crate) = 94439 +SHA256 (rust/crates/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e +SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-util-0.1.17.crate) = 3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8 +SIZE (rust/crates/hyper-util-0.1.17.crate) = 100999 +SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 +SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 +SHA256 (rust/crates/indexmap-2.9.0.crate) = cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e +SIZE (rust/crates/indexmap-2.9.0.crate) = 91214 +SHA256 (rust/crates/indoc-2.0.6.crate) = f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd +SIZE (rust/crates/indoc-2.0.6.crate) = 17164 +SHA256 (rust/crates/instability-0.3.7.crate) = 0bf9fed6d91cfb734e7476a06bde8300a1b94e217e1b523b6f0cd1a01998c71d +SIZE (rust/crates/instability-0.3.7.crate) = 13682 +SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf +SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 +SIZE (rust/crates/itertools-0.13.0.crate) = 146261 +SHA256 (rust/crates/itertools-0.14.0.crate) = 2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285 +SIZE (rust/crates/itertools-0.14.0.crate) = 152715 +SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c +SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jiff-0.2.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/kasuari-0.4.6.crate) = def1b67294a9fdc95eeeeafd1209c7a1b8a82aa0bf80ac2ab2a7d0318e9c7622 +SIZE (rust/crates/kasuari-0.4.6.crate) = 30469 +SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 +SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libredox-0.1.3.crate) = c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d +SIZE (rust/crates/libredox-0.1.3.crate) = 6068 +SHA256 (rust/crates/line-clipping-0.3.3.crate) = 51a1679740111eb63b7b4cb3c97b1d5d9f82e142292a25edcfdb4120a48b3880 +SIZE (rust/crates/line-clipping-0.3.3.crate) = 15086 +SHA256 (rust/crates/linux-raw-sys-0.9.4.crate) = cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12 +SIZE (rust/crates/linux-raw-sys-0.9.4.crate) = 2311088 +SHA256 (rust/crates/litrs-0.4.1.crate) = b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5 +SIZE (rust/crates/litrs-0.4.1.crate) = 42603 +SHA256 (rust/crates/lock_api-0.4.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/lru-0.14.0.crate) = 9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198 +SIZE (rust/crates/lru-0.14.0.crate) = 16345 +SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 +SIZE (rust/crates/matchit-0.8.4.crate) = 33986 +SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 +SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a +SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 -SHA256 (rust/crates/mio-0.8.10.crate) = 8f3d0b296e374a4e6f3c7b0a1f5a51d748a0d34c85e7dc48fc3fa9a87657fe09 -SIZE (rust/crates/mio-0.8.10.crate) = 102345 +SHA256 (rust/crates/mio-1.0.4.crate) = 78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c +SIZE (rust/crates/mio-1.0.4.crate) = 104212 SHA256 (rust/crates/nix-0.27.1.crate) = 2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053 SIZE (rust/crates/nix-0.27.1.crate) = 286494 SHA256 (rust/crates/nom-7.1.3.crate) = d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a SIZE (rust/crates/nom-7.1.3.crate) = 117570 SHA256 (rust/crates/nonzero_ext-0.2.0.crate) = 44a1290799eababa63ea60af0cbc3f03363e328e58f32fb0294798ed3e85f444 SIZE (rust/crates/nonzero_ext-0.2.0.crate) = 14025 -SHA256 (rust/crates/num-traits-0.2.17.crate) = 39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c -SIZE (rust/crates/num-traits-0.2.17.crate) = 50190 -SHA256 (rust/crates/once_cell-1.19.0.crate) = 3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92 -SIZE (rust/crates/once_cell-1.19.0.crate) = 33046 -SHA256 (rust/crates/parking_lot-0.12.1.crate) = 3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f -SIZE (rust/crates/parking_lot-0.12.1.crate) = 40967 -SHA256 (rust/crates/parking_lot_core-0.9.9.crate) = 4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e -SIZE (rust/crates/parking_lot_core-0.9.9.crate) = 32445 -SHA256 (rust/crates/paste-1.0.14.crate) = de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c -SIZE (rust/crates/paste-1.0.14.crate) = 18157 -SHA256 (rust/crates/peeking_take_while-0.1.2.crate) = 19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099 -SIZE (rust/crates/peeking_take_while-0.1.2.crate) = 6697 -SHA256 (rust/crates/prettyplease-0.2.15.crate) = ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d -SIZE (rust/crates/prettyplease-0.2.15.crate) = 57034 -SHA256 (rust/crates/proc-macro2-1.0.70.crate) = 39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b -SIZE (rust/crates/proc-macro2-1.0.70.crate) = 44343 -SHA256 (rust/crates/quote-1.0.33.crate) = 5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae -SIZE (rust/crates/quote-1.0.33.crate) = 28090 -SHA256 (rust/crates/ratatui-0.25.0.crate) = a5659e52e4ba6e07b2dad9f1158f578ef84a73762625ddb51536019f34d180eb -SIZE (rust/crates/ratatui-0.25.0.crate) = 341858 -SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa -SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 -SHA256 (rust/crates/redox_users-0.4.4.crate) = a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4 -SIZE (rust/crates/redox_users-0.4.4.crate) = 15438 -SHA256 (rust/crates/regex-1.10.2.crate) = 380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343 -SIZE (rust/crates/regex-1.10.2.crate) = 252839 -SHA256 (rust/crates/regex-automata-0.4.3.crate) = 5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f -SIZE (rust/crates/regex-automata-0.4.3.crate) = 617011 -SHA256 (rust/crates/regex-syntax-0.8.2.crate) = c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f -SIZE (rust/crates/regex-syntax-0.8.2.crate) = 347228 -SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 -SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 -SHA256 (rust/crates/rustix-0.38.28.crate) = 72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316 -SIZE (rust/crates/rustix-0.38.28.crate) = 365398 -SHA256 (rust/crates/rustversion-1.0.14.crate) = 7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4 -SIZE (rust/crates/rustversion-1.0.14.crate) = 17261 +SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9 +SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 +SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 +SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 +SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9 +SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 +SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad +SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 +SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d +SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 +SHA256 (rust/crates/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.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b +SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 +SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 +SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 +SHA256 (rust/crates/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/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 +SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 +SHA256 (rust/crates/prettyplease-0.2.34.crate) = 6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55 +SIZE (rust/crates/prettyplease-0.2.34.crate) = 71832 +SHA256 (rust/crates/proc-macro2-1.0.95.crate) = 02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778 +SIZE (rust/crates/proc-macro2-1.0.95.crate) = 51820 +SHA256 (rust/crates/prometheus-0.14.0.crate) = 3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a +SIZE (rust/crates/prometheus-0.14.0.crate) = 90035 +SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d +SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/ratatui-0.30.0-alpha.4.crate) = 63bfff7501cc6892821f54f1133661e0534413342c8e8efbb41af0ffccdcea45 +SIZE (rust/crates/ratatui-0.30.0-alpha.4.crate) = 56644 +SHA256 (rust/crates/ratatui-core-0.1.0-alpha.5.crate) = 353047185fbfb81ee05a3f8c573956adb2aa9a505da47fb150c18388806f5e22 +SIZE (rust/crates/ratatui-core-0.1.0-alpha.5.crate) = 132884 +SHA256 (rust/crates/ratatui-crossterm-0.1.0-alpha.4.crate) = 6c729303ad253dd928b75f5866feb41c73d0e72b62ec91b13a5d91141ff5bfd1 +SIZE (rust/crates/ratatui-crossterm-0.1.0-alpha.4.crate) = 14429 +SHA256 (rust/crates/ratatui-widgets-0.3.0-alpha.4.crate) = fab55e77e0421bb88944cc0262317688e039d0e58518195f13a6e689f3e22f42 +SIZE (rust/crates/ratatui-widgets-0.3.0-alpha.4.crate) = 189133 +SHA256 (rust/crates/redox_syscall-0.5.13.crate) = 0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6 +SIZE (rust/crates/redox_syscall-0.5.13.crate) = 29489 +SHA256 (rust/crates/redox_users-0.5.0.crate) = dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b +SIZE (rust/crates/redox_users-0.5.0.crate) = 15586 +SHA256 (rust/crates/regex-1.11.1.crate) = b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191 +SIZE (rust/crates/regex-1.11.1.crate) = 254170 +SHA256 (rust/crates/regex-automata-0.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 +SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 +SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c +SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 +SHA256 (rust/crates/rustc-hash-2.1.1.crate) = 357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d +SIZE (rust/crates/rustc-hash-2.1.1.crate) = 14154 +SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 +SIZE (rust/crates/rustix-1.0.7.crate) = 414500 +SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d +SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/ryu-1.0.20.crate) = 28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f +SIZE (rust/crates/ryu-1.0.20.crate) = 48738 SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 -SHA256 (rust/crates/serde-1.0.193.crate) = 25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89 -SIZE (rust/crates/serde-1.0.193.crate) = 76863 -SHA256 (rust/crates/serde_derive-1.0.193.crate) = 43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3 -SIZE (rust/crates/serde_derive-1.0.193.crate) = 55692 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +SHA256 (rust/crates/serde_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/signal-hook-0.3.17.crate) = 8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801 -SIZE (rust/crates/signal-hook-0.3.17.crate) = 50296 -SHA256 (rust/crates/signal-hook-mio-0.2.3.crate) = 29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af -SIZE (rust/crates/signal-hook-mio-0.2.3.crate) = 9064 -SHA256 (rust/crates/signal-hook-registry-1.4.1.crate) = d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1 -SIZE (rust/crates/signal-hook-registry-1.4.1.crate) = 17987 -SHA256 (rust/crates/smallvec-1.11.2.crate) = 4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970 -SIZE (rust/crates/smallvec-1.11.2.crate) = 34801 -SHA256 (rust/crates/stability-0.1.1.crate) = ebd1b177894da2a2d9120208c3386066af06a488255caabc5de8ddca22dbc3ce -SIZE (rust/crates/stability-0.1.1.crate) = 4753 -SHA256 (rust/crates/strsim-0.10.0.crate) = 73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623 -SIZE (rust/crates/strsim-0.10.0.crate) = 11355 -SHA256 (rust/crates/strum-0.25.0.crate) = 290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125 -SIZE (rust/crates/strum-0.25.0.crate) = 5539 -SHA256 (rust/crates/strum_macros-0.25.3.crate) = 23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0 -SIZE (rust/crates/strum_macros-0.25.3.crate) = 22570 -SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 -SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.41.crate) = 44c8b28c477cc3bf0e7966561e3460130e1255f7a1cf71931075f1c5e7a7e269 -SIZE (rust/crates/syn-2.0.41.crate) = 246016 -SHA256 (rust/crates/thiserror-1.0.51.crate) = f11c217e1416d6f036b870f14e0413d480dbf28edbee1f877abaf0206af43bb7 -SIZE (rust/crates/thiserror-1.0.51.crate) = 20045 -SHA256 (rust/crates/thiserror-impl-1.0.51.crate) = 01742297787513b79cf8e29d1056ede1313e2420b7b3b15d0a768b4921f549df -SIZE (rust/crates/thiserror-impl-1.0.51.crate) = 15372 -SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 -SIZE (rust/crates/toml-0.5.11.crate) = 54910 -SHA256 (rust/crates/unicode-ident-1.0.12.crate) = 3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b -SIZE (rust/crates/unicode-ident-1.0.12.crate) = 42168 -SHA256 (rust/crates/unicode-segmentation-1.10.1.crate) = 1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36 -SIZE (rust/crates/unicode-segmentation-1.10.1.crate) = 98416 -SHA256 (rust/crates/unicode-width-0.1.11.crate) = e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85 -SIZE (rust/crates/unicode-width-0.1.11.crate) = 19187 -SHA256 (rust/crates/utf8parse-0.2.1.crate) = 711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a -SIZE (rust/crates/utf8parse-0.2.1.crate) = 13435 -SHA256 (rust/crates/version_check-0.9.4.crate) = 49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f -SIZE (rust/crates/version_check-0.9.4.crate) = 14895 -SHA256 (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423 -SIZE (rust/crates/wasi-0.11.0+wasi-snapshot-preview1.crate) = 28131 -SHA256 (rust/crates/which-4.4.2.crate) = 87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7 -SIZE (rust/crates/which-4.4.2.crate) = 15953 +SHA256 (rust/crates/signal-hook-0.3.18.crate) = d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2 +SIZE (rust/crates/signal-hook-0.3.18.crate) = 50862 +SHA256 (rust/crates/signal-hook-mio-0.2.4.crate) = 34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd +SIZE (rust/crates/signal-hook-mio-0.2.4.crate) = 9314 +SHA256 (rust/crates/signal-hook-registry-1.4.5.crate) = 9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410 +SIZE (rust/crates/signal-hook-registry-1.4.5.crate) = 19004 +SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 +SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 +SHA256 (rust/crates/socket2-0.6.1.crate) = 17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881 +SIZE (rust/crates/socket2-0.6.1.crate) = 58486 +SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f +SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 +SHA256 (rust/crates/strum-0.27.1.crate) = f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32 +SIZE (rust/crates/strum-0.27.1.crate) = 7467 +SHA256 (rust/crates/strum_macros-0.27.1.crate) = c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8 +SIZE (rust/crates/strum_macros-0.27.1.crate) = 29670 +SHA256 (rust/crates/syn-2.0.103.crate) = e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8 +SIZE (rust/crates/syn-2.0.103.crate) = 298990 +SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 +SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 +SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 +SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 +SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d +SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 +SHA256 (rust/crates/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/tokio-1.48.0.crate) = ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408 +SIZE (rust/crates/tokio-1.48.0.crate) = 843434 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 +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/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 +SIZE (rust/crates/tower-0.5.2.crate) = 109417 +SHA256 (rust/crates/tower-layer-0.3.3.crate) = 121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e +SIZE (rust/crates/tower-layer-0.3.3.crate) = 6180 +SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3 +SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 +SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 +SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +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-2.0.0.crate) = 8fbf03860ff438702f3910ca5f28f8dac63c1c11e7efb5012b8b175493606330 +SIZE (rust/crates/unicode-truncate-2.0.0.crate) = 12904 +SHA256 (rust/crates/unicode-width-0.2.0.crate) = 1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd +SIZE (rust/crates/unicode-width-0.2.0.crate) = 271509 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b +SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 SHA256 (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f SIZE (rust/crates/winapi-x86_64-pc-windows-gnu-0.4.0.crate) = 2947998 -SHA256 (rust/crates/windows-sys-0.48.0.crate) = 677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9 -SIZE (rust/crates/windows-sys-0.48.0.crate) = 2628884 -SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d -SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c -SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 -SHA256 (rust/crates/windows-targets-0.52.0.crate) = 8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd -SIZE (rust/crates/windows-targets-0.52.0.crate) = 6229 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8 -SIZE (rust/crates/windows_aarch64_gnullvm-0.48.5.crate) = 418492 -SHA256 (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea -SIZE (rust/crates/windows_aarch64_gnullvm-0.52.0.crate) = 430182 -SHA256 (rust/crates/windows_aarch64_msvc-0.48.5.crate) = dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc -SIZE (rust/crates/windows_aarch64_msvc-0.48.5.crate) = 798483 -SHA256 (rust/crates/windows_aarch64_msvc-0.52.0.crate) = bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef -SIZE (rust/crates/windows_aarch64_msvc-0.52.0.crate) = 821663 -SHA256 (rust/crates/windows_i686_gnu-0.48.5.crate) = a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e -SIZE (rust/crates/windows_i686_gnu-0.48.5.crate) = 844891 -SHA256 (rust/crates/windows_i686_gnu-0.52.0.crate) = a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313 -SIZE (rust/crates/windows_i686_gnu-0.52.0.crate) = 870285 -SHA256 (rust/crates/windows_i686_msvc-0.48.5.crate) = 8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406 -SIZE (rust/crates/windows_i686_msvc-0.48.5.crate) = 864300 -SHA256 (rust/crates/windows_i686_msvc-0.52.0.crate) = ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a -SIZE (rust/crates/windows_i686_msvc-0.52.0.crate) = 888693 -SHA256 (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e -SIZE (rust/crates/windows_x86_64_gnu-0.48.5.crate) = 801619 -SHA256 (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd -SIZE (rust/crates/windows_x86_64_gnu-0.52.0.crate) = 826213 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc -SIZE (rust/crates/windows_x86_64_gnullvm-0.48.5.crate) = 418486 -SHA256 (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e -SIZE (rust/crates/windows_x86_64_gnullvm-0.52.0.crate) = 430165 -SHA256 (rust/crates/windows_x86_64_msvc-0.48.5.crate) = ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538 -SIZE (rust/crates/windows_x86_64_msvc-0.48.5.crate) = 798412 -SHA256 (rust/crates/windows_x86_64_msvc-0.52.0.crate) = dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04 -SIZE (rust/crates/windows_x86_64_msvc-0.52.0.crate) = 821600 -SHA256 (rust/crates/zerocopy-0.7.31.crate) = 1c4061bedbb353041c12f413700357bec76df2c7e2ca8e4df8bac24c6bf68e3d -SIZE (rust/crates/zerocopy-0.7.31.crate) = 151100 -SHA256 (rust/crates/zerocopy-derive-0.7.31.crate) = b3c129550b3e6de3fd0ba67ba5c81818f9805e58b8d7fee80a3a59d2c9fc601a -SIZE (rust/crates/zerocopy-derive-0.7.31.crate) = 533507 -SHA256 (asomers-gstat-rs-gstat-v0.1.6_GH0.tar.gz) = 5ffceab36d080c9208d88b7187ebe30202be8bf7c53c4870983daf04a910b1c6 -SIZE (asomers-gstat-rs-gstat-v0.1.6_GH0.tar.gz) = 420803 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 +SHA256 (rust/crates/windows-sys-0.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-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +SHA256 (rust/crates/windows-targets-0.52.6.crate) = 9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973 +SIZE (rust/crates/windows-targets-0.52.6.crate) = 6403 +SHA256 (rust/crates/windows-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/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 (asomers-gstat-rs-gstat-v0.1.7_GH0.tar.gz) = 6323aef1e8d1935a09ba53ee282ac23c4ba7d48062ff1c7eb8b63f6562c98d39 +SIZE (asomers-gstat-rs-gstat-v0.1.7_GH0.tar.gz) = 431318 diff --git a/sysutils/helm/Makefile b/sysutils/helm/Makefile index 25c4b23f27bd..a400cf576721 100644 --- a/sysutils/helm/Makefile +++ b/sysutils/helm/Makefile @@ -1,7 +1,6 @@ PORTNAME= helm -PORTVERSION= 3.19.2 +PORTVERSION= 3.19.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org @@ -17,7 +16,7 @@ USES= cpe go:modules tar:xz GO_MODULE= github.com/${PORTNAME}/${PORTNAME}/v3 GO_PKGNAME= k8s.io/helm GO_BUILDFLAGS= -ldflags="-X helm.sh/helm/v3/internal/version.version=v${PORTVERSION} \ - -X helm.sh/helm/v3/internal/version.gitCommit=8766e718a0119851f10ddbe4577593a45fadf544" + -X helm.sh/helm/v3/internal/version.gitCommit=0707f566a3f4ced24009ef14d67fe0ce69db4be9" GO_TARGET= ./cmd/${PORTNAME} PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/} diff --git a/sysutils/helm/distinfo b/sysutils/helm/distinfo index 08227b9499eb..3c3bddf10e4b 100644 --- a/sysutils/helm/distinfo +++ b/sysutils/helm/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763025791 -SHA256 (go/sysutils_helm/helm-v3.19.2/v3.19.2.mod) = fe4c01bb419a4fdd623eae819d089419f0cd7eec3911cf0009479f574c42b787 -SIZE (go/sysutils_helm/helm-v3.19.2/v3.19.2.mod) = 9036 -SHA256 (go/sysutils_helm/helm-v3.19.2/v3.19.2.zip) = 74fae3e814496afc6c49be3f091c2fcbd4c040483ce92a58168b283d42b9c9c2 -SIZE (go/sysutils_helm/helm-v3.19.2/v3.19.2.zip) = 1404072 +TIMESTAMP = 1765453798 +SHA256 (go/sysutils_helm/helm-v3.19.3/v3.19.3.mod) = 9da1214c25481eb31982e3289e5ef18b51e9bb4b7a8847460f2b2ae3eb3ec654 +SIZE (go/sysutils_helm/helm-v3.19.3/v3.19.3.mod) = 9036 +SHA256 (go/sysutils_helm/helm-v3.19.3/v3.19.3.zip) = 0eca758b93bdb7a9b8fbd2a05c30025cc606ef4856a7fd1db0c1c46ea2b8a40c +SIZE (go/sysutils_helm/helm-v3.19.3/v3.19.3.zip) = 1404066 diff --git a/sysutils/hyprpolkitagent/Makefile b/sysutils/hyprpolkitagent/Makefile index 8a41d67dfddc..8c798975b758 100644 --- a/sysutils/hyprpolkitagent/Makefile +++ b/sysutils/hyprpolkitagent/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprpolkitagent DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= tagattie@FreeBSD.org diff --git a/sysutils/iocage/Makefile b/sysutils/iocage/Makefile index 33907677d5e1..d61f28d32ce0 100644 --- a/sysutils/iocage/Makefile +++ b/sysutils/iocage/Makefile @@ -1,14 +1,13 @@ PORTNAME= iocage -PORTVERSION= 1.11 -PORTREVISION= 1 +PORTVERSION= 1.12 CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} # Pull in PR #61 to unbreak default route detection on CURRENT -# Pull in PR #90 to unbreak on python 3.12 +# Pull in PR #107 to unbreak build (man page) PATCH_SITES= https://github.com/freebsd/iocage/commit/ PATCHFILES= 2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch:-p1 \ - c2cf9d218a643b6231d1bce0361846352f58c50f.patch:-p1 + 13c342c37746bffa944b5c397d51ef39cd2eb172.patch:-p1 MAINTAINER= grembo@FreeBSD.org COMMENT= FreeBSD jail manager written in Python3 diff --git a/sysutils/iocage/distinfo b/sysutils/iocage/distinfo index 9d532c156395..dab2179ac28d 100644 --- a/sysutils/iocage/distinfo +++ b/sysutils/iocage/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1757166176 -SHA256 (freebsd-iocage-1.11_GH0.tar.gz) = 7f8eea47a71389eca9e147a7ec94ae7ecc260e6b17422837ac33492403af9028 -SIZE (freebsd-iocage-1.11_GH0.tar.gz) = 816215 +TIMESTAMP = 1765718091 +SHA256 (freebsd-iocage-1.12_GH0.tar.gz) = 8c09cb6287eb0677a38f5c52289c530cb75a348b303a68371aba0b12a5bb05ed +SIZE (freebsd-iocage-1.12_GH0.tar.gz) = 797861 SHA256 (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 212d63a093d9831c29398e18e567ea63050b116f737be82f2fe2384c670b5981 SIZE (2120a86d1d4fd3d383a3f0bddfc1e92eb5a7d2e7.patch) = 891 -SHA256 (c2cf9d218a643b6231d1bce0361846352f58c50f.patch) = c550e0fcd6292e86b5405cf267fab88572484bb474a3435b57cdd0e4ecd89f90 -SIZE (c2cf9d218a643b6231d1bce0361846352f58c50f.patch) = 1990 +SHA256 (13c342c37746bffa944b5c397d51ef39cd2eb172.patch) = ec4dac293a832a37fd81402897a41135811d29926e3d5782e3dbd317cd4df217 +SIZE (13c342c37746bffa944b5c397d51ef39cd2eb172.patch) = 926 diff --git a/sysutils/jail_exporter/Makefile b/sysutils/jail_exporter/Makefile index e235f9baf293..e46fb1673940 100644 --- a/sysutils/jail_exporter/Makefile +++ b/sysutils/jail_exporter/Makefile @@ -1,7 +1,7 @@ PORTNAME= jail_exporter DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MAINTAINER= dor.bsd@xm0.uk diff --git a/sysutils/jail_exporter/files/jail_exporter.in b/sysutils/jail_exporter/files/jail_exporter.in index 768686c02566..c03237ccf591 100644 --- a/sysutils/jail_exporter/files/jail_exporter.in +++ b/sysutils/jail_exporter/files/jail_exporter.in @@ -35,7 +35,7 @@ load_rc_config $name pidfile="/var/run/${name}.pid" command="/usr/sbin/daemon" procname="%%PREFIX%%/sbin/${name}" -command_args="-p ${pidfile} -m 3 -T ${name} \ +command_args="-fp ${pidfile} -m 3 -T ${name} \ /usr/bin/env ${procname} \ --web.listen-address='${jail_exporter_listen_address}' \ --web.telemetry-path='${jail_exporter_telemetry_path}' \ diff --git a/sysutils/k3b/distinfo b/sysutils/k3b/distinfo index 309befbb683d..b0a581de41a7 100644 --- a/sysutils/k3b/distinfo +++ b/sysutils/k3b/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264779 -SHA256 (KDE/release-service/25.08.3/k3b-25.08.3.tar.xz) = 571e1f59819e630bffda96c96c6326d5f128aa4556e282be519f4c8409105d25 -SIZE (KDE/release-service/25.08.3/k3b-25.08.3.tar.xz) = 10796904 +TIMESTAMP = 1765478780 +SHA256 (KDE/release-service/25.12.0/k3b-25.12.0.tar.xz) = 5d2dcb2c7072b182ea0256f3b84ff78087b1a2b0699bdfb57370a1697ef3f583 +SIZE (KDE/release-service/25.12.0/k3b-25.12.0.tar.xz) = 10796472 diff --git a/sysutils/kbackup/distinfo b/sysutils/kbackup/distinfo index dab9bac5d807..a1fe80b4d6ff 100644 --- a/sysutils/kbackup/distinfo +++ b/sysutils/kbackup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264781 -SHA256 (KDE/release-service/25.08.3/kbackup-25.08.3.tar.xz) = ff891e1acfe9bb4200a4f68165402559bb00cecd8791341cd4d40296955ffc24 -SIZE (KDE/release-service/25.08.3/kbackup-25.08.3.tar.xz) = 394868 +TIMESTAMP = 1765478782 +SHA256 (KDE/release-service/25.12.0/kbackup-25.12.0.tar.xz) = 91661c064a97bfffff4f19db1d4da4ea0793c684d1ac91321c581d300a314cd0 +SIZE (KDE/release-service/25.12.0/kbackup-25.12.0.tar.xz) = 399600 diff --git a/sysutils/kbackup/pkg-plist b/sysutils/kbackup/pkg-plist index 296b296b8989..831c5fcf87ca 100644 --- a/sysutils/kbackup/pkg-plist +++ b/sysutils/kbackup/pkg-plist @@ -56,6 +56,7 @@ share/man/es/man1/kbackup.1.gz share/man/it/man1/kbackup.1.gz share/man/man1/kbackup.1.gz share/man/nl/man1/kbackup.1.gz +share/man/pt_BR/man1/kbackup.1.gz share/man/sl/man1/kbackup.1.gz share/man/sv/man1/kbackup.1.gz share/man/tr/man1/kbackup.1.gz diff --git a/sysutils/kcron/distinfo b/sysutils/kcron/distinfo index 211a18f7ce6e..30009d3957c6 100644 --- a/sysutils/kcron/distinfo +++ b/sysutils/kcron/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264784 -SHA256 (KDE/release-service/25.08.3/kcron-25.08.3.tar.xz) = 52a540203e9b28debe52405e7c3129ce26b53af1ddc17165b7b52555cc757b67 -SIZE (KDE/release-service/25.08.3/kcron-25.08.3.tar.xz) = 900148 +TIMESTAMP = 1765478785 +SHA256 (KDE/release-service/25.12.0/kcron-25.12.0.tar.xz) = ef2d68dabaa234618aa67e69077f993a6c92017b1d474fc33c55e03006871880 +SIZE (KDE/release-service/25.12.0/kcron-25.12.0.tar.xz) = 899704 diff --git a/sysutils/kdebugsettings/distinfo b/sysutils/kdebugsettings/distinfo index 51e70263efa6..0560ba78d5bb 100644 --- a/sysutils/kdebugsettings/distinfo +++ b/sysutils/kdebugsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264786 -SHA256 (KDE/release-service/25.08.3/kdebugsettings-25.08.3.tar.xz) = 76990eab816c45f116c8231db33f16af955ecc733c4eb7c89fe83977f3293da0 -SIZE (KDE/release-service/25.08.3/kdebugsettings-25.08.3.tar.xz) = 123224 +TIMESTAMP = 1765478787 +SHA256 (KDE/release-service/25.12.0/kdebugsettings-25.12.0.tar.xz) = d197c6b152493511b232543d3ae8c74ece37b5bdb38dd6d7ca389a2709d0c9c9 +SIZE (KDE/release-service/25.12.0/kdebugsettings-25.12.0.tar.xz) = 123304 diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index 3eae6be3d4e6..dc189418192d 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264789 -SHA256 (KDE/release-service/25.08.3/kdf-25.08.3.tar.xz) = 7e5765684fee426fdecada7a949a1717f99a8a4767b2fd669c9a0366b145fa65 -SIZE (KDE/release-service/25.08.3/kdf-25.08.3.tar.xz) = 481656 +TIMESTAMP = 1765478790 +SHA256 (KDE/release-service/25.12.0/kdf-25.12.0.tar.xz) = 45f8a945d8e591ca92af2ea21a2a02cf79329a6b811ef679cb95fc01ffa093d4 +SIZE (KDE/release-service/25.12.0/kdf-25.12.0.tar.xz) = 481648 diff --git a/sysutils/kdialog/distinfo b/sysutils/kdialog/distinfo index ac1e68a53ebe..90b4ad41bfdd 100644 --- a/sysutils/kdialog/distinfo +++ b/sysutils/kdialog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264792 -SHA256 (KDE/release-service/25.08.3/kdialog-25.08.3.tar.xz) = d2c9fc33ecb48a2d135643b83e700b9212d1e80fd651971c035bfaf328dfbab4 -SIZE (KDE/release-service/25.08.3/kdialog-25.08.3.tar.xz) = 149328 +TIMESTAMP = 1765478792 +SHA256 (KDE/release-service/25.12.0/kdialog-25.12.0.tar.xz) = ef064b3e7ba83e1ac186147b430c442c47213801e6f66c0d3e3617468a0074a1 +SIZE (KDE/release-service/25.12.0/kdialog-25.12.0.tar.xz) = 149360 diff --git a/sysutils/khelpcenter/distinfo b/sysutils/khelpcenter/distinfo index 286485c17ed4..4e92d62702b3 100644 --- a/sysutils/khelpcenter/distinfo +++ b/sysutils/khelpcenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264794 -SHA256 (KDE/release-service/25.08.3/khelpcenter-25.08.3.tar.xz) = 4fb4bb424daef31531b51d1faf93594c876f301c0fd20b08cd7885c13d499ba0 -SIZE (KDE/release-service/25.08.3/khelpcenter-25.08.3.tar.xz) = 4248764 +TIMESTAMP = 1765478795 +SHA256 (KDE/release-service/25.12.0/khelpcenter-25.12.0.tar.xz) = 07a5174487c7613b150d98b0df61b4e65726c497ca3811e2c054f25494927da8 +SIZE (KDE/release-service/25.12.0/khelpcenter-25.12.0.tar.xz) = 4255184 diff --git a/sysutils/kpmcore/distinfo b/sysutils/kpmcore/distinfo index 55f6b9ff5f0c..ecf394baaf30 100644 --- a/sysutils/kpmcore/distinfo +++ b/sysutils/kpmcore/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264794 -SHA256 (KDE/release-service/25.08.3/kpmcore-25.08.3.tar.xz) = 430222498b3a0dd4bb61daf261f064838f8d1e83733063a4f637b59271ed68e3 -SIZE (KDE/release-service/25.08.3/kpmcore-25.08.3.tar.xz) = 670068 +TIMESTAMP = 1765478795 +SHA256 (KDE/release-service/25.12.0/kpmcore-25.12.0.tar.xz) = f69cfc2eb03bd7c3c0fe1c56554338dd319bb9bd7c3a09ee8631fee720e4cecc +SIZE (KDE/release-service/25.12.0/kpmcore-25.12.0.tar.xz) = 670148 diff --git a/sysutils/ksystemlog/distinfo b/sysutils/ksystemlog/distinfo index 75d05b6db59b..049e7c6df11e 100644 --- a/sysutils/ksystemlog/distinfo +++ b/sysutils/ksystemlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264797 -SHA256 (KDE/release-service/25.08.3/ksystemlog-25.08.3.tar.xz) = e3500f55ed3826ed5184fcf377a4762121d36d3048b28f437d52de6592b33e71 -SIZE (KDE/release-service/25.08.3/ksystemlog-25.08.3.tar.xz) = 1885660 +TIMESTAMP = 1765478798 +SHA256 (KDE/release-service/25.12.0/ksystemlog-25.12.0.tar.xz) = c67287d9b8004ed4787518153998de33bcad1015d9896bf24900e1f05557df25 +SIZE (KDE/release-service/25.12.0/ksystemlog-25.12.0.tar.xz) = 1885660 diff --git a/sysutils/kubectl/Makefile b/sysutils/kubectl/Makefile index f64df43fdd24..076784ed7913 100644 --- a/sysutils/kubectl/Makefile +++ b/sysutils/kubectl/Makefile @@ -1,7 +1,6 @@ PORTNAME= kubectl -PORTVERSION= 1.34.2 +PORTVERSION= 1.34.3 DISTVERSIONPREFIX= v -PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= danilo@FreeBSD.org diff --git a/sysutils/kubectl/distinfo b/sysutils/kubectl/distinfo index 9e63bf25d073..8ea17bd19f85 100644 --- a/sysutils/kubectl/distinfo +++ b/sysutils/kubectl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763024914 -SHA256 (kubernetes-kubernetes-v1.34.2_GH0.tar.gz) = b0dec1be2119c27b6e37a9e08d4848b7c5d05174bb631ad6c5e25c449da0eb6c -SIZE (kubernetes-kubernetes-v1.34.2_GH0.tar.gz) = 38080420 +TIMESTAMP = 1765356406 +SHA256 (kubernetes-kubernetes-v1.34.3_GH0.tar.gz) = d95f59700bf9d059b261ee2e0a34187301c734d596307e8dfe66c4c68c1a565d +SIZE (kubernetes-kubernetes-v1.34.3_GH0.tar.gz) = 38087990 diff --git a/sysutils/ldap-account-manager/Makefile b/sysutils/ldap-account-manager/Makefile index fae4e109aaa8..403b8be06b13 100644 --- a/sysutils/ldap-account-manager/Makefile +++ b/sysutils/ldap-account-manager/Makefile @@ -1,5 +1,5 @@ PORTNAME= ldap-account-manager -DISTVERSION= 9.3 +DISTVERSION= 9.4 CATEGORIES= sysutils www MASTER_SITES= SF/${SHORTNAME}/LAM/${PORTVERSION} diff --git a/sysutils/ldap-account-manager/distinfo b/sysutils/ldap-account-manager/distinfo index 3bb3c4735ca6..890da6e285e5 100644 --- a/sysutils/ldap-account-manager/distinfo +++ b/sysutils/ldap-account-manager/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1758122957 -SHA256 (ldap-account-manager-9.3.tar.bz2) = d56f70c3ca8bc50158b399c8ff6460ada5293552db5696e1ea27ed9cda94cbda -SIZE (ldap-account-manager-9.3.tar.bz2) = 28876677 +TIMESTAMP = 1765708985 +SHA256 (ldap-account-manager-9.4.tar.bz2) = cfd2ffb6ca0d16ea8e196055265fc6780ddd6b6ef51a6ba11d5297eabe20e2f3 +SIZE (ldap-account-manager-9.4.tar.bz2) = 36140822 diff --git a/sysutils/loki/files/loki.in b/sysutils/loki/files/loki.in index 4400444818b1..b09d9e307c65 100644 --- a/sysutils/loki/files/loki.in +++ b/sysutils/loki/files/loki.in @@ -8,13 +8,13 @@ # loki_enable="YES" # # loki_enable (bool): -# Set it to YES to enable grafana +# Set it to YES to enable loki # Set to NO by default # loki_user (string): -# Set user that grafana will run under +# Set user that loki will run under # Default is "%%LOKI_USER%%" # loki_group (string): -# Set group that own grafana files +# Set group that own loki files # Default is "%%LOKI_GROUP%%" # loki_config (string) # Set full path to config file diff --git a/sysutils/modules/Makefile b/sysutils/modules/Makefile index 9544a3def31e..c3af7a22db4b 100644 --- a/sysutils/modules/Makefile +++ b/sysutils/modules/Makefile @@ -1,7 +1,7 @@ PORTNAME= modules -DISTVERSION= 5.6.0 +DISTVERSION= 5.6.1 CATEGORIES= sysutils tcl -MASTER_SITES= https://github.com/cea-hpc/modules/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/envmodules/modules/releases/download/v${DISTVERSION}/ MAINTAINER= laurent.chardon@gmail.com COMMENT= Dynamic modification of a user environment diff --git a/sysutils/modules/distinfo b/sysutils/modules/distinfo index 55849f252e07..f9286c678b7f 100644 --- a/sysutils/modules/distinfo +++ b/sysutils/modules/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1754738827 -SHA256 (modules-5.6.0.tar.bz2) = 21c9041b7aac341c01b89e4fef0c5414e6928632ec839e86fc6dcb4c9503e6d4 -SIZE (modules-5.6.0.tar.bz2) = 2076906 +TIMESTAMP = 1765112250 +SHA256 (modules-5.6.1.tar.bz2) = 5d36fd90b83a06fd3ed0ff951ab1101f22eb310fde3492f9d0455a68569abe5b +SIZE (modules-5.6.1.tar.bz2) = 2093131 diff --git a/sysutils/nerdctl/Makefile b/sysutils/nerdctl/Makefile index d0bd13dafd94..84f91170bb9b 100644 --- a/sysutils/nerdctl/Makefile +++ b/sysutils/nerdctl/Makefile @@ -11,7 +11,7 @@ WWW= https://github.com/containerd/nerdctl LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:1.24,modules +USES= go:modules GO_MODULE= github.com/containerd/nerdctl/v2 GO_TARGET= ./cmd/${PORTNAME} diff --git a/sysutils/nix/Makefile b/sysutils/nix/Makefile index 65a25b8e7e85..4e188a36fa32 100644 --- a/sysutils/nix/Makefile +++ b/sysutils/nix/Makefile @@ -1,7 +1,10 @@ PORTNAME= nix -DISTVERSION= 2.32.1 +DISTVERSION= 2.32.4 CATEGORIES= sysutils +PATCH_SITES= https://github.com/NixOS/nix/commit/2636f50dd41fe357ec64430aeeb772328ab2d7cb.patch?dummy=/ +PATCHFILES= nix-fix-build-with-mdbook-update.patch:-p1 + MAINTAINER= ashish@FreeBSD.org COMMENT= Purely functional package manager WWW= https://nixos.org/nix/ @@ -38,6 +41,7 @@ MESON_ARGS= -Dbenchmarks=false \ -Dbindings=false \ -Dunit-tests=false LDFLAGS+= -L${LOCALBASE}/lib +PLIST_SUB= PORTVERSION=${PORTVERSION} SUB_FILES= pkg-message diff --git a/sysutils/nix/distinfo b/sysutils/nix/distinfo index 444d5c9f6c19..fb39a467a4ab 100644 --- a/sysutils/nix/distinfo +++ b/sysutils/nix/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1761053753 -SHA256 (NixOS-nix-2.32.1_GH0.tar.gz) = 879e05682a35aefe7fc8c570475ce8deb93e0324ac3d6cccadd060de2b481947 -SIZE (NixOS-nix-2.32.1_GH0.tar.gz) = 1950308 +TIMESTAMP = 1764968570 +SHA256 (NixOS-nix-2.32.4_GH0.tar.gz) = b3a63dab4fc3c89a1a746c6debdef1675ed27530969459e5beb8ce6b3c0d9099 +SIZE (NixOS-nix-2.32.4_GH0.tar.gz) = 1954164 +SHA256 (nix-fix-build-with-mdbook-update.patch) = 68a63748895487adf283767cd2fd21bd6ec8b5d59a2d77a9255c8c3157997ccb +SIZE (nix-fix-build-with-mdbook-update.patch) = 3658 diff --git a/sysutils/nix/pkg-plist b/sysutils/nix/pkg-plist index 8918a4baed7d..fb6fd05691c7 100644 --- a/sysutils/nix/pkg-plist +++ b/sysutils/nix/pkg-plist @@ -270,31 +270,31 @@ include/nix_api_util.h include/nix_api_util_internal.h include/nix_api_value.h lib/libnixcmd.so -lib/libnixcmd.so.2.32.1 +lib/libnixcmd.so.%%PORTVERSION%% lib/libnixexpr.so -lib/libnixexpr.so.2.32.1 +lib/libnixexpr.so.%%PORTVERSION%% lib/libnixexprc.so -lib/libnixexprc.so.2.32.1 +lib/libnixexprc.so.%%PORTVERSION%% lib/libnixfetchers.so -lib/libnixfetchers.so.2.32.1 +lib/libnixfetchers.so.%%PORTVERSION%% lib/libnixfetchersc.so -lib/libnixfetchersc.so.2.32.1 +lib/libnixfetchersc.so.%%PORTVERSION%% lib/libnixflake.so -lib/libnixflake.so.2.32.1 +lib/libnixflake.so.%%PORTVERSION%% lib/libnixflakec.so -lib/libnixflakec.so.2.32.1 +lib/libnixflakec.so.%%PORTVERSION%% lib/libnixmain.so -lib/libnixmain.so.2.32.1 +lib/libnixmain.so.%%PORTVERSION%% lib/libnixmainc.so -lib/libnixmainc.so.2.32.1 +lib/libnixmainc.so.%%PORTVERSION%% lib/libnixstore.so -lib/libnixstore.so.2.32.1 +lib/libnixstore.so.%%PORTVERSION%% lib/libnixstorec.so -lib/libnixstorec.so.2.32.1 +lib/libnixstorec.so.%%PORTVERSION%% lib/libnixutil.so -lib/libnixutil.so.2.32.1 +lib/libnixutil.so.%%PORTVERSION%% lib/libnixutilc.so -lib/libnixutilc.so.2.32.1 +lib/libnixutilc.so.%%PORTVERSION%% libdata/pkgconfig/nix-cmd.pc libdata/pkgconfig/nix-expr-c.pc libdata/pkgconfig/nix-expr.pc @@ -316,13 +316,6 @@ share/zsh/site-functions/_nix share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/.nojekyll %%PORTDOCS%%%%DOCSDIR%%/manual/404.html -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/css/font-awesome.css -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/FontAwesome.ttf -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/fontawesome-webfont.eot -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/fontawesome-webfont.svg -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/fontawesome-webfont.ttf -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/fontawesome-webfont.woff -%%PORTDOCS%%%%DOCSDIR%%/manual/FontAwesome/fonts/fontawesome-webfont.woff2 %%PORTDOCS%%%%DOCSDIR%%/manual/SUMMARY.md.in %%PORTDOCS%%%%DOCSDIR%%/manual/_redirects %%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/cores-vs-jobs.html @@ -332,10 +325,10 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/advanced-topics/post-build-hook.html %%PORTDOCS%%%%DOCSDIR%%/manual/architecture/architecture.html -%%PORTDOCS%%%%DOCSDIR%%/manual/ayu-highlight.css -%%PORTDOCS%%%%DOCSDIR%%/manual/book.js +%%PORTDOCS%%%%DOCSDIR%%/manual/ayu-highlight-3fdfc3ac.css +%%PORTDOCS%%%%DOCSDIR%%/manual/book-a0b12cfe.js %%PORTDOCS%%%%DOCSDIR%%/manual/c-api.html -%%PORTDOCS%%%%DOCSDIR%%/manual/clipboard.min.js +%%PORTDOCS%%%%DOCSDIR%%/manual/clipboard-1626706a.min.js %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/conf-file.html %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/env-common.html %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/experimental-commands.html @@ -487,11 +480,11 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/opt-common.html %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/utilities.html %%PORTDOCS%%%%DOCSDIR%%/manual/command-ref/xp-features.json -%%PORTDOCS%%%%DOCSDIR%%/manual/css/chrome.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/general.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/print.css -%%PORTDOCS%%%%DOCSDIR%%/manual/css/variables.css -%%PORTDOCS%%%%DOCSDIR%%/manual/custom.css +%%PORTDOCS%%%%DOCSDIR%%/manual/css/chrome-ae938929.css +%%PORTDOCS%%%%DOCSDIR%%/manual/css/general-2459343d.css +%%PORTDOCS%%%%DOCSDIR%%/manual/css/print-9e4910d8.css +%%PORTDOCS%%%%DOCSDIR%%/manual/css/variables-8adf115d.css +%%PORTDOCS%%%%DOCSDIR%%/manual/custom-80d08c7f.css %%PORTDOCS%%%%DOCSDIR%%/manual/development/benchmarking.html %%PORTDOCS%%%%DOCSDIR%%/manual/development/building.html %%PORTDOCS%%%%DOCSDIR%%/manual/development/cli-guideline.html @@ -503,28 +496,30 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/development/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/development/json-guideline.html %%PORTDOCS%%%%DOCSDIR%%/manual/development/testing.html -%%PORTDOCS%%%%DOCSDIR%%/manual/elasticlunr.min.js +%%PORTDOCS%%%%DOCSDIR%%/manual/elasticlunr-ef4e11c1.min.js +%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-8114d1fc.png +%%PORTDOCS%%%%DOCSDIR%%/manual/favicon-de23e50b.svg %%PORTDOCS%%%%DOCSDIR%%/manual/favicon.png %%PORTDOCS%%%%DOCSDIR%%/manual/favicon.svg %%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.png %%PORTDOCS%%%%DOCSDIR%%/manual/figures/user-environments.sxd %%PORTDOCS%%%%DOCSDIR%%/manual/fonts/OPEN-SANS-LICENSE.txt %%PORTDOCS%%%%DOCSDIR%%/manual/fonts/SOURCE-CODE-PRO-LICENSE.txt -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/fonts.css -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-italic.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-regular.woff2 -%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/source-code-pro-v11-all-charsets-500.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/fonts-9644e21d.css +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300-7736aa35.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-300italic-2c7b95c0.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600-486c6759.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-600italic-1a3e8659.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700-c22fe8c7.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-700italic-238ae959.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800-3d2c812a.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-800italic-ba1521ec.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-italic-6c9463f7.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/open-sans-v17-all-charsets-regular-2e3b1d34.woff2 +%%PORTDOCS%%%%DOCSDIR%%/manual/fonts/source-code-pro-v11-all-charsets-500-2bdd9410.woff2 %%PORTDOCS%%%%DOCSDIR%%/manual/glossary.html -%%PORTDOCS%%%%DOCSDIR%%/manual/highlight.css -%%PORTDOCS%%%%DOCSDIR%%/manual/highlight.js +%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-493f70e1.css +%%PORTDOCS%%%%DOCSDIR%%/manual/highlight-862e895d.js %%PORTDOCS%%%%DOCSDIR%%/manual/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/installation/building-source.html %%PORTDOCS%%%%DOCSDIR%%/manual/installation/env-variables.html @@ -557,7 +552,7 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/language/syntax.html %%PORTDOCS%%%%DOCSDIR%%/manual/language/types.html %%PORTDOCS%%%%DOCSDIR%%/manual/language/variables.html -%%PORTDOCS%%%%DOCSDIR%%/manual/mark.min.js +%%PORTDOCS%%%%DOCSDIR%%/manual/mark-09e88c2c.min.js %%PORTDOCS%%%%DOCSDIR%%/manual/package-management/binary-cache-substituter.html %%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collection.html %%PORTDOCS%%%%DOCSDIR%%/manual/package-management/garbage-collector-roots.html @@ -575,7 +570,7 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/protocols/store-path.html %%PORTDOCS%%%%DOCSDIR%%/manual/protocols/tarball-fetcher.html %%PORTDOCS%%%%DOCSDIR%%/manual/quick-start.html -%%PORTDOCS%%%%DOCSDIR%%/manual/redirects.js +%%PORTDOCS%%%%DOCSDIR%%/manual/redirects-4afb32ee.js %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.1.html %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-0.10.html @@ -642,8 +637,8 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.8.html %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-2.9.html %%PORTDOCS%%%%DOCSDIR%%/manual/release-notes/rl-next.html -%%PORTDOCS%%%%DOCSDIR%%/manual/searcher.js -%%PORTDOCS%%%%DOCSDIR%%/manual/searchindex.js +%%PORTDOCS%%%%DOCSDIR%%/manual/searcher-c2a407aa.js +%%PORTDOCS%%%%DOCSDIR%%/manual/searchindex-4c88e1df.js %%PORTDOCS%%%%DOCSDIR%%/manual/store/building.html %%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/index.html %%PORTDOCS%%%%DOCSDIR%%/manual/store/derivation/outputs/content-address.html @@ -668,8 +663,8 @@ share/zsh/site-functions/run-help-nix %%PORTDOCS%%%%DOCSDIR%%/manual/store/types/s3-binary-cache-store.html %%PORTDOCS%%%%DOCSDIR%%/manual/store/types/ssh-store.html %%PORTDOCS%%%%DOCSDIR%%/manual/toc.html -%%PORTDOCS%%%%DOCSDIR%%/manual/toc.js -%%PORTDOCS%%%%DOCSDIR%%/manual/tomorrow-night.css +%%PORTDOCS%%%%DOCSDIR%%/manual/toc-72f89b39.js +%%PORTDOCS%%%%DOCSDIR%%/manual/tomorrow-night-4c0ae647.css %%PORTDOCS%%share/man/man1/nix-build.1.gz %%PORTDOCS%%share/man/man1/nix-channel.1.gz %%PORTDOCS%%share/man/man1/nix-collect-garbage.1.gz diff --git a/sysutils/nomad-driver-podman/Makefile b/sysutils/nomad-driver-podman/Makefile index ab8ef1da8480..f1beb327ff72 100644 --- a/sysutils/nomad-driver-podman/Makefile +++ b/sysutils/nomad-driver-podman/Makefile @@ -1,7 +1,6 @@ PORTNAME= nomad-driver-podman DISTVERSIONPREFIX= v -DISTVERSION= 0.6.3 -PORTREVISION= 6 +DISTVERSION= 0.6.4 CATEGORIES= sysutils MAINTAINER= grembo@FreeBSD.org @@ -14,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= nomad:sysutils/nomad \ podman:sysutils/podman -USES= go:1.24,modules +USES= go:1.25,modules GO_MODULE= github.com/hashicorp/nomad-driver-podman GO_TARGET= :${PREFIX}/libexec/nomad/plugins/nomad-driver-podman diff --git a/sysutils/opentofu/Makefile b/sysutils/opentofu/Makefile index f7bde04e3507..a7d8298f62ac 100644 --- a/sysutils/opentofu/Makefile +++ b/sysutils/opentofu/Makefile @@ -1,7 +1,6 @@ PORTNAME= opentofu DISTVERSIONPREFIX= v -DISTVERSION= 1.10.7 -PORTREVISION= 1 +DISTVERSION= 1.11.1 CATEGORIES= sysutils MAINTAINER= bofh@FreeBSD.org @@ -11,7 +10,7 @@ WWW= https://opentofu.org/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= go:modules +USES= go:1.25,modules GO_MODULE= github.com/opentofu/opentofu GO_TARGET= ./cmd/tofu GO_BUILDFLAGS= -o bin/ diff --git a/sysutils/opentofu/distinfo b/sysutils/opentofu/distinfo index f239976c9b69..48860a5fe3ec 100644 --- a/sysutils/opentofu/distinfo +++ b/sysutils/opentofu/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1762604269 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.7/v1.10.7.mod) = b40164e0f74d35934045836370b04f0bdcce401f608b8d108f7f2ce9322a59f3 -SIZE (go/sysutils_opentofu/opentofu-v1.10.7/v1.10.7.mod) = 14280 -SHA256 (go/sysutils_opentofu/opentofu-v1.10.7/v1.10.7.zip) = 03d684e58644589485abb2822897f6a84b1fccc296e9cd26cc4dd6239246db40 -SIZE (go/sysutils_opentofu/opentofu-v1.10.7/v1.10.7.zip) = 6759314 +TIMESTAMP = 1765709105 +SHA256 (go/sysutils_opentofu/opentofu-v1.11.1/v1.11.1.mod) = acb009cfc614d9cbee62cdef67c24c51929ef58dcda02490419a91daed29f5cf +SIZE (go/sysutils_opentofu/opentofu-v1.11.1/v1.11.1.mod) = 17136 +SHA256 (go/sysutils_opentofu/opentofu-v1.11.1/v1.11.1.zip) = 0c6aa7bcd31cc17ec1f751e2ae654867636b69f7c8c8a63190d6afebcc14341c +SIZE (go/sysutils_opentofu/opentofu-v1.11.1/v1.11.1.zip) = 7006172 diff --git a/sysutils/plasma6-discover/distinfo b/sysutils/plasma6-discover/distinfo index 9183d982bd6c..f336436839cc 100644 --- a/sysutils/plasma6-discover/distinfo +++ b/sysutils/plasma6-discover/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481303 -SHA256 (KDE/plasma/6.5.3/discover-6.5.3.tar.xz) = d85bad3d4d6e815444160cd9d6e1bd357dc8399510fb452fefb2559aaaee8982 -SIZE (KDE/plasma/6.5.3/discover-6.5.3.tar.xz) = 1120912 +TIMESTAMP = 1765457158 +SHA256 (KDE/plasma/6.5.4/discover-6.5.4.tar.xz) = a15abcd809288f6ff1f975c4e16c1e6a399d5e1e0f02b88550c53d0ddd108e4e +SIZE (KDE/plasma/6.5.4/discover-6.5.4.tar.xz) = 1121144 diff --git a/sysutils/plasma6-kde-cli-tools/distinfo b/sysutils/plasma6-kde-cli-tools/distinfo index 4e3c8172fa4e..5767ef6dd239 100644 --- a/sysutils/plasma6-kde-cli-tools/distinfo +++ b/sysutils/plasma6-kde-cli-tools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481304 -SHA256 (KDE/plasma/6.5.3/kde-cli-tools-6.5.3.tar.xz) = fd532c3df5a6db41518082bc945c36931c8da829117c2137fb30b9391aeb63fc -SIZE (KDE/plasma/6.5.3/kde-cli-tools-6.5.3.tar.xz) = 639084 +TIMESTAMP = 1765457159 +SHA256 (KDE/plasma/6.5.4/kde-cli-tools-6.5.4.tar.xz) = 88fe4335429ccec842de90eaa881930eccd29bc947528caf6fe12c93e609efb6 +SIZE (KDE/plasma/6.5.4/kde-cli-tools-6.5.4.tar.xz) = 639492 diff --git a/sysutils/plasma6-kde-cli-tools/pkg-plist b/sysutils/plasma6-kde-cli-tools/pkg-plist index 894a6b6ad10b..dd8e887d30f7 100644 --- a/sysutils/plasma6-kde-cli-tools/pkg-plist +++ b/sysutils/plasma6-kde-cli-tools/pkg-plist @@ -340,11 +340,14 @@ share/locale/id/LC_MESSAGES/kdesu.mo share/locale/id/LC_MESSAGES/kioclient.mo share/locale/id/LC_MESSAGES/kmimetypefinder.mo share/locale/id/LC_MESSAGES/kstart.mo +share/locale/is/LC_MESSAGES/kbroadcastnotification.mo share/locale/is/LC_MESSAGES/kcm_filetypes.mo +share/locale/is/LC_MESSAGES/kde-inhibit.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kioclient.mo share/locale/is/LC_MESSAGES/kmimetypefinder.mo share/locale/is/LC_MESSAGES/kstart.mo +share/locale/is/LC_MESSAGES/plasma-open-settings.mo share/locale/it/LC_MESSAGES/kbroadcastnotification.mo share/locale/it/LC_MESSAGES/kcm_filetypes.mo share/locale/it/LC_MESSAGES/kde-inhibit.mo diff --git a/sysutils/plasma6-kinfocenter/distinfo b/sysutils/plasma6-kinfocenter/distinfo index 99c4a96efe94..d83b61d7c377 100644 --- a/sysutils/plasma6-kinfocenter/distinfo +++ b/sysutils/plasma6-kinfocenter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481304 -SHA256 (KDE/plasma/6.5.3/kinfocenter-6.5.3.tar.xz) = c2b464ed580a0823d8d171fb2d1a533a6aa2da1b88b4142d360453c152834304 -SIZE (KDE/plasma/6.5.3/kinfocenter-6.5.3.tar.xz) = 760524 +TIMESTAMP = 1765457160 +SHA256 (KDE/plasma/6.5.4/kinfocenter-6.5.4.tar.xz) = a854669fac8315bec205cd17ad79b03cb41f9f9c0f7af3a7823d6411c68c33ca +SIZE (KDE/plasma/6.5.4/kinfocenter-6.5.4.tar.xz) = 760708 diff --git a/sysutils/plasma6-kmenuedit/distinfo b/sysutils/plasma6-kmenuedit/distinfo index c884cfa1c26d..a8ab51d55ea1 100644 --- a/sysutils/plasma6-kmenuedit/distinfo +++ b/sysutils/plasma6-kmenuedit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481305 -SHA256 (KDE/plasma/6.5.3/kmenuedit-6.5.3.tar.xz) = e50034d091635486f52e8d437bbba383d0df0185a4166d197d31f8765e5b0ae7 -SIZE (KDE/plasma/6.5.3/kmenuedit-6.5.3.tar.xz) = 885996 +TIMESTAMP = 1765457160 +SHA256 (KDE/plasma/6.5.4/kmenuedit-6.5.4.tar.xz) = e57d76b4231e56f237957c9cd7d8a6881a42638cede400d1e42a6bb48a1896a9 +SIZE (KDE/plasma/6.5.4/kmenuedit-6.5.4.tar.xz) = 886096 diff --git a/sysutils/plasma6-knighttime/distinfo b/sysutils/plasma6-knighttime/distinfo index a08e9e2bef6e..1b5745b3812e 100644 --- a/sysutils/plasma6-knighttime/distinfo +++ b/sysutils/plasma6-knighttime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481306 -SHA256 (KDE/plasma/6.5.3/knighttime-6.5.3.tar.xz) = 1aefb76dc7e10f722bac6c0c42985a8e8c22dc40ece1ea86d12c44d6d6956b99 -SIZE (KDE/plasma/6.5.3/knighttime-6.5.3.tar.xz) = 39912 +TIMESTAMP = 1765457161 +SHA256 (KDE/plasma/6.5.4/knighttime-6.5.4.tar.xz) = df7bbf4feadbcd437d5e97785878c5da82a0c9ec99bd5a01dd5788432c07b0c7 +SIZE (KDE/plasma/6.5.4/knighttime-6.5.4.tar.xz) = 39916 diff --git a/sysutils/plasma6-ksystemstats/distinfo b/sysutils/plasma6-ksystemstats/distinfo index 1ad5e3b2e9b5..90f6d865d5f5 100644 --- a/sysutils/plasma6-ksystemstats/distinfo +++ b/sysutils/plasma6-ksystemstats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481306 -SHA256 (KDE/plasma/6.5.3/ksystemstats-6.5.3.tar.xz) = 19b37e012648d27fe86fa300d2cd2ce65c21672d3ba2145ca6555baf0e2aa913 -SIZE (KDE/plasma/6.5.3/ksystemstats-6.5.3.tar.xz) = 159388 +TIMESTAMP = 1765457161 +SHA256 (KDE/plasma/6.5.4/ksystemstats-6.5.4.tar.xz) = a53038232221b773c695312c6cd3f11a903be1aa186fd4c274ddded8c1ac31fb +SIZE (KDE/plasma/6.5.4/ksystemstats-6.5.4.tar.xz) = 159372 diff --git a/sysutils/plasma6-libksysguard/distinfo b/sysutils/plasma6-libksysguard/distinfo index 8c5a3402653d..ed5b01cff133 100644 --- a/sysutils/plasma6-libksysguard/distinfo +++ b/sysutils/plasma6-libksysguard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481307 -SHA256 (KDE/plasma/6.5.3/libksysguard-6.5.3.tar.xz) = eb8d01fbcf6410a9d5ae78c538392524e20bbf4dc0a9619a3732a4731d5e7187 -SIZE (KDE/plasma/6.5.3/libksysguard-6.5.3.tar.xz) = 335032 +TIMESTAMP = 1765457162 +SHA256 (KDE/plasma/6.5.4/libksysguard-6.5.4.tar.xz) = 74f370be24722afa2ae79acf3d73edc6a23f0ecba8e0b717de973f5d0da0508e +SIZE (KDE/plasma/6.5.4/libksysguard-6.5.4.tar.xz) = 334960 diff --git a/sysutils/plasma6-plasma-disks/distinfo b/sysutils/plasma6-plasma-disks/distinfo index 539ed4f4369a..b074122abed6 100644 --- a/sysutils/plasma6-plasma-disks/distinfo +++ b/sysutils/plasma6-plasma-disks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481308 -SHA256 (KDE/plasma/6.5.3/plasma-disks-6.5.3.tar.xz) = ffa8ac99c3d340dfea08c79da30df8b7618eca63783708ed1ba8a106daf79bfc -SIZE (KDE/plasma/6.5.3/plasma-disks-6.5.3.tar.xz) = 105136 +TIMESTAMP = 1765457163 +SHA256 (KDE/plasma/6.5.4/plasma-disks-6.5.4.tar.xz) = ec86e8659c03f0bd8867bb17fa876586ee15ac24aad528911debf12c534c711b +SIZE (KDE/plasma/6.5.4/plasma-disks-6.5.4.tar.xz) = 105136 diff --git a/sysutils/plasma6-plasma-systemmonitor/distinfo b/sysutils/plasma6-plasma-systemmonitor/distinfo index bf518580cca0..9843bfa02ba3 100644 --- a/sysutils/plasma6-plasma-systemmonitor/distinfo +++ b/sysutils/plasma6-plasma-systemmonitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481309 -SHA256 (KDE/plasma/6.5.3/plasma-systemmonitor-6.5.3.tar.xz) = a4f24a5fea063cc0b22d3e0436f07cd26c59f2a672fcac19967fef3a53aa1d8d -SIZE (KDE/plasma/6.5.3/plasma-systemmonitor-6.5.3.tar.xz) = 218356 +TIMESTAMP = 1765457163 +SHA256 (KDE/plasma/6.5.4/plasma-systemmonitor-6.5.4.tar.xz) = b86586f234c23101ee90326e0f5175188276d1a04975923164b411f2400e8367 +SIZE (KDE/plasma/6.5.4/plasma-systemmonitor-6.5.4.tar.xz) = 218588 diff --git a/sysutils/plasma6-polkit-kde-agent-1/distinfo b/sysutils/plasma6-polkit-kde-agent-1/distinfo index 3548a4bde444..1db9a14ceb79 100644 --- a/sysutils/plasma6-polkit-kde-agent-1/distinfo +++ b/sysutils/plasma6-polkit-kde-agent-1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481309 -SHA256 (KDE/plasma/6.5.3/polkit-kde-agent-1-6.5.3.tar.xz) = 0b2b47981b51a95b1655a3ac3985ff04ceabbab3717eb4038e8fae6a8eb0759a -SIZE (KDE/plasma/6.5.3/polkit-kde-agent-1-6.5.3.tar.xz) = 57576 +TIMESTAMP = 1765457164 +SHA256 (KDE/plasma/6.5.4/polkit-kde-agent-1-6.5.4.tar.xz) = ab446842fcd60c9a740c34d851feef98fca2ef600a3c949f2ec3858838fb8a24 +SIZE (KDE/plasma/6.5.4/polkit-kde-agent-1-6.5.4.tar.xz) = 57596 diff --git a/sysutils/plasma6-powerdevil/distinfo b/sysutils/plasma6-powerdevil/distinfo index 251b552e5c25..150ed0819c70 100644 --- a/sysutils/plasma6-powerdevil/distinfo +++ b/sysutils/plasma6-powerdevil/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481310 -SHA256 (KDE/plasma/6.5.3/powerdevil-6.5.3.tar.xz) = 29992cb910a5627548623bce5a3bf51e7fa6820c4cd650ea255b4d3dd08a3863 -SIZE (KDE/plasma/6.5.3/powerdevil-6.5.3.tar.xz) = 1232036 +TIMESTAMP = 1765457165 +SHA256 (KDE/plasma/6.5.4/powerdevil-6.5.4.tar.xz) = 99e427b7576b1930bb40a358419f9bac36e3b59f91ff7d1c4c73bb6c58033e1a +SIZE (KDE/plasma/6.5.4/powerdevil-6.5.4.tar.xz) = 1241772 diff --git a/sysutils/plasma6-powerdevil/pkg-plist b/sysutils/plasma6-powerdevil/pkg-plist index 64c22bc76e56..78c0227e5833 100644 --- a/sysutils/plasma6-powerdevil/pkg-plist +++ b/sysutils/plasma6-powerdevil/pkg-plist @@ -247,6 +247,7 @@ share/locale/id/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo share/locale/id/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo share/locale/id/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/id/LC_MESSAGES/powerdevil.mo +share/locale/is/LC_MESSAGES/kcm_mobile_power.mo share/locale/is/LC_MESSAGES/kcm_powerdevilprofilesconfig.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.battery.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.brightness.mo diff --git a/sysutils/plasma6-systemsettings/distinfo b/sysutils/plasma6-systemsettings/distinfo index 33caafe555bc..d6ee09dfc751 100644 --- a/sysutils/plasma6-systemsettings/distinfo +++ b/sysutils/plasma6-systemsettings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481311 -SHA256 (KDE/plasma/6.5.3/systemsettings-6.5.3.tar.xz) = 9702d078dff4fafad6a5af8cab9f8659c645e1dd74c7b9ff7e2aeeee72867f8a -SIZE (KDE/plasma/6.5.3/systemsettings-6.5.3.tar.xz) = 220476 +TIMESTAMP = 1765457165 +SHA256 (KDE/plasma/6.5.4/systemsettings-6.5.4.tar.xz) = 798ef6c826105f4433961af59a9a182ff768d58bd4a516e18c912e5020603803 +SIZE (KDE/plasma/6.5.4/systemsettings-6.5.4.tar.xz) = 220596 diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile index ae4c276300b2..6c7e24195143 100644 --- a/sysutils/py-hcloud/Makefile +++ b/sysutils/py-hcloud/Makefile @@ -1,5 +1,5 @@ PORTNAME= hcloud -DISTVERSION= 2.11.1 +DISTVERSION= 2.12.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/sysutils/py-hcloud/distinfo b/sysutils/py-hcloud/distinfo index 7384e914403f..7e211ca87b40 100644 --- a/sysutils/py-hcloud/distinfo +++ b/sysutils/py-hcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763205423 -SHA256 (hcloud-2.11.1.tar.gz) = f212fe1f53cbf89edddac0e7005ec2eb021ea789f82be7097bd74cd705b29f2b -SIZE (hcloud-2.11.1.tar.gz) = 138586 +TIMESTAMP = 1765457422 +SHA256 (hcloud-2.12.0.tar.gz) = f145b18efc6d70fff3d48b244edfde29c0fe3dddfbbadcfe71d63f41f52441f7 +SIZE (hcloud-2.12.0.tar.gz) = 152256 diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile index d38f57e2fee7..a573b3543c1b 100644 --- a/sysutils/py-tmuxp/Makefile +++ b/sysutils/py-tmuxp/Makefile @@ -1,5 +1,5 @@ PORTNAME= tmuxp -PORTVERSION= 1.57.0 +PORTVERSION= 1.59.0 CATEGORIES= sysutils python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.9:devel/py-colorama@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}libtmux>=0.48.0<0.49:devel/py-libtmux@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}libtmux>=0.50.0<0.51:devel/py-libtmux@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyyaml>=6.0:devel/py-pyyaml@${PY_FLAVOR} \ tmux:sysutils/tmux diff --git a/sysutils/py-tmuxp/distinfo b/sysutils/py-tmuxp/distinfo index 7292be6e97e4..6a086c243d94 100644 --- a/sysutils/py-tmuxp/distinfo +++ b/sysutils/py-tmuxp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510994 -SHA256 (tmuxp-1.57.0.tar.gz) = 74b1ea6873ec64253d8f2dda9eb25d6b9bbb22d5c7f91568f553ecaf2756b25f -SIZE (tmuxp-1.57.0.tar.gz) = 940447 +TIMESTAMP = 1765032818 +SHA256 (tmuxp-1.59.0.tar.gz) = a801caf10a0972e2455866d39e3daa3fc9d87140022bcde0747ee275e3429f5e +SIZE (tmuxp-1.59.0.tar.gz) = 939195 diff --git a/sysutils/rkbin/Makefile b/sysutils/rkbin/Makefile index 8ee4c8b8a86d..1a81465acfa3 100644 --- a/sysutils/rkbin/Makefile +++ b/sysutils/rkbin/Makefile @@ -1,5 +1,5 @@ PORTNAME= rkbin -PORTVERSION= v0.2 +PORTVERSION= v0.3 CATEGORIES= sysutils MASTER_SITES= LOCAL/manu @@ -17,16 +17,16 @@ USES= tar:xz NO_ARCH= yes NO_BUILD= yes -PLIST_FILES= share/${PORTNAME}/rk35/rk3566_ddr_1056MHz_v1.21.bin \ - share/${PORTNAME}/rk35/rk3568_bl31_v1.44.elf \ +PLIST_FILES= share/${PORTNAME}/rk35/rk3566_ddr_1056MHz_v1.23.bin \ + share/${PORTNAME}/rk35/rk3568_bl31_v1.45.elf \ share/${PORTNAME}/rk35/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.18.bin \ share/${PORTNAME}/rk35/rk3588_bl31_v1.47.elf do-install: ${MKDIR} ${STAGEDIR}/${PREFIX}/share/${PORTNAME} ${MKDIR} ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35 - ${INSTALL_DATA} ${WRKSRC}/rk3566_ddr_1056MHz_v1.21.bin ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ - ${INSTALL_DATA} ${WRKSRC}/rk3568_bl31_v1.44.elf ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ + ${INSTALL_DATA} ${WRKSRC}/rk3566_ddr_1056MHz_v1.23.bin ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ + ${INSTALL_DATA} ${WRKSRC}/rk3568_bl31_v1.45.elf ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ ${INSTALL_DATA} ${WRKSRC}/rk3588_ddr_lp4_2112MHz_lp5_2400MHz_v1.18.bin ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ ${INSTALL_DATA} ${WRKSRC}/rk3588_bl31_v1.47.elf ${STAGEDIR}/${PREFIX}/share/${PORTNAME}/rk35/ diff --git a/sysutils/rkbin/distinfo b/sysutils/rkbin/distinfo index cb788b9ff48e..dcf161ba87ca 100644 --- a/sysutils/rkbin/distinfo +++ b/sysutils/rkbin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1744480023 -SHA256 (rkbin-v0.2.tar.xz) = 9f01b26d83cf39728603d2ec8fe572c719dd44577c931d5bee1bbbc8e037eb1a -SIZE (rkbin-v0.2.tar.xz) = 249011 +TIMESTAMP = 1765387482 +SHA256 (rkbin-v0.3.tar.xz) = a660e5198a45e3856b17d922e0e2f987e5161d5e638b528b1c6ad55806e50534 +SIZE (rkbin-v0.3.tar.xz) = 249925 diff --git a/sysutils/rsyslog8/Makefile b/sysutils/rsyslog8/Makefile index fe3b15dbcacb..1e7a8f0c2e0c 100644 --- a/sysutils/rsyslog8/Makefile +++ b/sysutils/rsyslog8/Makefile @@ -1,5 +1,5 @@ PORTNAME= rsyslog -PORTVERSION= 8.2510.0 +PORTVERSION= 8.2512.0 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ diff --git a/sysutils/rsyslog8/distinfo b/sysutils/rsyslog8/distinfo index e916bc089d1c..4f4a5bc33350 100644 --- a/sysutils/rsyslog8/distinfo +++ b/sysutils/rsyslog8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760553860 -SHA256 (rsyslog-8.2510.0.tar.gz) = a70a9834186859539a6a4d1c7b3f68c23897e805829b764a45e92cb0cc95e66a -SIZE (rsyslog-8.2510.0.tar.gz) = 5748617 +TIMESTAMP = 1765477210 +SHA256 (rsyslog-8.2512.0.tar.gz) = 93c50025d90b6c795fa350d56a3d832bfce45043ea9bd68240d9c2a9394bc629 +SIZE (rsyslog-8.2512.0.tar.gz) = 6768847 diff --git a/sysutils/rubygem-chef/Makefile b/sysutils/rubygem-chef/Makefile index 7230f084acfe..f680d1b8cb11 100644 --- a/sysutils/rubygem-chef/Makefile +++ b/sysutils/rubygem-chef/Makefile @@ -1,6 +1,6 @@ PORTNAME= chef PORTVERSION= 18.8.54 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= RG @@ -46,7 +46,7 @@ RUN_DEPENDS= rubygem-activesupport71>=4.2.7.1<7.1.5.2_99:devel/rubygem-activesup rubygem-unf_ext>=0.0.8.2:textproc/rubygem-unf_ext \ rubygem-uri>=1.0.3:net/rubygem-uri \ rubygem-uuidtools>=2.1.5:devel/rubygem-uuidtools \ - rubygem-vault>=0.18.2<0.19:security/rubygem-vault + rubygem-vault>=0.18.2<1:security/rubygem-vault USES= cpe gem diff --git a/sysutils/rubygem-chef/files/patch-gemspec b/sysutils/rubygem-chef/files/patch-gemspec index 33c70c0f1d2e..ba65ea9b3405 100644 --- a/sysutils/rubygem-chef/files/patch-gemspec +++ b/sysutils/rubygem-chef/files/patch-gemspec @@ -1,4 +1,4 @@ ---- chef.gemspec.orig 2025-11-22 18:58:55 UTC +--- chef.gemspec.orig 2025-12-06 17:01:00 UTC +++ chef.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q<chef-config>.freeze, ["= 18.8.54".freeze]) @@ -24,7 +24,7 @@ s.add_runtime_dependency(%q<ffi-libarchive>.freeze, ["~> 1.0".freeze, ">= 1.0.3".freeze]) s.add_runtime_dependency(%q<chef-zero>.freeze, [">= 15.0.21".freeze]) s.add_runtime_dependency(%q<chef-vault>.freeze, [">= 0".freeze]) -@@ -49,9 +49,9 @@ Gem::Specification.new do |s| +@@ -49,13 +49,13 @@ Gem::Specification.new do |s| s.add_runtime_dependency(%q<iniparse>.freeze, ["~> 1.4".freeze]) s.add_runtime_dependency(%q<addressable>.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q<syslog-logger>.freeze, ["~> 1.6".freeze]) @@ -37,3 +37,8 @@ s.add_runtime_dependency(%q<corefoundation>.freeze, ["~> 0.3.4".freeze]) s.add_runtime_dependency(%q<proxifier2>.freeze, ["~> 1.1".freeze]) s.add_runtime_dependency(%q<aws-sdk-s3>.freeze, ["~> 1.91".freeze]) + s.add_runtime_dependency(%q<aws-sdk-secretsmanager>.freeze, ["~> 1.46".freeze]) +- s.add_runtime_dependency(%q<vault>.freeze, ["~> 0.18.2".freeze]) ++ s.add_runtime_dependency(%q<vault>.freeze, ["~> 0.18".freeze, ">= 0.18.2".freeze]) + end + diff --git a/sysutils/signon-kwallet-extension/distinfo b/sysutils/signon-kwallet-extension/distinfo index cc1672b68bd8..9a469e36c449 100644 --- a/sysutils/signon-kwallet-extension/distinfo +++ b/sysutils/signon-kwallet-extension/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264800 -SHA256 (KDE/release-service/25.08.3/signon-kwallet-extension-25.08.3.tar.xz) = 47e79edfdb97d9240e22ed9fa624ebac3cd219e4a2ee770c6869b869b53b9aff -SIZE (KDE/release-service/25.08.3/signon-kwallet-extension-25.08.3.tar.xz) = 11300 +TIMESTAMP = 1765478800 +SHA256 (KDE/release-service/25.12.0/signon-kwallet-extension-25.12.0.tar.xz) = 30c1875417866b6ee3cfcb2087da1d69fc9b0316ef980572870cb7c2d17ab71e +SIZE (KDE/release-service/25.12.0/signon-kwallet-extension-25.12.0.tar.xz) = 11264 diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index e2937122a4ab..66bf343a5ecd 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264802 -SHA256 (KDE/release-service/25.08.3/sweeper-25.08.3.tar.xz) = 6eb0b7c31a9fbe1f90e4d4725488f82854ad03894f9e9feb56f61d39d045659d -SIZE (KDE/release-service/25.08.3/sweeper-25.08.3.tar.xz) = 387828 +TIMESTAMP = 1765478803 +SHA256 (KDE/release-service/25.12.0/sweeper-25.12.0.tar.xz) = e072219a75fbd622b73b5e6706f82a5233eb96c6a577637ec6ea409acee2796f +SIZE (KDE/release-service/25.12.0/sweeper-25.12.0.tar.xz) = 387424 diff --git a/sysutils/tflint/Makefile b/sysutils/tflint/Makefile index 1d827a10fb51..5e709f831511 100644 --- a/sysutils/tflint/Makefile +++ b/sysutils/tflint/Makefile @@ -1,7 +1,6 @@ PORTNAME= tflint DISTVERSIONPREFIX= v -DISTVERSION= 0.59.1 -PORTREVISION= 4 +DISTVERSION= 0.60.0 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/tflint/distinfo b/sysutils/tflint/distinfo index 6f053ada4760..cbe385e4fdc1 100644 --- a/sysutils/tflint/distinfo +++ b/sysutils/tflint/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757954604 -SHA256 (go/sysutils_tflint/tflint-v0.59.1/v0.59.1.mod) = 27eee652f7f8ac8a7cade7b0b221d617092d65927bbbb127956ed5b8cfe2c2b8 -SIZE (go/sysutils_tflint/tflint-v0.59.1/v0.59.1.mod) = 9447 -SHA256 (go/sysutils_tflint/tflint-v0.59.1/v0.59.1.zip) = 4095ced78f35c460dc5cdff8a3add676438e9415f5d6f2c62e68b1919f99ab60 -SIZE (go/sysutils_tflint/tflint-v0.59.1/v0.59.1.zip) = 1654904 +TIMESTAMP = 1765348761 +SHA256 (go/sysutils_tflint/tflint-v0.60.0/v0.60.0.mod) = 68c9d1ea82d7ed31f263d5b31cdc6930580b6ddac1fac7fba94f2b8229e8d945 +SIZE (go/sysutils_tflint/tflint-v0.60.0/v0.60.0.mod) = 9944 +SHA256 (go/sysutils_tflint/tflint-v0.60.0/v0.60.0.zip) = ca386ef7858a7ed6ade31356a2de03b2be7dc60465beb6ff79a86f0c5cdf5260 +SIZE (go/sysutils_tflint/tflint-v0.60.0/v0.60.0.zip) = 1665225 diff --git a/sysutils/u-boot-bananapi-r2-pro/Makefile b/sysutils/u-boot-bananapi-r2-pro/Makefile index 0fc6d8ba525a..ce899b96d91a 100644 --- a/sysutils/u-boot-bananapi-r2-pro/Makefile +++ b/sysutils/u-boot-bananapi-r2-pro/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PORTREVISION= 1 + MODEL= bananapi-r2-pro BOARD_CONFIG= bpi-r2-pro-rk3568_defconfig FAMILY= rk356X diff --git a/sysutils/u-boot-master/Makefile b/sysutils/u-boot-master/Makefile index 26dbeb9c27ae..8430d5e3cbd9 100644 --- a/sysutils/u-boot-master/Makefile +++ b/sysutils/u-boot-master/Makefile @@ -192,10 +192,10 @@ MAKE_ENV+= BL31=${LOCALBASE}/share/atf-rk3399/bl31.elf .endif .if defined(FAMILY) && ${FAMILY} == rk356X -BUILD_DEPENDS+= ${LOCALBASE}/share/rkbin/rk35/rk3566_ddr_1056MHz_v1.21.bin:sysutils/rkbin \ +BUILD_DEPENDS+= ${LOCALBASE}/share/rkbin/rk35/rk3566_ddr_1056MHz_v1.23.bin:sysutils/rkbin \ ${PYTHON_PKGNAMEPREFIX}pyelftools>0:devel/py-pyelftools@${PY_FLAVOR} -MAKE_ENV+= BL31=${LOCALBASE}/share/rkbin/rk35/rk3568_bl31_v1.44.elf \ - ROCKCHIP_TPL=${LOCALBASE}/share/rkbin/rk35/rk3566_ddr_1056MHz_v1.21.bin +MAKE_ENV+= BL31=${LOCALBASE}/share/rkbin/rk35/rk3568_bl31_v1.45.elf \ + ROCKCHIP_TPL=${LOCALBASE}/share/rkbin/rk35/rk3566_ddr_1056MHz_v1.23.bin .endif .if defined(FAMILY) && ${FAMILY} == rk3588 diff --git a/sysutils/u-boot-nanopi-r5s/Makefile b/sysutils/u-boot-nanopi-r5s/Makefile index 439f88fc5c37..0a66e888578f 100644 --- a/sysutils/u-boot-nanopi-r5s/Makefile +++ b/sysutils/u-boot-nanopi-r5s/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PORTREVISION= 1 + MODEL= nanopi-r5s BOARD_CONFIG= nanopi-r5s-rk3568_defconfig FAMILY= rk356X diff --git a/sysutils/u-boot-quartz64-a/Makefile b/sysutils/u-boot-quartz64-a/Makefile index 208616aaf473..b5b0d5c70978 100644 --- a/sysutils/u-boot-quartz64-a/Makefile +++ b/sysutils/u-boot-quartz64-a/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PORTREVISION= 1 + MODEL= quartz64-a BOARD_CONFIG= quartz64-a-rk3566_defconfig FAMILY= rk356X diff --git a/sysutils/u-boot-quartz64-b/Makefile b/sysutils/u-boot-quartz64-b/Makefile index 68b3b5b20213..bc369c0bcca8 100644 --- a/sysutils/u-boot-quartz64-b/Makefile +++ b/sysutils/u-boot-quartz64-b/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PORTREVISION= 1 + MODEL= quartz64-b BOARD_CONFIG= quartz64-b-rk3566_defconfig FAMILY= rk356X diff --git a/sysutils/u-boot-radxa-zero3/Makefile b/sysutils/u-boot-radxa-zero3/Makefile index 11181e89bd9f..cb92a93e8b24 100644 --- a/sysutils/u-boot-radxa-zero3/Makefile +++ b/sysutils/u-boot-radxa-zero3/Makefile @@ -1,5 +1,7 @@ MASTERDIR= ${.CURDIR}/../u-boot-master +PORTREVISION= 1 + MODEL= radxa-zero3 BOARD_CONFIG= radxa-zero-3-rk3566_defconfig FAMILY= rk356X diff --git a/sysutils/virt-firmware/Makefile b/sysutils/virt-firmware/Makefile index bc07456ea062..68781c6e9e9d 100644 --- a/sysutils/virt-firmware/Makefile +++ b/sysutils/virt-firmware/Makefile @@ -1,5 +1,5 @@ PORTNAME= virt-firmware -PORTVERSION= 25.10 +PORTVERSION= 25.12 CATEGORIES= sysutils python MASTER_SITES= PYPI DISTNAME= virt_firmware-${PORTVERSION} diff --git a/sysutils/virt-firmware/distinfo b/sysutils/virt-firmware/distinfo index 9581afc853e3..9b6ba99a58e5 100644 --- a/sysutils/virt-firmware/distinfo +++ b/sysutils/virt-firmware/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761485477 -SHA256 (virt_firmware-25.10.tar.gz) = aab280144839e2cb202aa41bf9013c1b688d1e2b9edd121b1d936c515b70c25b -SIZE (virt_firmware-25.10.tar.gz) = 137685 +TIMESTAMP = 1765567803 +SHA256 (virt_firmware-25.12.tar.gz) = 63ba2cd39654b6315098ca660a9af21b8f06b9007490df3f9d16d05241516be8 +SIZE (virt_firmware-25.12.tar.gz) = 143352 diff --git a/sysutils/work-tuimer/Makefile b/sysutils/work-tuimer/Makefile index 9e4ea4907ace..e67c7fbcb944 100644 --- a/sysutils/work-tuimer/Makefile +++ b/sysutils/work-tuimer/Makefile @@ -1,7 +1,6 @@ PORTNAME= work-tuimer DISTVERSIONPREFIX= v -DISTVERSION= 0.2.0 -PORTREVISION= 1 +DISTVERSION= 0.3.4 CATEGORIES= sysutils MAINTAINER= dutra@FreeBSD.org diff --git a/sysutils/work-tuimer/Makefile.crates b/sysutils/work-tuimer/Makefile.crates index 71eb0bbb2d3b..349bb16ae57e 100644 --- a/sysutils/work-tuimer/Makefile.crates +++ b/sysutils/work-tuimer/Makefile.crates @@ -1,10 +1,20 @@ CARGO_CRATES= aho-corasick-1.1.4 \ allocator-api2-0.2.21 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ + anstyle-parse-0.2.7 \ + anstyle-query-1.1.4 \ + anstyle-wincon-3.0.10 \ anyhow-1.0.100 \ bitflags-2.10.0 \ cassowary-0.3.0 \ castaway-0.2.4 \ cfg-if-1.0.4 \ + clap-4.5.51 \ + clap_builder-4.5.51 \ + clap_derive-4.5.49 \ + clap_lex-0.7.6 \ + colorchoice-1.0.4 \ compact_str-0.7.1 \ crossterm-0.27.0 \ crossterm_winapi-0.9.1 \ @@ -23,6 +33,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ hashbrown-0.16.0 \ heck-0.5.0 \ indexmap-2.12.0 \ + is_terminal_polyfill-1.70.2 \ itertools-0.12.1 \ itertools-0.13.0 \ itoa-1.0.15 \ @@ -37,6 +48,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ num-conv-0.1.0 \ num_threads-0.1.7 \ once_cell-1.21.3 \ + once_cell_polyfill-1.70.2 \ option-ext-0.2.0 \ parking_lot-0.12.5 \ parking_lot_core-0.9.12 \ @@ -66,6 +78,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ smallvec-1.15.1 \ stability-0.2.1 \ static_assertions-1.1.0 \ + strsim-0.11.1 \ strum-0.26.3 \ strum_macros-0.26.4 \ syn-2.0.108 \ @@ -84,6 +97,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ unicode-segmentation-1.12.0 \ unicode-truncate-1.1.0 \ unicode-width-0.1.14 \ + utf8parse-0.2.2 \ wasi-0.11.1+wasi-snapshot-preview1 \ wasip2-1.0.1+wasi-0.2.4 \ winapi-0.3.9 \ @@ -91,14 +105,24 @@ CARGO_CRATES= aho-corasick-1.1.4 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-link-0.2.1 \ windows-sys-0.48.0 \ + windows-sys-0.60.2 \ windows-sys-0.61.2 \ windows-targets-0.48.5 \ + windows-targets-0.53.5 \ windows_aarch64_gnullvm-0.48.5 \ + windows_aarch64_gnullvm-0.53.1 \ windows_aarch64_msvc-0.48.5 \ + windows_aarch64_msvc-0.53.1 \ windows_i686_gnu-0.48.5 \ + windows_i686_gnu-0.53.1 \ + windows_i686_gnullvm-0.53.1 \ windows_i686_msvc-0.48.5 \ + windows_i686_msvc-0.53.1 \ windows_x86_64_gnu-0.48.5 \ + windows_x86_64_gnu-0.53.1 \ windows_x86_64_gnullvm-0.48.5 \ + windows_x86_64_gnullvm-0.53.1 \ windows_x86_64_msvc-0.48.5 \ + windows_x86_64_msvc-0.53.1 \ winnow-0.7.13 \ wit-bindgen-0.46.0 diff --git a/sysutils/work-tuimer/distinfo b/sysutils/work-tuimer/distinfo index f0f2d192dbaa..6c753986521c 100644 --- a/sysutils/work-tuimer/distinfo +++ b/sysutils/work-tuimer/distinfo @@ -1,8 +1,18 @@ -TIMESTAMP = 1762665078 +TIMESTAMP = 1765346426 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 +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.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 +SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192 +SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a +SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558 SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 @@ -13,6 +23,16 @@ SHA256 (rust/crates/castaway-0.2.4.crate) = dec551ab6e7578819132c713a93c022a05d6 SIZE (rust/crates/castaway-0.2.4.crate) = 12546 SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 +SHA256 (rust/crates/clap-4.5.51.crate) = 4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5 +SIZE (rust/crates/clap-4.5.51.crate) = 62030 +SHA256 (rust/crates/clap_builder-4.5.51.crate) = 75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a +SIZE (rust/crates/clap_builder-4.5.51.crate) = 171077 +SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 +SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 +SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 +SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/compact_str-0.7.1.crate) = f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f SIZE (rust/crates/compact_str-0.7.1.crate) = 57246 SHA256 (rust/crates/crossterm-0.27.0.crate) = f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df @@ -49,6 +69,8 @@ SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d3 SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/indexmap-2.12.0.crate) = 6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f SIZE (rust/crates/indexmap-2.12.0.crate) = 100446 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186 @@ -77,6 +99,8 @@ SHA256 (rust/crates/num_threads-0.1.7.crate) = 5c7398b9c8b70908f6371f47ed3673790 SIZE (rust/crates/num_threads-0.1.7.crate) = 7455 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.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a @@ -135,6 +159,8 @@ SHA256 (rust/crates/stability-0.2.1.crate) = d904e7009df136af5297832a3ace3370cd1 SIZE (rust/crates/stability-0.2.1.crate) = 5381 SHA256 (rust/crates/static_assertions-1.1.0.crate) = a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f SIZE (rust/crates/static_assertions-1.1.0.crate) = 18480 +SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f +SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/strum-0.26.3.crate) = 8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06 SIZE (rust/crates/strum-0.26.3.crate) = 7237 SHA256 (rust/crates/strum_macros-0.26.4.crate) = 4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be @@ -171,6 +197,8 @@ SHA256 (rust/crates/unicode-truncate-1.1.0.crate) = b3644627a5af5fa321c95b9b235a SIZE (rust/crates/unicode-truncate-1.1.0.crate) = 12529 SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af SIZE (rust/crates/unicode-width-0.1.14.crate) = 271615 +SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 +SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 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/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 @@ -185,27 +213,47 @@ SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 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.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb +SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 SHA256 (rust/crates/windows-targets-0.48.5.crate) = 9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c SIZE (rust/crates/windows-targets-0.48.5.crate) = 6904 +SHA256 (rust/crates/windows-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 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.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 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.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 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.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 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.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 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.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 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.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 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.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf SIZE (rust/crates/winnow-0.7.13.crate) = 174454 SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 -SHA256 (Kamyil-work-tuimer-v0.2.0_GH0.tar.gz) = 17a9cc58e679dbb35f5b53bdb93a1f4b36b9a1944bcb4b1a50f8a060608b6517 -SIZE (Kamyil-work-tuimer-v0.2.0_GH0.tar.gz) = 784838 +SHA256 (Kamyil-work-tuimer-v0.3.4_GH0.tar.gz) = cc0a3a98984e43d2392b66a8068eb13d9e0e5e2d67446d4ab4175f040ee296be +SIZE (Kamyil-work-tuimer-v0.3.4_GH0.tar.gz) = 813911 diff --git a/textproc/R-cran-htmltools/Makefile b/textproc/R-cran-htmltools/Makefile index cc46f29c2ae7..aa9cc8e7c264 100644 --- a/textproc/R-cran-htmltools/Makefile +++ b/textproc/R-cran-htmltools/Makefile @@ -1,21 +1,25 @@ PORTNAME= htmltools -DISTVERSION= 0.5.8.1 +DISTVERSION= 0.5.9 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= uzsolt@FreeBSD.org COMMENT= Tools for HTML generation and output -WWW= https://cran.r-project.org/web/packages/htmltools/ +WWW= https://cran.r-project.org/package=htmltools LICENSE= GPLv2+ CRAN_DEPENDS= R-cran-base64enc>0:converters/R-cran-base64enc \ R-cran-digest>0:security/R-cran-digest \ - R-cran-ellipsis>0:devel/R-cran-ellipsis \ R-cran-fastmap>=1.1.0:databases/R-cran-fastmap \ - R-cran-rlang>=0.4.10:devel/R-cran-rlang + R-cran-rlang>=1.0.0:devel/R-cran-rlang BUILD_DEPENDS= ${CRAN_DEPENDS} RUN_DEPENDS= ${CRAN_DEPENDS} +TEST_DEPENDS= R-cran-markdown>0:textproc/R-cran-markdown \ + R-cran-ragg>0:graphics/R-cran-ragg \ + R-cran-shiny>0:www/R-cran-shiny \ + R-cran-testthat>0:devel/R-cran-testthat \ + R-cran-withr>0:devel/R-cran-withr USES= cran:auto-plist,compiles diff --git a/textproc/R-cran-htmltools/distinfo b/textproc/R-cran-htmltools/distinfo index f8c59c3e7205..6a1e4ea4b969 100644 --- a/textproc/R-cran-htmltools/distinfo +++ b/textproc/R-cran-htmltools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1712579317 -SHA256 (htmltools_0.5.8.1.tar.gz) = f9f62293ec06c353c4584db6ccedb06a2da12e485208bd26b856f17dd013f176 -SIZE (htmltools_0.5.8.1.tar.gz) = 135134 +TIMESTAMP = 1765530849 +SHA256 (htmltools_0.5.9.tar.gz) = 19308618da485818f69dcfeeadd2ddc81d43a736a74519df7b3fd98e13128afd +SIZE (htmltools_0.5.9.tar.gz) = 135206 diff --git a/textproc/R-cran-htmltools/pkg-descr b/textproc/R-cran-htmltools/pkg-descr index 648471ddb023..d26f0f91abc6 100644 --- a/textproc/R-cran-htmltools/pkg-descr +++ b/textproc/R-cran-htmltools/pkg-descr @@ -1 +1,3 @@ -Tools for HTML generation and output +R-cran-htmltools makes it easy to customize the user interface (UI) of any +Shiny or R Markdown project by using R code to generate custom HTML (including +JavaScript and CSS). diff --git a/textproc/R-cran-yaml/Makefile b/textproc/R-cran-yaml/Makefile index d813fd7a050a..37f85547dd60 100644 --- a/textproc/R-cran-yaml/Makefile +++ b/textproc/R-cran-yaml/Makefile @@ -1,5 +1,5 @@ PORTNAME= yaml -DISTVERSION= 2.3.11 +DISTVERSION= 2.3.12 CATEGORIES= textproc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -10,7 +10,9 @@ WWW= https://cran.r-project.org/package=yaml LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -TEST_DEPENDS= R-cran-RUnit>0:devel/R-cran-RUnit +TEST_DEPENDS= R-cran-knitr>0:print/R-cran-knitr \ + R-cran-rmarkdown>0:textproc/R-cran-rmarkdown \ + R-cran-testthat>0:devel/R-cran-testthat USES= compiler:c++23-lang cran:auto-plist,compiles diff --git a/textproc/R-cran-yaml/distinfo b/textproc/R-cran-yaml/distinfo index 4ea242829070..6b1e5ec50e53 100644 --- a/textproc/R-cran-yaml/distinfo +++ b/textproc/R-cran-yaml/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764667264 -SHA256 (yaml_2.3.11.tar.gz) = b9c4fa70b9e2ba2257d59b7d4ba5d80106ed63f66d6d2a4da26b754160bac22c -SIZE (yaml_2.3.11.tar.gz) = 94851 +TIMESTAMP = 1765552969 +SHA256 (yaml_2.3.12.tar.gz) = 80ccf3dde851133ef3e333b818a817c296c6ccdacfc4709cd466995289cd556c +SIZE (yaml_2.3.12.tar.gz) = 108975 diff --git a/textproc/arianna/distinfo b/textproc/arianna/distinfo index 57ad25f4f1cf..472f30a9d3d7 100644 --- a/textproc/arianna/distinfo +++ b/textproc/arianna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264802 -SHA256 (KDE/release-service/25.08.3/arianna-25.08.3.tar.xz) = 3aee87ebbca3216ea8676036266312a5e7a4af3406c20deca12efa9f8b5bdab4 -SIZE (KDE/release-service/25.08.3/arianna-25.08.3.tar.xz) = 1183484 +TIMESTAMP = 1765478803 +SHA256 (KDE/release-service/25.12.0/arianna-25.12.0.tar.xz) = 034328b77309fa5cfce5254b909b3aee36870e5c37296b902b4a5f487dbe1e48 +SIZE (KDE/release-service/25.12.0/arianna-25.12.0.tar.xz) = 1183168 diff --git a/textproc/harper/Makefile b/textproc/harper/Makefile index 5b328b631756..003314d5209f 100644 --- a/textproc/harper/Makefile +++ b/textproc/harper/Makefile @@ -1,7 +1,6 @@ PORTNAME= harper DISTVERSIONPREFIX= v -DISTVERSION= 0.71.0 -PORTREVISION= 1 +DISTVERSION= 1.2.0 CATEGORIES= textproc MAINTAINER= ashish@FreeBSD.org diff --git a/textproc/harper/Makefile.crates b/textproc/harper/Makefile.crates index 4f03ce75bf8c..afbfcd99aae9 100644 --- a/textproc/harper/Makefile.crates +++ b/textproc/harper/Makefile.crates @@ -1,6 +1,7 @@ CARGO_CRATES= adler2-2.0.1 \ ahash-0.8.12 \ aho-corasick-1.1.3 \ + alloca-0.4.0 \ allocator-api2-0.2.21 \ ammonia-4.1.2 \ android_system_properties-0.1.5 \ @@ -31,27 +32,27 @@ CARGO_CRATES= adler2-2.0.1 \ block-buffer-0.10.4 \ bstr-1.12.0 \ bumpalo-3.19.0 \ - burn-0.19.0 \ - burn-autodiff-0.19.0 \ - burn-candle-0.19.0 \ - burn-common-0.19.0 \ - burn-core-0.19.0 \ - burn-cubecl-0.19.0 \ - burn-cubecl-fusion-0.19.0 \ - burn-cuda-0.19.0 \ - burn-dataset-0.19.0 \ - burn-derive-0.19.0 \ - burn-fusion-0.19.0 \ - burn-ir-0.19.0 \ - burn-ndarray-0.19.0 \ - burn-nn-0.19.0 \ - burn-optim-0.19.0 \ - burn-rocm-0.19.0 \ - burn-router-0.19.0 \ - burn-store-0.19.0 \ - burn-tensor-0.19.0 \ - burn-train-0.19.0 \ - burn-wgpu-0.19.0 \ + burn-0.19.1 \ + burn-autodiff-0.19.1 \ + burn-candle-0.19.1 \ + burn-common-0.19.1 \ + burn-core-0.19.1 \ + burn-cubecl-0.19.1 \ + burn-cubecl-fusion-0.19.1 \ + burn-cuda-0.19.1 \ + burn-dataset-0.19.1 \ + burn-derive-0.19.1 \ + burn-fusion-0.19.1 \ + burn-ir-0.19.1 \ + burn-ndarray-0.19.1 \ + burn-nn-0.19.1 \ + burn-optim-0.19.1 \ + burn-rocm-0.19.1 \ + burn-router-0.19.1 \ + burn-store-0.19.1 \ + burn-tensor-0.19.1 \ + burn-train-0.19.1 \ + burn-wgpu-0.19.1 \ bytemuck-1.24.0 \ bytemuck_derive-1.10.2 \ byteorder-1.5.0 \ @@ -71,8 +72,8 @@ CARGO_CRATES= adler2-2.0.1 \ ciborium-io-0.2.2 \ ciborium-ll-0.2.2 \ clang-sys-1.8.1 \ - clap-4.5.51 \ - clap_builder-4.5.51 \ + clap-4.5.53 \ + clap_builder-4.5.53 \ clap_derive-4.5.49 \ clap_lex-0.7.5 \ codespan-reporting-0.12.0 \ @@ -89,8 +90,8 @@ CARGO_CRATES= adler2-2.0.1 \ core-graphics-types-0.2.0 \ cpufeatures-0.2.17 \ crc32fast-1.5.0 \ - criterion-0.7.0 \ - criterion-plot-0.6.0 \ + criterion-0.8.1 \ + criterion-plot-0.8.1 \ critical-section-1.2.0 \ crossbeam-channel-0.5.15 \ crossbeam-deque-0.8.6 \ @@ -102,27 +103,27 @@ CARGO_CRATES= adler2-2.0.1 \ cssparser-macros-0.6.1 \ csv-1.3.1 \ csv-core-0.1.12 \ - cubecl-0.8.0 \ - cubecl-common-0.8.0 \ - cubecl-convolution-0.8.0 \ - cubecl-core-0.8.0 \ - cubecl-cpp-0.8.0 \ - cubecl-cpu-0.8.0 \ - cubecl-cuda-0.8.0 \ - cubecl-hip-0.8.0 \ + cubecl-0.8.1 \ + cubecl-common-0.8.1 \ + cubecl-convolution-0.8.1 \ + cubecl-core-0.8.1 \ + cubecl-cpp-0.8.1 \ + cubecl-cpu-0.8.1 \ + cubecl-cuda-0.8.1 \ + cubecl-hip-0.8.1 \ cubecl-hip-sys-7.0.5183101 \ - cubecl-ir-0.8.0 \ - cubecl-macros-0.8.0 \ + cubecl-ir-0.8.1 \ + cubecl-macros-0.8.1 \ cubecl-macros-internal-0.8.0 \ - cubecl-matmul-0.8.0 \ - cubecl-opt-0.8.0 \ - cubecl-quant-0.8.0 \ - cubecl-random-0.8.0 \ - cubecl-reduce-0.8.0 \ - cubecl-runtime-0.8.0 \ - cubecl-std-0.8.0 \ - cubecl-wgpu-0.8.0 \ - cudarc-0.17.5 \ + cubecl-matmul-0.8.1 \ + cubecl-opt-0.8.1 \ + cubecl-quant-0.8.1 \ + cubecl-random-0.8.1 \ + cubecl-reduce-0.8.1 \ + cubecl-runtime-0.8.1 \ + cubecl-std-0.8.1 \ + cubecl-wgpu-0.8.1 \ + cudarc-0.17.7 \ darling-0.20.11 \ darling-0.21.0 \ darling_core-0.20.11 \ @@ -232,7 +233,7 @@ CARGO_CRATES= adler2-2.0.1 \ hashbrown-0.13.2 \ hashbrown-0.14.5 \ hashbrown-0.15.5 \ - hashbrown-0.16.0 \ + hashbrown-0.16.1 \ heck-0.5.0 \ hermit-abi-0.5.2 \ hexf-parse-0.2.1 \ @@ -256,7 +257,7 @@ CARGO_CRATES= adler2-2.0.1 \ ident_case-1.0.1 \ idna-1.0.3 \ idna_adapter-1.2.1 \ - indexmap-2.12.0 \ + indexmap-2.12.1 \ ipnet-2.11.0 \ iri-string-0.7.8 \ is-docker-0.2.0 \ @@ -274,6 +275,7 @@ CARGO_CRATES= adler2-2.0.1 \ lazy_static-1.5.0 \ levenshtein_automata-0.2.1 \ libc-0.2.174 \ + libfuzzer-sys-0.4.10 \ libloading-0.8.8 \ liblzma-0.4.5 \ liblzma-sys-0.4.4 \ @@ -331,10 +333,11 @@ CARGO_CRATES= adler2-2.0.1 \ once_cell-1.21.3 \ once_cell_polyfill-1.70.1 \ oorandom-11.1.5 \ - open-5.3.2 \ + open-5.3.3 \ option-ext-0.2.0 \ ordered-float-4.6.0 \ ordered-float-5.1.0 \ + page_size-0.6.0 \ parking-2.2.1 \ parking_lot-0.12.5 \ parking_lot_core-0.9.12 \ @@ -501,15 +504,15 @@ CARGO_CRATES= adler2-2.0.1 \ tracel-mlir-rs-macros-20.1.4-5 \ tracel-mlir-sys-20.1.4-5 \ tracel-tblgen-rs-20.1.4-5 \ - tracing-0.1.41 \ + tracing-0.1.43 \ tracing-appender-0.2.3 \ - tracing-attributes-0.1.30 \ - tracing-core-0.1.34 \ + tracing-attributes-0.1.31 \ + tracing-core-0.1.35 \ tracing-log-0.2.0 \ - tracing-subscriber-0.3.20 \ + tracing-subscriber-0.3.22 \ tracing-wasm-0.2.1 \ tree-sitter-0.25.10 \ - tree-sitter-bash-0.25.0 \ + tree-sitter-bash-0.25.1 \ tree-sitter-c-0.24.1 \ tree-sitter-c-sharp-0.23.1 \ tree-sitter-clojure-0.1.0 \ @@ -549,7 +552,7 @@ CARGO_CRATES= adler2-2.0.1 \ unicode-ident-1.0.18 \ unicode-math-class-0.1.0 \ unicode-normalization-0.1.24 \ - unicode-script-0.5.7 \ + unicode-script-0.5.8 \ unicode-segmentation-1.12.0 \ unicode-width-0.1.14 \ unicode-width-0.2.2 \ diff --git a/textproc/harper/distinfo b/textproc/harper/distinfo index ebdaef5e90c0..6aee1a66e5f6 100644 --- a/textproc/harper/distinfo +++ b/textproc/harper/distinfo @@ -1,10 +1,12 @@ -TIMESTAMP = 1762470964 +TIMESTAMP = 1765733468 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 SIZE (rust/crates/aho-corasick-1.1.3.crate) = 183311 +SHA256 (rust/crates/alloca-0.4.0.crate) = e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4 +SIZE (rust/crates/alloca-0.4.0.crate) = 4257 SHA256 (rust/crates/allocator-api2-0.2.21.crate) = 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923 SIZE (rust/crates/allocator-api2-0.2.21.crate) = 63622 SHA256 (rust/crates/ammonia-4.1.2.crate) = 17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6 @@ -65,48 +67,48 @@ SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf95891080 SIZE (rust/crates/bstr-1.12.0.crate) = 351557 SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 -SHA256 (rust/crates/burn-0.19.0.crate) = ddecb408e100eedc1175cf0fd8092507dcea92ef5c22e1e25be85af7fed4cd7f -SIZE (rust/crates/burn-0.19.0.crate) = 63927 -SHA256 (rust/crates/burn-autodiff-0.19.0.crate) = a76610cf4fd32a9dd35b62989feb40a137a807f6ebfb015166a0b785b55657ff -SIZE (rust/crates/burn-autodiff-0.19.0.crate) = 94342 -SHA256 (rust/crates/burn-candle-0.19.0.crate) = 336126c4874dac8458f65fe743958397833e08a50b702740c042cad6ead8343b -SIZE (rust/crates/burn-candle-0.19.0.crate) = 42142 -SHA256 (rust/crates/burn-common-0.19.0.crate) = 226fe90c2a4a182dd6e58630ec836772efb8fb263c173bd4cda6f76a08924ac7 -SIZE (rust/crates/burn-common-0.19.0.crate) = 22128 -SHA256 (rust/crates/burn-core-0.19.0.crate) = 9621a37f59cdfa4492398f84925acdb0a9fb10d515d4e6809b62353e27e21f5d -SIZE (rust/crates/burn-core-0.19.0.crate) = 100423 -SHA256 (rust/crates/burn-cubecl-0.19.0.crate) = e6089a87d4646d62b56b527f09120ec11fdd699cce773c93d029ef3f7751911e -SIZE (rust/crates/burn-cubecl-0.19.0.crate) = 116389 -SHA256 (rust/crates/burn-cubecl-fusion-0.19.0.crate) = 50398855bd40bfa74e10667c312fe7422986cfc230e854d4512fb709a28f4a81 -SIZE (rust/crates/burn-cubecl-fusion-0.19.0.crate) = 88475 -SHA256 (rust/crates/burn-cuda-0.19.0.crate) = bc7adaf3f97a129c2394eb3170040410ada7b58d9f1aa28f5ec6cd6deb6f37f1 -SIZE (rust/crates/burn-cuda-0.19.0.crate) = 29928 -SHA256 (rust/crates/burn-dataset-0.19.0.crate) = 6cda16435acac1c6ea9c3f9bed5a4210a4cebbdb14abc30a1aeeff45460e3b6e -SIZE (rust/crates/burn-dataset-0.19.0.crate) = 89639 -SHA256 (rust/crates/burn-derive-0.19.0.crate) = 16277c15ea0eeeab321e8f7251be786483d6e7755e579ab39d7dd15043f7c3e1 -SIZE (rust/crates/burn-derive-0.19.0.crate) = 17767 -SHA256 (rust/crates/burn-fusion-0.19.0.crate) = b706d24d5dba3517ad0239e7591cd41c79dd5331a828ad736988b7735aa3e94a -SIZE (rust/crates/burn-fusion-0.19.0.crate) = 71619 -SHA256 (rust/crates/burn-ir-0.19.0.crate) = 69150047c338878c0fc1a4d8e26c399d1e2d9c97c4f87eecc4130dd03c2472a1 -SIZE (rust/crates/burn-ir-0.19.0.crate) = 20574 -SHA256 (rust/crates/burn-ndarray-0.19.0.crate) = ed9b60c14a706bf2ddc9e1a49e9eb48eb1828b11c719785de676ee7372603de6 -SIZE (rust/crates/burn-ndarray-0.19.0.crate) = 74585 -SHA256 (rust/crates/burn-nn-0.19.0.crate) = f2b73072f9c77798f641a7f66dc6fa3e1092021cf39322e8ea68ff7f572c17ae -SIZE (rust/crates/burn-nn-0.19.0.crate) = 103043 -SHA256 (rust/crates/burn-optim-0.19.0.crate) = d0f89c10e95d5d4691e5bba54d510e7148687cda9b2a2394eef29683a981cbdd -SIZE (rust/crates/burn-optim-0.19.0.crate) = 64971 -SHA256 (rust/crates/burn-rocm-0.19.0.crate) = f08f8fea5ef76b67731c79529d9346f8623091832789dcc9e47aa85b50fe9d5f -SIZE (rust/crates/burn-rocm-0.19.0.crate) = 29753 -SHA256 (rust/crates/burn-router-0.19.0.crate) = 9342581c5ca083db421a1c51d2c4c4b3326f5d86dae3d21a81420ac564be4057 -SIZE (rust/crates/burn-router-0.19.0.crate) = 41167 -SHA256 (rust/crates/burn-store-0.19.0.crate) = c742ebf6d46a092c7324237f6f89a9cff8502c8c48db3961b435e6ee00bc316d -SIZE (rust/crates/burn-store-0.19.0.crate) = 164317 -SHA256 (rust/crates/burn-tensor-0.19.0.crate) = 48ff77a13d211fbf7a861e07eefc93bd1fb07a84da34e913c6e13ec1271208cc -SIZE (rust/crates/burn-tensor-0.19.0.crate) = 273231 -SHA256 (rust/crates/burn-train-0.19.0.crate) = 4c35107c50d97b73f2fc96d9c1beaab732e0f27bf5f9b847b8e3f6619ee85873 -SIZE (rust/crates/burn-train-0.19.0.crate) = 101816 -SHA256 (rust/crates/burn-wgpu-0.19.0.crate) = 5f2361ddac1bdc98e4f10dd8f62ded836537c316ca78ca4f41577ced0de4f21f -SIZE (rust/crates/burn-wgpu-0.19.0.crate) = 36504 +SHA256 (rust/crates/burn-0.19.1.crate) = 0291ea5c68786545e239a02f63331cfe39da7485164ae05197d5be6f148d0557 +SIZE (rust/crates/burn-0.19.1.crate) = 63912 +SHA256 (rust/crates/burn-autodiff-0.19.1.crate) = 917423a74bf4d39f17a6799089869648e3d2b6ac89d93901aab4aeb9a7f82138 +SIZE (rust/crates/burn-autodiff-0.19.1.crate) = 94656 +SHA256 (rust/crates/burn-candle-0.19.1.crate) = 2891811d41ae30b5f1f660e7615b757b2cb4128af5e311b213656de3875e4acb +SIZE (rust/crates/burn-candle-0.19.1.crate) = 42134 +SHA256 (rust/crates/burn-common-0.19.1.crate) = 5eb445304e4f91f8633d23c9a5258cd93639d13ce2ee47d4821fd519b683bf02 +SIZE (rust/crates/burn-common-0.19.1.crate) = 22125 +SHA256 (rust/crates/burn-core-0.19.1.crate) = 20c93e754864080a8c27b9a47e3b6f7d79013cf82c9ce00ed57c9ba51a3e34c5 +SIZE (rust/crates/burn-core-0.19.1.crate) = 100419 +SHA256 (rust/crates/burn-cubecl-0.19.1.crate) = 0dd16308b7b0291c77f2d7acf428bc8254ec3db88a430a26cf3d3b0b63ae2d46 +SIZE (rust/crates/burn-cubecl-0.19.1.crate) = 116395 +SHA256 (rust/crates/burn-cubecl-fusion-0.19.1.crate) = cc21cf88201dfbf242cadb638a0cc924010727fc37d6a719f7e10548b339c63a +SIZE (rust/crates/burn-cubecl-fusion-0.19.1.crate) = 88663 +SHA256 (rust/crates/burn-cuda-0.19.1.crate) = 1e104dcf07eac70c7b5864b51d792df3360b11b00febb60543b4283bb414bb61 +SIZE (rust/crates/burn-cuda-0.19.1.crate) = 29932 +SHA256 (rust/crates/burn-dataset-0.19.1.crate) = 534d4398fd6aaec32f8caeb3f20ddffcd8a059bdefc01cc2794b91b4e984e8ea +SIZE (rust/crates/burn-dataset-0.19.1.crate) = 89648 +SHA256 (rust/crates/burn-derive-0.19.1.crate) = 3bcf49261de086b8206de6c8962d2adf23feb476119a18e384f5b2c9af07c0cf +SIZE (rust/crates/burn-derive-0.19.1.crate) = 17773 +SHA256 (rust/crates/burn-fusion-0.19.1.crate) = 662bf2679c04be34a0c3f1b11f77f6ff49456af1620d1eca311bc2562bbb56c9 +SIZE (rust/crates/burn-fusion-0.19.1.crate) = 71616 +SHA256 (rust/crates/burn-ir-0.19.1.crate) = 9161239d5691c4ab6f470f2c65aaec5c0a7c1f0b0da390700bcd59f5a77d1d7b +SIZE (rust/crates/burn-ir-0.19.1.crate) = 20577 +SHA256 (rust/crates/burn-ndarray-0.19.1.crate) = b78bcf4a3508043342f918e796dc79108b5f3252398403eb73952847e7683374 +SIZE (rust/crates/burn-ndarray-0.19.1.crate) = 74577 +SHA256 (rust/crates/burn-nn-0.19.1.crate) = dc7829c87c4dd6c7929b50fd981e7e8d1b77414323da30ce2067a3e8b7ea422b +SIZE (rust/crates/burn-nn-0.19.1.crate) = 103074 +SHA256 (rust/crates/burn-optim-0.19.1.crate) = 31758c02e50247f12457fca1905ed8684ac1b1c5292e10cbbfffb9fa0048d4bd +SIZE (rust/crates/burn-optim-0.19.1.crate) = 64972 +SHA256 (rust/crates/burn-rocm-0.19.1.crate) = 5e1ceb87b6e7349b42d7995477c9a69d0e6c458c64eafa10af3b8b9070f260aa +SIZE (rust/crates/burn-rocm-0.19.1.crate) = 29753 +SHA256 (rust/crates/burn-router-0.19.1.crate) = 45f40403c500b5df380bee47aa0f23032350bdfde5402812d6fcec4d6ff6fbad +SIZE (rust/crates/burn-router-0.19.1.crate) = 41172 +SHA256 (rust/crates/burn-store-0.19.1.crate) = 0a2a163486242fcb0c6e2cb89c5a803ab8588673652bb46ecd7af6378d06152f +SIZE (rust/crates/burn-store-0.19.1.crate) = 164334 +SHA256 (rust/crates/burn-tensor-0.19.1.crate) = df8861f7c21d3b07a2b19d028f6eb8903990949708b2ec825559b5200786877c +SIZE (rust/crates/burn-tensor-0.19.1.crate) = 273550 +SHA256 (rust/crates/burn-train-0.19.1.crate) = b0f1553197d50668823a4bafc187c62439df49b218973f0ca79e034b57ce38d6 +SIZE (rust/crates/burn-train-0.19.1.crate) = 101829 +SHA256 (rust/crates/burn-wgpu-0.19.1.crate) = c17aeaa2eadaa4831a64672b99f62ffcdf4874fe4757080633d8a6c4452e2b38 +SIZE (rust/crates/burn-wgpu-0.19.1.crate) = 36503 SHA256 (rust/crates/bytemuck-1.24.0.crate) = 1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4 SIZE (rust/crates/bytemuck-1.24.0.crate) = 53243 SHA256 (rust/crates/bytemuck_derive-1.10.2.crate) = f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff @@ -145,10 +147,10 @@ SHA256 (rust/crates/ciborium-ll-0.2.2.crate) = 57663b653d948a338bfb3eeba9bb2fd5f SIZE (rust/crates/ciborium-ll-0.2.2.crate) = 14695 SHA256 (rust/crates/clang-sys-1.8.1.crate) = 0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4 SIZE (rust/crates/clang-sys-1.8.1.crate) = 44009 -SHA256 (rust/crates/clap-4.5.51.crate) = 4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5 -SIZE (rust/crates/clap-4.5.51.crate) = 62030 -SHA256 (rust/crates/clap_builder-4.5.51.crate) = 75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a -SIZE (rust/crates/clap_builder-4.5.51.crate) = 171077 +SHA256 (rust/crates/clap-4.5.53.crate) = c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8 +SIZE (rust/crates/clap-4.5.53.crate) = 62036 +SHA256 (rust/crates/clap_builder-4.5.53.crate) = d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00 +SIZE (rust/crates/clap_builder-4.5.53.crate) = 170811 SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 @@ -181,10 +183,10 @@ SHA256 (rust/crates/cpufeatures-0.2.17.crate) = 59ed5838eebb26a2bb2e58f6d5b53169 SIZE (rust/crates/cpufeatures-0.2.17.crate) = 13466 SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 -SHA256 (rust/crates/criterion-0.7.0.crate) = e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928 -SIZE (rust/crates/criterion-0.7.0.crate) = 119908 -SHA256 (rust/crates/criterion-plot-0.6.0.crate) = 9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338 -SIZE (rust/crates/criterion-plot-0.6.0.crate) = 24495 +SHA256 (rust/crates/criterion-0.8.1.crate) = 4d883447757bb0ee46f233e9dc22eb84d93a9508c9b868687b274fc431d886bf +SIZE (rust/crates/criterion-0.8.1.crate) = 122380 +SHA256 (rust/crates/criterion-plot-0.8.1.crate) = ed943f81ea2faa8dcecbbfa50164acf95d555afec96a27871663b300e387b2e4 +SIZE (rust/crates/criterion-plot-0.8.1.crate) = 24771 SHA256 (rust/crates/critical-section-1.2.0.crate) = 790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b SIZE (rust/crates/critical-section-1.2.0.crate) = 19133 SHA256 (rust/crates/crossbeam-channel-0.5.15.crate) = 82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2 @@ -207,48 +209,48 @@ 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/cubecl-0.8.0.crate) = a3f2f345e729b90e342089acfbecb2818d170ff7ecccb2eba441903283f583fe -SIZE (rust/crates/cubecl-0.8.0.crate) = 45491 -SHA256 (rust/crates/cubecl-common-0.8.0.crate) = 4d733d3437e87635378a16dd6d26062b7f184e5a4dd3437486ed953514bf1efd -SIZE (rust/crates/cubecl-common-0.8.0.crate) = 47050 -SHA256 (rust/crates/cubecl-convolution-0.8.0.crate) = a6a77dce74132f4c44c7557a01375beb92a25eed242c9082563cb9b6172832b5 -SIZE (rust/crates/cubecl-convolution-0.8.0.crate) = 42061 -SHA256 (rust/crates/cubecl-core-0.8.0.crate) = 850dbdac9cedfa367248e4eae7f26c2011c1ec4b6f4e1d88028a1f947d0d73c2 -SIZE (rust/crates/cubecl-core-0.8.0.crate) = 128059 -SHA256 (rust/crates/cubecl-cpp-0.8.0.crate) = 8732743cd1167eca4cf4045d3e9f9e219520d92dae17d8aa9bd18d6c2eb49663 -SIZE (rust/crates/cubecl-cpp-0.8.0.crate) = 88545 -SHA256 (rust/crates/cubecl-cpu-0.8.0.crate) = baaa77f85342f7ccf6d33b5707e789a1beab339b00145b5868f7d590c319f4a4 -SIZE (rust/crates/cubecl-cpu-0.8.0.crate) = 53219 -SHA256 (rust/crates/cubecl-cuda-0.8.0.crate) = 839ba85c69d3158b8d11f54e887f794507067be7f5be8547ac53b833f4a58784 -SIZE (rust/crates/cubecl-cuda-0.8.0.crate) = 37453 -SHA256 (rust/crates/cubecl-hip-0.8.0.crate) = 73fa7d3f53a8a07656a1caa6414cf94700e25d876a2ff33dff9dea3190736b5b -SIZE (rust/crates/cubecl-hip-0.8.0.crate) = 33561 +SHA256 (rust/crates/cubecl-0.8.1.crate) = b8b7c74ecaca9356c9ae79d0ebf1db04f02bd98be09eea61f51d73373dffe758 +SIZE (rust/crates/cubecl-0.8.1.crate) = 45467 +SHA256 (rust/crates/cubecl-common-0.8.1.crate) = 4556981155bffc057a8effcd4549b52b51df3e9edec43af6ccae2dd03fc8fbff +SIZE (rust/crates/cubecl-common-0.8.1.crate) = 47051 +SHA256 (rust/crates/cubecl-convolution-0.8.1.crate) = 27c624ec400b7203673bf2db86d7ff30d1384839d497d2dd029c19b1b7371e0d +SIZE (rust/crates/cubecl-convolution-0.8.1.crate) = 42056 +SHA256 (rust/crates/cubecl-core-0.8.1.crate) = 0ffc10af538ee74535cda260e581f5a177c243803dd30b698934a515f0114b55 +SIZE (rust/crates/cubecl-core-0.8.1.crate) = 128067 +SHA256 (rust/crates/cubecl-cpp-0.8.1.crate) = d630e4d10cdd3af268ac753914ca79b48f01d1e36c5b5039970a817acc925fea +SIZE (rust/crates/cubecl-cpp-0.8.1.crate) = 88547 +SHA256 (rust/crates/cubecl-cpu-0.8.1.crate) = ac1693555277d74152afb61a23e30d1f17d72cebd317a648faf50a8e69380f08 +SIZE (rust/crates/cubecl-cpu-0.8.1.crate) = 53375 +SHA256 (rust/crates/cubecl-cuda-0.8.1.crate) = 67215fcd552a9e8bc68494a71cf2979f2e2bbcbda60f0695f56f86705b89ed5f +SIZE (rust/crates/cubecl-cuda-0.8.1.crate) = 37593 +SHA256 (rust/crates/cubecl-hip-0.8.1.crate) = d5e2e6a257f702fb2eb6f24e640e228a94695e4a4c73a4c549578cbb02ad4ec5 +SIZE (rust/crates/cubecl-hip-0.8.1.crate) = 33548 SHA256 (rust/crates/cubecl-hip-sys-7.0.5183101.crate) = 59ef087b59445fda47d2177370886351eb923ad1a541086d4919268574cd9558 SIZE (rust/crates/cubecl-hip-sys-7.0.5183101.crate) = 617862 -SHA256 (rust/crates/cubecl-ir-0.8.0.crate) = 3d8c468ca6c904ad97ed562fb61f77f3cdc929bc322f54b7c39e33cc49b20646 -SIZE (rust/crates/cubecl-ir-0.8.0.crate) = 32970 -SHA256 (rust/crates/cubecl-macros-0.8.0.crate) = 0d0ac86afe6b0a48569cc839605cf62d1d46e482f3476a87130d5166dafcc5c0 -SIZE (rust/crates/cubecl-macros-0.8.0.crate) = 55403 +SHA256 (rust/crates/cubecl-ir-0.8.1.crate) = bf5d3aa7857e6aee1622aef128d6ad8d9289ed57362b4e65d10cc182aafc585f +SIZE (rust/crates/cubecl-ir-0.8.1.crate) = 32964 +SHA256 (rust/crates/cubecl-macros-0.8.1.crate) = 5200fb619be424749901e3c6e8e66ae71146c8f83636a74f171bd980cba379d7 +SIZE (rust/crates/cubecl-macros-0.8.1.crate) = 55404 SHA256 (rust/crates/cubecl-macros-internal-0.8.0.crate) = 7287548e87dcb8226852c3fbd503b2c3b9a7e9f311b0ea14b7e8123a41012824 SIZE (rust/crates/cubecl-macros-internal-0.8.0.crate) = 5585 -SHA256 (rust/crates/cubecl-matmul-0.8.0.crate) = bdcca3ffa29b2f1abffab6b27046b2f86a9ebedfed597c405e4179984a004f8d -SIZE (rust/crates/cubecl-matmul-0.8.0.crate) = 127363 -SHA256 (rust/crates/cubecl-opt-0.8.0.crate) = 03c32810f85959e6c76dd336bf85d5a85b2752edb27310f0993d5b6b2243a308 -SIZE (rust/crates/cubecl-opt-0.8.0.crate) = 53892 -SHA256 (rust/crates/cubecl-quant-0.8.0.crate) = 880705a7c0254b619ec30465db8dc8943c3ddba5ea81d644d21e95084f68a4f4 -SIZE (rust/crates/cubecl-quant-0.8.0.crate) = 23193 -SHA256 (rust/crates/cubecl-random-0.8.0.crate) = 7632ca58b1080ac883dd9313f7374757476b3e9c741a32353c71ec5765fa7f9b -SIZE (rust/crates/cubecl-random-0.8.0.crate) = 22371 -SHA256 (rust/crates/cubecl-reduce-0.8.0.crate) = 19b759b19145c2e3a9d270200745c0fdbb9129c269f33f0b2ceab5e29f794e27 -SIZE (rust/crates/cubecl-reduce-0.8.0.crate) = 40474 -SHA256 (rust/crates/cubecl-runtime-0.8.0.crate) = b04e944b2097b7c8931498a57615b290cdda755197d7a24d272c306af6e1edd9 -SIZE (rust/crates/cubecl-runtime-0.8.0.crate) = 87534 -SHA256 (rust/crates/cubecl-std-0.8.0.crate) = e83ca684200a5c77231460ec613a654ccb7cd46a9ec22d13cc94bc6c78d1a102 -SIZE (rust/crates/cubecl-std-0.8.0.crate) = 51808 -SHA256 (rust/crates/cubecl-wgpu-0.8.0.crate) = 08ec904606258323e0cf56e05935989121cf40f344970023e783682ed757439c -SIZE (rust/crates/cubecl-wgpu-0.8.0.crate) = 73132 -SHA256 (rust/crates/cudarc-0.17.5.crate) = 7342f14f265a572a93e6c2f26a566f5f9341d6bee7a8a72ce77bf328c917199f -SIZE (rust/crates/cudarc-0.17.5.crate) = 586725 +SHA256 (rust/crates/cubecl-matmul-0.8.1.crate) = d1cf0a00609a249d5357c27cafea477f35218579db2ab00582d8d5800be4a5a3 +SIZE (rust/crates/cubecl-matmul-0.8.1.crate) = 127358 +SHA256 (rust/crates/cubecl-opt-0.8.1.crate) = 870ca4b52f9eebd358c9b360b89cdc9f82bde05682db63f0e90c666b3c85a04d +SIZE (rust/crates/cubecl-opt-0.8.1.crate) = 53891 +SHA256 (rust/crates/cubecl-quant-0.8.1.crate) = 9be3e1202c219078d85dbad7f30d1195fe4f9d42cbfad2c94ab0ea1a6d9f01f6 +SIZE (rust/crates/cubecl-quant-0.8.1.crate) = 23194 +SHA256 (rust/crates/cubecl-random-0.8.1.crate) = 9a293a05caa68663675823bab66205bca094a21a2c0f6686ad9f20b392516179 +SIZE (rust/crates/cubecl-random-0.8.1.crate) = 22367 +SHA256 (rust/crates/cubecl-reduce-0.8.1.crate) = 53306ace81f6262f7ae794370f47e6b5019842b27e8800240e5b039386b3ac3a +SIZE (rust/crates/cubecl-reduce-0.8.1.crate) = 40471 +SHA256 (rust/crates/cubecl-runtime-0.8.1.crate) = 91b823bb5899a6fa8809bf7aa36f93f72ced6de58ab9d6edea2c730b235eeda3 +SIZE (rust/crates/cubecl-runtime-0.8.1.crate) = 88845 +SHA256 (rust/crates/cubecl-std-0.8.1.crate) = 24536998f9fff84f9a1dd2a90f981d5aa4d15eb35cddec5021c4fcf977d2e75e +SIZE (rust/crates/cubecl-std-0.8.1.crate) = 51804 +SHA256 (rust/crates/cubecl-wgpu-0.8.1.crate) = d59a7d737259a784247595e2f0cc5a97d3e50f45cdaefbd4cc7d7fd2126f7a58 +SIZE (rust/crates/cubecl-wgpu-0.8.1.crate) = 73121 +SHA256 (rust/crates/cudarc-0.17.7.crate) = ff0da1a70ec91e66731c1752deb9fda3044f1154fe4ceb5873e3f96ed34cafa3 +SIZE (rust/crates/cudarc-0.17.7.crate) = 592186 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling-0.21.0.crate) = a79c4acb1fd5fa3d9304be4c76e031c54d2e92d172a393e24b19a14fe8532fe9 @@ -467,8 +469,8 @@ SHA256 (rust/crates/hashbrown-0.14.5.crate) = e5274423e17b7c9fc20b6e7e208532f9b1 SIZE (rust/crates/hashbrown-0.14.5.crate) = 141498 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 -SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d -SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 +SHA256 (rust/crates/hashbrown-0.16.1.crate) = 841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100 +SIZE (rust/crates/hashbrown-0.16.1.crate) = 147785 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/hermit-abi-0.5.2.crate) = fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c @@ -515,8 +517,8 @@ SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f SIZE (rust/crates/idna-1.0.3.crate) = 142515 SHA256 (rust/crates/idna_adapter-1.2.1.crate) = 3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344 SIZE (rust/crates/idna_adapter-1.2.1.crate) = 10389 -SHA256 (rust/crates/indexmap-2.12.0.crate) = 6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f -SIZE (rust/crates/indexmap-2.12.0.crate) = 100446 +SHA256 (rust/crates/indexmap-2.12.1.crate) = 0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2 +SIZE (rust/crates/indexmap-2.12.1.crate) = 100184 SHA256 (rust/crates/ipnet-2.11.0.crate) = 469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130 SIZE (rust/crates/ipnet-2.11.0.crate) = 29718 SHA256 (rust/crates/iri-string-0.7.8.crate) = dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2 @@ -551,6 +553,8 @@ SHA256 (rust/crates/levenshtein_automata-0.2.1.crate) = 0c2cdeb66e45e9f36bfad5bb SIZE (rust/crates/levenshtein_automata-0.2.1.crate) = 13549 SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 SIZE (rust/crates/libc-0.2.174.crate) = 779933 +SHA256 (rust/crates/libfuzzer-sys-0.4.10.crate) = 5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404 +SIZE (rust/crates/libfuzzer-sys-0.4.10.crate) = 133968 SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 SIZE (rust/crates/libloading-0.8.8.crate) = 31345 SHA256 (rust/crates/liblzma-0.4.5.crate) = 73c36d08cad03a3fbe2c4e7bb3a9e84c57e4ee4135ed0b065cade3d98480c648 @@ -665,14 +669,16 @@ SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 SHA256 (rust/crates/oorandom-11.1.5.crate) = d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e SIZE (rust/crates/oorandom-11.1.5.crate) = 23750 -SHA256 (rust/crates/open-5.3.2.crate) = e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95 -SIZE (rust/crates/open-5.3.2.crate) = 26342 +SHA256 (rust/crates/open-5.3.3.crate) = 43bb73a7fa3799b198970490a51174027ba0d4ec504b03cd08caf513d40024bc +SIZE (rust/crates/open-5.3.3.crate) = 27716 SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/ordered-float-4.6.0.crate) = 7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951 SIZE (rust/crates/ordered-float-4.6.0.crate) = 23633 SHA256 (rust/crates/ordered-float-5.1.0.crate) = 7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d SIZE (rust/crates/ordered-float-5.1.0.crate) = 30230 +SHA256 (rust/crates/page_size-0.6.0.crate) = 30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da +SIZE (rust/crates/page_size-0.6.0.crate) = 8479 SHA256 (rust/crates/parking-2.2.1.crate) = f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba SIZE (rust/crates/parking-2.2.1.crate) = 10685 SHA256 (rust/crates/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a @@ -1005,24 +1011,24 @@ SHA256 (rust/crates/tracel-mlir-sys-20.1.4-5.crate) = 89c805f361a6f927ba3c404866 SIZE (rust/crates/tracel-mlir-sys-20.1.4-5.crate) = 17209 SHA256 (rust/crates/tracel-tblgen-rs-20.1.4-5.crate) = a8bbcec2bc5d8c8b5d0f02694e986296a997c49e9b4395a31a54327545556107 SIZE (rust/crates/tracel-tblgen-rs-20.1.4-5.crate) = 34329 -SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 -SIZE (rust/crates/tracing-0.1.41.crate) = 82448 +SHA256 (rust/crates/tracing-0.1.43.crate) = 2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647 +SIZE (rust/crates/tracing-0.1.43.crate) = 90033 SHA256 (rust/crates/tracing-appender-0.2.3.crate) = 3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf SIZE (rust/crates/tracing-appender-0.2.3.crate) = 21964 -SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 -SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 -SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 -SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 +SHA256 (rust/crates/tracing-attributes-0.1.31.crate) = 7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da +SIZE (rust/crates/tracing-attributes-0.1.31.crate) = 39733 +SHA256 (rust/crates/tracing-core-0.1.35.crate) = 7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c +SIZE (rust/crates/tracing-core-0.1.35.crate) = 63837 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.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 -SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 +SHA256 (rust/crates/tracing-subscriber-0.3.22.crate) = 2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e +SIZE (rust/crates/tracing-subscriber-0.3.22.crate) = 212851 SHA256 (rust/crates/tracing-wasm-0.2.1.crate) = 4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07 SIZE (rust/crates/tracing-wasm-0.2.1.crate) = 9372 SHA256 (rust/crates/tree-sitter-0.25.10.crate) = 78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87 SIZE (rust/crates/tree-sitter-0.25.10.crate) = 197383 -SHA256 (rust/crates/tree-sitter-bash-0.25.0.crate) = 871b0606e667e98a1237ebdc1b0d7056e0aebfdc3141d12b399865d4cb6ed8a6 -SIZE (rust/crates/tree-sitter-bash-0.25.0.crate) = 443064 +SHA256 (rust/crates/tree-sitter-bash-0.25.1.crate) = 9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062 +SIZE (rust/crates/tree-sitter-bash-0.25.1.crate) = 438310 SHA256 (rust/crates/tree-sitter-c-0.24.1.crate) = 1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707 SIZE (rust/crates/tree-sitter-c-0.24.1.crate) = 248206 SHA256 (rust/crates/tree-sitter-c-sharp-0.23.1.crate) = 67f06accca7b45351758663b8215089e643d53bd9a660ce0349314263737fcb0 @@ -1101,8 +1107,8 @@ SHA256 (rust/crates/unicode-math-class-0.1.0.crate) = 7d246cf599d5fae3c8d56e04b2 SIZE (rust/crates/unicode-math-class-0.1.0.crate) = 15441 SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 -SHA256 (rust/crates/unicode-script-0.5.7.crate) = 9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f -SIZE (rust/crates/unicode-script-0.5.7.crate) = 47080 +SHA256 (rust/crates/unicode-script-0.5.8.crate) = 383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee +SIZE (rust/crates/unicode-script-0.5.8.crate) = 48253 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 SIZE (rust/crates/unicode-segmentation-1.12.0.crate) = 106323 SHA256 (rust/crates/unicode-width-0.1.14.crate) = 7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af @@ -1307,5 +1313,5 @@ SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f66 SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 SHA256 (rust/crates/zip-1.1.4.crate) = 9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164 SIZE (rust/crates/zip-1.1.4.crate) = 77910 -SHA256 (Automattic-harper-v0.71.0_GH0.tar.gz) = 18c95f88e7b72d0bb0da02104f6340b853731945de1c7073da831502908b383e -SIZE (Automattic-harper-v0.71.0_GH0.tar.gz) = 7462867 +SHA256 (Automattic-harper-v1.2.0_GH0.tar.gz) = 86ebe50c09a8e606431cded973a0b259489bc8cb1613907e99ff686feff2d34e +SIZE (Automattic-harper-v1.2.0_GH0.tar.gz) = 8481149 diff --git a/textproc/jalingo/Makefile b/textproc/jalingo/Makefile index fe529b03eda9..70893019c747 100644 --- a/textproc/jalingo/Makefile +++ b/textproc/jalingo/Makefile @@ -11,7 +11,11 @@ WWW= https://jalingo.sourceforge.net/ LICENSE= GPLv2 +DEPRECATED= Last release in 2006. Does not compile in Java 9+. +EXPIRATION_DATE= 2026-04-13 + USES= 7z java:ant,run +JAVA_VERSION= 8 ALL_TARGET= dist diff --git a/textproc/kompare/distinfo b/textproc/kompare/distinfo index 58c8f6cdb93a..30a495ed93f2 100644 --- a/textproc/kompare/distinfo +++ b/textproc/kompare/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264805 -SHA256 (KDE/release-service/25.08.3/kompare-25.08.3.tar.xz) = ce4306e3ee8f210d1feb887e499815702b7d38c4fd3a2a0aa7504959cd414fe2 -SIZE (KDE/release-service/25.08.3/kompare-25.08.3.tar.xz) = 964056 +TIMESTAMP = 1765478805 +SHA256 (KDE/release-service/25.12.0/kompare-25.12.0.tar.xz) = 848f5c19e5d054781844323cf6fe5bb3ea7e055832d847f8d09bf13729941f48 +SIZE (KDE/release-service/25.12.0/kompare-25.12.0.tar.xz) = 964076 diff --git a/textproc/libkomparediff2/distinfo b/textproc/libkomparediff2/distinfo index cfd30c6d7638..36cd128e6f3c 100644 --- a/textproc/libkomparediff2/distinfo +++ b/textproc/libkomparediff2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264807 -SHA256 (KDE/release-service/25.08.3/libkomparediff2-25.08.3.tar.xz) = 6e936f8661f336cb9acff79e246e1dfb284f9cd566a01c65ab5a2589e736c9ec -SIZE (KDE/release-service/25.08.3/libkomparediff2-25.08.3.tar.xz) = 186404 +TIMESTAMP = 1765478808 +SHA256 (KDE/release-service/25.12.0/libkomparediff2-25.12.0.tar.xz) = 93fa6cc2c5ec5fe0c5a4e2222f57635b18fdc3599ea22235bbb10c7b8ceaa079 +SIZE (KDE/release-service/25.12.0/libkomparediff2-25.12.0.tar.xz) = 186408 diff --git a/textproc/libucl/Makefile b/textproc/libucl/Makefile index 4e484b383e1f..f33d3c6b6072 100644 --- a/textproc/libucl/Makefile +++ b/textproc/libucl/Makefile @@ -1,6 +1,5 @@ PORTNAME= libucl -DISTVERSION= 0.9.2 -PORTREVISION= 2 +DISTVERSION= 0.9.3 CATEGORIES= textproc devel # implicit-approval+: bapt dvl diff --git a/textproc/libucl/distinfo b/textproc/libucl/distinfo index d8c4a1420a7b..7f2d70a73ed7 100644 --- a/textproc/libucl/distinfo +++ b/textproc/libucl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713868297 -SHA256 (vstakhov-libucl-0.9.2_GH0.tar.gz) = f63ddee1d7f5217cac4f9cdf72b9c5e8fe43cfe5725db13f1414b0d8a369bbe0 -SIZE (vstakhov-libucl-0.9.2_GH0.tar.gz) = 2044512 +TIMESTAMP = 1765529887 +SHA256 (vstakhov-libucl-0.9.3_GH0.tar.gz) = 40d5a130132e896f63260daf57deca0eab582deb660d4bdbf60608bace2d6d92 +SIZE (vstakhov-libucl-0.9.3_GH0.tar.gz) = 2046803 diff --git a/textproc/libucl/pkg-plist b/textproc/libucl/pkg-plist index 407a5193790e..d809ffde9e5d 100644 --- a/textproc/libucl/pkg-plist +++ b/textproc/libucl/pkg-plist @@ -6,8 +6,8 @@ include/ucl.h include/ucl++.h lib/libucl.a lib/libucl.so -lib/libucl.so.7 -lib/libucl.so.7.2.0 +lib/libucl.so.6 +lib/libucl.so.6.3.0 %%LUA%%%%LUA_MODLIBDIR%%/ucl.a %%LUA%%%%LUA_MODLIBDIR%%/ucl.so libdata/pkgconfig/libucl.pc diff --git a/textproc/markdownpart/distinfo b/textproc/markdownpart/distinfo index a893f3b8485b..7157747fd2a1 100644 --- a/textproc/markdownpart/distinfo +++ b/textproc/markdownpart/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264810 -SHA256 (KDE/release-service/25.08.3/markdownpart-25.08.3.tar.xz) = 59524b2377bed096234a8b471f3c1754553d1d3f12239deb377c9c02d543653d -SIZE (KDE/release-service/25.08.3/markdownpart-25.08.3.tar.xz) = 34600 +TIMESTAMP = 1765478811 +SHA256 (KDE/release-service/25.12.0/markdownpart-25.12.0.tar.xz) = ae2211c03fe6bb0aba570e9051757d3d8bb139d211c3153fc9ce11de120429e8 +SIZE (KDE/release-service/25.12.0/markdownpart-25.12.0.tar.xz) = 34592 diff --git a/textproc/mdbook/Makefile b/textproc/mdbook/Makefile index 87ced69b88fa..11c706b7521f 100644 --- a/textproc/mdbook/Makefile +++ b/textproc/mdbook/Makefile @@ -1,7 +1,6 @@ PORTNAME= mdbook DISTVERSIONPREFIX= v -DISTVERSION= 0.4.52 -PORTREVISION= 3 +DISTVERSION= 0.5.1 CATEGORIES= textproc MAINTAINER= eduardo@FreeBSD.org @@ -18,7 +17,7 @@ GH_ACCOUNT= rust-lang GH_PROJECT= mdBook PLIST_FILES= bin/mdbook -PORTEXAMPLES= examples guide test_book +PORTEXAMPLES= examples guide OPTIONS_DEFINE= EXAMPLES diff --git a/textproc/mdbook/Makefile.crates b/textproc/mdbook/Makefile.crates index eb7598a2be75..3159c7621f1a 100644 --- a/textproc/mdbook/Makefile.crates +++ b/textproc/mdbook/Makefile.crates @@ -1,47 +1,35 @@ -CARGO_CRATES= addr2line-0.24.2 \ - adler2-2.0.1 \ - aho-corasick-1.1.3 \ - ammonia-4.1.1 \ - android-tzdata-0.1.1 \ - android_system_properties-0.1.5 \ - anstream-0.6.19 \ - anstyle-1.0.11 \ +CARGO_CRATES= aho-corasick-1.1.4 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ anstyle-lossy-1.1.4 \ anstyle-parse-0.2.7 \ - anstyle-query-1.1.3 \ - anstyle-svg-0.1.9 \ - anstyle-wincon-3.0.9 \ - anyhow-1.0.98 \ - autocfg-1.5.0 \ - axum-0.8.4 \ - axum-core-0.5.2 \ - backtrace-0.3.75 \ + anstyle-query-1.1.4 \ + anstyle-svg-0.1.11 \ + anstyle-wincon-3.0.10 \ + anyhow-1.0.100 \ + atomic-waker-1.1.2 \ + axum-0.8.6 \ + axum-core-0.5.5 \ base64-0.22.1 \ bit-set-0.5.3 \ bit-vec-0.6.3 \ bitflags-1.3.2 \ - bitflags-2.9.1 \ + bitflags-2.10.0 \ block-buffer-0.10.4 \ - bstr-1.12.0 \ - bumpalo-3.19.0 \ + bstr-1.12.1 \ bytes-1.10.1 \ - cc-1.2.29 \ - cfg-if-1.0.1 \ - chrono-0.4.41 \ - clap-4.5.41 \ - clap_builder-4.5.41 \ - clap_complete-4.5.55 \ - clap_lex-0.7.5 \ + cfg-if-1.0.4 \ + clap-4.5.51 \ + clap_builder-4.5.51 \ + clap_complete-4.5.60 \ + clap_lex-0.7.6 \ colorchoice-1.0.4 \ content_inspector-0.2.4 \ - core-foundation-sys-0.8.7 \ cpufeatures-0.2.17 \ crossbeam-deque-0.8.6 \ crossbeam-epoch-0.9.18 \ crossbeam-utils-0.8.21 \ crypto-common-0.1.6 \ - cssparser-0.35.0 \ - cssparser-macros-0.6.1 \ darling-0.20.11 \ darling_core-0.20.11 \ darling_macro-0.20.11 \ @@ -49,20 +37,17 @@ CARGO_CRATES= addr2line-0.24.2 \ derive_builder-0.20.2 \ derive_builder_core-0.20.2 \ derive_builder_macro-0.20.2 \ - diff-0.1.13 \ digest-0.10.7 \ - displaydoc-0.2.5 \ - dtoa-1.0.10 \ - dtoa-short-0.3.5 \ dunce-1.0.5 \ + ego-tree-0.10.0 \ elasticlunr-rs-3.0.2 \ - env_filter-0.1.3 \ - env_logger-0.11.8 \ - errno-0.3.13 \ + equivalent-1.0.2 \ + errno-0.3.14 \ fastrand-2.3.0 \ - filetime-0.2.25 \ + filetime-0.2.26 \ fnv-1.0.7 \ - form_urlencoded-1.2.1 \ + font-awesome-as-a-crate-0.3.0 \ + form_urlencoded-1.2.2 \ fsevent-sys-4.1.0 \ futf-0.1.5 \ futures-channel-0.3.31 \ @@ -71,12 +56,13 @@ CARGO_CRATES= addr2line-0.24.2 \ futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ - generic-array-0.14.7 \ + generic-array-0.14.9 \ getrandom-0.2.16 \ - getrandom-0.3.3 \ - gimli-0.31.1 \ - globset-0.4.16 \ + getrandom-0.3.4 \ + glob-0.3.3 \ + globset-0.4.18 \ handlebars-6.3.2 \ + hashbrown-0.16.0 \ hex-0.4.3 \ html-escape-0.2.13 \ html5ever-0.26.0 \ @@ -87,213 +73,167 @@ CARGO_CRATES= addr2line-0.24.2 \ http-range-header-0.4.2 \ httparse-1.10.1 \ httpdate-1.0.3 \ - hyper-1.6.0 \ - hyper-util-0.1.15 \ - iana-time-zone-0.1.63 \ - iana-time-zone-haiku-0.1.2 \ - 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 \ + hyper-1.7.0 \ + hyper-util-0.1.17 \ ident_case-1.0.1 \ - idna-1.0.3 \ - idna_adapter-1.2.1 \ - ignore-0.4.23 \ + ignore-0.4.25 \ + indexmap-2.12.0 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ - io-uring-0.7.8 \ - is_terminal_polyfill-1.70.1 \ + is_terminal_polyfill-1.70.2 \ itoa-1.0.15 \ - jiff-0.2.15 \ - jiff-static-0.2.15 \ - js-sys-0.3.77 \ kqueue-1.1.1 \ kqueue-sys-1.0.4 \ - libc-0.2.174 \ - libredox-0.1.4 \ - linux-raw-sys-0.9.4 \ - litemap-0.8.0 \ - lock_api-0.4.13 \ - log-0.4.27 \ + lazy_static-1.5.0 \ + libc-0.2.177 \ + libredox-0.1.10 \ + linux-raw-sys-0.11.0 \ + lock_api-0.4.14 \ + log-0.4.28 \ mac-0.1.1 \ - maplit-1.0.2 \ markup5ever-0.11.0 \ markup5ever-0.35.0 \ markup5ever_rcdom-0.2.0 \ match_token-0.35.0 \ + matchers-0.2.0 \ matchit-0.8.4 \ - memchr-2.7.5 \ + memchr-2.7.6 \ mime-0.3.17 \ mime_guess-2.0.5 \ - miniz_oxide-0.8.9 \ - mio-1.0.4 \ + mio-1.1.0 \ new_debug_unreachable-1.0.6 \ normalize-line-endings-0.3.0 \ - normpath-1.3.0 \ - notify-8.1.0 \ - notify-debouncer-mini-0.6.0 \ + normpath-1.5.0 \ + notify-8.2.0 \ + notify-debouncer-mini-0.7.0 \ notify-types-2.0.0 \ + nu-ansi-term-0.50.3 \ num-modular-0.6.1 \ num-order-1.2.0 \ - num-traits-0.2.19 \ - object-0.36.7 \ once_cell-1.21.3 \ - once_cell_polyfill-1.70.1 \ - opener-0.8.2 \ - parking_lot-0.12.4 \ - parking_lot_core-0.9.11 \ + once_cell_polyfill-1.70.2 \ + opener-0.8.3 \ + parking_lot-0.12.5 \ + parking_lot_core-0.9.12 \ pathdiff-0.2.3 \ - percent-encoding-2.3.1 \ - pest-2.8.1 \ - pest_derive-2.8.1 \ - pest_generator-2.8.1 \ - pest_meta-2.8.1 \ + percent-encoding-2.3.2 \ + pest-2.8.3 \ + pest_derive-2.8.3 \ + pest_generator-2.8.3 \ + pest_meta-2.8.3 \ phf-0.10.1 \ phf-0.11.3 \ phf_codegen-0.10.0 \ phf_codegen-0.11.3 \ phf_generator-0.10.0 \ phf_generator-0.11.3 \ - phf_macros-0.11.3 \ phf_shared-0.10.0 \ phf_shared-0.11.3 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ - portable-atomic-1.11.1 \ - portable-atomic-util-0.2.4 \ - potential_utf-0.1.2 \ ppv-lite86-0.2.21 \ precomputed-hash-0.1.1 \ - pretty_assertions-1.4.1 \ - proc-macro2-1.0.95 \ - pulldown-cmark-0.10.3 \ - pulldown-cmark-0.12.2 \ - pulldown-cmark-escape-0.10.1 \ - pulldown-cmark-to-cmark-18.0.0 \ - quote-1.0.40 \ + proc-macro2-1.0.103 \ + pulldown-cmark-0.13.0 \ + pulldown-cmark-escape-0.11.0 \ + pulldown-cmark-to-cmark-21.0.0 \ + quote-1.0.41 \ r-efi-5.3.0 \ rand-0.8.5 \ - rand-0.9.1 \ + rand-0.9.2 \ rand_chacha-0.3.1 \ rand_chacha-0.9.0 \ rand_core-0.6.4 \ rand_core-0.9.3 \ - redox_syscall-0.5.13 \ - regex-1.11.1 \ - regex-automata-0.4.9 \ - regex-syntax-0.8.5 \ - rustc-demangle-0.1.25 \ - rustix-1.0.7 \ - rustversion-1.0.21 \ + redox_syscall-0.5.18 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ + rustix-1.1.2 \ ryu-1.0.20 \ same-file-1.0.6 \ scopeguard-1.2.0 \ select-0.6.1 \ - semver-1.0.26 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ - serde_json-1.0.140 \ - serde_path_to_error-0.1.17 \ + semver-1.0.27 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ + serde_json-1.0.145 \ + serde_path_to_error-0.1.20 \ + serde_spanned-1.0.3 \ serde_urlencoded-0.7.1 \ sha1-0.10.6 \ sha2-0.10.9 \ + sharded-slab-0.1.7 \ shlex-1.3.0 \ similar-2.7.0 \ siphasher-0.3.11 \ siphasher-1.0.1 \ - slab-0.4.10 \ + slab-0.4.11 \ smallvec-1.15.1 \ - snapbox-0.6.21 \ - snapbox-macros-0.3.10 \ - socket2-0.5.10 \ - stable_deref_trait-1.2.0 \ + snapbox-0.6.23 \ + snapbox-macros-0.4.0 \ + socket2-0.6.1 \ string_cache-0.8.9 \ string_cache_codegen-0.5.4 \ strsim-0.11.1 \ syn-1.0.109 \ - syn-2.0.104 \ + syn-2.0.108 \ sync_wrapper-1.0.2 \ - synstructure-0.13.2 \ - tempfile-3.20.0 \ + tempfile-3.23.0 \ tendril-0.4.3 \ - terminal_size-0.4.2 \ - thiserror-2.0.12 \ - thiserror-impl-2.0.12 \ - tinystr-0.8.1 \ - tokio-1.46.1 \ - tokio-macros-2.5.0 \ - tokio-tungstenite-0.26.2 \ - tokio-util-0.7.15 \ - toml-0.5.11 \ + terminal_size-0.4.3 \ + thiserror-2.0.17 \ + thiserror-impl-2.0.17 \ + thread_local-1.1.9 \ + tokio-1.48.0 \ + tokio-macros-2.6.0 \ + tokio-tungstenite-0.28.0 \ + tokio-util-0.7.16 \ + toml-0.9.8 \ + toml_datetime-0.7.3 \ + toml_parser-1.0.4 \ + toml_writer-1.0.4 \ topological-sort-0.2.2 \ tower-0.5.2 \ tower-http-0.6.6 \ tower-layer-0.3.3 \ tower-service-0.3.3 \ tracing-0.1.41 \ + tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ - tungstenite-0.26.2 \ - typenum-1.18.0 \ + tracing-log-0.2.0 \ + tracing-subscriber-0.3.20 \ + tungstenite-0.28.0 \ + typenum-1.19.0 \ ucd-trie-0.1.7 \ unicase-2.8.1 \ - unicode-ident-1.0.18 \ - unicode-width-0.2.1 \ - url-2.5.4 \ + unicode-ident-1.0.22 \ + unicode-width-0.2.2 \ utf-8-0.7.6 \ utf8-width-0.1.7 \ - utf8_iter-1.0.4 \ utf8parse-0.2.2 \ + valuable-0.1.1 \ version_check-0.9.5 \ walkdir-2.5.0 \ 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 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ + wasip2-1.0.1+wasi-0.2.4 \ web_atoms-0.1.3 \ - winapi-util-0.1.9 \ - windows-core-0.61.2 \ - windows-implement-0.60.0 \ - windows-interface-0.59.1 \ - windows-link-0.1.3 \ - windows-result-0.3.4 \ - windows-strings-0.4.2 \ - windows-sys-0.52.0 \ - windows-sys-0.59.0 \ + winapi-util-0.1.11 \ + windows-link-0.2.1 \ 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 \ - windows_x86_64_msvc-0.53.0 \ - wit-bindgen-rt-0.39.0 \ - writeable-0.6.1 \ + windows-sys-0.61.2 \ + windows-targets-0.53.5 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.53.1 \ + windows_i686_gnullvm-0.53.1 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.53.1 \ + winnow-0.7.13 \ + wit-bindgen-0.46.0 \ xml5ever-0.17.0 \ - yansi-1.0.1 \ - yoke-0.8.0 \ - yoke-derive-0.8.0 \ - zerocopy-0.8.26 \ - zerocopy-derive-0.8.26 \ - zerofrom-0.1.6 \ - zerofrom-derive-0.1.6 \ - zerotrie-0.2.2 \ - zerovec-0.11.2 \ - zerovec-derive-0.11.1 + zerocopy-0.8.27 \ + zerocopy-derive-0.8.27 diff --git a/textproc/mdbook/distinfo b/textproc/mdbook/distinfo index e7ccc8743203..2ccefe0861b5 100644 --- a/textproc/mdbook/distinfo +++ b/textproc/mdbook/distinfo @@ -1,40 +1,28 @@ -TIMESTAMP = 1752563101 -SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 -SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 -SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa -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/ammonia-4.1.1.crate) = d6b346764dd0814805de8abf899fe03065bcee69bb1a4771c785817e39f3978f -SIZE (rust/crates/ammonia-4.1.1.crate) = 56029 -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.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 +TIMESTAMP = 1763668278 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 SHA256 (rust/crates/anstyle-lossy-1.1.4.crate) = 04d3a5dc826f84d0ea11882bb8054ff7f3d482602e11bb181101303a279ea01f SIZE (rust/crates/anstyle-lossy-1.1.4.crate) = 10266 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-svg-0.1.9.crate) = 0a43964079ef399480603125d5afae2b219aceffb77478956e25f17b9bc3435c -SIZE (rust/crates/anstyle-svg-0.1.9.crate) = 18651 -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/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8 -SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 -SHA256 (rust/crates/axum-0.8.4.crate) = 021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5 -SIZE (rust/crates/axum-0.8.4.crate) = 175159 -SHA256 (rust/crates/axum-core-0.5.2.crate) = 68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6 -SIZE (rust/crates/axum-core-0.5.2.crate) = 26212 -SHA256 (rust/crates/backtrace-0.3.75.crate) = 6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002 -SIZE (rust/crates/backtrace-0.3.75.crate) = 92665 +SHA256 (rust/crates/anstyle-query-1.1.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 +SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192 +SHA256 (rust/crates/anstyle-svg-0.1.11.crate) = 26b9ec8c976eada1b0f9747a3d7cc4eae3bef10613e443746e7487f26c872fde +SIZE (rust/crates/anstyle-svg-0.1.11.crate) = 18988 +SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a +SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 +SHA256 (rust/crates/atomic-waker-1.1.2.crate) = 1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0 +SIZE (rust/crates/atomic-waker-1.1.2.crate) = 12422 +SHA256 (rust/crates/axum-0.8.6.crate) = 8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871 +SIZE (rust/crates/axum-0.8.6.crate) = 178581 +SHA256 (rust/crates/axum-core-0.5.5.crate) = 59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22 +SIZE (rust/crates/axum-core-0.5.5.crate) = 26919 SHA256 (rust/crates/base64-0.22.1.crate) = 72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6 SIZE (rust/crates/base64-0.22.1.crate) = 81597 SHA256 (rust/crates/bit-set-0.5.3.crate) = 0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1 @@ -43,36 +31,28 @@ SHA256 (rust/crates/bit-vec-0.6.3.crate) = 349f9b6a179ed607305526ca489b34ad0a41a SIZE (rust/crates/bit-vec-0.6.3.crate) = 19927 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.1.crate) = 1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967 -SIZE (rust/crates/bitflags-2.9.1.crate) = 47913 +SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 -SHA256 (rust/crates/bstr-1.12.0.crate) = 234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4 -SIZE (rust/crates/bstr-1.12.0.crate) = 351557 -SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 -SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/bstr-1.12.1.crate) = 63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab +SIZE (rust/crates/bstr-1.12.1.crate) = 354916 SHA256 (rust/crates/bytes-1.10.1.crate) = d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a SIZE (rust/crates/bytes-1.10.1.crate) = 76779 -SHA256 (rust/crates/cc-1.2.29.crate) = 5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362 -SIZE (rust/crates/cc-1.2.29.crate) = 108072 -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.41.crate) = be92d32e80243a54711e5d7ce823c35c41c9d929dc4ab58e1276f625841aadf9 -SIZE (rust/crates/clap-4.5.41.crate) = 58298 -SHA256 (rust/crates/clap_builder-4.5.41.crate) = 707eab41e9622f9139419d573eca0900137718000c517d47da73045f54331c3d -SIZE (rust/crates/clap_builder-4.5.41.crate) = 169633 -SHA256 (rust/crates/clap_complete-4.5.55.crate) = a5abde44486daf70c5be8b8f8f1b66c49f86236edf6fa2abadb4d961c4c6229a -SIZE (rust/crates/clap_complete-4.5.55.crate) = 48536 -SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 -SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 +SHA256 (rust/crates/clap-4.5.51.crate) = 4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5 +SIZE (rust/crates/clap-4.5.51.crate) = 62030 +SHA256 (rust/crates/clap_builder-4.5.51.crate) = 75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a +SIZE (rust/crates/clap_builder-4.5.51.crate) = 171077 +SHA256 (rust/crates/clap_complete-4.5.60.crate) = 8e602857739c5a4291dfa33b5a298aeac9006185229a700e5810a3ef7272d971 +SIZE (rust/crates/clap_complete-4.5.60.crate) = 48640 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 SHA256 (rust/crates/content_inspector-0.2.4.crate) = b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38 SIZE (rust/crates/content_inspector-0.2.4.crate) = 11386 -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/crossbeam-deque-0.8.6.crate) = 9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51 @@ -83,10 +63,6 @@ SHA256 (rust/crates/crossbeam-utils-0.8.21.crate) = d0a5c400df2834b80a4c3327b3aa SIZE (rust/crates/crossbeam-utils-0.8.21.crate) = 42691 SHA256 (rust/crates/crypto-common-0.1.6.crate) = 1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3 SIZE (rust/crates/crypto-common-0.1.6.crate) = 8760 -SHA256 (rust/crates/cssparser-0.35.0.crate) = 4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa -SIZE (rust/crates/cssparser-0.35.0.crate) = 54145 -SHA256 (rust/crates/cssparser-macros-0.6.1.crate) = 13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331 -SIZE (rust/crates/cssparser-macros-0.6.1.crate) = 7914 SHA256 (rust/crates/darling-0.20.11.crate) = fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee SIZE (rust/crates/darling-0.20.11.crate) = 37614 SHA256 (rust/crates/darling_core-0.20.11.crate) = 0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e @@ -101,34 +77,28 @@ SHA256 (rust/crates/derive_builder_core-0.20.2.crate) = 2d5bcf7b024d6835cfb3d473 SIZE (rust/crates/derive_builder_core-0.20.2.crate) = 31397 SHA256 (rust/crates/derive_builder_macro-0.20.2.crate) = ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c SIZE (rust/crates/derive_builder_macro-0.20.2.crate) = 6360 -SHA256 (rust/crates/diff-0.1.13.crate) = 56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8 -SIZE (rust/crates/diff-0.1.13.crate) = 46216 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 -SIZE (rust/crates/displaydoc-0.2.5.crate) = 24219 -SHA256 (rust/crates/dtoa-1.0.10.crate) = d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04 -SIZE (rust/crates/dtoa-1.0.10.crate) = 17584 -SHA256 (rust/crates/dtoa-short-0.3.5.crate) = cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87 -SIZE (rust/crates/dtoa-short-0.3.5.crate) = 8287 SHA256 (rust/crates/dunce-1.0.5.crate) = 92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813 SIZE (rust/crates/dunce-1.0.5.crate) = 8244 +SHA256 (rust/crates/ego-tree-0.10.0.crate) = b2972feb8dffe7bc8c5463b1dacda1b0dfbed3710e50f977d965429692d74cd8 +SIZE (rust/crates/ego-tree-0.10.0.crate) = 17436 SHA256 (rust/crates/elasticlunr-rs-3.0.2.crate) = 41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571 SIZE (rust/crates/elasticlunr-rs-3.0.2.crate) = 109533 -SHA256 (rust/crates/env_filter-0.1.3.crate) = 186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0 -SIZE (rust/crates/env_filter-0.1.3.crate) = 15191 -SHA256 (rust/crates/env_logger-0.11.8.crate) = 13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f -SIZE (rust/crates/env_logger-0.11.8.crate) = 32538 -SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad -SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f +SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 +SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb +SIZE (rust/crates/errno-0.3.14.crate) = 12002 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 -SIZE (rust/crates/filetime-0.2.25.crate) = 14940 +SHA256 (rust/crates/filetime-0.2.26.crate) = bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed +SIZE (rust/crates/filetime-0.2.26.crate) = 17273 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 -SHA256 (rust/crates/form_urlencoded-1.2.1.crate) = e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456 -SIZE (rust/crates/form_urlencoded-1.2.1.crate) = 8969 +SHA256 (rust/crates/font-awesome-as-a-crate-0.3.0.crate) = 932dcfbd51320af5f27f1ba02d2e567dec332cac7d2c221ba45d8e767264c4dc +SIZE (rust/crates/font-awesome-as-a-crate-0.3.0.crate) = 501578 +SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf +SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 SHA256 (rust/crates/fsevent-sys-4.1.0.crate) = 76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2 SIZE (rust/crates/fsevent-sys-4.1.0.crate) = 4620 SHA256 (rust/crates/futf-0.1.5.crate) = df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843 @@ -145,18 +115,20 @@ SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 SIZE (rust/crates/futures-util-0.3.31.crate) = 162124 -SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a -SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 +SHA256 (rust/crates/generic-array-0.14.9.crate) = 4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2 +SIZE (rust/crates/generic-array-0.14.9.crate) = 17439 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 -SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 -SIZE (rust/crates/getrandom-0.3.3.crate) = 49493 -SHA256 (rust/crates/gimli-0.31.1.crate) = 07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f -SIZE (rust/crates/gimli-0.31.1.crate) = 279515 -SHA256 (rust/crates/globset-0.4.16.crate) = 54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5 -SIZE (rust/crates/globset-0.4.16.crate) = 26533 +SHA256 (rust/crates/getrandom-0.3.4.crate) = 899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd +SIZE (rust/crates/getrandom-0.3.4.crate) = 50932 +SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 +SIZE (rust/crates/glob-0.3.3.crate) = 22861 +SHA256 (rust/crates/globset-0.4.18.crate) = 52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3 +SIZE (rust/crates/globset-0.4.18.crate) = 28970 SHA256 (rust/crates/handlebars-6.3.2.crate) = 759e2d5aea3287cb1190c8ec394f42866cb5bf74fcbf213f354e3c856ea26098 SIZE (rust/crates/handlebars-6.3.2.crate) = 105065 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 SHA256 (rust/crates/hex-0.4.3.crate) = 7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70 SIZE (rust/crates/hex-0.4.3.crate) = 13299 SHA256 (rust/crates/html-escape-0.2.13.crate) = 6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476 @@ -177,72 +149,42 @@ SHA256 (rust/crates/httparse-1.10.1.crate) = 6dbf3de79e51f3d586ab4cb9d5c3e2c14aa SIZE (rust/crates/httparse-1.10.1.crate) = 45190 SHA256 (rust/crates/httpdate-1.0.3.crate) = df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9 SIZE (rust/crates/httpdate-1.0.3.crate) = 10639 -SHA256 (rust/crates/hyper-1.6.0.crate) = cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80 -SIZE (rust/crates/hyper-1.6.0.crate) = 153923 -SHA256 (rust/crates/hyper-util-0.1.15.crate) = 7f66d5bd4c6f02bf0542fad85d626775bab9258cf795a4256dcaf3161114d1df -SIZE (rust/crates/hyper-util-0.1.15.crate) = 101020 -SHA256 (rust/crates/iana-time-zone-0.1.63.crate) = b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8 -SIZE (rust/crates/iana-time-zone-0.1.63.crate) = 32919 -SHA256 (rust/crates/iana-time-zone-haiku-0.1.2.crate) = f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f -SIZE (rust/crates/iana-time-zone-haiku-0.1.2.crate) = 7185 -SHA256 (rust/crates/icu_collections-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/hyper-1.7.0.crate) = eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e +SIZE (rust/crates/hyper-1.7.0.crate) = 157006 +SHA256 (rust/crates/hyper-util-0.1.17.crate) = 3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8 +SIZE (rust/crates/hyper-util-0.1.17.crate) = 100999 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/idna-1.0.3.crate) = 686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e -SIZE (rust/crates/idna-1.0.3.crate) = 142515 -SHA256 (rust/crates/idna_adapter-1.2.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/ignore-0.4.25.crate) = d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a +SIZE (rust/crates/ignore-0.4.25.crate) = 59154 +SHA256 (rust/crates/indexmap-2.12.0.crate) = 6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f +SIZE (rust/crates/indexmap-2.12.0.crate) = 100446 SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 SIZE (rust/crates/inotify-0.11.0.crate) = 26241 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb SIZE (rust/crates/inotify-sys-0.1.5.crate) = 6965 -SHA256 (rust/crates/io-uring-0.7.8.crate) = b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013 -SIZE (rust/crates/io-uring-0.7.8.crate) = 94958 -SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf -SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 -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/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f -SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 SHA256 (rust/crates/kqueue-1.1.1.crate) = eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a SIZE (rust/crates/kqueue-1.1.1.crate) = 21504 SHA256 (rust/crates/kqueue-sys-1.0.4.crate) = ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b SIZE (rust/crates/kqueue-sys-1.0.4.crate) = 7160 -SHA256 (rust/crates/libc-0.2.174.crate) = 1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776 -SIZE (rust/crates/libc-0.2.174.crate) = 779933 -SHA256 (rust/crates/libredox-0.1.4.crate) = 1580801010e535496706ba011c15f8532df6b42297d2e471fec38ceadd8c0638 -SIZE (rust/crates/libredox-0.1.4.crate) = 6946 -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.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/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe +SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb +SIZE (rust/crates/libredox-0.1.10.crate) = 7332 +SHA256 (rust/crates/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 +SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 +SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 +SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/mac-0.1.1.crate) = c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4 SIZE (rust/crates/mac-0.1.1.crate) = 4838 -SHA256 (rust/crates/maplit-1.0.2.crate) = 3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d -SIZE (rust/crates/maplit-1.0.2.crate) = 8871 SHA256 (rust/crates/markup5ever-0.11.0.crate) = 7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016 SIZE (rust/crates/markup5ever-0.11.0.crate) = 34667 SHA256 (rust/crates/markup5ever-0.35.0.crate) = 311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3 @@ -251,60 +193,58 @@ SHA256 (rust/crates/markup5ever_rcdom-0.2.0.crate) = b9521dd6750f8e80ee6c53d65e2 SIZE (rust/crates/markup5ever_rcdom-0.2.0.crate) = 222948 SHA256 (rust/crates/match_token-0.35.0.crate) = ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf SIZE (rust/crates/match_token-0.35.0.crate) = 4570 +SHA256 (rust/crates/matchers-0.2.0.crate) = d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9 +SIZE (rust/crates/matchers-0.2.0.crate) = 7075 SHA256 (rust/crates/matchit-0.8.4.crate) = 47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3 SIZE (rust/crates/matchit-0.8.4.crate) = 33986 -SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 -SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/mime-0.3.17.crate) = 6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a SIZE (rust/crates/mime-0.3.17.crate) = 15712 SHA256 (rust/crates/mime_guess-2.0.5.crate) = f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e SIZE (rust/crates/mime_guess-2.0.5.crate) = 27166 -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/mio-1.1.0.crate) = 69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873 +SIZE (rust/crates/mio-1.1.0.crate) = 105232 SHA256 (rust/crates/new_debug_unreachable-1.0.6.crate) = 650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086 SIZE (rust/crates/new_debug_unreachable-1.0.6.crate) = 2582 SHA256 (rust/crates/normalize-line-endings-0.3.0.crate) = 61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be SIZE (rust/crates/normalize-line-endings-0.3.0.crate) = 5737 -SHA256 (rust/crates/normpath-1.3.0.crate) = c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed -SIZE (rust/crates/normpath-1.3.0.crate) = 20719 -SHA256 (rust/crates/notify-8.1.0.crate) = 3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97 -SIZE (rust/crates/notify-8.1.0.crate) = 37843 -SHA256 (rust/crates/notify-debouncer-mini-0.6.0.crate) = a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8 -SIZE (rust/crates/notify-debouncer-mini-0.6.0.crate) = 9951 +SHA256 (rust/crates/normpath-1.5.0.crate) = bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b +SIZE (rust/crates/normpath-1.5.0.crate) = 22940 +SHA256 (rust/crates/notify-8.2.0.crate) = 4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3 +SIZE (rust/crates/notify-8.2.0.crate) = 39067 +SHA256 (rust/crates/notify-debouncer-mini-0.7.0.crate) = 17849edfaabd9a5fef1c606d99cfc615a8e99f7ac4366406d86c7942a3184cf2 +SIZE (rust/crates/notify-debouncer-mini-0.7.0.crate) = 10187 SHA256 (rust/crates/notify-types-2.0.0.crate) = 5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d SIZE (rust/crates/notify-types-2.0.0.crate) = 14495 +SHA256 (rust/crates/nu-ansi-term-0.50.3.crate) = 7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5 +SIZE (rust/crates/nu-ansi-term-0.50.3.crate) = 29597 SHA256 (rust/crates/num-modular-0.6.1.crate) = 17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f SIZE (rust/crates/num-modular-0.6.1.crate) = 32328 SHA256 (rust/crates/num-order-1.2.0.crate) = 537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6 SIZE (rust/crates/num-order-1.2.0.crate) = 19500 -SHA256 (rust/crates/num-traits-0.2.19.crate) = 071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841 -SIZE (rust/crates/num-traits-0.2.19.crate) = 51631 -SHA256 (rust/crates/object-0.36.7.crate) = 62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87 -SIZE (rust/crates/object-0.36.7.crate) = 329938 SHA256 (rust/crates/once_cell-1.21.3.crate) = 42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d SIZE (rust/crates/once_cell-1.21.3.crate) = 34534 -SHA256 (rust/crates/once_cell_polyfill-1.70.1.crate) = a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad -SIZE (rust/crates/once_cell_polyfill-1.70.1.crate) = 7510 -SHA256 (rust/crates/opener-0.8.2.crate) = 771b9704f8cd8b424ec747a320b30b47517a6966ba2c7da90047c16f4a962223 -SIZE (rust/crates/opener-0.8.2.crate) = 26318 -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/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 +SHA256 (rust/crates/opener-0.8.3.crate) = cb9024962ab91e00c89d2a14352a8d0fc1a64346bf96f1839b45c09149564e47 +SIZE (rust/crates/opener-0.8.3.crate) = 27160 +SHA256 (rust/crates/parking_lot-0.12.5.crate) = 93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a +SIZE (rust/crates/parking_lot-0.12.5.crate) = 46735 +SHA256 (rust/crates/parking_lot_core-0.9.12.crate) = 2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1 +SIZE (rust/crates/parking_lot_core-0.9.12.crate) = 34110 SHA256 (rust/crates/pathdiff-0.2.3.crate) = df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3 SIZE (rust/crates/pathdiff-0.2.3.crate) = 7495 -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.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/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220 +SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 +SHA256 (rust/crates/pest-2.8.3.crate) = 989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4 +SIZE (rust/crates/pest-2.8.3.crate) = 130311 +SHA256 (rust/crates/pest_derive-2.8.3.crate) = 187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de +SIZE (rust/crates/pest_derive-2.8.3.crate) = 43363 +SHA256 (rust/crates/pest_generator-2.8.3.crate) = 49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843 +SIZE (rust/crates/pest_generator-2.8.3.crate) = 43010 +SHA256 (rust/crates/pest_meta-2.8.3.crate) = 72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a +SIZE (rust/crates/pest_meta-2.8.3.crate) = 67289 SHA256 (rust/crates/phf-0.10.1.crate) = fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259 SIZE (rust/crates/phf-0.10.1.crate) = 5406 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 @@ -317,8 +257,6 @@ SHA256 (rust/crates/phf_generator-0.10.0.crate) = 5d5285893bb5eb82e6aaf5d59ee909 SIZE (rust/crates/phf_generator-0.10.0.crate) = 7525 SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 -SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216 -SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 SHA256 (rust/crates/phf_shared-0.10.0.crate) = b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096 SIZE (rust/crates/phf_shared-0.10.0.crate) = 4095 SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 @@ -327,36 +265,26 @@ SHA256 (rust/crates/pin-project-lite-0.2.16.crate) = 3b3cff922bd51709b605d9ead9a SIZE (rust/crates/pin-project-lite-0.2.16.crate) = 30504 SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184 SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 -SHA256 (rust/crates/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 -SIZE (rust/crates/potential_utf-0.1.2.crate) = 9613 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/precomputed-hash-0.1.1.crate) = 925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c SIZE (rust/crates/precomputed-hash-0.1.1.crate) = 1640 -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/pulldown-cmark-0.10.3.crate) = 76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993 -SIZE (rust/crates/pulldown-cmark-0.10.3.crate) = 141746 -SHA256 (rust/crates/pulldown-cmark-0.12.2.crate) = f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14 -SIZE (rust/crates/pulldown-cmark-0.12.2.crate) = 149070 -SHA256 (rust/crates/pulldown-cmark-escape-0.10.1.crate) = bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3 -SIZE (rust/crates/pulldown-cmark-escape-0.10.1.crate) = 6672 -SHA256 (rust/crates/pulldown-cmark-to-cmark-18.0.0.crate) = 1e02b63adcb49f2eb675b1694b413b3e9fedbf549dfe2cc98727ad97a0c30650 -SIZE (rust/crates/pulldown-cmark-to-cmark-18.0.0.crate) = 33515 -SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d -SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 +SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 +SHA256 (rust/crates/pulldown-cmark-0.13.0.crate) = 1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0 +SIZE (rust/crates/pulldown-cmark-0.13.0.crate) = 154023 +SHA256 (rust/crates/pulldown-cmark-escape-0.11.0.crate) = 007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae +SIZE (rust/crates/pulldown-cmark-escape-0.11.0.crate) = 6719 +SHA256 (rust/crates/pulldown-cmark-to-cmark-21.0.0.crate) = e5b6a0769a491a08b31ea5c62494a8f144ee0987d86d670a8af4df1e1b7cde75 +SIZE (rust/crates/pulldown-cmark-to-cmark-21.0.0.crate) = 37922 +SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 +SIZE (rust/crates/quote-1.0.41.crate) = 31408 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.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 SIZE (rust/crates/rand-0.8.5.crate) = 87113 -SHA256 (rust/crates/rand-0.9.1.crate) = 9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97 -SIZE (rust/crates/rand-0.9.1.crate) = 97986 +SHA256 (rust/crates/rand-0.9.2.crate) = 6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1 +SIZE (rust/crates/rand-0.9.2.crate) = 99930 SHA256 (rust/crates/rand_chacha-0.3.1.crate) = e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88 SIZE (rust/crates/rand_chacha-0.3.1.crate) = 15251 SHA256 (rust/crates/rand_chacha-0.9.0.crate) = d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb @@ -365,20 +293,16 @@ 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/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.4.9.crate) = 809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908 -SIZE (rust/crates/regex-automata-0.4.9.crate) = 618525 -SHA256 (rust/crates/regex-syntax-0.8.5.crate) = 2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c -SIZE (rust/crates/regex-syntax-0.8.5.crate) = 357541 -SHA256 (rust/crates/rustc-demangle-0.1.25.crate) = 989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f -SIZE (rust/crates/rustc-demangle-0.1.25.crate) = 29590 -SHA256 (rust/crates/rustix-1.0.7.crate) = c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266 -SIZE (rust/crates/rustix-1.0.7.crate) = 414500 -SHA256 (rust/crates/rustversion-1.0.21.crate) = 8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d -SIZE (rust/crates/rustversion-1.0.21.crate) = 21001 +SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d +SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 +SHA256 (rust/crates/rustix-1.1.2.crate) = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e +SIZE (rust/crates/rustix-1.1.2.crate) = 422717 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 @@ -387,22 +311,28 @@ SHA256 (rust/crates/scopeguard-1.2.0.crate) = 94143f37725109f92c262ed2cf5e59bce7 SIZE (rust/crates/scopeguard-1.2.0.crate) = 11619 SHA256 (rust/crates/select-0.6.1.crate) = 5910c1d91bd7e6e178c0f8eb9e4ad01f814064b4a1c0ae3c906224a3cbf12879 SIZE (rust/crates/select-0.6.1.crate) = 12520 -SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 -SIZE (rust/crates/semver-1.0.26.crate) = 31303 -SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 -SIZE (rust/crates/serde-1.0.219.crate) = 78983 -SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 -SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 -SHA256 (rust/crates/serde_json-1.0.140.crate) = 20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373 -SIZE (rust/crates/serde_json-1.0.140.crate) = 154852 -SHA256 (rust/crates/serde_path_to_error-0.1.17.crate) = 59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a -SIZE (rust/crates/serde_path_to_error-0.1.17.crate) = 17662 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 +SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c +SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 +SHA256 (rust/crates/serde_path_to_error-0.1.20.crate) = 10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457 +SIZE (rust/crates/serde_path_to_error-0.1.20.crate) = 18046 +SHA256 (rust/crates/serde_spanned-1.0.3.crate) = e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392 +SIZE (rust/crates/serde_spanned-1.0.3.crate) = 11011 SHA256 (rust/crates/serde_urlencoded-0.7.1.crate) = d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd SIZE (rust/crates/serde_urlencoded-0.7.1.crate) = 12822 SHA256 (rust/crates/sha1-0.10.6.crate) = e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba SIZE (rust/crates/sha1-0.10.6.crate) = 13517 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/similar-2.7.0.crate) = bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa @@ -411,18 +341,16 @@ SHA256 (rust/crates/siphasher-0.3.11.crate) = 38b58827f4464d87d377d175e90bf58eb0 SIZE (rust/crates/siphasher-0.3.11.crate) = 10442 SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 -SHA256 (rust/crates/slab-0.4.10.crate) = 04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d -SIZE (rust/crates/slab-0.4.10.crate) = 17810 +SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 +SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/snapbox-0.6.21.crate) = 96dcfc4581e3355d70ac2ee14cfdf81dce3d85c85f1ed9e2c1d3013f53b3436b -SIZE (rust/crates/snapbox-0.6.21.crate) = 55301 -SHA256 (rust/crates/snapbox-macros-0.3.10.crate) = 16569f53ca23a41bb6f62e0a5084aa1661f4814a67fa33696a79073e03a664af -SIZE (rust/crates/snapbox-macros-0.3.10.crate) = 7129 -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/snapbox-0.6.23.crate) = 96fa1ce81be900d083b30ec2d481e6658c2acfaa2cfc7be45ccc2cc1b820edb3 +SIZE (rust/crates/snapbox-0.6.23.crate) = 56996 +SHA256 (rust/crates/snapbox-macros-0.4.0.crate) = 3b750c344002d7cc69afb9da00ebd9b5c0f8ac2eb7d115d9d45d5b5f47718d74 +SIZE (rust/crates/snapbox-macros-0.4.0.crate) = 9305 +SHA256 (rust/crates/socket2-0.6.1.crate) = 17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881 +SIZE (rust/crates/socket2-0.6.1.crate) = 58486 SHA256 (rust/crates/string_cache-0.8.9.crate) = bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f SIZE (rust/crates/string_cache-0.8.9.crate) = 17408 SHA256 (rust/crates/string_cache_codegen-0.5.4.crate) = c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0 @@ -431,34 +359,38 @@ SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3 SIZE (rust/crates/strsim-0.11.1.crate) = 14266 SHA256 (rust/crates/syn-1.0.109.crate) = 72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237 SIZE (rust/crates/syn-1.0.109.crate) = 237611 -SHA256 (rust/crates/syn-2.0.104.crate) = 17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40 -SIZE (rust/crates/syn-2.0.104.crate) = 299699 +SHA256 (rust/crates/syn-2.0.108.crate) = da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917 +SIZE (rust/crates/syn-2.0.108.crate) = 301754 SHA256 (rust/crates/sync_wrapper-1.0.2.crate) = 0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263 SIZE (rust/crates/sync_wrapper-1.0.2.crate) = 6958 -SHA256 (rust/crates/synstructure-0.13.2.crate) = 728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2 -SIZE (rust/crates/synstructure-0.13.2.crate) = 18950 -SHA256 (rust/crates/tempfile-3.20.0.crate) = e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1 -SIZE (rust/crates/tempfile-3.20.0.crate) = 42306 +SHA256 (rust/crates/tempfile-3.23.0.crate) = 2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16 +SIZE (rust/crates/tempfile-3.23.0.crate) = 43063 SHA256 (rust/crates/tendril-0.4.3.crate) = d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0 SIZE (rust/crates/tendril-0.4.3.crate) = 37210 -SHA256 (rust/crates/terminal_size-0.4.2.crate) = 45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed -SIZE (rust/crates/terminal_size-0.4.2.crate) = 9976 -SHA256 (rust/crates/thiserror-2.0.12.crate) = 567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708 -SIZE (rust/crates/thiserror-2.0.12.crate) = 28693 -SHA256 (rust/crates/thiserror-impl-2.0.12.crate) = 7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d -SIZE (rust/crates/thiserror-impl-2.0.12.crate) = 21141 -SHA256 (rust/crates/tinystr-0.8.1.crate) = 5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b -SIZE (rust/crates/tinystr-0.8.1.crate) = 23333 -SHA256 (rust/crates/tokio-1.46.1.crate) = 0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17 -SIZE (rust/crates/tokio-1.46.1.crate) = 823632 -SHA256 (rust/crates/tokio-macros-2.5.0.crate) = 6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8 -SIZE (rust/crates/tokio-macros-2.5.0.crate) = 12617 -SHA256 (rust/crates/tokio-tungstenite-0.26.2.crate) = 7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084 -SIZE (rust/crates/tokio-tungstenite-0.26.2.crate) = 29868 -SHA256 (rust/crates/tokio-util-0.7.15.crate) = 66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df -SIZE (rust/crates/tokio-util-0.7.15.crate) = 124255 -SHA256 (rust/crates/toml-0.5.11.crate) = f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234 -SIZE (rust/crates/toml-0.5.11.crate) = 54910 +SHA256 (rust/crates/terminal_size-0.4.3.crate) = 60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0 +SIZE (rust/crates/terminal_size-0.4.3.crate) = 10686 +SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 +SIZE (rust/crates/thiserror-2.0.17.crate) = 28857 +SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 +SIZE (rust/crates/thiserror-impl-2.0.17.crate) = 21344 +SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 +SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 +SHA256 (rust/crates/tokio-1.48.0.crate) = ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408 +SIZE (rust/crates/tokio-1.48.0.crate) = 843434 +SHA256 (rust/crates/tokio-macros-2.6.0.crate) = af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5 +SIZE (rust/crates/tokio-macros-2.6.0.crate) = 16505 +SHA256 (rust/crates/tokio-tungstenite-0.28.0.crate) = d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857 +SIZE (rust/crates/tokio-tungstenite-0.28.0.crate) = 29876 +SHA256 (rust/crates/tokio-util-0.7.16.crate) = 14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5 +SIZE (rust/crates/tokio-util-0.7.16.crate) = 127775 +SHA256 (rust/crates/toml-0.9.8.crate) = f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8 +SIZE (rust/crates/toml-0.9.8.crate) = 56104 +SHA256 (rust/crates/toml_datetime-0.7.3.crate) = f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533 +SIZE (rust/crates/toml_datetime-0.7.3.crate) = 17827 +SHA256 (rust/crates/toml_parser-1.0.4.crate) = c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e +SIZE (rust/crates/toml_parser-1.0.4.crate) = 34978 +SHA256 (rust/crates/toml_writer-1.0.4.crate) = df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2 +SIZE (rust/crates/toml_writer-1.0.4.crate) = 17146 SHA256 (rust/crates/topological-sort-0.2.2.crate) = ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d SIZE (rust/crates/topological-sort-0.2.2.crate) = 10566 SHA256 (rust/crates/tower-0.5.2.crate) = d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9 @@ -471,131 +403,79 @@ SHA256 (rust/crates/tower-service-0.3.3.crate) = 8df9b6e13f2d32c91b9bd719c00d195 SIZE (rust/crates/tower-service-0.3.3.crate) = 6950 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.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 +SIZE (rust/crates/tracing-attributes-0.1.30.crate) = 39142 SHA256 (rust/crates/tracing-core-0.1.34.crate) = b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678 SIZE (rust/crates/tracing-core-0.1.34.crate) = 63760 -SHA256 (rust/crates/tungstenite-0.26.2.crate) = 4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13 -SIZE (rust/crates/tungstenite-0.26.2.crate) = 65315 -SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f -SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +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.20.crate) = 2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5 +SIZE (rust/crates/tracing-subscriber-0.3.20.crate) = 212274 +SHA256 (rust/crates/tungstenite-0.28.0.crate) = 8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442 +SIZE (rust/crates/tungstenite-0.28.0.crate) = 67629 +SHA256 (rust/crates/typenum-1.19.0.crate) = 562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb +SIZE (rust/crates/typenum-1.19.0.crate) = 76414 SHA256 (rust/crates/ucd-trie-0.1.7.crate) = 2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971 SIZE (rust/crates/ucd-trie-0.1.7.crate) = 46795 SHA256 (rust/crates/unicase-2.8.1.crate) = 75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539 SIZE (rust/crates/unicase-2.8.1.crate) = 24088 -SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 -SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 -SHA256 (rust/crates/unicode-width-0.2.1.crate) = 4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c -SIZE (rust/crates/unicode-width-0.2.1.crate) = 279344 -SHA256 (rust/crates/url-2.5.4.crate) = 32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60 -SIZE (rust/crates/url-2.5.4.crate) = 81097 +SHA256 (rust/crates/unicode-ident-1.0.22.crate) = 9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5 +SIZE (rust/crates/unicode-ident-1.0.22.crate) = 47919 +SHA256 (rust/crates/unicode-width-0.2.2.crate) = b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254 +SIZE (rust/crates/unicode-width-0.2.2.crate) = 282768 SHA256 (rust/crates/utf-8-0.7.6.crate) = 09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9 SIZE (rust/crates/utf-8-0.7.6.crate) = 10422 SHA256 (rust/crates/utf8-width-0.1.7.crate) = 86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3 SIZE (rust/crates/utf8-width-0.1.7.crate) = 2977 -SHA256 (rust/crates/utf8_iter-1.0.4.crate) = b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be -SIZE (rust/crates/utf8_iter-1.0.4.crate) = 10437 SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821 SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 +SHA256 (rust/crates/valuable-0.1.1.crate) = ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65 +SIZE (rust/crates/valuable-0.1.1.crate) = 28679 SHA256 (rust/crates/version_check-0.9.5.crate) = 0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a 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.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 -SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 -SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 -SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d -SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7 +SIZE (rust/crates/wasip2-1.0.1+wasi-0.2.4.crate) = 132087 SHA256 (rust/crates/web_atoms-0.1.3.crate) = 57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414 SIZE (rust/crates/web_atoms-0.1.3.crate) = 27392 -SHA256 (rust/crates/winapi-util-0.1.9.crate) = cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb -SIZE (rust/crates/winapi-util-0.1.9.crate) = 12464 -SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3 -SIZE (rust/crates/windows-core-0.61.2.crate) = 36771 -SHA256 (rust/crates/windows-implement-0.60.0.crate) = a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836 -SIZE (rust/crates/windows-implement-0.60.0.crate) = 15073 -SHA256 (rust/crates/windows-interface-0.59.1.crate) = bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8 -SIZE (rust/crates/windows-interface-0.59.1.crate) = 11735 -SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a -SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 -SHA256 (rust/crates/windows-result-0.3.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 -SIZE (rust/crates/windows-result-0.3.4.crate) = 13418 -SHA256 (rust/crates/windows-strings-0.4.2.crate) = 56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57 -SIZE (rust/crates/windows-strings-0.4.2.crate) = 13983 -SHA256 (rust/crates/windows-sys-0.52.0.crate) = 282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d -SIZE (rust/crates/windows-sys-0.52.0.crate) = 2576877 -SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b -SIZE (rust/crates/windows-sys-0.59.0.crate) = 2387323 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-sys-0.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/windows_x86_64_msvc-0.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 -SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 -SHA256 (rust/crates/wit-bindgen-rt-0.39.0.crate) = 6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1 -SIZE (rust/crates/wit-bindgen-rt-0.39.0.crate) = 12241 -SHA256 (rust/crates/writeable-0.6.1.crate) = ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb -SIZE (rust/crates/writeable-0.6.1.crate) = 24068 +SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +SHA256 (rust/crates/windows-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 +SHA256 (rust/crates/windows_i686_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 +SHA256 (rust/crates/windows_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 +SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf +SIZE (rust/crates/winnow-0.7.13.crate) = 174454 +SHA256 (rust/crates/wit-bindgen-0.46.0.crate) = f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59 +SIZE (rust/crates/wit-bindgen-0.46.0.crate) = 60508 SHA256 (rust/crates/xml5ever-0.17.0.crate) = 4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650 SIZE (rust/crates/xml5ever-0.17.0.crate) = 41208 -SHA256 (rust/crates/yansi-1.0.1.crate) = cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049 -SIZE (rust/crates/yansi-1.0.1.crate) = 75497 -SHA256 (rust/crates/yoke-0.8.0.crate) = 5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc -SIZE (rust/crates/yoke-0.8.0.crate) = 28726 -SHA256 (rust/crates/yoke-derive-0.8.0.crate) = 38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6 -SIZE (rust/crates/yoke-derive-0.8.0.crate) = 7521 -SHA256 (rust/crates/zerocopy-0.8.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 -SIZE (rust/crates/zerofrom-derive-0.1.6.crate) = 8305 -SHA256 (rust/crates/zerotrie-0.2.2.crate) = 36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595 -SIZE (rust/crates/zerotrie-0.2.2.crate) = 74423 -SHA256 (rust/crates/zerovec-0.11.2.crate) = 4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428 -SIZE (rust/crates/zerovec-0.11.2.crate) = 124500 -SHA256 (rust/crates/zerovec-derive-0.11.1.crate) = 5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f -SIZE (rust/crates/zerovec-derive-0.11.1.crate) = 21294 -SHA256 (rust-lang-mdBook-v0.4.52_GH0.tar.gz) = d46f3b79e210eed383b6966847ea86ec441b6b505e9d9d868294bb9742130c9c -SIZE (rust-lang-mdBook-v0.4.52_GH0.tar.gz) = 1558690 +SHA256 (rust/crates/zerocopy-0.8.27.crate) = 0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c +SIZE (rust/crates/zerocopy-0.8.27.crate) = 252663 +SHA256 (rust/crates/zerocopy-derive-0.8.27.crate) = 88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831 +SIZE (rust/crates/zerocopy-derive-0.8.27.crate) = 89827 +SHA256 (rust-lang-mdBook-v0.5.1_GH0.tar.gz) = 41a20de21e6a57942ec4e41b049babe8dac77b246a0549b87631cee0d2e75b2c +SIZE (rust-lang-mdBook-v0.5.1_GH0.tar.gz) = 971147 diff --git a/textproc/miller/Makefile b/textproc/miller/Makefile index c0afec200f21..8bd1f489f833 100644 --- a/textproc/miller/Makefile +++ b/textproc/miller/Makefile @@ -6,7 +6,7 @@ CATEGORIES= textproc MASTER_SITES= https://raw.githubusercontent.com/johnkerl/${PORTNAME}/${DISTVERSIONFULL}/:gomod DISTFILES= go.mod:gomod -MAINTAINER= ports@FreeBSD.org +MAINTAINER= adamw@FreeBSD.org COMMENT= Sed/awk/cut/join/sort for name-indexed data such as CSV, TSV and JSON WWW= https://johnkerl.org/miller/doc/ diff --git a/textproc/miller/pkg-descr b/textproc/miller/pkg-descr index 6cedb3454adc..02b9b4266dfb 100644 --- a/textproc/miller/pkg-descr +++ b/textproc/miller/pkg-descr @@ -1,5 +1,12 @@ -Miller is like sed, awk, cut, join, and sort for name-indexed data such -as CSV. +Miller is like awk, sed, cut, join, and sort for data formats such as +CSV, TSV, JSON, JSON Lines, and positionally-indexed. -With Miller you get to use named fields without needing to count -positional indices. +With Miller, you get to use named fields without needing to count +positional indices. Then, on the fly, you can add new fields which are +functions of existing fields, drop fields, sort, aggregate +statistically, pretty-print, and more. + +Miller operates on key-value-pair data while the familiar Unix tools +operate on integer-indexed fields: if the natural data structure for the +latter is the array, then Miller's natural data structure is the +insertion-ordered hash map. diff --git a/textproc/moor/Makefile b/textproc/moor/Makefile index 707f0925717b..4171d6c01a20 100644 --- a/textproc/moor/Makefile +++ b/textproc/moor/Makefile @@ -1,6 +1,6 @@ PORTNAME= moor DISTVERSIONPREFIX= v -DISTVERSION= 2.9.4 +DISTVERSION= 2.9.5 CATEGORIES= textproc MAINTAINER= nxjoseph@protonmail.com diff --git a/textproc/moor/distinfo b/textproc/moor/distinfo index 308f3e2de066..f77a5240175a 100644 --- a/textproc/moor/distinfo +++ b/textproc/moor/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1765130982 -SHA256 (go/textproc_moor/moor-v2.9.4/v2.9.4.mod) = 6b1f9e0d3207f4e18c869e2fd37a2b5de8e5dd5fc39aea4d1eaac9e106070927 -SIZE (go/textproc_moor/moor-v2.9.4/v2.9.4.mod) = 636 -SHA256 (go/textproc_moor/moor-v2.9.4/v2.9.4.zip) = 7552142a7cb0b871adae1f328dc792d38f0bac74cbe8c6527b39e7f68ea07465 -SIZE (go/textproc_moor/moor-v2.9.4/v2.9.4.zip) = 5449134 +TIMESTAMP = 1765308958 +SHA256 (go/textproc_moor/moor-v2.9.5/v2.9.5.mod) = 6b1f9e0d3207f4e18c869e2fd37a2b5de8e5dd5fc39aea4d1eaac9e106070927 +SIZE (go/textproc_moor/moor-v2.9.5/v2.9.5.mod) = 636 +SHA256 (go/textproc_moor/moor-v2.9.5/v2.9.5.zip) = 3c3afb51c781cb8922a209525b203ccd390331b3331a2a48cbb3f7d2f794c03a +SIZE (go/textproc_moor/moor-v2.9.5/v2.9.5.zip) = 5449443 diff --git a/textproc/py-cyclonedx-python-lib/Makefile b/textproc/py-cyclonedx-python-lib/Makefile index 7ace2ac6d124..251cf5456ff2 100644 --- a/textproc/py-cyclonedx-python-lib/Makefile +++ b/textproc/py-cyclonedx-python-lib/Makefile @@ -1,5 +1,5 @@ PORTNAME= cyclonedx-python-lib -PORTVERSION= 11.5.0 +PORTVERSION= 11.6.0 CATEGORIES= textproc python MASTER_SITES= PYPI \ https://github.com/CycloneDX/cyclonedx-python-lib/releases/download/v${PORTVERSION}/ diff --git a/textproc/py-cyclonedx-python-lib/distinfo b/textproc/py-cyclonedx-python-lib/distinfo index be81576ee440..ba44b9a95c10 100644 --- a/textproc/py-cyclonedx-python-lib/distinfo +++ b/textproc/py-cyclonedx-python-lib/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586882 -SHA256 (cyclonedx_python_lib-11.5.0.tar.gz) = 175819663ae5a3c9930462ebcbddd6abb3ad5f237e12a503dbd0af320a9c5b96 -SIZE (cyclonedx_python_lib-11.5.0.tar.gz) = 1405244 +TIMESTAMP = 1765032820 +SHA256 (cyclonedx_python_lib-11.6.0.tar.gz) = 7fb85a4371fa3a203e5be577ac22b7e9a7157f8b0058b7448731474d6dea7bf0 +SIZE (cyclonedx_python_lib-11.6.0.tar.gz) = 1408147 diff --git a/textproc/py-jinjanator-plugins/Makefile b/textproc/py-jinjanator-plugins/Makefile index b1dcf5562cef..fd90ac17cc11 100644 --- a/textproc/py-jinjanator-plugins/Makefile +++ b/textproc/py-jinjanator-plugins/Makefile @@ -1,5 +1,5 @@ PORTNAME= jinjanator-plugins -DISTVERSION= 24.2.0 +DISTVERSION= 25.1.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-jinjanator-plugins/distinfo b/textproc/py-jinjanator-plugins/distinfo index 5fc09b94d771..0b3073074507 100644 --- a/textproc/py-jinjanator-plugins/distinfo +++ b/textproc/py-jinjanator-plugins/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752142398 -SHA256 (jinjanator_plugins-24.2.0.tar.gz) = 5fa8eecb6d9fbef5e7947b3820da4bd7b2ef3f102721e42382de5e71e52b409a -SIZE (jinjanator_plugins-24.2.0.tar.gz) = 16832 +TIMESTAMP = 1765265752 +SHA256 (jinjanator_plugins-25.1.0.tar.gz) = 46fdc53dc375bd6f460b2095f3073579a7a7a115487418156e9611ca5c8a96a8 +SIZE (jinjanator_plugins-25.1.0.tar.gz) = 17037 diff --git a/textproc/py-jinjanator-plugins/files/patch-pyproject.toml b/textproc/py-jinjanator-plugins/files/patch-pyproject.toml new file mode 100644 index 000000000000..d723c3a6cb9d --- /dev/null +++ b/textproc/py-jinjanator-plugins/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-12-09 07:40:39 UTC ++++ pyproject.toml +@@ -3,7 +3,7 @@ requires = [ + requires = [ + "hatch-fancy-pypi-readme", + "hatch-vcs", +- "hatchling<1.27", ++ "hatchling<=1.28", + ] + + [project] diff --git a/textproc/py-jinjanator/Makefile b/textproc/py-jinjanator/Makefile index 69d9680e553d..81ad1610fcd4 100644 --- a/textproc/py-jinjanator/Makefile +++ b/textproc/py-jinjanator/Makefile @@ -1,5 +1,5 @@ PORTNAME= jinjanator -DISTVERSION= 25.2.0 +DISTVERSION= 25.3.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-jinjanator/distinfo b/textproc/py-jinjanator/distinfo index 7a4d10358fb2..a942abf7c727 100644 --- a/textproc/py-jinjanator/distinfo +++ b/textproc/py-jinjanator/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752064750 -SHA256 (jinjanator-25.2.0.tar.gz) = d3df38c267f9274ad5460a4f29b88b460de40a9155dfc9b28633c38ac42df766 -SIZE (jinjanator-25.2.0.tar.gz) = 30538 +TIMESTAMP = 1765265717 +SHA256 (jinjanator-25.3.0.tar.gz) = ca0d9f290c8d89c32d11bf27ce06d0329388ce96e6ed5f35810f532d7d219473 +SIZE (jinjanator-25.3.0.tar.gz) = 30625 diff --git a/textproc/py-jinjanator/files/patch-pyproject.toml b/textproc/py-jinjanator/files/patch-pyproject.toml index bd3163fa6db1..7bea4a4b88f2 100644 --- a/textproc/py-jinjanator/files/patch-pyproject.toml +++ b/textproc/py-jinjanator/files/patch-pyproject.toml @@ -5,7 +5,7 @@ "hatch-fancy-pypi-readme", "hatch-vcs", - "hatchling<1.27", -+ "hatchling<1.28", ++ "hatchling<=1.28", ] [project] diff --git a/textproc/py-langcodes/Makefile b/textproc/py-langcodes/Makefile index 8629c935a4b3..f2af3634b9f6 100644 --- a/textproc/py-langcodes/Makefile +++ b/textproc/py-langcodes/Makefile @@ -1,5 +1,5 @@ PORTNAME= langcodes -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,11 +14,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=60:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8.0:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}language-data>=1.2:textproc/py-language-data@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes +OPTIONS_DEFINE= DATA +OPTIONS_DEFAULT=DATA +DATA_DESC= Supplementary data about languages + +DATA_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}language-data>=1.2:textproc/py-language-data@${PY_FLAVOR} + .include <bsd.port.mk> diff --git a/textproc/py-langcodes/distinfo b/textproc/py-langcodes/distinfo index 4389942074dd..695922930414 100644 --- a/textproc/py-langcodes/distinfo +++ b/textproc/py-langcodes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1732260962 -SHA256 (langcodes-3.5.0.tar.gz) = 1eef8168d07e51e131a2497ffecad4b663f6208e7c3ae3b8dc15c51734a6f801 -SIZE (langcodes-3.5.0.tar.gz) = 191030 +TIMESTAMP = 1765032822 +SHA256 (langcodes-3.5.1.tar.gz) = 40bff315e01b01d11c2ae3928dd4f5cbd74dd38f9bd912c12b9a3606c143f731 +SIZE (langcodes-3.5.1.tar.gz) = 191084 diff --git a/textproc/py-mkdocstrings-python/Makefile b/textproc/py-mkdocstrings-python/Makefile index b9276ce5f302..dbbac5665214 100644 --- a/textproc/py-mkdocstrings-python/Makefile +++ b/textproc/py-mkdocstrings-python/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings-python -DISTVERSION= 1.19.0 +DISTVERSION= 2.0.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-mkdocstrings-python/distinfo b/textproc/py-mkdocstrings-python/distinfo index a651afdeb3ed..f5098588ca97 100644 --- a/textproc/py-mkdocstrings-python/distinfo +++ b/textproc/py-mkdocstrings-python/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762846350 -SHA256 (mkdocstrings_python-1.19.0.tar.gz) = 917aac66cf121243c11db5b89f66b0ded6c53ec0de5318ff5e22424eb2f2e57c -SIZE (mkdocstrings_python-1.19.0.tar.gz) = 204010 +TIMESTAMP = 1765295890 +SHA256 (mkdocstrings_python-2.0.1.tar.gz) = 843a562221e6a471fefdd4b45cc6c22d2607ccbad632879234fa9692e9cf7732 +SIZE (mkdocstrings_python-2.0.1.tar.gz) = 199345 diff --git a/textproc/py-mkdocstrings/Makefile b/textproc/py-mkdocstrings/Makefile index 160ca67ea501..5c364e429c23 100644 --- a/textproc/py-mkdocstrings/Makefile +++ b/textproc/py-mkdocstrings/Makefile @@ -1,5 +1,5 @@ PORTNAME= mkdocstrings -DISTVERSION= 0.30.1 +DISTVERSION= 1.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pdm-backend>0:devel/py-pdm-backend@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.11.1:devel/py-Jinja2@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=3.1:devel/py-Jinja2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markdown>=3.6:textproc/py-markdown@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}markupsafe>=1.1:textproc/py-markupsafe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mkdocs>=1.6:textproc/py-mkdocs@${PY_FLAVOR} \ @@ -27,10 +27,8 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dirty-equals>0:devel/py-dirty-equals@${PY_F USES= python USE_PYTHON= autoplist pep517 pytest # Skip "test_sphinx_load_mkdocstrings_inventory_file" as it requires -# mkdocs-gen-files (not in Ports tree, yet). -# The same applies to "test_plugin" which requires markdown-exec (not in Ports -# tree yet). -PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file test_plugin +# py-markdown-exec (not in Ports tree, yet). +PYTEST_IGNORED_TESTS= test_sphinx_load_mkdocstrings_inventory_file NO_ARCH= yes diff --git a/textproc/py-mkdocstrings/distinfo b/textproc/py-mkdocstrings/distinfo index 5a46aca7f88f..75662937578f 100644 --- a/textproc/py-mkdocstrings/distinfo +++ b/textproc/py-mkdocstrings/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759318175 -SHA256 (mkdocstrings-0.30.1.tar.gz) = 84a007aae9b707fb0aebfc9da23db4b26fc9ab562eb56e335e9ec480cb19744f -SIZE (mkdocstrings-0.30.1.tar.gz) = 106350 +TIMESTAMP = 1765295764 +SHA256 (mkdocstrings-1.0.0.tar.gz) = 351a006dbb27aefce241ade110d3cd040c1145b7a3eb5fd5ac23f03ed67f401a +SIZE (mkdocstrings-1.0.0.tar.gz) = 101086 diff --git a/textproc/py-pymdown-extensions/Makefile b/textproc/py-pymdown-extensions/Makefile index ced7358dfda6..bd9495f1c9e8 100644 --- a/textproc/py-pymdown-extensions/Makefile +++ b/textproc/py-pymdown-extensions/Makefile @@ -1,5 +1,5 @@ PORTNAME= pymdown-extensions -DISTVERSION= 10.17.2 +DISTVERSION= 10.19 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-pymdown-extensions/distinfo b/textproc/py-pymdown-extensions/distinfo index 51fe2f12d443..9746ae36b431 100644 --- a/textproc/py-pymdown-extensions/distinfo +++ b/textproc/py-pymdown-extensions/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764342874 -SHA256 (pymdown_extensions-10.17.2.tar.gz) = 26bb3d7688e651606260c90fb46409fbda70bf9fdc3623c7868643a1aeee4713 -SIZE (pymdown_extensions-10.17.2.tar.gz) = 847344 +TIMESTAMP = 1765537815 +SHA256 (pymdown_extensions-10.19.tar.gz) = 01bb917ea231f9ce14456fa9092cdb95ac3e5bd32202a3ee61dbd5ad2dd9ef9b +SIZE (pymdown_extensions-10.19.tar.gz) = 847701 diff --git a/textproc/py-sphinx-gallery/Makefile b/textproc/py-sphinx-gallery/Makefile index f1b1a8c87cb9..e994b8ab3a39 100644 --- a/textproc/py-sphinx-gallery/Makefile +++ b/textproc/py-sphinx-gallery/Makefile @@ -1,6 +1,5 @@ PORTNAME= sphinx-gallery -PORTVERSION= 0.19.0 -PORTREVISION= 1 +PORTVERSION= 0.20.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,7 +14,7 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=7:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=5,1:textproc/py-sphinx@${PY_FLAVOR} diff --git a/textproc/py-sphinx-gallery/distinfo b/textproc/py-sphinx-gallery/distinfo index b2f7ab5bdf0d..274d0ae9f897 100644 --- a/textproc/py-sphinx-gallery/distinfo +++ b/textproc/py-sphinx-gallery/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1739663389 -SHA256 (sphinx_gallery-0.19.0.tar.gz) = 8400cb5240ad642e28a612fdba0667f725d0505a9be0222d0243de60e8af2eb3 -SIZE (sphinx_gallery-0.19.0.tar.gz) = 471479 +TIMESTAMP = 1765032824 +SHA256 (sphinx_gallery-0.20.0.tar.gz) = 70281510c6183d812d3595957005ccf555c5a793f207410f6cd16a25bf08d735 +SIZE (sphinx_gallery-0.20.0.tar.gz) = 473502 diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile index 88857f0810dc..75efb6464d44 100644 --- a/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile +++ b/textproc/py-sphinxcontrib-svg2pdfconverter/Makefile @@ -1,6 +1,5 @@ PORTNAME= sphinxcontrib-svg2pdfconverter -PORTVERSION= 1.3.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo index 16f6293d7357..266e90117be7 100644 --- a/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo +++ b/textproc/py-sphinxcontrib-svg2pdfconverter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750954248 -SHA256 (sphinxcontrib_svg2pdfconverter-1.3.0.tar.gz) = 6411a4cc2f57eed96a0d7bbfa139f68cbe7983018881e1e6d7c46053cd69911f -SIZE (sphinxcontrib_svg2pdfconverter-1.3.0.tar.gz) = 6209 +TIMESTAMP = 1765032826 +SHA256 (sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz) = ab9c8f1080391e231812d20abf2657a69ee35574563b1014414f953964a95fa3 +SIZE (sphinxcontrib_svg2pdfconverter-2.0.0.tar.gz) = 6411 diff --git a/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml b/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml new file mode 100644 index 000000000000..30a79183dbc3 --- /dev/null +++ b/textproc/py-sphinxcontrib-svg2pdfconverter/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-12-01 20:27:56 UTC ++++ pyproject.toml +@@ -7,7 +7,7 @@ readme = "README.rst" + version = "2.0.0" + description = "Sphinx SVG to PDF or PNG converter extension" + readme = "README.rst" +-license = "BSD-2-Clause" ++license = {text = "BSD-2-Clause"} + authors = [ + {name = "Stefan Wiehler", email = "sphinx_contribute@missinglinkelectronics.com"}, + ] diff --git a/textproc/py-textual/Makefile b/textproc/py-textual/Makefile index 5d8f79c875b4..babc3f119527 100644 --- a/textproc/py-textual/Makefile +++ b/textproc/py-textual/Makefile @@ -1,5 +1,5 @@ PORTNAME= textual -PORTVERSION= 6.6.0 +PORTVERSION= 6.7.1 CATEGORIES= textproc python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-textual/distinfo b/textproc/py-textual/distinfo index d57b32d81df9..871a235ed2dc 100644 --- a/textproc/py-textual/distinfo +++ b/textproc/py-textual/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853450 -SHA256 (textual-6.6.0.tar.gz) = 53345166d6b0f9fd028ed0217d73b8f47c3a26679a18ba3b67616dcacb470eec -SIZE (textual-6.6.0.tar.gz) = 1579327 +TIMESTAMP = 1765032828 +SHA256 (textual-6.7.1.tar.gz) = 2a5acb0ab316a7ba9e74b0a291fab8933d681d7cf6f4e1eeb45c39a731b094cf +SIZE (textual-6.7.1.tar.gz) = 1580916 diff --git a/textproc/py-ucl/Makefile b/textproc/py-ucl/Makefile index 3ffc48fcb18c..a54eb3e398d8 100644 --- a/textproc/py-ucl/Makefile +++ b/textproc/py-ucl/Makefile @@ -1,6 +1,5 @@ PORTNAME= ucl -DISTVERSION= 0.9.2 -PORTREVISION= 2 +DISTVERSION= 0.9.3 CATEGORIES= textproc python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/py-ucl/distinfo b/textproc/py-ucl/distinfo index d3f91c3d2f23..a3a74e221642 100644 --- a/textproc/py-ucl/distinfo +++ b/textproc/py-ucl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1713868476 -SHA256 (vstakhov-libucl-0.9.2_GH0.tar.gz) = f63ddee1d7f5217cac4f9cdf72b9c5e8fe43cfe5725db13f1414b0d8a369bbe0 -SIZE (vstakhov-libucl-0.9.2_GH0.tar.gz) = 2044512 +TIMESTAMP = 1765530263 +SHA256 (vstakhov-libucl-0.9.3_GH0.tar.gz) = 40d5a130132e896f63260daf57deca0eab582deb660d4bdbf60608bace2d6d92 +SIZE (vstakhov-libucl-0.9.3_GH0.tar.gz) = 2046803 diff --git a/textproc/rubygem-commonmarker/Makefile b/textproc/rubygem-commonmarker/Makefile index 5104bb8bfe3f..c70977e5eeba 100644 --- a/textproc/rubygem-commonmarker/Makefile +++ b/textproc/rubygem-commonmarker/Makefile @@ -1,6 +1,5 @@ PORTNAME= commonmarker -PORTVERSION= 2.5.0 -PORTREVISION= 1 +PORTVERSION= 2.6.0 CATEGORIES= textproc rubygems MASTER_SITES= RG DISTFILES= ${DISTNAME}.gem diff --git a/textproc/rubygem-commonmarker/Makefile.crates b/textproc/rubygem-commonmarker/Makefile.crates index b001cdb455a3..2c029f990332 100644 --- a/textproc/rubygem-commonmarker/Makefile.crates +++ b/textproc/rubygem-commonmarker/Makefile.crates @@ -1,7 +1,7 @@ CARGO_CRATES= adler2-2.0.1 \ - aho-corasick-1.1.3 \ - anstream-0.6.20 \ - anstyle-1.0.11 \ + aho-corasick-1.1.4 \ + anstream-0.6.21 \ + anstyle-1.0.13 \ anstyle-parse-0.2.7 \ anstyle-query-1.1.4 \ anstyle-wincon-3.0.10 \ @@ -10,128 +10,120 @@ CARGO_CRATES= adler2-2.0.1 \ bindgen-0.69.5 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ - bitflags-2.9.4 \ - bon-3.7.2 \ - bon-macros-3.7.2 \ - bumpalo-3.19.0 \ + bitflags-2.10.0 \ + bon-3.8.1 \ + bon-macros-3.8.1 \ caseless-0.2.2 \ - cc-1.2.37 \ + cc-1.2.43 \ cexpr-0.6.0 \ - cfg-if-1.0.3 \ + cfg-if-1.0.4 \ clang-sys-1.8.1 \ - clap-4.5.47 \ - clap_builder-4.5.47 \ - clap_derive-4.5.47 \ - clap_lex-0.7.5 \ + clap-4.5.51 \ + clap_builder-4.5.51 \ + clap_derive-4.5.49 \ + clap_lex-0.7.6 \ colorchoice-1.0.4 \ - comrak-0.44.0 \ + comrak-0.48.0 \ crc32fast-1.5.0 \ darling-0.21.3 \ darling_core-0.21.3 \ darling_macro-0.21.3 \ - deranged-0.5.3 \ - deunicode-1.6.2 \ + deranged-0.5.5 \ either-1.15.0 \ emojis-0.6.4 \ entities-1.0.1 \ equivalent-1.0.2 \ errno-0.3.14 \ fancy-regex-0.16.2 \ - find-msvc-tools-0.1.1 \ - flate2-1.1.2 \ + find-msvc-tools-0.1.4 \ + flate2-1.1.5 \ fmt2io-1.0.0 \ fnv-1.0.7 \ glob-0.3.3 \ - hashbrown-0.15.5 \ + hashbrown-0.16.0 \ heck-0.5.0 \ ident_case-1.0.1 \ - indexmap-2.11.1 \ - is_terminal_polyfill-1.70.1 \ + indexmap-2.12.0 \ + is_terminal_polyfill-1.70.2 \ itertools-0.12.1 \ itoa-1.0.15 \ + jetscii-0.5.3 \ lazy_static-1.5.0 \ lazycell-1.3.0 \ - libc-0.2.175 \ - libloading-0.8.8 \ + libc-0.2.177 \ + libloading-0.8.9 \ linked-hash-map-0.5.6 \ linux-raw-sys-0.11.0 \ - log-0.4.28 \ magnus-0.8.2 \ magnus-macros-0.8.0 \ - memchr-2.7.5 \ + memchr-2.7.6 \ minimal-lexical-0.2.1 \ miniz_oxide-0.8.9 \ nom-7.1.3 \ num-conv-0.1.0 \ once_cell-1.21.3 \ - once_cell_polyfill-1.70.1 \ + once_cell_polyfill-1.70.2 \ onig-6.5.1 \ onig_sys-69.9.1 \ phf-0.11.3 \ phf_shared-0.11.3 \ pkg-config-0.3.32 \ - plist-1.7.4 \ + plist-1.8.0 \ powerfmt-0.2.0 \ prettyplease-0.2.37 \ - proc-macro2-1.0.101 \ + proc-macro2-1.0.103 \ quick-xml-0.38.3 \ - quote-1.0.40 \ + quote-1.0.41 \ rb-sys-0.9.117 \ rb-sys-build-0.9.117 \ rb-sys-env-0.2.2 \ rctree-0.6.0 \ - regex-1.11.2 \ - regex-automata-0.4.10 \ - regex-syntax-0.8.6 \ + regex-1.12.2 \ + regex-automata-0.4.13 \ + regex-syntax-0.8.8 \ rustc-hash-1.1.0 \ rustix-1.1.2 \ rustversion-1.0.22 \ ryu-1.0.20 \ same-file-1.0.6 \ seq-macro-0.3.6 \ - serde-1.0.223 \ - serde_core-1.0.223 \ - serde_derive-1.0.223 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ serde_json-1.0.145 \ shell-words-1.1.0 \ shlex-1.3.0 \ + simd-adler32-0.3.7 \ siphasher-1.0.1 \ - slug-0.1.6 \ strsim-0.11.1 \ - syn-2.0.106 \ + syn-2.0.108 \ syntect-5.3.0 \ terminal_size-0.4.3 \ thiserror-2.0.17 \ thiserror-impl-2.0.17 \ - time-0.3.43 \ + time-0.3.44 \ time-core-0.1.6 \ time-macros-0.2.24 \ tinyvec-1.10.0 \ tinyvec_macros-0.1.1 \ typed-arena-2.0.2 \ - unicode-ident-1.0.19 \ + unicode-ident-1.0.20 \ unicode-normalization-0.1.24 \ unicode_categories-0.1.1 \ utf8parse-0.2.2 \ walkdir-2.5.0 \ - wasm-bindgen-0.2.101 \ - wasm-bindgen-backend-0.2.101 \ - wasm-bindgen-macro-0.2.101 \ - wasm-bindgen-macro-support-0.2.101 \ - wasm-bindgen-shared-0.2.101 \ winapi-util-0.1.11 \ - windows-link-0.1.3 \ - windows-link-0.2.0 \ + windows-link-0.2.1 \ windows-sys-0.60.2 \ - windows-sys-0.61.0 \ - windows-targets-0.53.3 \ - windows_aarch64_gnullvm-0.53.0 \ - windows_aarch64_msvc-0.53.0 \ - windows_i686_gnu-0.53.0 \ - windows_i686_gnullvm-0.53.0 \ - windows_i686_msvc-0.53.0 \ - windows_x86_64_gnu-0.53.0 \ - windows_x86_64_gnullvm-0.53.0 \ - windows_x86_64_msvc-0.53.0 \ + windows-sys-0.61.2 \ + windows-targets-0.53.5 \ + windows_aarch64_gnullvm-0.53.1 \ + windows_aarch64_msvc-0.53.1 \ + windows_i686_gnu-0.53.1 \ + windows_i686_gnullvm-0.53.1 \ + windows_i686_msvc-0.53.1 \ + windows_x86_64_gnu-0.53.1 \ + windows_x86_64_gnullvm-0.53.1 \ + windows_x86_64_msvc-0.53.1 \ xdg-2.5.2 \ yaml-rust-0.4.5 diff --git a/textproc/rubygem-commonmarker/distinfo b/textproc/rubygem-commonmarker/distinfo index 0b9cdc854cd8..abbb55c76ac6 100644 --- a/textproc/rubygem-commonmarker/distinfo +++ b/textproc/rubygem-commonmarker/distinfo @@ -1,14 +1,14 @@ -TIMESTAMP = 1761447718 -SHA256 (commonmarker-2.5.0.gem) = fc84f9e01b271298691a7cfc298cbbaadb893395dc92e9b51644675abff248b5 -SIZE (commonmarker-2.5.0.gem) = 32256 +TIMESTAMP = 1765032982 +SHA256 (commonmarker-2.6.0.gem) = 2af2bff39bcf6e52198dca86172f4c691e661eac88667958a40a718106a0f254 +SIZE (commonmarker-2.6.0.gem) = 31744 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/anstream-0.6.20.crate) = 3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192 -SIZE (rust/crates/anstream-0.6.20.crate) = 28797 -SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd -SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 +SIZE (rust/crates/aho-corasick-1.1.4.crate) = 184015 +SHA256 (rust/crates/anstream-0.6.21.crate) = 43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a +SIZE (rust/crates/anstream-0.6.21.crate) = 29516 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 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.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 @@ -25,36 +25,34 @@ SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414 SIZE (rust/crates/bit-set-0.8.0.crate) = 16289 SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132 -SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 -SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 -SHA256 (rust/crates/bon-3.7.2.crate) = c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb -SIZE (rust/crates/bon-3.7.2.crate) = 61725 -SHA256 (rust/crates/bon-macros-3.7.2.crate) = d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005 -SIZE (rust/crates/bon-macros-3.7.2.crate) = 88545 -SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 -SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 +SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3 +SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 +SHA256 (rust/crates/bon-3.8.1.crate) = ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1 +SIZE (rust/crates/bon-3.8.1.crate) = 61996 +SHA256 (rust/crates/bon-macros-3.8.1.crate) = 77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645 +SIZE (rust/crates/bon-macros-3.8.1.crate) = 89620 SHA256 (rust/crates/caseless-0.2.2.crate) = 8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8 SIZE (rust/crates/caseless-0.2.2.crate) = 29309 -SHA256 (rust/crates/cc-1.2.37.crate) = 65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44 -SIZE (rust/crates/cc-1.2.37.crate) = 90111 +SHA256 (rust/crates/cc-1.2.43.crate) = 739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2 +SIZE (rust/crates/cc-1.2.43.crate) = 91384 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.3.crate) = 2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9 -SIZE (rust/crates/cfg-if-1.0.3.crate) = 8719 +SHA256 (rust/crates/cfg-if-1.0.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 +SIZE (rust/crates/cfg-if-1.0.4.crate) = 9360 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.47.crate) = 7eac00902d9d136acd712710d71823fb8ac8004ca445a89e73a41d45aa712931 -SIZE (rust/crates/clap-4.5.47.crate) = 58354 -SHA256 (rust/crates/clap_builder-4.5.47.crate) = 2ad9bbf750e73b5884fb8a211a9424a1906c1e156724260fdae972f31d70e1d6 -SIZE (rust/crates/clap_builder-4.5.47.crate) = 170016 -SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c -SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 -SHA256 (rust/crates/clap_lex-0.7.5.crate) = b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675 -SIZE (rust/crates/clap_lex-0.7.5.crate) = 13469 +SHA256 (rust/crates/clap-4.5.51.crate) = 4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5 +SIZE (rust/crates/clap-4.5.51.crate) = 62030 +SHA256 (rust/crates/clap_builder-4.5.51.crate) = 75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a +SIZE (rust/crates/clap_builder-4.5.51.crate) = 171077 +SHA256 (rust/crates/clap_derive-4.5.49.crate) = 2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671 +SIZE (rust/crates/clap_derive-4.5.49.crate) = 33559 +SHA256 (rust/crates/clap_lex-0.7.6.crate) = a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d +SIZE (rust/crates/clap_lex-0.7.6.crate) = 13466 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 -SHA256 (rust/crates/comrak-0.44.0.crate) = 07fcaf1ac457de7574ce514fd9a68e86e8196165529f48a544ec90cbea840e04 -SIZE (rust/crates/comrak-0.44.0.crate) = 213444 +SHA256 (rust/crates/comrak-0.48.0.crate) = 48bf2260aceee247c6c5639f5751dc635211895066d782d2a28fb87f2e0d5613 +SIZE (rust/crates/comrak-0.48.0.crate) = 227493 SHA256 (rust/crates/crc32fast-1.5.0.crate) = 9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511 SIZE (rust/crates/crc32fast-1.5.0.crate) = 40723 SHA256 (rust/crates/darling-0.21.3.crate) = 9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0 @@ -63,10 +61,8 @@ SHA256 (rust/crates/darling_core-0.21.3.crate) = 1247195ecd7e3c85f83c8d2a366e421 SIZE (rust/crates/darling_core-0.21.3.crate) = 74471 SHA256 (rust/crates/darling_macro-0.21.3.crate) = d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81 SIZE (rust/crates/darling_macro-0.21.3.crate) = 2535 -SHA256 (rust/crates/deranged-0.5.3.crate) = d630bccd429a5bb5a64b5e94f693bfc48c9f8566418fda4c494cc94f911f87cc -SIZE (rust/crates/deranged-0.5.3.crate) = 24353 -SHA256 (rust/crates/deunicode-1.6.2.crate) = abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04 -SIZE (rust/crates/deunicode-1.6.2.crate) = 172772 +SHA256 (rust/crates/deranged-0.5.5.crate) = ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587 +SIZE (rust/crates/deranged-0.5.5.crate) = 24438 SHA256 (rust/crates/either-1.15.0.crate) = 48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719 SIZE (rust/crates/either-1.15.0.crate) = 20114 SHA256 (rust/crates/emojis-0.6.4.crate) = 99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4 @@ -79,50 +75,50 @@ SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51 SIZE (rust/crates/errno-0.3.14.crate) = 12002 SHA256 (rust/crates/fancy-regex-0.16.2.crate) = 998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f SIZE (rust/crates/fancy-regex-0.16.2.crate) = 100662 -SHA256 (rust/crates/find-msvc-tools-0.1.1.crate) = 7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d -SIZE (rust/crates/find-msvc-tools-0.1.1.crate) = 30228 -SHA256 (rust/crates/flate2-1.1.2.crate) = 4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d -SIZE (rust/crates/flate2-1.1.2.crate) = 76495 +SHA256 (rust/crates/find-msvc-tools-0.1.4.crate) = 52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127 +SIZE (rust/crates/find-msvc-tools-0.1.4.crate) = 30817 +SHA256 (rust/crates/flate2-1.1.5.crate) = bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb +SIZE (rust/crates/flate2-1.1.5.crate) = 77015 SHA256 (rust/crates/fmt2io-1.0.0.crate) = 6b6129284da9f7e5296cc22183a63f24300e945e297705dcc0672f7df01d62c8 SIZE (rust/crates/fmt2io-1.0.0.crate) = 3802 SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 SIZE (rust/crates/glob-0.3.3.crate) = 22861 -SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 -SIZE (rust/crates/hashbrown-0.15.5.crate) = 140908 +SHA256 (rust/crates/hashbrown-0.16.0.crate) = 5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d +SIZE (rust/crates/hashbrown-0.16.0.crate) = 141708 SHA256 (rust/crates/heck-0.5.0.crate) = 2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea SIZE (rust/crates/heck-0.5.0.crate) = 11517 SHA256 (rust/crates/ident_case-1.0.1.crate) = b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39 SIZE (rust/crates/ident_case-1.0.1.crate) = 3492 -SHA256 (rust/crates/indexmap-2.11.1.crate) = 206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921 -SIZE (rust/crates/indexmap-2.11.1.crate) = 99966 -SHA256 (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf -SIZE (rust/crates/is_terminal_polyfill-1.70.1.crate) = 7492 +SHA256 (rust/crates/indexmap-2.12.0.crate) = 6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f +SIZE (rust/crates/indexmap-2.12.0.crate) = 100446 +SHA256 (rust/crates/is_terminal_polyfill-1.70.2.crate) = a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695 +SIZE (rust/crates/is_terminal_polyfill-1.70.2.crate) = 7548 SHA256 (rust/crates/itertools-0.12.1.crate) = ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569 SIZE (rust/crates/itertools-0.12.1.crate) = 137761 SHA256 (rust/crates/itoa-1.0.15.crate) = 4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c SIZE (rust/crates/itoa-1.0.15.crate) = 11231 +SHA256 (rust/crates/jetscii-0.5.3.crate) = 47f142fe24a9c9944451e8349de0a56af5f3e7226dc46f3ed4d4ecc0b85af75e +SIZE (rust/crates/jetscii-0.5.3.crate) = 18811 SHA256 (rust/crates/lazy_static-1.5.0.crate) = bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe SIZE (rust/crates/lazy_static-1.5.0.crate) = 14025 SHA256 (rust/crates/lazycell-1.3.0.crate) = 830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55 SIZE (rust/crates/lazycell-1.3.0.crate) = 12502 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 -SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 -SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 +SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 +SIZE (rust/crates/libloading-0.8.9.crate) = 30222 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.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 -SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 -SIZE (rust/crates/log-0.4.28.crate) = 51131 SHA256 (rust/crates/magnus-0.8.2.crate) = 3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012 SIZE (rust/crates/magnus-0.8.2.crate) = 199864 SHA256 (rust/crates/magnus-macros-0.8.0.crate) = 47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892 SIZE (rust/crates/magnus-macros-0.8.0.crate) = 8146 -SHA256 (rust/crates/memchr-2.7.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 -SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a SIZE (rust/crates/minimal-lexical-0.2.1.crate) = 94841 SHA256 (rust/crates/miniz_oxide-0.8.9.crate) = 1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316 @@ -133,8 +129,8 @@ SHA256 (rust/crates/num-conv-0.1.0.crate) = 51d515d32fb182ee37cda2ccdcb92950d6a3 SIZE (rust/crates/num-conv-0.1.0.crate) = 7444 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/once_cell_polyfill-1.70.2.crate) = 384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe +SIZE (rust/crates/once_cell_polyfill-1.70.2.crate) = 7448 SHA256 (rust/crates/onig-6.5.1.crate) = 336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0 SIZE (rust/crates/onig-6.5.1.crate) = 32394 SHA256 (rust/crates/onig_sys-69.9.1.crate) = c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc @@ -145,18 +141,18 @@ SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5b SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 -SHA256 (rust/crates/plist-1.7.4.crate) = 3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1 -SIZE (rust/crates/plist-1.7.4.crate) = 103748 +SHA256 (rust/crates/plist-1.8.0.crate) = 740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07 +SIZE (rust/crates/plist-1.8.0.crate) = 54623 SHA256 (rust/crates/powerfmt-0.2.0.crate) = 439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391 SIZE (rust/crates/powerfmt-0.2.0.crate) = 15165 SHA256 (rust/crates/prettyplease-0.2.37.crate) = 479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b SIZE (rust/crates/prettyplease-0.2.37.crate) = 72033 -SHA256 (rust/crates/proc-macro2-1.0.101.crate) = 89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de -SIZE (rust/crates/proc-macro2-1.0.101.crate) = 53886 +SHA256 (rust/crates/proc-macro2-1.0.103.crate) = 5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8 +SIZE (rust/crates/proc-macro2-1.0.103.crate) = 60024 SHA256 (rust/crates/quick-xml-0.38.3.crate) = 42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89 SIZE (rust/crates/quick-xml-0.38.3.crate) = 204498 -SHA256 (rust/crates/quote-1.0.40.crate) = 1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d -SIZE (rust/crates/quote-1.0.40.crate) = 31063 +SHA256 (rust/crates/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 +SIZE (rust/crates/quote-1.0.41.crate) = 31408 SHA256 (rust/crates/rb-sys-0.9.117.crate) = f900d1ce4629a2ebffaf5de74bd8f9c1188d4c5ed406df02f97e22f77a006f44 SIZE (rust/crates/rb-sys-0.9.117.crate) = 28664 SHA256 (rust/crates/rb-sys-build-0.9.117.crate) = ef1e9c857028f631056bcd6d88cec390c751e343ce2223ddb26d23eb4a151d59 @@ -165,12 +161,12 @@ SHA256 (rust/crates/rb-sys-env-0.2.2.crate) = 08f8d2924cf136a1315e2b4c7460a39f62 SIZE (rust/crates/rb-sys-env-0.2.2.crate) = 9195 SHA256 (rust/crates/rctree-0.6.0.crate) = e03e7866abec1101869ffa8e2c8355c4c2419d0214ece0cc3e428e5b94dea6e9 SIZE (rust/crates/rctree-0.6.0.crate) = 8312 -SHA256 (rust/crates/regex-1.11.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 -SIZE (rust/crates/regex-1.11.2.crate) = 166265 -SHA256 (rust/crates/regex-automata-0.4.10.crate) = 6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6 -SIZE (rust/crates/regex-automata-0.4.10.crate) = 622754 -SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 -SIZE (rust/crates/regex-syntax-0.8.6.crate) = 358808 +SHA256 (rust/crates/regex-1.12.2.crate) = 843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4 +SIZE (rust/crates/regex-1.12.2.crate) = 163843 +SHA256 (rust/crates/regex-automata-0.4.13.crate) = 5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c +SIZE (rust/crates/regex-automata-0.4.13.crate) = 625250 +SHA256 (rust/crates/regex-syntax-0.8.8.crate) = 7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58 +SIZE (rust/crates/regex-syntax-0.8.8.crate) = 359141 SHA256 (rust/crates/rustc-hash-1.1.0.crate) = 08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2 SIZE (rust/crates/rustc-hash-1.1.0.crate) = 9331 SHA256 (rust/crates/rustix-1.1.2.crate) = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e @@ -183,26 +179,26 @@ SHA256 (rust/crates/same-file-1.0.6.crate) = 93fc1dc3aaa9bfed95e02e6eadabb4baf7e SIZE (rust/crates/same-file-1.0.6.crate) = 10183 SHA256 (rust/crates/seq-macro-0.3.6.crate) = 1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc SIZE (rust/crates/seq-macro-0.3.6.crate) = 16031 -SHA256 (rust/crates/serde-1.0.223.crate) = a505d71960adde88e293da5cb5eda57093379f64e61cf77bf0e6a63af07a7bac -SIZE (rust/crates/serde-1.0.223.crate) = 28047 -SHA256 (rust/crates/serde_core-1.0.223.crate) = 20f57cbd357666aa7b3ac84a90b4ea328f1d4ddb6772b430caa5d9e1309bb9e9 -SIZE (rust/crates/serde_core-1.0.223.crate) = 62721 -SHA256 (rust/crates/serde_derive-1.0.223.crate) = 3d428d07faf17e306e699ec1e91996e5a165ba5d6bce5b5155173e91a8a01a56 -SIZE (rust/crates/serde_derive-1.0.223.crate) = 57923 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 SHA256 (rust/crates/shell-words-1.1.0.crate) = 24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde SIZE (rust/crates/shell-words-1.1.0.crate) = 9871 SHA256 (rust/crates/shlex-1.3.0.crate) = 0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64 SIZE (rust/crates/shlex-1.3.0.crate) = 18713 +SHA256 (rust/crates/simd-adler32-0.3.7.crate) = d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe +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/slug-0.1.6.crate) = 882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724 -SIZE (rust/crates/slug-0.1.6.crate) = 6787 SHA256 (rust/crates/strsim-0.11.1.crate) = 7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f SIZE (rust/crates/strsim-0.11.1.crate) = 14266 -SHA256 (rust/crates/syn-2.0.106.crate) = ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6 -SIZE (rust/crates/syn-2.0.106.crate) = 301514 +SHA256 (rust/crates/syn-2.0.108.crate) = da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917 +SIZE (rust/crates/syn-2.0.108.crate) = 301754 SHA256 (rust/crates/syntect-5.3.0.crate) = 656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925 SIZE (rust/crates/syntect-5.3.0.crate) = 833348 SHA256 (rust/crates/terminal_size-0.4.3.crate) = 60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0 @@ -211,8 +207,8 @@ SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f83 SIZE (rust/crates/thiserror-2.0.17.crate) = 28857 SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 SIZE (rust/crates/thiserror-impl-2.0.17.crate) = 21344 -SHA256 (rust/crates/time-0.3.43.crate) = 83bde6f1ec10e72d583d91623c939f623002284ef622b87de38cfd546cbf2031 -SIZE (rust/crates/time-0.3.43.crate) = 142912 +SHA256 (rust/crates/time-0.3.44.crate) = 91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d +SIZE (rust/crates/time-0.3.44.crate) = 143200 SHA256 (rust/crates/time-core-0.1.6.crate) = 40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b SIZE (rust/crates/time-core-0.1.6.crate) = 9105 SHA256 (rust/crates/time-macros-0.2.24.crate) = 30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3 @@ -223,8 +219,8 @@ SHA256 (rust/crates/tinyvec_macros-0.1.1.crate) = 1f3ccbac311fea05f86f61904b462b SIZE (rust/crates/tinyvec_macros-0.1.1.crate) = 5865 SHA256 (rust/crates/typed-arena-2.0.2.crate) = 6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a SIZE (rust/crates/typed-arena-2.0.2.crate) = 11848 -SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d -SIZE (rust/crates/unicode-ident-1.0.19.crate) = 47480 +SHA256 (rust/crates/unicode-ident-1.0.20.crate) = 462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06 +SIZE (rust/crates/unicode-ident-1.0.20.crate) = 47416 SHA256 (rust/crates/unicode-normalization-0.1.24.crate) = 5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956 SIZE (rust/crates/unicode-normalization-0.1.24.crate) = 126536 SHA256 (rust/crates/unicode_categories-0.1.1.crate) = 39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e @@ -233,44 +229,32 @@ SHA256 (rust/crates/utf8parse-0.2.2.crate) = 06abde3611657adf66d383f00b093d7faec SIZE (rust/crates/utf8parse-0.2.2.crate) = 13499 SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 -SHA256 (rust/crates/wasm-bindgen-0.2.101.crate) = 7e14915cadd45b529bb8d1f343c4ed0ac1de926144b746e2710f9cd05df6603b -SIZE (rust/crates/wasm-bindgen-0.2.101.crate) = 47841 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.101.crate) = e28d1ba982ca7923fd01448d5c30c6864d0a14109560296a162f80f305fb93bb -SIZE (rust/crates/wasm-bindgen-backend-0.2.101.crate) = 32331 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 7c3d463ae3eff775b0c45df9da45d68837702ac35af998361e2c84e7c5ec1b0d -SIZE (rust/crates/wasm-bindgen-macro-0.2.101.crate) = 9804 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 7bb4ce89b08211f923caf51d527662b75bdc9c9c7aab40f86dcb9fb85ac552aa -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.101.crate) = 26415 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.101.crate) = f143854a3b13752c6950862c906306adb27c7e839f7414cec8fea35beab624c1 -SIZE (rust/crates/wasm-bindgen-shared-0.2.101.crate) = 9055 SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 -SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a -SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 -SHA256 (rust/crates/windows-link-0.2.0.crate) = 45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65 -SIZE (rust/crates/windows-link-0.2.0.crate) = 6170 +SHA256 (rust/crates/windows-link-0.2.1.crate) = f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5 +SIZE (rust/crates/windows-link-0.2.1.crate) = 6133 SHA256 (rust/crates/windows-sys-0.60.2.crate) = f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb SIZE (rust/crates/windows-sys-0.60.2.crate) = 2518479 -SHA256 (rust/crates/windows-sys-0.61.0.crate) = e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa -SIZE (rust/crates/windows-sys-0.61.0.crate) = 2517134 -SHA256 (rust/crates/windows-targets-0.53.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 -SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 -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.53.0.crate) = c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c -SIZE (rust/crates/windows_aarch64_msvc-0.53.0.crate) = 834446 -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.53.0.crate) = 9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11 -SIZE (rust/crates/windows_i686_gnullvm-0.53.0.crate) = 854056 -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.53.0.crate) = 2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba -SIZE (rust/crates/windows_x86_64_gnu-0.53.0.crate) = 902585 -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.53.0.crate) = 271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486 -SIZE (rust/crates/windows_x86_64_msvc-0.53.0.crate) = 834400 +SHA256 (rust/crates/windows-sys-0.61.2.crate) = ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc +SIZE (rust/crates/windows-sys-0.61.2.crate) = 2517186 +SHA256 (rust/crates/windows-targets-0.53.5.crate) = 4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3 +SIZE (rust/crates/windows-targets-0.53.5.crate) = 7126 +SHA256 (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53 +SIZE (rust/crates/windows_aarch64_gnullvm-0.53.1.crate) = 787748 +SHA256 (rust/crates/windows_aarch64_msvc-0.53.1.crate) = b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006 +SIZE (rust/crates/windows_aarch64_msvc-0.53.1.crate) = 838009 +SHA256 (rust/crates/windows_i686_gnu-0.53.1.crate) = 960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3 +SIZE (rust/crates/windows_i686_gnu-0.53.1.crate) = 939775 +SHA256 (rust/crates/windows_i686_gnullvm-0.53.1.crate) = fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c +SIZE (rust/crates/windows_i686_gnullvm-0.53.1.crate) = 857396 +SHA256 (rust/crates/windows_i686_msvc-0.53.1.crate) = 1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2 +SIZE (rust/crates/windows_i686_msvc-0.53.1.crate) = 907688 +SHA256 (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499 +SIZE (rust/crates/windows_x86_64_gnu-0.53.1.crate) = 903712 +SHA256 (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1 +SIZE (rust/crates/windows_x86_64_gnullvm-0.53.1.crate) = 787739 +SHA256 (rust/crates/windows_x86_64_msvc-0.53.1.crate) = d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650 +SIZE (rust/crates/windows_x86_64_msvc-0.53.1.crate) = 837950 SHA256 (rust/crates/xdg-2.5.2.crate) = 213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546 SIZE (rust/crates/xdg-2.5.2.crate) = 14394 SHA256 (rust/crates/yaml-rust-0.4.5.crate) = 56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85 diff --git a/textproc/rubygem-cucumber-html-formatter/Makefile b/textproc/rubygem-cucumber-html-formatter/Makefile index 5698493a1f34..bf59a1af95b9 100644 --- a/textproc/rubygem-cucumber-html-formatter/Makefile +++ b/textproc/rubygem-cucumber-html-formatter/Makefile @@ -1,5 +1,5 @@ PORTNAME= cucumber-html-formatter -PORTVERSION= 22.1.0 +PORTVERSION= 22.2.0 CATEGORIES= textproc rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-cucumber-html-formatter/distinfo b/textproc/rubygem-cucumber-html-formatter/distinfo index 4a25692316c3..793049457c4b 100644 --- a/textproc/rubygem-cucumber-html-formatter/distinfo +++ b/textproc/rubygem-cucumber-html-formatter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763854416 -SHA256 (rubygem/cucumber-html-formatter-22.1.0.gem) = 95db49ff5c6b6d1f4353a71687cef5e001b0a28428c75acf8b9c11862a542726 -SIZE (rubygem/cucumber-html-formatter-22.1.0.gem) = 284672 +TIMESTAMP = 1765032984 +SHA256 (rubygem/cucumber-html-formatter-22.2.0.gem) = e92fed01ee5a120690da89152ddbe71b77aa56b058228f9df81c6bf8cd4b6980 +SIZE (rubygem/cucumber-html-formatter-22.2.0.gem) = 284672 diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile b/textproc/rubygem-gitlab-glfm-markdown/Makefile index dc5639b48de9..9b069953f1b8 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile @@ -1,5 +1,5 @@ PORTNAME= gitlab-glfm-markdown -PORTVERSION= 0.0.38 +PORTVERSION= 0.0.39 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -18,8 +18,8 @@ USES= cargo gem gmake llvm:build GEMFILES:= ${DISTNAME}.gem DISTFILES+= ${DISTNAME}.gem GEMS_SKIP_SUBDIR= 1 -CARGO_VENDOR_DIR= ${WRKSRC}/ext/glfm_markdown/cargo-crates -CARGO_CARGOTOML= ${WRKSRC}/ext/glfm_markdown/Cargo.toml +CARGO_VENDOR_DIR= ${WRKSRC}/ext/gitlab_glfm_markdown/cargo-crates +CARGO_CARGOTOML= ${WRKSRC}/ext/gitlab_glfm_markdown/Cargo.toml CARGO_BUILD= no CARGO_INSTALL= no GEM_ENV+= MAKE=gmake @@ -27,6 +27,6 @@ GEM_ENV+= MAKE=gmake # update the crates file with: make cargo-crates > Makefile.crates post-install: - @${ECHO_CMD} "${GEM_LIB_DIR}/ext/glfm_markdown/Cargo.lock" >> ${TMPPLIST} + @${ECHO_CMD} "${GEM_LIB_DIR}/ext/gitlab_glfm_markdown/Cargo.lock" >> ${TMPPLIST} .include <bsd.port.mk> diff --git a/textproc/rubygem-gitlab-glfm-markdown/Makefile.crates b/textproc/rubygem-gitlab-glfm-markdown/Makefile.crates index 65ccdf9eef64..23d3c73268ef 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/Makefile.crates +++ b/textproc/rubygem-gitlab-glfm-markdown/Makefile.crates @@ -22,7 +22,7 @@ CARGO_CRATES= adler2-2.0.1 \ clap_derive-4.4.7 \ clap_lex-0.6.0 \ colorchoice-1.0.4 \ - comrak-0.46.0 \ + comrak-0.48.0 \ crc32fast-1.4.2 \ deranged-0.4.0 \ either-1.15.0 \ diff --git a/textproc/rubygem-gitlab-glfm-markdown/distinfo b/textproc/rubygem-gitlab-glfm-markdown/distinfo index 6a26dde63f6f..79743c2848b9 100644 --- a/textproc/rubygem-gitlab-glfm-markdown/distinfo +++ b/textproc/rubygem-gitlab-glfm-markdown/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1763010757 -SHA256 (gitlab-glfm-markdown-0.0.38.gem) = 8e57dd9283d655a40f6120dac0728f1d088900228977c139e3c969c756f40bc6 -SIZE (gitlab-glfm-markdown-0.0.38.gem) = 23040 +TIMESTAMP = 1765426185 +SHA256 (gitlab-glfm-markdown-0.0.39.gem) = a7d7d237203ebe290c2519b742c2c536ee94401a038ad63f043db9f4166fa0c7 +SIZE (gitlab-glfm-markdown-0.0.39.gem) = 23552 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 @@ -49,8 +49,8 @@ SHA256 (rust/crates/clap_lex-0.6.0.crate) = 702fc72eb24e5a1e48ce58027a675bc24edd SIZE (rust/crates/clap_lex-0.6.0.crate) = 12272 SHA256 (rust/crates/colorchoice-1.0.4.crate) = b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75 SIZE (rust/crates/colorchoice-1.0.4.crate) = 8196 -SHA256 (rust/crates/comrak-0.46.0.crate) = dc151d9c800c4fadd542c949b84c1dae6d1b424315ebcfd154e611d4f7910a97 -SIZE (rust/crates/comrak-0.46.0.crate) = 223946 +SHA256 (rust/crates/comrak-0.48.0.crate) = 48bf2260aceee247c6c5639f5751dc635211895066d782d2a28fb87f2e0d5613 +SIZE (rust/crates/comrak-0.48.0.crate) = 227493 SHA256 (rust/crates/crc32fast-1.4.2.crate) = a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3 SIZE (rust/crates/crc32fast-1.4.2.crate) = 38491 SHA256 (rust/crates/deranged-0.4.0.crate) = 9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e diff --git a/textproc/rubygem-yard/Makefile b/textproc/rubygem-yard/Makefile index f1f688011dfb..a85a2bca1726 100644 --- a/textproc/rubygem-yard/Makefile +++ b/textproc/rubygem-yard/Makefile @@ -1,5 +1,5 @@ PORTNAME= yard -PORTVERSION= 0.9.37 +PORTVERSION= 0.9.38 CATEGORIES= textproc devel rubygems MASTER_SITES= RG diff --git a/textproc/rubygem-yard/distinfo b/textproc/rubygem-yard/distinfo index c50ff06773e3..a6c31dba7737 100644 --- a/textproc/rubygem-yard/distinfo +++ b/textproc/rubygem-yard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725560829 -SHA256 (rubygem/yard-0.9.37.gem) = a6e910399e78e613f80ba9add9ba7c394b1a935f083cccbef82903a3d2a26992 -SIZE (rubygem/yard-0.9.37.gem) = 750592 +TIMESTAMP = 1765032986 +SHA256 (rubygem/yard-0.9.38.gem) = 721fb82afb10532aa49860655f6cc2eaa7130889df291b052e1e6b268283010f +SIZE (rubygem/yard-0.9.38.gem) = 752128 diff --git a/textproc/translate-toolkit/Makefile b/textproc/translate-toolkit/Makefile index ac7e2f2048eb..2accd74d8630 100644 --- a/textproc/translate-toolkit/Makefile +++ b/textproc/translate-toolkit/Makefile @@ -1,5 +1,5 @@ PORTNAME= translate-toolkit -PORTVERSION= 3.17.2 +PORTVERSION= 3.17.4 CATEGORIES= textproc MASTER_SITES= PYPI \ https://github.com/translate/translate/releases/download/${PORTVERSION}/ @@ -20,7 +20,7 @@ RUN_DEPENDS= bash:shells/bash \ msghack:devel/gettext-msghack \ ${PYTHON_PKGNAMEPREFIX}lxml>=5.2.0<6.1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}unicode-segmentation-rs>=0.1.1:textproc/py-unicode-segmentation-rs@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}unicode-segmentation-rs>=0.2.0<0.3:textproc/py-unicode-segmentation-rs@${PY_FLAVOR} USES= gettext python shebangfix USE_PYTHON= autoplist noflavors pep517 diff --git a/textproc/translate-toolkit/distinfo b/textproc/translate-toolkit/distinfo index 2409c60eb445..8db246f32d91 100644 --- a/textproc/translate-toolkit/distinfo +++ b/textproc/translate-toolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764510902 -SHA256 (translate_toolkit-3.17.2.tar.gz) = 48e549c43a807959b7696353a8abaee4ce47cc99d4e9e5fb95c581b0b6cf5b38 -SIZE (translate_toolkit-3.17.2.tar.gz) = 555369 +TIMESTAMP = 1765032672 +SHA256 (translate_toolkit-3.17.4.tar.gz) = 4f01267918cd20c866f71f8b8acaeb5288c054793d9ba135339f59707e49a124 +SIZE (translate_toolkit-3.17.4.tar.gz) = 557376 diff --git a/textproc/translate-toolkit/files/patch-pyproject.toml b/textproc/translate-toolkit/files/patch-pyproject.toml index 2aabe9dec07a..5f7eac3b0811 100644 --- a/textproc/translate-toolkit/files/patch-pyproject.toml +++ b/textproc/translate-toolkit/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-27 21:20:48 UTC +--- pyproject.toml.orig 2025-12-04 14:39:27 UTC +++ pyproject.toml @@ -1,7 +1,7 @@ requires = [ [build-system] @@ -9,16 +9,7 @@ ] [dependency-groups] -@@ -63,7 +63,7 @@ dependencies = [ - ] - dependencies = [ - "lxml>=5.2.0,<6.1", -- "unicode-segmentation-rs>=0.1.1,<0.2" -+ "unicode-segmentation-rs>=0.1.1" - ] - description = "Tools and API for translation and localization engineering." - dynamic = [ -@@ -72,8 +72,7 @@ keywords = [ +@@ -76,8 +76,7 @@ keywords = [ keywords = [ "i18n l10n gettext translate" ] @@ -28,7 +19,7 @@ name = "translate-toolkit" requires-python = ">=3.10" -@@ -88,10 +87,10 @@ ical = [ +@@ -92,10 +91,10 @@ ical = [ "fluent.syntax>=0.19.0,<0.20" ] ical = [ @@ -41,7 +32,7 @@ ] levenshtein = [ "python-Levenshtein>=0.21.0" -@@ -106,13 +105,13 @@ spellcheck = [ +@@ -110,13 +109,13 @@ spellcheck = [ "pyparsing>=3.2.0,<3.3" ] spellcheck = [ diff --git a/textproc/typos/Makefile b/textproc/typos/Makefile index 04dd170866d4..1758bff9be15 100644 --- a/textproc/typos/Makefile +++ b/textproc/typos/Makefile @@ -1,5 +1,5 @@ PORTNAME= typos -PORTVERSION= 1.39.2 +PORTVERSION= 1.40.0 DISTVERSIONPREFIX= v CATEGORIES= textproc diff --git a/textproc/typos/distinfo b/textproc/typos/distinfo index cf7f35402ea7..d31ea49c2814 100644 --- a/textproc/typos/distinfo +++ b/textproc/typos/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1763853130 +TIMESTAMP = 1765032674 SHA256 (rust/crates/Inflector-0.11.4.crate) = fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3 SIZE (rust/crates/Inflector-0.11.4.crate) = 17438 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 @@ -407,5 +407,5 @@ SHA256 (rust/crates/zerocopy-0.8.27.crate) = 0894878a5fa3edfd6da3f88c4805f4c8558 SIZE (rust/crates/zerocopy-0.8.27.crate) = 252663 SHA256 (rust/crates/zerocopy-derive-0.8.27.crate) = 88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831 SIZE (rust/crates/zerocopy-derive-0.8.27.crate) = 89827 -SHA256 (crate-ci-typos-v1.39.2_GH0.tar.gz) = 2ac7b75fb8cd5091dfb3c07997a8f7d9abdc918260d0e2378cefdad7cf059923 -SIZE (crate-ci-typos-v1.39.2_GH0.tar.gz) = 4476660 +SHA256 (crate-ci-typos-v1.40.0_GH0.tar.gz) = f8317b77e124f0201a47289a1d3e7a196e93cdbec3df9a0fc82d10c934c0ca85 +SIZE (crate-ci-typos-v1.40.0_GH0.tar.gz) = 4486342 diff --git a/www/Makefile b/www/Makefile index b08cb0c471c9..249d84690b3a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -63,6 +63,7 @@ SUBDIR += angie-module-upload SUBDIR += angie-module-vod SUBDIR += angie-module-xslt + SUBDIR += angie-module-zstd SUBDIR += anyremote2html SUBDIR += apache-mode.el SUBDIR += apache24 @@ -388,6 +389,7 @@ SUBDIR += mediawiki139 SUBDIR += mediawiki143 SUBDIR += mediawiki144 + SUBDIR += mediawiki145 SUBDIR += mergelog SUBDIR += mhonarc SUBDIR += micro_httpd @@ -1484,6 +1486,7 @@ SUBDIR += py-WebFlash SUBDIR += py-adblock SUBDIR += py-advocate + SUBDIR += py-aiobreaker SUBDIR += py-aioh2 SUBDIR += py-aiohttp SUBDIR += py-aiohttp-jinja2 @@ -1492,6 +1495,7 @@ SUBDIR += py-aiohttp-session SUBDIR += py-aiohttp-wsgi SUBDIR += py-aiohttp_cors + SUBDIR += py-aiolimiter SUBDIR += py-aioquic SUBDIR += py-aioresponses SUBDIR += py-aiostream @@ -1820,6 +1824,7 @@ SUBDIR += py-google-cloud-resource-manager SUBDIR += py-google-cloud-speech SUBDIR += py-google-cloud-storage + SUBDIR += py-google-cloud-storage-control SUBDIR += py-google-cloud-testutils SUBDIR += py-google-cloud-translate SUBDIR += py-google-cloud-vision @@ -1947,6 +1952,7 @@ SUBDIR += py-requests-file SUBDIR += py-requests-futures SUBDIR += py-requests-gssapi + SUBDIR += py-requests-kerberos SUBDIR += py-requests-mock SUBDIR += py-requests-oauthlib SUBDIR += py-requests-toolbelt diff --git a/www/R-cran-httr2/Makefile b/www/R-cran-httr2/Makefile index ebe20f178397..7ab4d2b928d6 100644 --- a/www/R-cran-httr2/Makefile +++ b/www/R-cran-httr2/Makefile @@ -1,5 +1,5 @@ PORTNAME= httr2 -DISTVERSION= 1.2.1 +DISTVERSION= 1.2.2 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} diff --git a/www/R-cran-httr2/distinfo b/www/R-cran-httr2/distinfo index 4c90f8481c1c..8091cfa3cd0e 100644 --- a/www/R-cran-httr2/distinfo +++ b/www/R-cran-httr2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1753722297 -SHA256 (httr2_1.2.1.tar.gz) = 2728c37f5507740f41bde94703f74f67fc901ad122b1a58e8ad3af4224fd831e -SIZE (httr2_1.2.1.tar.gz) = 271878 +TIMESTAMP = 1765605688 +SHA256 (httr2_1.2.2.tar.gz) = a5e7128fe26e083839d85c2969412c7fafaca6140b5601156c0c3472cc5c45e1 +SIZE (httr2_1.2.2.tar.gz) = 277334 diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index 0195db056f4f..51fa57e6493f 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -1,5 +1,5 @@ PORTNAME= shiny -PORTVERSION= 1.11.1 +PORTVERSION= 1.12.1 CATEGORIES= www DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -13,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= R-cran-bslib>=0.6.0:www/R-cran-bslib \ R-cran-cachem>=1.1.0:databases/R-cran-cachem \ R-cran-cli>0:devel/R-cran-cli \ - R-cran-commonmark>=1.7:textproc/R-cran-commonmark \ + R-cran-commonmark>=2.0.0:textproc/R-cran-commonmark \ R-cran-fastmap>=1.1.1:databases/R-cran-fastmap \ R-cran-fontawesome>=0.4.0:devel/R-cran-fontawesome \ R-cran-glue>=1.3.2:devel/R-cran-glue \ @@ -23,7 +23,7 @@ RUN_DEPENDS= R-cran-bslib>=0.6.0:www/R-cran-bslib \ R-cran-later>=1.0.0:devel/R-cran-later \ R-cran-lifecycle>=0.2.0:devel/R-cran-lifecycle \ R-cran-mime>=0.3:misc/R-cran-mime \ - R-cran-promises>=1.3.2:devel/R-cran-promises \ + R-cran-promises>=1.5.0:devel/R-cran-promises \ R-cran-R6>=2.0:devel/R-cran-R6 \ R-cran-rlang>=0.4.10:devel/R-cran-rlang \ R-cran-sourcetools>0:devel/R-cran-sourcetools \ diff --git a/www/R-cran-shiny/distinfo b/www/R-cran-shiny/distinfo index 73c7ab56425b..b41761bc27a4 100644 --- a/www/R-cran-shiny/distinfo +++ b/www/R-cran-shiny/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751809219 -SHA256 (shiny_1.11.1.tar.gz) = 6f8c0f8618646f6b6d0c2d4ccf8b2430de6b1dc67edec19bb6b88594f4de7129 -SIZE (shiny_1.11.1.tar.gz) = 2668971 +TIMESTAMP = 1765592403 +SHA256 (shiny_1.12.1.tar.gz) = b8e6d1641822308453e3d1e511837f67e2213400dacd6370b6846e116b238aa2 +SIZE (shiny_1.12.1.tar.gz) = 2707088 diff --git a/www/angelfish/distinfo b/www/angelfish/distinfo index 42f03da539f2..a2e89f960214 100644 --- a/www/angelfish/distinfo +++ b/www/angelfish/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264810 -SHA256 (KDE/release-service/25.08.3/angelfish-25.08.3.tar.xz) = 71c4a7b3d6650eb5bd9a7d082ce03eface0bb5e806d8f399e7ad675bb064376c -SIZE (KDE/release-service/25.08.3/angelfish-25.08.3.tar.xz) = 299092 +TIMESTAMP = 1765478811 +SHA256 (KDE/release-service/25.12.0/angelfish-25.12.0.tar.xz) = 5c804a51032da603376e1ff0710fadf80d5aee817152878b75ab51318b5225cb +SIZE (KDE/release-service/25.12.0/angelfish-25.12.0.tar.xz) = 299840 diff --git a/www/angie-module-auth-jwt/Makefile b/www/angie-module-auth-jwt/Makefile index 6c78be4c6638..5c23ccecc2e3 100644 --- a/www/angie-module-auth-jwt/Makefile +++ b/www/angie-module-auth-jwt/Makefile @@ -1,7 +1,12 @@ PORTNAME= angie-module-auth-jwt -GH_TUPLE= kjdev:nginx-auth-jwt:0.9.0:module +MODULE_VERSION= 0.9.0 +MODULE_PORTREVISION= 0 +GH_TUPLE= kjdev:nginx-auth-jwt:${MODULE_VERSION}:module COMMENT= Angie auth-jwt dynamic module +WWW= https://github.com/kjdev/nginx-auth-jwt/ + +LICENSE= MIT LIB_DEPENDS= libjansson.so:devel/jansson @@ -10,8 +15,8 @@ MASTERDIR= ${.CURDIR}/../../www/angie CONFLICTS= www/angie-module-jwt do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_auth_jwt_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-auth-spnego/Makefile b/www/angie-module-auth-spnego/Makefile index 41803c80b2d9..7ed961af05ca 100644 --- a/www/angie-module-auth-spnego/Makefile +++ b/www/angie-module-auth-spnego/Makefile @@ -1,7 +1,10 @@ PORTNAME= angie-module-auth-spnego -GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v1.1.3:module +MODULE_VERSION= 1.1.3 +MODULE_PORTREVISION= 0 +GH_TUPLE= stnoonan:spnego-http-auth-nginx-module:v${MODULE_VERSION}:module COMMENT= Angie auth-spnego dynamic module +WWW= https://github.com/stnoonan/spnego-http-auth-nginx-module/ USES= gssapi:mit @@ -12,8 +15,8 @@ pre-configure: ${WRKSRC_module}/config do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_auth_spnego_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-auth-totp/Makefile b/www/angie-module-auth-totp/Makefile index 702a9ba40684..5e626ff767ec 100644 --- a/www/angie-module-auth-totp/Makefile +++ b/www/angie-module-auth-totp/Makefile @@ -1,13 +1,18 @@ PORTNAME= angie-module-auth-totp -GH_TUPLE= 61131:nginx-http-auth-totp:1.1.0:module +MODULE_VERSION= 1.1.0 +MODULE_PORTREVISION= 0 +GH_TUPLE= 61131:nginx-http-auth-totp:${MODULE_VERSION}:module COMMENT= Angie auth-totp dynamic module +WWW= https://github.com/61131/nginx-http-auth-totp/ + +LICENSE= MIT MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_auth_totp_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-brotli/Makefile b/www/angie-module-brotli/Makefile index 2ec4cb655895..051bb40f7b9e 100644 --- a/www/angie-module-brotli/Makefile +++ b/www/angie-module-brotli/Makefile @@ -1,15 +1,18 @@ PORTNAME= angie-module-brotli -GH_TUPLE= google:ngx_brotli:v1.0.0rc:module +MODULE_VERSION= 1.0.0rc +MODULE_PORTREVISION= 0 +GH_TUPLE= google:ngx_brotli:v${MODULE_VERSION}:module COMMENT= Angie Brotli dynamic module +WWW= https://github.com/google/ngx_brotli/ LIB_DEPENDS= libbrotlienc.so:archivers/brotli MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} .for i in ngx_http_brotli_filter_module ngx_http_brotli_static_module ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-cache-purge/Makefile b/www/angie-module-cache-purge/Makefile index b7bdee160341..91b56065bc67 100644 --- a/www/angie-module-cache-purge/Makefile +++ b/www/angie-module-cache-purge/Makefile @@ -1,13 +1,16 @@ PORTNAME= angie-module-cache-purge -GH_TUPLE= nginx-modules:ngx_cache_purge:2.5.4:module +MODULE_VERSION= 2.5.4 +MODULE_PORTREVISION= 0 +GH_TUPLE= nginx-modules:ngx_cache_purge:${MODULE_VERSION}:module COMMENT= Angie cache_purge dynamic module +WWW= https://github.com/nginx-modules/ngx_cache_purge/ MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_cache_purge_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-dav-ext/Makefile b/www/angie-module-dav-ext/Makefile index d403b808d478..09b7d5d9328c 100644 --- a/www/angie-module-dav-ext/Makefile +++ b/www/angie-module-dav-ext/Makefile @@ -1,7 +1,10 @@ PORTNAME= angie-module-dav-ext -GH_TUPLE= arut:nginx-dav-ext-module:v3.0.0:module +MODULE_VERSION= 3.0.0 +MODULE_PORTREVISION= 0 +GH_TUPLE= arut:nginx-dav-ext-module:v${MODULE_VERSION}:module COMMENT= Angie dav-ext dynamic module +WWW= https://github.com/arut/nginx-dav-ext-module/ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ libxslt.so:textproc/libxslt @@ -9,8 +12,8 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2 \ MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_dav_ext_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-echo/Makefile b/www/angie-module-echo/Makefile index 94804caec685..9c28aaf54694 100644 --- a/www/angie-module-echo/Makefile +++ b/www/angie-module-echo/Makefile @@ -1,13 +1,16 @@ PORTNAME= angie-module-echo -GH_TUPLE= openresty:echo-nginx-module:v0.63:module +MODULE_VERSION= 0.64 +MODULE_PORTREVISION= 0 +GH_TUPLE= openresty:echo-nginx-module:v${MODULE_VERSION}:module COMMENT= Angie echo dynamic module +WWW= https://github.com/openresty/echo-nginx-module/ MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_echo_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-enhanced-memcached/Makefile b/www/angie-module-enhanced-memcached/Makefile index 54e3891d54e4..9f5b1951f811 100644 --- a/www/angie-module-enhanced-memcached/Makefile +++ b/www/angie-module-enhanced-memcached/Makefile @@ -1,15 +1,19 @@ PORTNAME= angie-module-enhanced-memcached -GH_TUPLE= bpaquet:ngx_http_enhanced_memcached_module:v0.3:module +MODULE_VERSION= 0.3 +MODULE_PORTREVISION= 0 +GH_TUPLE= bpaquet:ngx_http_enhanced_memcached_module:v${MODULE_VERSION}:module COMMENT= Angie enhanced memcached dynamic module +WWW= https://github.com/bpaquet/ngx_http_enhanced_memcached_module/ +LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC_module}/README.markdown MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_enhanced_memcached_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-eval/Makefile b/www/angie-module-eval/Makefile index 94a108b14c46..e82c7433ca04 100644 --- a/www/angie-module-eval/Makefile +++ b/www/angie-module-eval/Makefile @@ -1,15 +1,19 @@ PORTNAME= angie-module-eval -GH_TUPLE= openresty:nginx-eval-module:2016.06.10:module +MODULE_VERSION= 2016.06.10 +MODULE_PORTREVISION= 0 +GH_TUPLE= openresty:nginx-eval-module:${MODULE_VERSION}:module COMMENT= Angie eval dynamic module +WWW= https://github.com/openresty/nginx-eval-module/ +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC_module}/LICENCE MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_eval_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-geoip2/Makefile b/www/angie-module-geoip2/Makefile index 7df133590ec7..801ec5c400b4 100644 --- a/www/angie-module-geoip2/Makefile +++ b/www/angie-module-geoip2/Makefile @@ -1,15 +1,18 @@ PORTNAME= angie-module-geoip2 -GH_TUPLE= leev:ngx_http_geoip2_module:3.4:module +MODULE_VERSION= 3.4 +MODULE_PORTREVISION= 0 +GH_TUPLE= leev:ngx_http_geoip2_module:${MODULE_VERSION}:module COMMENT= Angie GeoIP2 dynamic module +WWW= https://github.com/leev/ngx_http_geoip2_module/ LIB_DEPENDS= libmaxminddb.so:net/libmaxminddb MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} .for i in ngx_http_geoip2_module ngx_stream_geoip2_module ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-headers-more/Makefile b/www/angie-module-headers-more/Makefile index b2879e7f6f9f..e031ca750c06 100644 --- a/www/angie-module-headers-more/Makefile +++ b/www/angie-module-headers-more/Makefile @@ -1,15 +1,18 @@ PORTNAME= angie-module-headers-more -GH_TUPLE= openresty:headers-more-nginx-module:v0.39:module +MODULE_VERSION= 0.39 +MODULE_PORTREVISION= 0 +GH_TUPLE= openresty:headers-more-nginx-module:v${MODULE_VERSION}:module COMMENT= Angie headers-more dynamic module +WWW= https://github.com/openresty/headers-more-nginx-module/ LICENSE_FILE= ${WRKSRC_module}/README.markdown MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_headers_more_filter_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-jwt/Makefile b/www/angie-module-jwt/Makefile index 2644023a3c9c..8bc91e84dc0b 100644 --- a/www/angie-module-jwt/Makefile +++ b/www/angie-module-jwt/Makefile @@ -1,7 +1,12 @@ PORTNAME= angie-module-jwt -GH_TUPLE= max-lt:nginx-jwt-module:v3.4.3:module +MODULE_VERSION= 3.4.3 +MODULE_PORTREVISION= 0 +GH_TUPLE= max-lt:nginx-jwt-module:v${MODULE_VERSION}:module COMMENT= Angie JWT dynamic module +WWW= https://github.com/max-lt/nginx-jwt-module/ + +LICENSE= MIT LIB_DEPENDS= libjansson.so:devel/jansson \ libjwt.so:www/libjwt @@ -11,8 +16,8 @@ MASTERDIR= ${.CURDIR}/../../www/angie CONFLICTS= www/angie-module-auth-jwt do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_auth_jwt_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-keyval/Makefile b/www/angie-module-keyval/Makefile index 432310743eb8..838c613e90f7 100644 --- a/www/angie-module-keyval/Makefile +++ b/www/angie-module-keyval/Makefile @@ -1,15 +1,20 @@ PORTNAME= angie-module-keyval -GH_TUPLE= kjdev:nginx-keyval:0.3.0:module +MODULE_VERSION= 0.3.0 +MODULE_PORTREVISION= 0 +GH_TUPLE= kjdev:nginx-keyval:${MODULE_VERSION}:module COMMENT= Angie keyval dynamic module +WWW= https://github.com/kjdev/nginx-keyval/ + +LICENSE= MIT LIB_DEPENDS= libhiredis.so:databases/hiredis MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_keyval_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-lua/Makefile b/www/angie-module-lua/Makefile index 4dd019336620..012f96b6ace1 100644 --- a/www/angie-module-lua/Makefile +++ b/www/angie-module-lua/Makefile @@ -1,9 +1,12 @@ PORTNAME= angie-module-lua -GH_TUPLE= openresty:lua-nginx-module:v0.10.28:lua +MODULE_VERSION= 0.10.29 +MODULE_PORTREVISION= 0 +GH_TUPLE= openresty:lua-nginx-module:v${MODULE_VERSION}:lua GH_TUPLE+= openresty:stream-lua-nginx-module:v0.0.16:lua_stream GH_TUPLE+= vision5:ngx_devel_kit:v0.3.4:ndk COMMENT= Angie Lua dynamic module +WWW= https://github.com/openresty/lua-nginx-module/ LICENSE_FILE= ${WRKSRC_lua}/README.markdown @@ -16,16 +19,16 @@ CONFIGURE_ADD= --add-dynamic-module=${WRKSRC_lua} \ CONFIGURE_ENV= LUAJIT_INC=${LUAJIT_INCDIR} \ LUAJIT_LIB=${LOCALBASE}/lib -RUN_DEPENDS= angie-module-ndk==${PKGVERSION}:www/angie-module-ndk \ - lua-resty-core>=0.1.29:www/lua-resty-core +RUN_DEPENDS= angie-module-ndk>=0.3.4,1:www/angie-module-ndk \ + lua-resty-core>=0.1.31:www/lua-resty-core USES= luajit:luajit-openresty MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} .for i in ngx_http_lua_module ngx_stream_lua_module ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-lua/files/patch-lua-config b/www/angie-module-lua/files/patch-lua-config index 31a80a49c73b..b4c3fa02f0f2 100644 --- a/www/angie-module-lua/files/patch-lua-config +++ b/www/angie-module-lua/files/patch-lua-config @@ -1,5 +1,5 @@ ---- ../lua-nginx-module-0.10.28/config.orig -+++ ../lua-nginx-module-0.10.28/config +--- ../lua-nginx-module-0.10.29/config.orig ++++ ../lua-nginx-module-0.10.29/config @@ -45,9 +45,9 @@ NGX_TEST_LD_OPT="$ngx_lua_opt_L $NGX_TEST_LD_OPT" diff --git a/www/angie-module-ndk/Makefile b/www/angie-module-ndk/Makefile index dc0e57861dae..f4a110b02f1b 100644 --- a/www/angie-module-ndk/Makefile +++ b/www/angie-module-ndk/Makefile @@ -1,15 +1,20 @@ PORTNAME= angie-module-ndk -GH_TUPLE= vision5:ngx_devel_kit:v0.3.4:module +MODULE_VERSION= 0.3.4 +MODULE_PORTREVISION= 0 +GH_TUPLE= vision5:ngx_devel_kit:v${MODULE_VERSION}:module COMMENT= Angie NDK dynamic module +WWW= https://github.com/vision5/ngx_devel_kit/ + +LICENSE= BSD3CLAUSE CFLAGS+= -DNDK_SET_VAR -DNDK_UPSTREAM_LIST MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ndk_http_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-njs/Makefile b/www/angie-module-njs/Makefile index f69739a1be2f..28e19b1dde46 100644 --- a/www/angie-module-njs/Makefile +++ b/www/angie-module-njs/Makefile @@ -1,7 +1,10 @@ PORTNAME= angie-module-njs -GH_TUPLE= nginx:njs:0.9.1:module +MODULE_VERSION= 0.9.4 +MODULE_PORTREVISION= 0 +GH_TUPLE= nginx:njs:${MODULE_VERSION}:module COMMENT= Angie NJS dynamic module +WWW= https://github.com/nginx/njs/ LIB_DEPENDS= libxslt.so:textproc/libxslt @@ -13,8 +16,8 @@ CONFIGURE_ADD= --add-dynamic-module=${WRKSRC_module}/nginx MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} .for i in ngx_http_js_module ngx_stream_js_module ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-perl/Makefile b/www/angie-module-perl/Makefile index 68096497aede..0b166cc0598f 100644 --- a/www/angie-module-perl/Makefile +++ b/www/angie-module-perl/Makefile @@ -13,8 +13,8 @@ CFLAGS+= -Wno-compound-token-split-by-macro MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${MODDIR} - ${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/nginx + ${MKDIR} ${STAGEDIR}${MODDIR} \ + ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/nginx ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_perl_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-postgres/Makefile b/www/angie-module-postgres/Makefile index b672ce013b86..4f58e611d856 100644 --- a/www/angie-module-postgres/Makefile +++ b/www/angie-module-postgres/Makefile @@ -1,15 +1,18 @@ PORTNAME= angie-module-postgres -GH_TUPLE= FRiCKLE:ngx_postgres:1.0rc7:module +MODULE_VERSION= 1.0rc7 +MODULE_PORTREVISION= 0 +GH_TUPLE= FRiCKLE:ngx_postgres:${MODULE_VERSION}:module COMMENT= Angie postgres dynamic module +WWW= https://github.com/FRiCKLE/ngx_postgres/ USES= pgsql MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_postgres_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-redis2/Makefile b/www/angie-module-redis2/Makefile index 2ab1a5856835..beb8fcff12fa 100644 --- a/www/angie-module-redis2/Makefile +++ b/www/angie-module-redis2/Makefile @@ -1,15 +1,18 @@ PORTNAME= angie-module-redis2 -GH_TUPLE= openresty:redis2-nginx-module:v0.15:module +MODULE_VERSION= 0.15 +MODULE_PORTREVISION= 0 +GH_TUPLE= openresty:redis2-nginx-module:v${MODULE_VERSION}:module COMMENT= Angie redis2 dynamic module +WWW= https://github.com/openresty/redis2-nginx-module/ LICENSE_FILE= ${WRKSRC_module}/README.markdown MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_redis2_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-rtmp/Makefile b/www/angie-module-rtmp/Makefile index 6ed58a3e358a..685ad1359205 100644 --- a/www/angie-module-rtmp/Makefile +++ b/www/angie-module-rtmp/Makefile @@ -1,7 +1,10 @@ PORTNAME= angie-module-rtmp -GH_TUPLE= arut:nginx-rtmp-module:v1.2.2:module +MODULE_VERSION= 1.2.2 +MODULE_PORTREVISION= 0 +GH_TUPLE= arut:nginx-rtmp-module:v${MODULE_VERSION}:module COMMENT= Angie RTMP dynamic module +WWW= https://github.com/arut/nginx-rtmp-module/ DEPRECATED= Upstream development has slowed down and there are a lot of unresolved issues and PRs upstream, consider migrating to multimedia/mediamtx EXPIRATION_DATE=2025-12-31 @@ -9,8 +12,8 @@ EXPIRATION_DATE=2025-12-31 MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_rtmp_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-set-misc/Makefile b/www/angie-module-set-misc/Makefile index 64b5078e7f96..d31f7e1d5cb4 100644 --- a/www/angie-module-set-misc/Makefile +++ b/www/angie-module-set-misc/Makefile @@ -1,8 +1,11 @@ PORTNAME= angie-module-set-misc -GH_TUPLE= vision5:ngx_devel_kit:v0.3.4:ndk +MODULE_VERSION= 0.3.4 +MODULE_PORTREVISION= 0 +GH_TUPLE= vision5:ngx_devel_kit:v${MODULE_VERSION}:ndk GH_TUPLE+= openresty:set-misc-nginx-module:v0.33:module COMMENT= Angie set-misc dynamic module +WWW= https://github.com/openresty/set-misc-nginx-module/ LICENSE_FILE= ${WRKSRC_module}/README.markdown @@ -12,8 +15,8 @@ CONFIGURE_ADD= --add-dynamic-module=${WRKSRC_ndk} \ MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_set_misc_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-subs/Makefile b/www/angie-module-subs/Makefile index b444f72eab8a..2c78e61498af 100644 --- a/www/angie-module-subs/Makefile +++ b/www/angie-module-subs/Makefile @@ -2,14 +2,15 @@ PORTNAME= angie-module-subs GH_TUPLE= yaoweibin:ngx_http_substitutions_filter_module:e12e965ac1837ca709709f9a26f572a54d83430e:module COMMENT= Angie substitutions filter dynamic module +WWW= https://github.com/yaoweibin/ngx_http_substitutions_filter_module/ LICENSE_FILE= ${WRKSRC_module}/README MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_subs_filter_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-testcookie/Makefile b/www/angie-module-testcookie/Makefile index f4026c99bd06..ce926119a900 100644 --- a/www/angie-module-testcookie/Makefile +++ b/www/angie-module-testcookie/Makefile @@ -2,14 +2,16 @@ PORTNAME= angie-module-testcookie GH_TUPLE= kyprizel:testcookie-nginx-module:64137c2f7e66e8866f56fdecaaf09ac10a034da9:module COMMENT= Angie testcookie dynamic module +WWW= https://github.com/kyprizel/testcookie-nginx-module/ +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC_module}/README.markdown MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_testcookie_access_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-upload/Makefile b/www/angie-module-upload/Makefile index 11edfbe73956..dc9fc73d6d89 100644 --- a/www/angie-module-upload/Makefile +++ b/www/angie-module-upload/Makefile @@ -1,15 +1,19 @@ PORTNAME= angie-module-upload -GH_TUPLE= fdintino:nginx-upload-module:2.3.0:module +MODULE_VERSION= 2.3.0 +MODULE_PORTREVISION= 0 +GH_TUPLE= fdintino:nginx-upload-module:${MODULE_VERSION}:module COMMENT= Angie upload dynamic module +WWW= https://github.com/fdintino/nginx-upload-module/ +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC_module}/LICENCE MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_upload_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-vod/Makefile b/www/angie-module-vod/Makefile index 794908d2d342..5a4141758c92 100644 --- a/www/angie-module-vod/Makefile +++ b/www/angie-module-vod/Makefile @@ -1,7 +1,12 @@ PORTNAME= angie-module-vod -GH_TUPLE= kaltura:nginx-vod-module:1.33:module +MODULE_VERSION= 1.33 +MODULE_PORTREVISION= 0 +GH_TUPLE= kaltura:nginx-vod-module:${MODULE_VERSION}:module COMMENT= VOD dynamic module for Angie +WWW= https://github.com/kaltura/nginx-vod-module/ + +LICENSE= AGPLv3 LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ libswscale.so:multimedia/ffmpeg @@ -9,8 +14,8 @@ LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg \ MASTERDIR= ${.CURDIR}/../../www/angie do-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${MKDIR} ${STAGEDIR}${MODDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} ${INSTALL_LIB} ${WRKSRC}/objs/ngx_http_vod_module.so \ ${STAGEDIR}${MODDIR} diff --git a/www/angie-module-zstd/Makefile b/www/angie-module-zstd/Makefile new file mode 100644 index 000000000000..8b527ccf061f --- /dev/null +++ b/www/angie-module-zstd/Makefile @@ -0,0 +1,29 @@ +PORTNAME= angie-module-zstd +MODULE_VERSION= 0.1.1 +MODULE_PORTREVISION= 0 +GH_TUPLE= tokers:zstd-nginx-module:${MODULE_VERSION}:module + +COMMENT= Angie zstd dynamic module +WWW= https://github.com/tokers/zstd-nginx-module/ + +LICENSE= BSD2CLAUSE + +LIB_DEPENDS= libzstd.so:archivers/zstd + +CONFIGURE_ADD= --add-dynamic-module=${WRKSRC_module} + +MASTERDIR= ${.CURDIR}/../../www/angie + +do-install: + ${MKDIR} ${STAGEDIR}${DOCSDIR} \ + ${STAGEDIR}${MODDIR} + +.for i in ngx_http_zstd_static_module ngx_http_zstd_filter_module + ${INSTALL_LIB} ${WRKSRC}/objs/${i}.so ${STAGEDIR}${MODDIR} +.endfor + +.for i in README.md + ${INSTALL_MAN} ${WRKSRC_module}/${i} ${STAGEDIR}${DOCSDIR} +.endfor + +.include "${MASTERDIR}/Makefile" diff --git a/www/angie-module-zstd/files/pkg-message.in b/www/angie-module-zstd/files/pkg-message.in new file mode 100644 index 000000000000..a514ed564dc6 --- /dev/null +++ b/www/angie-module-zstd/files/pkg-message.in @@ -0,0 +1,17 @@ +[ +{ type: install + message: <<EOM + +The zstd dynamic modules for Angie have been installed. +To enable these modules, add the following to %%PREFIX%%/etc/angie/angie.conf +and reload angie: + + load_module modules/ngx_http_zstd_filter_module.so; + load_module modules/ngx_http_zstd_static_module.so; + +Please refer to the module documentation for further details: +https://github.com/tokers/zstd-nginx-module +https://en.angie.software/angie/docs/installation/external-modules/zstd/ +EOM +} +] diff --git a/www/angie-module-zstd/pkg-descr b/www/angie-module-zstd/pkg-descr new file mode 100644 index 000000000000..f70034e027ba --- /dev/null +++ b/www/angie-module-zstd/pkg-descr @@ -0,0 +1,4 @@ +The module adds support for Zstandard compression of responses, both +dynamic (on-the-fly) and static (precompressed files). Compared to gzip, +zstd offers higher compression and decompression speeds at comparable +or better compression ratios. diff --git a/www/angie-module-zstd/pkg-plist b/www/angie-module-zstd/pkg-plist new file mode 100644 index 000000000000..28417be3d639 --- /dev/null +++ b/www/angie-module-zstd/pkg-plist @@ -0,0 +1,3 @@ +%%DOCSDIR%%/README.md +%%MODDIR%%/ngx_http_zstd_filter_module.so +%%MODDIR%%/ngx_http_zstd_static_module.so diff --git a/www/angie/Makefile b/www/angie/Makefile index 7ac5e95fde80..dd8650e53453 100644 --- a/www/angie/Makefile +++ b/www/angie/Makefile @@ -1,9 +1,9 @@ PORTNAME?= angie -DISTVERSION= 1.10.2 -PORTREVISION= 1 +ANGIE_VERSION= 1.10.3 +ANGIE_PORTREVISION= 0 CATEGORIES+= www MASTER_SITES+= https://download.angie.software/files/:angie -DISTNAME= angie-${DISTVERSIONFULL} +DISTNAME= angie-${ANGIE_VERSION} DISTFILES+= ${DISTNAME}${EXTRACT_SUFX}:angie MAINTAINER?= sko@rostwald.de @@ -13,6 +13,8 @@ WWW?= https://angie.software/en/ LICENSE?= BSD2CLAUSE .if ${PORTNAME} == angie +DISTVERSION= ${ANGIE_VERSION} +PORTREVISION= ${ANGIE_PORTREVISION} LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre2-8.so:devel/pcre2 USE_RC_SUBR= angie @@ -22,9 +24,17 @@ SUB_FILES= angie.conf.sample \ example.conf.sample \ pkg-message .else +. if defined(MODULE_VERSION) +DISTVERSION= ${MODULE_VERSION} +PORTREVISION= ${MODULE_PORTREVISION} +PORTEPOCH= 1 +. else +DISTVERSION= ${ANGIE_VERSION} +PORTREVISION= ${ANGIE_PORTREVISION} +. endif LICENSE_FILE?= ${WRKSRC_module}/LICENSE BUILD_DEPENDS+= pcre2>=0:devel/pcre2 -RUN_DEPENDS+= angie==${PKGVERSION}:www/angie +RUN_DEPENDS+= angie>=${ANGIE_VERSION}:www/angie ALL_TARGET?= modules CONFIGURE_ADD?= --add-dynamic-module=${WRKSRC_module} .endif diff --git a/www/angie/distinfo b/www/angie/distinfo index b44d89695378..269c16f8ab03 100644 --- a/www/angie/distinfo +++ b/www/angie/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1757353535 -SHA256 (angie-1.10.2.tar.gz) = a5c2ab937df24a80e786af5638922f46ea8a73d1614183c8c90298ae873094b8 -SIZE (angie-1.10.2.tar.gz) = 1757721 +TIMESTAMP = 1765363285 +SHA256 (angie-1.10.3.tar.gz) = ff820ec9dc7ac8b0e873c52ddc48b3417f5054f157b5d2df5c1b8ed7adfb2256 +SIZE (angie-1.10.3.tar.gz) = 1758928 SHA256 (61131-nginx-http-auth-totp-1.1.0_GH0.tar.gz) = d36d2b75a3b239e63ec060ef9ccfa6b89acbceb74b7c93e47550c1f75ac4857e SIZE (61131-nginx-http-auth-totp-1.1.0_GH0.tar.gz) = 9813 SHA256 (kjdev-nginx-auth-jwt-0.9.0_GH0.tar.gz) = d7c72634261a053afaacc2cb762eccf9ce4c462ca738ad0c4809eb964ddf3c0c @@ -13,8 +13,8 @@ SHA256 (nginx-modules-ngx_cache_purge-2.5.4_GH0.tar.gz) = 5bd04373d818b1aa0f3ba0 SIZE (nginx-modules-ngx_cache_purge-2.5.4_GH0.tar.gz) = 17174 SHA256 (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = d2499d94d82d4e4eac8425d799e52883131ae86a956524040ff2fd230ef9f859 SIZE (arut-nginx-dav-ext-module-v3.0.0_GH0.tar.gz) = 14558 -SHA256 (openresty-echo-nginx-module-v0.63_GH0.tar.gz) = 8af374d29592ef95baee53c91959c7b04927f11304c318a94f0ee140760515a4 -SIZE (openresty-echo-nginx-module-v0.63_GH0.tar.gz) = 53421 +SHA256 (openresty-echo-nginx-module-v0.64_GH0.tar.gz) = 6f43f56d7e7e8526716bbda06b300f0119912eede47b3a48bb948252a1fb38c8 +SIZE (openresty-echo-nginx-module-v0.64_GH0.tar.gz) = 53549 SHA256 (bpaquet-ngx_http_enhanced_memcached_module-v0.3_GH0.tar.gz) = 4071b2cc0baa9f403c124c0ef0cdfbde14dacc1ec9f0dbc92d7310ac530e3eeb SIZE (bpaquet-ngx_http_enhanced_memcached_module-v0.3_GH0.tar.gz) = 101136 SHA256 (openresty-nginx-eval-module-2016.06.10_GH0.tar.gz) = 6b91d3c2c2f254ebb37eb3dd6dd41048dfb18320bb98a3afdd1ad38b47f6d609 @@ -27,14 +27,14 @@ SHA256 (max-lt-nginx-jwt-module-v3.4.3_GH0.tar.gz) = 35d2a6bc957105ee5b4fc0b360d SIZE (max-lt-nginx-jwt-module-v3.4.3_GH0.tar.gz) = 16452 SHA256 (kjdev-nginx-keyval-0.3.0_GH0.tar.gz) = c4e5d2a03ead32cfccb9f04f01a8cdf664f5deca3f677c13b1509bff832cf2c7 SIZE (kjdev-nginx-keyval-0.3.0_GH0.tar.gz) = 24150 -SHA256 (openresty-lua-nginx-module-v0.10.28_GH0.tar.gz) = 634827d54de6216cb0502d14f76610788b3a3e33160e91d5578d6db0d9a34a20 -SIZE (openresty-lua-nginx-module-v0.10.28_GH0.tar.gz) = 869217 +SHA256 (openresty-lua-nginx-module-v0.10.29_GH0.tar.gz) = ca2c2122b909529bf9d1a89e9a5763835a2bd2629def8cb279c550f638f0a78f +SIZE (openresty-lua-nginx-module-v0.10.29_GH0.tar.gz) = 892502 SHA256 (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) = 3b1103cf5ee940ea94711eae1a7ccc1a161273ec9a08eb415f1d45ad385f967d SIZE (openresty-stream-lua-nginx-module-v0.0.16_GH0.tar.gz) = 395259 SHA256 (vision5-ngx_devel_kit-v0.3.4_GH0.tar.gz) = 14a28063294f645d457b1eb10e3c23bbba44398f1c5f021421b58b6f8ab31662 SIZE (vision5-ngx_devel_kit-v0.3.4_GH0.tar.gz) = 66474 -SHA256 (nginx-njs-0.9.1_GH0.tar.gz) = 61365eea69c6862fc8a5b5df531503ae49499f6bcd5af932496b84850a2824a4 -SIZE (nginx-njs-0.9.1_GH0.tar.gz) = 966480 +SHA256 (nginx-njs-0.9.4_GH0.tar.gz) = 7b3a9f14b0f09311d9031c2a252cb0e23c06baac2e586a7d12c75aa6cba4ca0e +SIZE (nginx-njs-0.9.4_GH0.tar.gz) = 939082 SHA256 (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = c942e674a7273ab87caab4dcad626ab54852be192c29b1add50d2cb535e3cbb9 SIZE (FRiCKLE-ngx_postgres-1.0rc7_GH0.tar.gz) = 40742 SHA256 (openresty-redis2-nginx-module-v0.15_GH0.tar.gz) = d255571bcfb9939b78099df39cb4d42f174d789aec8c8e5e47b93942b0299438 @@ -51,3 +51,5 @@ SHA256 (fdintino-nginx-upload-module-2.3.0_GH0.tar.gz) = c86e318addb9c88d70fdbd5 SIZE (fdintino-nginx-upload-module-2.3.0_GH0.tar.gz) = 40139 SHA256 (kaltura-nginx-vod-module-1.33_GH0.tar.gz) = 9c9600e5da4ee02ef6820d056da9eb5f3449f715468334ddab41727b76d478d8 SIZE (kaltura-nginx-vod-module-1.33_GH0.tar.gz) = 471858 +SHA256 (tokers-zstd-nginx-module-0.1.1_GH0.tar.gz) = 707d534f8ca4263ff043066db15eac284632aea875f9fe98c96cea9529e15f41 +SIZE (tokers-zstd-nginx-module-0.1.1_GH0.tar.gz) = 55417 diff --git a/www/chromium/Makefile b/www/chromium/Makefile index 9e46d0011a27..6a88962e3ad1 100644 --- a/www/chromium/Makefile +++ b/www/chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= chromium -PORTVERSION= 143.0.7499.40 +PORTVERSION= 143.0.7499.109 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/chromium/distinfo b/www/chromium/distinfo index 71e19c826ac3..1bb61bf5483f 100644 --- a/www/chromium/distinfo +++ b/www/chromium/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1764928176 -SHA256 (chromium-143.0.7499.40-lite.tar.xz) = c1ffa0951b98641de2718143a41e3ae13702a220da7b38be62c8eb4d94c929d2 -SIZE (chromium-143.0.7499.40-lite.tar.xz) = 1137895952 +TIMESTAMP = 1765526502 +SHA256 (chromium-143.0.7499.109-lite.tar.xz) = d3a3f3acbae7c9edc75fcea8c7725f90c6e5b57a21c8e37d3e629f2224184b51 +SIZE (chromium-143.0.7499.109-lite.tar.xz) = 1140751164 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-143.0.7499.40-testdata.tar.xz) = a6e59013408da5614f8262603fa8e4862c9bad337fc0daec71f928847502a655 -SIZE (chromium-143.0.7499.40-testdata.tar.xz) = 1200244664 +SHA256 (chromium-143.0.7499.109-testdata.tar.xz) = 64df31b9d193c71705ec43a3fcd1120f6ec775e1660aa94276b9bc86fef715ce +SIZE (chromium-143.0.7499.109-testdata.tar.xz) = 1155272172 diff --git a/www/chromium/files/patch-chrome_browser_about__flags.cc b/www/chromium/files/patch-chrome_browser_about__flags.cc index 1d9f218f5c10..a5d4ad8ace4f 100644 --- a/www/chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/chromium/files/patch-chrome_browser_about__flags.cc @@ -1,4 +1,4 @@ ---- chrome/browser/about_flags.cc.orig 2025-12-05 10:12:50 UTC +--- chrome/browser/about_flags.cc.orig 2025-12-12 12:11:50 UTC +++ chrome/browser/about_flags.cc @@ -332,12 +332,12 @@ #include "components/stylus_handwriting/win/features.h" @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3968,7 +3988,7 @@ const FeatureEntry::FeatureVariation +@@ -3975,7 +3995,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,7 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -3998,7 +4018,7 @@ const flags_ui::FeatureEntry::FeatureVariation +@@ -4005,7 +4025,7 @@ const flags_ui::FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || // BUILDFLAG(IS_CHROMEOS) @@ -69,7 +69,7 @@ const FeatureEntry::Choice kReplaceSyncPromosWithSignInPromosChoices[] = { {"Default", "", ""}, {"Disabled", switches::kDisableFeatures, -@@ -4224,7 +4244,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4231,7 +4251,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -78,7 +78,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4244,7 +4264,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent +@@ -4251,7 +4271,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent }; #endif // BUILDFLAG(IS_ANDROID) @@ -87,7 +87,7 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -5013,7 +5033,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes +@@ -5020,7 +5040,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -96,7 +96,7 @@ const FeatureEntry::FeatureParam kNtpCustomizeChromeAutoOpenOnEveryNTP[] = { {"max_customize_chrome_auto_shown_count", "5"}, {"max_customize_chrome_auto_shown_session_count", "5"}}; -@@ -5149,7 +5169,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa +@@ -5156,7 +5176,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa nullptr}}; #endif // BUILDFLAG(IS_ANDROID) @@ -105,7 +105,7 @@ const FeatureEntry::FeatureParam kProfilePickerTextVariation1[] = { {"profile-picker-variation", "keep-work-and-life-separate"}}; const FeatureEntry::FeatureParam kProfilePickerTextVariation2[] = { -@@ -5728,7 +5748,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5735,7 +5755,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -114,7 +114,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -6026,7 +6046,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6033,7 +6053,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -123,7 +123,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -6218,7 +6238,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6225,7 +6245,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -132,7 +132,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6247,6 +6267,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6254,6 +6274,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -149,7 +149,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -7117,7 +7147,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7124,7 +7154,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -158,7 +158,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7531,7 +7561,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7540,7 +7570,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -167,7 +167,7 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7746,7 +7776,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7755,7 +7785,7 @@ const FeatureEntry kFeatureEntries[] = { "NtpRealboxNext")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -176,7 +176,7 @@ {"ntp-customize-chrome-auto-open", flag_descriptions::kNtpCustomizeChromeAutoOpenName, flag_descriptions::kNtpCustomizeChromeAutoOpenDescription, kOsDesktop, -@@ -8025,7 +8055,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8034,7 +8064,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -185,7 +185,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8963,7 +8993,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8972,7 +9002,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -194,7 +194,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9534,7 +9564,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9543,7 +9573,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -203,7 +203,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9991,7 +10021,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10000,7 +10030,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -212,7 +212,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10188,7 +10218,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10197,7 +10227,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -221,7 +221,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10750,7 +10780,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10759,7 +10789,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -230,7 +230,7 @@ {"enable-generic-oidc-auth-profile-management", flag_descriptions::kEnableGenericOidcAuthProfileManagementName, flag_descriptions::kEnableGenericOidcAuthProfileManagementDescription, -@@ -10771,7 +10801,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10780,7 +10810,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -239,7 +239,7 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11285,7 +11315,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11294,7 +11324,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kResponsiveIframesDescription, kOsAll, FEATURE_VALUE_TYPE(blink::features::kResponsiveIframes)}, @@ -248,7 +248,7 @@ {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11701,7 +11731,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11710,7 +11740,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -257,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, -@@ -11772,7 +11802,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11781,7 +11811,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -266,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11798,7 +11828,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11807,7 +11837,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -275,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12174,7 +12204,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12183,7 +12213,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -284,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12210,7 +12240,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12219,7 +12249,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -293,7 +293,7 @@ {"autofill-enable-amount-extraction", flag_descriptions::kAutofillEnableAmountExtractionName, flag_descriptions::kAutofillEnableAmountExtractionDescription, -@@ -12355,7 +12385,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12364,7 +12394,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -302,7 +302,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12384,7 +12414,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12393,7 +12423,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(supervised_user::kSupervisedUserBlockInterstitialV3)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -311,7 +311,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12399,7 +12429,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12408,7 +12438,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -320,7 +320,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12676,7 +12706,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12685,7 +12715,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -329,7 +329,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12766,7 +12796,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12775,7 +12805,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +338,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12878,7 +12908,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12887,7 +12917,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -347,7 +347,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -12951,7 +12981,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12960,7 +12990,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -356,7 +356,7 @@ {"autofill-enable-buy-now-pay-later-for-externally-linked", flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, flag_descriptions:: -@@ -13229,7 +13259,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13238,7 +13268,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID), #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -365,7 +365,7 @@ {"enable-ntp-enterprise-shortcuts", flag_descriptions::kEnableNtpEnterpriseShortcutsName, flag_descriptions::kEnableNtpEnterpriseShortcutsDescription, -@@ -13336,7 +13366,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13345,7 +13375,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillAndPasswordsInSameSurface)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -374,7 +374,7 @@ {"contextual-suggestion-ui-improvements", flag_descriptions::kContextualSuggestionsUiImprovementsName, flag_descriptions::kContextualSuggestionsUiImprovementsDescription, -@@ -13364,7 +13394,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13373,7 +13403,7 @@ const FeatureEntry kFeatureEntries[] = { "EnableBlockCanvasReadback")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -383,7 +383,7 @@ {"autofill-enable-ai-based-amount-extraction", flag_descriptions::kAutofillEnableAiBasedAmountExtractionName, flag_descriptions::kAutofillEnableAiBasedAmountExtractionDescription, -@@ -13414,7 +13444,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13423,7 +13453,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kCryptographyComplianceCnsa)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -392,7 +392,7 @@ {"lens-reinvocation-affordance", flag_descriptions::kLensSearchReinvocationAffordanceName, flag_descriptions::kLensSearchReinvocationAffordanceDescription, -@@ -13472,7 +13502,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13481,7 +13511,7 @@ const FeatureEntry kFeatureEntries[] = { STRING_VALUE_TYPE(variations::switches::kVariationsSeedCorpus, "")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -401,7 +401,7 @@ {"passkey-unlock-error-ui", flag_descriptions::kPasskeyUnlockErrorUiName, flag_descriptions::kPasskeyUnlockErrorUiDescription, kOsDesktop, FEATURE_VALUE_TYPE(device::kPasskeyUnlockErrorUi)}, -@@ -13509,7 +13539,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13518,7 +13548,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kUserValueDefaultBrowserStrings)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -410,7 +410,7 @@ {"read-anything-read-aloud-ts-text-segmentation", flag_descriptions::kReadAnythingReadAloudTsTextSegmentationName, flag_descriptions::kReadAnythingReadAloudTsTextSegmentationDescription, -@@ -13521,7 +13551,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13530,7 +13560,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kHandleMdmErrorsForDasherAccountsDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kHandleMdmErrorsForDasherAccounts)}, @@ -419,7 +419,7 @@ {"profile-creation-decline-signin-cta-experiment", flag_descriptions::kProfileCreationDeclineSigninCTAExperimentName, flag_descriptions::kProfileCreationDeclineSigninCTAExperimentDescription, -@@ -13529,7 +13559,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13538,7 +13568,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(switches::kProfileCreationDeclineSigninCTAExperiment)}, #endif @@ -428,7 +428,7 @@ {"show-profile-picker-to-all-users-experiment", flag_descriptions::kShowProfilePickerToAllUsersExperimentName, flag_descriptions::kShowProfilePickerToAllUsersExperimentDescription, -@@ -13579,7 +13609,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13588,7 +13618,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kAndroidDesktopZoomScaling)}, #endif @@ -437,7 +437,7 @@ {"profile-picker-text-variations", flag_descriptions::kProfilePickerTextVariationsName, flag_descriptions::kProfilePickerTextVariationsDescription, -@@ -13590,7 +13620,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13599,7 +13629,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -446,7 +446,7 @@ {"lens-overlay-optimization-filter", flag_descriptions::kLensOverlayOptimizationFilterName, flag_descriptions::kLensOverlayOptimizationFilterDescription, kOsDesktop, -@@ -13609,7 +13639,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13618,7 +13648,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(network::features::kConnectionAllowlists)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -455,7 +455,7 @@ {"read-anything-with-readability-enabled", flag_descriptions::kReadAnythingWithReadabilityName, flag_descriptions::kReadAnythingWithReadabilityDescription, kOsDesktop, -@@ -13617,7 +13647,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13626,7 +13656,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 7ae0b3105def..7472173e0886 100644 --- a/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-05 10:12:50 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-12 12:11:50 UTC +++ chrome/browser/ui/views/frame/browser_view.cc @@ -2305,7 +2305,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5919,7 +5919,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -5920,7 +5920,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { @@ -18,7 +18,7 @@ if (!ShouldShowAvatarToolbarIPH()) { return; } -@@ -5929,7 +5929,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5930,7 +5930,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSignInBenefitsIPH() { diff --git a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index 888efe60c3ab..0ae18abfb5eb 100644 --- a/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-05 10:12:50 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-12 12:11:50 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc @@ -160,7 +160,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -539,7 +539,7 @@ std::string SearchboxHandler::AutocompleteIconToResour +@@ -538,7 +538,7 @@ std::string SearchboxHandler::AutocompleteIconToResour if (icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/chromium/files/patch-chrome_common_chrome__features.cc b/www/chromium/files/patch-chrome_common_chrome__features.cc index f8fdd10475d3..b4468c2536ef 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/chromium/files/patch-chrome_common_chrome__features.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.cc.orig 2025-12-05 10:12:50 UTC +--- chrome/common/chrome_features.cc.orig 2025-12-12 12:11:50 UTC +++ chrome/common/chrome_features.cc @@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) @@ -45,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1295,7 +1295,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1299,7 +1299,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -54,7 +54,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1306,7 +1306,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1310,7 +1310,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/chromium/files/patch-chrome_common_chrome__features.h b/www/chromium/files/patch-chrome_common_chrome__features.h index ba6ac26fdddb..a8996ffde7c9 100644 --- a/www/chromium/files/patch-chrome_common_chrome__features.h +++ b/www/chromium/files/patch-chrome_common_chrome__features.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.h.orig 2025-12-05 10:12:50 UTC +--- chrome/common/chrome_features.h.orig 2025-12-12 12:11:50 UTC +++ chrome/common/chrome_features.h @@ -85,13 +85,13 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) @@ -25,7 +25,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -952,7 +952,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -955,7 +955,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -960,7 +960,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -963,7 +963,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/cpr/Makefile b/www/cpr/Makefile index 93f2f105320e..87b94ed10534 100644 --- a/www/cpr/Makefile +++ b/www/cpr/Makefile @@ -1,5 +1,5 @@ PORTNAME= cpr -PORTVERSION= 1.13.0 +PORTVERSION= 1.14.1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org diff --git a/www/cpr/distinfo b/www/cpr/distinfo index 23eaf3d8740d..2c0aebd0de39 100644 --- a/www/cpr/distinfo +++ b/www/cpr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763853202 -SHA256 (libcpr-cpr-1.13.0_GH0.tar.gz) = c55d805300c224f099cad74ad9c68799f23d005d09ba2df76ead975a3e50e09d -SIZE (libcpr-cpr-1.13.0_GH0.tar.gz) = 152982 +TIMESTAMP = 1765032676 +SHA256 (libcpr-cpr-1.14.1_GH0.tar.gz) = 213ccc7c98683d2ca6304d9760005effa12ec51d664bababf114566cb2b1e23c +SIZE (libcpr-cpr-1.14.1_GH0.tar.gz) = 156914 diff --git a/www/cpr/pkg-plist b/www/cpr/pkg-plist index 40574e56191b..46f6f750f38b 100644 --- a/www/cpr/pkg-plist +++ b/www/cpr/pkg-plist @@ -42,6 +42,7 @@ include/cpr/response.h include/cpr/secure_string.h include/cpr/session.h include/cpr/singleton.h +include/cpr/sse.h include/cpr/ssl_ctx.h include/cpr/ssl_options.h include/cpr/status_codes.h diff --git a/www/element-web/Makefile b/www/element-web/Makefile index 42a673a4d38a..4caff09b42bd 100644 --- a/www/element-web/Makefile +++ b/www/element-web/Makefile @@ -1,6 +1,6 @@ PORTNAME= element DISTVERSIONPREFIX= v -DISTVERSION= 1.12.3 +DISTVERSION= 1.12.6 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=d2a39e41b75d005a2f67 +PLIST_SUB= COMMITID=36e06bd268d95d600abf do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} diff --git a/www/element-web/distinfo b/www/element-web/distinfo index 4c167609e518..78b3fae33dd1 100644 --- a/www/element-web/distinfo +++ b/www/element-web/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762284474 -SHA256 (element-v1.12.3.tar.gz) = 0e39986b8ff8e00ebb76e564159877600f39d6ef4a3dc977b41f1619f96cc11b -SIZE (element-v1.12.3.tar.gz) = 38909887 +TIMESTAMP = 1764967880 +SHA256 (element-v1.12.6.tar.gz) = d31c04c72e87811a94eb39bcb8fd16c83f7a6b2611b30fd22ad3aaa594efdfe4 +SIZE (element-v1.12.6.tar.gz) = 39736687 diff --git a/www/element-web/pkg-plist b/www/element-web/pkg-plist index 890babf59095..d693db35a0be 100644 --- a/www/element-web/pkg-plist +++ b/www/element-web/pkg-plist @@ -8,6 +8,8 @@ %%WWWDIR%%/bundles/%%COMMITID%%/1127.js.map %%WWWDIR%%/bundles/%%COMMITID%%/1188.js %%WWWDIR%%/bundles/%%COMMITID%%/1188.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/1436.js +%%WWWDIR%%/bundles/%%COMMITID%%/1436.js.map %%WWWDIR%%/bundles/%%COMMITID%%/170d052a33d061493d85.wasm %%WWWDIR%%/bundles/%%COMMITID%%/1787.js %%WWWDIR%%/bundles/%%COMMITID%%/1787.js.map @@ -45,17 +47,17 @@ %%WWWDIR%%/bundles/%%COMMITID%%/485.js %%WWWDIR%%/bundles/%%COMMITID%%/485.js.map %%WWWDIR%%/bundles/%%COMMITID%%/4b8cc1fdfc588dd3972f.wasm -%%WWWDIR%%/bundles/%%COMMITID%%/5153.js -%%WWWDIR%%/bundles/%%COMMITID%%/5153.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/5153.js.map %%WWWDIR%%/bundles/%%COMMITID%%/5215.js %%WWWDIR%%/bundles/%%COMMITID%%/5438.js %%WWWDIR%%/bundles/%%COMMITID%%/5438.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/5587.js +%%WWWDIR%%/bundles/%%COMMITID%%/5587.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/5587.js.map %%WWWDIR%%/bundles/%%COMMITID%%/623.js %%WWWDIR%%/bundles/%%COMMITID%%/623.js.map -%%WWWDIR%%/bundles/%%COMMITID%%/6295.js -%%WWWDIR%%/bundles/%%COMMITID%%/6295.js.LICENSE.txt -%%WWWDIR%%/bundles/%%COMMITID%%/6295.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/624.js +%%WWWDIR%%/bundles/%%COMMITID%%/624.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/624.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6311.js %%WWWDIR%%/bundles/%%COMMITID%%/6311.js.map %%WWWDIR%%/bundles/%%COMMITID%%/6501.js @@ -69,6 +71,9 @@ %%WWWDIR%%/bundles/%%COMMITID%%/7088.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js %%WWWDIR%%/bundles/%%COMMITID%%/7211.js.map +%%WWWDIR%%/bundles/%%COMMITID%%/7491.js +%%WWWDIR%%/bundles/%%COMMITID%%/7491.js.LICENSE.txt +%%WWWDIR%%/bundles/%%COMMITID%%/7491.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7692.js %%WWWDIR%%/bundles/%%COMMITID%%/7692.js.map %%WWWDIR%%/bundles/%%COMMITID%%/7697.js @@ -227,15 +232,15 @@ %%WWWDIR%%/fonts/Nunito/Nunito-Bold.b3a1698.ttf %%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.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/Twemoji_Mozilla/TwemojiMozilla-colr.666a113.woff2 +%%WWWDIR%%/fonts/fira-code-latin-400-normal.19569d5.woff +%%WWWDIR%%/fonts/fira-code-latin-400-normal.8d61e6f.woff2 +%%WWWDIR%%/fonts/fira-code-latin-700-normal.1524ed7.woff2 +%%WWWDIR%%/fonts/fira-code-latin-700-normal.c9fd042.woff +%%WWWDIR%%/fonts/fira-code-latin-ext-400-normal.a3e342e.woff +%%WWWDIR%%/fonts/fira-code-latin-ext-400-normal.c1f7cdb.woff2 +%%WWWDIR%%/fonts/fira-code-latin-ext-700-normal.5646446.woff +%%WWWDIR%%/fonts/fira-code-latin-ext-700-normal.f644711.woff2 %%WWWDIR%%/fonts/inter-cyrillic-400-italic.08e3b0d.woff2 %%WWWDIR%%/fonts/inter-cyrillic-400-italic.d770e75.woff %%WWWDIR%%/fonts/inter-cyrillic-400-normal.8945552.woff2 @@ -348,46 +353,45 @@ %%WWWDIR%%/fonts/inter-vietnamese-700-italic.bde1c88.woff2 %%WWWDIR%%/fonts/inter-vietnamese-700-normal.05b640f.woff %%WWWDIR%%/fonts/inter-vietnamese-700-normal.d1c85ca.woff2 -%%WWWDIR%%/i18n/cs.a9a77af.json -%%WWWDIR%%/i18n/cy.ddb2081.json -%%WWWDIR%%/i18n/de_DE.f05eb97.json -%%WWWDIR%%/i18n/el.ce8d91a.json -%%WWWDIR%%/i18n/en_EN.5258400.json +%%WWWDIR%%/i18n/cs.ef40265.json +%%WWWDIR%%/i18n/cy.d443b6c.json +%%WWWDIR%%/i18n/de_DE.88bc494.json +%%WWWDIR%%/i18n/el.4478e8d.json +%%WWWDIR%%/i18n/en_EN.ad4882b.json %%WWWDIR%%/i18n/eo.01dec4c.json %%WWWDIR%%/i18n/es.8801af0.json -%%WWWDIR%%/i18n/et.5831988.json +%%WWWDIR%%/i18n/et.e29f38b.json %%WWWDIR%%/i18n/fa.8c12691.json %%WWWDIR%%/i18n/fi.6a3bbcc.json -%%WWWDIR%%/i18n/fr.10c6f67.json +%%WWWDIR%%/i18n/fr.3640e2f.json %%WWWDIR%%/i18n/gl.20fbad8.json %%WWWDIR%%/i18n/he.40e844b.json -%%WWWDIR%%/i18n/hu.c28ffd2.json -%%WWWDIR%%/i18n/hy.885ed6e.json -%%WWWDIR%%/i18n/id.008689f.json +%%WWWDIR%%/i18n/hu.312e3a6.json +%%WWWDIR%%/i18n/hy.94dd155.json +%%WWWDIR%%/i18n/id.7f82dc3.json %%WWWDIR%%/i18n/is.005fb1b.json -%%WWWDIR%%/i18n/it.e1f3c3b.json +%%WWWDIR%%/i18n/it.8258942.json %%WWWDIR%%/i18n/ja.b6c6f98.json -%%WWWDIR%%/i18n/ka.28446f8.json -%%WWWDIR%%/i18n/languages.b14b597.json +%%WWWDIR%%/i18n/ka.e712974.json %%WWWDIR%%/i18n/languages.json %%WWWDIR%%/i18n/lo.29de4f9.json %%WWWDIR%%/i18n/lt.36d2363.json -%%WWWDIR%%/i18n/lv.cc9c7a8.json -%%WWWDIR%%/i18n/mg_MG.5b4162a.json -%%WWWDIR%%/i18n/nb_NO.53fb2a1.json +%%WWWDIR%%/i18n/lv.bddc7bf.json +%%WWWDIR%%/i18n/mg_MG.35de0d2.json +%%WWWDIR%%/i18n/nb_NO.af8acab.json %%WWWDIR%%/i18n/nl.0d0030f.json -%%WWWDIR%%/i18n/pl.ac602c6.json -%%WWWDIR%%/i18n/pt.5754419.json -%%WWWDIR%%/i18n/pt_BR.8487cea.json -%%WWWDIR%%/i18n/ru.5e26666.json -%%WWWDIR%%/i18n/sk.150f12a.json +%%WWWDIR%%/i18n/pl.b5c9b7e.json +%%WWWDIR%%/i18n/pt.6243350.json +%%WWWDIR%%/i18n/pt_BR.91e964d.json +%%WWWDIR%%/i18n/ru.5fc7e5a.json +%%WWWDIR%%/i18n/sk.ff31ec0.json %%WWWDIR%%/i18n/sq.62f47ee.json -%%WWWDIR%%/i18n/sv.e2a83d5.json -%%WWWDIR%%/i18n/tr.f9c1d57.json -%%WWWDIR%%/i18n/uk.76177fa.json -%%WWWDIR%%/i18n/vi.a05f86f.json -%%WWWDIR%%/i18n/zh_Hans.f868cbe.json -%%WWWDIR%%/i18n/zh_Hant.dbd2bfd.json +%%WWWDIR%%/i18n/sv.32c7379.json +%%WWWDIR%%/i18n/tr.9f2694e.json +%%WWWDIR%%/i18n/uk.b423d2a.json +%%WWWDIR%%/i18n/vi.c529dca.json +%%WWWDIR%%/i18n/zh_Hans.4150743.json +%%WWWDIR%%/i18n/zh_Hant.00b4e29.json %%WWWDIR%%/icons/bold.b7f0698.svg %%WWWDIR%%/icons/check-circle.99c21d7.svg %%WWWDIR%%/icons/check.aaad650.svg @@ -615,6 +619,7 @@ %%WWWDIR%%/opus-decoderWorker.min.f69d392.js %%WWWDIR%%/opus-encoderWorker.min.8bd8ff5.js %%WWWDIR%%/recorder.worklet.js +%%WWWDIR%%/recorder.worklet.js.LICENSE.txt %%WWWDIR%%/recorder.worklet.js.map %%WWWDIR%%/static/incompatible-browser.html %%WWWDIR%%/static/unable-to-load.html @@ -674,8 +679,8 @@ %%WWWDIR%%/welcome/images/icon-help.svg %%WWWDIR%%/welcome/images/icon-room-directory.svg %%WWWDIR%%/welcome/images/icon-sign-in.svg -%%WWWDIR%%/widgets/element-call/assets/IndexedDBWorker-CzAuDk1v.js -%%WWWDIR%%/widgets/element-call/assets/IndexedDBWorker-CzAuDk1v.js.map +%%WWWDIR%%/widgets/element-call/assets/IndexedDBWorker-DiQk_BNn.js +%%WWWDIR%%/widgets/element-call/assets/IndexedDBWorker-DiQk_BNn.js.map %%WWWDIR%%/widgets/element-call/assets/baduntss-Ca1ZuBEK.ogg %%WWWDIR%%/widgets/element-call/assets/baduntss-DOe0oFuS.mp3 %%WWWDIR%%/widgets/element-call/assets/call_declined-1jWRbd4p.mp3 @@ -716,15 +721,15 @@ %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-400-normal-DfC_iMic.woff2 %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-DLCFFAUf.woff %%WWWDIR%%/widgets/element-call/assets/inconsolata-vietnamese-700-normal-DuasYmn8.woff2 -%%WWWDIR%%/widgets/element-call/assets/index-B4IlN3R9.js -%%WWWDIR%%/widgets/element-call/assets/index-B4IlN3R9.js.map -%%WWWDIR%%/widgets/element-call/assets/index-BKNzwlAH.js -%%WWWDIR%%/widgets/element-call/assets/index-BKNzwlAH.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-BKNzwlAH.js.map -%%WWWDIR%%/widgets/element-call/assets/index-ByQHsvE1.js -%%WWWDIR%%/widgets/element-call/assets/index-ByQHsvE1.js.LICENSE.txt -%%WWWDIR%%/widgets/element-call/assets/index-ByQHsvE1.js.map +%%WWWDIR%%/widgets/element-call/assets/index-BWt5yrbw.js +%%WWWDIR%%/widgets/element-call/assets/index-BWt5yrbw.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-BWt5yrbw.js.map %%WWWDIR%%/widgets/element-call/assets/index-DFVSEvlE.css +%%WWWDIR%%/widgets/element-call/assets/index-DwbZ6vxt.js +%%WWWDIR%%/widgets/element-call/assets/index-DwbZ6vxt.js.LICENSE.txt +%%WWWDIR%%/widgets/element-call/assets/index-DwbZ6vxt.js.map +%%WWWDIR%%/widgets/element-call/assets/index-hEO8HuXS.js +%%WWWDIR%%/widgets/element-call/assets/index-hEO8HuXS.js.map %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2 %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-400-normal-alAqRL36.woff %%WWWDIR%%/widgets/element-call/assets/inter-cyrillic-500-normal-BoeW9iIj.woff @@ -789,22 +794,22 @@ %%WWWDIR%%/widgets/element-call/assets/left_call-C7NMl6WI.ogg %%WWWDIR%%/widgets/element-call/assets/lightbulb-BIeJtAR_.ogg %%WWWDIR%%/widgets/element-call/assets/lightbulb-BrnY00qi.mp3 -%%WWWDIR%%/widgets/element-call/assets/livekit-client.e2ee.worker-Byc0H9ig.js -%%WWWDIR%%/widgets/element-call/assets/livekit-client.e2ee.worker-Byc0H9ig.js.map +%%WWWDIR%%/widgets/element-call/assets/livekit-client.e2ee.worker-DjoLe7BK.js +%%WWWDIR%%/widgets/element-call/assets/livekit-client.e2ee.worker-DjoLe7BK.js.map %%WWWDIR%%/widgets/element-call/assets/lv-app-D-ZV3Ytk.json -%%WWWDIR%%/widgets/element-call/assets/matrix-sdk-crypto-wasm-DlvlUyhf.js -%%WWWDIR%%/widgets/element-call/assets/matrix-sdk-crypto-wasm-DlvlUyhf.js.map -%%WWWDIR%%/widgets/element-call/assets/matrix_sdk_crypto_wasm_bg-X-iWfZQJ.wasm +%%WWWDIR%%/widgets/element-call/assets/matrix-sdk-crypto-wasm-DMhr4gdY.js +%%WWWDIR%%/widgets/element-call/assets/matrix-sdk-crypto-wasm-DMhr4gdY.js.map +%%WWWDIR%%/widgets/element-call/assets/matrix_sdk_crypto_wasm_bg-dMeGppz-.wasm %%WWWDIR%%/widgets/element-call/assets/pako.esm-Bt8vjcgE.js %%WWWDIR%%/widgets/element-call/assets/pako.esm-Bt8vjcgE.js.LICENSE.txt %%WWWDIR%%/widgets/element-call/assets/pako.esm-Bt8vjcgE.js.map %%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-BA4WuRQ3.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-BA4WuRQ3.js.map -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-wev_Xmqs.js -%%WWWDIR%%/widgets/element-call/assets/polyfill-force-wev_Xmqs.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-0XwQ399p.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-0XwQ399p.js.map +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-D-MVVivW.js +%%WWWDIR%%/widgets/element-call/assets/polyfill-force-D-MVVivW.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/ringtone-B-nJXbbw.ogg @@ -817,8 +822,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-DaVEeQWZ.json -%%WWWDIR%%/widgets/element-call/assets/spa-65APL5kY.js -%%WWWDIR%%/widgets/element-call/assets/spa-65APL5kY.js.map +%%WWWDIR%%/widgets/element-call/assets/spa-XP9dmo9D.js +%%WWWDIR%%/widgets/element-call/assets/spa-XP9dmo9D.js.map %%WWWDIR%%/widgets/element-call/assets/sv-app-DHLBEOTp.json %%WWWDIR%%/widgets/element-call/assets/tr-app-Dk--6BpP.json %%WWWDIR%%/widgets/element-call/assets/uk-app-DZD01h76.json diff --git a/www/falkon/distinfo b/www/falkon/distinfo index 677c1c76a390..010de80fcc83 100644 --- a/www/falkon/distinfo +++ b/www/falkon/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264811 -SHA256 (KDE/release-service/25.08.3/falkon-25.08.3.tar.xz) = 16252d8a42028bf54b88e1e4a5afb95875309de44f203156c99c4a643720e129 -SIZE (KDE/release-service/25.08.3/falkon-25.08.3.tar.xz) = 2699136 +TIMESTAMP = 1765478811 +SHA256 (KDE/release-service/25.12.0/falkon-25.12.0.tar.xz) = 6d9b4dba1bde0d04570736ed7bb9bc1288cd7fb94b4ffe934a990912b9b7a959 +SIZE (KDE/release-service/25.12.0/falkon-25.12.0.tar.xz) = 2705504 diff --git a/www/falkon/pkg-plist b/www/falkon/pkg-plist index 538a15678d61..1a1631439ff3 100644 --- a/www/falkon/pkg-plist +++ b/www/falkon/pkg-plist @@ -631,6 +631,7 @@ share/locale/lt/LC_MESSAGES/falkon_mousegestures_qt.qm share/locale/lt/LC_MESSAGES/falkon_pim_qt.qm share/locale/lt/LC_MESSAGES/falkon_qt.qm share/locale/lt/LC_MESSAGES/falkon_runaction.mo +share/locale/lt/LC_MESSAGES/falkon_sitesettingsview_qt.qm share/locale/lt/LC_MESSAGES/falkon_statusbaricons_qt.qm share/locale/lt/LC_MESSAGES/falkon_tabmanager_qt.qm share/locale/lt/LC_MESSAGES/falkon_testplugin_qt.qm diff --git a/www/filebrowser/Makefile b/www/filebrowser/Makefile index 49db5345b90e..4f1666456b0f 100644 --- a/www/filebrowser/Makefile +++ b/www/filebrowser/Makefile @@ -1,7 +1,6 @@ PORTNAME= filebrowser DISTVERSIONPREFIX= v -DISTVERSION= 2.46.0 -PORTREVISION= 1 +DISTVERSION= 2.51.2 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSIONPREFIX}${DISTVERSION}.frontend${EXTRACT_SUFX} @@ -34,7 +33,7 @@ PLIST_SUB= GROUP=${GROUPS:[1]} \ # Run 'git checkout ${DISTVERSIONPREFIX}${DISTVERSION} && git rev-parse HEAD' # in the File Browser repository to get the value of GITID. -GITID= 0f41aac20b0adfe734d600819223d8caa13dfa02 +GITID= 849f5ad4434ef60744e3a2b3834e9b6a1fd5a8cb FILEBROWSER_USER= ${PORTNAME} FILEBROWSER_GROUP= ${FILEBROWSER_USER} diff --git a/www/filebrowser/distinfo b/www/filebrowser/distinfo index f2a92061fe95..9bdcdf955aa7 100644 --- a/www/filebrowser/distinfo +++ b/www/filebrowser/distinfo @@ -1,7 +1,7 @@ -TIMESTAMP = 1763169398 -SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/filebrowser-v2.46.0.frontend.tar.gz) = ea900e4f159f60d9cc1cc79cd41640c62c769e2cc4522fe0073a60fef0c9ebe1 -SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/filebrowser-v2.46.0.frontend.tar.gz) = 3772293 -SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/go.mod) = a89f03740a4f4d0fd5b51ff2977ab9f5e0c648ded19af0debb3ea7be7c9e1fe2 -SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/go.mod) = 3329 -SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/filebrowser-filebrowser-v2.46.0_GH0.tar.gz) = e2917eb4dccccf27db1db2d29cc2f4da6a5508cf59a5d021655441c59627cd08 -SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.46.0_GH0/filebrowser-filebrowser-v2.46.0_GH0.tar.gz) = 5354132 +TIMESTAMP = 1765479164 +SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/filebrowser-v2.51.2.frontend.tar.gz) = 91e5721373d839d077f89f5ae4f6c61dbe727c0cda03c013bfd5043078f3e23c +SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/filebrowser-v2.51.2.frontend.tar.gz) = 3798985 +SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/go.mod) = 44143940b96214bb80cead161127aafb29231c2be840da8875473c367281db2d +SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/go.mod) = 3491 +SHA256 (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/filebrowser-filebrowser-v2.51.2_GH0.tar.gz) = 4c8df679613b10364dc6440bb7d63a06c2569d60a224de0e9fa3aeb0ea2b6642 +SIZE (go/www_filebrowser/filebrowser-filebrowser-v2.51.2_GH0/filebrowser-filebrowser-v2.51.2_GH0.tar.gz) = 5367555 diff --git a/www/forgejo-lts/Makefile b/www/forgejo-lts/Makefile index 90c61a46993a..7bfb6092c121 100644 --- a/www/forgejo-lts/Makefile +++ b/www/forgejo-lts/Makefile @@ -1,7 +1,6 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v -DISTVERSION= 11.0.7 -PORTREVISION= 2 +DISTVERSION= 11.0.8 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/ PKGNAMESUFFIX= -lts diff --git a/www/forgejo-lts/distinfo b/www/forgejo-lts/distinfo index 29ed500307b8..04e092f3dbfc 100644 --- a/www/forgejo-lts/distinfo +++ b/www/forgejo-lts/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761594357 -SHA256 (forgejo-src-11.0.7.tar.gz) = 9b8cf1d593e855f35c8dd02364a62e9bb289cfe23d82c0c99c84e60caf061459 -SIZE (forgejo-src-11.0.7.tar.gz) = 55672879 +TIMESTAMP = 1765127517 +SHA256 (forgejo-src-11.0.8.tar.gz) = 90aeb698271052bcba918c88407d2526528e5e5c74d427e73c07f129d7762804 +SIZE (forgejo-src-11.0.8.tar.gz) = 55825933 diff --git a/www/forgejo/Makefile b/www/forgejo/Makefile index 8ecf99822d6b..3bb83c34d451 100644 --- a/www/forgejo/Makefile +++ b/www/forgejo/Makefile @@ -1,7 +1,6 @@ PORTNAME= forgejo DISTVERSIONPREFIX= v -DISTVERSION= 13.0.2 -PORTREVISION= 2 +DISTVERSION= 13.0.3 CATEGORIES= www MASTER_SITES= https://codeberg.org/forgejo/forgejo/releases/download/${DISTVERSIONFULL}/ DISTNAME= forgejo-src-${DISTVERSION} diff --git a/www/forgejo/distinfo b/www/forgejo/distinfo index ec6731f34bd8..d033e24679ea 100644 --- a/www/forgejo/distinfo +++ b/www/forgejo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761594542 -SHA256 (forgejo-src-13.0.2.tar.gz) = 6731d5e73a025c1a04aba0f84caf80886d5be0031f4c154ac63026e7fe30918a -SIZE (forgejo-src-13.0.2.tar.gz) = 55481937 +TIMESTAMP = 1765127493 +SHA256 (forgejo-src-13.0.3.tar.gz) = 2054f0dce0eb8be6e1a8e765d931ee515241e09fe6928ecbb698447c73c11e6f +SIZE (forgejo-src-13.0.3.tar.gz) = 55923384 diff --git a/www/freenginx-acme/Makefile b/www/freenginx-acme/Makefile index 1e87e5372868..d2fb1711d8bd 100644 --- a/www/freenginx-acme/Makefile +++ b/www/freenginx-acme/Makefile @@ -1,5 +1,5 @@ PORTNAME= acme -DISTVERSION= 0.3.0 +DISTVERSION= 0.3.1 CATEGORIES= www MASTER_SITES= https://github.com/nginx/nginx-${PORTNAME}/releases/download/v${PORTVERSION}/:acme \ https://freenginx.org/download/:freenginx diff --git a/www/freenginx-acme/Makefile.crates b/www/freenginx-acme/Makefile.crates index e129e2f424ec..d49b068f5e26 100644 --- a/www/freenginx-acme/Makefile.crates +++ b/www/freenginx-acme/Makefile.crates @@ -8,7 +8,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ bindgen-0.72.1 \ bitflags-2.10.0 \ bytes-1.11.0 \ - cc-1.2.46 \ + cc-1.2.49 \ cexpr-0.6.0 \ cfg-if-1.0.4 \ clang-sys-1.8.1 \ @@ -17,13 +17,12 @@ CARGO_CRATES= aho-corasick-1.1.4 \ either-1.15.0 \ errno-0.3.14 \ find-msvc-tools-0.1.5 \ - fnv-1.0.7 \ foreign-types-0.3.2 \ foreign-types-shared-0.1.1 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ glob-0.3.3 \ - http-1.3.1 \ + http-1.4.0 \ http-body-1.0.1 \ http-body-util-0.1.3 \ http-serde-2.1.1 \ @@ -32,10 +31,10 @@ CARGO_CRATES= aho-corasick-1.1.4 \ iri-string-0.7.9 \ itertools-0.13.0 \ itoa-1.0.15 \ - libc-0.2.177 \ + libc-0.2.178 \ libloading-0.8.9 \ lock_api-0.4.14 \ - log-0.4.28 \ + log-0.4.29 \ memchr-2.7.6 \ minimal-lexical-0.2.1 \ nginx-sys-0.5.0 \ @@ -64,7 +63,7 @@ CARGO_CRATES= aho-corasick-1.1.4 \ shlex-1.3.0 \ siphasher-1.0.1 \ smallvec-1.15.1 \ - syn-2.0.110 \ + syn-2.0.111 \ thiserror-2.0.17 \ thiserror-impl-2.0.17 \ tokio-1.48.0 \ diff --git a/www/freenginx-acme/distinfo b/www/freenginx-acme/distinfo index e125eb67af50..ca4e887aaba8 100644 --- a/www/freenginx-acme/distinfo +++ b/www/freenginx-acme/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1763571385 -SHA256 (nginx-acme-0.3.0.tar.gz) = 1fa2b29d6e84e8aeffa15e91841f5a521a7537a8ce30321e56f4c1cb06d15440 -SIZE (nginx-acme-0.3.0.tar.gz) = 97925 +TIMESTAMP = 1765316178 +SHA256 (nginx-acme-0.3.1.tar.gz) = be3d3d10f042930a3bf348731698eadb7003d224a863c53b719ccd28721572c3 +SIZE (nginx-acme-0.3.1.tar.gz) = 99486 SHA256 (freenginx-1.29.3.tar.gz) = 55989cea3352d937d6d96c9af8b943f3a3f3a0220f35ede7a5b605a3d86b029a SIZE (freenginx-1.29.3.tar.gz) = 1243956 SHA256 (rust/crates/aho-corasick-1.1.4.crate) = ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301 @@ -23,8 +23,8 @@ SHA256 (rust/crates/bitflags-2.10.0.crate) = 812e12b5285cc515a9c72a5c1d3b6d46a19 SIZE (rust/crates/bitflags-2.10.0.crate) = 48427 SHA256 (rust/crates/bytes-1.11.0.crate) = b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3 SIZE (rust/crates/bytes-1.11.0.crate) = 78391 -SHA256 (rust/crates/cc-1.2.46.crate) = b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36 -SIZE (rust/crates/cc-1.2.46.crate) = 92306 +SHA256 (rust/crates/cc-1.2.49.crate) = 90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215 +SIZE (rust/crates/cc-1.2.49.crate) = 93145 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.4.crate) = 9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801 @@ -41,8 +41,6 @@ SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51 SIZE (rust/crates/errno-0.3.14.crate) = 12002 SHA256 (rust/crates/find-msvc-tools-0.1.5.crate) = 3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844 SIZE (rust/crates/find-msvc-tools-0.1.5.crate) = 30942 -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 SIZE (rust/crates/foreign-types-0.3.2.crate) = 7504 SHA256 (rust/crates/foreign-types-shared-0.1.1.crate) = 00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b @@ -53,8 +51,8 @@ SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b058 SIZE (rust/crates/futures-core-0.3.31.crate) = 14318 SHA256 (rust/crates/glob-0.3.3.crate) = 0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280 SIZE (rust/crates/glob-0.3.3.crate) = 22861 -SHA256 (rust/crates/http-1.3.1.crate) = f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565 -SIZE (rust/crates/http-1.3.1.crate) = 106063 +SHA256 (rust/crates/http-1.4.0.crate) = e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a +SIZE (rust/crates/http-1.4.0.crate) = 106978 SHA256 (rust/crates/http-body-1.0.1.crate) = 1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184 SIZE (rust/crates/http-body-1.0.1.crate) = 6125 SHA256 (rust/crates/http-body-util-0.1.3.crate) = b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a @@ -71,14 +69,14 @@ SHA256 (rust/crates/itertools-0.13.0.crate) = 413ee7dfc52ee1a4949ceeb7dbc8a33f2d 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/libc-0.2.177.crate) = 2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976 -SIZE (rust/crates/libc-0.2.177.crate) = 792045 +SHA256 (rust/crates/libc-0.2.178.crate) = 37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091 +SIZE (rust/crates/libc-0.2.178.crate) = 783720 SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 SIZE (rust/crates/libloading-0.8.9.crate) = 30222 SHA256 (rust/crates/lock_api-0.4.14.crate) = 224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965 SIZE (rust/crates/lock_api-0.4.14.crate) = 29249 -SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 -SIZE (rust/crates/log-0.4.28.crate) = 51131 +SHA256 (rust/crates/log-0.4.29.crate) = 5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897 +SIZE (rust/crates/log-0.4.29.crate) = 51515 SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/minimal-lexical-0.2.1.crate) = 68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a @@ -135,8 +133,8 @@ SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42 SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/smallvec-1.15.1.crate) = 67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03 SIZE (rust/crates/smallvec-1.15.1.crate) = 38116 -SHA256 (rust/crates/syn-2.0.110.crate) = a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea -SIZE (rust/crates/syn-2.0.110.crate) = 302184 +SHA256 (rust/crates/syn-2.0.111.crate) = 390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87 +SIZE (rust/crates/syn-2.0.111.crate) = 302117 SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 SIZE (rust/crates/thiserror-2.0.17.crate) = 28857 SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 diff --git a/www/gallery-dl/Makefile b/www/gallery-dl/Makefile index 3149c4c33001..136b1997104d 100644 --- a/www/gallery-dl/Makefile +++ b/www/gallery-dl/Makefile @@ -1,6 +1,5 @@ PORTNAME= gallery-dl -DISTVERSION= 1.30.10 -PORTREVISION= 1 +DISTVERSION= 1.31.0 CATEGORIES= www MASTER_SITES= PYPI \ https://github.com/mikf/${PORTNAME}/releases/download/v${DISTVERSION}/ diff --git a/www/gallery-dl/distinfo b/www/gallery-dl/distinfo index bc02ae48a893..3f7915ed1078 100644 --- a/www/gallery-dl/distinfo +++ b/www/gallery-dl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760330310 -SHA256 (gallery_dl-1.30.10.tar.gz) = 2640816991519902e3bab1243d0f29cd6788105e62fbd7e360c1712246944c88 -SIZE (gallery_dl-1.30.10.tar.gz) = 615021 +TIMESTAMP = 1743510441 +SHA256 (gallery_dl-1.31.0.tar.gz) = 7326b75f1c0b0def9fe19e4abb41f2816551fa85da48bfdd19bf51dacc6e0251 +SIZE (gallery_dl-1.31.0.tar.gz) = 631169 diff --git a/www/github-release-monitor/Makefile b/www/github-release-monitor/Makefile index 5a2945ead721..c843a9114436 100644 --- a/www/github-release-monitor/Makefile +++ b/www/github-release-monitor/Makefile @@ -1,6 +1,6 @@ PORTNAME= github-release-monitor DISTVERSIONPREFIX= v -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.1 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ diff --git a/www/github-release-monitor/distinfo b/www/github-release-monitor/distinfo index 7ced91406638..8ea2a70d0702 100644 --- a/www/github-release-monitor/distinfo +++ b/www/github-release-monitor/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764827884 -SHA256 (github-release-monitor-v1.4.0.tar.gz) = f15ad1d302a9331f391204f771c843ffd534faaee128728f9014c21730f7c166 -SIZE (github-release-monitor-v1.4.0.tar.gz) = 9588438 +TIMESTAMP = 1765587059 +SHA256 (github-release-monitor-v1.4.1.tar.gz) = 09bd8942d85daae88ec390077e61f8db73483aab3b169a7ea1c7c80658283cea +SIZE (github-release-monitor-v1.4.1.tar.gz) = 9569942 diff --git a/www/github-release-monitor/pkg-plist b/www/github-release-monitor/pkg-plist index 504cd657c959..193bd119ba13 100644 --- a/www/github-release-monitor/pkg-plist +++ b/www/github-release-monitor/pkg-plist @@ -41,8 +41,8 @@ %%HOMEDIR%%/.next/server/chunks/294.js %%HOMEDIR%%/.next/server/chunks/298.js %%HOMEDIR%%/.next/server/chunks/515.js +%%HOMEDIR%%/.next/server/chunks/569.js %%HOMEDIR%%/.next/server/chunks/586.js -%%HOMEDIR%%/.next/server/chunks/608.js %%HOMEDIR%%/.next/server/chunks/611.js %%HOMEDIR%%/.next/server/chunks/692.js %%HOMEDIR%%/.next/server/chunks/735.js @@ -73,37 +73,37 @@ %%HOMEDIR%%/.next/server/server-reference-manifest.json %%HOMEDIR%%/.next/server/src/middleware.js %%HOMEDIR%%/.next/server/webpack-runtime.js -%%HOMEDIR%%/.next/static/2eCdc6gTgWtHTNoD8qaTe/_buildManifest.js -%%HOMEDIR%%/.next/static/2eCdc6gTgWtHTNoD8qaTe/_ssgManifest.js +%%HOMEDIR%%/.next/static/MxToX4hvbGwwKX92dKLwk/_buildManifest.js +%%HOMEDIR%%/.next/static/MxToX4hvbGwwKX92dKLwk/_ssgManifest.js %%HOMEDIR%%/.next/static/chunks/112-380597565065d736.js %%HOMEDIR%%/.next/static/chunks/169-6966d7c4d292120a.js %%HOMEDIR%%/.next/static/chunks/174e4490-679d6f38f377e22d.js -%%HOMEDIR%%/.next/static/chunks/250-f44e6e1394f48514.js -%%HOMEDIR%%/.next/static/chunks/255-3ba0534ce88d1614.js +%%HOMEDIR%%/.next/static/chunks/255-379ac174857cbc24.js %%HOMEDIR%%/.next/static/chunks/273-a16fae6c39a8ddaf.js -%%HOMEDIR%%/.next/static/chunks/375-1284413ef47756bc.js +%%HOMEDIR%%/.next/static/chunks/400-b7e9c50b08c37059.js %%HOMEDIR%%/.next/static/chunks/4bd1b696-c023c6e3521b1417.js %%HOMEDIR%%/.next/static/chunks/535-f3b45d225affc4a4.js +%%HOMEDIR%%/.next/static/chunks/652-6f5dcc5b384e87c1.js %%HOMEDIR%%/.next/static/chunks/699-527e10a34035b924.js %%HOMEDIR%%/.next/static/chunks/700-93d8efd57c85b77b.js %%HOMEDIR%%/.next/static/chunks/897-81a86206b101fa5d.js %%HOMEDIR%%/.next/static/chunks/app/[locale]/layout-3e1b54863dda032e.js -%%HOMEDIR%%/.next/static/chunks/app/[locale]/login/page-789e311fb3f838e0.js -%%HOMEDIR%%/.next/static/chunks/app/[locale]/page-2bc9885dbc751714.js -%%HOMEDIR%%/.next/static/chunks/app/[locale]/settings/page-33e66bd6dd68a246.js -%%HOMEDIR%%/.next/static/chunks/app/[locale]/test/page-0ed419f5cbce0c2d.js +%%HOMEDIR%%/.next/static/chunks/app/[locale]/login/page-e63e59c5c49e6dd8.js +%%HOMEDIR%%/.next/static/chunks/app/[locale]/page-0c7e0d9812261997.js +%%HOMEDIR%%/.next/static/chunks/app/[locale]/settings/page-c6de76ab378a4d36.js +%%HOMEDIR%%/.next/static/chunks/app/[locale]/test/page-e9b124c1a66290b1.js %%HOMEDIR%%/.next/static/chunks/app/_not-found/page-e617fbd961f2114e.js %%HOMEDIR%%/.next/static/chunks/app/api/settings-locale/route-c70b003a1bdc1b9e.js %%HOMEDIR%%/.next/static/chunks/app/global-error-60c131273430867b.js %%HOMEDIR%%/.next/static/chunks/app/layout-c70b003a1bdc1b9e.js -%%HOMEDIR%%/.next/static/chunks/framework-4e51298db41fcfd4.js +%%HOMEDIR%%/.next/static/chunks/framework-d7de93249215fb06.js +%%HOMEDIR%%/.next/static/chunks/main-5adc587570e7c604.js %%HOMEDIR%%/.next/static/chunks/main-app-d6fe9eefd439d15a.js -%%HOMEDIR%%/.next/static/chunks/main-b67a198505cdc93e.js %%HOMEDIR%%/.next/static/chunks/pages/_app-7d307437aca18ad4.js %%HOMEDIR%%/.next/static/chunks/pages/_error-cb2a52f75f2162e2.js %%HOMEDIR%%/.next/static/chunks/polyfills-42372ed130431b0a.js %%HOMEDIR%%/.next/static/chunks/webpack-19abb8924b548c8b.js -%%HOMEDIR%%/.next/static/css/cbbf8f44fddda248.css +%%HOMEDIR%%/.next/static/css/929e761e95b214bc.css %%HOMEDIR%%/.next/static/media/19cfc7226ec3afaa-s.woff2 %%HOMEDIR%%/.next/static/media/21350d82a1f187e9-s.woff2 %%HOMEDIR%%/.next/static/media/8e9860b6e62d6359-s.woff2 diff --git a/www/gitlab-pages/distinfo b/www/gitlab-pages/distinfo index 6b4d712631f2..cbd198b7fcea 100644 --- a/www/gitlab-pages/distinfo +++ b/www/gitlab-pages/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764220556 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.6.1/go.mod) = 01a4fafec3c597505de06cc4dc76a706e78e461b21562113750dfec75e9458c2 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.6.1/go.mod) = 3416 -SHA256 (go/www_gitlab-pages/gitlab-pages-v18.6.1/gitlab-pages-v18.6.1.tar.bz2) = 8c4823f800fa497ed170035bdd384b4ccece0c2ece38d2bc8c54b45243268e25 -SIZE (go/www_gitlab-pages/gitlab-pages-v18.6.1/gitlab-pages-v18.6.1.tar.bz2) = 237391 +TIMESTAMP = 1765426161 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.6.2/go.mod) = 01a4fafec3c597505de06cc4dc76a706e78e461b21562113750dfec75e9458c2 +SIZE (go/www_gitlab-pages/gitlab-pages-v18.6.2/go.mod) = 3416 +SHA256 (go/www_gitlab-pages/gitlab-pages-v18.6.2/gitlab-pages-v18.6.2.tar.bz2) = c639c05bd79199fbd93cc2a9385c33cff461581aca20cdba3ff2b89a49879b7f +SIZE (go/www_gitlab-pages/gitlab-pages-v18.6.2/gitlab-pages-v18.6.2.tar.bz2) = 237023 diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo index 82201c1779fd..276c884ff68b 100644 --- a/www/gitlab-workhorse/distinfo +++ b/www/gitlab-workhorse/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764220573 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.6.1/go.mod) = 11c339bb0fbbc0ad18e7e636a2f3cd686ea3425805f0ed0db5f629008a1d6952 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.6.1/go.mod) = 9356 -SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.6.1/gitlab-foss-v18.6.1.tar.bz2) = d85d6d824089cc12016fa8d3a5037cd254dff3c1e8ad477e6a1153851161e1a0 -SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.6.1/gitlab-foss-v18.6.1.tar.bz2) = 126836032 +TIMESTAMP = 1765426180 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.6.2/go.mod) = 11c339bb0fbbc0ad18e7e636a2f3cd686ea3425805f0ed0db5f629008a1d6952 +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.6.2/go.mod) = 9356 +SHA256 (go/www_gitlab-workhorse/gitlab-foss-v18.6.2/gitlab-foss-v18.6.2.tar.bz2) = 6e0ee01b940be896e256ced4d312967101e489556a9ac30d3c413a8986272c4e +SIZE (go/www_gitlab-workhorse/gitlab-foss-v18.6.2/gitlab-foss-v18.6.2.tar.bz2) = 126869309 diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 3a98c3b4a734..68ffe59a3f87 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -163,7 +163,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-rouge-gitlab>=4.6.1<4.7:textproc/rubygem-rouge-gitlab \ rubygem-truncato>=0.7.13<0.8.0:textproc/rubygem-truncato \ rubygem-nokogiri>=1.18.10<2:textproc/rubygem-nokogiri \ - rubygem-gitlab-glfm-markdown>=0.0.38<0.1:textproc/rubygem-gitlab-glfm-markdown \ + rubygem-gitlab-glfm-markdown>=0.0.39<0.1:textproc/rubygem-gitlab-glfm-markdown \ rubygem-tanuki_emoji>=0.13<1:graphics/rubygem-tanuki_emoji \ rubygem-unicode-emoji>=4.0.4<5:devel/rubygem-unicode-emoji \ rubygem-icalendar-gitlab>=2.10.3<2.11:devel/rubygem-icalendar-gitlab \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 85156f73a42d..0b3200a8fbe3 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,4 +1,4 @@ -GITLAB_VERSION= 18.6.1 +GITLAB_VERSION= 18.6.2 GITLAB_PORTREVISION= 3 # decrease this only if GITLAB_KAS_GRPC_VERSION is upgraded # Git version gitaly should use (from gitlab mirror) diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo index 63867e3852b9..ca63e8700ceb 100644 --- a/www/gitlab/distinfo +++ b/www/gitlab/distinfo @@ -1,6 +1,6 @@ -TIMESTAMP = 1764220477 -SHA256 (gitlab-foss-v18.6.1.tar.bz2) = d85d6d824089cc12016fa8d3a5037cd254dff3c1e8ad477e6a1153851161e1a0 -SIZE (gitlab-foss-v18.6.1.tar.bz2) = 126836032 -TIMESTAMP = 1764220540 -SHA256 (gitlab-v18.6.1-ee.tar.bz2) = d26f8ce1949e9283ce6766e46798752a448c78055f47d82d6433fcf27aaacd6d -SIZE (gitlab-v18.6.1-ee.tar.bz2) = 143698518 +TIMESTAMP = 1765426102 +SHA256 (gitlab-foss-v18.6.2.tar.bz2) = 6e0ee01b940be896e256ced4d312967101e489556a9ac30d3c413a8986272c4e +SIZE (gitlab-foss-v18.6.2.tar.bz2) = 126869309 +TIMESTAMP = 1765426143 +SHA256 (gitlab-v18.6.2-ee.tar.bz2) = 7c53ea1b62d8061c1f7c125e390398b709cd9a325cbf2c23e35b736a48736db4 +SIZE (gitlab-v18.6.2-ee.tar.bz2) = 143720563 diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile index cfe5cabc50e5..b2222c8a2f81 100644 --- a/www/gitlab/files/patch-Gemfile +++ b/www/gitlab/files/patch-Gemfile @@ -1,4 +1,4 @@ ---- Gemfile.orig 2025-11-19 16:58:17 UTC +--- Gemfile.orig 2025-12-10 01:46:48 UTC +++ Gemfile @@ -169,7 +169,7 @@ gem 'graphql', '2.5.11', feature_category: :api @@ -154,7 +154,7 @@ - # Moved in `test` because https://gitlab.com/gitlab-org/gitlab/-/issues/217527 - gem 'derailed_benchmarks', require: false, feature_category: :shared - -- gem 'gitlab_quality-test_tooling', '~> 2.26.0', require: false, feature_category: :tooling +- gem 'gitlab_quality-test_tooling', '~> 3.1.0', require: false, feature_category: :tooling -end - gem 'octokit', '~> 9.0', feature_category: :importers diff --git a/www/groupoffice/Makefile b/www/groupoffice/Makefile index 2b2231d3aade..f6253865d0da 100644 --- a/www/groupoffice/Makefile +++ b/www/groupoffice/Makefile @@ -1,6 +1,6 @@ PORTNAME= groupoffice DISTVERSIONPREFIX= com- -DISTVERSION= 25.0.45 +DISTVERSION= 25.0.73 CATEGORIES= www MASTER_SITES= SF/group-office/${DISTVERSION:R} DISTNAME= ${PORTNAME}-${DISTVERSION} diff --git a/www/groupoffice/distinfo b/www/groupoffice/distinfo index 2900cef40b0e..918a1e98fadd 100644 --- a/www/groupoffice/distinfo +++ b/www/groupoffice/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755764061 -SHA256 (groupoffice-25.0.45.tar.gz) = b5e0ccca1f9e09e8f224003a0d7f9256a31a04c21cc0da025270ac147debb432 -SIZE (groupoffice-25.0.45.tar.gz) = 98100957 +TIMESTAMP = 1765269281 +SHA256 (groupoffice-25.0.73.tar.gz) = de5d862dc4a74590a800e2b6c79109af8ffcaa951671595c44f3c4cc44ed31f8 +SIZE (groupoffice-25.0.73.tar.gz) = 180920016 diff --git a/www/groupoffice/pkg-plist b/www/groupoffice/pkg-plist index 052c0cd34d26..de4966cbd7d8 100644 --- a/www/groupoffice/pkg-plist +++ b/www/groupoffice/pkg-plist @@ -281,6 +281,7 @@ %%WWWDIR%%/go/core/controller/User.php %%WWWDIR%%/go/core/convert/UserSpreadsheet.php %%WWWDIR%%/go/core/cron/BuildSearchCache.php +%%WWWDIR%%/go/core/cron/EmailAlerts.php %%WWWDIR%%/go/core/cron/GarbageCollection.php %%WWWDIR%%/go/core/csv/Reader.php %%WWWDIR%%/go/core/customfield/Attachments.php @@ -349,6 +350,7 @@ %%WWWDIR%%/go/core/fs/datareader/ID3Reader.php %%WWWDIR%%/go/core/http/Client.php %%WWWDIR%%/go/core/http/Exception.php +%%WWWDIR%%/go/core/http/PostResponseProcessor.php %%WWWDIR%%/go/core/http/Request.php %%WWWDIR%%/go/core/http/Response.php %%WWWDIR%%/go/core/http/Router.php @@ -464,18 +466,12 @@ %%WWWDIR%%/go/core/model/Token.php %%WWWDIR%%/go/core/model/User.php %%WWWDIR%%/go/core/model/UserGroup.php -%%WWWDIR%%/go/core/oauth/server/AuthorizationServer.php -%%WWWDIR%%/go/core/oauth/server/grant/AuthCodeGrant.php -%%WWWDIR%%/go/core/oauth/server/grant/RefreshTokenGrant.php -%%WWWDIR%%/go/core/oauth/server/grant/traits/GetClientTrait.php %%WWWDIR%%/go/core/oauth/server/repositories/AccessTokenRepository.php %%WWWDIR%%/go/core/oauth/server/repositories/AuthCodeRepository.php %%WWWDIR%%/go/core/oauth/server/repositories/ClientRepository.php %%WWWDIR%%/go/core/oauth/server/repositories/RefreshTokenRepository.php %%WWWDIR%%/go/core/oauth/server/repositories/ScopeRepository.php %%WWWDIR%%/go/core/oauth/server/repositories/UserRepository.php -%%WWWDIR%%/go/core/oauth/server/requesttypes/AuthorizationRequest.php -%%WWWDIR%%/go/core/oauth/server/responsetypes/IdTokenResponse.php %%WWWDIR%%/go/core/orm/CustomFieldsModel.php %%WWWDIR%%/go/core/orm/CustomFieldsTrait.php %%WWWDIR%%/go/core/orm/Entity.php @@ -776,6 +772,7 @@ %%WWWDIR%%/go/core/views/extjs3/users/UserGroupGrid.js %%WWWDIR%%/go/core/views/extjs3/usersettings/AccountSettingsPanel.js %%WWWDIR%%/go/core/views/extjs3/usersettings/LookAndFeelPanel.js +%%WWWDIR%%/go/core/views/extjs3/usersettings/NotificationPanel.js %%WWWDIR%%/go/core/views/extjs3/usersettings/UserSettingsDialog.js %%WWWDIR%%/go/core/views/extjs3/usersettings/VisibleToPanel.js %%WWWDIR%%/go/core/views/extjs3/util.js @@ -863,12 +860,12 @@ %%WWWDIR%%/go/modules/business/business/views/extjs3/themes/default/icon.png %%WWWDIR%%/go/modules/business/business/views/extjs3/themes/default/style.css %%WWWDIR%%/go/modules/business/business/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/business/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/business/business/views/goui/dist/style.css %%WWWDIR%%/go/modules/business/business/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/business/business/views/goui/package-lock.json %%WWWDIR%%/go/modules/business/business/views/goui/package.json %%WWWDIR%%/go/modules/business/business/views/goui/script/ActivityCombo.ts -%%WWWDIR%%/modules/files/FilesModule.php %%WWWDIR%%/go/modules/business/business/views/goui/script/ActivityTable.ts %%WWWDIR%%/go/modules/business/business/views/goui/script/BusinessCombo.ts %%WWWDIR%%/go/modules/business/business/views/goui/script/BusinessTable.ts @@ -885,7 +882,9 @@ %%WWWDIR%%/go/modules/business/calendartimetracking/language/en.php %%WWWDIR%%/go/modules/business/calendartimetracking/language/hu.php %%WWWDIR%%/go/modules/business/calendartimetracking/language/nl.php +%%WWWDIR%%/go/modules/business/calendartimetracking/language/pl.php %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/dist/style.css %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/package-lock.json @@ -1001,6 +1000,7 @@ %%WWWDIR%%/go/modules/business/finance/controller/FinanceBook.php %%WWWDIR%%/go/modules/business/finance/controller/FinanceDocument.php %%WWWDIR%%/go/modules/business/finance/controller/Payment.php +%%WWWDIR%%/go/modules/business/finance/controller/StatusReport.php %%WWWDIR%%/go/modules/business/finance/convert/Mt940.php %%WWWDIR%%/go/modules/business/finance/convert/PaymentSpreadsheet.php %%WWWDIR%%/go/modules/business/finance/convert/Pdf.php @@ -1055,6 +1055,7 @@ %%WWWDIR%%/go/modules/business/finance/templates/reminder-2nd_nl.html %%WWWDIR%%/go/modules/business/finance/templates/reminder_en.html %%WWWDIR%%/go/modules/business/finance/templates/reminder_nl.html +%%WWWDIR%%/go/modules/business/finance/templates/salesinvoice_alternative_en.html %%WWWDIR%%/go/modules/business/finance/templates/salesinvoice_de.html %%WWWDIR%%/go/modules/business/finance/templates/salesinvoice_email_en.html %%WWWDIR%%/go/modules/business/finance/templates/salesinvoice_email_nl.html @@ -2286,6 +2287,8 @@ %%WWWDIR%%/go/modules/business/finance/vendor/symfony/polyfill-mbstring/bootstrap.php %%WWWDIR%%/go/modules/business/finance/vendor/symfony/polyfill-mbstring/bootstrap80.php %%WWWDIR%%/go/modules/business/finance/vendor/symfony/polyfill-mbstring/composer.json +%%WWWDIR%%/go/modules/business/finance/views/extjs3/ArticleDetailLight.js +%%WWWDIR%%/go/modules/business/finance/views/extjs3/ArticleInfoButton.js %%WWWDIR%%/go/modules/business/finance/views/extjs3/BillingOverride.js %%WWWDIR%%/go/modules/business/finance/views/extjs3/BusinessDialog.js %%WWWDIR%%/go/modules/business/finance/views/extjs3/BusinessesFieldSet.js @@ -2330,6 +2333,161 @@ %%WWWDIR%%/go/modules/business/finance/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/business/finance/views/extjs3/themes/default/resources/paid-stamp.png %%WWWDIR%%/go/modules/business/finance/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/Index.js.map +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/go/modules/business/finance/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/go/modules/business/finance/views/goui/script/MonthCombo.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/go/modules/business/finance/views/goui/script/StatusReportWindow.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/style.css +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/style.css.map +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/Notifier.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/Router.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/State.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/Translate.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/AbstractMenu.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Avatar.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Button.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/CardContainer.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/CardMenu.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/CollapseButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Component.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/DescriptionList.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/DraggableComponent.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/List.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/MaterialIcon.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Observable.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/OverlayToolbarButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Paginator.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Root.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/SearchButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Sortable.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Splitter.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/ToolTip.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Toolbar.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/Window.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ArrayField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/AutocompleteChips.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/AutocompleteField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/CheckboxField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/CheckboxGroup.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ChipsField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ColorField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ComboBox.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ContainerField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DataSourceForm.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DateField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DateRangeField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DateTimeField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DisplayField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/DurationField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/Field.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/Fieldset.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/Form.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/HiddenField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/HtmlField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/InputField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/ListField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/MapField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/NumberField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/RadioField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/RangeField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/SelectField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/TextField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/TextareaField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/TimeField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/form/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/menu/ColorMenu.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/menu/Menu.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/menu/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/ColorPicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/DatePicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/ListPicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/MonthPicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/WeekPicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/picker/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/table/MultiSelectToolbar.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/table/RowSelect.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/table/Table.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/table/TableColumns.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/table/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/tree/Tree.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/tree/TreeColumn.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/tree/TreeRecord.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/tree/TreeStore.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/component/tree/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/data/AbstractDataSource.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/data/DataSourceStore.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/data/RestDataSource.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/data/Store.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/data/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/ArrayUtil.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/Browser.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/BrowserStorage.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/Collection.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/Cookies.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/DateInterval.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/DateTime.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/Element.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/Format.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/FunctionUtil.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/ObjectUtil.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/QuoteStripper.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/String.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/goui/script/util/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/Entities.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/LangLoader.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/Modules.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/Router.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/Validators.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/auth/AuthManager.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/auth/Login.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/auth/RegisterForm.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/auth/User.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/auth/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/chart/DoughnutCenterLabelPlugin.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/chart/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/AddButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/DetailPanel.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/EntityTypeTable.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/FilesButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/FilterPanel.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/FormWindow.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/GroupCombo.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowseButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowserButton.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/PrincipalCombo.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/form/RecurrenceField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/form/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/customfields/CustomFields.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/customfields/DetailFieldset.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/customfields/FormFieldset.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/customfields/TreeSelectField.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/customfields/Types.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/jmap/Client.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/jmap/Image.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/jmap/JmapDataSource.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/jmap/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/model/Link.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/permissions/SharePanel.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/permissions/index.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/dist/views/goui/groupoffice-core/script/util/Recurrence.d.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/node_modules/.package-lock.json +%%WWWDIR%%/go/modules/business/finance/views/goui/package-lock.json +%%WWWDIR%%/go/modules/business/finance/views/goui/package.json +%%WWWDIR%%/go/modules/business/finance/views/goui/script/Index.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/script/MonthCombo.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/script/StatusReportWindow.ts +%%WWWDIR%%/go/modules/business/finance/views/goui/style/style.scss +%%WWWDIR%%/go/modules/business/finance/views/goui/tsconfig.json %%WWWDIR%%/go/modules/business/finance/views/web/financeDocument.php %%WWWDIR%%/go/modules/business/license/controller/Controller.php %%WWWDIR%%/go/modules/business/license/controller/EntityController.php @@ -2359,125 +2517,428 @@ %%WWWDIR%%/go/modules/business/mollie/vendor/composer/ca-bundle/src/CaBundle.php %%WWWDIR%%/go/modules/business/mollie/vendor/composer/installed.json %%WWWDIR%%/go/modules/business/mollie/vendor/composer/installed.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/.php-cs-fixer.dist.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/CHANGELOG.md %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/LICENSE %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/UPGRADING.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/bin/release %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/composer.json -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/captures/create-capture.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/captures/get-capture.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/captures/list-captures.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/client-links/create-client-link.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/create-customer-first-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/create-customer-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/create-customer-recurring-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/create-customer.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/delete-customer.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/list-customer-payments.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/customers/update-customer.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/functions.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/initialize.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/initialize_with_oauth.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/invoices/list-invoices.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/mandates/create-mandate.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/mandates/list-mandates.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/mandates/revoke-mandate.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/cancel-order-lines.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/cancel-order.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/create-order.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/list-methods.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/list-orders.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/refund-order-completely.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/refund-order-partially.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/update-order-line.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/update-order-lines-multiple.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/update-order.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/orders/webhook.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/pagination/backwards.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/pagination/basic_usage.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payment-links/create-payment-link.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payment-links/list-payment-links.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-capturable-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-ideal-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-payment-oauth.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-routed-payment-with-future-release-date.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/create-routed-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/list-methods.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/list-payments.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/refund-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/return.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/update-payment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/payments/webhook.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/profiles/create-profile.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/profiles/delete-profile.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/profiles/list-profiles.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/profiles/update-profile.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/settlements/list-settlements.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/shipments/create-shipment-all.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/shipments/create-shipment-partial.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/shipments/get-shipment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/shipments/list-shipments.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/shipments/update-shipment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/subscriptions/cancel-subscription.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/subscriptions/create-subscription.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/examples/subscriptions/update-subscription.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/phpstan-baseline.neon -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/phpstan.neon +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/debugging.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/endpoint-collections.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/exceptions.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/http-adapters.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/idempotency.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/payments.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/capabilities/list-capabilities.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/customers/customer-payments.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/customers/manage-customers.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/invoices/list-invoices.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/mandates/manage-mandates.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/onboarding/create-client-link.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payment-links/manage-payment-links.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-capturable-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-capture.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-ideal-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-payment-oauth.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/create-routed-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/handle-webhook.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/list-methods.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/list-payments.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/refund-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/retrieve-captures.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/payments/update-payment.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/profiles/manage-profiles.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/sales-invoices/manage-sales-invoices.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/sessions/manage-sessions.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/settlements/list-settlements.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/subscriptions/manage-subscriptions.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/webhooks/create-webhook.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/webhooks/manage-webhooks.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/webhooks/signature-verification.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/recipes/webhooks/webhook-events.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/requests.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/responses.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/testing.md +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/docs/webhooks.md %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/CompatibilityChecker.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/BalanceEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/BalanceReportEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/BalanceTransactionEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ChargebackEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ClientEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ClientLinkEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/CollectionEndpointAbstract.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/CustomerEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/CustomerPaymentsEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/EndpointAbstract.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/InvoiceEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/MandateEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/MethodEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OnboardingEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrderEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrderLineEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrderPaymentEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrderRefundEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrganizationEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/OrganizationPartnerEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentCaptureEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentChargebackEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentLinkEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentRefundEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PaymentRouteEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/PermissionEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ProfileEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ProfileMethodEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/RefundEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SettlementCaptureEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SettlementChargebackEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SettlementPaymentEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SettlementRefundEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SettlementsEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/ShipmentEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/SubscriptionEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/TerminalEndpoint.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Endpoints/WalletEndpoint.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Arrayable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Authenticatable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Authenticator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Connector.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/EmbeddedResourcesContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/HasPayload.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/HttpAdapterContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/IdempotencyContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/IdempotencyKeyGeneratorContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/IsIteratable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/IsResponseAware.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/IsWrapper.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/MollieHttpAdapterPickerContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/PayloadRepository.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Repository.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/RequestMiddleware.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Resolvable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/ResponseMiddleware.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Stringable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/SupportsDebuggingContract.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/SupportsTestmode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/SupportsTestmodeInPayload.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/SupportsTestmodeInQuery.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/Testable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Contracts/ViableResponse.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/BalanceEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/BalanceReportEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/BalanceTransactionEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/CapabilityEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/ChargebackEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/ClientEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/ClientLinkEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/CustomerEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/CustomerPaymentsEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/EndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/InvoiceEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/MandateEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/MethodEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/MethodIssuerEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/OnboardingEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/OrganizationEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/OrganizationPartnerEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentCaptureEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentChargebackEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentLinkEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentLinkPaymentEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentRefundEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PaymentRouteEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/PermissionEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/ProfileEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/ProfileMethodEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/RefundEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SalesInvoiceEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SessionEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SettlementCaptureEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SettlementChargebackEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SettlementEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SettlementPaymentEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SettlementRefundEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SubscriptionEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/SubscriptionPaymentEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/TerminalEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/WalletEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/WebhookEndpointCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/EndpointCollection/WebhookEventEndpointCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ApiException.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/CurlConnectTimeoutException.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/HttpAdapterDoesNotSupportDebuggingException.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/IncompatiblePlatform.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ClientException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/EmbeddedResourcesNotParseableException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ForbiddenException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/IncompatiblePlatformException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/InvalidAuthenticationException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/InvalidSignatureException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/JsonParseException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/LogicException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/MethodNotAllowedException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/MissingAuthenticationException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/MollieException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/NetworkRequestException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/NotFoundException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/RequestException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/RequestTimeoutException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/RetryableNetworkRequestException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ServerException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ServiceUnavailableException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/TooManyRequestsException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/UnauthorizedException.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/UnrecognizedClientException.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/CurlMollieHttpAdapter.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/Guzzle6And7MollieHttpAdapter.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/Guzzle6And7RetryMiddlewareFactory.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/MollieHttpAdapterInterface.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/MollieHttpAdapterPicker.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/HttpAdapter/MollieHttpAdapterPickerInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Exceptions/ValidationException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/ApplePayPaymentSessionRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/ApplicationFeeFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateClientLinkRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateCustomerPaymentRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateCustomerRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateDelayedPaymentRouteRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateMandateRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreatePaymentCaptureRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreatePaymentLinkRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreatePaymentRefundRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreatePaymentRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateProfileRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateSalesInvoiceRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateSessionRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateSubscriptionRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/CreateWebhookRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/Factory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetAllPaginatedSubscriptionsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetAllPaymentMethodsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetBalanceReportRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetClientRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetEnabledMethodsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetMethodRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedChargebacksRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedClientRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedCustomerPaymentsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedInvoiceRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedPaymentCapturesRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedPaymentChargebacksRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedPaymentRefundsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedRefundsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedSettlementCapturesRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedSettlementChargebacksRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedSettlementRefundsQueryFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaginatedSettlementsRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaymentCaptureRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaymentChargebackRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaymentRefundRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/GetPaymentRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/InvoiceLineCollectionFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/InvoiceLineFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/MoneyFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/OrderLineCollectionFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/OrderLineFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/PaginatedQueryFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/PaymentRouteCollectionFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/RecipientFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/RecurringBillingCycleFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/RefundRouteCollectionFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/RequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/SortablePaginatedQueryFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdateCustomerRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdatePaymentLinkRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdatePaymentRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdatePaymentRouteRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdateProfileRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdateSalesInvoiceRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdateSubscriptionRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Factories/UpdateWebhookRequestFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/ErrorResponseBuilder.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/FakeResponseLoader.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/ListResponseBuilder.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/MockMollieClient.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/MockMollieHttpAdapter.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/MockResponse.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/ResourceResponseBuilder.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/apple-pay-session.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/balance-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/balance-report.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/balance-transactions.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/balance.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/capability-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/capability.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/capture-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/capture.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/chargeback-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/chargeback.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/client-link.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/client-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/client.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/current-profile.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/cursor-collection-next.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/cursor-collection.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/customer-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/customer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/empty-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/error.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/invoice-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/invoice.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/issuer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/mandate-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/mandate.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/method-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/method.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/onboarding.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/organization.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/partner-status.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/payment-link-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/payment-link.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/payment-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/payment-route.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/payment.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/permission-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/permission.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/profile-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/profile.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/refund-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/refund.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/route-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/route.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/sales-invoice-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/sales-invoice.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/session-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/session.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/settlement-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/settlement.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/subscription-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/subscription.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/terminal-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/terminal.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/unprocessable-entity.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/webhook-event.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/webhook-list.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/webhook-test.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/Responses/webhook.json +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Fake/SequenceMockResponse.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/CurlErrorMapper.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/CurlFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/CurlInitializationException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/CurlMollieHttpAdapter.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/GuzzleMollieHttpAdapter.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/GuzzleRetryMiddlewareFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/MollieHttpAdapterPicker.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Adapter/PSR18MollieHttpAdapter.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Auth/AccessTokenAuthenticator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Auth/ApiKeyAuthenticator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Auth/BearerTokenAuthenticator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Address.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/ApplicationFee.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/DataCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Date.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/DateTime.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Discount.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/EmailDetails.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/InvoiceLine.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Money.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/OrderLine.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Owner.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/OwnerAddress.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/PaginatedQuery.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/PaymentDetails.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/PaymentRoute.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Recipient.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/RecurringBillingCycle.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/RefundRoute.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/SortablePaginatedQuery.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Data/Temporal.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/ApplyIdempotencyKey.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/ConvertResponseToException.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/Handler.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/Handlers.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/Hydrate.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/MiddlewarePriority.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Middleware/ResetIdempotencyKey.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest/AuthenticateRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest/HandleTestmode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest/MergeBody.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest/MergeRequestProperties.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/PendingRequest/SetUserAgent.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Request.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/RequestSanitizer.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ApplePayPaymentSessionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CancelPaymentRefundRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CancelPaymentRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CancelSessionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CancelSubscriptionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateClientLinkRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateCustomerPaymentRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateCustomerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateDelayedPaymentRouteRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateMandateRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreatePaymentCaptureRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreatePaymentLinkRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreatePaymentRefundRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreatePaymentRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateProfileRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateSalesInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateSessionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateSubscriptionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/CreateWebhookRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DeleteCustomerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DeletePaymentLinkRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DeleteProfileRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DeleteSalesInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DeleteWebhookRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DisableMethodIssuerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DisableMethodRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicDeleteRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicGetRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicPaginatedRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicPostRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicPutRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/DynamicRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/EnableMethodIssuerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/EnableMethodRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetAllMethodsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetAllPaginatedSubscriptionsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetBalanceReportRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetBalanceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetCapabilityRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetClientRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetCurrentProfileRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetCustomerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetEnabledMethodsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetMandateRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetMethodRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetOnboardingStatusRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetOrganizationPartnerStatusRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetOrganizationRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedBalanceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedBalanceTransactionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedChargebacksRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedClientRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedCustomerPaymentsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedCustomerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedMandateRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentCapturesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentChargebacksRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentLinkPaymentsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentLinksRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentRefundsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedPaymentsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedProfilesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedRefundsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSalesInvoicesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSettlementCapturesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSettlementChargebacksRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSettlementPaymentsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSettlementRefundsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSettlementsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSubscriptionPaymentsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedSubscriptionsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedTerminalsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaginatedWebhooksRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaymentCaptureRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaymentChargebackRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaymentLinkRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaymentRefundRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPaymentRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetPermissionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetProfileRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetSalesInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetSessionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetSettlementRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetSubscriptionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetTerminalRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetWebhookEventRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/GetWebhookRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ListCapabilitiesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ListPaymentRoutesRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ListPermissionsRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/PaginatedRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ReleasePaymentAuthorizationRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/ResourceHydratableRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/RevokeMandateRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/SortablePaginatedRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/TestWebhookRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdateCustomerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdatePaymentLinkRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdatePaymentRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdatePaymentRouteRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdateProfileRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdateSalesInvoiceRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdateSubscriptionRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Requests/UpdateWebhookRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/Response.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Http/ResponseStatusCode.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Idempotency/DefaultIdempotencyKeyGenerator.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Idempotency/FakeIdempotencyKeyGenerator.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Idempotency/IdempotencyKeyGeneratorContract.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/MollieApiClient.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Repositories/ArrayStore.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Repositories/JsonPayloadRepository.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/AnyResource.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Balance.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/BalanceCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/BalanceReport.php @@ -2485,6 +2946,8 @@ %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/BalanceTransactionCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/BaseCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/BaseResource.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Capability.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/CapabilityCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Capture.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/CaptureCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Chargeback.php @@ -2508,12 +2971,7 @@ %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/MethodPrice.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/MethodPriceCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Onboarding.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Order.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/OrderCollection.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/OrderLine.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/OrderLineCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Organization.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/OrganizationCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Partner.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Payment.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/PaymentCollection.php @@ -2525,41 +2983,323 @@ %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ProfileCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Refund.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/RefundCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ResourceCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ResourceFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ResourceHydrator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ResourceResolver.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ResourceWrapper.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Route.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/RouteCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/SalesInvoice.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/SalesInvoiceCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Session.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/SessionCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Settlement.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/SettlementCollection.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Shipment.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/ShipmentCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Subscription.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/SubscriptionCollection.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Terminal.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/TerminalCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/Webhook.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/WebhookCollection.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/WebhookEvent.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Resources/WrapperResource.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/ComposableFromArray.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/ForwardsCalls.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/GetAllConstants.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HandlesAuthentication.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HandlesDebugging.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HandlesIdempotency.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HandlesTestmode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HandlesVersions.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasDefaultFactories.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasEndpoints.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasHeaders.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasJsonPayload.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasMiddleware.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasMode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasQuery.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasRequestProperties.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/HasResponse.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/Initializable.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/IsIteratableRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/ManagesPsrRequests.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Traits/SendsRequests.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/ApprovalPrompt.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/BalanceTransferFrequency.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/BusinessCategory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/CapabilityStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/CaptureMode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/CheckoutFlow.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/ClientQuery.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/InvoiceStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/MandateMethod.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/MandateStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/Method.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/MethodQuery.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OnboardingStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OrderLineCategory.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OrderLineStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OrderLineType.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OrderLineUpdateOperationType.php -%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/OrderStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentIncludesQuery.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentMethod.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentMethodStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentQuery.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/PaymentTerm.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/ProfileStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/RecipientType.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/RefundStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/SalesInvoiceStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/SequenceType.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/SessionStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/SettlementStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/SubscriptionStatus.php %%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/TerminalStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/VatMode.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/VatScheme.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/WebhookEventType.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Types/WebhookStatus.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/Arr.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/DataTransformer.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/Debugger.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/Factories.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/Url.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Utils/Utility.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Webhooks/SignatureValidator.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Webhooks/WebhookEvent.php +%%WWWDIR%%/go/modules/business/mollie/vendor/mollie/mollie-api-php/src/Webhooks/WebhookEventType.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/CHANGELOG.md +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/LICENSE +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/composer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Factory/HttplugFactory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Factory/Psr17Factory.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/MessageTrait.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Request.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/RequestTrait.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Response.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/ServerRequest.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Stream.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/StreamTrait.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/UploadedFile.php +%%WWWDIR%%/go/modules/business/mollie/vendor/nyholm/psr7/src/Uri.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/CHANGELOG.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/LICENSE +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/composer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/src/ClientExceptionInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/src/ClientInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/src/NetworkExceptionInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-client/src/RequestExceptionInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/LICENSE +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/composer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/RequestFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/ResponseFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/StreamFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-factory/src/UriFactoryInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/CHANGELOG.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/LICENSE +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/README.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/composer.json +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/docs/PSR7-Interfaces.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/docs/PSR7-Usage.md +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/MessageInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/RequestInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/ResponseInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/ServerRequestInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/StreamInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/UploadedFileInterface.php +%%WWWDIR%%/go/modules/business/mollie/vendor/psr/http-message/src/UriInterface.php %%WWWDIR%%/go/modules/business/mollie/views/extjs3/Module.js %%WWWDIR%%/go/modules/business/mollie/views/extjs3/SystemSettingsPanel.js %%WWWDIR%%/go/modules/business/mollie/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/business/mollie/views/web/error.php +%%WWWDIR%%/go/modules/business/mollie/views/web/mandate.php %%WWWDIR%%/go/modules/business/mollie/views/web/return.php +%%WWWDIR%%/go/modules/business/msteams/Module.php +%%WWWDIR%%/go/modules/business/msteams/icon.png +%%WWWDIR%%/go/modules/business/msteams/language/en.php +%%WWWDIR%%/go/modules/business/msteams/model/Settings.php +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/Index.js.map +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/business/msteams/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/business/msteams/views/goui/script/Settings.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/AlertField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/AvailabilityWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarAdapter.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarItem.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarList.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/CategoryWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/EventDetail.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/EventWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/ListView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/LocationField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/Main.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/MonthView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/OnlineMeetingService.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/ParticipantField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/PreferencesPanel.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/ResourcesWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/SplitView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWebCalWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/ViewWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/WeekView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/go/modules/community/calendar/views/goui/script/YearView.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/Notifier.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/Router.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/State.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/Translate.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/AbstractMenu.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Avatar.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Button.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/CardContainer.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/CardMenu.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/CollapseButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Component.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/DescriptionList.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/DraggableComponent.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/List.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/MaterialIcon.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Observable.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/OverlayToolbarButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Paginator.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Root.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/SearchButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Sortable.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Splitter.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/ToolTip.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Toolbar.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/Window.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ArrayField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/AutocompleteChips.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/AutocompleteField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/CheckboxField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/CheckboxGroup.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ChipsField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ColorField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ComboBox.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ContainerField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DataSourceForm.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DateField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DateRangeField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DateTimeField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DisplayField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/DurationField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/Field.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/Fieldset.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/Form.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/HiddenField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/HtmlField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/InputField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/ListField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/MapField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/NumberField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/RadioField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/RangeField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/SelectField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/TextField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/TextareaField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/TimeField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/form/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/menu/ColorMenu.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/menu/Menu.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/menu/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/ColorPicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/DatePicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/ListPicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/MonthPicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/WeekPicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/picker/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/table/MultiSelectToolbar.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/table/RowSelect.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/table/Table.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/table/TableColumns.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/table/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/tree/Tree.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/tree/TreeColumn.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/tree/TreeRecord.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/tree/TreeStore.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/component/tree/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/data/AbstractDataSource.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/data/DataSourceStore.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/data/RestDataSource.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/data/Store.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/data/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/ArrayUtil.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/Browser.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/BrowserStorage.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/Collection.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/Cookies.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/DateInterval.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/DateTime.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/Element.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/Format.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/FunctionUtil.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/ObjectUtil.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/QuoteStripper.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/String.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/goui/script/util/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/Entities.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/LangLoader.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/Modules.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/Router.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/Validators.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/auth/AuthManager.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/auth/Login.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/auth/RegisterForm.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/auth/User.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/auth/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/chart/DoughnutCenterLabelPlugin.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/chart/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/AddButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/DetailPanel.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/EntityTypeTable.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/FilesButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/FilterPanel.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/FormWindow.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/GroupCombo.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowseButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowserButton.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/PrincipalCombo.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/form/RecurrenceField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/form/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/customfields/CustomFields.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/customfields/DetailFieldset.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/customfields/FormFieldset.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/customfields/TreeSelectField.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/customfields/Types.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/jmap/Client.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/jmap/Image.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/jmap/JmapDataSource.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/jmap/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/model/Link.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/permissions/SharePanel.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/permissions/index.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/dist/views/goui/groupoffice-core/script/util/Recurrence.d.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/node_modules/.package-lock.json +%%WWWDIR%%/go/modules/business/msteams/views/goui/package-lock.json +%%WWWDIR%%/go/modules/business/msteams/views/goui/package.json +%%WWWDIR%%/go/modules/business/msteams/views/goui/script/Index.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/script/Settings.ts +%%WWWDIR%%/go/modules/business/msteams/views/goui/tsconfig.json %%WWWDIR%%/go/modules/business/multisafepay/Module.php %%WWWDIR%%/go/modules/business/multisafepay/composer.json %%WWWDIR%%/go/modules/business/multisafepay/composer.lock @@ -2721,6 +3461,16 @@ %%WWWDIR%%/go/modules/business/onlyoffice/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/business/onlyoffice/views/extjs3/themes/Dark/style.css %%WWWDIR%%/go/modules/business/onlyoffice/views/extjs3/themes/Paper/style.css +%%WWWDIR%%/go/modules/business/openai/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/openai/views/goui/dist/Index.js.map +%%WWWDIR%%/go/modules/business/openai/views/goui/dist/style.css +%%WWWDIR%%/go/modules/business/openai/views/goui/node_modules/.package-lock.json +%%WWWDIR%%/go/modules/business/openai/views/goui/package-lock.json +%%WWWDIR%%/go/modules/business/openai/views/goui/package.json +%%WWWDIR%%/go/modules/business/openai/views/goui/script/Index.ts +%%WWWDIR%%/go/modules/business/openai/views/goui/script/MainPanel.ts +%%WWWDIR%%/go/modules/business/openai/views/goui/style/style.scss +%%WWWDIR%%/go/modules/business/openai/views/goui/tsconfig.json %%WWWDIR%%/go/modules/business/paypal/Module.php %%WWWDIR%%/go/modules/business/paypal/icon.png %%WWWDIR%%/go/modules/business/paypal/language/en.php @@ -2739,6 +3489,7 @@ %%WWWDIR%%/go/modules/business/privacy/language/en.php %%WWWDIR%%/go/modules/business/privacy/language/es.php %%WWWDIR%%/go/modules/business/privacy/language/nl.php +%%WWWDIR%%/go/modules/business/privacy/language/pl.php %%WWWDIR%%/go/modules/business/privacy/language/sl.php %%WWWDIR%%/go/modules/business/privacy/model/ContactDeletion.php %%WWWDIR%%/go/modules/business/privacy/model/Settings.php @@ -2758,16 +3509,20 @@ %%WWWDIR%%/go/modules/business/projects3/language/de.php %%WWWDIR%%/go/modules/business/projects3/language/en.php %%WWWDIR%%/go/modules/business/projects3/language/nl.php +%%WWWDIR%%/go/modules/business/projects3/language/pl.php %%WWWDIR%%/go/modules/business/projects3/model/Project3.php %%WWWDIR%%/go/modules/business/projects3/model/ProjectBook.php +%%WWWDIR%%/go/modules/business/projects3/model/ProjectFinance.php %%WWWDIR%%/go/modules/business/projects3/model/ProjectMilestone.php %%WWWDIR%%/go/modules/business/projects3/model/ProjectResource.php %%WWWDIR%%/go/modules/business/projects3/model/ProjectStatus.php %%WWWDIR%%/go/modules/business/projects3/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/projects3/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/business/projects3/views/goui/dist/style.css %%WWWDIR%%/go/modules/business/projects3/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/business/projects3/views/goui/package-lock.json %%WWWDIR%%/go/modules/business/projects3/views/goui/package.json +%%WWWDIR%%/go/modules/business/projects3/views/goui/script/FinanceWindow.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/Index.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/InvoiceWindow.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/MainPanel.ts @@ -2777,6 +3532,7 @@ %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectBookWindow.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectDetail.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectFinance.ts +%%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectFinanceTable.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectMilestones.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectResourceDetail.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectResources.ts @@ -2784,6 +3540,7 @@ %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectTasksDetail.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/ProjectWindow.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/Projects2Override.ts +%%WWWDIR%%/go/modules/business/projects3/views/goui/script/ResourceFilter.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/StatusButton.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/StatusFilter.ts %%WWWDIR%%/go/modules/business/projects3/views/goui/script/Statuses.ts @@ -2825,6 +3582,7 @@ %%WWWDIR%%/go/modules/business/registration/model/Timespan.php %%WWWDIR%%/go/modules/business/registration/model/Week.php %%WWWDIR%%/go/modules/business/registration/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/registration/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/business/registration/views/goui/dist/style.css %%WWWDIR%%/go/modules/business/registration/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/business/registration/views/goui/package-lock.json @@ -2970,7 +3728,9 @@ %%WWWDIR%%/go/modules/business/supportclient/language/en.php %%WWWDIR%%/go/modules/business/supportclient/language/it.php %%WWWDIR%%/go/modules/business/supportclient/language/nl.php +%%WWWDIR%%/go/modules/business/supportclient/language/pl.php %%WWWDIR%%/go/modules/business/supportclient/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/business/supportclient/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/business/supportclient/views/goui/dist/style.css %%WWWDIR%%/go/modules/business/supportclient/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/business/supportclient/views/goui/package-lock.json @@ -2985,6 +3745,2261 @@ %%WWWDIR%%/go/modules/business/supportclient/views/goui/script/TasklistTable.ts %%WWWDIR%%/go/modules/business/supportclient/views/goui/style/style.scss %%WWWDIR%%/go/modules/business/supportclient/views/goui/tsconfig.json +%%WWWDIR%%/go/modules/business/swissqr/Module.php +%%WWWDIR%%/go/modules/business/swissqr/composer.json +%%WWWDIR%%/go/modules/business/swissqr/composer.lock +%%WWWDIR%%/go/modules/business/swissqr/controller/Swissqr.php +%%WWWDIR%%/go/modules/business/swissqr/language/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/autoload.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/BitArray.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/BitMatrix.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/BitUtils.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/CharacterSetEci.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/EcBlock.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/EcBlocks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/ErrorCorrectionLevel.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/FormatInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/Mode.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/ReedSolomonCodec.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Common/Version.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/BlockPair.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/ByteMatrix.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/Encoder.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/MaskUtil.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/MatrixUtil.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Encoder/QrCode.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/ExceptionInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/InvalidArgumentException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/OutOfBoundsException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/RuntimeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/UnexpectedValueException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Exception/WriterException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Color/Alpha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Color/Cmyk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Color/ColorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Color/Gray.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Color/Rgb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/CompositeEye.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/EyeInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/ModuleEye.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/PointyEye.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SimpleCircleEye.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Eye/SquareEye.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/GDLibRenderer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Image/EpsImageBackEnd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImageBackEndInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Image/ImagickImageBackEnd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Image/SvgImageBackEnd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Image/TransformationMatrix.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/ImageRenderer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/DotsModule.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/Edge.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/EdgeIterator/EdgeIterator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/ModuleInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/RoundnessModule.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Module/SquareModule.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/Close.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/Curve.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/EllipticArc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/Line.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/Move.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/OperationInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/Path/Path.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/PlainTextRenderer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/EyeFill.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Fill.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/Gradient.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/GradientType.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Renderer/RendererStyle/RendererStyle.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/bacon/bacon-qr-code/src/Writer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/ClassLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/InstalledVersions.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_classmap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_files.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_psr4.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_real.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/autoload_static.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/installed.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/composer/installed.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/AbstractEnum.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/EnumMap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/CloneNotSupportedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/ExceptionInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/ExpectationException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/IllegalArgumentException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/MismatchException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/SerializeNotSupportedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/Exception/UnserializeNotSupportedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/dasprid/enum/src/NullValue.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/assets/noto_sans.otf +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/assets/open_sans.ttf +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Bacon/ErrorCorrectionLevelConverter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Bacon/MatrixFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Builder/Builder.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Builder/BuilderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Color/Color.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Color/ColorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Encoding/Encoding.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/ErrorCorrectionLevel.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Exception/ValidationException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/ImageData/LabelImageData.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/ImageData/LogoImageData.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Font/Font.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Font/FontInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Font/NotoSans.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Font/OpenSans.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Label.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/LabelAlignment.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/LabelInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Margin/Margin.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Label/Margin/MarginInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Logo/Logo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Logo/LogoInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Matrix/Matrix.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Matrix/MatrixFactoryInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Matrix/MatrixInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/QrCode.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/QrCodeInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/RoundBlockSizeMode.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/AbstractGdWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/BinaryWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/ConsoleWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/DebugWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/EpsWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/GifWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/PdfWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/PngWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/AbstractResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/BinaryResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/ConsoleResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/DebugResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/EpsResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/GdResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/GifResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/PdfResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/PngResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/ResultInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/SvgResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/Result/WebPResult.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/SvgWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/WebPWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/endroid/qr-code/src/Writer/WriterInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/kmukku/php-iso11649/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/kmukku/php-iso11649/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/kmukku/php-iso11649/src/phpIso11649.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/.github/FUNDING.yml +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/.github/workflows/tests.yml +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/.php-cs-fixer.dist.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_30x10mm.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_30x10mm.svg +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_40x15mm.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_40x15mm.svg +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_52x20mm.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_52x20mm.svg +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_65x25mm.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/marks_65x25mm.svg +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/assets/swiss-cross.optimized.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/composer.lock +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/docs/assets/example-payment-part.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/docs/specs/ig-qr-bill-en-v2.2.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/docs/specs/qr-iid_qr-iban-en.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/docs/specs/style-guide-en.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/FpdfOutput/fpdf-example.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/HtmlOutput/html-example.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/TcPdfOutput/tcpdf-example.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/example.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/example_minimal.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/example_scor.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/example/example_zero_amount.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/phpstan.neon.dist +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/phpunit.xml.dist +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Constraint/ValidCreditorInformationPaymentReferenceCombination.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Constraint/ValidCreditorInformationPaymentReferenceCombinationValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Constraint/ValidCreditorReference.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Constraint/ValidCreditorReferenceValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/AddressInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/Abstracts/Address.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/AdditionalInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/AlternativeScheme.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/CombinedAddress.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/CreditorInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/Header.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/PaymentAmountInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/PaymentReference.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/Element/StructuredAddress.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/EmptyElement/EmptyAdditionalInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/EmptyElement/EmptyAddress.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/DataGroup/QrCodeableInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Exception/InvalidFpdfImageFormat.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Exception/InvalidQrBillDataException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/AbstractOutput.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/Element/FurtherInformation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/Element/OutputElementInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/Element/Placeholder.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/Element/Text.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/Element/Title.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/FpdfOutput/FpdfOutput.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/FpdfOutput/UnsupportedEnvironmentException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/HtmlOutput.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/FurtherInformationElementTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/PaymentPartTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/PlaceholderElementTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/PrintableStylesTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/TextElementTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/HtmlOutput/Template/TitleElementTemplate.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/OutputInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Output/TcPdfOutput/TcPdfOutput.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/PaymentPart/Translation/Translation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/QrBill.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/QrCode/Exception/UnsupportedFileExtensionException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/QrCode/QrCode.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Reference/QrPaymentReferenceGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Reference/RfCreditorReferenceGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/String/StringModifier.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Validator/Exception/InvalidCreditorReferenceException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Validator/Exception/InvalidQrPaymentReferenceException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Validator/SelfValidatableInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/src/Validator/SelfValidatableTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/Constraints/ValidCreditorInformationPaymentReferenceCombinationTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/Constraints/ValidCreditorReferenceTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/AdditionalInformationTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/AlternativeSchemeTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/CombinedAddressTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/CreditorInformationTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/HeaderTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/PaymentAmountInformationTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/PaymentReferenceTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/DataGroup/Element/StructuredAddressTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/Output/FpdfOutput/FpdfOutputTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/Output/FpdfOutput/FpdiOutputTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/Output/HtmlOutput/HtmlOutputTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/Output/TcPdfOutput/FpdiOutputTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/Output/TcPdfOutput/TcPdfOutputTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/PaymentPart/TranslationTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/QrBillTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/QrCode/QrCodeTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/Reference/QrPaymentReferenceGeneratorTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/Reference/RfCreditorReferenceGeneratorTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/String/StringModifierTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-additional-information.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-additional-information.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-alternative-schemes.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-alternative-schemes.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-full-set.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-full-set.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-international-ultimate-debtor.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-international-ultimate-debtor.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-minimal-setup.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-minimal-setup.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount-and-long-addresses.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount-and-long-addresses.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount-but-debtor.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount-but-debtor.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-without-amount.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-zero-amount.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-information-zero-amount.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-reference-non.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-reference-non.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-reference-scor.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-payment-reference-scor.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-ultimate-debtor.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/FpdfOutput/qr-ultimate-debtor.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-additional-information.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-additional-information.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-alternative-schemes.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-alternative-schemes.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-full-set.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-full-set.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-international-ultimate-debtor.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-international-ultimate-debtor.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-minimal-setup.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-minimal-setup.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount-and-long-addresses.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount-and-long-addresses.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount-but-debtor.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount-but-debtor.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-without-amount.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-zero-amount.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-information-zero-amount.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-reference-non.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-reference-non.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-reference-scor.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-payment-reference-scor.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-ultimate-debtor.svg.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/HtmlOutput/qr-ultimate-debtor.svg.print.html +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCode/string.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCode/string.svg +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/TestDataTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/proof-of-validation.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-additional-information.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-additional-information.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-alternative-schemes.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-alternative-schemes.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-full-set.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-full-set.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-international-ultimate-debtor.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-international-ultimate-debtor.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-minimal-setup.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-minimal-setup.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount-and-long-addresses.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount-and-long-addresses.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount-but-debtor.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount-but-debtor.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-without-amount.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-zero-amount.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-information-zero-amount.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-reference-non.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-reference-non.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-reference-scor.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-payment-reference-scor.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-ultimate-debtor.png +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/QrCodes/qr-ultimate-debtor.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-additional-information.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-additional-information.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-alternative-schemes.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-alternative-schemes.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-full-set.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-full-set.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-international-ultimate-debtor.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-international-ultimate-debtor.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-minimal-setup.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-minimal-setup.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-with-mediumlong-creditor-and-unknown-debtor.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount-and-long-addresses.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount-and-long-addresses.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount-but-debtor.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount-but-debtor.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-without-amount.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-zero-amount.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-information-zero-amount.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-reference-non.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-reference-non.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-reference-scor.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-payment-reference-scor.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-ultimate-debtor.svg.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestData/TcPdfOutput/qr-ultimate-debtor.svg.print.pdf +%%WWWDIR%%/go/modules/business/swissqr/vendor/sprain/swiss-qr-bill/tests/TestQrBillCreatorTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/deprecation-contracts/CHANGELOG.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/deprecation-contracts/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/deprecation-contracts/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/deprecation-contracts/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/deprecation-contracts/function.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/CHANGELOG.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Countries.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Currencies.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Compiler/BundleCompilerInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Compiler/GenrbCompiler.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/BufferedBundleReader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/BundleEntryReaderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/BundleReaderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/IntlBundleReader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/JsonBundleReader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Reader/PhpBundleReader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Writer/BundleWriterInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Writer/JsonBundleWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Writer/PhpBundleWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Bundle/Writer/TextBundleWriter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/AbstractDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/CurrencyDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/FallbackTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/GeneratorConfig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/LanguageDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/LocaleDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/RegionDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/ScriptDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Generator/TimezoneDataGenerator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Util/ArrayAccessibleResourceBundle.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Util/LocaleScanner.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Util/RecursiveArrayAccess.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Data/Util/RingBuffer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/BadMethodCallException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/ExceptionInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/InvalidArgumentException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/MissingResourceException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/OutOfBoundsException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/ResourceBundleNotFoundException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/RuntimeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Exception/UnexpectedTypeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Intl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Languages.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Locale.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Locales.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/ResourceBundle.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/bin/autoload.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/bin/common.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/bin/compile +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/bin/compress +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/bin/update-data.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/af_NA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_DJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_ER.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_KM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_LB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_SO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ar_SS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/az_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bn_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bo_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ca_FR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/de_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/de_LI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/de_LU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_150.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_AG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_AI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_AT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_AU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_BZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_CC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_CK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_CX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_DK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_DM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_ER.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_FJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_FK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_GY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_ID.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_IM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_JE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_JM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_KI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_KN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_KY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_LC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_LR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_LS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_MY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_NZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_PG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_PN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_RW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_SZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_TK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_TO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_TT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_TV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_TZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_UG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_VC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_VU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_WS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_ZA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/en_ZM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_AR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_BO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_BR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_BZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_CL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_CO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_CR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_CU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_DO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_EC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_GQ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_GT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_HN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_MX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_NI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_PA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_PE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_PH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_PR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_PY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_SV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_UY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/es_VE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fa_AF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_BF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_CM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_GW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_LR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_MR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_NG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Adlm_SN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_GN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_GH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_GM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_GN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_LR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_MR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_NG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_Latn_SL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ff_MR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fo_DK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_BI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_CD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_DJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_DZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_GN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_HT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_KM.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_LU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_MG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_MR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_MU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_RW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_SC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_SY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_TN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fr_VU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ha_GH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hr_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/in.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/iw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ki.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/kl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ln.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ln_AO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ms_BN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ms_ID.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ms_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl_AW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl_BQ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl_CW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl_SR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nl_SX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/no_NO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/om_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/os_RU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pa_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ps_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_AO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_CV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_LU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_MO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_MZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/pt_ST.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/qu_BO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/qu_EC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/rn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ro_MD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/root.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ru_BY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ru_KG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ru_KZ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ru_MD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/se_SE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sh_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/so_DJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/so_ET.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/so_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sq_MK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sr_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sr_Cyrl_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sr_Latn_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/st_LS.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sw_CD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/sw_UG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ta_LK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ta_MY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ta_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ti_ER.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tn_BW.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/ur_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hans_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hans_MO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hans_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_Hant_MO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_MO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zh_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/currencies/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/git-info.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ar_EG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ar_LY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ar_SA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/az_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bn_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/de_AT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/de_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en_AU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en_GB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/en_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/eo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_AR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_BO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_CL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_CO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_CR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_DO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_EC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_GT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_HN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_MX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_NI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_PA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_PE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_PR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_PY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_SV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/es_VE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fa_AF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ff.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fr_BE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fr_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/gv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ie.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/in.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/iw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ki.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/kl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/kw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ln.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/nd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/no_NO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/pa_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ps_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/rn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ro_MD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/se_FI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sh_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Cyrl_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Latn_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Latn_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_Latn_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sr_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sw_CD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ti_ER.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/ur_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/za.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/zh_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/languages/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ar_EG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ar_LY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ar_SA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/az_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bn_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/de_AT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/de_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en_AU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en_GB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/en_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/eo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_AR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_BO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_CL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_CO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_CR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_DO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_EC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_GT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_HN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_MX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_NI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_PA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_PE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_PR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_PY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_SV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/es_VE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fa_AF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ff.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fr_BE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fr_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/gv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ie.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ki.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/kl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ko_KP.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/kw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ln.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/nd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/pa_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ps_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/rn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ro_MD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ru_UA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/se_FI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Cyrl_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Latn_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Latn_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sr_Latn_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sw_CD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ti_ER.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/ur_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/za.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/locales/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ar_LY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ar_SA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/az_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bn_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bo_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/de_AT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/de_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/en_AU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/en_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/eo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_AR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_BO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_CL.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_CO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_CR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_DO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_EC.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_GT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_HN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_MX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_NI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_PA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_PE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_PR.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_PY.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_SV.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/es_VE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fa_AF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ff.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fr_BE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/gv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ie.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/in.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/iw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ki.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/kl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ko_KP.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/kw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ln.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/nd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/no_NO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/pa_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ps_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/rn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ro_MD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ru_UA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/se_FI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sh_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Cyrl_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Latn_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Latn_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_Latn_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_ME.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sr_XK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sw_CD.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/ur_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/za.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/zh_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/regions/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/az_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/en_AU.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/en_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/eo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fa_AF.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ie.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/in.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/iw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/no_NO.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/pa_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/se_FI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/za.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/zh_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/scripts/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/bo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/bs_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ce.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/de_CH.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/dz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ee.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/en_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/en_GB.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/en_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/eo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/es_MX.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/es_US.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ff_Adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fr_CA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/fy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/hi_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ie.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ii.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ko_KP.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ks.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ks_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ln.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/meta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ms_ID.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/om.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/os.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ps_PK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/pt_PT.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/root.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sd_Deva.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/se.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/se_FI.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sr_Cyrl_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sr_Latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sr_Latn_BA.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/st.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/su.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/sw_KE.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/tt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/ur_IN.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/uz_Arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/uz_Cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/yi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/yo_BJ.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/za.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/zh_Hans_SG.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/zh_Hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/zh_Hant_HK.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/timezones/zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-af.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ak.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-am.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ar.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ar_sa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-as.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ast.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-az.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-be.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-bew.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-bg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-bgn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-blo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-bn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-br.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-bs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ca_es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ca_es_valencia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ccp.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ceb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-chr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ckb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-cs.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-cv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-cy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-da.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-de.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-de_ch.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-dsb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-el.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en_001.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en_au.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en_ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en_gb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-en_in.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-es.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-es_419.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-es_mx.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-es_us.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-et.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-eu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ff_adlm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fil.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-fr_ca.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-frr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ga.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-gd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-github.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-gl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-gu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ha.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ha_ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-he.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hi_latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hsb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-hy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ia.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-id.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ig.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-is.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-it.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ja.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-jv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ka.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kk_arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-km.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ko.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-kok.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ku.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ky.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-lb.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-lij.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-lo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-lt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-lv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ml.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mni.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ms.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-mt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-my.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ne.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-nl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-nn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-no.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-nso.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-oc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-or.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pa.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pa_arab.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pcm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ps.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-pt_pt.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-qu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-quc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-rhg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-rm.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ro.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-root.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ru.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-rw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sat.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sc.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sd.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-si.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-slack.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-so.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sq.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sr_cyrl.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sr_cyrl_ba.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sr_latn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sr_latn_ba.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-strip.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sv.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sw.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-sw_ke.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ta.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-te.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-tg.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-th.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ti.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-tk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-tn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-to.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-tr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ug.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-uk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-ur.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-uz.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-vec.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-vi.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-wo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-xh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-yo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-yo_bj.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-yue.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-yue_hans.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-zh.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-zh_hant.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-zh_hant_hk.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/emoji-zu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/github-emoji.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/transliterator/emoji/slack-emoji.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Resources/data/version.txt +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Scripts.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Timezones.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Transliterator/EmojiTransliterator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Util/GitRepository.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Util/GzipStreamWrapper.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Util/IcuVersion.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Util/IntlTestHelper.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/Util/Version.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/intl/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/Ctype.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/bootstrap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/bootstrap80.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-ctype/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Collator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Currencies.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/AmPmTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfWeekTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/DayOfYearTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/DayTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/FullTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1200Transformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/Hour1201Transformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2400Transformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/Hour2401Transformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/HourTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/MinuteTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/MonthTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/QuarterTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/SecondTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/TimezoneTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/Transformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/DateFormat/YearTransformer.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/ExceptionInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/MethodArgumentNotImplementedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/MethodArgumentValueNotImplementedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/MethodNotImplementedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/NotImplementedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Exception/RuntimeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Icu.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/IntlDateFormatter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Locale.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/NumberFormatter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Resources/currencies.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Resources/stubs/Collator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Resources/stubs/IntlDateFormatter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Resources/stubs/Locale.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/Resources/stubs/NumberFormatter.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/bootstrap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/bootstrap80.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-intl-icu/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/Mbstring.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/bootstrap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/bootstrap80.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-mbstring/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Php83.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateError.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateObjectError.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/DateRangeError.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/Override.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/Resources/stubs/SQLite3Exception.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/bootstrap.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/bootstrap81.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/polyfill-php83/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/CHANGELOG.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/LocaleAwareInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/Test/TranslatorTest.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/TranslatableInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/TranslatorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/TranslatorTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/translation-contracts/composer.json +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Attribute/HasNamedArguments.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/CHANGELOG.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Command/DebugCommand.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraint.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintValidatorFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintValidatorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintViolation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintViolationInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintViolationList.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ConstraintViolationListInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/AbstractComparison.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/AbstractComparisonValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/All.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/AllValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/AtLeastOneOf.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/AtLeastOneOfValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Bic.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/BicValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Blank.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/BlankValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Callback.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CallbackValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CardScheme.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CardSchemeValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Cascade.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Choice.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ChoiceValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Cidr.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CidrValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Collection.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CollectionValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Composite.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Compound.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CompoundValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Count.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CountValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Country.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CountryValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CssColor.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CssColorValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Currency.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/CurrencyValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Date.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DateTime.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DateTimeValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DateValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DisableAutoMapping.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DivisibleBy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/DivisibleByValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Email.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/EmailValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/EnableAutoMapping.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/EqualTo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/EqualToValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Existence.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Expression.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionLanguageProvider.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionLanguageSyntax.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionLanguageSyntaxValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionSyntax.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionSyntaxValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ExpressionValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/File.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/FileValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GreaterThan.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GreaterThanOrEqual.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GreaterThanOrEqualValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GreaterThanValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GroupSequence.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/GroupSequenceProvider.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Hostname.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/HostnameValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Iban.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IbanValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IdenticalTo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IdenticalToValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Image.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ImageValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Ip.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IpValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsFalse.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsFalseValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsNull.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsNullValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsTrue.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsTrueValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Isbn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsbnValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Isin.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IsinValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Issn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/IssnValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Json.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/JsonValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Language.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LanguageValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Length.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LengthValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LessThan.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LessThanOrEqual.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LessThanOrEqualValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LessThanValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Locale.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LocaleValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Luhn.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/LuhnValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Negative.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NegativeOrZero.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NoSuspiciousCharacters.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NoSuspiciousCharactersValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotBlank.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotBlankValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotCompromisedPassword.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotEqualTo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotEqualToValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotIdenticalTo.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotIdenticalToValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotNull.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/NotNullValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Optional.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/PasswordStrength.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/PasswordStrengthValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Positive.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/PositiveOrZero.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Range.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/RangeValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Regex.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/RegexValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Required.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Sequentially.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/SequentiallyValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Time.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/TimeValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Timezone.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/TimezoneValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Traverse.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Type.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/TypeValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Ulid.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/UlidValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Unique.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/UniqueValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Url.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/UrlValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Uuid.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/UuidValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/Valid.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ValidValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/When.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/WhenValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Constraints/ZeroComparisonConstraintTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ContainerConstraintValidatorFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Context/ExecutionContext.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Context/ExecutionContextFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Context/ExecutionContextFactoryInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Context/ExecutionContextInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/DependencyInjection/AddAutoMappingConfigurationPass.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/DependencyInjection/AddConstraintValidatorsPass.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/DependencyInjection/AddValidatorInitializersPass.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/BadMethodCallException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/ConstraintDefinitionException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/ExceptionInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/GroupDefinitionException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/InvalidArgumentException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/InvalidOptionsException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/LogicException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/MappingException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/MissingOptionsException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/NoSuchMetadataException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/OutOfBoundsException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/RuntimeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/UnexpectedTypeException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/UnexpectedValueException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/UnsupportedMetadataException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/ValidationFailedException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Exception/ValidatorException.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/GroupProviderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/GroupSequenceProviderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/LICENSE +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/AutoMappingStrategy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/CascadingStrategy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/ClassMetadata.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/ClassMetadataInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Factory/BlackHoleMetadataFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Factory/LazyLoadingMetadataFactory.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/GenericMetadata.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/GetterMetadata.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/AbstractLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/AnnotationLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/AttributeLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/FileLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/FilesLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/LoaderChain.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/StaticMethodLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/XmlFileLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/XmlFilesLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/YamlFileLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/YamlFilesLoader.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/Loader/schema/dic/constraint-mapping/constraint-mapping-1.0.xsd +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/MemberMetadata.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/MetadataInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/PropertyMetadata.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/PropertyMetadataInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Mapping/TraversalStrategy.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ObjectInitializerInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/README.md +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.af.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ar.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.az.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.be.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.bg.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.bs.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ca.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.cs.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.cy.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.da.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.de.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.el.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.en.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.es.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.et.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.eu.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.fa.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.fi.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.fr.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.gl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.he.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.hr.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.hu.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.hy.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.id.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.it.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ja.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.lb.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.lt.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.lv.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.mk.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.mn.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.my.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.nb.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.nl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.nn.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.no.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.pl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.pt.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ro.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ru.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sk.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sq.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.sv.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.th.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.tl.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.tr.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.uk.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.ur.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.uz.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.vi.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Test/ConstraintValidatorTestCase.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Util/PropertyPath.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validation.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/ContextualValidatorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/LazyProperty.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/RecursiveContextualValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/RecursiveValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/TraceableValidator.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Validator/ValidatorInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/ValidatorBuilder.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Violation/ConstraintViolationBuilder.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Violation/ConstraintViolationBuilderInterface.php +%%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/composer.json %%WWWDIR%%/go/modules/business/vies/Module.php %%WWWDIR%%/go/modules/business/vies/controller/VIES.php %%WWWDIR%%/go/modules/business/vies/icon.png @@ -3593,6 +6608,7 @@ %%WWWDIR%%/go/modules/community/calendar/Module.php %%WWWDIR%%/go/modules/community/calendar/controller/Calendar.php %%WWWDIR%%/go/modules/community/calendar/controller/CalendarEvent.php +%%WWWDIR%%/go/modules/community/calendar/controller/CalendarView.php %%WWWDIR%%/go/modules/community/calendar/controller/Category.php %%WWWDIR%%/go/modules/community/calendar/controller/Holiday.php %%WWWDIR%%/go/modules/community/calendar/controller/ParticipantIdentity.php @@ -3809,11 +6825,13 @@ %%WWWDIR%%/go/modules/community/calendar/language/de.php %%WWWDIR%%/go/modules/community/calendar/language/en.php %%WWWDIR%%/go/modules/community/calendar/language/nl.php +%%WWWDIR%%/go/modules/community/calendar/language/pl.php %%WWWDIR%%/go/modules/community/calendar/model/Alert.php %%WWWDIR%%/go/modules/community/calendar/model/BusyPeriod.php %%WWWDIR%%/go/modules/community/calendar/model/CalDAVBackend.php %%WWWDIR%%/go/modules/community/calendar/model/Calendar.php %%WWWDIR%%/go/modules/community/calendar/model/CalendarEvent.php +%%WWWDIR%%/go/modules/community/calendar/model/CalendarView.php %%WWWDIR%%/go/modules/community/calendar/model/Category.php %%WWWDIR%%/go/modules/community/calendar/model/DefaultAlert.php %%WWWDIR%%/go/modules/community/calendar/model/DefaultAlertWT.php @@ -3826,9 +6844,10 @@ %%WWWDIR%%/go/modules/community/calendar/model/RecurrenceRule.php %%WWWDIR%%/go/modules/community/calendar/model/ResourceGroup.php %%WWWDIR%%/go/modules/community/calendar/model/Scheduler.php -%%WWWDIR%%/go/modules/community/calendar/model/Settings.php +%%WWWDIR%%/go/modules/community/calendar/model/VTimezone.php %%WWWDIR%%/go/modules/community/calendar/reports/Calendar.php %%WWWDIR%%/go/modules/community/calendar/reports/Day.php +%%WWWDIR%%/go/modules/community/calendar/reports/ListView.php %%WWWDIR%%/go/modules/community/calendar/reports/Month.php %%WWWDIR%%/go/modules/community/calendar/reports/Week.php %%WWWDIR%%/go/modules/community/calendar/reports/assets/arrow_down.png @@ -3844,6 +6863,7 @@ %%WWWDIR%%/go/modules/community/calendar/tests/CalendarTest.php %%WWWDIR%%/go/modules/community/calendar/tests/Holiday.http %%WWWDIR%%/go/modules/community/calendar/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/community/calendar/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/community/calendar/views/goui/dist/style.css %%WWWDIR%%/go/modules/community/calendar/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/community/calendar/views/goui/package-lock.json @@ -3861,15 +6881,17 @@ %%WWWDIR%%/go/modules/community/calendar/views/goui/script/EventWindow.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/Index.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/ListView.ts +%%WWWDIR%%/go/modules/community/calendar/views/goui/script/LocationField.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/Main.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/MonthView.ts +%%WWWDIR%%/go/modules/community/calendar/views/goui/script/OnlineMeetingService.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/ParticipantField.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/PreferencesPanel.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/ResourcesWindow.ts -%%WWWDIR%%/go/modules/community/calendar/views/goui/script/Settings.ts -%%WWWDIR%%/go/modules/community/calendar/views/goui/script/SpltView.ts +%%WWWDIR%%/go/modules/community/calendar/views/goui/script/SplitView.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/SubscribeWebCalWindow.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/SubscribeWindow.ts +%%WWWDIR%%/go/modules/community/calendar/views/goui/script/ViewWindow.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/WeekView.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/script/YearView.ts %%WWWDIR%%/go/modules/community/calendar/views/goui/style/style.scss @@ -3927,10 +6949,14 @@ %%WWWDIR%%/go/modules/community/davclient/install/install.sql %%WWWDIR%%/go/modules/community/davclient/install/updates.php %%WWWDIR%%/go/modules/community/davclient/language/de.php +%%WWWDIR%%/go/modules/community/davclient/language/en.php +%%WWWDIR%%/go/modules/community/davclient/language/nl.php +%%WWWDIR%%/go/modules/community/davclient/language/pl.php %%WWWDIR%%/go/modules/community/davclient/model/Calendar.php %%WWWDIR%%/go/modules/community/davclient/model/DavAccount.php %%WWWDIR%%/go/modules/community/davclient/model/HttpClient.php %%WWWDIR%%/go/modules/community/davclient/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/community/davclient/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/community/davclient/views/goui/package-lock.json %%WWWDIR%%/go/modules/community/davclient/views/goui/package.json @@ -4172,6 +7198,186 @@ %%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/scripts.txt %%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/images/icon.png %%WWWDIR%%/go/modules/community/imapauthenticator/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/jitsimeet/Module.php +%%WWWDIR%%/go/modules/community/jitsimeet/controller/Auth.php +%%WWWDIR%%/go/modules/community/jitsimeet/icon.png +%%WWWDIR%%/go/modules/community/jitsimeet/language/en.php +%%WWWDIR%%/go/modules/community/jitsimeet/model/Settings.php +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/Index.js.map +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/AlertField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/AvailabilityWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarAdapter.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarItem.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarList.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/CategoryWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/EventDetail.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/EventWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/ListView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/LocationField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/Main.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/MonthView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/OnlineMeetingService.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/ParticipantField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/PreferencesPanel.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/ResourcesWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/SplitView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWebCalWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/ViewWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/WeekView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/calendar/views/goui/script/YearView.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/jitsimeet/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/go/modules/community/jitsimeet/views/goui/script/Settings.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/Notifier.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/Router.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/State.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/Translate.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/AbstractMenu.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Avatar.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Button.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/CardContainer.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/CardMenu.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/CollapseButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Component.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/DescriptionList.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/DraggableComponent.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/List.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/MaterialIcon.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Observable.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/OverlayToolbarButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Paginator.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Root.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/SearchButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Sortable.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Splitter.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/ToolTip.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Toolbar.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/Window.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ArrayField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/AutocompleteChips.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/AutocompleteField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/CheckboxField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/CheckboxGroup.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ChipsField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ColorField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ComboBox.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ContainerField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DataSourceForm.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DateField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DateRangeField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DateTimeField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DisplayField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/DurationField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/Field.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/Fieldset.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/Form.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/HiddenField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/HtmlField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/InputField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/ListField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/MapField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/NumberField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/RadioField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/RangeField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/SelectField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/TextField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/TextareaField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/TimeField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/form/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/menu/ColorMenu.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/menu/Menu.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/menu/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/ColorPicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/DatePicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/ListPicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/MonthPicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/WeekPicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/picker/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/table/MultiSelectToolbar.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/table/RowSelect.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/table/Table.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/table/TableColumns.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/table/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/tree/Tree.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/tree/TreeColumn.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/tree/TreeRecord.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/tree/TreeStore.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/component/tree/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/data/AbstractDataSource.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/data/DataSourceStore.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/data/RestDataSource.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/data/Store.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/data/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/ArrayUtil.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/Browser.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/BrowserStorage.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/Collection.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/Cookies.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/DateInterval.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/DateTime.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/Element.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/Format.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/FunctionUtil.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/ObjectUtil.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/QuoteStripper.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/String.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/goui/script/util/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/Entities.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/LangLoader.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/Modules.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/Router.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/Validators.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/auth/AuthManager.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/auth/Login.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/auth/RegisterForm.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/auth/User.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/auth/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/chart/DoughnutCenterLabelPlugin.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/chart/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/AddButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/DetailPanel.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/EntityTypeTable.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/FilesButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/FilterPanel.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/FormWindow.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/GroupCombo.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowseButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowserButton.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/PrincipalCombo.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/form/RecurrenceField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/form/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/customfields/CustomFields.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/customfields/DetailFieldset.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/customfields/FormFieldset.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/customfields/TreeSelectField.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/customfields/Types.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/jmap/Client.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/jmap/Image.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/jmap/JmapDataSource.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/jmap/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/model/Link.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/permissions/SharePanel.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/permissions/index.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/dist/views/goui/groupoffice-core/script/util/Recurrence.d.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/node_modules/.package-lock.json +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/package-lock.json +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/package.json +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/script/Index.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/script/Settings.ts +%%WWWDIR%%/go/modules/community/jitsimeet/views/goui/tsconfig.json %%WWWDIR%%/go/modules/community/ldapauthenticator/Module.php %%WWWDIR%%/go/modules/community/ldapauthenticator/README.md %%WWWDIR%%/go/modules/community/ldapauthenticator/cli/controller/Sync.php @@ -4368,6 +7574,7 @@ %%WWWDIR%%/go/modules/community/maildomains/vendor/mlocati/spf-lib/src/Term/Modifier/UnknownModifier.php %%WWWDIR%%/go/modules/community/maildomains/vendor/mlocati/spf-lib/src/Term/TermWithDomainSpec.php %%WWWDIR%%/go/modules/community/maildomains/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/community/maildomains/views/goui/dist/Index.js.map %%WWWDIR%%/go/modules/community/maildomains/views/goui/dist/style.css %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/.package-lock.json %%WWWDIR%%/go/modules/community/maildomains/views/goui/package-lock.json @@ -4544,6 +7751,585 @@ %%WWWDIR%%/go/modules/community/oauth2client/views/extjs3/themes/default/images/openid.png %%WWWDIR%%/go/modules/community/oauth2client/views/extjs3/themes/default/src/style.scss %%WWWDIR%%/go/modules/community/oauth2client/views/extjs3/themes/default/style.css +%%WWWDIR%%/go/modules/community/oidc/Module.php +%%WWWDIR%%/go/modules/community/oidc/composer.json +%%WWWDIR%%/go/modules/community/oidc/composer.lock +%%WWWDIR%%/go/modules/community/oidc/controller/Client.php +%%WWWDIR%%/go/modules/community/oidc/icon.png +%%WWWDIR%%/go/modules/community/oidc/install/install.sql +%%WWWDIR%%/go/modules/community/oidc/install/uninstall.sql +%%WWWDIR%%/go/modules/community/oidc/model/Authenticator.php +%%WWWDIR%%/go/modules/community/oidc/model/Client.php +%%WWWDIR%%/go/modules/community/oidc/vendor/autoload.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/ClassLoader.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/InstalledVersions.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/LICENSE +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_classmap.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_files.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_psr4.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_real.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/autoload_static.php +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/installed.json +%%WWWDIR%%/go/modules/community/oidc/vendor/composer/installed.php +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/.github/PULL_REQUEST_TEMPLATE.md +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/.github/dependabot.yml +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/.github/workflows/build.yml +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/CHANGELOG.md +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/LICENSE +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/README.md +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/client_example.php +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/composer.json +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/phpunit.xml.dist +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/src/OpenIDConnectClient.php +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/tests/OpenIDConnectClientTest.php +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/tests/TokenVerificationTest.php +%%WWWDIR%%/go/modules/community/oidc/vendor/jumbojett/openid-connect-php/tests/data/jwks-ps256.json +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/LICENSE.txt +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/README.md +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/composer.json +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base32.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base32Hex.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base64.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base64DotSlash.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base64DotSlashOrdered.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Base64UrlSafe.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Binary.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/EncoderInterface.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Encoding.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/Hex.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/constant_time_encoding/src/RFC4648.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/LICENSE +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/build-phar.sh +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/composer.json +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/dist/random_compat.phar.pubkey.asc +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/lib/random.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/other/build_phar.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/psalm-autoload.php +%%WWWDIR%%/go/modules/community/oidc/vendor/paragonie/random_compat/psalm.xml +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/AUTHORS +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/BACKERS.md +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/LICENSE +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/README.md +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/composer.json +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/Strings.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/ChaCha20.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/AsymmetricKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/BlockCipher.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/JWK.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/OpenSSH.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PKCS8.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/PuTTY.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature/Raw.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/StreamCipher.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/SymmetricKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/Fingerprint.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits/PasswordProtected.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/PKCS8.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Parameters.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/OpenSSH.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PKCS8.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/PuTTY.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/Raw.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/XML.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/ASN1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/Raw.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature/SSH2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Parameters.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Base.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Binary.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/KoblitzPrime.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Montgomery.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/Prime.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/TwistedEdwards.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve25519.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Curve448.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed25519.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/Ed448.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP160t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP192t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP224t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP256t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP320t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP384t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/brainpoolP512t1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb233.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistb409.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk163.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk233.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk283.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistk409.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp192.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp224.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp256.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp384.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistp521.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/nistt571.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp128r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp160r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp192r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp224r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp256r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp384r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp521r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect113r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect131r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect163r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect193r2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect233r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect239k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect283r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect409r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571k1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/sect571r1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/Common.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/JWK.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPrivate.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/MontgomeryPublic.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/OpenSSH.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PKCS8.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/PuTTY.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/XML.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/libsodium.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/ASN1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/IEEE.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/Raw.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature/SSH2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Parameters.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/PublicKeyLoader.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/JWK.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/MSBLOB.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/OpenSSH.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PKCS8.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PSS.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/PuTTY.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/Raw.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/XML.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Salsa20.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/BadConfigurationException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/BadDecryptionException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/BadModeException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/ConnectionClosedException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/FileNotFoundException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/InconsistentSetupException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/InsufficientSetupException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/InvalidPacketLengthException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/NoKeyLoadedException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/NoSupportedAlgorithmsException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/TimeoutException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/UnableToConnectException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedAlgorithmException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedCurveException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedFormatException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Exception/UnsupportedOperationException.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Element.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AccessDescription.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AdministrationDomainName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AlgorithmIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AnotherName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attribute.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeType.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeTypeAndValue.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AttributeValue.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Attributes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityInfoAccessSyntax.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/AuthorityKeyIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BaseDistance.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BasicConstraints.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttribute.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInDomainDefinedAttributes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/BuiltInStandardAttributes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CPSuri.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLDistributionPoints.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLNumber.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CRLReason.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertPolicyId.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Certificate.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateIssuer.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateList.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificatePolicies.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificateSerialNumber.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequest.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CertificationRequestInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Characteristic_two.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/CountryName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Curve.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DHParameter.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAParams.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DSAPublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DigestInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DirectoryString.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DisplayText.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPoint.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DistributionPointName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/DssSigValue.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECParameters.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPoint.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ECPrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EDIPartyName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EcdsaSigValue.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedData.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/EncryptedPrivateKeyInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtKeyUsageSyntax.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extension.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttribute.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ExtensionAttributes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Extensions.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldElement.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/FieldID.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralNames.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtree.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/GeneralSubtrees.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HashAlgorithm.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/HoldInstructionCode.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/InvalidityDate.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuerAltName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/IssuingDistributionPoint.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyPurposeId.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/KeyUsage.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/MaskGenAlgorithm.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Name.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NameConstraints.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NetworkAddress.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NoticeReference.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/NumericUserIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ORAddress.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OneAsymmetricKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OrganizationalUnitNames.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/OtherPrimeInfos.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBEParameter.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBES2params.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBKDF2params.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PBMAC1params.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PKCS9String.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Pentanomial.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PersonalName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyInformation.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyMappings.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierId.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PolicyQualifierInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PostalAddress.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Prime_p.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateDomainName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PrivateKeyUsagePeriod.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyAndChallenge.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/PublicKeyInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RC2CBCParameter.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RDNSequence.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPrivateKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSAPublicKey.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RSASSA_PSS_params.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ReasonFlags.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RelativeDistinguishedName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/RevokedCertificate.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SignedPublicKeyAndChallenge.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SpecifiedECDomain.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectAltName.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectDirectoryAttributes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectInfoAccessSyntax.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/SubjectPublicKeyInfo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertList.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TBSCertificate.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/TerminalIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Time.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Trinomial.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UniqueIdentifier.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/UserNotice.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/Validity.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_ca_policy_url.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_cert_type.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/netscape_comment.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/File/X509.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Base.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/BuiltIn.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/DefaultEngine.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/OpenSSL.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/Barrett.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/EvalBarrett.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/Engine.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP/DefaultEngine.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/OpenSSL.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Base.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/DefaultEngine.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Montgomery.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/OpenSSL.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Barrett.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Classic.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/EvalBarrett.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/Montgomery.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/MontgomeryMult.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/PowerOfTwo.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP32.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP64.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/Integer.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField/Integer.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/Integer.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/Identity.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits/ReadBytes.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php +%%WWWDIR%%/go/modules/community/oidc/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/Index.js +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/Index.js.map +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/AlertField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/AvailabilityWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarAdapter.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarItem.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarList.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CalendarWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/CategoryWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/EventDetail.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/EventWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/ListView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/LocationField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/Main.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/MonthView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/OnlineMeetingService.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/ParticipantField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/PreferencesPanel.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/ResourcesWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/SplitView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWebCalWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/SubscribeWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/ViewWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/WeekView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/calendar/views/goui/script/YearView.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/oidc/views/goui/script/Index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/oidc/views/goui/script/OIDConnectClientDialog.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/go/modules/community/oidc/views/goui/script/Settings.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/style.css +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/Notifier.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/Router.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/State.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/Translate.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/AbstractMenu.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Avatar.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Button.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/CardContainer.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/CardMenu.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/CollapseButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Component.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/DescriptionList.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/DraggableComponent.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/List.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/MaterialIcon.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Observable.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/OverlayToolbarButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Paginator.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Root.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/SearchButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Sortable.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Splitter.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/ToolTip.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Toolbar.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/Window.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ArrayField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/AutocompleteChips.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/AutocompleteField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/CheckboxField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/CheckboxGroup.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ChipsField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ColorField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ComboBox.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ContainerField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DataSourceForm.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DateField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DateRangeField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DateTimeField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DisplayField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/DurationField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/Field.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/Fieldset.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/Form.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/HiddenField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/HtmlField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/InputField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/ListField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/MapField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/NumberField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/RadioField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/RangeField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/SelectField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/TextField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/TextareaField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/TimeField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/form/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/menu/ColorMenu.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/menu/Menu.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/menu/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/ColorPicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/DatePicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/ListPicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/MonthPicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/WeekPicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/picker/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/table/MultiSelectToolbar.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/table/RowSelect.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/table/Table.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/table/TableColumns.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/table/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/tree/Tree.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/tree/TreeColumn.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/tree/TreeRecord.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/tree/TreeStore.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/component/tree/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/data/AbstractDataSource.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/data/DataSourceStore.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/data/RestDataSource.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/data/Store.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/data/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/ArrayUtil.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/Browser.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/BrowserStorage.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/Collection.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/Cookies.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/DateInterval.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/DateTime.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/Element.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/Format.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/FunctionUtil.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/ObjectUtil.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/QuoteStripper.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/String.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/goui/script/util/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/Entities.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/LangLoader.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/Modules.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/Router.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/Validators.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/auth/AuthManager.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/auth/Login.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/auth/RegisterForm.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/auth/User.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/auth/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/chart/DoughnutCenterLabelPlugin.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/chart/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/AddButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/CreateLinkField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/DetailPanel.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/EntityTypeTable.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/FilesButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/FilterPanel.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/FormWindow.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/GroupCombo.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowseButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/LinkBrowserButton.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/PrincipalCombo.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/form/HtmlFieldMentionPlugin.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/form/RecurrenceField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/form/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/customfields/CustomFields.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/customfields/DetailFieldset.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/customfields/FormFieldset.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/customfields/TreeSelectField.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/customfields/Types.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/jmap/Client.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/jmap/Image.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/jmap/JmapDataSource.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/jmap/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/model/Link.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/permissions/SharePanel.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/permissions/index.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/dist/views/goui/groupoffice-core/script/util/Recurrence.d.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/node_modules/.package-lock.json +%%WWWDIR%%/go/modules/community/oidc/views/goui/package-lock.json +%%WWWDIR%%/go/modules/community/oidc/views/goui/package.json +%%WWWDIR%%/go/modules/community/oidc/views/goui/resources/openid.png +%%WWWDIR%%/go/modules/community/oidc/views/goui/script/Index.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/script/OIDConnectClientDialog.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/script/Settings.ts +%%WWWDIR%%/go/modules/community/oidc/views/goui/style/style.scss +%%WWWDIR%%/go/modules/community/oidc/views/goui/tsconfig.json %%WWWDIR%%/go/modules/community/otp/Module.php %%WWWDIR%%/go/modules/community/otp/OtpAuthenticator.php %%WWWDIR%%/go/modules/community/otp/icon.png @@ -4584,6 +8370,7 @@ %%WWWDIR%%/go/modules/community/pwned/language/en.php %%WWWDIR%%/go/modules/community/pwned/language/es.php %%WWWDIR%%/go/modules/community/pwned/language/nl.php +%%WWWDIR%%/go/modules/community/pwned/language/pl.php %%WWWDIR%%/go/modules/community/pwned/model/Pwned.php %%WWWDIR%%/go/modules/community/pwned/model/Settings.php %%WWWDIR%%/go/modules/community/pwned/views/extjs3/SystemSettings.js @@ -4972,6 +8759,7 @@ %%WWWDIR%%/modules/billing/model/TaxRate.php %%WWWDIR%%/modules/billing/model/Template.php %%WWWDIR%%/modules/billing/model/TrackingCode.php +%%WWWDIR%%/modules/billing/model/ZUGFeRDInvoice.php %%WWWDIR%%/modules/billing/mt940/Reader.php %%WWWDIR%%/modules/billing/scripts.inc.php %%WWWDIR%%/modules/billing/scripts.txt @@ -5349,9 +9137,9 @@ %%WWWDIR%%/modules/files/FilePropertiesDialog.js %%WWWDIR%%/modules/files/FilesDetailPanel.js %%WWWDIR%%/modules/files/FilesGrid.js +%%WWWDIR%%/modules/files/FilesModule.php %%WWWDIR%%/modules/files/FolderPanel.js %%WWWDIR%%/modules/files/FolderPropertiesDialog.js -%%WWWDIR%%/modules/gota/index.html %%WWWDIR%%/modules/files/FolderbrowserTabPanel.js %%WWWDIR%%/modules/files/ImageViewer.js %%WWWDIR%%/modules/files/NewFolderDialog.js @@ -5532,8 +9320,8 @@ %%WWWDIR%%/modules/gota/controller/FileController.php %%WWWDIR%%/modules/gota/filehandler/Gota.php %%WWWDIR%%/modules/gota/gota.jar +%%WWWDIR%%/modules/gota/index.html %%WWWDIR%%/modules/gota/javalang.txt -%%WWWDIR%%/modules/projects2/language/sv.php %%WWWDIR%%/modules/gota/language/cs.php %%WWWDIR%%/modules/gota/language/de.php %%WWWDIR%%/modules/gota/language/en.php @@ -5882,10 +9670,10 @@ %%WWWDIR%%/modules/projects2/language/ro.php %%WWWDIR%%/modules/projects2/language/ru.php %%WWWDIR%%/modules/projects2/language/sl.php +%%WWWDIR%%/modules/projects2/language/sv.php %%WWWDIR%%/modules/projects2/language/th.php -%%WWWDIR%%/modules/projects2/model/Expense.php %%WWWDIR%%/modules/projects2/model/DefaultResource.php -%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fi.js +%%WWWDIR%%/modules/projects2/model/Expense.php %%WWWDIR%%/modules/projects2/model/ExpenseBudget.php %%WWWDIR%%/modules/projects2/model/GroupedExpenseBudget.php %%WWWDIR%%/modules/projects2/model/Income.php @@ -6209,9 +9997,9 @@ %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/es.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/et.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fa.js -%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr.js +%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fi.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr-ca.js -%%WWWDIR%%/modules/workflow/themes/Extjs/images/workflow.png +%%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/fr.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hr.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/hu.js %%WWWDIR%%/modules/site/widget/plupload/assets/js/i18n/it.js @@ -6623,7 +10411,7 @@ %%WWWDIR%%/modules/workflow/model/Trigger.php %%WWWDIR%%/modules/workflow/themes/Default/images/workflow.png %%WWWDIR%%/modules/workflow/themes/Default/style.css -%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Text.php +%%WWWDIR%%/modules/workflow/themes/Extjs/images/workflow.png %%WWWDIR%%/modules/workflow/themes/Extjs/style.css %%WWWDIR%%/modules/workflow/views/Extjs3/FolderPanel.js %%WWWDIR%%/modules/workflow/views/Extjs3/MainPanel.js @@ -6708,6 +10496,11 @@ %%WWWDIR%%/vendor/autoload.php %%WWWDIR%%/vendor/bin/generate-defuse-key %%WWWDIR%%/vendor/bin/generate_vcards +%%WWWDIR%%/vendor/bin/heicToJpg +%%WWWDIR%%/vendor/bin/heicToJpgWin +%%WWWDIR%%/vendor/bin/heif-converter-linux +%%WWWDIR%%/vendor/bin/heif-converter-macos +%%WWWDIR%%/vendor/bin/heif-converter-windows %%WWWDIR%%/vendor/bin/minifycss %%WWWDIR%%/vendor/bin/minifyjs %%WWWDIR%%/vendor/bin/naturalselection @@ -6908,7 +10701,7 @@ %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Payment.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Person.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/PhoneNumber.php -%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php +%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Text.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/UserAgent.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/Uuid.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/ar_EG/Address.php @@ -7102,7 +10895,7 @@ %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Address.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Company.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Payment.php -%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md +%%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/Person.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hr_HR/PhoneNumber.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Address.php %%WWWDIR%%/vendor/fakerphp/faker/src/Faker/Provider/hu_HU/Company.php @@ -7349,11 +11142,12 @@ %%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/guzzlehttp/promises/src/Utils.php +%%WWWDIR%%/vendor/guzzlehttp/guzzle/CHANGELOG.md %%WWWDIR%%/vendor/guzzlehttp/guzzle/LICENSE %%WWWDIR%%/vendor/guzzlehttp/guzzle/README.md %%WWWDIR%%/vendor/guzzlehttp/guzzle/UPGRADING.md %%WWWDIR%%/vendor/guzzlehttp/guzzle/composer.json +%%WWWDIR%%/vendor/guzzlehttp/guzzle/package-lock.json %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizer.php %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/BodySummarizerInterface.php %%WWWDIR%%/vendor/guzzlehttp/guzzle/src/Client.php @@ -7414,7 +11208,7 @@ %%WWWDIR%%/vendor/guzzlehttp/promises/src/RejectionException.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueue.php %%WWWDIR%%/vendor/guzzlehttp/promises/src/TaskQueueInterface.php -%%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php +%%WWWDIR%%/vendor/guzzlehttp/promises/src/Utils.php %%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md %%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE %%WWWDIR%%/vendor/guzzlehttp/psr7/README.md @@ -7605,33 +11399,31 @@ %%WWWDIR%%/vendor/lcobucci/jwt/src/Validator.php %%WWWDIR%%/vendor/league/event/LICENSE %%WWWDIR%%/vendor/league/event/composer.json -%%WWWDIR%%/vendor/league/event/src/AbstractEvent.php -%%WWWDIR%%/vendor/league/event/src/AbstractListener.php -%%WWWDIR%%/vendor/league/event/src/BufferedEmitter.php -%%WWWDIR%%/vendor/league/event/src/CallbackListener.php -%%WWWDIR%%/vendor/league/event/src/Emitter.php -%%WWWDIR%%/vendor/league/event/src/EmitterAwareInterface.php -%%WWWDIR%%/vendor/league/event/src/EmitterAwareTrait.php -%%WWWDIR%%/vendor/league/event/src/EmitterInterface.php -%%WWWDIR%%/vendor/league/event/src/EmitterTrait.php -%%WWWDIR%%/vendor/league/event/src/Event.php -%%WWWDIR%%/vendor/league/event/src/EventInterface.php -%%WWWDIR%%/vendor/league/event/src/Generator.php -%%WWWDIR%%/vendor/league/event/src/GeneratorInterface.php -%%WWWDIR%%/vendor/league/event/src/GeneratorTrait.php -%%WWWDIR%%/vendor/league/event/src/ListenerAcceptor.php -%%WWWDIR%%/vendor/league/event/src/ListenerAcceptorInterface.php -%%WWWDIR%%/vendor/league/event/src/ListenerInterface.php -%%WWWDIR%%/vendor/league/event/src/ListenerProviderInterface.php +%%WWWDIR%%/vendor/league/event/src/BufferedEventDispatcher.php +%%WWWDIR%%/vendor/league/event/src/EventDispatcher.php +%%WWWDIR%%/vendor/league/event/src/EventDispatcherAware.php +%%WWWDIR%%/vendor/league/event/src/EventDispatcherAwareBehavior.php +%%WWWDIR%%/vendor/league/event/src/EventDispatchingListenerRegistry.php +%%WWWDIR%%/vendor/league/event/src/EventGenerator.php +%%WWWDIR%%/vendor/league/event/src/EventGeneratorBehavior.php +%%WWWDIR%%/vendor/league/event/src/HasEventName.php +%%WWWDIR%%/vendor/league/event/src/Listener.php +%%WWWDIR%%/vendor/league/event/src/ListenerPriority.php +%%WWWDIR%%/vendor/league/event/src/ListenerRegistry.php +%%WWWDIR%%/vendor/league/event/src/ListenerSubscriber.php %%WWWDIR%%/vendor/league/event/src/OneTimeListener.php +%%WWWDIR%%/vendor/league/event/src/PrioritizedListenerRegistry.php +%%WWWDIR%%/vendor/league/event/src/PrioritizedListenersForEvent.php +%%WWWDIR%%/vendor/league/event/src/UnableToSubscribeListener.php %%WWWDIR%%/vendor/league/oauth2-client/LICENSE %%WWWDIR%%/vendor/league/oauth2-client/README.md %%WWWDIR%%/vendor/league/oauth2-client/composer.json +%%WWWDIR%%/vendor/league/oauth2-client/phpunit.xml.dist %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/AbstractGrant.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/AuthorizationCode.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/ClientCredentials.php +%%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/GrantFactory.php -%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/Password.php %%WWWDIR%%/vendor/league/oauth2-client/src/Grant/RefreshToken.php %%WWWDIR%%/vendor/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php @@ -7645,6 +11437,7 @@ %%WWWDIR%%/vendor/league/oauth2-client/src/Token/AccessToken.php %%WWWDIR%%/vendor/league/oauth2-client/src/Token/AccessTokenInterface.php %%WWWDIR%%/vendor/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php +%%WWWDIR%%/vendor/league/oauth2-client/src/Token/SettableRefreshTokenInterface.php %%WWWDIR%%/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php %%WWWDIR%%/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php %%WWWDIR%%/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php @@ -7663,6 +11456,8 @@ %%WWWDIR%%/vendor/league/oauth2-google/src/Provider/GoogleUser.php %%WWWDIR%%/vendor/league/oauth2-server/LICENSE %%WWWDIR%%/vendor/league/oauth2-server/composer.json +%%WWWDIR%%/vendor/league/oauth2-server/phpcs.xml.dist +%%WWWDIR%%/vendor/league/oauth2-server/phpstan.neon.dist %%WWWDIR%%/vendor/league/oauth2-server/src/AuthorizationServer.php %%WWWDIR%%/vendor/league/oauth2-server/src/AuthorizationValidators/AuthorizationValidatorInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/AuthorizationValidators/BearerTokenValidator.php @@ -7670,27 +11465,35 @@ %%WWWDIR%%/vendor/league/oauth2-server/src/CodeChallengeVerifiers/PlainVerifier.php %%WWWDIR%%/vendor/league/oauth2-server/src/CodeChallengeVerifiers/S256Verifier.php %%WWWDIR%%/vendor/league/oauth2-server/src/CryptKey.php +%%WWWDIR%%/vendor/league/oauth2-server/src/CryptKeyInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/CryptTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/AccessTokenEntityInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/AuthCodeEntityInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/ClientEntityInterface.php +%%WWWDIR%%/vendor/league/oauth2-server/src/Entities/DeviceCodeEntityInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/RefreshTokenEntityInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/ScopeEntityInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/TokenInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/AccessTokenTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/AuthCodeTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/ClientTrait.php +%%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/DeviceCodeTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/EntityTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/RefreshTokenTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/ScopeTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/Traits/TokenEntityTrait.php %%WWWDIR%%/vendor/league/oauth2-server/src/Entities/UserEntityInterface.php +%%WWWDIR%%/vendor/league/oauth2-server/src/EventEmitting/AbstractEvent.php +%%WWWDIR%%/vendor/league/oauth2-server/src/EventEmitting/EmitterAwareInterface.php +%%WWWDIR%%/vendor/league/oauth2-server/src/EventEmitting/EmitterAwarePolyfill.php +%%WWWDIR%%/vendor/league/oauth2-server/src/EventEmitting/EventEmitter.php %%WWWDIR%%/vendor/league/oauth2-server/src/Exception/OAuthServerException.php %%WWWDIR%%/vendor/league/oauth2-server/src/Exception/UniqueTokenIdentifierConstraintViolationException.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/AbstractAuthorizeGrant.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/AbstractGrant.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/AuthCodeGrant.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/ClientCredentialsGrant.php +%%WWWDIR%%/vendor/league/oauth2-server/src/Grant/DeviceCodeGrant.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/GrantTypeInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/ImplicitGrant.php %%WWWDIR%%/vendor/league/oauth2-server/src/Grant/PasswordGrant.php @@ -7702,6 +11505,7 @@ %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/AccessTokenRepositoryInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/AuthCodeRepositoryInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/ClientRepositoryInterface.php +%%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/DeviceCodeRepositoryInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/RefreshTokenRepositoryInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/RepositoryInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/Repositories/ScopeRepositoryInterface.php @@ -7710,14 +11514,18 @@ %%WWWDIR%%/vendor/league/oauth2-server/src/RequestEvent.php %%WWWDIR%%/vendor/league/oauth2-server/src/RequestRefreshTokenEvent.php %%WWWDIR%%/vendor/league/oauth2-server/src/RequestTypes/AuthorizationRequest.php +%%WWWDIR%%/vendor/league/oauth2-server/src/RequestTypes/AuthorizationRequestInterface.php %%WWWDIR%%/vendor/league/oauth2-server/src/ResourceServer.php %%WWWDIR%%/vendor/league/oauth2-server/src/ResponseTypes/AbstractResponseType.php %%WWWDIR%%/vendor/league/oauth2-server/src/ResponseTypes/BearerTokenResponse.php +%%WWWDIR%%/vendor/league/oauth2-server/src/ResponseTypes/DeviceCodeResponse.php %%WWWDIR%%/vendor/league/oauth2-server/src/ResponseTypes/RedirectResponse.php %%WWWDIR%%/vendor/league/oauth2-server/src/ResponseTypes/ResponseTypeInterface.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/AuthorityInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/Conditionable.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/DataPathInterface.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/DomainHostInterface.php +%%WWWDIR%%/vendor/league/uri-interfaces/Contracts/FragmentDirective.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/FragmentInterface.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/HostInterface.php %%WWWDIR%%/vendor/league/uri-interfaces/Contracts/IpHostInterface.php @@ -7749,15 +11557,19 @@ %%WWWDIR%%/vendor/league/uri-interfaces/KeyValuePair/Converter.php %%WWWDIR%%/vendor/league/uri-interfaces/LICENSE %%WWWDIR%%/vendor/league/uri-interfaces/QueryString.php +%%WWWDIR%%/vendor/league/uri-interfaces/UriComparisonMode.php %%WWWDIR%%/vendor/league/uri-interfaces/UriString.php +%%WWWDIR%%/vendor/league/uri-interfaces/UrnComparisonMode.php %%WWWDIR%%/vendor/league/uri-interfaces/composer.json %%WWWDIR%%/vendor/league/uri/BaseUri.php %%WWWDIR%%/vendor/league/uri/Http.php %%WWWDIR%%/vendor/league/uri/HttpFactory.php %%WWWDIR%%/vendor/league/uri/LICENSE +%%WWWDIR%%/vendor/league/uri/SchemeType.php %%WWWDIR%%/vendor/league/uri/Uri.php %%WWWDIR%%/vendor/league/uri/UriInfo.php %%WWWDIR%%/vendor/league/uri/UriResolver.php +%%WWWDIR%%/vendor/league/uri/UriScheme.php %%WWWDIR%%/vendor/league/uri/UriTemplate.php %%WWWDIR%%/vendor/league/uri/UriTemplate/Expression.php %%WWWDIR%%/vendor/league/uri/UriTemplate/Operator.php @@ -7765,6 +11577,7 @@ %%WWWDIR%%/vendor/league/uri/UriTemplate/TemplateCanNotBeExpanded.php %%WWWDIR%%/vendor/league/uri/UriTemplate/VarSpecifier.php %%WWWDIR%%/vendor/league/uri/UriTemplate/VariableBag.php +%%WWWDIR%%/vendor/league/uri/Urn.php %%WWWDIR%%/vendor/league/uri/composer.json %%WWWDIR%%/vendor/maennchen/zipstream-php/.editorconfig %%WWWDIR%%/vendor/maennchen/zipstream-php/.github/CODE_OF_CONDUCT.md @@ -7854,6 +11667,68 @@ %%WWWDIR%%/vendor/maennchen/zipstream-php/test/ZipStreamTest.php %%WWWDIR%%/vendor/maennchen/zipstream-php/test/Zs/ExtendedInformationExtraFieldTest.php %%WWWDIR%%/vendor/maennchen/zipstream-php/test/bootstrap.php +%%WWWDIR%%/vendor/maestroerror/heif-converter/.github/workflows/build-windows.yml +%%WWWDIR%%/vendor/maestroerror/heif-converter/.github/workflows/build.yml +%%WWWDIR%%/vendor/maestroerror/heif-converter/Dockerfile +%%WWWDIR%%/vendor/maestroerror/heif-converter/LICENSE +%%WWWDIR%%/vendor/maestroerror/heif-converter/README.md +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/bins.zip +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/heif-converter +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/heif-converter-linux +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/heif-converter-macos +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/heif-converter-windows +%%WWWDIR%%/vendor/maestroerror/heif-converter/bin/heif-converter-windows.exe +%%WWWDIR%%/vendor/maestroerror/heif-converter/composer.json +%%WWWDIR%%/vendor/maestroerror/heif-converter/go.mod +%%WWWDIR%%/vendor/maestroerror/heif-converter/go.sum +%%WWWDIR%%/vendor/maestroerror/heif-converter/images/apple.jpg +%%WWWDIR%%/vendor/maestroerror/heif-converter/images/image1.heic +%%WWWDIR%%/vendor/maestroerror/heif-converter/images/jpg-from-heic.jpg +%%WWWDIR%%/vendor/maestroerror/heif-converter/images/samsung-generated.heic +%%WWWDIR%%/vendor/maestroerror/heif-converter/install-libheif-macos.sh +%%WWWDIR%%/vendor/maestroerror/heif-converter/install-libheif-windows.bat +%%WWWDIR%%/vendor/maestroerror/heif-converter/install-libheif.sh +%%WWWDIR%%/vendor/maestroerror/heif-converter/main.go +%%WWWDIR%%/vendor/maestroerror/heif-converter/main_test.go +%%WWWDIR%%/vendor/maestroerror/heif-converter/test.heic +%%WWWDIR%%/vendor/maestroerror/heif-converter/vcpkg.json +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/.github/workflows/Pest-tests.yml +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/LICENSE +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/README.md +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpg.exe +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/heicToJpgWin +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/php-heic-to-jpg-darwin-amd64 +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/php-heic-to-jpg-darwin-arm64 +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/php-heic-to-jpg-linux-arm64 +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/php-heic-to-jpg-macos.zip +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/bin/php-heic-to-jpg-windows.zip +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/composer.json +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/composer.lock +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/go.mod +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/go.sum +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/image1.heic +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/main.go +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/phpunit.xml +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/samsung.heic-mdat +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/src/HeicToJpg.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-binary-issue-36.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-binary.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-is-heic.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-os.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-save-mdat.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/test-save.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Pest.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/TestCase.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/ConvertationTest.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/IsHeicTest.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/SamsungGeneratedTest.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/convertFromUrlTest.php +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/images/;whoami;#.heic +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/images/apple.jpg +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/images/image1.heic +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/images/jpg-from-heic.jpg +%%WWWDIR%%/vendor/maestroerror/php-heic-to-jpg/tests/Unit/images/samsung-generated.heic %%WWWDIR%%/vendor/markbaker/complex/.github/workflows/main.yml %%WWWDIR%%/vendor/markbaker/complex/README.md %%WWWDIR%%/vendor/markbaker/complex/classes/src/Complex.php @@ -7898,12 +11773,12 @@ %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators.txt %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators_after.txt %%WWWDIR%%/vendor/matthiasmullie/minify/data/js/operators_before.txt -%%WWWDIR%%/vendor/matthiasmullie/minify/ruleset.xml %%WWWDIR%%/vendor/matthiasmullie/minify/src/CSS.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exception.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/BasicException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/FileImportException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/IOException.php +%%WWWDIR%%/vendor/matthiasmullie/minify/src/Exceptions/PatternMatchException.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/JS.php %%WWWDIR%%/vendor/matthiasmullie/minify/src/Minify.php %%WWWDIR%%/vendor/matthiasmullie/path-converter/LICENSE @@ -8245,6 +12120,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Functions.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ErrorValue.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/ExcelError.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/Info.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Information/Value.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/ExcelArrayPseudoFunctions.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Internal/MakeMatrix.php @@ -8259,6 +12135,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Formula.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/HLookup.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Helpers.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Hstack.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Hyperlink.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Indirect.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Lookup.php @@ -8269,8 +12146,10 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/RowColumnInformation.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Selection.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Sort.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/TorowTocol.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Unique.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/VLookup.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/LookupRef/Vstack.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Absolute.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Angle.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/MathTrig/Arabic.php @@ -8348,6 +12227,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Replace.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Search.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Text.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Thai.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/TextData/Trim.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Token/Stack.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Web/Service.php @@ -8567,6 +12447,8 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalDataBarExtension.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormatValueObject.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalFormattingRuleExtension.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/ConditionalIconSet.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/IconSetValues.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/StyleMerger.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Style/ConditionalFormatting/Wizard/Blanks.php @@ -8664,6 +12546,7 @@ %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Dompdf.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Mpdf.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/Tcpdf.php +%%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Pdf/TcpdfNoDie.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/BIFFwriter.php %%WWWDIR%%/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xls/CellDataValidation.php @@ -8795,6 +12678,7 @@ %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v2.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime192v3.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v1.php +%%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v2.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime239v3.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/prime256v1.php %%WWWDIR%%/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/secp112r1.php @@ -9062,6 +12946,13 @@ %%WWWDIR%%/vendor/psr/container/src/ContainerExceptionInterface.php %%WWWDIR%%/vendor/psr/container/src/ContainerInterface.php %%WWWDIR%%/vendor/psr/container/src/NotFoundExceptionInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/.editorconfig +%%WWWDIR%%/vendor/psr/event-dispatcher/LICENSE +%%WWWDIR%%/vendor/psr/event-dispatcher/README.md +%%WWWDIR%%/vendor/psr/event-dispatcher/composer.json +%%WWWDIR%%/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/src/ListenerProviderInterface.php +%%WWWDIR%%/vendor/psr/event-dispatcher/src/StoppableEventInterface.php %%WWWDIR%%/vendor/psr/http-client/CHANGELOG.md %%WWWDIR%%/vendor/psr/http-client/LICENSE %%WWWDIR%%/vendor/psr/http-client/README.md @@ -9092,6 +12983,14 @@ %%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php %%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php %%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php +%%WWWDIR%%/vendor/psr/http-server-handler/LICENSE +%%WWWDIR%%/vendor/psr/http-server-handler/README.md +%%WWWDIR%%/vendor/psr/http-server-handler/composer.json +%%WWWDIR%%/vendor/psr/http-server-handler/src/RequestHandlerInterface.php +%%WWWDIR%%/vendor/psr/http-server-middleware/LICENSE +%%WWWDIR%%/vendor/psr/http-server-middleware/README.md +%%WWWDIR%%/vendor/psr/http-server-middleware/composer.json +%%WWWDIR%%/vendor/psr/http-server-middleware/src/MiddlewareInterface.php %%WWWDIR%%/vendor/psr/log/LICENSE %%WWWDIR%%/vendor/psr/log/README.md %%WWWDIR%%/vendor/psr/log/composer.json @@ -9617,20 +13516,6 @@ %%WWWDIR%%/vendor/setasign/fpdi/src/Tfpdf/FpdfTpl.php %%WWWDIR%%/vendor/setasign/fpdi/src/Tfpdf/Fpdi.php %%WWWDIR%%/vendor/setasign/fpdi/src/autoload.php -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/.scrutinizer.yml -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/.travis.yml -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/CHANGELOG.md -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/CONTRIBUTING.md -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/LICENSE -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/README.md -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/composer.json -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/composer.lock -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/examples/index.php -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/phpunit.xml.dist -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Exception/EncryptionConfigurationException.php -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/src/Provider/Keycloak.php -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/src/Provider/KeycloakResourceOwner.php -%%WWWDIR%%/vendor/stevenmaguire/oauth2-keycloak/test/src/Provider/KeycloakTest.php %%WWWDIR%%/vendor/steverhoades/oauth2-openid-connect-server/LICENSE %%WWWDIR%%/vendor/steverhoades/oauth2-openid-connect-server/composer.json %%WWWDIR%%/vendor/steverhoades/oauth2-openid-connect-server/examples/README.md @@ -9884,13 +13769,6 @@ %%WWWDIR%%/vendor/thenetworg/oauth2-azure/tests/Provider/AzureResourceOwnerTest.php %%WWWDIR%%/vendor/thenetworg/oauth2-azure/tests/Provider/AzureTest.php %%WWWDIR%%/vendor/thenetworg/oauth2-azure/tests/Token/AccessTokenTest.php -%%WWWDIR%%/vendor/webmozart/assert/CHANGELOG.md -%%WWWDIR%%/vendor/webmozart/assert/LICENSE -%%WWWDIR%%/vendor/webmozart/assert/README.md -%%WWWDIR%%/vendor/webmozart/assert/composer.json -%%WWWDIR%%/vendor/webmozart/assert/src/Assert.php -%%WWWDIR%%/vendor/webmozart/assert/src/InvalidArgumentException.php -%%WWWDIR%%/vendor/webmozart/assert/src/Mixin.php %%WWWDIR%%/version.php %%WWWDIR%%/views/Extjs3/Default.php %%WWWDIR%%/views/Extjs3/Disabled.php @@ -10523,6 +14401,7 @@ %%WWWDIR%%/views/goui/dist/goui/script/index.d.ts %%WWWDIR%%/views/goui/dist/goui/script/index.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/index.js +%%WWWDIR%%/views/goui/dist/goui/script/index.js.map %%WWWDIR%%/views/goui/dist/goui/script/util/ArrayUtil.d.ts %%WWWDIR%%/views/goui/dist/goui/script/util/ArrayUtil.d.ts.map %%WWWDIR%%/views/goui/dist/goui/script/util/Browser.d.ts @@ -10555,8 +14434,6 @@ %%WWWDIR%%/views/goui/dist/goui/style/goui.css.map %%WWWDIR%%/views/goui/dist/goui/style/lato.css %%WWWDIR%%/views/goui/dist/goui/style/lato.css.map -%%WWWDIR%%/views/goui/dist/groupoffice-core/script/CustomFields.d.ts -%%WWWDIR%%/views/goui/dist/groupoffice-core/script/CustomFields.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Entities.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/Entities.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/LangLoader.d.ts @@ -10597,6 +14474,10 @@ %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/FilterPanel.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/FormWindow.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/FormWindow.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/GroupCombo.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/GroupCombo.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/LinkBrowseButton.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/LinkBrowseButton.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/LinkBrowserButton.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/LinkBrowserButton.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/MainThreeColumnPanel.d.ts @@ -10613,9 +14494,20 @@ %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/index.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/picker/RecurrencePicker.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/components/picker/RecurrencePicker.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/CustomFields.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/CustomFields.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/DetailFieldset.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/DetailFieldset.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/FormFieldset.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/FormFieldset.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/TreeSelectField.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/TreeSelectField.d.ts.map +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/Types.d.ts +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/customfields/Types.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/index.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/index.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/index.js +%%WWWDIR%%/views/goui/dist/groupoffice-core/script/index.js.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/Client.d.ts %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/Client.d.ts.map %%WWWDIR%%/views/goui/dist/groupoffice-core/script/jmap/Image.d.ts @@ -10645,13 +14537,6 @@ %%WWWDIR%%/views/goui/goui/LICENSE %%WWWDIR%%/views/goui/goui/README.md %%WWWDIR%%/views/goui/goui/node_modules/.package-lock.json -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.d.ts -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.d.ts.map -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.js -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.js.map -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DateTimeField.ts -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/component/Observable.ts -%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/component/form/TextField.ts %%WWWDIR%%/views/goui/goui/package-lock.json %%WWWDIR%%/views/goui/goui/package.json %%WWWDIR%%/views/goui/goui/resources/README.md @@ -11026,6 +14911,10 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateRangeField.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateRangeField.js %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateRangeField.js.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.d.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.d.ts.map +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.js +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DateTimeField.js.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DisplayField.d.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DisplayField.d.ts.map %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/dist/component/form/DisplayField.js @@ -11357,6 +15246,7 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DataSourceForm.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DateField.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DateRangeField.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DateTimeField.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DisplayField.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/DurationField.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/script/component/form/Field.ts @@ -11439,6 +15329,8 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/style/lato.scss %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/Router.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/component/Component.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/component/Observable.ts +%%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/component/form/TextField.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/util/BrowserStorage.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/util/Collection.ts %%WWWDIR%%/views/goui/groupoffice-core/node_modules/@intermesh/goui/tests/lib/util/DateInterval.ts @@ -11643,7 +15535,6 @@ %%WWWDIR%%/views/goui/groupoffice-core/node_modules/ical.js/package.json %%WWWDIR%%/views/goui/groupoffice-core/package-lock.json %%WWWDIR%%/views/goui/groupoffice-core/package.json -%%WWWDIR%%/views/goui/groupoffice-core/script/CustomFields.ts %%WWWDIR%%/views/goui/groupoffice-core/script/Entities.ts %%WWWDIR%%/views/goui/groupoffice-core/script/LangLoader.ts %%WWWDIR%%/views/goui/groupoffice-core/script/Modules.ts @@ -11664,6 +15555,8 @@ %%WWWDIR%%/views/goui/groupoffice-core/script/components/FilesButton.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/FilterPanel.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/FormWindow.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/components/GroupCombo.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/components/LinkBrowseButton.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/LinkBrowserButton.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/MainThreeColumnPanel.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/PrincipalCombo.ts @@ -11672,6 +15565,11 @@ %%WWWDIR%%/views/goui/groupoffice-core/script/components/form/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/components/picker/RecurrencePicker.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/customfields/CustomFields.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/customfields/DetailFieldset.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/customfields/FormFieldset.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/customfields/TreeSelectField.ts +%%WWWDIR%%/views/goui/groupoffice-core/script/customfields/Types.ts %%WWWDIR%%/views/goui/groupoffice-core/script/index.ts %%WWWDIR%%/views/goui/groupoffice-core/script/jmap/Client.ts %%WWWDIR%%/views/goui/groupoffice-core/script/jmap/Image.ts @@ -11696,6 +15594,15 @@ @dir %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/business/calendartimetracking/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/business/finance/views/goui/node_modules/.bin +@dir %%WWWDIR%%/go/modules/business/finance/views/goui/node_modules/@esbuild +@dir %%WWWDIR%%/go/modules/business/finance/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/business/msteams/views/goui/node_modules/.bin +@dir %%WWWDIR%%/go/modules/business/msteams/views/goui/node_modules/@esbuild +@dir %%WWWDIR%%/go/modules/business/msteams/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/business/openai/views/goui/node_modules/.bin +@dir %%WWWDIR%%/go/modules/business/openai/views/goui/node_modules/@esbuild +@dir %%WWWDIR%%/go/modules/business/openai/views/goui/node_modules/@parcel @dir %%WWWDIR%%/go/modules/business/projects3/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/business/projects3/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/business/projects3/views/goui/node_modules/@parcel @@ -11705,15 +15612,23 @@ @dir %%WWWDIR%%/go/modules/business/supportclient/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/business/supportclient/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/business/supportclient/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/business/swissqr/vendor/symfony/validator/Resources/bin @dir %%WWWDIR%%/go/modules/community/calendar/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/community/calendar/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/community/calendar/views/goui/node_modules/@parcel @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/community/davclient/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/community/jitsimeet/views/goui/node_modules/.bin +@dir %%WWWDIR%%/go/modules/community/jitsimeet/views/goui/node_modules/@esbuild +@dir %%WWWDIR%%/go/modules/community/jitsimeet/views/goui/node_modules/@parcel @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/.bin @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/@esbuild @dir %%WWWDIR%%/go/modules/community/maildomains/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/go/modules/community/oidc/views/goui/node_modules/.bin +@dir %%WWWDIR%%/go/modules/community/oidc/views/goui/node_modules/@esbuild +@dir %%WWWDIR%%/go/modules/community/oidc/views/goui/node_modules/@parcel +@dir %%WWWDIR%%/vendor/maestroerror/heif-converter/vcpkg @dir %%WWWDIR%%/views/goui/goui/node_modules/.bin @dir %%WWWDIR%%/views/goui/goui/node_modules/@asamuzakjp @dir %%WWWDIR%%/views/goui/goui/node_modules/@cspotcode diff --git a/www/homepage/Makefile b/www/homepage/Makefile index ff762f770b41..8ffaf33ca074 100644 --- a/www/homepage/Makefile +++ b/www/homepage/Makefile @@ -1,5 +1,5 @@ PORTNAME= homepage -DISTVERSION= 1.7.0 +DISTVERSION= 1.8.0 CATEGORIES= www MASTER_SITES= LOCAL/dtxdf/${PORTNAME}/ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} diff --git a/www/homepage/distinfo b/www/homepage/distinfo index f1e3c1b6a56e..9a774922c76d 100644 --- a/www/homepage/distinfo +++ b/www/homepage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764176916 -SHA256 (homepage-1.7.0.tar.gz) = df24c00cbde68e386bc4302530be14ddef306d3a9d506064d2a401b9ab9e8670 -SIZE (homepage-1.7.0.tar.gz) = 12730847 +TIMESTAMP = 1765663403 +SHA256 (homepage-1.8.0.tar.gz) = 57bf67e1306a47deb238eb0cd4d0230bd9c9003f321b13acaa052953ab69b346 +SIZE (homepage-1.8.0.tar.gz) = 12751185 diff --git a/www/homepage/pkg-plist b/www/homepage/pkg-plist index 5d83997f2e58..2239cf6a27c3 100644 --- a/www/homepage/pkg-plist +++ b/www/homepage/pkg-plist @@ -12,183 +12,184 @@ etc/homepage.env %%HOMEDIR%%/.next/react-loadable-manifest.json %%HOMEDIR%%/.next/required-server-files.json %%HOMEDIR%%/.next/routes-manifest.json -%%HOMEDIR%%/.next/server/chunks/1000.js -%%HOMEDIR%%/.next/server/chunks/1022.js -%%HOMEDIR%%/.next/server/chunks/1024.js -%%HOMEDIR%%/.next/server/chunks/1138.js -%%HOMEDIR%%/.next/server/chunks/1208.js -%%HOMEDIR%%/.next/server/chunks/122.js -%%HOMEDIR%%/.next/server/chunks/1241.js -%%HOMEDIR%%/.next/server/chunks/1264.js -%%HOMEDIR%%/.next/server/chunks/1294.js -%%HOMEDIR%%/.next/server/chunks/1295.js -%%HOMEDIR%%/.next/server/chunks/1296.js -%%HOMEDIR%%/.next/server/chunks/1320.js -%%HOMEDIR%%/.next/server/chunks/1344.js -%%HOMEDIR%%/.next/server/chunks/1487.js -%%HOMEDIR%%/.next/server/chunks/15.js -%%HOMEDIR%%/.next/server/chunks/1569.js -%%HOMEDIR%%/.next/server/chunks/1629.js -%%HOMEDIR%%/.next/server/chunks/1807.js -%%HOMEDIR%%/.next/server/chunks/1823.js -%%HOMEDIR%%/.next/server/chunks/1946.js -%%HOMEDIR%%/.next/server/chunks/1960.js -%%HOMEDIR%%/.next/server/chunks/1961.js -%%HOMEDIR%%/.next/server/chunks/2071.js -%%HOMEDIR%%/.next/server/chunks/2152.js -%%HOMEDIR%%/.next/server/chunks/2160.js -%%HOMEDIR%%/.next/server/chunks/2304.js -%%HOMEDIR%%/.next/server/chunks/231.js -%%HOMEDIR%%/.next/server/chunks/2336.js -%%HOMEDIR%%/.next/server/chunks/2339.js -%%HOMEDIR%%/.next/server/chunks/236.js -%%HOMEDIR%%/.next/server/chunks/2364.js -%%HOMEDIR%%/.next/server/chunks/2367.js -%%HOMEDIR%%/.next/server/chunks/2376.js -%%HOMEDIR%%/.next/server/chunks/2400.js -%%HOMEDIR%%/.next/server/chunks/2429.js -%%HOMEDIR%%/.next/server/chunks/2546.js -%%HOMEDIR%%/.next/server/chunks/2669.js -%%HOMEDIR%%/.next/server/chunks/2710.js -%%HOMEDIR%%/.next/server/chunks/2744.js +%%HOMEDIR%%/.next/server/chunks/1047.js +%%HOMEDIR%%/.next/server/chunks/1082.js +%%HOMEDIR%%/.next/server/chunks/1093.js +%%HOMEDIR%%/.next/server/chunks/1143.js +%%HOMEDIR%%/.next/server/chunks/1204.js +%%HOMEDIR%%/.next/server/chunks/129.js +%%HOMEDIR%%/.next/server/chunks/1360.js +%%HOMEDIR%%/.next/server/chunks/139.js +%%HOMEDIR%%/.next/server/chunks/1404.js +%%HOMEDIR%%/.next/server/chunks/1416.js +%%HOMEDIR%%/.next/server/chunks/1418.js +%%HOMEDIR%%/.next/server/chunks/1425.js +%%HOMEDIR%%/.next/server/chunks/1483.js +%%HOMEDIR%%/.next/server/chunks/1565.js +%%HOMEDIR%%/.next/server/chunks/1687.js +%%HOMEDIR%%/.next/server/chunks/1743.js +%%HOMEDIR%%/.next/server/chunks/1880.js +%%HOMEDIR%%/.next/server/chunks/1985.js +%%HOMEDIR%%/.next/server/chunks/2244.js +%%HOMEDIR%%/.next/server/chunks/2252.js +%%HOMEDIR%%/.next/server/chunks/2366.js +%%HOMEDIR%%/.next/server/chunks/2396.js +%%HOMEDIR%%/.next/server/chunks/2465.js +%%HOMEDIR%%/.next/server/chunks/2559.js +%%HOMEDIR%%/.next/server/chunks/2613.js +%%HOMEDIR%%/.next/server/chunks/2715.js +%%HOMEDIR%%/.next/server/chunks/272.js +%%HOMEDIR%%/.next/server/chunks/2802.js +%%HOMEDIR%%/.next/server/chunks/2808.js +%%HOMEDIR%%/.next/server/chunks/2814.js +%%HOMEDIR%%/.next/server/chunks/2829.js +%%HOMEDIR%%/.next/server/chunks/2835.js %%HOMEDIR%%/.next/server/chunks/2848.js -%%HOMEDIR%%/.next/server/chunks/2851.js -%%HOMEDIR%%/.next/server/chunks/2857.js -%%HOMEDIR%%/.next/server/chunks/2900.js -%%HOMEDIR%%/.next/server/chunks/2948.js -%%HOMEDIR%%/.next/server/chunks/2987.js -%%HOMEDIR%%/.next/server/chunks/3063.js -%%HOMEDIR%%/.next/server/chunks/3185.js -%%HOMEDIR%%/.next/server/chunks/3189.js -%%HOMEDIR%%/.next/server/chunks/319.js -%%HOMEDIR%%/.next/server/chunks/3468.js -%%HOMEDIR%%/.next/server/chunks/3503.js -%%HOMEDIR%%/.next/server/chunks/3530.js -%%HOMEDIR%%/.next/server/chunks/3535.js -%%HOMEDIR%%/.next/server/chunks/3622.js -%%HOMEDIR%%/.next/server/chunks/3766.js -%%HOMEDIR%%/.next/server/chunks/3913.js -%%HOMEDIR%%/.next/server/chunks/3928.js -%%HOMEDIR%%/.next/server/chunks/4166.js -%%HOMEDIR%%/.next/server/chunks/428.js -%%HOMEDIR%%/.next/server/chunks/4328.js -%%HOMEDIR%%/.next/server/chunks/4357.js -%%HOMEDIR%%/.next/server/chunks/4411.js -%%HOMEDIR%%/.next/server/chunks/4477.js -%%HOMEDIR%%/.next/server/chunks/4544.js -%%HOMEDIR%%/.next/server/chunks/4561.js -%%HOMEDIR%%/.next/server/chunks/4579.js -%%HOMEDIR%%/.next/server/chunks/4612.js -%%HOMEDIR%%/.next/server/chunks/463.js -%%HOMEDIR%%/.next/server/chunks/4639.js -%%HOMEDIR%%/.next/server/chunks/4649.js -%%HOMEDIR%%/.next/server/chunks/4653.js -%%HOMEDIR%%/.next/server/chunks/4674.js -%%HOMEDIR%%/.next/server/chunks/4685.js -%%HOMEDIR%%/.next/server/chunks/4731.js -%%HOMEDIR%%/.next/server/chunks/4848.js -%%HOMEDIR%%/.next/server/chunks/4873.js -%%HOMEDIR%%/.next/server/chunks/4911.js -%%HOMEDIR%%/.next/server/chunks/4964.js -%%HOMEDIR%%/.next/server/chunks/50.js -%%HOMEDIR%%/.next/server/chunks/5043.js -%%HOMEDIR%%/.next/server/chunks/505.js -%%HOMEDIR%%/.next/server/chunks/5075.js -%%HOMEDIR%%/.next/server/chunks/5271.js -%%HOMEDIR%%/.next/server/chunks/5290.js -%%HOMEDIR%%/.next/server/chunks/5305.js -%%HOMEDIR%%/.next/server/chunks/5310.js -%%HOMEDIR%%/.next/server/chunks/5380.js -%%HOMEDIR%%/.next/server/chunks/5391.js -%%HOMEDIR%%/.next/server/chunks/5427.js -%%HOMEDIR%%/.next/server/chunks/5438.js -%%HOMEDIR%%/.next/server/chunks/5559.js -%%HOMEDIR%%/.next/server/chunks/5566.js -%%HOMEDIR%%/.next/server/chunks/5586.js -%%HOMEDIR%%/.next/server/chunks/5637.js -%%HOMEDIR%%/.next/server/chunks/5764.js -%%HOMEDIR%%/.next/server/chunks/5788.js -%%HOMEDIR%%/.next/server/chunks/5818.js -%%HOMEDIR%%/.next/server/chunks/589.js -%%HOMEDIR%%/.next/server/chunks/5999.js -%%HOMEDIR%%/.next/server/chunks/6042.js -%%HOMEDIR%%/.next/server/chunks/6050.js -%%HOMEDIR%%/.next/server/chunks/6196.js -%%HOMEDIR%%/.next/server/chunks/6257.js -%%HOMEDIR%%/.next/server/chunks/6268.js +%%HOMEDIR%%/.next/server/chunks/2849.js +%%HOMEDIR%%/.next/server/chunks/2951.js +%%HOMEDIR%%/.next/server/chunks/3008.js +%%HOMEDIR%%/.next/server/chunks/3049.js +%%HOMEDIR%%/.next/server/chunks/3050.js +%%HOMEDIR%%/.next/server/chunks/306.js +%%HOMEDIR%%/.next/server/chunks/3094.js +%%HOMEDIR%%/.next/server/chunks/3151.js +%%HOMEDIR%%/.next/server/chunks/3164.js +%%HOMEDIR%%/.next/server/chunks/3201.js +%%HOMEDIR%%/.next/server/chunks/3250.js +%%HOMEDIR%%/.next/server/chunks/3304.js +%%HOMEDIR%%/.next/server/chunks/342.js +%%HOMEDIR%%/.next/server/chunks/3454.js +%%HOMEDIR%%/.next/server/chunks/3580.js +%%HOMEDIR%%/.next/server/chunks/3606.js +%%HOMEDIR%%/.next/server/chunks/3611.js +%%HOMEDIR%%/.next/server/chunks/3648.js +%%HOMEDIR%%/.next/server/chunks/3654.js +%%HOMEDIR%%/.next/server/chunks/3663.js +%%HOMEDIR%%/.next/server/chunks/3678.js +%%HOMEDIR%%/.next/server/chunks/3680.js +%%HOMEDIR%%/.next/server/chunks/3691.js +%%HOMEDIR%%/.next/server/chunks/3757.js +%%HOMEDIR%%/.next/server/chunks/3989.js +%%HOMEDIR%%/.next/server/chunks/4046.js +%%HOMEDIR%%/.next/server/chunks/4079.js +%%HOMEDIR%%/.next/server/chunks/4137.js +%%HOMEDIR%%/.next/server/chunks/4213.js +%%HOMEDIR%%/.next/server/chunks/4221.js +%%HOMEDIR%%/.next/server/chunks/4257.js +%%HOMEDIR%%/.next/server/chunks/429.js +%%HOMEDIR%%/.next/server/chunks/4323.js +%%HOMEDIR%%/.next/server/chunks/4378.js +%%HOMEDIR%%/.next/server/chunks/4385.js +%%HOMEDIR%%/.next/server/chunks/4397.js +%%HOMEDIR%%/.next/server/chunks/44.js +%%HOMEDIR%%/.next/server/chunks/4438.js +%%HOMEDIR%%/.next/server/chunks/4478.js +%%HOMEDIR%%/.next/server/chunks/4522.js +%%HOMEDIR%%/.next/server/chunks/4549.js +%%HOMEDIR%%/.next/server/chunks/4594.js +%%HOMEDIR%%/.next/server/chunks/4627.js +%%HOMEDIR%%/.next/server/chunks/4635.js +%%HOMEDIR%%/.next/server/chunks/4695.js +%%HOMEDIR%%/.next/server/chunks/4759.js +%%HOMEDIR%%/.next/server/chunks/4803.js +%%HOMEDIR%%/.next/server/chunks/4809.js +%%HOMEDIR%%/.next/server/chunks/4847.js +%%HOMEDIR%%/.next/server/chunks/4903.js +%%HOMEDIR%%/.next/server/chunks/4928.js +%%HOMEDIR%%/.next/server/chunks/4969.js +%%HOMEDIR%%/.next/server/chunks/4990.js +%%HOMEDIR%%/.next/server/chunks/5046.js +%%HOMEDIR%%/.next/server/chunks/506.js +%%HOMEDIR%%/.next/server/chunks/5063.js +%%HOMEDIR%%/.next/server/chunks/5109.js +%%HOMEDIR%%/.next/server/chunks/5275.js +%%HOMEDIR%%/.next/server/chunks/5309.js +%%HOMEDIR%%/.next/server/chunks/5397.js +%%HOMEDIR%%/.next/server/chunks/5422.js +%%HOMEDIR%%/.next/server/chunks/5461.js +%%HOMEDIR%%/.next/server/chunks/560.js +%%HOMEDIR%%/.next/server/chunks/5691.js +%%HOMEDIR%%/.next/server/chunks/5708.js +%%HOMEDIR%%/.next/server/chunks/5812.js +%%HOMEDIR%%/.next/server/chunks/5877.js +%%HOMEDIR%%/.next/server/chunks/6127.js +%%HOMEDIR%%/.next/server/chunks/6189.js +%%HOMEDIR%%/.next/server/chunks/6190.js +%%HOMEDIR%%/.next/server/chunks/6225.js +%%HOMEDIR%%/.next/server/chunks/6263.js %%HOMEDIR%%/.next/server/chunks/627.js -%%HOMEDIR%%/.next/server/chunks/6318.js -%%HOMEDIR%%/.next/server/chunks/6466.js -%%HOMEDIR%%/.next/server/chunks/6558.js -%%HOMEDIR%%/.next/server/chunks/6565.js -%%HOMEDIR%%/.next/server/chunks/6617.js -%%HOMEDIR%%/.next/server/chunks/6637.js -%%HOMEDIR%%/.next/server/chunks/6701.js +%%HOMEDIR%%/.next/server/chunks/6398.js +%%HOMEDIR%%/.next/server/chunks/6467.js +%%HOMEDIR%%/.next/server/chunks/6539.js +%%HOMEDIR%%/.next/server/chunks/6618.js +%%HOMEDIR%%/.next/server/chunks/6714.js +%%HOMEDIR%%/.next/server/chunks/6728.js +%%HOMEDIR%%/.next/server/chunks/6761.js %%HOMEDIR%%/.next/server/chunks/6768.js -%%HOMEDIR%%/.next/server/chunks/6852.js -%%HOMEDIR%%/.next/server/chunks/6878.js -%%HOMEDIR%%/.next/server/chunks/7019.js -%%HOMEDIR%%/.next/server/chunks/7045.js -%%HOMEDIR%%/.next/server/chunks/707.js -%%HOMEDIR%%/.next/server/chunks/7075.js -%%HOMEDIR%%/.next/server/chunks/7081.js -%%HOMEDIR%%/.next/server/chunks/7105.js -%%HOMEDIR%%/.next/server/chunks/7167.js -%%HOMEDIR%%/.next/server/chunks/718.js -%%HOMEDIR%%/.next/server/chunks/7464.js -%%HOMEDIR%%/.next/server/chunks/7534.js -%%HOMEDIR%%/.next/server/chunks/7545.js -%%HOMEDIR%%/.next/server/chunks/7592.js -%%HOMEDIR%%/.next/server/chunks/7602.js -%%HOMEDIR%%/.next/server/chunks/7617.js -%%HOMEDIR%%/.next/server/chunks/7618.js -%%HOMEDIR%%/.next/server/chunks/7644.js -%%HOMEDIR%%/.next/server/chunks/7648.js +%%HOMEDIR%%/.next/server/chunks/6859.js +%%HOMEDIR%%/.next/server/chunks/6905.js +%%HOMEDIR%%/.next/server/chunks/691.js +%%HOMEDIR%%/.next/server/chunks/6929.js +%%HOMEDIR%%/.next/server/chunks/6963.js +%%HOMEDIR%%/.next/server/chunks/6968.js +%%HOMEDIR%%/.next/server/chunks/7046.js +%%HOMEDIR%%/.next/server/chunks/7090.js +%%HOMEDIR%%/.next/server/chunks/7145.js +%%HOMEDIR%%/.next/server/chunks/7157.js +%%HOMEDIR%%/.next/server/chunks/7161.js +%%HOMEDIR%%/.next/server/chunks/7257.js +%%HOMEDIR%%/.next/server/chunks/7316.js +%%HOMEDIR%%/.next/server/chunks/7438.js +%%HOMEDIR%%/.next/server/chunks/7488.js +%%HOMEDIR%%/.next/server/chunks/7582.js +%%HOMEDIR%%/.next/server/chunks/7703.js %%HOMEDIR%%/.next/server/chunks/7752.js -%%HOMEDIR%%/.next/server/chunks/7813.js -%%HOMEDIR%%/.next/server/chunks/7848.js -%%HOMEDIR%%/.next/server/chunks/7936.js -%%HOMEDIR%%/.next/server/chunks/8014.js -%%HOMEDIR%%/.next/server/chunks/8128.js -%%HOMEDIR%%/.next/server/chunks/8177.js -%%HOMEDIR%%/.next/server/chunks/8233.js -%%HOMEDIR%%/.next/server/chunks/8245.js -%%HOMEDIR%%/.next/server/chunks/8256.js -%%HOMEDIR%%/.next/server/chunks/8278.js -%%HOMEDIR%%/.next/server/chunks/8320.js -%%HOMEDIR%%/.next/server/chunks/8505.js -%%HOMEDIR%%/.next/server/chunks/8532.js -%%HOMEDIR%%/.next/server/chunks/8536.js -%%HOMEDIR%%/.next/server/chunks/8565.js -%%HOMEDIR%%/.next/server/chunks/8574.js -%%HOMEDIR%%/.next/server/chunks/8587.js -%%HOMEDIR%%/.next/server/chunks/8644.js -%%HOMEDIR%%/.next/server/chunks/8654.js -%%HOMEDIR%%/.next/server/chunks/8703.js -%%HOMEDIR%%/.next/server/chunks/878.js -%%HOMEDIR%%/.next/server/chunks/8837.js -%%HOMEDIR%%/.next/server/chunks/891.js -%%HOMEDIR%%/.next/server/chunks/8939.js -%%HOMEDIR%%/.next/server/chunks/898.js -%%HOMEDIR%%/.next/server/chunks/9037.js -%%HOMEDIR%%/.next/server/chunks/904.js -%%HOMEDIR%%/.next/server/chunks/9096.js -%%HOMEDIR%%/.next/server/chunks/9132.js -%%HOMEDIR%%/.next/server/chunks/9151.js -%%HOMEDIR%%/.next/server/chunks/9160.js -%%HOMEDIR%%/.next/server/chunks/924.js -%%HOMEDIR%%/.next/server/chunks/9275.js -%%HOMEDIR%%/.next/server/chunks/9278.js -%%HOMEDIR%%/.next/server/chunks/9342.js -%%HOMEDIR%%/.next/server/chunks/946.js -%%HOMEDIR%%/.next/server/chunks/9475.js -%%HOMEDIR%%/.next/server/chunks/9499.js -%%HOMEDIR%%/.next/server/chunks/9504.js -%%HOMEDIR%%/.next/server/chunks/9548.js -%%HOMEDIR%%/.next/server/chunks/9632.js -%%HOMEDIR%%/.next/server/chunks/9706.js -%%HOMEDIR%%/.next/server/chunks/9889.js -%%HOMEDIR%%/.next/server/chunks/9936.js +%%HOMEDIR%%/.next/server/chunks/7819.js +%%HOMEDIR%%/.next/server/chunks/7928.js +%%HOMEDIR%%/.next/server/chunks/7967.js +%%HOMEDIR%%/.next/server/chunks/7981.js +%%HOMEDIR%%/.next/server/chunks/7982.js +%%HOMEDIR%%/.next/server/chunks/7999.js +%%HOMEDIR%%/.next/server/chunks/803.js +%%HOMEDIR%%/.next/server/chunks/8037.js +%%HOMEDIR%%/.next/server/chunks/8268.js +%%HOMEDIR%%/.next/server/chunks/8274.js +%%HOMEDIR%%/.next/server/chunks/8395.js +%%HOMEDIR%%/.next/server/chunks/8445.js +%%HOMEDIR%%/.next/server/chunks/8482.js +%%HOMEDIR%%/.next/server/chunks/8514.js +%%HOMEDIR%%/.next/server/chunks/8558.js +%%HOMEDIR%%/.next/server/chunks/8571.js +%%HOMEDIR%%/.next/server/chunks/8591.js +%%HOMEDIR%%/.next/server/chunks/8668.js +%%HOMEDIR%%/.next/server/chunks/870.js +%%HOMEDIR%%/.next/server/chunks/871.js +%%HOMEDIR%%/.next/server/chunks/8733.js +%%HOMEDIR%%/.next/server/chunks/8761.js +%%HOMEDIR%%/.next/server/chunks/8908.js +%%HOMEDIR%%/.next/server/chunks/8987.js +%%HOMEDIR%%/.next/server/chunks/9055.js +%%HOMEDIR%%/.next/server/chunks/9092.js +%%HOMEDIR%%/.next/server/chunks/9115.js +%%HOMEDIR%%/.next/server/chunks/9157.js +%%HOMEDIR%%/.next/server/chunks/9158.js +%%HOMEDIR%%/.next/server/chunks/917.js +%%HOMEDIR%%/.next/server/chunks/9226.js +%%HOMEDIR%%/.next/server/chunks/923.js +%%HOMEDIR%%/.next/server/chunks/9260.js +%%HOMEDIR%%/.next/server/chunks/931.js +%%HOMEDIR%%/.next/server/chunks/944.js +%%HOMEDIR%%/.next/server/chunks/9451.js +%%HOMEDIR%%/.next/server/chunks/9459.js +%%HOMEDIR%%/.next/server/chunks/9529.js +%%HOMEDIR%%/.next/server/chunks/9531.js +%%HOMEDIR%%/.next/server/chunks/9704.js +%%HOMEDIR%%/.next/server/chunks/9747.js +%%HOMEDIR%%/.next/server/chunks/9771.js +%%HOMEDIR%%/.next/server/chunks/981.js +%%HOMEDIR%%/.next/server/chunks/9862.js +%%HOMEDIR%%/.next/server/chunks/9982.js +%%HOMEDIR%%/.next/server/chunks/9984.js %%HOMEDIR%%/.next/server/dynamic-css-manifest.js %%HOMEDIR%%/.next/server/edge-runtime-webpack.js %%HOMEDIR%%/.next/server/functions-config-manifest.json @@ -264,206 +265,210 @@ etc/homepage.env %%HOMEDIR%%/.next/server/pages/en/500.html %%HOMEDIR%%/.next/server/pages/index.js %%HOMEDIR%%/.next/server/pages/index.js.nft.json +%%HOMEDIR%%/.next/server/pages/robots.txt.js +%%HOMEDIR%%/.next/server/pages/robots.txt.js.nft.json %%HOMEDIR%%/.next/server/pages/site.webmanifest.js %%HOMEDIR%%/.next/server/pages/site.webmanifest.js.nft.json %%HOMEDIR%%/.next/server/src/middleware.js %%HOMEDIR%%/.next/server/webpack-api-runtime.js %%HOMEDIR%%/.next/server/webpack-runtime.js -%%HOMEDIR%%/.next/static/2VvRg3aAYBQJnKWooLb3C/_buildManifest.js -%%HOMEDIR%%/.next/static/2VvRg3aAYBQJnKWooLb3C/_ssgManifest.js -%%HOMEDIR%%/.next/static/chunks/01325ca9-77ccef3498fc0d6f.js -%%HOMEDIR%%/.next/static/chunks/107.fad332fc4010edba.js -%%HOMEDIR%%/.next/static/chunks/1097.fa4844779d2ccf99.js -%%HOMEDIR%%/.next/static/chunks/1105.39b258548de03821.js -%%HOMEDIR%%/.next/static/chunks/1168.74f69a7183f4bcb8.js -%%HOMEDIR%%/.next/static/chunks/1185.4c1763b7ec724267.js -%%HOMEDIR%%/.next/static/chunks/1188.8764ec8f1311c392.js -%%HOMEDIR%%/.next/static/chunks/1210.581b5c3df35e024d.js -%%HOMEDIR%%/.next/static/chunks/1230.264ae6dad213de84.js -%%HOMEDIR%%/.next/static/chunks/1395.044e329303cbcd07.js -%%HOMEDIR%%/.next/static/chunks/1590.eb470624aa8da947.js -%%HOMEDIR%%/.next/static/chunks/1605.3746cf1c4927fb1b.js -%%HOMEDIR%%/.next/static/chunks/1634.7cb08e533335a3ea.js -%%HOMEDIR%%/.next/static/chunks/1644.e78a61bd12c16213.js -%%HOMEDIR%%/.next/static/chunks/1652.82d4939dfe5bb17b.js -%%HOMEDIR%%/.next/static/chunks/1696.a8f08e35cc402ca9.js -%%HOMEDIR%%/.next/static/chunks/1700.2475e83bfca7cad5.js -%%HOMEDIR%%/.next/static/chunks/1707.180d2ba2cc9d1496.js -%%HOMEDIR%%/.next/static/chunks/1834.4107257f2e5effd0.js -%%HOMEDIR%%/.next/static/chunks/2013.db68fa95b5685373.js -%%HOMEDIR%%/.next/static/chunks/2106.36c72abbfc2f2e7a.js -%%HOMEDIR%%/.next/static/chunks/2129.f4e0ac84ea6b732c.js +%%HOMEDIR%%/.next/static/_3ATsu64Zrxnnf4HapYvV/_buildManifest.js +%%HOMEDIR%%/.next/static/_3ATsu64Zrxnnf4HapYvV/_ssgManifest.js +%%HOMEDIR%%/.next/static/chunks/01325ca9-017f7813c4bd84d8.js +%%HOMEDIR%%/.next/static/chunks/1074.d0e7258f2ea4cdc6.js +%%HOMEDIR%%/.next/static/chunks/1123.1d85da084ddec7f3.js +%%HOMEDIR%%/.next/static/chunks/1205.773ef2241e35c96c.js +%%HOMEDIR%%/.next/static/chunks/1245.89a3c5e76f13b6fe.js +%%HOMEDIR%%/.next/static/chunks/1354.cbbbe570c5a6eb62.js +%%HOMEDIR%%/.next/static/chunks/1373.16e233e907f7de44.js +%%HOMEDIR%%/.next/static/chunks/139.b6363a436764baa2.js +%%HOMEDIR%%/.next/static/chunks/1456.34c7427a4350124a.js +%%HOMEDIR%%/.next/static/chunks/1734.d3661abe2e7acf74.js +%%HOMEDIR%%/.next/static/chunks/1758.bf5631a449c96793.js +%%HOMEDIR%%/.next/static/chunks/182.9a6fe6ffee76f9bb.js +%%HOMEDIR%%/.next/static/chunks/1849.b55475e3bbd20801.js +%%HOMEDIR%%/.next/static/chunks/1870.44273593f985ea55.js +%%HOMEDIR%%/.next/static/chunks/2034.803a395aef6e48ef.js +%%HOMEDIR%%/.next/static/chunks/2092.28b4bd1f80ccc767.js +%%HOMEDIR%%/.next/static/chunks/2108.8170e7e07b28500c.js %%HOMEDIR%%/.next/static/chunks/220.8f02f7931232a9b3.js -%%HOMEDIR%%/.next/static/chunks/2218.0ea40cfd8016ac57.js -%%HOMEDIR%%/.next/static/chunks/2247.793904ecf4df230c.js -%%HOMEDIR%%/.next/static/chunks/2263.1726f4aacdf2b3be.js -%%HOMEDIR%%/.next/static/chunks/2320.3f7d2da76b3382f6.js -%%HOMEDIR%%/.next/static/chunks/2408.ca5c9ca731d7c074.js -%%HOMEDIR%%/.next/static/chunks/2486.a528840befaaa58d.js -%%HOMEDIR%%/.next/static/chunks/2500.bf07896370fc36c6.js -%%HOMEDIR%%/.next/static/chunks/2522.31b9350df2161b73.js -%%HOMEDIR%%/.next/static/chunks/2560.fbf2ce12b55c01eb.js -%%HOMEDIR%%/.next/static/chunks/259.7e65104a4a793a41.js -%%HOMEDIR%%/.next/static/chunks/262.17e2ba991934dca2.js -%%HOMEDIR%%/.next/static/chunks/26b4713f.9b4c219bdbd0bbe6.js -%%HOMEDIR%%/.next/static/chunks/2726.70bad976d4031054.js -%%HOMEDIR%%/.next/static/chunks/2840.08035d78b4b115cc.js -%%HOMEDIR%%/.next/static/chunks/2919.0b4e1114ba9d7041.js -%%HOMEDIR%%/.next/static/chunks/2959.1c408529506258b9.js -%%HOMEDIR%%/.next/static/chunks/3098.9201db13e6bb59bc.js -%%HOMEDIR%%/.next/static/chunks/316.3e7c8d93d4774db4.js -%%HOMEDIR%%/.next/static/chunks/3162.a068e17424c41824.js -%%HOMEDIR%%/.next/static/chunks/3231.82d30bb7ef241bde.js -%%HOMEDIR%%/.next/static/chunks/3242.b5df518e9b7fe18d.js -%%HOMEDIR%%/.next/static/chunks/3243.0b0a2e91c5cc126a.js -%%HOMEDIR%%/.next/static/chunks/3391.6236be1b8b4f6d4a.js -%%HOMEDIR%%/.next/static/chunks/347.2ec86b498db5a8ac.js -%%HOMEDIR%%/.next/static/chunks/3580.59264f27ab805732.js -%%HOMEDIR%%/.next/static/chunks/3617.6e7eef464a1f3012.js -%%HOMEDIR%%/.next/static/chunks/3635.e3eb3e1cb547d802.js -%%HOMEDIR%%/.next/static/chunks/3697.49b286da819784c0.js -%%HOMEDIR%%/.next/static/chunks/3746.8884933a0057f82f.js -%%HOMEDIR%%/.next/static/chunks/3748.96be3cf30be51c8d.js -%%HOMEDIR%%/.next/static/chunks/3763.a64b99667ed5df4d.js +%%HOMEDIR%%/.next/static/chunks/2244.e8613d4466c8f48e.js +%%HOMEDIR%%/.next/static/chunks/2262.18d47e56a328fbe9.js +%%HOMEDIR%%/.next/static/chunks/2281.964dd7b2b0be7b37.js +%%HOMEDIR%%/.next/static/chunks/2375.51b25f0d6686e8ae.js +%%HOMEDIR%%/.next/static/chunks/2457.c3bf91a61d864fa8.js +%%HOMEDIR%%/.next/static/chunks/2670.41a184792ff1a34b.js +%%HOMEDIR%%/.next/static/chunks/26b4713f.e47a92f9f51bbbc5.js +%%HOMEDIR%%/.next/static/chunks/2726.93d14f30fa28bf8e.js +%%HOMEDIR%%/.next/static/chunks/2730.ce3865fdcaf4fee6.js +%%HOMEDIR%%/.next/static/chunks/2758.a42376c66ce854ea.js +%%HOMEDIR%%/.next/static/chunks/2799.349610209950f3b6.js +%%HOMEDIR%%/.next/static/chunks/300.2b72295b0d3d4bda.js +%%HOMEDIR%%/.next/static/chunks/3078.d8fc90bcff76671c.js +%%HOMEDIR%%/.next/static/chunks/308.ddb988831298e27d.js +%%HOMEDIR%%/.next/static/chunks/3134.646af3117747d95b.js +%%HOMEDIR%%/.next/static/chunks/3159.94b53cec65f63c22.js +%%HOMEDIR%%/.next/static/chunks/3271.bc545900d9d70b82.js +%%HOMEDIR%%/.next/static/chunks/3282.e2c49ed52635d29a.js +%%HOMEDIR%%/.next/static/chunks/3324.dced296f675fa301.js +%%HOMEDIR%%/.next/static/chunks/3331.60a845921aa3498b.js +%%HOMEDIR%%/.next/static/chunks/3340.9ec98c47426ed3ec.js +%%HOMEDIR%%/.next/static/chunks/336.c3aca9724af3ac26.js +%%HOMEDIR%%/.next/static/chunks/3399.eec9141f133fbb39.js +%%HOMEDIR%%/.next/static/chunks/3433.4b5927a36d11ecf0.js +%%HOMEDIR%%/.next/static/chunks/3452.4d7c286d320ddbcb.js +%%HOMEDIR%%/.next/static/chunks/3571.75146fad967e343b.js +%%HOMEDIR%%/.next/static/chunks/3581.064dfb8b57161c33.js +%%HOMEDIR%%/.next/static/chunks/3639.60acb472651d2812.js +%%HOMEDIR%%/.next/static/chunks/3647.46149e4e5beea866.js +%%HOMEDIR%%/.next/static/chunks/3718.0cdf21e3b0fb7320.js +%%HOMEDIR%%/.next/static/chunks/3751.7b93cddeec7a8e8a.js +%%HOMEDIR%%/.next/static/chunks/3758.182b62c2a400f239.js +%%HOMEDIR%%/.next/static/chunks/377.71c06b706d79e1d1.js +%%HOMEDIR%%/.next/static/chunks/3797.f24e97e3ccf9bfb6.js %%HOMEDIR%%/.next/static/chunks/381e8362-8108d30d16e75d17.js -%%HOMEDIR%%/.next/static/chunks/3843.f163593e805bfa6c.js -%%HOMEDIR%%/.next/static/chunks/3870.81b6c28036235a09.js -%%HOMEDIR%%/.next/static/chunks/3873.10d67262d863e017.js -%%HOMEDIR%%/.next/static/chunks/3898.6bed74929eefe6bc.js -%%HOMEDIR%%/.next/static/chunks/4009.c270506ee3c12bbb.js -%%HOMEDIR%%/.next/static/chunks/4033.4230d0c2540ba84b.js -%%HOMEDIR%%/.next/static/chunks/4113.d019740d0aeff248.js -%%HOMEDIR%%/.next/static/chunks/420.516a1f3cae551a6c.js -%%HOMEDIR%%/.next/static/chunks/4201.c7210528a8a2a0a2.js -%%HOMEDIR%%/.next/static/chunks/4257.df90d64f43a14c53.js -%%HOMEDIR%%/.next/static/chunks/4261.5ce5004002fd0783.js -%%HOMEDIR%%/.next/static/chunks/4267.92836c088d480125.js -%%HOMEDIR%%/.next/static/chunks/4274.85f37ea6121e5706.js -%%HOMEDIR%%/.next/static/chunks/4391.52cc7c1d5b1b081c.js -%%HOMEDIR%%/.next/static/chunks/457d11d8-838b223097c8eb52.js -%%HOMEDIR%%/.next/static/chunks/459.8608185415dafee2.js -%%HOMEDIR%%/.next/static/chunks/463.71590bedaf4a266b.js -%%HOMEDIR%%/.next/static/chunks/4681.e8ad381717434b41.js -%%HOMEDIR%%/.next/static/chunks/4813.eaad27132f1f12f1.js -%%HOMEDIR%%/.next/static/chunks/4929.b3fbd0a8302f84fe.js -%%HOMEDIR%%/.next/static/chunks/506.2288dd54da6605b2.js -%%HOMEDIR%%/.next/static/chunks/5233.ee6669c7302d1049.js -%%HOMEDIR%%/.next/static/chunks/5331.af70c4299d1c2e0d.js -%%HOMEDIR%%/.next/static/chunks/5367-7de03113135c22f6.js -%%HOMEDIR%%/.next/static/chunks/541.d0d400b45bc8d179.js -%%HOMEDIR%%/.next/static/chunks/5489.6b7121ff2e669fd5.js -%%HOMEDIR%%/.next/static/chunks/548a922e-ff0c8a3ceaa48a98.js -%%HOMEDIR%%/.next/static/chunks/5492.a4f21e648d157441.js -%%HOMEDIR%%/.next/static/chunks/5564.d35139a3974a622f.js -%%HOMEDIR%%/.next/static/chunks/5661.647d3e835132208c.js -%%HOMEDIR%%/.next/static/chunks/5736.5dfa8923e49026bd.js -%%HOMEDIR%%/.next/static/chunks/5784.a5ed8757c03f2fb3.js -%%HOMEDIR%%/.next/static/chunks/5797.d38e11d2a0623f66.js -%%HOMEDIR%%/.next/static/chunks/5805.37b1e5e0521cbcfb.js -%%HOMEDIR%%/.next/static/chunks/5882.bb26502ae4077554.js -%%HOMEDIR%%/.next/static/chunks/5893.9837b7accb2a1b1a.js -%%HOMEDIR%%/.next/static/chunks/6007.c618c226abf155c9.js -%%HOMEDIR%%/.next/static/chunks/6107.82f6d8910a1302d7.js -%%HOMEDIR%%/.next/static/chunks/6118.579fd0983aeea781.js -%%HOMEDIR%%/.next/static/chunks/6208.24fa0a69aa97508f.js -%%HOMEDIR%%/.next/static/chunks/6272.3812c25515023e77.js -%%HOMEDIR%%/.next/static/chunks/6276.dbbb0c87769769c2.js -%%HOMEDIR%%/.next/static/chunks/6301.bf09e581c01103be.js -%%HOMEDIR%%/.next/static/chunks/6305.abd6fad05b9728a6.js -%%HOMEDIR%%/.next/static/chunks/6308.f4f8fb84f106a410.js -%%HOMEDIR%%/.next/static/chunks/6326.057a149e5ee2e8ff.js -%%HOMEDIR%%/.next/static/chunks/6402.725d0227c8d33b7a.js -%%HOMEDIR%%/.next/static/chunks/6414.cfb79b4a08863f27.js -%%HOMEDIR%%/.next/static/chunks/642.05c861a00cc2d485.js -%%HOMEDIR%%/.next/static/chunks/660.96422acc65ff9539.js -%%HOMEDIR%%/.next/static/chunks/6600.a699069f29a45aaf.js -%%HOMEDIR%%/.next/static/chunks/6708.5395c82b5aea6901.js -%%HOMEDIR%%/.next/static/chunks/6767.9749e822f42d85a0.js -%%HOMEDIR%%/.next/static/chunks/6985.191168b5ba1abe24.js -%%HOMEDIR%%/.next/static/chunks/7027.763ca6ad5553505e.js -%%HOMEDIR%%/.next/static/chunks/7079.4f58902047be25b5.js -%%HOMEDIR%%/.next/static/chunks/7093.45ee747716aed713.js -%%HOMEDIR%%/.next/static/chunks/7100.0f1a2dac35e28357.js -%%HOMEDIR%%/.next/static/chunks/7105.ce1ca4306abbac91.js -%%HOMEDIR%%/.next/static/chunks/7128.bf6ae8eaf83c72cd.js -%%HOMEDIR%%/.next/static/chunks/7132.714d7163df367e85.js -%%HOMEDIR%%/.next/static/chunks/714.6ce2198f7ad2a227.js -%%HOMEDIR%%/.next/static/chunks/7194.bc1bfbaee4c9f566.js -%%HOMEDIR%%/.next/static/chunks/7247.cce5541a4fe88e68.js -%%HOMEDIR%%/.next/static/chunks/7279.9a55caa420a5e4f0.js -%%HOMEDIR%%/.next/static/chunks/7315.cccb3254df426423.js -%%HOMEDIR%%/.next/static/chunks/7352.d26007b2a9b59956.js -%%HOMEDIR%%/.next/static/chunks/7414.d59aaa199e0781db.js -%%HOMEDIR%%/.next/static/chunks/7419.96d07083fda46fd7.js -%%HOMEDIR%%/.next/static/chunks/7428.36e0cea42ca5bd66.js -%%HOMEDIR%%/.next/static/chunks/7504.d926bff76f270a90.js -%%HOMEDIR%%/.next/static/chunks/753.6f0e8fb9f518d369.js -%%HOMEDIR%%/.next/static/chunks/7624.7589b92c708ca77d.js -%%HOMEDIR%%/.next/static/chunks/766.615cd7ebc6e3f627.js -%%HOMEDIR%%/.next/static/chunks/7677.08faf33aa97d0573.js -%%HOMEDIR%%/.next/static/chunks/7829.e6316d81c746b387.js -%%HOMEDIR%%/.next/static/chunks/7919.0c28096543686af4.js -%%HOMEDIR%%/.next/static/chunks/7956.609a5b27eb154710.js -%%HOMEDIR%%/.next/static/chunks/797.9695ed3f87604fda.js -%%HOMEDIR%%/.next/static/chunks/7971.b77773e1d8791499.js -%%HOMEDIR%%/.next/static/chunks/8022.06e384860bd62734.js -%%HOMEDIR%%/.next/static/chunks/810.cb5956e1b9405901.js -%%HOMEDIR%%/.next/static/chunks/8184.470df3aa25d5b34a.js -%%HOMEDIR%%/.next/static/chunks/8225.68fb7d5facb2aa8f.js -%%HOMEDIR%%/.next/static/chunks/8271.27b29c20c6303142.js -%%HOMEDIR%%/.next/static/chunks/8468.24305841a8d867a8.js -%%HOMEDIR%%/.next/static/chunks/8691.cbb2c2866984eb4b.js -%%HOMEDIR%%/.next/static/chunks/87.a7d0978e49077134.js -%%HOMEDIR%%/.next/static/chunks/871.a0175790b8cc5539.js -%%HOMEDIR%%/.next/static/chunks/8723.57532aab43e989f9.js -%%HOMEDIR%%/.next/static/chunks/8731.4f30268e5d1b8c12.js -%%HOMEDIR%%/.next/static/chunks/8760.a9001e620f78ad21.js -%%HOMEDIR%%/.next/static/chunks/8849.cff5dfd7956ca425.js -%%HOMEDIR%%/.next/static/chunks/8854.ace52ffa2b0bb96d.js -%%HOMEDIR%%/.next/static/chunks/89a3b566-9b16252d48eb9652.js -%%HOMEDIR%%/.next/static/chunks/9035.3efff8c620492aa2.js -%%HOMEDIR%%/.next/static/chunks/9074.37a8fd2de9051d1b.js -%%HOMEDIR%%/.next/static/chunks/9087.a15bc31b9a65dcf3.js -%%HOMEDIR%%/.next/static/chunks/9101.7c2a59a3df04e5b7.js -%%HOMEDIR%%/.next/static/chunks/9105.c730d06e3510c906.js -%%HOMEDIR%%/.next/static/chunks/9108.c9e9baf43feec2ec.js -%%HOMEDIR%%/.next/static/chunks/9158.25cfac50bbf3e41c.js -%%HOMEDIR%%/.next/static/chunks/9176.ac92cf999971c1fb.js -%%HOMEDIR%%/.next/static/chunks/9343.16c77ed53ebea99c.js -%%HOMEDIR%%/.next/static/chunks/9397.cc60903c1115da39.js -%%HOMEDIR%%/.next/static/chunks/9410.fb80b2c31588f345.js -%%HOMEDIR%%/.next/static/chunks/9420.05efacb2421fe1c9.js -%%HOMEDIR%%/.next/static/chunks/9421.285a0c7b3ac31a75.js -%%HOMEDIR%%/.next/static/chunks/9428.d269cf323ebd00a5.js -%%HOMEDIR%%/.next/static/chunks/9447.d5a8123a4f825b81.js -%%HOMEDIR%%/.next/static/chunks/9487.080c2f9cfb569468.js -%%HOMEDIR%%/.next/static/chunks/956.26128402cd5276c3.js -%%HOMEDIR%%/.next/static/chunks/960.b2c7c7c80f9f99aa.js -%%HOMEDIR%%/.next/static/chunks/9607.770e50d0b0dc9e5a.js -%%HOMEDIR%%/.next/static/chunks/9664.c9f1a181c2c43026.js -%%HOMEDIR%%/.next/static/chunks/9715.f2344857bc0af6c5.js -%%HOMEDIR%%/.next/static/chunks/9749.0ac7b4cdf592e951.js -%%HOMEDIR%%/.next/static/chunks/975.53f45d4274662090.js -%%HOMEDIR%%/.next/static/chunks/9833.32500d333f1f59fc.js -%%HOMEDIR%%/.next/static/chunks/9955.4fabf72e5e972171.js -%%HOMEDIR%%/.next/static/chunks/9957.719ae5c4a1264d28.js -%%HOMEDIR%%/.next/static/chunks/9980.2aec77d209bf0ceb.js -%%HOMEDIR%%/.next/static/chunks/9c850f74-5e0d1237d14d65bc.js -%%HOMEDIR%%/.next/static/chunks/a1fe73f9.088080d88c7727e7.js -%%HOMEDIR%%/.next/static/chunks/ab2253a0.25bc0ddbc91b1665.js +%%HOMEDIR%%/.next/static/chunks/3839.61a9650bff741007.js +%%HOMEDIR%%/.next/static/chunks/3896.8bea17c217b0b3f6.js +%%HOMEDIR%%/.next/static/chunks/3977.038b9394864a3777.js +%%HOMEDIR%%/.next/static/chunks/3986.b9176759ca80ee44.js +%%HOMEDIR%%/.next/static/chunks/4042.05bf36fae1160f78.js +%%HOMEDIR%%/.next/static/chunks/4107.80eeb4a1cd2ec0c4.js +%%HOMEDIR%%/.next/static/chunks/414.c1e040823a4edbe0.js +%%HOMEDIR%%/.next/static/chunks/4272.a1c41abd4dc9b420.js +%%HOMEDIR%%/.next/static/chunks/4397.4ef25f717beff3b0.js +%%HOMEDIR%%/.next/static/chunks/4421.02bb034000c4cce6.js +%%HOMEDIR%%/.next/static/chunks/4442.19f5ba99d3399226.js +%%HOMEDIR%%/.next/static/chunks/4481.759d90141fe21db3.js +%%HOMEDIR%%/.next/static/chunks/457d11d8-08e47ea810021474.js +%%HOMEDIR%%/.next/static/chunks/4622.370c98bc98f3c1ce.js +%%HOMEDIR%%/.next/static/chunks/4662.f0b5060ed58522fc.js +%%HOMEDIR%%/.next/static/chunks/4727.18a2be65671e8334.js +%%HOMEDIR%%/.next/static/chunks/4746.d9b2eacdf6fc37f2.js +%%HOMEDIR%%/.next/static/chunks/4762.55fc8018394a6ed0.js +%%HOMEDIR%%/.next/static/chunks/4820.1332456cde84e721.js +%%HOMEDIR%%/.next/static/chunks/4846.dacdaad28083d046.js +%%HOMEDIR%%/.next/static/chunks/489.313c4423ec68aefe.js +%%HOMEDIR%%/.next/static/chunks/4932.aeb22ee6e6b1816e.js +%%HOMEDIR%%/.next/static/chunks/4984.d4b42f9ed36f0b37.js +%%HOMEDIR%%/.next/static/chunks/4986.3d4b1bec0f5227cb.js +%%HOMEDIR%%/.next/static/chunks/5.3ac252f7f2b40a43.js +%%HOMEDIR%%/.next/static/chunks/5038.91722caf9e0b7144.js +%%HOMEDIR%%/.next/static/chunks/5111.939f10c725b35473.js +%%HOMEDIR%%/.next/static/chunks/5117.451261cc973706b0.js +%%HOMEDIR%%/.next/static/chunks/5231.88e99d031bdbd6e5.js +%%HOMEDIR%%/.next/static/chunks/5273.d9d3ef9bb6bb825b.js +%%HOMEDIR%%/.next/static/chunks/528.348869617c5ac10e.js +%%HOMEDIR%%/.next/static/chunks/5351.0f2f2672ca86f41a.js +%%HOMEDIR%%/.next/static/chunks/5391.5d00d5c5963e059b.js +%%HOMEDIR%%/.next/static/chunks/548a922e-a4664afbd9f312e2.js +%%HOMEDIR%%/.next/static/chunks/5674.bad8a10d591ef5bb.js +%%HOMEDIR%%/.next/static/chunks/5682.139f878100f7c1b8.js +%%HOMEDIR%%/.next/static/chunks/5686.42c6096499ba7488.js +%%HOMEDIR%%/.next/static/chunks/5692.eed6d9d2a435923f.js +%%HOMEDIR%%/.next/static/chunks/5721.53cc0d7dcaee82ff.js +%%HOMEDIR%%/.next/static/chunks/576.5cb0f4903c08c23b.js +%%HOMEDIR%%/.next/static/chunks/5808.d6f9f5f2132e2876.js +%%HOMEDIR%%/.next/static/chunks/582.fd21c5ba9f75db21.js +%%HOMEDIR%%/.next/static/chunks/5838.e858af466fc36bef.js +%%HOMEDIR%%/.next/static/chunks/5959.f3d9df3a3487b380.js +%%HOMEDIR%%/.next/static/chunks/599.d77e395969907065.js +%%HOMEDIR%%/.next/static/chunks/607.c2dfe46fb1af87e6.js +%%HOMEDIR%%/.next/static/chunks/6119.b539d460cd83bb53.js +%%HOMEDIR%%/.next/static/chunks/6297.36c28d02b9a7ea3c.js +%%HOMEDIR%%/.next/static/chunks/6393.74d937e667734963.js +%%HOMEDIR%%/.next/static/chunks/6445.1f6fe0d6f8713b14.js +%%HOMEDIR%%/.next/static/chunks/6576.b19f1c51f7f4e163.js +%%HOMEDIR%%/.next/static/chunks/6694.78564c93810d5a11.js +%%HOMEDIR%%/.next/static/chunks/6773.357d63bc2a733d98.js +%%HOMEDIR%%/.next/static/chunks/6778.63c6043f31128ced.js +%%HOMEDIR%%/.next/static/chunks/6802.c899159f001b9e5f.js +%%HOMEDIR%%/.next/static/chunks/6815.4b3d22567a599cc5.js +%%HOMEDIR%%/.next/static/chunks/6820.96ab7454621034cc.js +%%HOMEDIR%%/.next/static/chunks/6830.593a389fec2acc60.js +%%HOMEDIR%%/.next/static/chunks/6842.5a35d502a5fbc25e.js +%%HOMEDIR%%/.next/static/chunks/6898.5ca18f04ff1b866e.js +%%HOMEDIR%%/.next/static/chunks/6919.c8e0a6f1edb44bd2.js +%%HOMEDIR%%/.next/static/chunks/6936.db46b3373474b3c7.js +%%HOMEDIR%%/.next/static/chunks/6995.21efa28656747454.js +%%HOMEDIR%%/.next/static/chunks/7056.ef5347eef7282ec4.js +%%HOMEDIR%%/.next/static/chunks/7072.9731089d52594c7c.js +%%HOMEDIR%%/.next/static/chunks/7142.9e0a54ad4dad4e15.js +%%HOMEDIR%%/.next/static/chunks/7199.eb4a588acf05e8d1.js +%%HOMEDIR%%/.next/static/chunks/7201.fcf60cebb5ebbdce.js +%%HOMEDIR%%/.next/static/chunks/7204.79f6bb5194a5d451.js +%%HOMEDIR%%/.next/static/chunks/7299.59292492373553ba.js +%%HOMEDIR%%/.next/static/chunks/7394.b6d7b4df989e25df.js +%%HOMEDIR%%/.next/static/chunks/7466.eb0e4aedb39417c4.js +%%HOMEDIR%%/.next/static/chunks/7584.4678e51d3bf95298.js +%%HOMEDIR%%/.next/static/chunks/7614.ea502fb0e70228a6.js +%%HOMEDIR%%/.next/static/chunks/7679.8b310a450b4c816e.js +%%HOMEDIR%%/.next/static/chunks/772.f1a03c113719d06d.js +%%HOMEDIR%%/.next/static/chunks/782.5974ee76384827fb.js +%%HOMEDIR%%/.next/static/chunks/789.8758d8195c7eab81.js +%%HOMEDIR%%/.next/static/chunks/7891.008520c512a39562.js +%%HOMEDIR%%/.next/static/chunks/7926.d8634ef67b9b3b3a.js +%%HOMEDIR%%/.next/static/chunks/7927.ea4a09579f4f0970.js +%%HOMEDIR%%/.next/static/chunks/7982.8a911bbf06648e50.js +%%HOMEDIR%%/.next/static/chunks/7985.8fc7510d004f98e5.js +%%HOMEDIR%%/.next/static/chunks/8058-ac22a32feb505bc4.js +%%HOMEDIR%%/.next/static/chunks/8062.5c6378714d4234ae.js +%%HOMEDIR%%/.next/static/chunks/810.bfd84911363cb438.js +%%HOMEDIR%%/.next/static/chunks/8143.c76e5802b54cfc25.js +%%HOMEDIR%%/.next/static/chunks/8183.85e693c7d48c334a.js +%%HOMEDIR%%/.next/static/chunks/8222.059d7460f08fb4e5.js +%%HOMEDIR%%/.next/static/chunks/8389.36766b3b743863e7.js +%%HOMEDIR%%/.next/static/chunks/8484.6fbc8bce54324928.js +%%HOMEDIR%%/.next/static/chunks/8488.d481206515015491.js +%%HOMEDIR%%/.next/static/chunks/8561.19b21102a7e739a3.js +%%HOMEDIR%%/.next/static/chunks/8675.91514289a75c498b.js +%%HOMEDIR%%/.next/static/chunks/8684.c0a8d965912a2874.js +%%HOMEDIR%%/.next/static/chunks/8707.80225f6182a34d81.js +%%HOMEDIR%%/.next/static/chunks/8780.630288cfd8f8044f.js +%%HOMEDIR%%/.next/static/chunks/889.339cb134d2ade686.js +%%HOMEDIR%%/.next/static/chunks/8898.a26a1bb45aef42d3.js +%%HOMEDIR%%/.next/static/chunks/8943.170a3f30dbcf3299.js +%%HOMEDIR%%/.next/static/chunks/8957.931b5c5737b160f4.js +%%HOMEDIR%%/.next/static/chunks/89a3b566-92d42867f945bd9b.js +%%HOMEDIR%%/.next/static/chunks/9011.6d3a29f7128fbe71.js +%%HOMEDIR%%/.next/static/chunks/9032.c6c8a020000bc395.js +%%HOMEDIR%%/.next/static/chunks/9037.ed5478033cf83e15.js +%%HOMEDIR%%/.next/static/chunks/9081.b1fed4f48c608a55.js +%%HOMEDIR%%/.next/static/chunks/918.4eb66762c39c6acd.js +%%HOMEDIR%%/.next/static/chunks/9224.0ba937ce1460c789.js +%%HOMEDIR%%/.next/static/chunks/9244.2a802250ed64c32c.js +%%HOMEDIR%%/.next/static/chunks/9246.5ab8f93ae5f4828f.js +%%HOMEDIR%%/.next/static/chunks/9270.c22aa59072178d59.js +%%HOMEDIR%%/.next/static/chunks/9292.067b56955bb53767.js +%%HOMEDIR%%/.next/static/chunks/9296.a0a5c3774b728271.js +%%HOMEDIR%%/.next/static/chunks/9337.c4860c7735cc2fe5.js +%%HOMEDIR%%/.next/static/chunks/9359.f521c39f397e5a11.js +%%HOMEDIR%%/.next/static/chunks/9455.0999c582b41146f7.js +%%HOMEDIR%%/.next/static/chunks/946.767ade3013da4ad1.js +%%HOMEDIR%%/.next/static/chunks/9675.4f13f96ce6d52b43.js +%%HOMEDIR%%/.next/static/chunks/9686.a47bbf76a07ceca5.js +%%HOMEDIR%%/.next/static/chunks/9696.50efa0fe0a3d9ffa.js +%%HOMEDIR%%/.next/static/chunks/9717.946ca1f6b72af0f3.js +%%HOMEDIR%%/.next/static/chunks/9738.31e6fc23f57a8039.js +%%HOMEDIR%%/.next/static/chunks/977.3d103c279a05d9a1.js +%%HOMEDIR%%/.next/static/chunks/9815.2f3c2749b48670bd.js +%%HOMEDIR%%/.next/static/chunks/9843.3a1469393a764aef.js +%%HOMEDIR%%/.next/static/chunks/9c850f74-efc249be8ed2ee6b.js +%%HOMEDIR%%/.next/static/chunks/a1fe73f9.eb03a178b9813da0.js +%%HOMEDIR%%/.next/static/chunks/ab2253a0.06df2790487bb010.js %%HOMEDIR%%/.next/static/chunks/b0a687f6.1744981fb2f81244.js -%%HOMEDIR%%/.next/static/chunks/b1a9255a.ccd4a9a09aa1422d.js -%%HOMEDIR%%/.next/static/chunks/d5ac9709.ec3ef8092e4b96a0.js +%%HOMEDIR%%/.next/static/chunks/b1a9255a.a1ee941f3c1ad142.js +%%HOMEDIR%%/.next/static/chunks/d5ac9709.aa26530c3167a9e4.js %%HOMEDIR%%/.next/static/chunks/framework-ca2f8fe4a887959b.js -%%HOMEDIR%%/.next/static/chunks/main-dfa4279da7a75ddd.js -%%HOMEDIR%%/.next/static/chunks/pages/_app-2957a0396310c4f2.js -%%HOMEDIR%%/.next/static/chunks/pages/_error-6688cd3453d9a0f3.js -%%HOMEDIR%%/.next/static/chunks/pages/browserconfig.xml-b987cf8acf2b2b17.js -%%HOMEDIR%%/.next/static/chunks/pages/index-b7d4eb7d89c93fea.js -%%HOMEDIR%%/.next/static/chunks/pages/site.webmanifest-4e478b15ec457e07.js +%%HOMEDIR%%/.next/static/chunks/main-3a271447c8f94144.js +%%HOMEDIR%%/.next/static/chunks/pages/_app-8b469bf93a74cedc.js +%%HOMEDIR%%/.next/static/chunks/pages/_error-5a3b07a55f91aa0c.js +%%HOMEDIR%%/.next/static/chunks/pages/browserconfig.xml-e69794e4107f9887.js +%%HOMEDIR%%/.next/static/chunks/pages/index-47c220e7b06f8455.js +%%HOMEDIR%%/.next/static/chunks/pages/robots.txt-cab60981431cd09d.js +%%HOMEDIR%%/.next/static/chunks/pages/site.webmanifest-aa5b51d5cc22a402.js %%HOMEDIR%%/.next/static/chunks/polyfills-42372ed130431b0a.js -%%HOMEDIR%%/.next/static/chunks/webpack-3aa56ef0c291654a.js -%%HOMEDIR%%/.next/static/css/bedbfd9fc3ad63ef.css +%%HOMEDIR%%/.next/static/chunks/webpack-35489fe95d811bf8.js +%%HOMEDIR%%/.next/static/css/43f96f1c4925a618.css %%HOMEDIR%%/.next/static/media/Manrope.61cdc36c.ttf %%HOMEDIR%%/.next/static/media/Manrope.63012343.woff2 %%HOMEDIR%%/next-i18next.config.js @@ -608,6 +613,9 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/@grpc+proto-loader@0.7.15/node_modules/lodash.camelcase %%HOMEDIR%%/node_modules/.pnpm/@grpc+proto-loader@0.7.15/node_modules/long %%HOMEDIR%%/node_modules/.pnpm/@grpc+proto-loader@0.7.15/node_modules/protobufjs +%%HOMEDIR%%/node_modules/.pnpm/@img+colour@1.0.0/node_modules/@img/colour/color.cjs +%%HOMEDIR%%/node_modules/.pnpm/@img+colour@1.0.0/node_modules/@img/colour/index.cjs +%%HOMEDIR%%/node_modules/.pnpm/@img+colour@1.0.0/node_modules/@img/colour/package.json %%HOMEDIR%%/node_modules/.pnpm/@isaacs+fs-minipass@4.0.1/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js %%HOMEDIR%%/node_modules/.pnpm/@isaacs+fs-minipass@4.0.1/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json %%HOMEDIR%%/node_modules/.pnpm/@isaacs+fs-minipass@4.0.1/node_modules/@isaacs/fs-minipass/dist/esm/index.js @@ -1356,8 +1364,8 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/@kubernetes+client-node@1.0.0/node_modules/stream-buffers %%HOMEDIR%%/node_modules/.pnpm/@kubernetes+client-node@1.0.0/node_modules/tar %%HOMEDIR%%/node_modules/.pnpm/@kubernetes+client-node@1.0.0/node_modules/tmp-promise -%%HOMEDIR%%/node_modules/.pnpm/@next+env@15.5.2/node_modules/@next/env/dist/index.js -%%HOMEDIR%%/node_modules/.pnpm/@next+env@15.5.2/node_modules/@next/env/package.json +%%HOMEDIR%%/node_modules/.pnpm/@next+env@15.5.7/node_modules/@next/env/dist/index.js +%%HOMEDIR%%/node_modules/.pnpm/@next+env@15.5.7/node_modules/@next/env/package.json %%HOMEDIR%%/node_modules/.pnpm/@protobufjs+aspromise@1.1.2/node_modules/@protobufjs/aspromise/index.js %%HOMEDIR%%/node_modules/.pnpm/@protobufjs+aspromise@1.1.2/node_modules/@protobufjs/aspromise/package.json %%HOMEDIR%%/node_modules/.pnpm/@protobufjs+base64@1.1.2/node_modules/@protobufjs/base64/index.js @@ -1457,601 +1465,601 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/cacheable-request@10.2.14/node_modules/mimic-response %%HOMEDIR%%/node_modules/.pnpm/cacheable-request@10.2.14/node_modules/normalize-url %%HOMEDIR%%/node_modules/.pnpm/cacheable-request@10.2.14/node_modules/responselike -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/agents.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/browserVersions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/browsers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/aac.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/abortcontroller.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ac3-ec3.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/accelerometer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/addeventlistener.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/alternate-stylesheet.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ambient-light.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/apng.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/array-find-index.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/array-find.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/array-flat.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/array-includes.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/arrow-functions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/asmjs.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/async-clipboard.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/async-functions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/atob-btoa.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/audio-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/audio.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/audiotracks.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/autofocus.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/auxclick.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/av1.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/avif.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-attachment.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-clip-text.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-img-opts.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-position-x-y.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-repeat-round-space.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/background-sync.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/battery-status.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/beacon.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/beforeafterprint.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/bigint.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/blobbuilder.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/bloburls.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/border-image.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/border-radius.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/broadcastchannel.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/brotli.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/calc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/canvas-blending.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/canvas-text.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/canvas.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ch-unit.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/chacha20-poly1305.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/channel-messaging.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/childnode-remove.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/classlist.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/clipboard.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/colr-v1.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/colr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/comparedocumentposition.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/console-basic.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/console-time.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/const.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/constraint-validation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/contenteditable.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/cookie-store-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/cors.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/createimagebitmap.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/credential-management.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/cryptography.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-all.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-anchor-positioning.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-animation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-any-link.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-appearance.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-at-counter-style.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-autofill.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-backdrop-filter.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-background-offsets.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-boxshadow.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-canvas.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-caret-color.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-cascade-layers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-cascade-scope.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-case-insensitive.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-clip-path.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-color-adjust.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-color-function.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-conic-gradients.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-container-queries-style.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-container-queries.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-container-query-units.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-containment.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-content-visibility.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-counters.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-crisp-edges.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-cross-fade.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-default-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-deviceadaptation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-dir-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-display-contents.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-element-function.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-env-function.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-exclusions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-featurequeries.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-file-selector-button.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-filter-function.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-filters.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-first-letter.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-first-line.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-fixed.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-focus-visible.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-focus-within.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-font-palette.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-font-stretch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-gencontent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-gradients.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-grid-animation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-grid.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-has.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-hyphens.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-if.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-image-orientation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-image-set.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-in-out-of-range.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-initial-letter.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-initial-value.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-lch-lab.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-letter-spacing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-line-clamp.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-logical-props.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-marker-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-masks.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-matches-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-math-functions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-media-interaction.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-media-range-syntax.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-media-resolution.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-media-scripting.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-mediaqueries.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-mixblendmode.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-module-scripts.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-motion-paths.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-namespaces.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-nesting.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-not-sel-list.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-nth-child-of.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-opacity.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-optional-pseudo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-overflow-anchor.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-overflow-overlay.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-overflow.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-page-break.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-paged-media.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-paint-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-placeholder-shown.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-placeholder.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-print-color-adjust.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-read-only-write.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-rebeccapurple.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-reflections.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-regions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-relative-colors.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-repeating-gradients.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-resize.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-revert-value.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-rrggbbaa.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-scroll-behavior.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-scrollbar.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-sel2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-sel3.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-selection.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-shapes.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-snappoints.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-sticky.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-subgrid.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-supports-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-table.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-align-last.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-box-trim.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-indent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-justify.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-orientation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-spacing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-textshadow.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-touch-action.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-transitions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-unicode-bidi.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-unset-value.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-variables.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-when-else.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-widows-orphans.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-width-stretch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-writing-mode.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css-zoom.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-attr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-boxsizing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-colors.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-cursors-grab.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-cursors-newer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-cursors.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/css3-tabsize.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/currentcolor.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/custom-elements.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/custom-elementsv1.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/customevent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/datalist.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dataset.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/datauri.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/decorators.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/details.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/deviceorientation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/devicepixelratio.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dialog.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dispatchevent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dnssec.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/do-not-track.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/document-currentscript.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/document-execcommand.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/document-policy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/document-scrollingelement.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/documenthead.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dom-manip-convenience.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dom-range.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/domcontentloaded.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dommatrix.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/download.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/dragndrop.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/element-closest.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/element-from-point.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/element-scroll-methods.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/eme.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/eot.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es5.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-class.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-generators.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-module.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-number.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6-string-includes.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/es6.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/eventsource.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/extended-system-fonts.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/feature-policy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/fetch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/fieldset-disabled.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/fileapi.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/filereader.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/filereadersync.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/filesystem.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/flac.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/flexbox-gap.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/flexbox.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/flow-root.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/focusin-focusout-events.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-family-system-ui.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-feature.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-kerning.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-loading.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-size-adjust.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-smooth.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-unicode-range.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-variant-alternates.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/font-variant-numeric.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/fontface.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/form-attribute.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/form-submit-attributes.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/form-validation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/forms.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/fullscreen.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/gamepad.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/geolocation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/getboundingclientrect.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/getcomputedstyle.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/getelementsbyclassname.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/getrandomvalues.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/gyroscope.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/hardwareconcurrency.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/hashchange.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/heif.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/hevc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/hidden.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/high-resolution-time.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/history.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/html-media-capture.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/html5semantic.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/http-live-streaming.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/http2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/http3.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/iframe-sandbox.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/iframe-seamless.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/iframe-srcdoc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/imagecapture.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ime.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/import-maps.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/imports.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/indexeddb.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/indexeddb2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/inline-block.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/innertext.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-color.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-datetime.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-email-tel-url.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-event.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-file-accept.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-file-directory.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-file-multiple.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-inputmode.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-minlength.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-number.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-pattern.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-placeholder.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-range.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-search.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/input-selection.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/insert-adjacent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/insertadjacenthtml.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/internationalization.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/intersectionobserver.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/intl-pluralrules.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/intrinsic-width.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/jpeg2000.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/jpegxl.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/jpegxr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/json.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-code.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-key.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-location.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/keyboardevent-which.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/lazyload.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/let.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-icon-png.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-icon-svg.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-preconnect.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-prefetch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-preload.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/link-rel-prerender.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/loading-lazy-attr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/localecompare.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/magnetometer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/matchesselector.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/matchmedia.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mathml.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/maxlength.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/media-fragments.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mediarecorder.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mediasource.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/menu.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/meta-theme-color.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/meter.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/midi.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/minmaxwh.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mp3.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mpeg-dash.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mpeg4.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/multibackgrounds.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/multicolumn.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mutation-events.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/mutationobserver.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/namevalue-storage.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/native-filesystem-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/nav-timing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/netinfo.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/notifications.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/object-entries.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/object-fit.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/object-observe.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/object-values.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/objectrtc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/offline-apps.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/offscreencanvas.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ogg-vorbis.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ogv.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ol-reversed.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/once-event-listener.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/online-status.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/opus.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/orientation-sensor.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/outline.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pad-start-end.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/page-transition-events.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pagevisibility.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/passive-event-listener.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/passkeys.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/passwordrules.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/path2d.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/payment-request.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pdf-viewer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/permissions-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/permissions-policy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/picture-in-picture.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/picture.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ping.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/png-alpha.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pointer-events.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pointer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/pointerlock.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/portals.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/prefers-color-scheme.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/progress.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/promise-finally.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/promises.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/proximity.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/proxy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/publickeypinning.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/push-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/queryselector.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/readonly-attr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/referrer-policy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/registerprotocolhandler.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rel-noopener.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rel-noreferrer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rellist.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rem.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/requestanimationframe.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/requestidlecallback.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/resizeobserver.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/resource-timing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rest-parameters.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/rtcpeerconnection.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ruby.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/run-in.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/screen-orientation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/script-async.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/script-defer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/scrollintoview.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sdch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/selection-api.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/selectlist.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/server-timing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/serviceworkers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/setimmediate.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/shadowdom.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/shadowdomv1.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sharedarraybuffer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sharedworkers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sni.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/spdy.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/speech-recognition.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/speech-synthesis.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/spellcheck-attribute.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sql-storage.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/srcset.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/stream.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/streams.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/stricttransportsecurity.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/style-scoped.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/subresource-bundling.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/subresource-integrity.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-css.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-filters.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-fonts.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-fragment.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-html.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-html5.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-img.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg-smil.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/svg.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/sxg.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/tabindex-attr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/template-literals.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/template.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/temporal.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/testfeat.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/text-decoration.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/text-emphasis.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/text-overflow.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/text-size-adjust.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/text-stroke.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/textcontent.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/textencoder.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/tls1-1.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/tls1-2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/tls1-3.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/touch.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/transforms2d.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/transforms3d.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/trusted-types.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/ttf.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/typedarrays.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/u2f.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/unhandledrejection.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/url.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/urlsearchparams.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/use-strict.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/user-select-none.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/user-timing.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/variable-fonts.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/vector-effect.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/vibration.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/video.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/videotracks.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/view-transitions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/viewport-unit-variants.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/viewport-units.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wai-aria.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wake-lock.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-bigint.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-extended-const.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-gc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-multi-memory.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-multi-value.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-reference-types.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-signext.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-simd.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-tail-calls.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm-threads.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wasm.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wav.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wbr-element.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/web-animation.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/web-app-manifest.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/web-bluetooth.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/web-serial.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/web-share.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webauthn.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webcodecs.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webgl.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webgl2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webgpu.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webhid.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webkit-user-drag.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webm.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webnfc.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webp.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/websockets.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webtransport.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webusb.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webvr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webvtt.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webworkers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/webxr.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/will-change.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/woff.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/woff2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/word-break.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/wordwrap.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/x-doc-messaging.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/x-frame-options.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/xhr2.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/xhtml.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/xhtmlsmil.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/xml-serializer.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/data/features/zstd.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/lib/statuses.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/lib/supported.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/agents.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/browserVersions.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/browsers.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/feature.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/features.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/index.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/dist/unpacker/region.js -%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001739/node_modules/caniuse-lite/package.json +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/agents.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/browserVersions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/browsers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/aac.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/abortcontroller.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ac3-ec3.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/accelerometer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/addeventlistener.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ambient-light.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/apng.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/array-find-index.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/array-find.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/array-flat.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/array-includes.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/arrow-functions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/asmjs.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/async-clipboard.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/async-functions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/atob-btoa.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/audio-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/audio.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/audiotracks.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/autofocus.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/auxclick.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/av1.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/avif.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-attachment.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-clip-text.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-img-opts.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-position-x-y.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/background-sync.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/battery-status.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/beacon.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/beforeafterprint.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/bigint.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/blobbuilder.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/bloburls.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/border-image.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/border-radius.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/broadcastchannel.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/brotli.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/calc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/canvas-blending.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/canvas-text.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/canvas.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ch-unit.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/channel-messaging.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/childnode-remove.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/classlist.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/clipboard.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/colr-v1.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/colr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/comparedocumentposition.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/console-basic.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/console-time.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/const.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/constraint-validation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/contenteditable.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/cookie-store-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/cors.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/createimagebitmap.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/credential-management.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/cryptography.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-all.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-animation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-any-link.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-appearance.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-at-counter-style.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-autofill.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-background-offsets.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-boxshadow.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-canvas.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-caret-color.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-cascade-layers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-cascade-scope.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-case-insensitive.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-clip-path.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-color-adjust.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-color-function.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-conic-gradients.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-container-queries-style.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-container-queries.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-container-query-units.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-containment.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-content-visibility.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-counters.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-crisp-edges.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-cross-fade.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-default-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-display-contents.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-element-function.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-env-function.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-exclusions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-featurequeries.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-file-selector-button.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-filter-function.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-filters.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-first-letter.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-first-line.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-fixed.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-focus-visible.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-focus-within.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-font-palette.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-font-stretch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-gencontent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-gradients.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-grid-animation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-grid.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-has.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-hyphens.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-if.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-image-orientation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-image-set.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-initial-letter.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-initial-value.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-lch-lab.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-letter-spacing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-line-clamp.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-logical-props.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-masks.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-math-functions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-media-interaction.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-media-resolution.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-media-scripting.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-mediaqueries.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-mixblendmode.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-module-scripts.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-motion-paths.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-namespaces.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-nesting.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-not-sel-list.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-nth-child-of.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-opacity.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-overflow.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-page-break.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-paged-media.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-paint-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-placeholder.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-read-only-write.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-reflections.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-regions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-relative-colors.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-resize.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-revert-value.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-scrollbar.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-sel2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-sel3.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-selection.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-shapes.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-snappoints.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-sticky.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-subgrid.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-supports-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-table.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-align-last.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-box-trim.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-indent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-justify.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-orientation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-spacing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-textshadow.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-touch-action.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-transitions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-unset-value.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-variables.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-when-else.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-widows-orphans.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-width-stretch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-writing-mode.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css-zoom.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-attr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-boxsizing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-colors.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-cursors.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/css3-tabsize.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/currentcolor.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/custom-elements.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/custom-elementsv1.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/customevent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/datalist.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dataset.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/datauri.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/decorators.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/details.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/deviceorientation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/devicepixelratio.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dialog.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dispatchevent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dnssec.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/do-not-track.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/document-currentscript.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/document-execcommand.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/document-policy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/document-scrollingelement.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/documenthead.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dom-range.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/domcontentloaded.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dommatrix.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/download.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/dragndrop.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/element-closest.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/element-from-point.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/element-scroll-methods.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/eme.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/eot.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es5.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-class.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-generators.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-module.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-number.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6-string-includes.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/es6.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/eventsource.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/extended-system-fonts.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/feature-policy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/fetch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/fieldset-disabled.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/fileapi.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/filereader.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/filereadersync.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/filesystem.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/flac.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/flexbox-gap.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/flexbox.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/flow-root.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-family-system-ui.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-feature.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-kerning.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-loading.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-size-adjust.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-smooth.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-unicode-range.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-variant-alternates.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/font-variant-numeric.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/fontface.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/form-attribute.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/form-submit-attributes.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/form-validation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/forms.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/fullscreen.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/gamepad.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/geolocation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/getboundingclientrect.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/getcomputedstyle.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/getrandomvalues.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/gyroscope.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/hashchange.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/heif.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/hevc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/hidden.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/high-resolution-time.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/history.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/html-media-capture.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/html5semantic.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/http-live-streaming.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/http2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/http3.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/iframe-sandbox.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/iframe-seamless.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/imagecapture.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ime.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/import-maps.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/imports.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/indexeddb.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/indexeddb2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/inline-block.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/innertext.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-color.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-datetime.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-email-tel-url.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-event.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-file-accept.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-file-directory.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-file-multiple.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-inputmode.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-minlength.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-number.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-pattern.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-placeholder.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-range.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-search.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/input-selection.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/insert-adjacent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/internationalization.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/intersectionobserver.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/intl-pluralrules.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/intrinsic-width.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/jpeg2000.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/jpegxl.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/jpegxr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/json.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-code.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-key.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-location.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/keyboardevent-which.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/lazyload.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/let.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-icon-png.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-icon-svg.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-preload.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/link-rel-prerender.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/localecompare.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/magnetometer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/matchesselector.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/matchmedia.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mathml.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/maxlength.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/media-fragments.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mediarecorder.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mediasource.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/menu.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/meta-theme-color.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/meter.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/midi.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/minmaxwh.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mp3.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mpeg-dash.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mpeg4.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/multibackgrounds.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/multicolumn.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mutation-events.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/mutationobserver.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/namevalue-storage.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/native-filesystem-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/nav-timing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/netinfo.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/notifications.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/object-entries.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/object-fit.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/object-observe.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/object-values.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/objectrtc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/offline-apps.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/offscreencanvas.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ogg-vorbis.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ogv.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ol-reversed.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/once-event-listener.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/online-status.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/opus.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/orientation-sensor.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/outline.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pad-start-end.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/page-transition-events.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pagevisibility.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/passive-event-listener.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/passkeys.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/passwordrules.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/path2d.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/payment-request.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pdf-viewer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/permissions-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/permissions-policy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/picture-in-picture.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/picture.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ping.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/png-alpha.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pointer-events.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pointer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/pointerlock.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/portals.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/progress.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/promise-finally.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/promises.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/proximity.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/proxy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/publickeypinning.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/push-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/queryselector.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/readonly-attr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/referrer-policy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rel-noopener.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rel-noreferrer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rellist.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rem.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/requestanimationframe.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/requestidlecallback.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/resizeobserver.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/resource-timing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rest-parameters.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ruby.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/run-in.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/screen-orientation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/script-async.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/script-defer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/scrollintoview.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sdch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/selection-api.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/selectlist.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/server-timing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/serviceworkers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/setimmediate.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/shadowdom.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/shadowdomv1.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sharedworkers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sni.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/spdy.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/speech-recognition.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/speech-synthesis.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sql-storage.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/srcset.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/stream.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/streams.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/style-scoped.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/subresource-bundling.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/subresource-integrity.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-css.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-filters.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-fonts.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-fragment.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-html.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-html5.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-img.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg-smil.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/svg.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/sxg.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/tabindex-attr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/template-literals.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/template.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/temporal.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/testfeat.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/text-decoration.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/text-emphasis.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/text-overflow.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/text-size-adjust.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/text-stroke.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/textcontent.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/textencoder.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/tls1-1.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/tls1-2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/tls1-3.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/touch.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/transforms2d.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/transforms3d.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/trusted-types.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/ttf.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/typedarrays.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/u2f.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/unhandledrejection.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/url.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/urlsearchparams.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/use-strict.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/user-select-none.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/user-timing.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/variable-fonts.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/vector-effect.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/vibration.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/video.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/videotracks.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/view-transitions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/viewport-units.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wai-aria.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wake-lock.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-bigint.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-extended-const.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-gc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-multi-value.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-reference-types.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-signext.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-simd.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm-threads.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wasm.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wav.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wbr-element.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/web-animation.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/web-app-manifest.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/web-bluetooth.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/web-serial.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/web-share.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webauthn.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webcodecs.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webgl.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webgl2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webgpu.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webhid.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webkit-user-drag.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webm.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webnfc.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webp.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/websockets.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webtransport.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webusb.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webvr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webvtt.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webworkers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/webxr.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/will-change.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/woff.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/woff2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/word-break.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/wordwrap.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/x-doc-messaging.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/x-frame-options.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/xhr2.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/xhtml.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/xhtmlsmil.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/xml-serializer.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/data/features/zstd.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/lib/statuses.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/lib/supported.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/agents.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/browsers.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/feature.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/features.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/index.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/dist/unpacker/region.js +%%HOMEDIR%%/node_modules/.pnpm/caniuse-lite@1.0.30001759/node_modules/caniuse-lite/package.json %%HOMEDIR%%/node_modules/.pnpm/chownr@1.1.4/node_modules/chownr/chownr.js %%HOMEDIR%%/node_modules/.pnpm/chownr@1.1.4/node_modules/chownr/package.json %%HOMEDIR%%/node_modules/.pnpm/chownr@3.0.0/node_modules/chownr/dist/commonjs/index.js @@ -2068,11 +2076,6 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/color-convert@1.9.3/node_modules/color-convert/package.json %%HOMEDIR%%/node_modules/.pnpm/color-convert@1.9.3/node_modules/color-convert/route.js %%HOMEDIR%%/node_modules/.pnpm/color-convert@1.9.3/node_modules/color-name -%%HOMEDIR%%/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js -%%HOMEDIR%%/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js -%%HOMEDIR%%/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/package.json -%%HOMEDIR%%/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js -%%HOMEDIR%%/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-name %%HOMEDIR%%/node_modules/.pnpm/color-name@1.1.3/node_modules/color-name/index.js %%HOMEDIR%%/node_modules/.pnpm/color-name@1.1.3/node_modules/color-name/package.json %%HOMEDIR%%/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js @@ -2085,10 +2088,6 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/color@3.2.1/node_modules/color-string %%HOMEDIR%%/node_modules/.pnpm/color@3.2.1/node_modules/color/index.js %%HOMEDIR%%/node_modules/.pnpm/color@3.2.1/node_modules/color/package.json -%%HOMEDIR%%/node_modules/.pnpm/color@4.2.3/node_modules/color-convert -%%HOMEDIR%%/node_modules/.pnpm/color@4.2.3/node_modules/color-string -%%HOMEDIR%%/node_modules/.pnpm/color@4.2.3/node_modules/color/index.js -%%HOMEDIR%%/node_modules/.pnpm/color@4.2.3/node_modules/color/package.json %%HOMEDIR%%/node_modules/.pnpm/colorspace@1.1.4/node_modules/color %%HOMEDIR%%/node_modules/.pnpm/colorspace@1.1.4/node_modules/colorspace/index.js %%HOMEDIR%%/node_modules/.pnpm/colorspace@1.1.4/node_modules/colorspace/package.json @@ -2332,10 +2331,11 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.js %%HOMEDIR%%/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/lite/index.mjs %%HOMEDIR%%/node_modules/.pnpm/dequal@2.0.3/node_modules/dequal/package.json -%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/detect-libc.js -%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/filesystem.js -%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/lib/process.js -%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.0.4/node_modules/detect-libc/package.json +%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/detect-libc.js +%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/elf.js +%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/filesystem.js +%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/lib/process.js +%%HOMEDIR%%/node_modules/.pnpm/detect-libc@2.1.2/node_modules/detect-libc/package.json %%HOMEDIR%%/node_modules/.pnpm/docker-modem@5.0.6/node_modules/debug %%HOMEDIR%%/node_modules/.pnpm/docker-modem@5.0.6/node_modules/docker-modem/lib/http.js %%HOMEDIR%%/node_modules/.pnpm/docker-modem@5.0.6/node_modules/docker-modem/lib/http_duplex.js @@ -2972,1149 +2972,1151 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/index.cjs %%HOMEDIR%%/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/non-secure/package.json %%HOMEDIR%%/node_modules/.pnpm/nanoid@3.3.11/node_modules/nanoid/package.json -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@babel/runtime -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/core-js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/hoist-non-react-statics -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/i18next -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/i18next-fs-backend -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/appWithTranslation.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/config/createConfig.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/config/defaultConfig.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/createClient/node.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/createClient/package.json -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/index.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/serverSideTranslations.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/package.json -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/serverSideTranslations.js -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react -%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-i18next -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@next/env -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@swc/helpers -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/caniuse-lite -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/extract-const-value.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/get-page-static-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/parse-module.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/get-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/transform.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/util.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/commonjs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-page-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/build-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/create-compiler-aliases.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/define-env.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/deployment-id.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/entries.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/get-babel-config-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/get-babel-loader-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/handle-externals.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/load-entrypoint.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/load-jsconfig.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-config-ts/require-hook.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-config-ts/transpile-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-dir-paths.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/normalize-catchall-routes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/format.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/log.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/store.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/fetch/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object-assign.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/auto.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/implementation.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/polyfill.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/shim.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/polyfill-nomodule.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/process.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/app-segment-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/app-segments.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/middleware/middleware-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/app.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/pages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/swc/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/swc/options.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack-config-rules/resolve.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/cache-invalidation.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/base.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/messages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/images/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/images/messages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/helpers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/stringify-request.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/cli/next-test.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/add-base-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/add-locale.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-build-id.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-call-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-find-source-map-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/assign-location.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-announcer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-headers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/bailout-to-client-rendering.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/default.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/global-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/global-not-found.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/errors/root-error-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/forbidden.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/handle-isr-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/hooks-server-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/is-next-router-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/links.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/match-segments.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/nav-failure-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation-untracked.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.react-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/noop-head.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/promise-queue.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-status-code.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/handle-mutable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/router-reducer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/cache-key.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/lru.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/navigation.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/prefetch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/scheduler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/tuple-map.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-bailout.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/styles/access-error-styles.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unauthorized.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unrecognized-action-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unresolved-thenable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.browser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/use-action-queue.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/detect-domain-locale.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/app/hot-reloader-app.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/app/use-websocket.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/get-socket-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/pages/hot-reloader-pages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/pages/websocket.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/turbopack-hot-reloader-common.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/report-hmr-latency.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/runtime-error-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/flight-data-helpers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/has-base-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/lib/console.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/normalize-trailing-slash.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/react-client-callbacks/report-global-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/remove-base-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/remove-locale.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/request-idle-callback.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/resolve-href.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/route-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/route-params.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/router.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/script.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/set-attributes-from-props.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/trusted-types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/with-router.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@hapi/accept/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@hapi/accept/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@napi-rs/triples/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@napi-rs/triples/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-resource.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/retry.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/google/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/local/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/LICENSE -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/acorn/acorn.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/acorn/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/validator_wasm.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/assert/assert.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/assert/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-retry/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-retry/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-sema/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-sema/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-packages/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-packages/packages-bundle.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/bundle.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/code-frame.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/generator.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/parser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-syntax-jsx.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-transform-define.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/preset-typescript.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/traverse.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserify-zlib/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserify-zlib/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserslist/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserslist/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/buffer/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/buffer/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/busboy/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/busboy/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/bytes/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/bytes/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ci-info/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ci-info/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/commander/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/commander/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/comment-json/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/comment-json/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/compression/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/compression/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/conf/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/conf/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/constants-browserify/constants.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/constants-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/content-disposition/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/content-disposition/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cookie/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cookie/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cross-spawn/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cross-spawn/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/crypto-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/crypto-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cssnano-simple/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/data-uri-to-buffer/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/data-uri-to-buffer/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/debug/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/debug/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/devalue/devalue.umd.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/devalue/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/domain-browser/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/domain-browser/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/edge-runtime/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/edge-runtime/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/events/events.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/events/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/find-up/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/find-up/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/fresh/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/fresh/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/glob/glob.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/glob/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/gzip-size/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/gzip-size/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy-agent/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy-agent/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-proxy-agent/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-proxy-agent/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/icss-utils/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/icss-utils/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ignore-loader/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ignore-loader/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-detector/detector.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-size/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-size/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-animated/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-animated/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-docker/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-docker/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-wsl/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-wsl/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/processChild.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/threadChild.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/json5/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/json5/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jsonwebtoken/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jsonwebtoken/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils2/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils2/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils3/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils3/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lodash.curry/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lodash.curry/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/nanoid/index.cjs -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/nanoid/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/native-url/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/native-url/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/neo-async/async.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/neo-async/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-devtools/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/os-browserify/browser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/os-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-limit/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-limit/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-queue/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-queue/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-to-regexp/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-to-regexp/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/picomatch/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/picomatch/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-scope/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-scope/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-values/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-values/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-preset-env/index.cjs -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-preset-env/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-scss/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-value-parser/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-value-parser/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/process/browser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/process/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/punycode/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/punycode/punycode.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/querystring-es3/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/querystring-es3/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/raw-body/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/raw-body/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/babel.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/regenerator-runtime/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/regenerator-runtime/runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/safe-stable-stringify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/safe-stable-stringify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/sass-loader/cjs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/sass-loader/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/schema-utils3/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/schema-utils3/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/semver/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/semver/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/send/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/send/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/setimmediate/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/setimmediate/setImmediate.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/shell-quote/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/shell-quote/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map/source-map.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map08/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map08/source-map.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stacktrace-parser/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-http/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-http/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string-hash/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string-hash/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string_decoder/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string_decoder/string_decoder.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/strip-ansi/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/strip-ansi/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/superstruct/index.cjs -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/superstruct/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tar/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tar/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/text-table/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/text-table/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/timers-browserify/main.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/timers-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tty-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tty-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/unistore/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/unistore/unistore.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/util/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/util/util.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/vm-browserify/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/vm-browserify/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/watchpack/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/watchpack/watchpack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/webpack-sources3/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/webpack-sources3/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ws/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ws/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod-validation-error/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod-validation-error/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod/index.cjs -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/fetch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/httpget.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/server-edge.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/helpers/create-incremental-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/helpers/get-amp-html-validator.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/batcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/build-custom-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/client-and-server-references.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/coalesced-function.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/compile-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/create-client-router-filter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/default-transpiled-packages.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/detached-promise.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/detect-typo.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/download-swc.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/error-telemetry-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fallback.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fatal-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/file-exists.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-pages-dir.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-root.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/format-dynamic-import-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/format-server-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-components.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fs/rename.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fs/write-atomic.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/generate-interception-routes-rewrites.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/get-network-host.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/get-project-dir.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/has-necessary-dependencies.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-cache-directory.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-online.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-pkg-manager.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-registry.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/install.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/install-dependencies.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/interop-default.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-api-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-app-page-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-app-route-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-edge-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-internal-component.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-serializable-props.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/known-edge-safe-packages.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/load-custom-routes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/get-metadata-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/is-metadata-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/metadata-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/multi-file-writer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/needs-experimental-react.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/non-nullable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/normalize-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/oxford-comma-list.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/page-types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/patch-incorrect-lockfile.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/pick.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/picocolors.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/pretty-bytes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/realpath.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/recursive-delete.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/recursive-readdir.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/redirect-status.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/resolve-from.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/route-pattern-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/scheduler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/semver-noop.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/server-external-packages.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/static-env.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/try-to-parse-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/turbopack-warning.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/diagnosticFormatter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/missingDependencyError.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/runTypeCheck.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/verify-partytown-setup.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/verify-typescript-setup.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/wait.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/with-promise-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/dev-indicator-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/devtools-config-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/font/get-dev-overlay-font-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/get-next-error-feedback-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/launch-editor.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/middleware-response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/restart-dev-server-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/console-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/deepmerge.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/devtools-config-schema.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/forward-logs-shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/react-18-hydration-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/react-19-hydration-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/webpack-module-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/app-dev-overlay-error-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/replay-ssr-only-errors.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/stitched-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/use-error-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/use-forward-console-log.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/forward-logs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/hydration-error-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-error-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/use-app-dev-rendering-indicator.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/ReactDOMServerPages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/accept-header.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/after-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/awaiter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/builtin-request-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/run-with-after.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/get-cookie-parser.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/after-task-async-storage.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render-prerender-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render-render-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/async-local-storage.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/cache-signal.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-component-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-error-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/csrf-protection.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/dynamic-rendering.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/encryption-utils-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/encryption-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/flight-render-result.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-asset-query-string.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-layer-assets.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-preloadable-fonts.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-segment-param.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/interop-default.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/parse-loader-tree.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/postponed-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/prospective-render-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/react-large-shell-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/react-server.node.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/render-css-resource.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/required-scripts.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/segment-explorer-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/server-inserted-html.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/strip-flight-headers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/use-flight-response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/draft-mode-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/request-store.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/work-store.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/helpers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/node.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/body-streams.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/cache-dir.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/capsize-font-metrics.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/ci-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/client-component-renderer-logger.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-schema.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/crypto-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/browser-logs/receive-logs.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/browser-logs/source-map.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/dev-indicator-server-state.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/get-source-map-from-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-middleware.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-turbopack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-webpack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/log-requests.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/messages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/middleware-turbopack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/middleware-webpack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/next-dev-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/node-stack-frames.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/on-demand-entry-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/parse-version-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/require-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/static-paths-worker.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/turbopack-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dynamic-rendering-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/font-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/get-app-route-from-entrypoint.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/get-route-from-entrypoint.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/htmlescape.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/image-optimizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/instrumentation/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/internal-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/app-dir-module.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/app-info-log.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/async-callback-set.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cache-control.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cache-handlers/default.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/chrome-devtools-workspace.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/clone-response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cpu-profile.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/decode-query-path-parameter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/dedupe-fetch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/dev-bundler-service.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/etag.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/experimental/create-env-definitions.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/experimental/ppr.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/find-page-file.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/fix-mojibake.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/format-hostname.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/i18n-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/implicit-tags.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/is-ipv6.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/lazy-result.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/lru-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/match-next-data-pathname.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/mock-request.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/module-loader/node-module-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/node-fs-methods.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/parse-stack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/patch-fetch.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/patch-set-header.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/render-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/block-cross-site.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/build-data-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/decode-path-params.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/filesystem.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/is-postpone.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/proxy-request.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/resolve-routes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/route-types-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/router-server-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/typegen.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/server-action-request-meta.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/server-ipc/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/source-maps.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/start-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/streaming-metadata.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/to-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/tracer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-components.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-default-error-components.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-manifest.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/match-bundle.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-typescript.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-baseline.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/console-dev.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/date.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/error-inspect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/node-crypto.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/random.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/web-crypto.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-polyfill-crypto.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/locale-route-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/normalizers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/prefixing-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/base-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/next-data.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/prefetch-rsc.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/prefix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/rsc.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/suffix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/underscore-normalizer.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/optimize-amp.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/patch-error-inspect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/pipe-readable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/post-process.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/render-result.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/render.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/request-meta.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/require-hook.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/require.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/types.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/resume-data-cache/cache-store.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/revalidation-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-definitions/app-page-route-definition.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-kind.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/locale-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/pages-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matches/pages-api-route-match.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.compiled.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.render.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/checks.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/builtin/_error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.compiled.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.render.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/pages-handler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/route-module.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/send-payload.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/send-response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/serve-static.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/server-route-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/server-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/setup-http-agent-env.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/encoded-tags.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/uint8array-helpers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/constant.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/client-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/entry.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/metadata.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/server-boundary.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/server.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/use-cache/handlers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/adapter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/get-edge-preview-props.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/globals.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/http.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/next-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/context.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/resource-managers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/sandbox.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/headers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/cookies.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/fetch-event.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/request.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/response.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/web-on-close.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/amp-mode.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/bloom-filter.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/canary-only.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/deep-freeze.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/dset.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/encode-uri-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/error-source.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/errors/constants.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/escape-regexp.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/format-webpack-messages.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-hostname.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-rspack.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-webpack-bundler.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hash.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/head.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/html-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-blur-svg.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-config.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/invariant-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-internal.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-plain-object.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-thenable.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/loadable.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/magic-identifier.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/match-local-pattern.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/match-remote-pattern.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/mitt.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/no-fallback-error.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/normalized-asset-prefix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/get-page-paths.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/promise-with-resolvers.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router-context.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/adapters.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/router.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-locale.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/app-paths.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/compare-states.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/format-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/html-bots.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/interception-routes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-bot.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-local-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/omit.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-path.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/path-match.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/querystring.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/relativize-url.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-matcher.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-regex.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/runtime-config.external.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-reference-info.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/side-effect.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/compilation-events.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/entry-key.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/internal-error.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/manifest-loader.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/utils.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/utils/warn-once.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/zod.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/anonymous-meta.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/detached-flush.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/build.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/error-feedback.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/plugins.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/swc-load-failure.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/version.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/flush-and-exit.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/post-telemetry-payload.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/project-id.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/storage.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/index.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/to-json.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/to-telemetry.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/shared.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/trace.js -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/font/google/target.css -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/package.json -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/postcss -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-dom -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/sharp -%%HOMEDIR%%/node_modules/.pnpm/next@15.5.2_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/styled-jsx +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@babel/runtime +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/core-js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/hoist-non-react-statics +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/i18next +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/i18next-fs-backend +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/appWithTranslation.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/config/createConfig.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/config/defaultConfig.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/createClient/node.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/createClient/package.json +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/index.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/serverSideTranslations.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/dist/commonjs/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/package.json +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next-i18next/serverSideTranslations.js +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react +%%HOMEDIR%%/node_modules/.pnpm/next-i18next@12.1.0_next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1__react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-i18next +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@next/env +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/@swc/helpers +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/caniuse-lite +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/extract-const-value.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/get-page-static-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/analysis/parse-module.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/get-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/transform.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/loader/util.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/commonjs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-font-unsupported.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-page-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-page-disallow-re-export-all-exports.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/babel/plugins/next-ssg-transform.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/build-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/create-compiler-aliases.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/define-env.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/deployment-id.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/entries.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/get-babel-config-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/get-babel-loader-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/handle-externals.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/load-entrypoint.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/load-jsconfig.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-config-ts/require-hook.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-config-ts/transpile-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/next-dir-paths.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/normalize-catchall-routes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/format.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/log.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/output/store.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/fetch/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/fetch/whatwg-fetch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object-assign.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/auto.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/implementation.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/polyfill.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/object.assign/shim.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/polyfill-nomodule.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/polyfills/process.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/app-segment-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/app-segments.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/app/collect-root-param-keys.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/middleware/middleware-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/segment-config/pages/pages-segment-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/app.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/pages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/static-paths/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/swc/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/swc/options.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack-config-rules/resolve.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/cache-invalidation.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/base.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/client.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/file-resolve.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/getCssModuleLocalIdent.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/global.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/modules.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/loaders/next-font.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/messages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/css/plugins.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/images/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/blocks/images/messages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/helpers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/config/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/CssSyntaxError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/camelcase.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-icss-parser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-import-parser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/plugins/postcss-url-parser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/api.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/runtime/getUrl.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/get-module-build-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/codegen.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/interface.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/minify.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/lightningcss-loader/src/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-flight-css-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-flight-loader/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-middleware-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/Warning.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/file-protocol.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/join-function.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/postcss.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/resolve-url-loader/lib/value-processor.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/app-build-manifest-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/build-manifest-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/copy-file-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/css-chunking-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/css-minimizer-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/devtools-ignore-list-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/eval-source-map-dev-tool-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/flight-client-entry-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/flight-manifest-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/jsconfig-paths-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/memory-with-gc-cache-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/middleware-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/mini-css-extract-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/minify-webpack-plugin/src/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-drop-client-page-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-font-manifest-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-trace-entrypoints-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-types-plugin/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/next-types-plugin/shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/nextjs-require-cache-hot-reloader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/optional-peer-dependency-resolve-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/pages-manifest-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/profiling-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/react-loadable-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/rspack-flight-client-entry-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/rspack-profiling-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/slow-module-detection-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/telemetry-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/telemetry-plugin/use-cache-tracker-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/getModuleTrace.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parse-dynamic-code-evaluation-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseBabel.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseCss.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextAppLoaderError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextFontError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNextInvalidImportError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseNotFoundError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/parseScss.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/simpleWebpackError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/plugins/wellknown-errors-plugin/webpackModuleError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/stringify-request.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/cli/next-test.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/add-base-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/add-locale.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-build-id.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-call-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/app-find-source-map-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/assign-location.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-announcer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-headers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router-instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/app-router.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/bailout-to-client-rendering.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/default.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/global-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/builtin/global-not-found.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/dev-root-http-access-fallback-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/error-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/errors/graceful-degrade-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/errors/root-error-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/forbidden.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/handle-isr-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/hooks-server-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/error-fallback.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/http-access-fallback/http-access-fallback.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/is-next-router-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/links.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/match-segments.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/nav-failure-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation-untracked.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/navigation.react-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/noop-head.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/not-found.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/promise-queue.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect-status-code.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/redirect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/aliased-prefetch-navigations.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/apply-router-state-patch-to-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/clear-cache-node-data-for-segment-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-href-from-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-initial-router-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/create-router-cache-key.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fill-cache-with-new-subtree-data.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/fill-lazy-items-till-leaf-with-head.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/handle-mutable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/invalidate-cache-below-flight-segmentpath.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/invalidate-cache-by-router-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/is-navigating-to-new-root-layout.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/find-head-in-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/get-segment-value.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/has-interception-route-in-current-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/hmr-refresh-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/server-action-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/reducers/server-patch-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/refetch-inactive-parallel-segments.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/router-reducer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/set-cache-busting-search-param.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/cache-key.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/lru.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/navigation.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/prefetch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/scheduler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache-impl/tuple-map.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/segment-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/static-generation-bailout.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/styles/access-error-styles.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unauthorized.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unrecognized-action-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unresolved-thenable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.browser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/unstable-rethrow.server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/components/use-action-queue.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/detect-domain-locale.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/app/hot-reloader-app.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/app/use-websocket.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/get-socket-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/pages/hot-reloader-pages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/pages/websocket.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/hot-reloader/turbopack-hot-reloader-common.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/report-hmr-latency.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/dev/runtime-error-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/flight-data-helpers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/has-base-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/lib/console.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/normalize-trailing-slash.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/react-client-callbacks/on-recoverable-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/react-client-callbacks/report-global-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/remove-base-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/remove-locale.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/request-idle-callback.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/resolve-href.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/route-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/route-params.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/router.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/script.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/set-attributes-from-props.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/trusted-types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/client/with-router.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/cookies/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/cookies/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/ponyfill/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/ponyfill/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/abort-controller.js.text.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/console.js.text.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/events.js.text.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/load.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/stream.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/timers.js.text.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@edge-runtime/primitives/url.js.text.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@hapi/accept/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@hapi/accept/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@mswjs/interceptors/ClientRequest/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@napi-rs/triples/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@napi-rs/triples/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/fontkit/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/format-available-values.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-css-from-google-fonts.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-font-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/fetch-resource.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/find-font-files-in-css.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/font-data.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-fallback-font-override-metrics.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-font-axes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-google-fonts-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/get-proxy-agent.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/google-fonts-metadata.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/retry.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/sort-fonts-variant-values.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/google/validate-google-font-function-call.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/get-fallback-metrics-from-font-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/pick-font-file-for-fallback-generation.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/local/validate-local-font-function-call.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/dist/next-font-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/google/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/local/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/font/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/ReactRefreshWebpackPlugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/ReactRefreshModule.runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/internal/helpers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/LICENSE +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/@vercel/nft/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/acorn/acorn.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/acorn/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/amphtml-validator/validator_wasm.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/assert/assert.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/assert/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-retry/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-retry/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-sema/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/async-sema/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-code-frame/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-code-frame/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-packages/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel-packages/packages-bundle.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/bundle.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/code-frame.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-block-hoist-plugin.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-normalize-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-normalize-opts.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core-lib-plugin-pass.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/core.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/generator.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/parser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-syntax-jsx.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-transform-define.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/plugin-transform-modules-commonjs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/preset-typescript.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/traverse.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/babel/types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserify-zlib/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserify-zlib/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserslist/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/browserslist/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/buffer/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/buffer/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/busboy/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/busboy/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/bytes/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/bytes/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ci-info/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ci-info/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/commander/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/commander/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/comment-json/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/comment-json/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/compression/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/compression/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/conf/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/conf/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/constants-browserify/constants.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/constants-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/content-disposition/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/content-disposition/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cookie/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cookie/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cross-spawn/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cross-spawn/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/crypto-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/crypto-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/cssnano-simple/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/data-uri-to-buffer/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/data-uri-to-buffer/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/debug/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/debug/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/devalue/devalue.umd.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/devalue/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/domain-browser/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/domain-browser/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/edge-runtime/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/edge-runtime/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/events/events.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/events/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/find-up/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/find-up/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/fresh/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/fresh/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/glob/glob.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/glob/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/gzip-size/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/gzip-size/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy-agent/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy-agent/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/http-proxy/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-proxy-agent/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/https-proxy-agent/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/icss-utils/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/icss-utils/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ignore-loader/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ignore-loader/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-detector/detector.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-size/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/image-size/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-animated/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-animated/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-docker/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-docker/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-wsl/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/is-wsl/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/processChild.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jest-worker/threadChild.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/json5/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/json5/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jsonwebtoken/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/jsonwebtoken/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils2/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils2/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils3/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/loader-utils3/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lodash.curry/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lodash.curry/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/lru-cache/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/cjs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/mini-css-extract-plugin/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/nanoid/index.cjs +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/nanoid/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/native-url/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/native-url/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/neo-async/async.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/neo-async/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-devtools/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-api.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/os-browserify/browser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/os-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-limit/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-limit/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-queue/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/p-queue/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-to-regexp/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/path-to-regexp/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/picomatch/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/picomatch/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-flexbugs-fixes/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-flexbugs-fixes/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-extract-imports/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-extract-imports/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-local-by-default/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-local-by-default/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-scope/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-scope/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-values/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-modules-values/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-plugin-stub-for-cssnano-simple/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-preset-env/index.cjs +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-preset-env/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-scss/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-scss/scss-syntax.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-value-parser/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/postcss-value-parser/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/process/browser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/process/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/punycode/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/punycode/punycode.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/querystring-es3/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/querystring-es3/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/raw-body/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/raw-body/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/cjs/react-is.development.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/cjs/react-is.production.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-is/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/babel.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.development.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-babel.production.min.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.development.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/cjs/react-refresh-runtime.production.min.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/react-refresh/runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/regenerator-runtime/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/regenerator-runtime/runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/safe-stable-stringify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/safe-stable-stringify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/sass-loader/cjs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/sass-loader/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/schema-utils3/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/schema-utils3/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/semver/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/semver/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/send/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/send/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/setimmediate/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/setimmediate/setImmediate.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/shell-quote/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/shell-quote/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map/source-map.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map08/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/source-map08/source-map.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stacktrace-parser/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-http/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/stream-http/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string-hash/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string-hash/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string_decoder/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/string_decoder/string_decoder.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/strip-ansi/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/strip-ansi/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/superstruct/index.cjs +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/superstruct/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tar/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tar/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/text-table/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/text-table/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/timers-browserify/main.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/timers-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tty-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/tty-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/unistore/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/unistore/unistore.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/util/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/util/util.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/vm-browserify/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/vm-browserify/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/watchpack/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/watchpack/watchpack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/webpack-sources3/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/webpack-sources3/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ws/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/ws/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod-validation-error/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod-validation-error/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod/index.cjs +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/compiled/zod/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/fetch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/httpget.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/server-edge.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/experimental/testmode/server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/helpers/create-incremental-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/helpers/get-amp-html-validator.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/export/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/batcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/build-custom-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/client-and-server-references.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/coalesced-function.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/compile-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/create-client-router-filter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/default-transpiled-packages.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/detached-promise.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/detect-typo.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/download-swc.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/error-telemetry-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fallback.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fatal-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/file-exists.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-pages-dir.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/find-root.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/format-dynamic-import-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/format-server-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-components.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/framework/boundary-constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fs/rename.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/fs/write-atomic.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/generate-interception-routes-rewrites.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/get-network-host.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/get-project-dir.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/has-necessary-dependencies.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-cache-directory.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-online.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-pkg-manager.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/get-registry.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/helpers/install.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/install-dependencies.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/interop-default.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-api-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-app-page-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-app-route-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-edge-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-internal-component.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/is-serializable-props.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/known-edge-safe-packages.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/load-custom-routes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/get-metadata-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/is-metadata-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/metadata/metadata-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/multi-file-writer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/needs-experimental-react.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/non-nullable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/normalize-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/oxford-comma-list.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/page-types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/patch-incorrect-lockfile.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/pick.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/picocolors.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/pretty-bytes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/realpath.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/recursive-delete.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/recursive-readdir.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/redirect-status.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/resolve-from.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/route-pattern-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/scheduler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/semver-noop.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/server-external-packages.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/static-env.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/try-to-parse-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/turbopack-warning.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/diagnosticFormatter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/getTypeScriptConfiguration.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/getTypeScriptIntent.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/missingDependencyError.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/runTypeCheck.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/writeAppTypeDeclarations.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/typescript/writeConfigurationDefaults.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/verify-partytown-setup.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/verify-typescript-setup.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/wait.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/lib/with-promise-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/dev-indicator-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/devtools-config-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/font/get-dev-overlay-font-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/get-next-error-feedback-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/launch-editor.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/middleware-response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/restart-dev-server-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/server/shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/console-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/deepmerge.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/devtools-config-schema.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/forward-logs-shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/react-18-hydration-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/react-19-hydration-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/shared/webpack-module-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/app-dev-overlay-error-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/replay-ssr-only-errors.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/stitched-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/use-error-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/errors/use-forward-console-log.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/forward-logs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/app/terminal-logging-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/hydration-error-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-error-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/next-devtools/userspace/use-app-dev-rendering-indicator.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/ReactDOMServerPages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/accept-header.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/after-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/awaiter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/builtin-request-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/after/run-with-after.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/get-cookie-parser.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/api-utils/node/try-get-preview-data.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-async-storage.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/action-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/after-task-async-storage.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render-prerender-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render-render-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/app-render.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/async-local-storage.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/cache-signal.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-component-styles-and-scripts.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-component-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-error-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/create-flight-router-state-from-loader-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/csrf-protection.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/dynamic-rendering.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/encryption-utils-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/encryption-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/flight-render-result.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-asset-query-string.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-css-inlined-link-tags.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-layer-assets.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-preloadable-fonts.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-script-nonce-from-header.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-segment-param.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/get-short-dynamic-param-type.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/has-loading-component-in-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/interop-default.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/make-get-server-inserted-html.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/metadata-insertion/create-server-inserted-metadata.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/parse-and-validate-flight-router-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/parse-loader-tree.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/postponed-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/prospective-render-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/react-large-shell-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/react-server.node.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/render-css-resource.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/required-scripts.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/segment-explorer-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/server-inserted-html.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/strip-flight-headers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/use-flight-response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/walk-tree-with-flight-router-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-async-storage.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/draft-mode-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/request-store.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/async-storage/work-store.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/helpers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-http/node.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/base-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/body-streams.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/cache-dir.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/capsize-font-metrics.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/ci-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/client-component-renderer-logger.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-schema.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/crypto-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/browser-logs/receive-logs.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/browser-logs/source-map.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/dev-indicator-server-state.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/get-source-map-from-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-middleware.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/hot-reloader-webpack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/log-requests.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/messages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/middleware-turbopack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/middleware-webpack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/next-dev-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/node-stack-frames.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/on-demand-entry-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/parse-version-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/require-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/static-paths-worker.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dev/turbopack-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/dynamic-rendering-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/font-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/get-app-route-from-entrypoint.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/get-route-from-entrypoint.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/htmlescape.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/image-optimizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/instrumentation/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/internal-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/app-dir-module.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/app-info-log.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/async-callback-set.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cache-control.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cache-handlers/default.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/chrome-devtools-workspace.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/clone-response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/cpu-profile.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/decode-query-path-parameter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/dedupe-fetch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/dev-bundler-service.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/etag.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/experimental/create-env-definitions.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/experimental/ppr.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/find-page-file.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/fix-mojibake.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/format-hostname.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/i18n-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/implicit-tags.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/file-system-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/is-ipv6.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/lazy-result.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/lru-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/match-next-data-pathname.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/mock-request.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/module-loader/node-module-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/node-fs-methods.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/parse-stack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/patch-fetch.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/patch-set-header.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/render-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/block-cross-site.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/build-data-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/decode-path-params.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/filesystem.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/is-postpone.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/proxy-request.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/resolve-routes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/route-types-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/router-server-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/router-utils/typegen.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/server-action-request-meta.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/server-ipc/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/source-maps.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/start-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/streaming-metadata.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/to-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/tracer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/trace/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/lib/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-components.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-default-error-components.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/load-manifest.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/match-bundle.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next-typescript.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/next.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-baseline.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/console-dev.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/date.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/error-inspect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/node-crypto.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/random.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment-extensions/web-crypto.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-environment.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/node-polyfill-crypto.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/absolute-filename-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-bundle-path-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-filename-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-page-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/app-pathname-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/app/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-bundle-path-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-filename-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-page-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/built/pages/pages-pathname-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/locale-route-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/normalizers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/prefixing-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/base-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/next-data.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/prefetch-rsc.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/prefix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/rsc.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/segment-prefix-rsc.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/request/suffix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/underscore-normalizer.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/normalizers/wrap-normalizer-fn.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/optimize-amp.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/patch-error-inspect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/pipe-readable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/post-process.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/render-result.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/render.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/request-meta.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/require-hook.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/require.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/types.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/response-cache/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/resume-data-cache/cache-store.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/resume-data-cache/resume-data-cache.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/revalidation-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-definitions/app-page-route-definition.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-kind.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-managers/default-route-matcher-manager.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-managers/dev-route-matcher-manager.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/app-page-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/app-route-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-page-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-app-route-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-api-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/dev-pages-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/file-cache-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/batched-file-reader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/dev/helpers/file-reader/default-file-reader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/cached-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/node-manifest-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/helpers/manifest-loaders/server-manifest-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/manifest-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/pages-api-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matcher-providers/pages-route-matcher-provider.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/app-page-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/app-route-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/locale-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/pages-api-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/pages-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matchers/route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-matches/pages-api-route-match.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/helpers/prerender-manifest-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.compiled.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/module.render.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/amp-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/app-router-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/head-manager-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/hooks-client-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/image-config-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/router-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/server-inserted-html.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/checks.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/builtin/_error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.compiled.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/module.render.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/pages-handler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/amp-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/app-router-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/head-manager-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/hooks-client-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/html-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/image-config-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/loadable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/router-context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/pages/vendored/contexts/server-inserted-html.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/route-modules/route-module.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/send-payload.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/send-response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/serve-static.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/server-route-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/server-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/setup-http-agent-env.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/encoded-tags.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/node-web-streams-helper.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/stream-utils/uint8array-helpers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/constant.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/client-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/entry.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/metadata.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/server-boundary.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/rules/server.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/typescript/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/use-cache/handlers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/adapter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/get-edge-preview-props.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/globals.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/http.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/next-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/context.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/fetch-inline-assets.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/resource-managers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/sandbox/sandbox.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/headers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/next-request.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/adapters/request-cookies.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/cookies.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/fetch-event.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/request.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/spec-extension/response.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/server/web/web-on-close.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/amp-mode.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/bloom-filter.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/canary-only.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/deep-freeze.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/dset.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/encode-uri-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/error-source.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/errors/constants.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/escape-regexp.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/format-webpack-messages.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-hostname.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-rspack.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/get-webpack-bundler.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hash.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/head.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/html-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/get-locale-redirect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-blur-svg.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/image-config.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/invariant-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-internal.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-plain-object.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/is-thenable.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/isomorphic/path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/loadable.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/magic-identifier.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/match-local-pattern.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/match-remote-pattern.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/mitt.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/modern-browserslist-target.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/no-fallback-error.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/normalized-asset-prefix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/absolute-path-to-page.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/denormalize-app-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/get-page-paths.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-data-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/page-path/remove-page-path-tail.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/promise-with-resolvers.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router-context.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/adapters.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/router.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-locale.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/app-paths.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/cache-busting-search-param.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/compare-states.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/disable-smooth-scroll.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/escape-path-delimiters.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/format-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-dynamic-param.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/get-route-from-asset-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/html-bots.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/interception-routes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-bot.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/is-local-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/omit.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-path.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/parse-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/path-match.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/querystring.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/relativize-url.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-match-utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-matcher.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/route-regex.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/runtime-config.external.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment-cache/output-export-prefetch-encoding.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/segment.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/server-reference-info.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/side-effect.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/compilation-events.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/entry-key.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/internal-error.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/manifest-loader.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/turbopack/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/utils.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/utils/warn-once.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/shared/lib/zod.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/anonymous-meta.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/detached-flush.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/build.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/error-feedback.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/plugins.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/swc-load-failure.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/events/version.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/flush-and-exit.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/post-telemetry-payload.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/project-id.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/telemetry/storage.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/index.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/to-json.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/report/to-telemetry.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/shared.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/trace/trace.js +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/font/google/target.css +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/package.json +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/postcss +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-dom +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/sharp +%%HOMEDIR%%/node_modules/.pnpm/next@15.5.7_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/styled-jsx %%HOMEDIR%%/node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/lib/index.js %%HOMEDIR%%/node_modules/.pnpm/node-fetch@2.7.0/node_modules/node-fetch/package.json %%HOMEDIR%%/node_modules/.pnpm/node-fetch@2.7.0/node_modules/whatwg-url @@ -4361,44 +4363,44 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/seek-bzip@2.0.0/node_modules/seek-bzip/lib/index.js %%HOMEDIR%%/node_modules/.pnpm/seek-bzip@2.0.0/node_modules/seek-bzip/lib/stream.js %%HOMEDIR%%/node_modules/.pnpm/seek-bzip@2.0.0/node_modules/seek-bzip/package.json -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/comparator.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/range.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/classes/semver.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/cmp.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/coerce.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/compare.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/eq.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gt.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/gte.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lt.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/lte.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/neq.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/parse.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/functions/satisfies.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/constants.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/debug.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/identifiers.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/lrucache.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/parse-options.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/internal/re.js -%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.2/node_modules/semver/package.json -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/color -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/detect-libc -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/semver -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/channel.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/colour.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/composite.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/constructor.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/index.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/input.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/is.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/libvips.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/operation.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/output.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/resize.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/sharp.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/lib/utility.js -%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.3/node_modules/sharp/package.json +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/comparator.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/range.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/classes/semver.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/cmp.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/coerce.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/compare.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/eq.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gt.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/gte.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lt.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/lte.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/neq.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/parse.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/functions/satisfies.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/constants.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/debug.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/identifiers.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/lrucache.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/parse-options.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/internal/re.js +%%HOMEDIR%%/node_modules/.pnpm/semver@7.7.3/node_modules/semver/package.json +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/@img/colour +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/detect-libc +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/semver +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/channel.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/colour.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/composite.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/constructor.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/index.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/input.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/is.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/libvips.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/operation.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/output.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/resize.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/sharp.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/lib/utility.js +%%HOMEDIR%%/node_modules/.pnpm/sharp@0.34.5/node_modules/sharp/package.json %%HOMEDIR%%/node_modules/.pnpm/simple-swizzle@0.2.2/node_modules/is-arrayish %%HOMEDIR%%/node_modules/.pnpm/simple-swizzle@0.2.2/node_modules/simple-swizzle/index.js %%HOMEDIR%%/node_modules/.pnpm/simple-swizzle@0.2.2/node_modules/simple-swizzle/package.json @@ -4487,29 +4489,29 @@ etc/homepage.env %%HOMEDIR%%/node_modules/.pnpm/swr@2.3.3_react@18.3.1/node_modules/swr/dist/index/index.mjs %%HOMEDIR%%/node_modules/.pnpm/swr@2.3.3_react@18.3.1/node_modules/swr/package.json %%HOMEDIR%%/node_modules/.pnpm/swr@2.3.3_react@18.3.1/node_modules/use-sync-external-store -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/audio.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/battery.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/bluetooth.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/bluetoothVendors.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/cpu.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/docker.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/dockerSocket.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/filesystem.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/graphics.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/index.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/internet.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/memory.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/network.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/osinfo.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/printer.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/processes.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/system.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/usb.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/users.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/util.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/virtualbox.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/lib/wifi.js -%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.7/node_modules/systeminformation/package.json +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/audio.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/battery.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/bluetooth.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/bluetoothVendors.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/cpu.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/docker.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/dockerSocket.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/filesystem.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/graphics.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/index.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/internet.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/memory.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/network.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/osinfo.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/printer.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/processes.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/system.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/usb.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/users.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/util.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/virtualbox.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/lib/wifi.js +%%HOMEDIR%%/node_modules/.pnpm/systeminformation@5.27.11/node_modules/systeminformation/package.json %%HOMEDIR%%/node_modules/.pnpm/tar-fs@2.1.3/node_modules/chownr %%HOMEDIR%%/node_modules/.pnpm/tar-fs@2.1.3/node_modules/mkdirp-classic %%HOMEDIR%%/node_modules/.pnpm/tar-fs@2.1.3/node_modules/pump @@ -4844,7 +4846,6 @@ etc/homepage.env %%HOMEDIR%%/public/locales/uk/common.json %%HOMEDIR%%/public/locales/vi/common.json %%HOMEDIR%%/public/locales/yue/common.json -%%HOMEDIR%%/public/locales/zh-CN/common.json %%HOMEDIR%%/public/locales/zh-Hans/common.json %%HOMEDIR%%/public/locales/zh-Hant/common.json %%HOMEDIR%%/public/mstile-144x144.png @@ -4969,6 +4970,7 @@ etc/homepage.env %%HOMEDIR%%/src/widgets/openwrt/component.jsx %%HOMEDIR%%/src/widgets/opnsense/component.jsx %%HOMEDIR%%/src/widgets/overseerr/component.jsx +%%HOMEDIR%%/src/widgets/pangolin/component.jsx %%HOMEDIR%%/src/widgets/paperlessngx/component.jsx %%HOMEDIR%%/src/widgets/peanut/component.jsx %%HOMEDIR%%/src/widgets/pfsense/component.jsx diff --git a/www/iridium/Makefile b/www/iridium/Makefile index 6994a6d513fa..1dce38bbb542 100644 --- a/www/iridium/Makefile +++ b/www/iridium/Makefile @@ -1,5 +1,5 @@ PORTNAME= iridium -PORTVERSION= 2025.11.142.3 +PORTVERSION= 2025.12.143.1 PULSEMV= 16 PULSEV= ${PULSEMV}.1 CATEGORIES= www wayland diff --git a/www/iridium/distinfo b/www/iridium/distinfo index cce810c954b6..3cd9e3764666 100644 --- a/www/iridium/distinfo +++ b/www/iridium/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763962771 -SHA256 (iridium-browser-2025.11.142.3.tar.xz) = fa42c4ec1ae241b60078ad59cc4b63f46fa765f7571621d7401c6a1fb890ad08 -SIZE (iridium-browser-2025.11.142.3.tar.xz) = 1643107224 +TIMESTAMP = 1765541839 +SHA256 (iridium-browser-2025.12.143.1.tar.xz) = 09d3bc85345a6ee39e55180b0f10a5213679bc27354560c40eb05c8f16e568b6 +SIZE (iridium-browser-2025.12.143.1.tar.xz) = 1098988876 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 diff --git a/www/iridium/files/patch-BUILD.gn b/www/iridium/files/patch-BUILD.gn index d3578709b83f..06dbe3d96ab4 100644 --- a/www/iridium/files/patch-BUILD.gn +++ b/www/iridium/files/patch-BUILD.gn @@ -1,6 +1,6 @@ ---- BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ BUILD.gn -@@ -69,7 +69,7 @@ declare_args() { +@@ -68,7 +68,7 @@ declare_args() { root_extra_deps = [] } @@ -9,7 +9,7 @@ # An official (maximally optimized!) component (optimized for build times) # build doesn't make sense and usually doesn't work. assert(!is_component_build) -@@ -102,7 +102,6 @@ group("gn_all") { +@@ -101,7 +101,6 @@ group("gn_all") { "//codelabs", "//components:components_unittests", "//components/gwp_asan:gwp_asan_unittests", @@ -17,7 +17,7 @@ "//net:net_unittests", "//sandbox:sandbox_unittests", "//services:services_unittests", -@@ -430,7 +429,7 @@ group("gn_all") { +@@ -431,7 +430,7 @@ group("gn_all") { } } @@ -26,7 +26,7 @@ deps += [ "//third_party/breakpad:breakpad_unittests", "//third_party/breakpad:core-2-minidump", -@@ -596,6 +595,15 @@ group("gn_all") { +@@ -598,6 +597,15 @@ group("gn_all") { } } @@ -42,7 +42,7 @@ if (is_mac) { deps += [ "//third_party/breakpad:dump_syms($host_system_allocator_toolchain)", -@@ -644,7 +652,7 @@ group("gn_all") { +@@ -646,7 +654,7 @@ group("gn_all") { } } @@ -51,7 +51,7 @@ # The official builders use this binary from the default toolchain's # output directory after building in order to upload the symbols of that # binary. They build the binary like `ninja symupload` which requires the -@@ -679,7 +687,7 @@ group("gn_all") { +@@ -681,7 +689,7 @@ group("gn_all") { ] } @@ -60,7 +60,7 @@ deps += [ "//third_party/crashpad/crashpad:crashpad_tests", "//third_party/crashpad/crashpad/handler:crashpad_handler", -@@ -1077,7 +1085,7 @@ if (use_blink && !is_cronet_build) { +@@ -1072,7 +1080,7 @@ if (use_blink && !is_cronet_build) { "//third_party/blink/public:all_blink", ] @@ -69,7 +69,7 @@ deps += [ ":chrome_wpt_tests", ":headless_shell_wpt", -@@ -1230,7 +1238,7 @@ if (use_blink && !is_cronet_build) { +@@ -1225,7 +1233,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//content/web_test:web_test_common_mojom_js_data_deps" ] } @@ -78,7 +78,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1244,7 +1252,7 @@ if (use_blink && !is_cronet_build) { +@@ -1239,7 +1247,7 @@ if (use_blink && !is_cronet_build) { data_deps += [ "//third_party/breakpad:dump_syms" ] } @@ -87,7 +87,7 @@ # Using the default toolchain for this tool, as it's run during tests not # during the build. This places a symlink in the root_build_dir for scrips # to use. -@@ -1541,7 +1549,7 @@ group("chromium_builder_perf") { +@@ -1536,7 +1544,7 @@ group("chromium_builder_perf") { data_deps += [ "//chrome/test:performance_browser_tests" ] } diff --git a/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc b/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc index 4131a3a1efd2..810d8fca4cf2 100644 --- a/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc +++ b/www/iridium/files/patch-apps_ui_views_app__window__frame__view.cc @@ -1,4 +1,4 @@ ---- apps/ui/views/app_window_frame_view.cc.orig 2025-05-07 06:48:23 UTC +--- apps/ui/views/app_window_frame_view.cc.orig 2025-12-10 15:04:57 UTC +++ apps/ui/views/app_window_frame_view.cc @@ -146,7 +146,7 @@ gfx::Rect AppWindowFrameView::GetBoundsForClientView() gfx::Rect AppWindowFrameView::GetWindowBoundsForClientBounds( diff --git a/www/iridium/files/patch-base_BUILD.gn b/www/iridium/files/patch-base_BUILD.gn index 53145e5fc8f8..ce899c09b979 100644 --- a/www/iridium/files/patch-base_BUILD.gn +++ b/www/iridium/files/patch-base_BUILD.gn @@ -1,6 +1,6 @@ ---- base/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- base/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ base/BUILD.gn -@@ -1115,11 +1115,26 @@ component("base") { +@@ -1124,11 +1124,26 @@ component("base") { # Needed for <atomic> if using newer C++ library than sysroot, except if # building inside the cros_sdk environment - use host_toolchain as a # more robust check for this. @@ -28,7 +28,7 @@ if (use_allocator_shim) { if (is_apple) { sources += [ "allocator/early_zone_registration_apple.h" ] -@@ -1139,7 +1154,7 @@ component("base") { +@@ -1148,7 +1163,7 @@ component("base") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -37,7 +37,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -2139,6 +2154,22 @@ component("base") { +@@ -2151,6 +2166,22 @@ component("base") { ] } @@ -60,7 +60,7 @@ # iOS if (is_ios) { sources += [ -@@ -2313,6 +2344,33 @@ component("base") { +@@ -2325,6 +2356,33 @@ component("base") { } } @@ -94,7 +94,7 @@ if (use_blink) { sources += [ "files/file_path_watcher.cc", -@@ -2719,7 +2777,7 @@ buildflag_header("protected_memory_buildflags") { +@@ -2728,7 +2786,7 @@ buildflag_header("protected_memory_buildflags") { header = "protected_memory_buildflags.h" header_dir = "base/memory" @@ -103,7 +103,7 @@ (is_win || is_linux || is_android || is_mac) flags = [ "PROTECTED_MEMORY_ENABLED=$protected_memory_enabled" ] -@@ -3225,7 +3283,7 @@ if (is_apple) { +@@ -3234,7 +3292,7 @@ if (is_apple) { } } @@ -112,7 +112,7 @@ # This test must compile with -fstack-protector-all source_set("stack_canary_linux_unittests") { testonly = true -@@ -3923,7 +3981,7 @@ test("base_unittests") { +@@ -3941,7 +3999,7 @@ test("base_unittests") { configs += [ ":delayload_esent_dll" ] } @@ -121,7 +121,7 @@ sources += [ "debug/proc_maps_linux_unittest.cc", "files/scoped_file_linux_unittest.cc", -@@ -3947,7 +4005,7 @@ test("base_unittests") { +@@ -3965,7 +4023,7 @@ test("base_unittests") { "posix/file_descriptor_shuffle_unittest.cc", "posix/unix_domain_socket_unittest.cc", ] @@ -130,7 +130,7 @@ sources += [ "profiler/stack_base_address_posix_unittest.cc", "profiler/stack_copier_signal_unittest.cc", -@@ -3958,7 +4016,7 @@ test("base_unittests") { +@@ -3976,7 +4034,7 @@ test("base_unittests") { # Allow more direct string conversions on platforms with native utf8 # strings @@ -139,7 +139,7 @@ defines += [ "SYSTEM_NATIVE_UTF8" ] } -@@ -4145,7 +4203,7 @@ test("base_unittests") { +@@ -4163,7 +4221,7 @@ test("base_unittests") { deps += [ ":base_profiler_test_support_library" ] } diff --git a/www/iridium/files/patch-base_allocator_dispatcher_tls.h b/www/iridium/files/patch-base_allocator_dispatcher_tls.h index bb6f5eb915f5..d79760a31c43 100644 --- a/www/iridium/files/patch-base_allocator_dispatcher_tls.h +++ b/www/iridium/files/patch-base_allocator_dispatcher_tls.h @@ -1,4 +1,4 @@ ---- base/allocator/dispatcher/tls.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/dispatcher/tls.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/dispatcher/tls.h @@ -86,7 +86,7 @@ struct BASE_EXPORT MMapAllocator { constexpr static size_t AllocationChunkSize = 16384; diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc.gni b/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc.gni index 1c575c6d4d09..57b892498301 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc.gni +++ b/www/iridium/files/patch-base_allocator_partition__allocator_partition__alloc.gni @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-11-06 10:11:34 UTC +--- base/allocator/partition_allocator/partition_alloc.gni.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/partition_alloc.gni @@ -92,7 +92,7 @@ if (current_cpu == "x64" || current_cpu == "arm64" || # TODO(crbug.com/329199197): Clean this up when experiments are complete. diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn index 36cffd4f7836..6a53298d7e19 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_BUILD.gn @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- base/allocator/partition_allocator/src/partition_alloc/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/BUILD.gn @@ -907,7 +907,7 @@ if (is_clang_or_gcc) { configs -= [ partition_alloc_enable_arc_config ] diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h index e434c1df7ac1..f40b1e10d38e 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_address__space__randomization.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/address_space_randomization.h @@ -43,7 +43,7 @@ AslrMask(uintptr_t bits) { diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h index 0067d6386caa..dd26dddcc966 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator.h @@ -1,6 +1,6 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator.h -@@ -278,7 +278,7 @@ bool DecommitAndZeroSystemPages(void* address, +@@ -284,7 +284,7 @@ bool DecommitAndZeroSystemPages(void* address, // recommitted. Do not assume that this will not change over time. constexpr PA_COMPONENT_EXPORT( PARTITION_ALLOC) bool DecommittedMemoryIsAlwaysZeroed() { diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h index c0b397eed697..7d2268c2cb7e 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__constants.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h.orig 2025-11-06 10:11:34 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_constants.h @@ -31,9 +31,9 @@ #define PAGE_ALLOCATOR_CONSTANTS_DECLARE_CONSTEXPR __attribute__((const)) diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc index 6b2d88baca3e..503b2fcec7fb 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.cc @@ -44,7 +44,7 @@ uint32_t SecTaskGetCodeSignStatus(SecTaskRef task) API diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h index 00cf19270b33..2442c337e5fc 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_page__allocator__internals__posix.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/page_allocator_internals_posix.h @@ -322,8 +322,12 @@ bool TryRecommitSystemPagesInternal( diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc index 2dcad0a4188d..f745538d5c97 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_proc__maps__linux.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2025-05-07 06:48:23 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/proc_maps_linux.cc @@ -19,7 +19,7 @@ #include "partition_alloc/partition_alloc_check.h" diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc index 6327263fec62..0e0e1371fafe 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_debug_stack__trace__posix.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/debug/stack_trace_posix.cc @@ -18,11 +18,11 @@ #include "partition_alloc/partition_alloc_base/posix/eintr_wrapper.h" diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc index c6158d6769a0..9d21ab8b84cd 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_rand__util__posix.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/rand_util_posix.cc @@ -107,6 +107,10 @@ void RandBytes(void* output, size_t output_length) { if (getentropy(output, output_length) == 0) { diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h index 6e9f328c2129..dfcd81d3407a 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread.h @@ -43,6 +43,8 @@ typedef DWORD PlatformThreadId; typedef zx_handle_t PlatformThreadId; diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h index 005c82e7bee5..e56d19affb96 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__internal__posix.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_internal_posix.h @@ -15,7 +15,7 @@ diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc index 5fc1eee444c3..0736976eff87 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__base_threading_platform__thread__posix.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/threading/platform_thread_posix.cc @@ -23,7 +23,7 @@ #include "partition_alloc/partition_alloc_base/logging.h" diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h index cac742dc9357..80d5449d08b1 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__config.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2025-11-06 10:11:34 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_config.h @@ -171,7 +171,7 @@ constexpr bool kUseLazyCommit = false; // macOS, where it yielded no beenefit (nor any real downside). diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h index 46a0bcaa2777..faca77bcd669 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__constants.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-10-28 14:29:43 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_constants.h @@ -315,7 +315,7 @@ PA_DEFINE_OPERATORS_FOR_FLAGS(PoolHandleMask); // 8GB for each of the glued pools). diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h index 93a420ad89e7..bcc3d485d7da 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__alloc__forward.h @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_alloc_forward.h @@ -34,9 +34,13 @@ namespace internal { // the second one 16. We could technically return something different for diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc index 534c3fb96044..9fda75cd42d9 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_partition__root.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/partition_root.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/partition_root.cc @@ -51,7 +51,7 @@ #include "wow64apiset.h" diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc index 03e38a23af6b..507084890113 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_spinning__mutex.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc.orig 2025-11-06 10:11:34 UTC +--- base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/spinning_mutex.cc @@ -25,7 +25,16 @@ #endif diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc index d9a027987173..389b7096dcba 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_stack_stack.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/stack/stack.cc @@ -23,6 +23,10 @@ #include <pthread.h> diff --git a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc index 08c246afa4b2..6bd1f1c5d94d 100644 --- a/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc +++ b/www/iridium/files/patch-base_allocator_partition__allocator_src_partition__alloc_thread__isolation_pkey.cc @@ -1,4 +1,4 @@ ---- base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc.orig 2025-09-11 13:19:19 UTC +--- base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc.orig 2025-12-10 15:04:57 UTC +++ base/allocator/partition_allocator/src/partition_alloc/thread_isolation/pkey.cc @@ -21,7 +21,7 @@ #include "partition_alloc/partition_alloc_check.h" diff --git a/www/iridium/files/patch-base_atomicops.h b/www/iridium/files/patch-base_atomicops.h index e99bb73df52a..cf71c16f95a9 100644 --- a/www/iridium/files/patch-base_atomicops.h +++ b/www/iridium/files/patch-base_atomicops.h @@ -1,4 +1,4 @@ ---- base/atomicops.h.orig 2025-09-11 13:19:19 UTC +--- base/atomicops.h.orig 2025-12-10 15:04:57 UTC +++ base/atomicops.h @@ -72,7 +72,11 @@ typedef intptr_t Atomic64; diff --git a/www/iridium/files/patch-base_base__paths__posix.cc b/www/iridium/files/patch-base_base__paths__posix.cc index 54bfbcb65de9..ecc322a1380b 100644 --- a/www/iridium/files/patch-base_base__paths__posix.cc +++ b/www/iridium/files/patch-base_base__paths__posix.cc @@ -1,4 +1,4 @@ ---- base/base_paths_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/base_paths_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/base_paths_posix.cc @@ -15,6 +15,7 @@ #include <ostream> diff --git a/www/iridium/files/patch-base_compiler__specific.h b/www/iridium/files/patch-base_compiler__specific.h index 79ea3c2a5fc3..f6dda2356638 100644 --- a/www/iridium/files/patch-base_compiler__specific.h +++ b/www/iridium/files/patch-base_compiler__specific.h @@ -1,4 +1,4 @@ ---- base/compiler_specific.h.orig 2025-09-11 13:19:19 UTC +--- base/compiler_specific.h.orig 2025-12-10 15:04:57 UTC +++ base/compiler_specific.h @@ -733,6 +733,7 @@ inline constexpr bool AnalyzerAssumeTrue(bool arg) { #if __has_cpp_attribute(clang::preserve_most) && \ diff --git a/www/iridium/files/patch-base_debug_debugger__posix.cc b/www/iridium/files/patch-base_debug_debugger__posix.cc index 719f24035763..d9bc953056b4 100644 --- a/www/iridium/files/patch-base_debug_debugger__posix.cc +++ b/www/iridium/files/patch-base_debug_debugger__posix.cc @@ -1,4 +1,4 @@ ---- base/debug/debugger_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/debug/debugger_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/debug/debugger_posix.cc @@ -38,6 +38,10 @@ #include <sys/sysctl.h> diff --git a/www/iridium/files/patch-base_debug_elf__reader.cc b/www/iridium/files/patch-base_debug_elf__reader.cc index e812468034a1..4350115f07bb 100644 --- a/www/iridium/files/patch-base_debug_elf__reader.cc +++ b/www/iridium/files/patch-base_debug_elf__reader.cc @@ -1,4 +1,4 @@ ---- base/debug/elf_reader.cc.orig 2025-05-07 06:48:23 UTC +--- base/debug/elf_reader.cc.orig 2025-12-10 15:04:57 UTC +++ base/debug/elf_reader.cc @@ -49,6 +49,10 @@ using Xword = Elf64_Xword; diff --git a/www/iridium/files/patch-base_debug_proc__maps__linux.cc b/www/iridium/files/patch-base_debug_proc__maps__linux.cc index c0aeb2d7a56f..47948d9680d9 100644 --- a/www/iridium/files/patch-base_debug_proc__maps__linux.cc +++ b/www/iridium/files/patch-base_debug_proc__maps__linux.cc @@ -1,4 +1,4 @@ ---- base/debug/proc_maps_linux.cc.orig 2025-05-07 06:48:23 UTC +--- base/debug/proc_maps_linux.cc.orig 2025-12-10 15:04:57 UTC +++ base/debug/proc_maps_linux.cc @@ -22,7 +22,7 @@ #include "base/strings/string_split.h" diff --git a/www/iridium/files/patch-base_debug_stack__trace.cc b/www/iridium/files/patch-base_debug_stack__trace.cc index 11fa52e6456b..39e85af62b25 100644 --- a/www/iridium/files/patch-base_debug_stack__trace.cc +++ b/www/iridium/files/patch-base_debug_stack__trace.cc @@ -1,4 +1,4 @@ ---- base/debug/stack_trace.cc.orig 2025-11-06 10:11:34 UTC +--- base/debug/stack_trace.cc.orig 2025-12-10 15:04:57 UTC +++ base/debug/stack_trace.cc @@ -292,7 +292,7 @@ bool StackTrace::WillSymbolizeToStreamForTesting() { // Symbols are not expected to be reliable when gn args specifies diff --git a/www/iridium/files/patch-base_debug_stack__trace__posix.cc b/www/iridium/files/patch-base_debug_stack__trace__posix.cc index b6b43f4a2e55..003e219b37b2 100644 --- a/www/iridium/files/patch-base_debug_stack__trace__posix.cc +++ b/www/iridium/files/patch-base_debug_stack__trace__posix.cc @@ -1,4 +1,4 @@ ---- base/debug/stack_trace_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/debug/stack_trace_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/debug/stack_trace_posix.cc @@ -51,7 +51,7 @@ // execinfo.h and backtrace(3) are really only present in glibc and in macOS diff --git a/www/iridium/files/patch-base_files_dir__reader__linux.h b/www/iridium/files/patch-base_files_dir__reader__linux.h index c44fbdb32aee..46a2ce6b88f2 100644 --- a/www/iridium/files/patch-base_files_dir__reader__linux.h +++ b/www/iridium/files/patch-base_files_dir__reader__linux.h @@ -1,4 +1,4 @@ ---- base/files/dir_reader_linux.h.orig 2025-05-07 06:48:23 UTC +--- base/files/dir_reader_linux.h.orig 2025-12-10 15:04:57 UTC +++ base/files/dir_reader_linux.h @@ -21,10 +21,16 @@ #include "base/logging.h" diff --git a/www/iridium/files/patch-base_files_dir__reader__posix.h b/www/iridium/files/patch-base_files_dir__reader__posix.h index 098168d9ea97..3b894386fcd2 100644 --- a/www/iridium/files/patch-base_files_dir__reader__posix.h +++ b/www/iridium/files/patch-base_files_dir__reader__posix.h @@ -1,4 +1,4 @@ ---- base/files/dir_reader_posix.h.orig 2025-05-07 06:48:23 UTC +--- base/files/dir_reader_posix.h.orig 2025-12-10 15:04:57 UTC +++ base/files/dir_reader_posix.h @@ -17,7 +17,7 @@ // seems worse than falling back to enumerating all file descriptors so we will diff --git a/www/iridium/files/patch-base_files_drive__info.h b/www/iridium/files/patch-base_files_drive__info.h index 3dd39a228435..50a2fcc54ac7 100644 --- a/www/iridium/files/patch-base_files_drive__info.h +++ b/www/iridium/files/patch-base_files_drive__info.h @@ -1,4 +1,4 @@ ---- base/files/drive_info.h.orig 2025-06-19 07:37:57 UTC +--- base/files/drive_info.h.orig 2025-12-10 15:04:57 UTC +++ base/files/drive_info.h @@ -48,7 +48,7 @@ struct BASE_EXPORT DriveInfo { std::optional<bool> has_seek_penalty; diff --git a/www/iridium/files/patch-base_files_drive__info__posix.cc b/www/iridium/files/patch-base_files_drive__info__posix.cc index 60a67d6e8348..614bc1ec95e8 100644 --- a/www/iridium/files/patch-base_files_drive__info__posix.cc +++ b/www/iridium/files/patch-base_files_drive__info__posix.cc @@ -1,4 +1,4 @@ ---- base/files/drive_info_posix.cc.orig 2025-11-06 10:11:34 UTC +--- base/files/drive_info_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/drive_info_posix.cc @@ -27,7 +27,7 @@ namespace base { diff --git a/www/iridium/files/patch-base_files_file__path__watcher.h b/www/iridium/files/patch-base_files_file__path__watcher.h index 1a196694db42..0b6080858ffb 100644 --- a/www/iridium/files/patch-base_files_file__path__watcher.h +++ b/www/iridium/files/patch-base_files_file__path__watcher.h @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher.h.orig 2025-05-07 06:48:23 UTC +--- base/files/file_path_watcher.h.orig 2025-12-10 15:04:57 UTC +++ base/files/file_path_watcher.h @@ -105,7 +105,7 @@ class BASE_EXPORT FilePathWatcher { Type type = Type::kNonRecursive; diff --git a/www/iridium/files/patch-base_files_file__path__watcher__bsd.cc b/www/iridium/files/patch-base_files_file__path__watcher__bsd.cc index f6a4fa92ea2a..e8562989fd3c 100644 --- a/www/iridium/files/patch-base_files_file__path__watcher__bsd.cc +++ b/www/iridium/files/patch-base_files_file__path__watcher__bsd.cc @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_bsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/files/file_path_watcher_bsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/file_path_watcher_bsd.cc @@ -0,0 +1,54 @@ +// Copyright 2021 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-base_files_file__path__watcher__kqueue.h b/www/iridium/files/patch-base_files_file__path__watcher__kqueue.h index 8566580cab64..b347c1c9bcea 100644 --- a/www/iridium/files/patch-base_files_file__path__watcher__kqueue.h +++ b/www/iridium/files/patch-base_files_file__path__watcher__kqueue.h @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_kqueue.h.orig 2025-05-07 06:48:23 UTC +--- base/files/file_path_watcher_kqueue.h.orig 2025-12-10 15:04:57 UTC +++ base/files/file_path_watcher_kqueue.h @@ -5,6 +5,7 @@ #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_ diff --git a/www/iridium/files/patch-base_files_file__path__watcher__unittest.cc b/www/iridium/files/patch-base_files_file__path__watcher__unittest.cc index 2d05f8e5758b..4c414d79d528 100644 --- a/www/iridium/files/patch-base_files_file__path__watcher__unittest.cc +++ b/www/iridium/files/patch-base_files_file__path__watcher__unittest.cc @@ -1,4 +1,4 @@ ---- base/files/file_path_watcher_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- base/files/file_path_watcher_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/file_path_watcher_unittest.cc @@ -902,7 +902,7 @@ TEST_F(FilePathWatcherTest, WatchDirectory) { } diff --git a/www/iridium/files/patch-base_files_file__util__posix.cc b/www/iridium/files/patch-base_files_file__util__posix.cc index a023f32d2f73..023eaef2c869 100644 --- a/www/iridium/files/patch-base_files_file__util__posix.cc +++ b/www/iridium/files/patch-base_files_file__util__posix.cc @@ -1,6 +1,6 @@ ---- base/files/file_util_posix.cc.orig 2025-11-06 10:11:34 UTC +--- base/files/file_util_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/file_util_posix.cc -@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(const FilePath::StringType +@@ -943,6 +943,7 @@ bool CreateNewTempDirectory(FilePath::StringViewType p bool CreateDirectoryAndGetError(const FilePath& full_path, File::Error* error) { ScopedBlockingCall scoped_blocking_call( FROM_HERE, BlockingType::MAY_BLOCK); // For call to mkdir(). diff --git a/www/iridium/files/patch-base_files_file__util__unittest.cc b/www/iridium/files/patch-base_files_file__util__unittest.cc index 31e6057e8372..a8c8c301fc4c 100644 --- a/www/iridium/files/patch-base_files_file__util__unittest.cc +++ b/www/iridium/files/patch-base_files_file__util__unittest.cc @@ -1,4 +1,4 @@ ---- base/files/file_util_unittest.cc.orig 2025-11-06 10:11:34 UTC +--- base/files/file_util_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/file_util_unittest.cc @@ -4156,7 +4156,7 @@ TEST_F(FileUtilTest, ReadFileToStringWithNamedPipe) { } diff --git a/www/iridium/files/patch-base_files_important__file__writer__cleaner.cc b/www/iridium/files/patch-base_files_important__file__writer__cleaner.cc index 27752afd7a7f..4fea55a6232a 100644 --- a/www/iridium/files/patch-base_files_important__file__writer__cleaner.cc +++ b/www/iridium/files/patch-base_files_important__file__writer__cleaner.cc @@ -1,4 +1,4 @@ ---- base/files/important_file_writer_cleaner.cc.orig 2025-05-07 06:48:23 UTC +--- base/files/important_file_writer_cleaner.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/important_file_writer_cleaner.cc @@ -25,7 +25,8 @@ namespace base { namespace { diff --git a/www/iridium/files/patch-base_files_scoped__file.cc b/www/iridium/files/patch-base_files_scoped__file.cc index b21cd7daa04f..eeb4e3dffad7 100644 --- a/www/iridium/files/patch-base_files_scoped__file.cc +++ b/www/iridium/files/patch-base_files_scoped__file.cc @@ -1,4 +1,4 @@ ---- base/files/scoped_file.cc.orig 2025-05-07 06:48:23 UTC +--- base/files/scoped_file.cc.orig 2025-12-10 15:04:57 UTC +++ base/files/scoped_file.cc @@ -32,7 +32,7 @@ void ScopedFDCloseTraits::Free(int fd) { int ret = IGNORE_EINTR(close(fd)); diff --git a/www/iridium/files/patch-base_functional_unretained__traits.h b/www/iridium/files/patch-base_functional_unretained__traits.h index 75305b3b116e..4c0ab15ec3e8 100644 --- a/www/iridium/files/patch-base_functional_unretained__traits.h +++ b/www/iridium/files/patch-base_functional_unretained__traits.h @@ -1,6 +1,6 @@ ---- base/functional/unretained_traits.h.orig 2025-05-07 06:48:23 UTC +--- base/functional/unretained_traits.h.orig 2025-12-10 15:04:57 UTC +++ base/functional/unretained_traits.h -@@ -90,7 +90,7 @@ struct SupportsUnretainedImpl { +@@ -92,7 +92,7 @@ struct SupportsUnretainedImpl { // official builds, and then in non-test code as well. #if defined(FORCE_UNRETAINED_COMPLETENESS_CHECKS_FOR_TESTS) || \ (!defined(UNIT_TEST) && !defined(OFFICIAL_BUILD) && \ diff --git a/www/iridium/files/patch-base_i18n_icu__util.cc b/www/iridium/files/patch-base_i18n_icu__util.cc index f1d008ba584a..3af1f556ae12 100644 --- a/www/iridium/files/patch-base_i18n_icu__util.cc +++ b/www/iridium/files/patch-base_i18n_icu__util.cc @@ -1,6 +1,6 @@ ---- base/i18n/icu_util.cc.orig 2025-09-11 13:19:19 UTC +--- base/i18n/icu_util.cc.orig 2025-12-10 15:04:57 UTC +++ base/i18n/icu_util.cc -@@ -52,7 +52,7 @@ +@@ -54,7 +54,7 @@ #include "third_party/icu/source/common/unicode/unistr.h" #endif @@ -9,7 +9,7 @@ BUILDFLAG(IS_CHROMEOS) || (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CASTOS)) #include "third_party/icu/source/i18n/unicode/timezone.h" #endif -@@ -318,7 +318,7 @@ void InitializeIcuTimeZone() { +@@ -327,7 +327,7 @@ void InitializeIcuTimeZone() { FuchsiaIntlProfileWatcher::GetPrimaryTimeZoneIdForIcuInitialization(); icu::TimeZone::adoptDefault( icu::TimeZone::createTimeZone(icu::UnicodeString::fromUTF8(zone_id))); diff --git a/www/iridium/files/patch-base_linux__util.cc b/www/iridium/files/patch-base_linux__util.cc index 0bceba4c0207..0788a69880d8 100644 --- a/www/iridium/files/patch-base_linux__util.cc +++ b/www/iridium/files/patch-base_linux__util.cc @@ -1,4 +1,4 @@ ---- base/linux_util.cc.orig 2025-05-07 06:48:23 UTC +--- base/linux_util.cc.orig 2025-12-10 15:04:57 UTC +++ base/linux_util.cc @@ -163,10 +163,14 @@ void SetLinuxDistro(const std::string& distro) { } diff --git a/www/iridium/files/patch-base_logging__unittest.cc b/www/iridium/files/patch-base_logging__unittest.cc index bb7e6f40220a..84b083f54e48 100644 --- a/www/iridium/files/patch-base_logging__unittest.cc +++ b/www/iridium/files/patch-base_logging__unittest.cc @@ -1,4 +1,4 @@ ---- base/logging_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- base/logging_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/logging_unittest.cc @@ -40,7 +40,7 @@ #include "base/posix/eintr_wrapper.h" diff --git a/www/iridium/files/patch-base_memory_discardable__memory.cc b/www/iridium/files/patch-base_memory_discardable__memory.cc index b993424a5f62..7560a8a4ba7b 100644 --- a/www/iridium/files/patch-base_memory_discardable__memory.cc +++ b/www/iridium/files/patch-base_memory_discardable__memory.cc @@ -1,4 +1,4 @@ ---- base/memory/discardable_memory.cc.orig 2025-11-06 10:11:34 UTC +--- base/memory/discardable_memory.cc.orig 2025-12-10 15:04:57 UTC +++ base/memory/discardable_memory.cc @@ -20,7 +20,7 @@ namespace features { BASE_FEATURE(kMadvFreeDiscardableMemory, base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-base_memory_discardable__memory__internal.h b/www/iridium/files/patch-base_memory_discardable__memory__internal.h index 66215c2b36f9..81efb0c5c783 100644 --- a/www/iridium/files/patch-base_memory_discardable__memory__internal.h +++ b/www/iridium/files/patch-base_memory_discardable__memory__internal.h @@ -1,4 +1,4 @@ ---- base/memory/discardable_memory_internal.h.orig 2025-05-07 06:48:23 UTC +--- base/memory/discardable_memory_internal.h.orig 2025-12-10 15:04:57 UTC +++ base/memory/discardable_memory_internal.h @@ -12,7 +12,7 @@ #include "base/metrics/field_trial_params.h" diff --git a/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc b/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc index bc653bab5493..66931a7bba5a 100644 --- a/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc +++ b/www/iridium/files/patch-base_memory_madv__free__discardable__memory__posix.cc @@ -1,4 +1,4 @@ ---- base/memory/madv_free_discardable_memory_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/memory/madv_free_discardable_memory_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/memory/madv_free_discardable_memory_posix.cc @@ -297,6 +297,10 @@ void MadvFreeDiscardableMemoryPosix::SetKeepMemoryForT diff --git a/www/iridium/files/patch-base_memory_platform__shared__memory__region.h b/www/iridium/files/patch-base_memory_platform__shared__memory__region.h index e28a549e9591..1adf93984e37 100644 --- a/www/iridium/files/patch-base_memory_platform__shared__memory__region.h +++ b/www/iridium/files/patch-base_memory_platform__shared__memory__region.h @@ -1,4 +1,4 @@ ---- base/memory/platform_shared_memory_region.h.orig 2025-10-28 14:29:43 UTC +--- base/memory/platform_shared_memory_region.h.orig 2025-12-10 15:04:57 UTC +++ base/memory/platform_shared_memory_region.h @@ -99,7 +99,7 @@ class BASE_EXPORT PlatformSharedMemoryRegion { #if BUILDFLAG(IS_FUCHSIA) diff --git a/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc b/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc index 6b9d56d7ef6e..1593e933c6e3 100644 --- a/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc +++ b/www/iridium/files/patch-base_memory_platform__shared__memory__region__posix.cc @@ -1,4 +1,4 @@ ---- base/memory/platform_shared_memory_region_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/memory/platform_shared_memory_region_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/memory/platform_shared_memory_region_posix.cc @@ -172,7 +172,7 @@ bool PlatformSharedMemoryRegion::ConvertToUnsafe() { // static diff --git a/www/iridium/files/patch-base_memory_protected__memory.h b/www/iridium/files/patch-base_memory_protected__memory.h index 256bac38bfec..5f24f8a5f72c 100644 --- a/www/iridium/files/patch-base_memory_protected__memory.h +++ b/www/iridium/files/patch-base_memory_protected__memory.h @@ -1,4 +1,4 @@ ---- base/memory/protected_memory.h.orig 2025-05-07 06:48:23 UTC +--- base/memory/protected_memory.h.orig 2025-12-10 15:04:57 UTC +++ base/memory/protected_memory.h @@ -120,12 +120,12 @@ __declspec(selectany) char __stop_protected_memory; diff --git a/www/iridium/files/patch-base_memory_protected__memory__posix.cc b/www/iridium/files/patch-base_memory_protected__memory__posix.cc index 06ec4bf6df37..ac620e8c5441 100644 --- a/www/iridium/files/patch-base_memory_protected__memory__posix.cc +++ b/www/iridium/files/patch-base_memory_protected__memory__posix.cc @@ -1,4 +1,4 @@ ---- base/memory/protected_memory_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/memory/protected_memory_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/memory/protected_memory_posix.cc @@ -6,7 +6,7 @@ diff --git a/www/iridium/files/patch-base_message__loop_message__pump__epoll.cc b/www/iridium/files/patch-base_message__loop_message__pump__epoll.cc index f287d9ce7a90..161771e91ddd 100644 --- a/www/iridium/files/patch-base_message__loop_message__pump__epoll.cc +++ b/www/iridium/files/patch-base_message__loop_message__pump__epoll.cc @@ -1,4 +1,4 @@ ---- base/message_loop/message_pump_epoll.cc.orig 2025-10-28 14:29:43 UTC +--- base/message_loop/message_pump_epoll.cc.orig 2025-12-10 15:04:57 UTC +++ base/message_loop/message_pump_epoll.cc @@ -44,7 +44,7 @@ std::atomic_bool g_use_batched_version = false; std::atomic_bool g_use_poll = false; diff --git a/www/iridium/files/patch-base_message__loop_message__pump__epoll.h b/www/iridium/files/patch-base_message__loop_message__pump__epoll.h index 982b5a9692e6..4b88816c849f 100644 --- a/www/iridium/files/patch-base_message__loop_message__pump__epoll.h +++ b/www/iridium/files/patch-base_message__loop_message__pump__epoll.h @@ -1,4 +1,4 @@ ---- base/message_loop/message_pump_epoll.h.orig 2025-05-07 06:48:23 UTC +--- base/message_loop/message_pump_epoll.h.orig 2025-12-10 15:04:57 UTC +++ base/message_loop/message_pump_epoll.h @@ -51,7 +51,11 @@ namespace base { // every call, don't do it when we have too many FDs. diff --git a/www/iridium/files/patch-base_message__loop_message__pump__glib.cc b/www/iridium/files/patch-base_message__loop_message__pump__glib.cc index 89134ca7c2f0..cf83f5410756 100644 --- a/www/iridium/files/patch-base_message__loop_message__pump__glib.cc +++ b/www/iridium/files/patch-base_message__loop_message__pump__glib.cc @@ -1,4 +1,4 @@ ---- base/message_loop/message_pump_glib.cc.orig 2025-11-06 10:11:34 UTC +--- base/message_loop/message_pump_glib.cc.orig 2025-12-10 15:04:57 UTC +++ base/message_loop/message_pump_glib.cc @@ -8,6 +8,11 @@ #include <glib.h> diff --git a/www/iridium/files/patch-base_posix_can__lower__nice__to.cc b/www/iridium/files/patch-base_posix_can__lower__nice__to.cc index d3130b4f5c0c..4067e80ce10c 100644 --- a/www/iridium/files/patch-base_posix_can__lower__nice__to.cc +++ b/www/iridium/files/patch-base_posix_can__lower__nice__to.cc @@ -1,4 +1,4 @@ ---- base/posix/can_lower_nice_to.cc.orig 2025-05-07 06:48:23 UTC +--- base/posix/can_lower_nice_to.cc.orig 2025-12-10 15:04:57 UTC +++ base/posix/can_lower_nice_to.cc @@ -11,8 +11,12 @@ diff --git a/www/iridium/files/patch-base_posix_file__descriptor__shuffle.h b/www/iridium/files/patch-base_posix_file__descriptor__shuffle.h index 1950b396906e..33e816b11661 100644 --- a/www/iridium/files/patch-base_posix_file__descriptor__shuffle.h +++ b/www/iridium/files/patch-base_posix_file__descriptor__shuffle.h @@ -1,4 +1,4 @@ ---- base/posix/file_descriptor_shuffle.h.orig 2025-05-07 06:48:23 UTC +--- base/posix/file_descriptor_shuffle.h.orig 2025-12-10 15:04:57 UTC +++ base/posix/file_descriptor_shuffle.h @@ -26,6 +26,8 @@ #include "base/base_export.h" diff --git a/www/iridium/files/patch-base_posix_sysctl.cc b/www/iridium/files/patch-base_posix_sysctl.cc index 35dfb1ea0587..72c18bd46d88 100644 --- a/www/iridium/files/patch-base_posix_sysctl.cc +++ b/www/iridium/files/patch-base_posix_sysctl.cc @@ -1,4 +1,4 @@ ---- base/posix/sysctl.cc.orig 2025-05-07 06:48:23 UTC +--- base/posix/sysctl.cc.orig 2025-12-10 15:04:57 UTC +++ base/posix/sysctl.cc @@ -4,6 +4,7 @@ diff --git a/www/iridium/files/patch-base_posix_unix__domain__socket.cc b/www/iridium/files/patch-base_posix_unix__domain__socket.cc index e2e4e122afac..1d7c2b528441 100644 --- a/www/iridium/files/patch-base_posix_unix__domain__socket.cc +++ b/www/iridium/files/patch-base_posix_unix__domain__socket.cc @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket.cc.orig 2025-09-11 13:19:19 UTC +--- base/posix/unix_domain_socket.cc.orig 2025-12-10 15:04:57 UTC +++ base/posix/unix_domain_socket.cc @@ -20,6 +20,7 @@ #include "base/files/scoped_file.h" diff --git a/www/iridium/files/patch-base_posix_unix__domain__socket__unittest.cc b/www/iridium/files/patch-base_posix_unix__domain__socket__unittest.cc index c49a277cd6bb..135c656ec73d 100644 --- a/www/iridium/files/patch-base_posix_unix__domain__socket__unittest.cc +++ b/www/iridium/files/patch-base_posix_unix__domain__socket__unittest.cc @@ -1,4 +1,4 @@ ---- base/posix/unix_domain_socket_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- base/posix/unix_domain_socket_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/posix/unix_domain_socket_unittest.cc @@ -15,6 +15,8 @@ #include <sys/types.h> diff --git a/www/iridium/files/patch-base_process_internal__linux.h b/www/iridium/files/patch-base_process_internal__linux.h index dd38ea9cd85e..3e1f55ff1b00 100644 --- a/www/iridium/files/patch-base_process_internal__linux.h +++ b/www/iridium/files/patch-base_process_internal__linux.h @@ -1,4 +1,4 @@ ---- base/process/internal_linux.h.orig 2025-09-11 13:19:19 UTC +--- base/process/internal_linux.h.orig 2025-12-10 15:04:57 UTC +++ base/process/internal_linux.h @@ -146,6 +146,9 @@ TimeDelta ClockTicksToTimeDelta(int64_t clock_ticks); // arguments to the lambda. diff --git a/www/iridium/files/patch-base_process_kill.h b/www/iridium/files/patch-base_process_kill.h index 11c98ba5030f..841f47bcb0f9 100644 --- a/www/iridium/files/patch-base_process_kill.h +++ b/www/iridium/files/patch-base_process_kill.h @@ -1,4 +1,4 @@ ---- base/process/kill.h.orig 2025-11-06 10:11:34 UTC +--- base/process/kill.h.orig 2025-12-10 15:04:57 UTC +++ base/process/kill.h @@ -125,7 +125,7 @@ BASE_EXPORT TerminationStatus GetTerminationStatus(Pro BASE_EXPORT TerminationStatus diff --git a/www/iridium/files/patch-base_process_kill__posix.cc b/www/iridium/files/patch-base_process_kill__posix.cc index f058bbf4ee4f..25878c75bf7a 100644 --- a/www/iridium/files/patch-base_process_kill__posix.cc +++ b/www/iridium/files/patch-base_process_kill__posix.cc @@ -1,4 +1,4 @@ ---- base/process/kill_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/kill_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/kill_posix.cc @@ -161,7 +161,7 @@ void EnsureProcessTerminated(Process process) { 0, new BackgroundReaper(std::move(process), Seconds(2))); diff --git a/www/iridium/files/patch-base_process_launch.h b/www/iridium/files/patch-base_process_launch.h index 4a12b825a474..17f19357492b 100644 --- a/www/iridium/files/patch-base_process_launch.h +++ b/www/iridium/files/patch-base_process_launch.h @@ -1,4 +1,4 @@ ---- base/process/launch.h.orig 2025-09-11 13:19:19 UTC +--- base/process/launch.h.orig 2025-12-10 15:04:57 UTC +++ base/process/launch.h @@ -234,7 +234,7 @@ struct BASE_EXPORT LaunchOptions { bool clear_environment = false; diff --git a/www/iridium/files/patch-base_process_memory__linux.cc b/www/iridium/files/patch-base_process_memory__linux.cc index bc2c7a267e97..aa4793e8ef38 100644 --- a/www/iridium/files/patch-base_process_memory__linux.cc +++ b/www/iridium/files/patch-base_process_memory__linux.cc @@ -1,4 +1,4 @@ ---- base/process/memory_linux.cc.orig 2025-11-06 10:11:34 UTC +--- base/process/memory_linux.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/memory_linux.cc @@ -29,6 +29,7 @@ void* __libc_calloc(size_t, size_t); diff --git a/www/iridium/files/patch-base_process_process__handle.cc b/www/iridium/files/patch-base_process_process__handle.cc index 0a705004f3aa..4043d24c38a8 100644 --- a/www/iridium/files/patch-base_process_process__handle.cc +++ b/www/iridium/files/patch-base_process_process__handle.cc @@ -1,4 +1,4 @@ ---- base/process/process_handle.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_handle.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_handle.cc @@ -30,7 +30,7 @@ UniqueProcId GetUniqueIdForProcess() { : UniqueProcId(GetCurrentProcId()); diff --git a/www/iridium/files/patch-base_process_process__handle.h b/www/iridium/files/patch-base_process_process__handle.h index ae50196943ec..20cc7fa9fadc 100644 --- a/www/iridium/files/patch-base_process_process__handle.h +++ b/www/iridium/files/patch-base_process_process__handle.h @@ -1,4 +1,4 @@ ---- base/process/process_handle.h.orig 2025-05-07 06:48:23 UTC +--- base/process/process_handle.h.orig 2025-12-10 15:04:57 UTC +++ base/process/process_handle.h @@ -86,7 +86,7 @@ BASE_EXPORT ProcessId GetCurrentProcId(); // processes may be reused. diff --git a/www/iridium/files/patch-base_process_process__handle__freebsd.cc b/www/iridium/files/patch-base_process_process__handle__freebsd.cc index a9182153d836..60b1d2a8834e 100644 --- a/www/iridium/files/patch-base_process_process__handle__freebsd.cc +++ b/www/iridium/files/patch-base_process_process__handle__freebsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_handle_freebsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_handle_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_handle_freebsd.cc @@ -3,6 +3,7 @@ // found in the LICENSE file. diff --git a/www/iridium/files/patch-base_process_process__handle__openbsd.cc b/www/iridium/files/patch-base_process_process__handle__openbsd.cc index 0c2cc1cbfd91..3dad2b9aa9fe 100644 --- a/www/iridium/files/patch-base_process_process__handle__openbsd.cc +++ b/www/iridium/files/patch-base_process_process__handle__openbsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_handle_openbsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_handle_openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_handle_openbsd.cc @@ -3,17 +3,25 @@ // found in the LICENSE file. diff --git a/www/iridium/files/patch-base_process_process__iterator__freebsd.cc b/www/iridium/files/patch-base_process_process__iterator__freebsd.cc index 2f449412fa23..37afc66bdaac 100644 --- a/www/iridium/files/patch-base_process_process__iterator__freebsd.cc +++ b/www/iridium/files/patch-base_process_process__iterator__freebsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_iterator_freebsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_iterator_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_iterator_freebsd.cc @@ -18,7 +18,7 @@ namespace base { diff --git a/www/iridium/files/patch-base_process_process__iterator__openbsd.cc b/www/iridium/files/patch-base_process_process__iterator__openbsd.cc index d712768959a9..8fdccdf3550b 100644 --- a/www/iridium/files/patch-base_process_process__iterator__openbsd.cc +++ b/www/iridium/files/patch-base_process_process__iterator__openbsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_iterator_openbsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_iterator_openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_iterator_openbsd.cc @@ -6,6 +6,9 @@ diff --git a/www/iridium/files/patch-base_process_process__metrics.cc b/www/iridium/files/patch-base_process_process__metrics.cc index fef4a5ce4b46..7cd18e836b9a 100644 --- a/www/iridium/files/patch-base_process_process__metrics.cc +++ b/www/iridium/files/patch-base_process_process__metrics.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics.cc.orig 2025-09-11 13:19:19 UTC +--- base/process/process_metrics.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics.cc @@ -17,7 +17,7 @@ namespace base { namespace { diff --git a/www/iridium/files/patch-base_process_process__metrics.h b/www/iridium/files/patch-base_process_process__metrics.h index 8f71d0cce098..ea43521c4353 100644 --- a/www/iridium/files/patch-base_process_process__metrics.h +++ b/www/iridium/files/patch-base_process_process__metrics.h @@ -1,4 +1,4 @@ ---- base/process/process_metrics.h.orig 2025-10-28 14:29:43 UTC +--- base/process/process_metrics.h.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics.h @@ -40,7 +40,7 @@ #endif diff --git a/www/iridium/files/patch-base_process_process__metrics__freebsd.cc b/www/iridium/files/patch-base_process_process__metrics__freebsd.cc index 6318b26f573e..c29f6c3ff69f 100644 --- a/www/iridium/files/patch-base_process_process__metrics__freebsd.cc +++ b/www/iridium/files/patch-base_process_process__metrics__freebsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_freebsd.cc.orig 2025-10-28 14:29:43 UTC +--- base/process/process_metrics_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics_freebsd.cc @@ -3,41 +3,92 @@ // found in the LICENSE file. diff --git a/www/iridium/files/patch-base_process_process__metrics__openbsd.cc b/www/iridium/files/patch-base_process_process__metrics__openbsd.cc index db8ca0a0b66d..b83ed951c59b 100644 --- a/www/iridium/files/patch-base_process_process__metrics__openbsd.cc +++ b/www/iridium/files/patch-base_process_process__metrics__openbsd.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_openbsd.cc.orig 2025-10-28 14:29:43 UTC +--- base/process/process_metrics_openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics_openbsd.cc @@ -6,73 +6,85 @@ diff --git a/www/iridium/files/patch-base_process_process__metrics__posix.cc b/www/iridium/files/patch-base_process_process__metrics__posix.cc index fb36a7372075..4ea2579ac841 100644 --- a/www/iridium/files/patch-base_process_process__metrics__posix.cc +++ b/www/iridium/files/patch-base_process_process__metrics__posix.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_metrics_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics_posix.cc @@ -21,6 +21,8 @@ diff --git a/www/iridium/files/patch-base_process_process__metrics__unittest.cc b/www/iridium/files/patch-base_process_process__metrics__unittest.cc index d7145d892bbc..208d618088bd 100644 --- a/www/iridium/files/patch-base_process_process__metrics__unittest.cc +++ b/www/iridium/files/patch-base_process_process__metrics__unittest.cc @@ -1,4 +1,4 @@ ---- base/process/process_metrics_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- base/process/process_metrics_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_metrics_unittest.cc @@ -62,7 +62,8 @@ #endif diff --git a/www/iridium/files/patch-base_process_process__posix.cc b/www/iridium/files/patch-base_process_process__posix.cc index b1a3d89f764d..c54367e5b855 100644 --- a/www/iridium/files/patch-base_process_process__posix.cc +++ b/www/iridium/files/patch-base_process_process__posix.cc @@ -1,4 +1,4 @@ ---- base/process/process_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/process/process_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_posix.cc @@ -25,10 +25,15 @@ #include "base/trace_event/trace_event.h" diff --git a/www/iridium/files/patch-base_process_process__unittest.cc b/www/iridium/files/patch-base_process_process__unittest.cc index 06c38b92c821..bf63c2e01da9 100644 --- a/www/iridium/files/patch-base_process_process__unittest.cc +++ b/www/iridium/files/patch-base_process_process__unittest.cc @@ -1,4 +1,4 @@ ---- base/process/process_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- base/process/process_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/process/process_unittest.cc @@ -202,7 +202,7 @@ TEST_F(ProcessTest, CreationTimeOtherProcess) { // was spawned and a time recorded after it was spawned. However, since the diff --git a/www/iridium/files/patch-base_profiler_module__cache.cc b/www/iridium/files/patch-base_profiler_module__cache.cc index 8a8aec62bed8..afa99afc00b3 100644 --- a/www/iridium/files/patch-base_profiler_module__cache.cc +++ b/www/iridium/files/patch-base_profiler_module__cache.cc @@ -1,4 +1,4 @@ ---- base/profiler/module_cache.cc.orig 2025-05-07 06:48:23 UTC +--- base/profiler/module_cache.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/module_cache.cc @@ -38,7 +38,7 @@ std::string TransformModuleIDToSymbolServerFormat(std: // Android and Linux Chrome builds use the "breakpad" format to index their diff --git a/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc b/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc index 8cebe859ae20..05df63643d8a 100644 --- a/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc +++ b/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.cc @@ -1,4 +1,4 @@ ---- base/profiler/sampling_profiler_thread_token.cc.orig 2025-05-07 06:48:23 UTC +--- base/profiler/sampling_profiler_thread_token.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/sampling_profiler_thread_token.cc @@ -6,7 +6,7 @@ diff --git a/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h b/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h index 1d0f4f7d50c0..8be923864361 100644 --- a/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h +++ b/www/iridium/files/patch-base_profiler_sampling__profiler__thread__token.h @@ -1,4 +1,4 @@ ---- base/profiler/sampling_profiler_thread_token.h.orig 2025-05-07 06:48:23 UTC +--- base/profiler/sampling_profiler_thread_token.h.orig 2025-12-10 15:04:57 UTC +++ base/profiler/sampling_profiler_thread_token.h @@ -13,7 +13,7 @@ diff --git a/www/iridium/files/patch-base_profiler_stack__base__address__posix.cc b/www/iridium/files/patch-base_profiler_stack__base__address__posix.cc index 3d63625d79ea..07ac0dbe5655 100644 --- a/www/iridium/files/patch-base_profiler_stack__base__address__posix.cc +++ b/www/iridium/files/patch-base_profiler_stack__base__address__posix.cc @@ -1,4 +1,4 @@ ---- base/profiler/stack_base_address_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/profiler/stack_base_address_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/stack_base_address_posix.cc @@ -7,6 +7,7 @@ #include "base/check_op.h" diff --git a/www/iridium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc b/www/iridium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc index 73c54c22d667..7754f49a5f4a 100644 --- a/www/iridium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc +++ b/www/iridium/files/patch-base_profiler_stack__sampling__profiler__test__util.cc @@ -1,4 +1,4 @@ ---- base/profiler/stack_sampling_profiler_test_util.cc.orig 2025-05-07 06:48:23 UTC +--- base/profiler/stack_sampling_profiler_test_util.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/stack_sampling_profiler_test_util.cc @@ -50,7 +50,7 @@ // Fortunately, it provides _alloca, which functions identically. diff --git a/www/iridium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc b/www/iridium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc index 513ce798ff0f..05f2539d24a7 100644 --- a/www/iridium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc +++ b/www/iridium/files/patch-base_profiler_stack__sampling__profiler__unittest.cc @@ -1,4 +1,4 @@ ---- base/profiler/stack_sampling_profiler_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- base/profiler/stack_sampling_profiler_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/stack_sampling_profiler_unittest.cc @@ -47,7 +47,7 @@ diff --git a/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc b/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc index 278cd56a43ab..ec26b79209cf 100644 --- a/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc +++ b/www/iridium/files/patch-base_profiler_thread__delegate__posix.cc @@ -1,4 +1,4 @@ ---- base/profiler/thread_delegate_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/profiler/thread_delegate_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/profiler/thread_delegate_posix.cc @@ -15,7 +15,7 @@ #include "base/process/process_handle.h" diff --git a/www/iridium/files/patch-base_rand__util.h b/www/iridium/files/patch-base_rand__util.h index 14a7b6f9ef8e..c547dd30b7f4 100644 --- a/www/iridium/files/patch-base_rand__util.h +++ b/www/iridium/files/patch-base_rand__util.h @@ -1,4 +1,4 @@ ---- base/rand_util.h.orig 2025-05-07 06:48:23 UTC +--- base/rand_util.h.orig 2025-12-10 15:04:57 UTC +++ base/rand_util.h @@ -213,7 +213,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); diff --git a/www/iridium/files/patch-base_rand__util__posix.cc b/www/iridium/files/patch-base_rand__util__posix.cc index 87168dcf5466..fe693f515dd8 100644 --- a/www/iridium/files/patch-base_rand__util__posix.cc +++ b/www/iridium/files/patch-base_rand__util__posix.cc @@ -1,4 +1,4 @@ ---- base/rand_util_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/rand_util_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/rand_util_posix.cc @@ -30,7 +30,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-base_strings_safe__sprintf__unittest.cc b/www/iridium/files/patch-base_strings_safe__sprintf__unittest.cc index aa66555f146c..1cbbb5a7a4fc 100644 --- a/www/iridium/files/patch-base_strings_safe__sprintf__unittest.cc +++ b/www/iridium/files/patch-base_strings_safe__sprintf__unittest.cc @@ -1,4 +1,4 @@ ---- base/strings/safe_sprintf_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- base/strings/safe_sprintf_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/strings/safe_sprintf_unittest.cc @@ -747,6 +747,7 @@ TEST(SafeSPrintfTest, EmbeddedNul) { #endif diff --git a/www/iridium/files/patch-base_synchronization_cancelable__event.h b/www/iridium/files/patch-base_synchronization_cancelable__event.h index 971181734231..e9d9fa5e3fde 100644 --- a/www/iridium/files/patch-base_synchronization_cancelable__event.h +++ b/www/iridium/files/patch-base_synchronization_cancelable__event.h @@ -1,4 +1,4 @@ ---- base/synchronization/cancelable_event.h.orig 2025-05-07 06:48:23 UTC +--- base/synchronization/cancelable_event.h.orig 2025-12-10 15:04:57 UTC +++ base/synchronization/cancelable_event.h @@ -11,7 +11,7 @@ diff --git a/www/iridium/files/patch-base_synchronization_lock__impl.h b/www/iridium/files/patch-base_synchronization_lock__impl.h index dec4ea589880..27051c148bc8 100644 --- a/www/iridium/files/patch-base_synchronization_lock__impl.h +++ b/www/iridium/files/patch-base_synchronization_lock__impl.h @@ -1,4 +1,4 @@ ---- base/synchronization/lock_impl.h.orig 2025-05-07 06:48:23 UTC +--- base/synchronization/lock_impl.h.orig 2025-12-10 15:04:57 UTC +++ base/synchronization/lock_impl.h @@ -110,6 +110,10 @@ void LockImpl::Unlock() { } diff --git a/www/iridium/files/patch-base_syslog__logging.cc b/www/iridium/files/patch-base_syslog__logging.cc index 60b7d88e7c86..1c0b3fe4725d 100644 --- a/www/iridium/files/patch-base_syslog__logging.cc +++ b/www/iridium/files/patch-base_syslog__logging.cc @@ -1,4 +1,4 @@ ---- base/syslog_logging.cc.orig 2025-05-07 06:48:23 UTC +--- base/syslog_logging.cc.orig 2025-12-10 15:04:57 UTC +++ base/syslog_logging.cc @@ -17,7 +17,7 @@ #include "base/strings/string_util.h" diff --git a/www/iridium/files/patch-base_system_sys__info.cc b/www/iridium/files/patch-base_system_sys__info.cc index d6fd8af66b57..bc7a51b5101f 100644 --- a/www/iridium/files/patch-base_system_sys__info.cc +++ b/www/iridium/files/patch-base_system_sys__info.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info.cc.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info.cc.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info.cc -@@ -222,7 +222,7 @@ std::string SysInfo::SocManufacturer() { +@@ -233,7 +233,7 @@ std::string SysInfo::SocManufacturer() { #endif void SysInfo::GetHardwareInfo(base::OnceCallback<void(HardwareInfo)> callback) { diff --git a/www/iridium/files/patch-base_system_sys__info.h b/www/iridium/files/patch-base_system_sys__info.h index 9a79dec7c55e..66c3aab8cdad 100644 --- a/www/iridium/files/patch-base_system_sys__info.h +++ b/www/iridium/files/patch-base_system_sys__info.h @@ -1,6 +1,6 @@ ---- base/system/sys_info.h.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info.h.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info.h -@@ -355,6 +355,8 @@ class BASE_EXPORT SysInfo { +@@ -354,6 +354,8 @@ class BASE_EXPORT SysInfo { static void ResetCpuSecurityMitigationsEnabledForTesting(); #endif @@ -9,7 +9,7 @@ private: friend class test::ScopedAmountOfPhysicalMemoryOverride; FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory); -@@ -367,7 +369,7 @@ class BASE_EXPORT SysInfo { +@@ -366,7 +368,7 @@ class BASE_EXPORT SysInfo { static HardwareInfo GetHardwareInfoSync(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/iridium/files/patch-base_system_sys__info__freebsd.cc b/www/iridium/files/patch-base_system_sys__info__freebsd.cc index 483ff4e74500..dd1d92806a91 100644 --- a/www/iridium/files/patch-base_system_sys__info__freebsd.cc +++ b/www/iridium/files/patch-base_system_sys__info__freebsd.cc @@ -1,4 +1,4 @@ ---- base/system/sys_info_freebsd.cc.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info_freebsd.cc @@ -9,28 +9,95 @@ #include <sys/sysctl.h> diff --git a/www/iridium/files/patch-base_system_sys__info__openbsd.cc b/www/iridium/files/patch-base_system_sys__info__openbsd.cc index f93cb0422df5..e963ee564df5 100644 --- a/www/iridium/files/patch-base_system_sys__info__openbsd.cc +++ b/www/iridium/files/patch-base_system_sys__info__openbsd.cc @@ -1,4 +1,4 @@ ---- base/system/sys_info_openbsd.cc.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info_openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info_openbsd.cc @@ -12,6 +12,7 @@ diff --git a/www/iridium/files/patch-base_system_sys__info__posix.cc b/www/iridium/files/patch-base_system_sys__info__posix.cc index e23f076118b1..a5d6bfc2b6a2 100644 --- a/www/iridium/files/patch-base_system_sys__info__posix.cc +++ b/www/iridium/files/patch-base_system_sys__info__posix.cc @@ -1,6 +1,6 @@ ---- base/system/sys_info_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info_posix.cc -@@ -142,7 +142,7 @@ void GetKernelVersionNumbers(int32_t* major_version, +@@ -143,7 +143,7 @@ void GetKernelVersionNumbers(int32_t* major_version, namespace base { @@ -9,7 +9,7 @@ // static int SysInfo::NumberOfProcessors() { #if BUILDFLAG(IS_MAC) -@@ -198,7 +198,7 @@ int SysInfo::NumberOfProcessors() { +@@ -199,7 +199,7 @@ int SysInfo::NumberOfProcessors() { return cached_num_cpus; } @@ -17,8 +17,8 @@ +#endif // !BUILDFLAG(IS_BSD) // static - uint64_t SysInfo::AmountOfVirtualMemory() { -@@ -286,6 +286,8 @@ std::string SysInfo::OperatingSystemArchitecture() { + ByteCount SysInfo::AmountOfVirtualMemory() { +@@ -289,6 +289,8 @@ std::string SysInfo::OperatingSystemArchitecture() { arch = "x86"; } else if (arch == "amd64") { arch = "x86_64"; diff --git a/www/iridium/files/patch-base_system_sys__info__unittest.cc b/www/iridium/files/patch-base_system_sys__info__unittest.cc index f425ddcbe5b4..84a93b94c4fe 100644 --- a/www/iridium/files/patch-base_system_sys__info__unittest.cc +++ b/www/iridium/files/patch-base_system_sys__info__unittest.cc @@ -1,4 +1,4 @@ ---- base/system/sys_info_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- base/system/sys_info_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/system/sys_info_unittest.cc @@ -263,12 +263,16 @@ TEST_F(SysInfoTest, GetHardwareInfo) { EXPECT_TRUE(IsStringUTF8(hardware_info->model)); diff --git a/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc b/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc index 0d5da26acc40..7f50b6e9aa4c 100644 --- a/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc +++ b/www/iridium/files/patch-base_task_thread__pool_environment__config__unittest.cc @@ -1,4 +1,4 @@ ---- base/task/thread_pool/environment_config_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- base/task/thread_pool/environment_config_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/task/thread_pool/environment_config_unittest.cc @@ -14,7 +14,7 @@ TEST(ThreadPoolEnvironmentConfig, CanUseBackgroundPrio #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) diff --git a/www/iridium/files/patch-base_test_launcher_test__launcher.cc b/www/iridium/files/patch-base_test_launcher_test__launcher.cc index 4b0d06341321..b11f2f083c90 100644 --- a/www/iridium/files/patch-base_test_launcher_test__launcher.cc +++ b/www/iridium/files/patch-base_test_launcher_test__launcher.cc @@ -1,4 +1,4 @@ ---- base/test/launcher/test_launcher.cc.orig 2025-05-07 06:48:23 UTC +--- base/test/launcher/test_launcher.cc.orig 2025-12-10 15:04:57 UTC +++ base/test/launcher/test_launcher.cc @@ -73,6 +73,7 @@ #include "testing/gtest/include/gtest/gtest.h" diff --git a/www/iridium/files/patch-base_test_test__file__util__linux.cc b/www/iridium/files/patch-base_test_test__file__util__linux.cc index de998c10ea39..46db01358cc2 100644 --- a/www/iridium/files/patch-base_test_test__file__util__linux.cc +++ b/www/iridium/files/patch-base_test_test__file__util__linux.cc @@ -1,4 +1,4 @@ ---- base/test/test_file_util_linux.cc.orig 2025-09-11 13:19:19 UTC +--- base/test/test_file_util_linux.cc.orig 2025-12-10 15:04:57 UTC +++ base/test/test_file_util_linux.cc @@ -57,9 +57,11 @@ bool EvictFileFromSystemCache(const FilePath& file) { if (fdatasync(fd.get()) != 0) { diff --git a/www/iridium/files/patch-base_test_test__file__util__posix.cc b/www/iridium/files/patch-base_test_test__file__util__posix.cc index 2da5edae5208..067e28badf53 100644 --- a/www/iridium/files/patch-base_test_test__file__util__posix.cc +++ b/www/iridium/files/patch-base_test_test__file__util__posix.cc @@ -1,4 +1,4 @@ ---- base/test/test_file_util_posix.cc.orig 2025-05-07 06:48:23 UTC +--- base/test/test_file_util_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/test/test_file_util_posix.cc @@ -93,7 +93,7 @@ void SyncPageCacheToDisk() { } diff --git a/www/iridium/files/patch-base_threading_platform__thread.h b/www/iridium/files/patch-base_threading_platform__thread.h index d2f115a297ca..deda77c5cc03 100644 --- a/www/iridium/files/patch-base_threading_platform__thread.h +++ b/www/iridium/files/patch-base_threading_platform__thread.h @@ -1,4 +1,4 @@ ---- base/threading/platform_thread.h.orig 2025-10-28 14:29:43 UTC +--- base/threading/platform_thread.h.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread.h @@ -56,6 +56,8 @@ class BASE_EXPORT PlatformThreadId { using UnderlyingType = zx_koid_t; diff --git a/www/iridium/files/patch-base_threading_platform__thread__bsd.cc b/www/iridium/files/patch-base_threading_platform__thread__bsd.cc index 53ef24406fb8..8494b5c2cf20 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__bsd.cc +++ b/www/iridium/files/patch-base_threading_platform__thread__bsd.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_bsd.cc.orig 2025-05-07 06:48:23 UTC +--- base/threading/platform_thread_bsd.cc.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_bsd.cc @@ -0,0 +1,31 @@ +// Copyright 2023 The Chromium Authors diff --git a/www/iridium/files/patch-base_threading_platform__thread__internal__posix.cc b/www/iridium/files/patch-base_threading_platform__thread__internal__posix.cc index ad027793e4a5..5042ab2f55a5 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__internal__posix.cc +++ b/www/iridium/files/patch-base_threading_platform__thread__internal__posix.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_internal_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/threading/platform_thread_internal_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_internal_posix.cc @@ -31,10 +31,19 @@ ThreadPriorityForTest NiceValueToThreadPriorityForTest } diff --git a/www/iridium/files/patch-base_threading_platform__thread__metrics.cc b/www/iridium/files/patch-base_threading_platform__thread__metrics.cc index 377ed165257d..859425455988 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__metrics.cc +++ b/www/iridium/files/patch-base_threading_platform__thread__metrics.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_metrics.cc.orig 2025-10-28 14:29:43 UTC +--- base/threading/platform_thread_metrics.cc.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_metrics.cc @@ -55,7 +55,7 @@ PlatformThreadMetrics::CreateForCurrentThread() { } diff --git a/www/iridium/files/patch-base_threading_platform__thread__metrics.h b/www/iridium/files/patch-base_threading_platform__thread__metrics.h index 0c83c6f61aae..52d5da455302 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__metrics.h +++ b/www/iridium/files/patch-base_threading_platform__thread__metrics.h @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_metrics.h.orig 2025-10-28 14:29:43 UTC +--- base/threading/platform_thread_metrics.h.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_metrics.h @@ -67,7 +67,7 @@ class BASE_EXPORT PlatformThreadMetrics { PlatformThreadHandle handle); diff --git a/www/iridium/files/patch-base_threading_platform__thread__posix.cc b/www/iridium/files/patch-base_threading_platform__thread__posix.cc index 8644dbb2ffef..5290791de874 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__posix.cc +++ b/www/iridium/files/patch-base_threading_platform__thread__posix.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_posix.cc.orig 2025-10-28 14:29:43 UTC +--- base/threading/platform_thread_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_posix.cc @@ -80,6 +80,7 @@ void* ThreadFunc(void* params) { base::DisallowSingleton(); diff --git a/www/iridium/files/patch-base_threading_platform__thread__unittest.cc b/www/iridium/files/patch-base_threading_platform__thread__unittest.cc index d9d4c4910011..fc8bdfae9004 100644 --- a/www/iridium/files/patch-base_threading_platform__thread__unittest.cc +++ b/www/iridium/files/patch-base_threading_platform__thread__unittest.cc @@ -1,4 +1,4 @@ ---- base/threading/platform_thread_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- base/threading/platform_thread_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ base/threading/platform_thread_unittest.cc @@ -36,7 +36,7 @@ #include "base/time/time.h" diff --git a/www/iridium/files/patch-base_time_time__now__posix.cc b/www/iridium/files/patch-base_time_time__now__posix.cc index ad3b6021abee..dd49ace2ae88 100644 --- a/www/iridium/files/patch-base_time_time__now__posix.cc +++ b/www/iridium/files/patch-base_time_time__now__posix.cc @@ -1,4 +1,4 @@ ---- base/time/time_now_posix.cc.orig 2025-09-11 13:19:19 UTC +--- base/time/time_now_posix.cc.orig 2025-12-10 15:04:57 UTC +++ base/time/time_now_posix.cc @@ -110,7 +110,11 @@ std::optional<TimeTicks> MaybeTimeTicksNowIgnoringOver } diff --git a/www/iridium/files/patch-base_trace__event_malloc__dump__provider.cc b/www/iridium/files/patch-base_trace__event_malloc__dump__provider.cc index d7f20045c8c1..a8bbed33a4f8 100644 --- a/www/iridium/files/patch-base_trace__event_malloc__dump__provider.cc +++ b/www/iridium/files/patch-base_trace__event_malloc__dump__provider.cc @@ -1,4 +1,4 @@ ---- base/trace_event/malloc_dump_provider.cc.orig 2025-09-11 13:19:19 UTC +--- base/trace_event/malloc_dump_provider.cc.orig 2025-12-10 15:04:57 UTC +++ base/trace_event/malloc_dump_provider.cc @@ -31,6 +31,8 @@ diff --git a/www/iridium/files/patch-base_trace__event_memory__dump__manager.cc b/www/iridium/files/patch-base_trace__event_memory__dump__manager.cc index 498e2fb03261..758d5abdbee3 100644 --- a/www/iridium/files/patch-base_trace__event_memory__dump__manager.cc +++ b/www/iridium/files/patch-base_trace__event_memory__dump__manager.cc @@ -1,6 +1,6 @@ ---- base/trace_event/memory_dump_manager.cc.orig 2025-05-07 06:48:23 UTC +--- base/trace_event/memory_dump_manager.cc.orig 2025-12-10 15:04:57 UTC +++ base/trace_event/memory_dump_manager.cc -@@ -78,7 +78,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP +@@ -79,7 +79,7 @@ const char* const MemoryDumpManager::kSystemAllocatorP #if defined(MALLOC_MEMORY_TRACING_SUPPORTED) MallocDumpProvider::kAllocatedObjects; #else diff --git a/www/iridium/files/patch-base_trace__event_process__memory__dump.cc b/www/iridium/files/patch-base_trace__event_process__memory__dump.cc index 0c9d9094e534..28f474ea1c87 100644 --- a/www/iridium/files/patch-base_trace__event_process__memory__dump.cc +++ b/www/iridium/files/patch-base_trace__event_process__memory__dump.cc @@ -1,4 +1,4 @@ ---- base/trace_event/process_memory_dump.cc.orig 2025-09-11 13:19:19 UTC +--- base/trace_event/process_memory_dump.cc.orig 2025-12-10 15:04:57 UTC +++ base/trace_event/process_memory_dump.cc @@ -47,7 +47,7 @@ #include <Psapi.h> diff --git a/www/iridium/files/patch-base_tracing_trace__time.cc b/www/iridium/files/patch-base_tracing_trace__time.cc index 98aed3b1c5bd..675f24a5e4a0 100644 --- a/www/iridium/files/patch-base_tracing_trace__time.cc +++ b/www/iridium/files/patch-base_tracing_trace__time.cc @@ -1,4 +1,4 @@ ---- base/tracing/trace_time.cc.orig 2025-05-07 06:48:23 UTC +--- base/tracing/trace_time.cc.orig 2025-12-10 15:04:57 UTC +++ base/tracing/trace_time.cc @@ -8,12 +8,16 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-base_tracing_trace__time.h b/www/iridium/files/patch-base_tracing_trace__time.h index fb2445ec11ee..342dc4be4785 100644 --- a/www/iridium/files/patch-base_tracing_trace__time.h +++ b/www/iridium/files/patch-base_tracing_trace__time.h @@ -1,4 +1,4 @@ ---- base/tracing/trace_time.h.orig 2025-05-07 06:48:23 UTC +--- base/tracing/trace_time.h.orig 2025-12-10 15:04:57 UTC +++ base/tracing/trace_time.h @@ -12,7 +12,7 @@ namespace base { namespace tracing { diff --git a/www/iridium/files/patch-build_config_BUILD.gn b/www/iridium/files/patch-build_config_BUILD.gn index 4afe9f7a870e..3e2eca19cdb4 100644 --- a/www/iridium/files/patch-build_config_BUILD.gn +++ b/www/iridium/files/patch-build_config_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- build/config/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/BUILD.gn @@ -209,6 +209,10 @@ config("default_libs") { # Targets should choose to explicitly link frameworks they require. Since diff --git a/www/iridium/files/patch-build_config_BUILDCONFIG.gn b/www/iridium/files/patch-build_config_BUILDCONFIG.gn index adb9c205af17..771b328f080f 100644 --- a/www/iridium/files/patch-build_config_BUILDCONFIG.gn +++ b/www/iridium/files/patch-build_config_BUILDCONFIG.gn @@ -1,4 +1,4 @@ ---- build/config/BUILDCONFIG.gn.orig 2025-10-28 14:29:43 UTC +--- build/config/BUILDCONFIG.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/BUILDCONFIG.gn @@ -136,7 +136,8 @@ declare_args() { is_official_build = false @@ -9,8 +9,8 @@ + current_os == "freebsd" || (current_cpu != "s390x" && current_cpu != "s390" && current_cpu != "ppc64" && current_cpu != "ppc" && - current_cpu != "mips" && current_cpu != "mips64" && -@@ -235,6 +236,10 @@ if (host_toolchain == "") { + current_cpu != "mips" && current_cpu != "mips64") +@@ -234,6 +235,10 @@ if (host_toolchain == "") { host_toolchain = "//build/toolchain/aix:$host_cpu" } else if (host_os == "zos") { host_toolchain = "//build/toolchain/zos:$host_cpu" @@ -21,7 +21,7 @@ } else { assert(false, "Unsupported host_os: $host_os") } -@@ -284,6 +289,8 @@ if (target_os == "android") { +@@ -283,6 +288,8 @@ if (target_os == "android") { assert( false, "emscripten is not a supported target_os. It is available only as secondary toolchain.") @@ -30,7 +30,7 @@ } else { assert(false, "Unsupported target_os: $target_os") } -@@ -318,7 +325,11 @@ is_android = current_os == "android" +@@ -317,7 +324,11 @@ is_android = current_os == "android" is_chromeos = current_os == "chromeos" is_fuchsia = current_os == "fuchsia" is_ios = current_os == "ios" diff --git a/www/iridium/files/patch-build_config_c++_modules.gni b/www/iridium/files/patch-build_config_c++_modules.gni index b32ed12d44bf..38ef4d1acb8a 100644 --- a/www/iridium/files/patch-build_config_c++_modules.gni +++ b/www/iridium/files/patch-build_config_c++_modules.gni @@ -1,11 +1,11 @@ ---- build/config/c++/modules.gni.orig 2025-11-06 10:11:34 UTC +--- build/config/c++/modules.gni.orig 2025-12-10 15:04:57 UTC +++ build/config/c++/modules.gni @@ -16,7 +16,7 @@ declare_args() { # Eg. linux arm64 and windows were never supported with manual clang modules, # so they should use_autogenerated_modules = true despite not having # autogenerated modules because they're guarded by use_clang_modules. -- use_autogenerated_modules = !is_apple -+ use_autogenerated_modules = !is_apple && !is_bsd +- use_autogenerated_modules = !(is_apple && use_system_xcode) ++ use_autogenerated_modules = !(is_apple && use_system_xcode) && !is_bsd } module_platform = "${current_os}-${current_cpu}" diff --git a/www/iridium/files/patch-build_config_clang_BUILD.gn b/www/iridium/files/patch-build_config_clang_BUILD.gn index ea81c7de644c..ba36849f3b59 100644 --- a/www/iridium/files/patch-build_config_clang_BUILD.gn +++ b/www/iridium/files/patch-build_config_clang_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/clang/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- build/config/clang/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/clang/BUILD.gn @@ -224,7 +224,12 @@ template("clang_lib") { diff --git a/www/iridium/files/patch-build_config_clang_clang.gni b/www/iridium/files/patch-build_config_clang_clang.gni index 2167516641f6..cd1b54bd97f4 100644 --- a/www/iridium/files/patch-build_config_clang_clang.gni +++ b/www/iridium/files/patch-build_config_clang_clang.gni @@ -1,4 +1,4 @@ ---- build/config/clang/clang.gni.orig 2025-11-06 10:11:34 UTC +--- build/config/clang/clang.gni.orig 2025-12-10 15:04:57 UTC +++ build/config/clang/clang.gni @@ -88,7 +88,7 @@ declare_args() { # diff --git a/www/iridium/files/patch-build_config_compiler_BUILD.gn b/www/iridium/files/patch-build_config_compiler_BUILD.gn index 5e6e3bb1fca1..53533ae24512 100644 --- a/www/iridium/files/patch-build_config_compiler_BUILD.gn +++ b/www/iridium/files/patch-build_config_compiler_BUILD.gn @@ -1,6 +1,6 @@ ---- build/config/compiler/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- build/config/compiler/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/compiler/BUILD.gn -@@ -196,7 +196,7 @@ declare_args() { +@@ -201,7 +201,7 @@ declare_args() { # This greatly reduces the size of debug builds, at the cost of # debugging information which is required by some specialized # debugging tools. @@ -9,7 +9,7 @@ # This switch is used to enable -Wexit-time-destructors by default. This # warning serves as a flip switch to allow a gradual migration of targets -@@ -270,7 +270,7 @@ assert(!(llvm_force_head_revision && use_remoteexec && +@@ -282,7 +282,7 @@ assert(is_bot || # # Since this is referenced both when passing the file and when deciding which # warnings to enable, store it in a separate variable here. @@ -18,7 +18,7 @@ is_clang && clang_warning_suppression_file != "" # default_include_dirs --------------------------------------------------------- -@@ -288,13 +288,16 @@ config("default_include_dirs") { +@@ -300,13 +300,16 @@ config("default_include_dirs") { # Compiler instrumentation can introduce dependencies in DSOs to symbols in # the executable they are loaded into, so they are unresolved at link-time. config("no_unresolved_symbols") { @@ -36,7 +36,7 @@ } # compiler --------------------------------------------------------------------- -@@ -567,6 +570,10 @@ config("compiler") { +@@ -579,6 +582,10 @@ config("compiler") { } } @@ -47,7 +47,7 @@ # Linux-specific compiler flags setup. # ------------------------------------ if (use_icf && (!is_apple || use_lld)) { -@@ -657,7 +664,7 @@ config("compiler") { +@@ -669,7 +676,7 @@ config("compiler") { ldflags += [ "-Wl,-z,keep-text-section-prefix" ] } @@ -56,7 +56,7 @@ cflags += [ "-fcrash-diagnostics-dir=" + clang_diagnostic_dir ] if (save_reproducers_on_lld_crash && use_lld) { ldflags += [ -@@ -1315,7 +1322,7 @@ config("compiler_cpu_abi") { +@@ -1297,7 +1304,7 @@ config("compiler_cpu_abi") { # CPU architecture. We may or may not be doing a cross compile now, so for # simplicity we always explicitly set the architecture. if (current_cpu == "x64") { @@ -65,7 +65,7 @@ cflags += [ "--target=x86_64-unknown-linux-gnu" ] ldflags += [ "--target=x86_64-unknown-linux-gnu" ] } else { -@@ -1324,7 +1331,7 @@ config("compiler_cpu_abi") { +@@ -1306,7 +1313,7 @@ config("compiler_cpu_abi") { } cflags += [ "-msse3" ] } else if (current_cpu == "x86") { @@ -74,7 +74,7 @@ cflags += [ "--target=i386-unknown-linux-gnu" ] ldflags += [ "--target=i386-unknown-linux-gnu" ] } else { -@@ -1336,7 +1343,7 @@ config("compiler_cpu_abi") { +@@ -1318,7 +1325,7 @@ config("compiler_cpu_abi") { "-msse3", ] } else if (current_cpu == "arm") { @@ -83,7 +83,7 @@ cflags += [ "--target=arm-linux-gnueabihf" ] ldflags += [ "--target=arm-linux-gnueabihf" ] } -@@ -1348,7 +1355,7 @@ config("compiler_cpu_abi") { +@@ -1330,7 +1337,7 @@ config("compiler_cpu_abi") { cflags += [ "-mtune=$arm_tune" ] } } else if (current_cpu == "arm64") { @@ -92,7 +92,7 @@ cflags += [ "--target=aarch64-linux-gnu" ] ldflags += [ "--target=aarch64-linux-gnu" ] } -@@ -1747,7 +1754,7 @@ config("compiler_deterministic") { +@@ -1735,7 +1742,7 @@ config("compiler_deterministic") { } config("clang_revision") { @@ -101,7 +101,7 @@ current_os != "zos") { _perform_consistency_checks = current_toolchain == default_toolchain if (llvm_force_head_revision) { -@@ -2955,7 +2962,7 @@ config("afdo_optimize_size") { +@@ -2969,7 +2976,7 @@ config("afdo_optimize_size") { # There are some targeted places that AFDO regresses, so we provide a separate # config to allow AFDO to be disabled per-target. config("afdo") { @@ -110,7 +110,7 @@ cflags = [] if (clang_emit_debug_info_for_profiling) { # Add the following flags to generate debug info for profiling. -@@ -2982,7 +2989,7 @@ config("afdo") { +@@ -2996,7 +3003,7 @@ config("afdo") { cflags += [ "-Wno-backend-plugin" ] inputs = [ _clang_sample_profile ] } diff --git a/www/iridium/files/patch-build_config_gcc_BUILD.gn b/www/iridium/files/patch-build_config_gcc_BUILD.gn index 471d98f1baa7..fe8b8c2e79ac 100644 --- a/www/iridium/files/patch-build_config_gcc_BUILD.gn +++ b/www/iridium/files/patch-build_config_gcc_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/gcc/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- build/config/gcc/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/gcc/BUILD.gn @@ -32,7 +32,9 @@ declare_args() { # See http://gcc.gnu.org/wiki/Visibility diff --git a/www/iridium/files/patch-build_config_linux_BUILD.gn b/www/iridium/files/patch-build_config_linux_BUILD.gn index d1959de18d5f..60ad0864ab3b 100644 --- a/www/iridium/files/patch-build_config_linux_BUILD.gn +++ b/www/iridium/files/patch-build_config_linux_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/linux/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- build/config/linux/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/linux/BUILD.gn @@ -41,7 +41,7 @@ config("runtime_library") { } diff --git a/www/iridium/files/patch-build_config_linux_libdrm_BUILD.gn b/www/iridium/files/patch-build_config_linux_libdrm_BUILD.gn index 68f16e0c5e88..eae507157ca9 100644 --- a/www/iridium/files/patch-build_config_linux_libdrm_BUILD.gn +++ b/www/iridium/files/patch-build_config_linux_libdrm_BUILD.gn @@ -1,4 +1,4 @@ ---- build/config/linux/libdrm/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- build/config/linux/libdrm/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/config/linux/libdrm/BUILD.gn @@ -15,7 +15,7 @@ declare_args() { } diff --git a/www/iridium/files/patch-build_config_linux_pkg-config.py b/www/iridium/files/patch-build_config_linux_pkg-config.py index 010ae190db8f..0fdd750c25b2 100644 --- a/www/iridium/files/patch-build_config_linux_pkg-config.py +++ b/www/iridium/files/patch-build_config_linux_pkg-config.py @@ -1,4 +1,4 @@ ---- build/config/linux/pkg-config.py.orig 2025-05-07 06:48:23 UTC +--- build/config/linux/pkg-config.py.orig 2025-12-10 15:04:57 UTC +++ build/config/linux/pkg-config.py @@ -108,7 +108,7 @@ def main(): # If this is run on non-Linux platforms, just return nothing and indicate diff --git a/www/iridium/files/patch-build_config_ozone.gni b/www/iridium/files/patch-build_config_ozone.gni index 7ee2990192c0..62cd984bdf69 100644 --- a/www/iridium/files/patch-build_config_ozone.gni +++ b/www/iridium/files/patch-build_config_ozone.gni @@ -1,4 +1,4 @@ ---- build/config/ozone.gni.orig 2025-05-07 06:48:23 UTC +--- build/config/ozone.gni.orig 2025-12-10 15:04:57 UTC +++ build/config/ozone.gni @@ -80,7 +80,15 @@ declare_args() { ozone_platform = "x11" diff --git a/www/iridium/files/patch-build_config_rust.gni b/www/iridium/files/patch-build_config_rust.gni index 94cefeb2bdec..68c1fc84af58 100644 --- a/www/iridium/files/patch-build_config_rust.gni +++ b/www/iridium/files/patch-build_config_rust.gni @@ -1,4 +1,4 @@ ---- build/config/rust.gni.orig 2025-11-06 10:11:34 UTC +--- build/config/rust.gni.orig 2025-12-10 15:04:57 UTC +++ build/config/rust.gni @@ -62,7 +62,8 @@ declare_args() { # set this to the output of `rustc -V`. Changing this string will cause all @@ -10,7 +10,7 @@ # Whether artifacts produced by the Rust compiler can participate in ThinLTO. # -@@ -329,7 +330,11 @@ if (is_linux || is_chromeos) { +@@ -326,7 +327,11 @@ if (is_linux || is_chromeos) { } } diff --git a/www/iridium/files/patch-build_config_v8__target__cpu.gni b/www/iridium/files/patch-build_config_v8__target__cpu.gni index cff5ee41e3d4..8dcfde02105a 100644 --- a/www/iridium/files/patch-build_config_v8__target__cpu.gni +++ b/www/iridium/files/patch-build_config_v8__target__cpu.gni @@ -1,4 +1,4 @@ ---- build/config/v8_target_cpu.gni.orig 2025-05-07 06:48:23 UTC +--- build/config/v8_target_cpu.gni.orig 2025-12-10 15:04:57 UTC +++ build/config/v8_target_cpu.gni @@ -36,6 +36,10 @@ declare_args() { if (v8_target_cpu == "") { diff --git a/www/iridium/files/patch-build_detect__host__arch.py b/www/iridium/files/patch-build_detect__host__arch.py index 9e64aa01f511..2b41d88de028 100644 --- a/www/iridium/files/patch-build_detect__host__arch.py +++ b/www/iridium/files/patch-build_detect__host__arch.py @@ -1,4 +1,4 @@ ---- build/detect_host_arch.py.orig 2025-05-07 06:48:23 UTC +--- build/detect_host_arch.py.orig 2025-12-10 15:04:57 UTC +++ build/detect_host_arch.py @@ -20,6 +20,8 @@ def HostArch(): host_arch = 'ia32' diff --git a/www/iridium/files/patch-build_dotfile__settings.gni b/www/iridium/files/patch-build_dotfile__settings.gni index 0bf5c0590cc9..d1156f782609 100644 --- a/www/iridium/files/patch-build_dotfile__settings.gni +++ b/www/iridium/files/patch-build_dotfile__settings.gni @@ -1,4 +1,4 @@ ---- build/dotfile_settings.gni.orig 2025-11-06 10:11:34 UTC +--- build/dotfile_settings.gni.orig 2025-12-10 15:04:57 UTC +++ build/dotfile_settings.gni @@ -23,6 +23,7 @@ build_dotfile_settings = { "//build/config/mac/mac_sdk.gni", diff --git a/www/iridium/files/patch-build_gn__run__binary.py b/www/iridium/files/patch-build_gn__run__binary.py index fe2df98b2740..bbfea9a1c9dc 100644 --- a/www/iridium/files/patch-build_gn__run__binary.py +++ b/www/iridium/files/patch-build_gn__run__binary.py @@ -1,4 +1,4 @@ ---- build/gn_run_binary.py.orig 2025-05-07 06:48:23 UTC +--- build/gn_run_binary.py.orig 2025-12-10 15:04:57 UTC +++ build/gn_run_binary.py @@ -23,7 +23,7 @@ if not os.path.isabs(path): # The rest of the arguments are passed directly to the executable. diff --git a/www/iridium/files/patch-build_linux_chrome.map b/www/iridium/files/patch-build_linux_chrome.map index ed040f84b25b..d4397081a2af 100644 --- a/www/iridium/files/patch-build_linux_chrome.map +++ b/www/iridium/files/patch-build_linux_chrome.map @@ -1,4 +1,4 @@ ---- build/linux/chrome.map.orig 2025-05-07 06:48:23 UTC +--- build/linux/chrome.map.orig 2025-12-10 15:04:57 UTC +++ build/linux/chrome.map @@ -20,6 +20,10 @@ global: # Program entry point. diff --git a/www/iridium/files/patch-build_linux_strip__binary.gni b/www/iridium/files/patch-build_linux_strip__binary.gni index 7250ba409106..d13715d5c611 100644 --- a/www/iridium/files/patch-build_linux_strip__binary.gni +++ b/www/iridium/files/patch-build_linux_strip__binary.gni @@ -1,4 +1,4 @@ ---- build/linux/strip_binary.gni.orig 2025-11-24 05:40:57 UTC +--- build/linux/strip_binary.gni.orig 2025-12-10 15:04:57 UTC +++ build/linux/strip_binary.gni @@ -21,8 +21,8 @@ template("strip_binary") { "testonly", diff --git a/www/iridium/files/patch-build_linux_strip__binary.py b/www/iridium/files/patch-build_linux_strip__binary.py index 5add6d000a3b..dcdfbfebb4ef 100644 --- a/www/iridium/files/patch-build_linux_strip__binary.py +++ b/www/iridium/files/patch-build_linux_strip__binary.py @@ -1,4 +1,4 @@ ---- build/linux/strip_binary.py.orig 2025-09-11 13:19:19 UTC +--- build/linux/strip_binary.py.orig 2025-12-10 15:04:57 UTC +++ build/linux/strip_binary.py @@ -10,6 +10,7 @@ import sys diff --git a/www/iridium/files/patch-build_linux_unbundle_icu.gn b/www/iridium/files/patch-build_linux_unbundle_icu.gn index 5f7a5139bd98..595d242c1c57 100644 --- a/www/iridium/files/patch-build_linux_unbundle_icu.gn +++ b/www/iridium/files/patch-build_linux_unbundle_icu.gn @@ -1,4 +1,4 @@ ---- build/linux/unbundle/icu.gn.orig 2025-05-07 06:48:23 UTC +--- build/linux/unbundle/icu.gn.orig 2025-12-10 15:04:57 UTC +++ build/linux/unbundle/icu.gn @@ -17,6 +17,15 @@ config("icu_config") { "USING_SYSTEM_ICU=1", @@ -26,18 +26,3 @@ ] } -@@ -46,6 +58,14 @@ pkg_config("system_icuuc") { - } - - source_set("icui18n") { -+ deps = [ ":icui18n_shim" ] -+ public_configs = [ -+ ":icu_config", -+ ":system_icui18n", -+ ] -+} -+ -+source_set("icui18n_hidden_visibility") { - deps = [ ":icui18n_shim" ] - public_configs = [ - ":icu_config", diff --git a/www/iridium/files/patch-build_linux_unbundle_libpng.gn b/www/iridium/files/patch-build_linux_unbundle_libpng.gn new file mode 100644 index 000000000000..4840edd85be1 --- /dev/null +++ b/www/iridium/files/patch-build_linux_unbundle_libpng.gn @@ -0,0 +1,30 @@ +--- build/linux/unbundle/libpng.gn.orig 2025-12-10 15:04:57 UTC ++++ build/linux/unbundle/libpng.gn +@@ -21,3 +21,27 @@ source_set("libpng") { + deps = [ ":libpng_shim" ] + public_configs = [ ":libpng_config" ] + } ++ ++libpng_testonly_visibility = [ ++ "//chrome/test:accessibility_live_site_tests", ++ "//chrome/test:captured_sites_interactive_tests", ++ "//chrome/test:interactive_ui_tests", ++ "//tools/imagediff", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `run_libpng_progressive_read_fuzzer` on `ios-catalyst` trybot). ++ "//testing/libfuzzer/fuzzers:*", ++ ++ # Using a wildcard, to cover template-generated targets (e.g. ++ # `//ui/gfx:gfx_unittests__library__jni_registration__native_sources` or ++ # `//ui/gfx:gfx_unittests__exec`). ++ "//ui/gfx:*", ++] ++ ++group("libpng_for_testonly") { ++ testonly = true ++ public_deps = [ ":libpng" ] ++ ++ visibility = [] ++ visibility = libpng_testonly_visibility ++} diff --git a/www/iridium/files/patch-build_linux_unbundle_libusb.gn b/www/iridium/files/patch-build_linux_unbundle_libusb.gn index 5ac1d7e88e78..e399992d29a7 100644 --- a/www/iridium/files/patch-build_linux_unbundle_libusb.gn +++ b/www/iridium/files/patch-build_linux_unbundle_libusb.gn @@ -1,4 +1,4 @@ ---- build/linux/unbundle/libusb.gn.orig 2025-05-07 06:48:23 UTC +--- build/linux/unbundle/libusb.gn.orig 2025-12-10 15:04:57 UTC +++ build/linux/unbundle/libusb.gn @@ -1,3 +1,27 @@ +# Copyright 2016 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-build_rust_allocator_lib.rs b/www/iridium/files/patch-build_rust_allocator_lib.rs index 5683fb4c4512..7e1eba5a7f0a 100644 --- a/www/iridium/files/patch-build_rust_allocator_lib.rs +++ b/www/iridium/files/patch-build_rust_allocator_lib.rs @@ -1,15 +1,9 @@ ---- build/rust/allocator/lib.rs.orig 2025-11-25 13:37:36 UTC +--- build/rust/allocator/lib.rs.orig 2025-12-10 15:04:57 UTC +++ build/rust/allocator/lib.rs -@@ -96,6 +96,18 @@ mod both_allocators { +@@ -96,6 +96,12 @@ mod both_allocators { 0 } -+ // TODO(crbug.com/422538133) Remove after rolling past -+ // https://github.com/rust-lang/rust/pull/141061 -+ #[no_mangle] -+ #[linkage = "weak"] -+ static __rust_no_alloc_shim_is_unstable: u8 = 0; -+ + // TODO(crbug.com/440481922): Remove this after rolling past https://github.com/rust-lang/rust/pull/143387 + #[rustc_std_internal_symbol] + #[allow(non_upper_case_globals)] diff --git a/www/iridium/files/patch-build_rust_rust__bindgen.gni b/www/iridium/files/patch-build_rust_rust__bindgen.gni index 8c777f4b406d..c8e70b9f8439 100644 --- a/www/iridium/files/patch-build_rust_rust__bindgen.gni +++ b/www/iridium/files/patch-build_rust_rust__bindgen.gni @@ -1,4 +1,4 @@ ---- build/rust/rust_bindgen.gni.orig 2025-05-07 06:48:23 UTC +--- build/rust/rust_bindgen.gni.orig 2025-12-10 15:04:57 UTC +++ build/rust/rust_bindgen.gni @@ -12,14 +12,14 @@ if (is_win) { import("//build/toolchain/win/win_toolchain_data.gni") diff --git a/www/iridium/files/patch-build_rust_rust__bindgen__generator.gni b/www/iridium/files/patch-build_rust_rust__bindgen__generator.gni index 14b2304a9a25..ccbfdc072b60 100644 --- a/www/iridium/files/patch-build_rust_rust__bindgen__generator.gni +++ b/www/iridium/files/patch-build_rust_rust__bindgen__generator.gni @@ -1,4 +1,4 @@ ---- build/rust/rust_bindgen_generator.gni.orig 2025-05-07 06:48:23 UTC +--- build/rust/rust_bindgen_generator.gni.orig 2025-12-10 15:04:57 UTC +++ build/rust/rust_bindgen_generator.gni @@ -11,14 +11,14 @@ if (is_win) { import("//build/toolchain/win/win_toolchain_data.gni") diff --git a/www/iridium/files/patch-build_rust_std_BUILD.gn b/www/iridium/files/patch-build_rust_std_BUILD.gn index da7c2a3037ee..9f2f063f7741 100644 --- a/www/iridium/files/patch-build_rust_std_BUILD.gn +++ b/www/iridium/files/patch-build_rust_std_BUILD.gn @@ -1,4 +1,4 @@ ---- build/rust/std/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- build/rust/std/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/rust/std/BUILD.gn @@ -49,13 +49,20 @@ if (toolchain_has_rust) { # These are no longer present in the Windows toolchain. diff --git a/www/iridium/files/patch-build_toolchain_freebsd_BUILD.gn b/www/iridium/files/patch-build_toolchain_freebsd_BUILD.gn index 7412250e64d1..ee2b201c6fbf 100644 --- a/www/iridium/files/patch-build_toolchain_freebsd_BUILD.gn +++ b/www/iridium/files/patch-build_toolchain_freebsd_BUILD.gn @@ -1,4 +1,4 @@ ---- build/toolchain/freebsd/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- build/toolchain/freebsd/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/toolchain/freebsd/BUILD.gn @@ -0,0 +1,66 @@ +# Copyright 2013 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-build_toolchain_gcc__solink__wrapper.py b/www/iridium/files/patch-build_toolchain_gcc__solink__wrapper.py index ae0a5da428be..7c979bbf41c9 100644 --- a/www/iridium/files/patch-build_toolchain_gcc__solink__wrapper.py +++ b/www/iridium/files/patch-build_toolchain_gcc__solink__wrapper.py @@ -1,4 +1,4 @@ ---- build/toolchain/gcc_solink_wrapper.py.orig 2025-05-07 06:48:23 UTC +--- build/toolchain/gcc_solink_wrapper.py.orig 2025-12-10 15:04:57 UTC +++ build/toolchain/gcc_solink_wrapper.py @@ -39,7 +39,7 @@ def CollectDynSym(args): """Replaces: nm --format=posix -g -D -p $sofile | cut -f1-2 -d' '""" diff --git a/www/iridium/files/patch-build_toolchain_gcc__toolchain.gni b/www/iridium/files/patch-build_toolchain_gcc__toolchain.gni index c9a16d6a763e..9cf4e33a3037 100644 --- a/www/iridium/files/patch-build_toolchain_gcc__toolchain.gni +++ b/www/iridium/files/patch-build_toolchain_gcc__toolchain.gni @@ -1,4 +1,4 @@ ---- build/toolchain/gcc_toolchain.gni.orig 2025-11-06 10:11:34 UTC +--- build/toolchain/gcc_toolchain.gni.orig 2025-12-10 15:04:57 UTC +++ build/toolchain/gcc_toolchain.gni @@ -53,6 +53,13 @@ if (enable_resource_allowlist_generation) { "enable_resource_allowlist_generation=true does not work for target_os=$target_os") diff --git a/www/iridium/files/patch-build_toolchain_openbsd_BUILD.gn b/www/iridium/files/patch-build_toolchain_openbsd_BUILD.gn index c330d865aed3..e49b388d5db6 100644 --- a/www/iridium/files/patch-build_toolchain_openbsd_BUILD.gn +++ b/www/iridium/files/patch-build_toolchain_openbsd_BUILD.gn @@ -1,4 +1,4 @@ ---- build/toolchain/openbsd/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- build/toolchain/openbsd/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ build/toolchain/openbsd/BUILD.gn @@ -0,0 +1,66 @@ +# Copyright 2013 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-build_toolchain_toolchain.gni b/www/iridium/files/patch-build_toolchain_toolchain.gni index 70dafc955fc7..6feeecbab217 100644 --- a/www/iridium/files/patch-build_toolchain_toolchain.gni +++ b/www/iridium/files/patch-build_toolchain_toolchain.gni @@ -1,4 +1,4 @@ ---- build/toolchain/toolchain.gni.orig 2025-11-06 10:11:34 UTC +--- build/toolchain/toolchain.gni.orig 2025-12-10 15:04:57 UTC +++ build/toolchain/toolchain.gni @@ -55,7 +55,7 @@ if (host_os == "mac") { host_shlib_extension = ".dylib" diff --git a/www/iridium/files/patch-cc_base_features.cc b/www/iridium/files/patch-cc_base_features.cc index 5aee85a0aa1b..d07210c22e45 100644 --- a/www/iridium/files/patch-cc_base_features.cc +++ b/www/iridium/files/patch-cc_base_features.cc @@ -1,4 +1,4 @@ ---- cc/base/features.cc.orig 2025-11-06 10:11:34 UTC +--- cc/base/features.cc.orig 2025-12-10 15:04:57 UTC +++ cc/base/features.cc @@ -42,7 +42,7 @@ const base::FeatureParam<int> kDeferImplInvalidationFr // Note that kUseDMSAAForTiles only controls vulkan launch on android. We will diff --git a/www/iridium/files/patch-chrome_app_chrome__command__ids.h b/www/iridium/files/patch-chrome_app_chrome__command__ids.h index 2e03886ee5c6..1ea8398052f1 100644 --- a/www/iridium/files/patch-chrome_app_chrome__command__ids.h +++ b/www/iridium/files/patch-chrome_app_chrome__command__ids.h @@ -1,4 +1,4 @@ ---- chrome/app/chrome_command_ids.h.orig 2025-05-07 06:48:23 UTC +--- chrome/app/chrome_command_ids.h.orig 2025-12-10 15:04:57 UTC +++ chrome/app/chrome_command_ids.h @@ -72,11 +72,11 @@ #define IDC_TOGGLE_MULTITASK_MENU 34050 diff --git a/www/iridium/files/patch-chrome_app_chrome__main.cc b/www/iridium/files/patch-chrome_app_chrome__main.cc index d0f3e7dba9c6..9da1613dcb24 100644 --- a/www/iridium/files/patch-chrome_app_chrome__main.cc +++ b/www/iridium/files/patch-chrome_app_chrome__main.cc @@ -1,4 +1,4 @@ ---- chrome/app/chrome_main.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/app/chrome_main.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/app/chrome_main.cc @@ -28,11 +28,11 @@ #include "chrome/app/chrome_main_mac.h" diff --git a/www/iridium/files/patch-chrome_app_chrome__main__delegate.cc b/www/iridium/files/patch-chrome_app_chrome__main__delegate.cc index 4faff2d955e3..aa229bbcb005 100644 --- a/www/iridium/files/patch-chrome_app_chrome__main__delegate.cc +++ b/www/iridium/files/patch-chrome_app_chrome__main__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/app/chrome_main_delegate.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/app/chrome_main_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/app/chrome_main_delegate.cc @@ -105,7 +105,7 @@ #include "ui/base/ui_base_switches.h" diff --git a/www/iridium/files/patch-chrome_app_settings__strings.grdp b/www/iridium/files/patch-chrome_app_settings__strings.grdp index ddc622d84b04..65ba4004d650 100644 --- a/www/iridium/files/patch-chrome_app_settings__strings.grdp +++ b/www/iridium/files/patch-chrome_app_settings__strings.grdp @@ -1,6 +1,6 @@ ---- chrome/app/settings_strings.grdp.orig 2025-09-11 13:19:19 UTC +--- chrome/app/settings_strings.grdp.orig 2025-12-10 15:04:57 UTC +++ chrome/app/settings_strings.grdp -@@ -240,11 +240,9 @@ +@@ -237,11 +237,9 @@ <message name="IDS_SETTINGS_RESET_TO_DEFAULT" desc="Name of the control which resets a browser setting back to the default value"> Reset to default </message> diff --git a/www/iridium/files/patch-chrome_browser_BUILD.gn b/www/iridium/files/patch-chrome_browser_BUILD.gn index 166ce4c762a9..01e9b0fb552b 100644 --- a/www/iridium/files/patch-chrome_browser_BUILD.gn +++ b/www/iridium/files/patch-chrome_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/BUILD.gn -@@ -7144,6 +7144,13 @@ static_library("browser") { +@@ -7142,6 +7142,13 @@ static_library("browser") { [ "//third_party/webrtc/modules/desktop_capture:pipewire_config" ] } diff --git a/www/iridium/files/patch-chrome_browser_about__flags.cc b/www/iridium/files/patch-chrome_browser_about__flags.cc index 2e3906748d8d..ccb333a20f34 100644 --- a/www/iridium/files/patch-chrome_browser_about__flags.cc +++ b/www/iridium/files/patch-chrome_browser_about__flags.cc @@ -1,6 +1,6 @@ ---- chrome/browser/about_flags.cc.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/about_flags.cc.orig 2025-12-12 12:17:57 UTC +++ chrome/browser/about_flags.cc -@@ -334,12 +334,12 @@ +@@ -332,12 +332,12 @@ #include "components/stylus_handwriting/win/features.h" #endif @@ -15,7 +15,7 @@ #include "chrome/browser/contextual_cueing/contextual_cueing_features.h" // nogncheck #include "chrome/browser/enterprise/profile_management/profile_management_features.h" #include "chrome/browser/enterprise/webstore/features.h" -@@ -896,6 +896,26 @@ const FeatureEntry::FeatureVariation +@@ -866,6 +866,26 @@ const FeatureEntry::FeatureVariation std::size(kWebIdentityDigitalIdentityCredentialHighRiskDialogParam), nullptr}}; @@ -42,7 +42,7 @@ const FeatureEntry::FeatureParam kClipboardMaximumAge60Seconds[] = { {"UIClipboardMaximumAge", "60"}}; const FeatureEntry::FeatureParam kClipboardMaximumAge90Seconds[] = { -@@ -1265,7 +1285,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada +@@ -1321,7 +1341,7 @@ const FeatureEntry::FeatureVariation kRemotePageMetada }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3870,7 +3890,7 @@ const FeatureEntry::FeatureVariation +@@ -3975,7 +3995,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,16 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -4130,7 +4150,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4005,7 +4025,7 @@ const flags_ui::FeatureEntry::FeatureVariation + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || + // BUILDFLAG(IS_CHROMEOS) + +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + const FeatureEntry::Choice kReplaceSyncPromosWithSignInPromosChoices[] = { + {"Default", "", ""}, + {"Disabled", switches::kDisableFeatures, +@@ -4231,7 +4251,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -69,7 +78,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4150,7 +4170,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent +@@ -4251,7 +4271,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent }; #endif // BUILDFLAG(IS_ANDROID) @@ -78,16 +87,25 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -4899,7 +4919,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes +@@ -5020,7 +5040,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const FeatureEntry::FeatureParam kNtpEnterpriseShortcutsWithFakeData[] = { - {"use_fake_data", "true"}}; - const FeatureEntry::FeatureVariation kNtpEnterpriseShortcutsVariations[] = { -@@ -5545,7 +5565,7 @@ const FeatureEntry kFeatureEntries[] = { + const FeatureEntry::FeatureParam kNtpCustomizeChromeAutoOpenOnEveryNTP[] = { + {"max_customize_chrome_auto_shown_count", "5"}, + {"max_customize_chrome_auto_shown_session_count", "5"}}; +@@ -5156,7 +5176,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa + nullptr}}; + #endif // BUILDFLAG(IS_ANDROID) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + const FeatureEntry::FeatureParam kProfilePickerTextVariation1[] = { + {"profile-picker-variation", "keep-work-and-life-separate"}}; + const FeatureEntry::FeatureParam kProfilePickerTextVariation2[] = { +@@ -5735,7 +5755,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -96,7 +114,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -5840,7 +5860,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6033,7 +6053,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -105,7 +123,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -6032,7 +6052,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6225,7 +6245,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -114,7 +132,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6061,6 +6081,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6254,6 +6274,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -131,7 +149,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -6927,7 +6957,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7124,7 +7154,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -140,7 +158,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7337,7 +7367,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7540,7 +7570,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -149,7 +167,16 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7815,7 +7845,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7755,7 +7785,7 @@ const FeatureEntry kFeatureEntries[] = { + "NtpRealboxNext")}, + + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"ntp-customize-chrome-auto-open", + flag_descriptions::kNtpCustomizeChromeAutoOpenName, + flag_descriptions::kNtpCustomizeChromeAutoOpenDescription, kOsDesktop, +@@ -8034,7 +8064,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -158,7 +185,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8777,7 +8807,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8972,7 +9002,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -167,16 +194,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9355,7 +9385,7 @@ const FeatureEntry kFeatureEntries[] = { - FEATURE_VALUE_TYPE(ash::features::kWallpaperGooglePhotosSharedAlbums)}, - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"enable-get-all-screens-media", flag_descriptions::kGetAllScreensMediaName, - flag_descriptions::kGetAllScreensMediaDescription, kOsCrOS | kOsLinux, - FEATURE_VALUE_TYPE(blink::features::kGetAllScreensMedia)}, -@@ -9380,7 +9410,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9543,7 +9573,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -185,7 +203,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -9833,7 +9863,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10000,7 +10030,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -194,7 +212,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10023,7 +10053,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10197,7 +10227,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -203,16 +221,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10495,7 +10525,7 @@ const FeatureEntry kFeatureEntries[] = { - kOsDesktop | kOsAndroid, - FEATURE_VALUE_TYPE(features::kProcessPerSiteUpToMainFrameThreshold)}, - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"camera-mic-effects", flag_descriptions::kCameraMicEffectsName, - flag_descriptions::kCameraMicEffectsDescription, - static_cast<unsigned short>(kOsMac | kOsWin | kOsLinux), -@@ -10606,7 +10636,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10759,7 +10789,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -221,7 +230,7 @@ {"enable-generic-oidc-auth-profile-management", flag_descriptions::kEnableGenericOidcAuthProfileManagementName, flag_descriptions::kEnableGenericOidcAuthProfileManagementDescription, -@@ -10627,7 +10657,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10780,7 +10810,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -230,34 +239,16 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11165,7 +11195,7 @@ const FeatureEntry kFeatureEntries[] = { - kStandardBoundSessionCredentialsFederatedSessionsVariations, - "standard-device-bound-sessions-federated-sessions")}, +@@ -11294,7 +11324,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kResponsiveIframesDescription, kOsAll, + FEATURE_VALUE_TYPE(blink::features::kResponsiveIframes)}, -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11325,7 +11355,7 @@ const FeatureEntry kFeatureEntries[] = { - flag_descriptions::kCanvasHibernationDescription, kOsAll, - FEATURE_VALUE_TYPE(blink::features::kCanvas2DHibernation)}, - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - {"sync-enable-bookmarks-in-transport-mode", - flag_descriptions::kSyncEnableBookmarksInTransportModeName, - flag_descriptions::kSyncEnableBookmarksInTransportModeDescription, -@@ -11411,7 +11441,7 @@ const FeatureEntry kFeatureEntries[] = { - "HistoryOptInEducationalTipVariations")}, - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - {"supervised-user-local-web-approvals", - flag_descriptions::kSupervisedUserLocalWebApprovalsName, - flag_descriptions::kSupervisedUserLocalWebApprovalsDescription, -@@ -11616,7 +11646,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11710,7 +11740,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -266,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, -@@ -11704,7 +11734,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11781,7 +11811,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -275,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11738,7 +11768,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11807,7 +11837,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -284,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12102,7 +12132,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12183,7 +12213,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -293,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12138,7 +12168,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12219,7 +12249,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -302,7 +293,7 @@ {"autofill-enable-amount-extraction", flag_descriptions::kAutofillEnableAmountExtractionName, flag_descriptions::kAutofillEnableAmountExtractionDescription, -@@ -12290,7 +12320,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12364,7 +12394,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -311,7 +302,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12319,7 +12349,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12393,7 +12423,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(supervised_user::kSupervisedUserBlockInterstitialV3)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -320,7 +311,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12334,7 +12364,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12408,7 +12438,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -329,7 +320,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12607,7 +12637,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12685,7 +12715,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +329,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12700,7 +12730,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12775,7 +12805,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -347,7 +338,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12824,7 +12854,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12887,7 +12917,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -356,7 +347,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -12897,7 +12927,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12960,7 +12990,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -365,7 +356,7 @@ {"autofill-enable-buy-now-pay-later-for-externally-linked", flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, flag_descriptions:: -@@ -13174,7 +13204,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13238,7 +13268,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID), #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -374,7 +365,7 @@ {"enable-ntp-enterprise-shortcuts", flag_descriptions::kEnableNtpEnterpriseShortcutsName, flag_descriptions::kEnableNtpEnterpriseShortcutsDescription, -@@ -13281,7 +13311,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13345,7 +13375,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillAndPasswordsInSameSurface)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -383,7 +374,7 @@ {"contextual-suggestion-ui-improvements", flag_descriptions::kContextualSuggestionsUiImprovementsName, flag_descriptions::kContextualSuggestionsUiImprovementsDescription, -@@ -13309,7 +13339,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13373,7 +13403,7 @@ const FeatureEntry kFeatureEntries[] = { "EnableBlockCanvasReadback")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -392,7 +383,7 @@ {"autofill-enable-ai-based-amount-extraction", flag_descriptions::kAutofillEnableAiBasedAmountExtractionName, flag_descriptions::kAutofillEnableAiBasedAmountExtractionDescription, -@@ -13354,7 +13384,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13423,7 +13453,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kCryptographyComplianceCnsa)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -401,3 +392,75 @@ {"lens-reinvocation-affordance", flag_descriptions::kLensSearchReinvocationAffordanceName, flag_descriptions::kLensSearchReinvocationAffordanceDescription, +@@ -13481,7 +13511,7 @@ const FeatureEntry kFeatureEntries[] = { + STRING_VALUE_TYPE(variations::switches::kVariationsSeedCorpus, "")}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"passkey-unlock-error-ui", flag_descriptions::kPasskeyUnlockErrorUiName, + flag_descriptions::kPasskeyUnlockErrorUiDescription, kOsDesktop, + FEATURE_VALUE_TYPE(device::kPasskeyUnlockErrorUi)}, +@@ -13518,7 +13548,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kUserValueDefaultBrowserStrings)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-read-aloud-ts-text-segmentation", + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationName, + flag_descriptions::kReadAnythingReadAloudTsTextSegmentationDescription, +@@ -13530,7 +13560,7 @@ const FeatureEntry kFeatureEntries[] = { + flag_descriptions::kHandleMdmErrorsForDasherAccountsDescription, kOsAll, + FEATURE_VALUE_TYPE(switches::kHandleMdmErrorsForDasherAccounts)}, + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-creation-decline-signin-cta-experiment", + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentName, + flag_descriptions::kProfileCreationDeclineSigninCTAExperimentDescription, +@@ -13538,7 +13568,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(switches::kProfileCreationDeclineSigninCTAExperiment)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"show-profile-picker-to-all-users-experiment", + flag_descriptions::kShowProfilePickerToAllUsersExperimentName, + flag_descriptions::kShowProfilePickerToAllUsersExperimentDescription, +@@ -13588,7 +13618,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(features::kAndroidDesktopZoomScaling)}, + #endif + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + {"profile-picker-text-variations", + flag_descriptions::kProfilePickerTextVariationsName, + flag_descriptions::kProfilePickerTextVariationsDescription, +@@ -13599,7 +13629,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-optimization-filter", + flag_descriptions::kLensOverlayOptimizationFilterName, + flag_descriptions::kLensOverlayOptimizationFilterDescription, kOsDesktop, +@@ -13618,7 +13648,7 @@ const FeatureEntry kFeatureEntries[] = { + FEATURE_VALUE_TYPE(network::features::kConnectionAllowlists)}, + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"read-anything-with-readability-enabled", + flag_descriptions::kReadAnythingWithReadabilityName, + flag_descriptions::kReadAnythingWithReadabilityDescription, kOsDesktop, +@@ -13626,7 +13656,7 @@ const FeatureEntry kFeatureEntries[] = { + #endif + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + {"lens-overlay-non-blocking-privacy-notice", + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeName, + flag_descriptions::kLensOverlayNonBlockingPrivacyNoticeDescription, diff --git a/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc b/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc index 59843f04850c..af2532fd7fad 100644 --- a/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc +++ b/www/iridium/files/patch-chrome_browser_after__startup__task__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/after_startup_task_utils.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/after_startup_task_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/after_startup_task_utils.cc @@ -112,7 +112,7 @@ void SetBrowserStartupIsComplete() { TRACE_EVENT_SCOPE_GLOBAL, "BrowserCount", browser_count); diff --git a/www/iridium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc b/www/iridium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc index 333c6a7b56e9..e8bb5397a848 100644 --- a/www/iridium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc +++ b/www/iridium/files/patch-chrome_browser_apps_app__service_publishers_extension__apps.cc @@ -1,4 +1,4 @@ ---- chrome/browser/apps/app_service/publishers/extension_apps.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/apps/app_service/publishers/extension_apps.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/apps/app_service/publishers/extension_apps.cc @@ -23,7 +23,7 @@ ExtensionApps::ExtensionApps(AppServiceProxy* proxy) ExtensionApps::~ExtensionApps() = default; diff --git a/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc b/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc index 87ae41a0b256..082967f46d4b 100644 --- a/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc +++ b/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.cc @@ -1,4 +1,4 @@ ---- chrome/browser/apps/platform_apps/platform_app_launch.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/apps/platform_apps/platform_app_launch.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/apps/platform_apps/platform_app_launch.cc @@ -19,7 +19,7 @@ #include "extensions/common/constants.h" diff --git a/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h b/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h index 5dfd78640e8f..c35fe8bba71a 100644 --- a/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h +++ b/www/iridium/files/patch-chrome_browser_apps_platform__apps_platform__app__launch.h @@ -1,4 +1,4 @@ ---- chrome/browser/apps/platform_apps/platform_app_launch.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/apps/platform_apps/platform_app_launch.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/apps/platform_apps/platform_app_launch.h @@ -38,7 +38,7 @@ bool OpenExtensionApplicationWindow(Profile* profile, content::WebContents* OpenExtensionApplicationTab(Profile* profile, diff --git a/www/iridium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc b/www/iridium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc index 5999f752bd82..7b4d413eadde 100644 --- a/www/iridium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc +++ b/www/iridium/files/patch-chrome_browser_autocomplete_chrome__autocomplete__scheme__classifier.cc @@ -1,4 +1,4 @@ ---- chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/autocomplete/chrome_autocomplete_scheme_classifier.cc @@ -105,7 +105,7 @@ ChromeAutocompleteSchemeClassifier::GetInputTypeForSch return metrics::OmniboxInputType::QUERY; diff --git a/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc b/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc index 47ab1d871a96..021a2e3528df 100644 --- a/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc +++ b/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/background/extensions/background_mode_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/background/extensions/background_mode_manager.cc -@@ -879,7 +879,7 @@ gfx::ImageSkia GetStatusTrayIcon() { +@@ -877,7 +877,7 @@ gfx::ImageSkia GetStatusTrayIcon() { } return family->CreateExact(size).AsImageSkia(); diff --git a/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__optimizer.cc b/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__optimizer.cc index c3205eb42ac7..01092ca3efa5 100644 --- a/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__optimizer.cc +++ b/www/iridium/files/patch-chrome_browser_background_extensions_background__mode__optimizer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/background/extensions/background_mode_optimizer.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/background/extensions/background_mode_optimizer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/background/extensions/background_mode_optimizer.cc @@ -31,7 +31,7 @@ std::unique_ptr<BackgroundModeOptimizer> BackgroundMod return nullptr; diff --git a/www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc b/www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc index 9d5a4646bc85..2581a707ced1 100644 --- a/www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc +++ b/www/iridium/files/patch-chrome_browser_background_glic_glic__status__icon.cc @@ -1,6 +1,6 @@ ---- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/background/glic/glic_status_icon.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/background/glic/glic_status_icon.cc -@@ -89,7 +89,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control +@@ -105,7 +105,7 @@ GlicStatusIcon::GlicStatusIcon(GlicController* control return; } @@ -9,7 +9,7 @@ // Set a vector icon for proper theming on Linux. status_icon_->SetIcon( GlicVectorIconManager::GetVectorIcon(IDR_GLIC_BUTTON_VECTOR_ICON)); -@@ -144,7 +144,7 @@ GlicStatusIcon::~GlicStatusIcon() { +@@ -160,7 +160,7 @@ GlicStatusIcon::~GlicStatusIcon() { context_menu_ = nullptr; if (status_icon_) { @@ -18,7 +18,7 @@ status_icon_->RemoveObserver(this); #endif std::unique_ptr<StatusIcon> removed_icon = -@@ -258,7 +258,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato +@@ -290,7 +290,7 @@ void GlicStatusIcon::UpdateHotkey(const ui::Accelerato } void GlicStatusIcon::UpdateVisibilityOfExitInContextMenu() { @@ -27,7 +27,7 @@ if (context_menu_) { const bool is_visible = BrowserList::GetInstance()->empty(); const std::optional<size_t> index = -@@ -322,7 +322,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C +@@ -368,7 +368,7 @@ std::unique_ptr<StatusIconMenuModel> GlicStatusIcon::C menu->AddItem(IDC_GLIC_STATUS_ICON_MENU_SETTINGS, l10n_util::GetStringUTF16(IDS_GLIC_STATUS_ICON_MENU_SETTINGS)); diff --git a/www/iridium/files/patch-chrome_browser_browser__features.cc b/www/iridium/files/patch-chrome_browser_browser__features.cc index fd902cbeb607..f368553962d3 100644 --- a/www/iridium/files/patch-chrome_browser_browser__features.cc +++ b/www/iridium/files/patch-chrome_browser_browser__features.cc @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/browser_features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/browser_features.cc @@ -70,7 +70,7 @@ BASE_FEATURE(kCertVerificationNetworkTime, base::FEATU BASE_FEATURE(kClearUserDataUponProfileDestruction, @@ -9,7 +9,7 @@ // Enables usage of os_crypt_async::SecretPortalKeyProvider. Once // `kSecretPortalKeyProviderUseForEncryption` is enabled, this flag cannot be // disabled without losing data. -@@ -85,7 +85,7 @@ BASE_FEATURE(kUseFreedesktopSecretKeyProvider, +@@ -80,7 +80,7 @@ BASE_FEATURE(kDbusSecretPortal, base::FEATURE_ENABLED_ // Destroy profiles when their last browser window is closed, instead of when // the browser exits. BASE_FEATURE(kDestroyProfileOnBrowserClose, @@ -18,7 +18,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -204,7 +204,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE +@@ -198,7 +198,7 @@ BASE_FEATURE(kSandboxExternalProtocolBlocked, base::FE BASE_FEATURE(kSandboxExternalProtocolBlockedWarning, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-chrome_browser_browser__features.h b/www/iridium/files/patch-chrome_browser_browser__features.h index 7bfe16841ddd..602280029046 100644 --- a/www/iridium/files/patch-chrome_browser_browser__features.h +++ b/www/iridium/files/patch-chrome_browser_browser__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/browser_features.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/browser_features.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/browser_features.h @@ -41,7 +41,7 @@ BASE_DECLARE_FEATURE(kCertificateTransparencyAskBefore BASE_DECLARE_FEATURE(kCertVerificationNetworkTime); @@ -7,14 +7,14 @@ -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kDbusSecretPortal); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProvider); #endif -@@ -92,7 +92,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed + +@@ -89,7 +89,7 @@ BASE_DECLARE_FEATURE(kRestartNetworkServiceUnsandboxed BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlocked); BASE_DECLARE_FEATURE(kSandboxExternalProtocolBlockedWarning); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_DECLARE_FEATURE(kSecretPortalKeyProviderUseForEncryption); - BASE_DECLARE_FEATURE(kUseFreedesktopSecretKeyProviderForEncryption); #endif + diff --git a/www/iridium/files/patch-chrome_browser_browser__process__impl.cc b/www/iridium/files/patch-chrome_browser_browser__process__impl.cc index d98e8ecf04df..95824a7e9325 100644 --- a/www/iridium/files/patch-chrome_browser_browser__process__impl.cc +++ b/www/iridium/files/patch-chrome_browser_browser__process__impl.cc @@ -1,24 +1,15 @@ ---- chrome/browser/browser_process_impl.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/browser_process_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/browser_process_impl.cc -@@ -253,7 +253,7 @@ +@@ -257,7 +257,7 @@ void OnLocalStatePrefsLoaded(); #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/browser_features.h" - #include "components/os_crypt/async/browser/fallback_linux_key_provider.h" #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" -@@ -265,7 +265,7 @@ - #include "chrome/browser/safe_browsing/safe_browsing_service.h" - #endif - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // How often to check if the persistent instance of Chrome needs to restart - // to install an update. - static const int kUpdateCheckIntervalHours = 6; -@@ -1167,7 +1167,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim + #include "components/os_crypt/async/browser/secret_portal_key_provider.h" +@@ -1182,7 +1182,7 @@ void BrowserProcessImpl::RegisterPrefs(PrefRegistrySim GoogleUpdateSettings::GetCollectStatsConsent()); registry->RegisterBooleanPref(prefs::kDevToolsRemoteDebuggingAllowed, true); @@ -27,16 +18,25 @@ os_crypt_async::SecretPortalKeyProvider::RegisterLocalPrefs(registry); #endif } -@@ -1368,7 +1368,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { +@@ -1383,7 +1383,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { local_state()))); #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); - if (cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore) != - "basic") { -@@ -1718,7 +1718,7 @@ void BrowserProcessImpl::Unpin() { + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); +@@ -1404,7 +1404,7 @@ void BrowserProcessImpl::PreMainMessageLoopRun() { + password_store, l10n_util::GetStringUTF8(IDS_PRODUCT_NAME), nullptr)); + #endif // BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_POSIX) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) + // On other POSIX systems, this is the only key provider. + providers.emplace_back( + /*precedence=*/5u, std::make_unique<os_crypt_async::PosixKeyProvider>()); +@@ -1735,7 +1735,7 @@ void BrowserProcessImpl::Unpin() { } // Mac is currently not supported. diff --git a/www/iridium/files/patch-chrome_browser_browser__process__impl.h b/www/iridium/files/patch-chrome_browser_browser__process__impl.h index 1d88cd520a1c..8d66c1838db1 100644 --- a/www/iridium/files/patch-chrome_browser_browser__process__impl.h +++ b/www/iridium/files/patch-chrome_browser_browser__process__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/browser_process_impl.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/browser_process_impl.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/browser_process_impl.h -@@ -414,7 +414,7 @@ class BrowserProcessImpl : public BrowserProcess, +@@ -413,7 +413,7 @@ class BrowserProcessImpl : public BrowserProcess, std::unique_ptr<BatteryMetrics> battery_metrics_; diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__field__trials.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__field__trials.cc index 5ebf4cfa0160..0b51133f4314 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__field__trials.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__field__trials.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_field_trials.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_browser_field_trials.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_field_trials.cc -@@ -48,7 +48,7 @@ +@@ -51,7 +51,7 @@ #include "chromeos/ash/services/multidevice_setup/public/cpp/first_run_field_trial.h" #endif @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #include "ui/base/ui_base_features.h" #endif // BUILDFLAG(IS_LINUX) -@@ -104,7 +104,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride +@@ -107,7 +107,7 @@ void ChromeBrowserFieldTrials::RegisterFeatureOverride base::FeatureList* feature_list) { variations::FeatureOverrides feature_overrides(*feature_list); diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc index 2522b69395fe..75cd742957dd 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/chrome_browser_interface_binders.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_interface_binders.cc @@ -82,7 +82,7 @@ #endif // BUILDFLAG(ENABLE_UNHANDLED_TAP) @@ -9,7 +9,7 @@ #include "chrome/browser/screen_ai/screen_ai_service_router.h" #include "chrome/browser/screen_ai/screen_ai_service_router_factory.h" #include "chrome/browser/ui/web_applications/sub_apps_service_impl.h" -@@ -365,7 +365,7 @@ void BindMediaFoundationPreferences( +@@ -366,7 +366,7 @@ void BindMediaFoundationPreferences( #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,7 +18,7 @@ void BindScreenAIAnnotator( content::RenderFrameHost* frame_host, mojo::PendingReceiver<screen_ai::mojom::ScreenAIAnnotator> receiver) { -@@ -544,7 +544,7 @@ void PopulateChromeFrameBinders( +@@ -545,7 +545,7 @@ void PopulateChromeFrameBinders( #endif // BUILDFLAG(ENABLE_SPEECH_SERVICE) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc index 395edb78f58d..88cef355b168 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_browser_interface_binders_webui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_interface_binders_webui.cc -@@ -36,7 +36,7 @@ +@@ -40,7 +40,7 @@ #include "mojo/public/cpp/bindings/binder_map.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/discards/discards.mojom.h" #include "chrome/browser/ui/webui/discards/discards_ui.h" #include "chrome/browser/ui/webui/discards/site_data.mojom.h" -@@ -128,7 +128,7 @@ void PopulateChromeWebUIFrameBinders( +@@ -135,7 +135,7 @@ void PopulateChromeWebUIFrameBinders( #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc index 8e0a772c22fa..319561f3473c 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__interface__binders__webui__parts__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_interface_binders_webui_parts_desktop.cc -@@ -110,7 +110,7 @@ +@@ -117,7 +117,7 @@ #include "ui/webui/resources/js/browser_command/browser_command.mojom.h" #include "ui/webui/resources/js/tracked_element/tracked_element.mojom.h" // nogncheck crbug.com/1125897 @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_home/app_home.mojom.h" #include "chrome/browser/ui/webui/app_home/app_home_ui.h" #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" -@@ -331,14 +331,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( +@@ -335,14 +335,14 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( HistoryClustersSidePanelUI, NewTabPageUI, BookmarksSidePanelUI>(map); } @@ -26,9 +26,9 @@ WhatsNewUI, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) NewTabPageUI>(map); -@@ -525,7 +525,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( - RegisterWebUIControllerInterfaceBinder< - guest_contents::mojom::GuestContentsHost, WebUIBrowserUI>(map); +@@ -548,7 +548,7 @@ void PopulateChromeWebUIFrameBindersPartsDesktop( + OmniboxPopupUI>(map); + } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__main.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__main.cc index 24aae69d9837..36b666138be6 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__main.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__main.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_browser_main.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_browser_main.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_main.cc -@@ -158,7 +158,7 @@ +@@ -168,7 +168,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -9,13 +9,14 @@ #include "sql/database.h" #endif -@@ -184,11 +184,11 @@ +@@ -195,12 +195,12 @@ #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) #include "chrome/browser/first_run/upgrade_util_linux.h" + #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) @@ -23,7 +24,7 @@ #include "chrome/browser/headless/headless_mode_metrics.h" // nogncheck #include "chrome/browser/headless/headless_mode_util.h" // nogncheck #include "chrome/browser/metrics/desktop_session_duration/desktop_session_duration_tracker.h" -@@ -199,7 +199,7 @@ +@@ -211,7 +211,7 @@ #include "ui/gfx/switches.h" #endif @@ -32,7 +33,7 @@ #include "chrome/browser/first_run/upgrade_util.h" #endif -@@ -272,7 +272,7 @@ +@@ -284,7 +284,7 @@ #include "chrome/browser/chrome_process_singleton.h" #include "chrome/browser/ui/startup/startup_browser_creator.h" @@ -41,16 +42,34 @@ #include "base/nix/xdg_util.h" #endif #endif // BUILDFLAG(ENABLE_PROCESS_SINGLETON) -@@ -295,7 +295,7 @@ +@@ -317,7 +317,7 @@ + #include "chrome/browser/chrome_browser_main_mac.h" + #elif BUILDFLAG(IS_CHROMEOS) + #include "chrome/browser/ash/main_parts/chrome_browser_main_parts_ash.h" +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_linux.h" + #elif BUILDFLAG(IS_ANDROID) + #include "chrome/browser/chrome_browser_main_android.h" +@@ -325,7 +325,7 @@ + #include "chrome/browser/chrome_browser_main_posix.h" + #endif +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" + #elif BUILDFLAG(IS_OZONE) + #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" +@@ -334,7 +334,7 @@ namespace { + #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) + BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) constexpr base::FilePath::CharType kMediaHistoryDatabaseName[] = FILE_PATH_LITERAL("Media History"); -@@ -444,7 +444,7 @@ void ProcessSingletonNotificationCallbackImpl( +@@ -483,7 +483,7 @@ void ProcessSingletonNotificationCallbackImpl( } #endif @@ -59,16 +78,52 @@ // Set the global activation token sent as a command line switch by another // browser process. This also removes the switch after use to prevent any side // effects of leaving it in the command line after this point. -@@ -1005,7 +1005,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -549,7 +549,7 @@ bool ProcessSingletonNotificationCallback( + + // Drop the request if headless mode is in effect or the request is from + // a headless Chrome process. +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) + if (headless::IsHeadlessMode() || + command_line.HasSwitch(switches::kHeadless)) { + return false; +@@ -715,7 +715,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + #elif BUILDFLAG(IS_CHROMEOS) + main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( + is_integration_test, startup_data); +-#elif BUILDFLAG(IS_LINUX) ++#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( + is_integration_test, startup_data); + #elif BUILDFLAG(IS_ANDROID) +@@ -745,7 +745,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + // Construct additional browser parts. Stages are called in the order in + // which they are added. + #if defined(TOOLKIT_VIEWS) +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts( + std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); + #else +@@ -762,7 +762,7 @@ std::unique_ptr<content::BrowserMainParts> ChromeBrows + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); + #elif BUILDFLAG(IS_OZONE) + main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); +@@ -1220,7 +1220,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #if BUILDFLAG(ENABLE_EXTENSIONS_CORE) && \ (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_ANDROID)) -+ BUILDFLAG(IS_ANDROID)) || BUILDFLAG(IS_BSD) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) // Create directory for user-level Native Messaging manifest files. This // makes it less likely that the directory will be created by third-party // software with incorrect owner or permission. See crbug.com/725513 . -@@ -1049,7 +1049,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { +@@ -1264,7 +1264,7 @@ int ChromeBrowserMainParts::PreCreateThreadsImpl() { #endif // BUILDFLAG(IS_MAC) @@ -77,7 +132,7 @@ metrics::DesktopSessionDurationTracker::Initialize(); ProfileActivityMetricsRecorder::Initialize(); TouchUIControllerStatsTracker::Initialize( -@@ -1274,7 +1274,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1478,7 +1478,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* #endif // BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +141,7 @@ // Delete the media history database if it still exists. // TODO(crbug.com/40177301): Remove this. base::ThreadPool::PostTask( -@@ -1325,7 +1325,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* +@@ -1529,7 +1529,7 @@ void ChromeBrowserMainParts::PostProfileInit(Profile* *UrlLanguageHistogramFactory::GetForBrowserContext(profile)); #endif @@ -95,7 +150,7 @@ if (headless::IsHeadlessMode()) { headless::ReportHeadlessActionMetrics(); } -@@ -1434,7 +1434,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( +@@ -1638,7 +1638,7 @@ int ChromeBrowserMainParts::PreMainMessageLoopRunImpl( // In headless mode provide alternate SelectFileDialog factory overriding // any platform specific SelectFileDialog implementation that may have been // set. @@ -104,12 +159,3 @@ if (headless::IsHeadlessMode()) { headless::HeadlessSelectFileDialogFactory::SetUp(); } -@@ -2005,7 +2005,7 @@ bool ChromeBrowserMainParts::ProcessSingletonNotificat - - // Drop the request if headless mode is in effect or the request is from - // a headless Chrome process. --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - if (headless::IsHeadlessMode() || - command_line.HasSwitch(switches::kHeadless)) { - return false; diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc index f4a5a65ac119..4ac5a0c8b750 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__main__extra__parts__ozone.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_main_extra_parts_ozone.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/chrome_browser_main_extra_parts_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_main_extra_parts_ozone.cc @@ -28,7 +28,7 @@ void ChromeBrowserMainExtraPartsOzone::PostCreateMainM } diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.cc index 124a0b57e338..5cccd58aa5fc 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_main_linux.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/chrome_browser_main_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_main_linux.cc @@ -23,7 +23,7 @@ #include "device/bluetooth/dbus/bluez_dbus_manager.h" diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.h b/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.h index 07c580860fd4..3c3b1865dff5 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.h +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__main__linux.h @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_main_linux.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/chrome_browser_main_linux.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_main_linux.h @@ -31,7 +31,7 @@ class ChromeBrowserMainPartsLinux : public ChromeBrows diff --git a/www/iridium/files/patch-chrome_browser_chrome__browser__main__posix.cc b/www/iridium/files/patch-chrome_browser_chrome__browser__main__posix.cc index e1e159fa1010..23ac278ea188 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__browser__main__posix.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__browser__main__posix.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_browser_main_posix.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/chrome_browser_main_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_browser_main_posix.cc @@ -77,7 +77,7 @@ void ExitHandler::ExitWhenPossibleOnUIThread(int signa // ExitHandler takes care of deleting itself. diff --git a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc index 23047fa87aad..998c371cc951 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,15 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_content_browser_client.cc -@@ -479,7 +479,7 @@ - #include "components/user_manager/user_manager.h" - #include "services/service_manager/public/mojom/interface_provider_spec.mojom.h" - #include "storage/browser/file_system/external_mount_points.h" --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_linux.h" - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.h" - #elif BUILDFLAG(IS_ANDROID) -@@ -577,7 +577,7 @@ +@@ -574,7 +574,7 @@ #include "third_party/cros_system_api/switches/chrome_switches.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,13 +9,7 @@ #include "components/crash/core/app/crash_switches.h" #include "components/crash/core/app/crashpad.h" #endif -@@ -587,12 +587,12 @@ - #include "components/crash/content/browser/crash_handler_host_linux.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - #include "chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h" +@@ -585,7 +585,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -33,16 +18,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -601,7 +601,7 @@ - #include "chrome/browser/ui/views/chrome_browser_main_extra_parts_views.h" - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "chrome/browser/chrome_browser_main_extra_parts_linux.h" - #elif BUILDFLAG(IS_OZONE) - #include "chrome/browser/chrome_browser_main_extra_parts_ozone.h" -@@ -1426,7 +1426,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre +@@ -1406,7 +1406,7 @@ void ChromeContentBrowserClient::RegisterLocalStatePre registry->RegisterBooleanPref(prefs::kDataURLWhitespacePreservationEnabled, true); registry->RegisterBooleanPref(prefs::kEnableUnsafeSwiftShader, false); @@ -51,43 +27,7 @@ registry->RegisterBooleanPref(prefs::kOutOfProcessSystemDnsResolutionEnabled, true); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_ANDROID) -@@ -1649,7 +1649,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - #elif BUILDFLAG(IS_CHROMEOS) - main_parts = std::make_unique<ash::ChromeBrowserMainPartsAsh>( - is_integration_test, &startup_data_); --#elif BUILDFLAG(IS_LINUX) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts = std::make_unique<ChromeBrowserMainPartsLinux>( - is_integration_test, &startup_data_); - #elif BUILDFLAG(IS_ANDROID) -@@ -1680,7 +1680,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - // Construct additional browser parts. Stages are called in the order in - // which they are added. - #if defined(TOOLKIT_VIEWS) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique<ChromeBrowserMainExtraPartsViewsLinux>()); - #else -@@ -1697,7 +1697,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsAsh>()); - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsLinux>()); - #elif BUILDFLAG(IS_OZONE) - main_parts->AddParts(std::make_unique<ChromeBrowserMainExtraPartsOzone>()); -@@ -1716,7 +1716,7 @@ ChromeContentBrowserClient::CreateBrowserMainParts(boo - - chrome::AddMetricsExtraParts(main_parts.get()); - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - main_parts->AddParts( - std::make_unique< - enterprise_util::ChromeBrowserMainExtraPartsEnterprise>()); -@@ -1789,7 +1789,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF +@@ -1676,7 +1676,7 @@ ChromeContentBrowserClient::GetStoragePartitionConfigF #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -96,7 +36,7 @@ if (content::SiteIsolationPolicy::ShouldUrlUseApplicationIsolationLevel( browser_context, site)) { CHECK(url::Origin::Create(site).scheme() == webapps::kIsolatedAppScheme); -@@ -2663,7 +2663,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati +@@ -2550,7 +2550,7 @@ bool ChromeContentBrowserClient::ShouldUrlUseApplicati const GURL& url) { #if BUILDFLAG(ENABLE_EXTENSIONS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -105,17 +45,17 @@ if (!content::AreIsolatedWebAppsEnabled(browser_context)) { return false; -@@ -2781,7 +2781,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( +@@ -2674,7 +2674,9 @@ void MaybeAppendBlinkSettingsSwitchForFieldTrial( void ChromeContentBrowserClient::AppendExtraCommandLineSwitches( base::CommandLine* command_line, int child_process_id) { -+#ifdef notyet ++#if !BUILDFLAG(IS_BSD) crash_keys::AppendStringAnnotationsCommandLineSwitch(command_line); +#endif #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -2790,7 +2792,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2683,7 +2685,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin client_info->client_id); } #elif BUILDFLAG(IS_POSIX) @@ -124,16 +64,16 @@ pid_t pid; if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { command_line->AppendSwitchASCII( -@@ -3123,7 +3125,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -3016,7 +3018,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) && !BUILDFLAG(IS_BSD) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4182,7 +4184,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref +@@ -4075,7 +4077,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref std::optional<SkColor> GetRootScrollbarThemeColor(WebContents* web_contents) { bool root_scrollbar_follows_browser_theme = false; @@ -142,7 +82,7 @@ root_scrollbar_follows_browser_theme = base::FeatureList::IsEnabled( blink::features::kRootScrollbarFollowsBrowserTheme); #endif -@@ -5071,7 +5073,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS +@@ -5001,7 +5003,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS additional_allowed_schemes->push_back(content::kChromeUIScheme); additional_allowed_schemes->push_back(content::kChromeUIUntrustedScheme); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -151,7 +91,7 @@ additional_allowed_schemes->push_back(webapps::kIsolatedAppScheme); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -5126,7 +5128,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -5056,7 +5058,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -160,7 +100,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -6002,7 +6004,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation +@@ -5932,7 +5934,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation } #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -169,7 +109,7 @@ if (scheme == webapps::kIsolatedAppScheme) { if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { -@@ -6028,7 +6030,7 @@ void ChromeContentBrowserClient:: +@@ -5958,7 +5960,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -178,7 +118,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6057,7 +6059,7 @@ void ChromeContentBrowserClient:: +@@ -5987,7 +5989,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -187,7 +127,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6332,7 +6334,7 @@ void ChromeContentBrowserClient:: +@@ -6262,7 +6264,7 @@ void ChromeContentBrowserClient:: #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -196,7 +136,16 @@ { auto* rph = content::RenderProcessHost::FromID(render_process_id); content::BrowserContext* browser_context = rph->GetBrowserContext(); -@@ -7302,7 +7304,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -6955,7 +6957,7 @@ bool ChromeContentBrowserClient::HandleWebUI( + } + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + + // Rewrite chrome://settings/autofill to chrome://settings/yourSavedInfo. + if (url->SchemeIs(content::kChromeUIScheme) && +@@ -7241,7 +7243,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. @@ -205,7 +154,7 @@ // This is possibly called before `g_browser_process` is initialized. PrefService* local_state; if (g_browser_process) { -@@ -7725,7 +7727,7 @@ void ChromeContentBrowserClient:: +@@ -7680,7 +7682,7 @@ void ChromeContentBrowserClient:: GrantAdditionalRequestPrivilegesToWorkerProcess(int child_id, const GURL& script_url) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -214,7 +163,7 @@ // IWA Service Workers need to be explicitly granted access to their origin // because isolated-app: isn't a web-safe scheme that can be accessed by // default. -@@ -8102,7 +8104,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve +@@ -8057,7 +8059,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve content::BrowserContext* browser_context, int32_t error_code) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.h b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.h index eeab4ae0f583..9c6cd7051521 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.h +++ b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client.h @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_content_browser_client.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_content_browser_client.h -@@ -570,7 +570,7 @@ class ChromeContentBrowserClient : public content::Con +@@ -584,7 +584,7 @@ class ChromeContentBrowserClient : public content::Con const GURL& site_url) override; std::unique_ptr<content::TracingDelegate> CreateTracingDelegate() override; bool IsSystemWideTracingEnabled() override; diff --git a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc index 604096246d94..a4170a5a3d9f 100644 --- a/www/iridium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc +++ b/www/iridium/files/patch-chrome_browser_chrome__content__browser__client__navigation__throttles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/chrome_content_browser_client_navigation_throttles.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/chrome_content_browser_client_navigation_throttles.cc -@@ -126,7 +126,7 @@ +@@ -128,7 +128,7 @@ #include "chrome/browser/captive_portal/captive_portal_service_factory.h" #endif // BUILDFLAG(ENABLE_CAPTIVE_PORTAL_DETECTION) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/oidc_auth_response_capture_navigation_throttle.h" #include "chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.h" -@@ -409,7 +409,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -421,7 +421,7 @@ void CreateAndAddChromeThrottlesForNavigation( TypedNavigationUpgradeThrottle::MaybeCreateAndAdd(registry); } @@ -18,7 +18,7 @@ WebAppSettingsNavigationThrottle::MaybeCreateAndAdd(registry); profile_management::ProfileManagementNavigationThrottle::MaybeCreateAndAdd( registry); -@@ -427,7 +427,7 @@ void CreateAndAddChromeThrottlesForNavigation( +@@ -439,7 +439,7 @@ void CreateAndAddChromeThrottlesForNavigation( #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -27,8 +27,8 @@ enterprise_connectors::DeviceTrustNavigationThrottle::MaybeCreateAndAdd( registry); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -459,7 +459,7 @@ void CreateAndAddChromeThrottlesForNavigation( - } +@@ -478,7 +478,7 @@ void CreateAndAddChromeThrottlesForNavigation( + registry, ui_manager); #endif // BUILDFLAG(SAFE_BROWSING_AVAILABLE) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/iridium/files/patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc b/www/iridium/files/patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc index b3df8b939c9c..7ef930a582ff 100644 --- a/www/iridium/files/patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_collaboration_messaging_messaging__backend__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/collaboration/messaging/messaging_backend_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/collaboration/messaging/messaging_backend_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/collaboration/messaging/messaging_backend_service_factory.cc @@ -102,7 +102,7 @@ MessagingBackendServiceFactory::BuildServiceInstanceFo // This configuration object allows us to control platform specific behavior. diff --git a/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc b/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc index 6ff5038f0528..81eaf34db1d1 100644 --- a/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc +++ b/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/component_updater/iwa_key_distribution_component_installer.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/component_updater/iwa_key_distribution_component_installer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/component_updater/iwa_key_distribution_component_installer.cc @@ -77,7 +77,7 @@ bool IsOnDemandUpdateSupported() { diff --git a/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h b/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h index 8d00c5d6742d..f3a10a82a206 100644 --- a/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h +++ b/www/iridium/files/patch-chrome_browser_component__updater_iwa__key__distribution__component__installer.h @@ -1,4 +1,4 @@ ---- chrome/browser/component_updater/iwa_key_distribution_component_installer.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/component_updater/iwa_key_distribution_component_installer.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/component_updater/iwa_key_distribution_component_installer.h @@ -27,7 +27,7 @@ class IwaKeyDistributionInfoProvider; diff --git a/www/iridium/files/patch-chrome_browser_component__updater_registration.cc b/www/iridium/files/patch-chrome_browser_component__updater_registration.cc index 06b9e9858161..31e2b2051d2d 100644 --- a/www/iridium/files/patch-chrome_browser_component__updater_registration.cc +++ b/www/iridium/files/patch-chrome_browser_component__updater_registration.cc @@ -1,6 +1,6 @@ ---- chrome/browser/component_updater/registration.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/component_updater/registration.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/component_updater/registration.cc -@@ -94,7 +94,7 @@ +@@ -95,7 +95,7 @@ #endif // BUILDFLAG(ENABLE_WIDEVINE_CDM_COMPONENT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/component_updater/installer_policies/amount_extraction_heuristic_regexes_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -107,7 +107,7 @@ +@@ -108,7 +108,7 @@ #include "chrome/browser/component_updater/lacros_component_remover.h" #endif // BUILDFLAG(IS_CHROMEOS) @@ -18,7 +18,7 @@ #include "chrome/browser/component_updater/wasm_tts_engine_component_installer.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -245,7 +245,7 @@ void RegisterComponentsForUpdate() { +@@ -247,7 +247,7 @@ void RegisterComponentsForUpdate() { RegisterCookieReadinessListComponent(cus); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ RegisterAmountExtractionHeuristicRegexesComponent(cus); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -257,7 +257,7 @@ void RegisterComponentsForUpdate() { +@@ -259,7 +259,7 @@ void RegisterComponentsForUpdate() { } #endif // BUIDLFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc b/www/iridium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc index bb24a98bbafa..334e45b24d92 100644 --- a/www/iridium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc +++ b/www/iridium/files/patch-chrome_browser_component__updater_wasm__tts__engine__component__installer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/component_updater/wasm_tts_engine_component_installer.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/component_updater/wasm_tts_engine_component_installer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/component_updater/wasm_tts_engine_component_installer.cc @@ -11,7 +11,7 @@ #include "components/prefs/pref_registry_simple.h" diff --git a/www/iridium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc b/www/iridium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc index 2b59efd0517f..b6c2da5eaee3 100644 --- a/www/iridium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc +++ b/www/iridium/files/patch-chrome_browser_component__updater_widevine__cdm__component__installer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/component_updater/widevine_cdm_component_installer.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/component_updater/widevine_cdm_component_installer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/component_updater/widevine_cdm_component_installer.cc @@ -41,7 +41,7 @@ #include "third_party/widevine/cdm/buildflags.h" diff --git a/www/iridium/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc b/www/iridium/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc index 90c953d9d4b2..9f803412fbcb 100644 --- a/www/iridium/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc +++ b/www/iridium/files/patch-chrome_browser_custom__handlers_chrome__protocol__handler__registry__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/custom_handlers/chrome_protocol_handler_registry_delegate.cc @@ -68,7 +68,7 @@ void ChromeProtocolHandlerRegistryDelegate::CheckDefau // If true default protocol handlers will be removed if the OS level diff --git a/www/iridium/files/patch-chrome_browser_defaults.cc b/www/iridium/files/patch-chrome_browser_defaults.cc index d41af63a1a20..efe3ade4b6b6 100644 --- a/www/iridium/files/patch-chrome_browser_defaults.cc +++ b/www/iridium/files/patch-chrome_browser_defaults.cc @@ -1,4 +1,4 @@ ---- chrome/browser/defaults.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/defaults.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/defaults.cc @@ -31,7 +31,7 @@ const bool kAlwaysCreateTabbedBrowserOnSessionRestore const bool kShowHelpMenuItemIcon = false; diff --git a/www/iridium/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc b/www/iridium/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc index ac7c7886ca3c..4af0997bf717 100644 --- a/www/iridium/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_device__identity_device__oauth2__token__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/device_identity/device_oauth2_token_service_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/device_identity/device_oauth2_token_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/device_identity/device_oauth2_token_service_factory.cc @@ -27,7 +27,7 @@ std::unique_ptr<DeviceOAuth2TokenStore> CreatePlatform #if BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_browser_devtools_devtools__window.cc b/www/iridium/files/patch-chrome_browser_devtools_devtools__window.cc deleted file mode 100644 index f45883fc466e..000000000000 --- a/www/iridium/files/patch-chrome_browser_devtools_devtools__window.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/devtools/devtools_window.cc.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/devtools/devtools_window.cc -@@ -566,7 +566,7 @@ void DevToolsWindow::RegisterProfilePrefs( - prefs::kDevToolsGoogleDeveloperProgramProfileAvailability, - /* enabled */ 0); - #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_MAC) -+ BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); - registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.cc b/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.cc index 31d73f90fbcf..c96e0fe79c98 100644 --- a/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.cc +++ b/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.cc @@ -1,4 +1,4 @@ ---- chrome/browser/devtools/remote_debugging_server.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/devtools/remote_debugging_server.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/devtools/remote_debugging_server.cc @@ -42,7 +42,7 @@ namespace { diff --git a/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.h b/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.h index 8b977fb780a2..e249e3838851 100644 --- a/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.h +++ b/www/iridium/files/patch-chrome_browser_devtools_remote__debugging__server.h @@ -1,4 +1,4 @@ ---- chrome/browser/devtools/remote_debugging_server.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/devtools/remote_debugging_server.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/devtools/remote_debugging_server.h @@ -33,7 +33,7 @@ class RemoteDebuggingServer { diff --git a/www/iridium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h b/www/iridium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h index 048bd0e82800..852b5239cd21 100644 --- a/www/iridium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h +++ b/www/iridium/files/patch-chrome_browser_diagnostics_diagnostics__writer.h @@ -1,4 +1,4 @@ ---- chrome/browser/diagnostics/diagnostics_writer.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/diagnostics/diagnostics_writer.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/diagnostics/diagnostics_writer.h @@ -16,6 +16,8 @@ namespace diagnostics { // Console base class used internally. diff --git a/www/iridium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc b/www/iridium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc index 9bee463bd5a9..29522c9e99d6 100644 --- a/www/iridium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc +++ b/www/iridium/files/patch-chrome_browser_download_chrome__download__manager__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/download/chrome_download_manager_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/chrome_download_manager_delegate.cc -@@ -1948,7 +1948,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe +@@ -2018,7 +2018,7 @@ void ChromeDownloadManagerDelegate::OnDownloadTargetDe bool ChromeDownloadManagerDelegate::IsOpenInBrowserPreferredForFile( const base::FilePath& path) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ if (path.MatchesExtension(FILE_PATH_LITERAL(".pdf"))) { return !download_prefs_->ShouldOpenPdfInSystemReader(); } -@@ -2084,7 +2084,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow +@@ -2154,7 +2154,7 @@ void ChromeDownloadManagerDelegate::CheckDownloadAllow content::CheckDownloadAllowedCallback check_download_allowed_cb) { DCHECK_CURRENTLY_ON(BrowserThread::UI); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -18,7 +18,7 @@ // Don't download pdf if it is a file URL, as that might cause an infinite // download loop if Chrome is not the system pdf viewer. if (url.SchemeIsFile() && download_prefs_->ShouldOpenPdfInSystemReader()) { -@@ -2166,7 +2166,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl +@@ -2232,7 +2232,7 @@ void ChromeDownloadManagerDelegate::CheckSavePackageAl DCHECK(download_item->IsSavePackageDownload()); #if (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-chrome_browser_download_download__commands.cc b/www/iridium/files/patch-chrome_browser_download_download__commands.cc index 7fbdaeca575d..2318148e92e4 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__commands.cc +++ b/www/iridium/files/patch-chrome_browser_download_download__commands.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_commands.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/download/download_commands.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_commands.cc @@ -27,7 +27,7 @@ #include "ui/base/clipboard/scoped_clipboard_writer.h" diff --git a/www/iridium/files/patch-chrome_browser_download_download__commands.h b/www/iridium/files/patch-chrome_browser_download_download__commands.h index a78c9d0a7580..fc23be8f0112 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__commands.h +++ b/www/iridium/files/patch-chrome_browser_download_download__commands.h @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_commands.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/download/download_commands.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_commands.h @@ -66,7 +66,7 @@ class DownloadCommands { void ExecuteCommand(Command command); diff --git a/www/iridium/files/patch-chrome_browser_download_download__file__picker.cc b/www/iridium/files/patch-chrome_browser_download_download__file__picker.cc index ec77b67c4812..0fd9d9813dfc 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__file__picker.cc +++ b/www/iridium/files/patch-chrome_browser_download_download__file__picker.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_file_picker.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/download/download_file_picker.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_file_picker.cc @@ -18,7 +18,7 @@ #include "content/public/browser/web_contents.h" diff --git a/www/iridium/files/patch-chrome_browser_download_download__item__model.cc b/www/iridium/files/patch-chrome_browser_download_download__item__model.cc index 3696ab75ea28..0cd7f9f14985 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__item__model.cc +++ b/www/iridium/files/patch-chrome_browser_download_download__item__model.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_item_model.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/download/download_item_model.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_item_model.cc @@ -724,7 +724,7 @@ bool DownloadItemModel::IsCommandChecked( download_crx_util::IsExtensionDownload(*download_); diff --git a/www/iridium/files/patch-chrome_browser_download_download__prefs.cc b/www/iridium/files/patch-chrome_browser_download_download__prefs.cc index 4f1f31461ba2..331ec9de56f4 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_download_download__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_prefs.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/download/download_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_prefs.cc @@ -11,6 +11,7 @@ #include <vector> diff --git a/www/iridium/files/patch-chrome_browser_download_download__prefs.h b/www/iridium/files/patch-chrome_browser_download_download__prefs.h index 1a6ebbdfac86..1465f9ba99fd 100644 --- a/www/iridium/files/patch-chrome_browser_download_download__prefs.h +++ b/www/iridium/files/patch-chrome_browser_download_download__prefs.h @@ -1,4 +1,4 @@ ---- chrome/browser/download/download_prefs.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/download/download_prefs.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/download/download_prefs.h @@ -107,7 +107,7 @@ class DownloadPrefs { void DisableAutoOpenByUserBasedOnExtension(const base::FilePath& file_name); diff --git a/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc b/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc index 5f70fb62a412..12aef97f7899 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/browser_management/browser_management_service.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/enterprise/browser_management/browser_management_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/browser_management/browser_management_service.cc @@ -50,7 +50,7 @@ GetManagementStatusProviders(Profile* profile) { diff --git a/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h b/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h index f158a9dc8fa1..480053c7cb0e 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h +++ b/www/iridium/files/patch-chrome_browser_enterprise_browser__management_browser__management__service.h @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/browser_management/browser_management_service.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/enterprise/browser_management/browser_management_service.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/browser_management/browser_management_service.h @@ -41,7 +41,7 @@ class BrowserManagementService : public ManagementServ diff --git a/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc b/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc new file mode 100644 index 000000000000..788516ab20d8 --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.cc @@ -0,0 +1,20 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc.orig 2025-12-10 15:04:57 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.cc +@@ -7,7 +7,7 @@ + #include "components/enterprise/buildflags/buildflags.h" + #include "content/public/browser/browser_thread.h" + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + #include "chrome/browser/enterprise/connectors/analysis/content_analysis_sdk_manager.h" // nogncheck + #include "chrome/browser/enterprise/connectors/connectors_service.h" // nogncheck +@@ -53,7 +53,7 @@ ChromeBrowserMainExtraPartsEnterprise::ChromeBrowserMa + ChromeBrowserMainExtraPartsEnterprise:: + ~ChromeBrowserMainExtraPartsEnterprise() = default; + +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void ChromeBrowserMainExtraPartsEnterprise::PostProfileInit( + Profile* profile, diff --git a/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h b/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h new file mode 100644 index 000000000000..330f0d6848a0 --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_enterprise_chrome__browser__main__extra__parts__enterprise.h @@ -0,0 +1,11 @@ +--- chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h.orig 2025-12-10 15:04:57 UTC ++++ chrome/browser/enterprise/chrome_browser_main_extra_parts_enterprise.h +@@ -25,7 +25,7 @@ class ChromeBrowserMainExtraPartsEnterprise + ~ChromeBrowserMainExtraPartsEnterprise() override; + + // ChromeBrowserMainExtraParts: +-#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)) && \ ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD)) && \ + BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) + void PostProfileInit(Profile* profile, bool is_initial_profile) override; + #endif diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc index f0643b105cc5..6c0cfd92f92d 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_analysis_analysis__service__settings.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/analysis/analysis_service_settings.cc -@@ -192,7 +192,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu +@@ -55,7 +55,7 @@ void AnalysisServiceSettings::ParseVerificationSignatu const char* verification_key = kKeyWindowsVerification; #elif BUILDFLAG(IS_MAC) const char* verification_key = kKeyMacVerification; diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_common.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_common.cc index 255b5d49c683..d95cab360adb 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_common.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_common.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/connectors/common.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/enterprise/connectors/common.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/common.cc -@@ -20,7 +20,7 @@ +@@ -19,7 +19,7 @@ #include "components/user_manager/user.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #include "components/prefs/pref_service.h" #endif -@@ -306,7 +306,7 @@ std::string GetProfileEmail(Profile* profile) { +@@ -312,7 +312,7 @@ std::string GetProfileEmail(Profile* profile) { std::string email = GetProfileEmail(IdentityManagerFactory::GetForProfile(profile)); diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc index bca7e9a29ae9..07d1c72a02e5 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_connectors__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/connectors_service.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/enterprise/connectors/connectors_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/connectors_service.cc @@ -449,7 +449,7 @@ policy::PolicyScope ConnectorsService::GetPolicyScope( bool ConnectorsService::ConnectorsEnabled() const { diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc index 1088f5e4dc62..69836d6ce033 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__connector__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.cc @@ -10,7 +10,7 @@ #include "chrome/browser/profiles/profile.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc index 1ed5ae261310..96883cd7b94e 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_device__trust__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.cc @@ -22,7 +22,7 @@ #include "components/policy/core/common/management/management_service.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc index b507aba772b6..d5f669a552c4 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_browser_commands_key__rotation__command__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/key_management/browser/commands/key_rotation_command_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/device_trust/key_management/browser/commands/key_rotation_command_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/device_trust/key_management/browser/commands/key_rotation_command_factory.cc @@ -19,7 +19,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc index 9682a9e73abb..9ef1581de254 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_key__management_core_persistence_key__persistence__delegate__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence/key_persistence_delegate_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence/key_persistence_delegate_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence/key_persistence_delegate_factory.cc @@ -13,7 +13,7 @@ #include "chrome/browser/enterprise/connectors/device_trust/key_management/core/persistence/win_key_persistence_delegate.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc index 3cb3e67ab080..82464f88b7bd 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_device__trust_signals_signals__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/device_trust/signals/signals_service_factory.cc @@ -23,7 +23,7 @@ #include "chrome/browser/enterprise/connectors/connectors_service.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc index 0402cfdfefe5..7b62fae31648 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_browser__crash__event__router.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/browser_crash_event_router.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/connectors/reporting/browser_crash_event_router.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/reporting/browser_crash_event_router.cc @@ -13,7 +13,7 @@ namespace enterprise_connectors { diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc index 568d3db6c9e7..4cad5eef8797 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_crash__reporting__context.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/reporting/crash_reporting_context.cc @@ -29,7 +29,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc index b1d970069514..1b00fb5ec891 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.cc @@ -53,7 +53,7 @@ #include "base/strings/utf_string_conversions.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h index 2fdd3c249445..17a5dc2be9bc 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h +++ b/www/iridium/files/patch-chrome_browser_enterprise_connectors_reporting_realtime__reporting__client.h @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/connectors/reporting/realtime_reporting_client.h @@ -19,7 +19,7 @@ #include "components/keyed_service/core/keyed_service.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc b/www/iridium/files/patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc index 6fbd47ab732f..6a17cc175859 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_profile__management_profile__management__navigation__throttle.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/profile_management/profile_management_navigation_throttle.cc @@ -67,8 +67,8 @@ base::flat_map<std::string, SAMLProfileAttributes>& Ge // TODO(crbug.com/40267996): Add actual domains with attribute names. diff --git a/www/iridium/files/patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc index c7b5d73195f0..7ce12c3b0f9a 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_remote__commands_cbcm__remote__commands__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/remote_commands/cbcm_remote_commands_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/remote_commands/cbcm_remote_commands_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/remote_commands/cbcm_remote_commands_factory.cc @@ -11,7 +11,7 @@ #include "chrome/browser/profiles/profile_manager.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc b/www/iridium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc index c06231006954..4888c0d0adae 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_signals_context__info__fetcher.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/enterprise/signals/context_info_fetcher.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/signals/context_info_fetcher.cc -@@ -182,6 +182,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu +@@ -183,6 +183,8 @@ std::vector<std::string> ContextInfoFetcher::GetOnSecu SettingValue ContextInfoFetcher::GetOSFirewall() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) return device_signals::GetOSFirewall(); @@ -9,7 +9,7 @@ #elif BUILDFLAG(IS_CHROMEOS) return GetChromeosFirewall(); #else -@@ -201,7 +203,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor +@@ -202,7 +204,7 @@ ScopedUfwConfigPathForTesting::~ScopedUfwConfigPathFor #endif // BUILDFLAG(IS_LINUX) std::vector<std::string> ContextInfoFetcher::GetDnsServers() { diff --git a/www/iridium/files/patch-chrome_browser_enterprise_signals_device__info__fetcher.cc b/www/iridium/files/patch-chrome_browser_enterprise_signals_device__info__fetcher.cc index d9ab03e2a427..e6605832de45 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_signals_device__info__fetcher.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_signals_device__info__fetcher.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/signals/device_info_fetcher.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/signals/device_info_fetcher.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/signals/device_info_fetcher.cc @@ -10,7 +10,7 @@ #include "chrome/browser/enterprise/signals/device_info_fetcher_mac.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc b/www/iridium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc index 59df417bb1b6..461b39ad928a 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_signals_signals__aggregator__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/signals/signals_aggregator_factory.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/enterprise/signals/signals_aggregator_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/signals/signals_aggregator_factory.cc @@ -49,7 +49,7 @@ #include "components/device_signals/core/browser/settings_client.h" diff --git a/www/iridium/files/patch-chrome_browser_enterprise_signin_enterprise__signin__service.h b/www/iridium/files/patch-chrome_browser_enterprise_signin_enterprise__signin__service.h index aede766546d4..946540d46b8f 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_signin_enterprise__signin__service.h +++ b/www/iridium/files/patch-chrome_browser_enterprise_signin_enterprise__signin__service.h @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/signin/enterprise_signin_service.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/enterprise/signin/enterprise_signin_service.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/signin/enterprise_signin_service.h @@ -9,7 +9,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc b/www/iridium/files/patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc index fc512e1a7223..c95817e9ea12 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_signin_interstitials_managed__profile__required__page.cc @@ -1,4 +1,4 @@ ---- chrome/browser/enterprise/signin/interstitials/managed_profile_required_page.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/enterprise/signin/interstitials/managed_profile_required_page.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/signin/interstitials/managed_profile_required_page.cc @@ -95,7 +95,7 @@ void ManagedProfileRequiredPage::CommandReceived(const diff --git a/www/iridium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc b/www/iridium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc index e193d546918a..ae03ec46eaea 100644 --- a/www/iridium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc +++ b/www/iridium/files/patch-chrome_browser_enterprise_util_managed__browser__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/enterprise/util/managed_browser_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/enterprise/util/managed_browser_utils.cc -@@ -300,7 +300,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -302,7 +302,7 @@ void SetUserAcceptedAccountManagement(Profile* profile // The updated consent screen also ask the user for consent to share device // signals. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ profile->GetPrefs()->SetBoolean( device_signals::prefs::kDeviceSignalsPermanentConsentReceived, accepted); #endif -@@ -309,7 +309,7 @@ void SetUserAcceptedAccountManagement(Profile* profile +@@ -311,7 +311,7 @@ void SetUserAcceptedAccountManagement(Profile* profile profile_manager->GetProfileAttributesStorage() .GetProfileAttributesWithPath(profile->GetPath()); if (entry) { @@ -18,7 +18,7 @@ SetEnterpriseProfileLabel(profile); #endif entry->SetUserAcceptedAccountManagement(accepted); -@@ -408,7 +408,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { +@@ -410,7 +410,7 @@ bool CanShowEnterpriseProfileUI(Profile* profile) { } bool CanShowEnterpriseBadgingForNTPFooter(Profile* profile) { @@ -27,12 +27,12 @@ BrowserManagementNoticeState management_notice_state = GetManagementNoticeStateForNTPFooter(profile); switch (management_notice_state) { -@@ -426,7 +426,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro +@@ -428,7 +428,7 @@ bool CanShowEnterpriseBadgingForNTPFooter(Profile* pro BrowserManagementNoticeState GetManagementNoticeStateForNTPFooter( Profile* profile) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (!policy::ManagementServiceFactory::GetForProfile(profile) - ->IsBrowserManaged() || - !g_browser_process->local_state()->GetBoolean( + auto* management_service = + policy::ManagementServiceFactory::GetForProfile(profile); + if (!management_service->IsBrowserManaged() || diff --git a/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn b/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn index b04251dd698b..7eaee99486de 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn +++ b/www/iridium/files/patch-chrome_browser_extensions_BUILD.gn @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/BUILD.gn -@@ -1518,6 +1518,10 @@ source_set("extensions") { +@@ -1516,6 +1516,10 @@ source_set("extensions") { deps += [ "//chrome/services/printing/public/mojom" ] } diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc index 12fc2fbee5b2..80a4bf5d2617 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_chrome__desktop__report__request__helper.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/enterprise_reporting_private/chrome_desktop_report_request_helper.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/browser/extensions/api/enterprise_reporting_private/chrome_desktop_report_request_helper.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/enterprise_reporting_private/chrome_desktop_report_request_helper.cc @@ -24,7 +24,7 @@ #include "base/win/registry.h" diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc index 3614ae6017a2..d7814bb918e5 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.cc @@ -8,7 +8,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h index 0d32080facaf..ff4122c84436 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h +++ b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_conversion__utils.h @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/enterprise_reporting_private/conversion_utils.h @@ -7,7 +7,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc index 94fb1b621bb6..1f1ea4e56b46 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.cc @@ -40,7 +40,7 @@ #include "components/reporting/util/statusor.h" diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h index b29d47f9107c..1144528cd80f 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h +++ b/www/iridium/files/patch-chrome_browser_extensions_api_enterprise__reporting__private_enterprise__reporting__private__api.h @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/enterprise_reporting_private/enterprise_reporting_private_api.h @@ -20,7 +20,7 @@ #include "components/reporting/proto/synced/record.pb.h" diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc b/www/iridium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc index 25d47e6f5433..ab4dc4349508 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_image__writer__private_removable__storage__provider.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/image_writer_private/removable_storage_provider.cc @@ -9,6 +9,8 @@ #include "base/task/thread_pool.h" diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc b/www/iridium/files/patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc index 609555dc8900..f82823d1c96f 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_messaging_launch__context__posix.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/messaging/launch_context_posix.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/extensions/api/messaging/launch_context_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/messaging/launch_context_posix.cc @@ -84,7 +84,7 @@ std::optional<LaunchContext::ProcessState> LaunchConte diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc b/www/iridium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc index 9978a5c79056..b41893656d2e 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_passwords__private_passwords__private__delegate__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/passwords_private/passwords_private_delegate_impl.cc @@ -660,7 +660,7 @@ void PasswordsPrivateDelegateImpl::OnFetchingFamilyMem } diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc b/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc index 4d5abfef472d..087bd5cdd353 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_runtime_chrome__runtime__api__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/runtime/chrome_runtime_api_delegate.cc @@ -361,7 +361,9 @@ bool ChromeRuntimeAPIDelegate::GetPlatformInfo(Platfor } else if (os == "linux") { diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc b/www/iridium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc index 2aaabb27304d..714d64c90a74 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_settings__private_prefs__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/api/settings_private/prefs_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/settings_private/prefs_util.cc -@@ -199,7 +199,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -198,7 +198,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[autofill::prefs::kAutofillPaymentCardBenefits] = settings_api::PrefType::kBoolean; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,8 +8,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) (*s_allowlist)[autofill::prefs::kAutofillBnplEnabled] = settings_api::PrefType::kBoolean; - (*s_allowlist)[autofill::prefs::kAutofillAiOptInStatus] = -@@ -219,7 +219,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist + (*s_allowlist)[autofill::prefs::kAutofillAiIdentityEntitiesEnabled] = +@@ -222,7 +222,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[tab_groups::prefs::kAutoPinNewTabGroups] = settings_api::PrefType::kBoolean; @@ -18,7 +18,7 @@ (*s_allowlist)[::prefs::kUseCustomChromeFrame] = settings_api::PrefType::kBoolean; #endif -@@ -236,7 +236,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist +@@ -239,7 +239,7 @@ const PrefsUtil::TypedPrefMap& PrefsUtil::GetAllowlist (*s_allowlist)[::prefs::kPinnedActions] = settings_api::PrefType::kList; (*s_allowlist)[themes::prefs::kPolicyThemeColor] = settings_api::PrefType::kNumber; diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc b/www/iridium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc index c95866801fb4..afaa9b8e0fff 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_tabs_tabs__api__non__android.cc @@ -1,11 +1,11 @@ ---- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/api/tabs/tabs_api_non_android.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/tabs/tabs_api_non_android.cc -@@ -624,7 +624,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio +@@ -633,7 +633,7 @@ ExtensionFunction::ResponseAction WindowsCreateFunctio // created as minimized. // TODO(crbug.com/40254339): Remove this workaround when linux is fixed. // TODO(crbug.com/40254339): Find a fix for wayland as well. -#if BUILDFLAG(IS_LINUX) && BUILDFLAG(IS_OZONE_X11) +#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(IS_OZONE_X11) - if (new_window->initial_show_state() == + if (new_window->GetBrowserForMigrationOnly()->initial_show_state() == ui::mojom::WindowShowState::kMinimized) { - new_window->window()->Minimize(); + new_window->GetWindow()->Minimize(); diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc b/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc index da44928e96ff..c059fd3d3d88 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_webrtc__logging__private_webrtc__logging__private__api.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/webrtc_logging_private/webrtc_logging_private_api.cc @@ -28,7 +28,7 @@ #include "extensions/browser/process_manager.h" diff --git a/www/iridium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc b/www/iridium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc index 8345b09f833e..8a07d30b046b 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_api_webstore__private_webstore__private__api.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/api/webstore_private/webstore_private_api.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/api/webstore_private/webstore_private_api.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/api/webstore_private/webstore_private_api.cc @@ -937,7 +937,7 @@ void WebstorePrivateBeginInstallWithManifest3Function: #if BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc b/www/iridium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc index 88f7fcd1598a..3719cde77ac1 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_component__extensions__allowlist_allowlist.cc @@ -1,4 +1,4 @@ ---- chrome/browser/extensions/component_extensions_allowlist/allowlist.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/component_extensions_allowlist/allowlist.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/component_extensions_allowlist/allowlist.cc @@ -51,7 +51,7 @@ bool IsComponentExtensionAllowlisted(const std::string #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) diff --git a/www/iridium/files/patch-chrome_browser_extensions_external__provider__impl.cc b/www/iridium/files/patch-chrome_browser_extensions_external__provider__impl.cc index fea52b7b9d23..f4e3438bf47a 100644 --- a/www/iridium/files/patch-chrome_browser_extensions_external__provider__impl.cc +++ b/www/iridium/files/patch-chrome_browser_extensions_external__provider__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/extensions/external_provider_impl.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/extensions/external_provider_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/extensions/external_provider_impl.cc -@@ -832,7 +832,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -836,7 +836,7 @@ void ExternalProviderImpl::CreateExternalProviders( #endif // BUILDFLAG(IS_CHROMEOS) if (!profile->GetPrefs()->GetBoolean(pref_names::kBlockExternalExtensions)) { @@ -9,7 +9,7 @@ provider_list->push_back(std::make_unique<ExternalProviderImpl>( service, base::MakeRefCounted<ExternalPrefLoader>( -@@ -860,7 +860,7 @@ void ExternalProviderImpl::CreateExternalProviders( +@@ -864,7 +864,7 @@ void ExternalProviderImpl::CreateExternalProviders( bundled_extension_creation_flags)); // Define a per-user source of external extensions. diff --git a/www/iridium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc b/www/iridium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc new file mode 100644 index 000000000000..82570630baa2 --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_extensions_sync_extension__sync__service.cc @@ -0,0 +1,11 @@ +--- chrome/browser/extensions/sync/extension_sync_service.cc.orig 2025-12-10 15:04:57 UTC ++++ chrome/browser/extensions/sync/extension_sync_service.cc +@@ -593,7 +593,7 @@ void ExtensionSyncService::ApplySyncData( + AccountExtensionTracker::Get(profile_)->OnExtensionSyncDataReceived(id); + } + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Chrome Apps are deprecated on WML, so we do not want to sync new apps + // installed on other devices. + if (extension_sync_data.is_app()) { diff --git a/www/iridium/files/patch-chrome_browser_favicon_chrome__favicon__client.cc b/www/iridium/files/patch-chrome_browser_favicon_chrome__favicon__client.cc index 2566ec5af790..f1312e44ad98 100644 --- a/www/iridium/files/patch-chrome_browser_favicon_chrome__favicon__client.cc +++ b/www/iridium/files/patch-chrome_browser_favicon_chrome__favicon__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/favicon/chrome_favicon_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/favicon/chrome_favicon_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/favicon/chrome_favicon_client.cc @@ -15,7 +15,7 @@ #include "url/gurl.h" diff --git a/www/iridium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc b/www/iridium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc index 9b47e68c415b..6bd4ab1ec920 100644 --- a/www/iridium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc +++ b/www/iridium/files/patch-chrome_browser_feedback_system__logs_about__system__logs__fetcher.cc @@ -1,4 +1,4 @@ ---- chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/feedback/system_logs/about_system_logs_fetcher.cc @@ -38,7 +38,7 @@ #include "chrome/browser/ash/system_logs/ui_hierarchy_log_source.h" diff --git a/www/iridium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc b/www/iridium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc index 13fea20694d1..1a935d467978 100644 --- a/www/iridium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc +++ b/www/iridium/files/patch-chrome_browser_feedback_system__logs_chrome__system__logs__fetcher.cc @@ -1,4 +1,4 @@ ---- chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/feedback/system_logs/chrome_system_logs_fetcher.cc @@ -45,7 +45,7 @@ #include "services/network/public/cpp/shared_url_loader_factory.h" diff --git a/www/iridium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc b/www/iridium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc index e7e61415615a..d556b4b20b09 100644 --- a/www/iridium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc +++ b/www/iridium/files/patch-chrome_browser_file__system__access_chrome__file__system__access__permission__context.cc @@ -1,6 +1,6 @@ ---- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/file_system_access/chrome_file_system_access_permission_context.cc -@@ -377,7 +377,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { +@@ -400,7 +400,7 @@ GenerateBlockPaths(bool should_normalize_file_path) { FILE_PATH_LITERAL("Library/Mobile Documents/com~apple~CloudDocs"), BlockType::kDontBlockChildren}, #endif diff --git a/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h b/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h index c8e4df426c5c..958706c4a311 100644 --- a/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h +++ b/www/iridium/files/patch-chrome_browser_first__run_first__run__dialog.h @@ -1,4 +1,4 @@ ---- chrome/browser/first_run/first_run_dialog.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/first_run/first_run_dialog.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/first_run/first_run_dialog.h @@ -9,7 +9,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h b/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h index 697ea7d21156..d7487d255c48 100644 --- a/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h +++ b/www/iridium/files/patch-chrome_browser_first__run_first__run__internal.h @@ -1,4 +1,4 @@ ---- chrome/browser/first_run/first_run_internal.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/first_run/first_run_internal.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/first_run/first_run_internal.h @@ -72,7 +72,7 @@ FirstRunState DetermineFirstRunState(bool has_sentinel bool force_first_run, diff --git a/www/iridium/files/patch-chrome_browser_first__run_first__run__internal__linux.cc b/www/iridium/files/patch-chrome_browser_first__run_first__run__internal__linux.cc index b8def59696fd..3babd57676ca 100644 --- a/www/iridium/files/patch-chrome_browser_first__run_first__run__internal__linux.cc +++ b/www/iridium/files/patch-chrome_browser_first__run_first__run__internal__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/first_run/first_run_internal_linux.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/first_run/first_run_internal_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/first_run/first_run_internal_linux.cc @@ -21,7 +21,13 @@ bool IsOrganicFirstRun() { base::FilePath InitialPrefsPath() { diff --git a/www/iridium/files/patch-chrome_browser_flag__descriptions.cc b/www/iridium/files/patch-chrome_browser_flag__descriptions.cc deleted file mode 100644 index e9c509fba28b..000000000000 --- a/www/iridium/files/patch-chrome_browser_flag__descriptions.cc +++ /dev/null @@ -1,172 +0,0 @@ ---- chrome/browser/flag_descriptions.cc.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/flag_descriptions.cc -@@ -710,7 +710,7 @@ const char kAutofillEnableAllowlistForBmoCardCategoryB - "Autofill suggestions on the allowlisted merchant websites."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableAmountExtractionName[] = - "Enable checkout amount extraction."; - const char kAutofillEnableAmountExtractionDescription[] = -@@ -726,7 +726,7 @@ const char kAutofillEnableAmountExtractionTestingDescr - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - const char kAutofillEnableBuyNowPayLaterName[] = - "Enable buy now pay later on Autofill"; - const char kAutofillEnableBuyNowPayLaterDescription[] = -@@ -1206,7 +1206,7 @@ const char kDevicePostureDescription[] = - "Enables Device Posture API (foldable devices)"; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kDocumentPictureInPictureAnimateResizeName[] = - "Document Picture-in-Picture Animate Resize"; - const char kDocumentPictureInPictureAnimateResizeDescription[] = -@@ -1330,7 +1330,7 @@ const char kContextMenuEmptySpaceDescription[] = - "space, a context menu containing page-related items will be shown."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kContextualCueingName[] = "Contextual cueing"; - const char kContextualCueingDescription[] = - "Enables the contextual cueing system to support showing actions."; -@@ -1691,7 +1691,7 @@ const char kEnableIsolatedWebAppDevModeName[] = - const char kEnableIsolatedWebAppDevModeDescription[] = - "Enables the installation of unverified Isolated Web Apps"; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kEnableIwaKeyDistributionComponentName[] = - "Enable the Iwa Key Distribution component"; - const char kEnableIwaKeyDistributionComponentDescription[] = -@@ -3660,14 +3660,14 @@ const char kReduceTransferSizeUpdatedIPCDescription[] - "When enabled, the network service will send TransferSizeUpdatedIPC IPC " - "only when DevTools is attached or the request is for an ad request."; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kReduceUserAgentDataLinuxPlatformVersionName[] = - "Reduce Linux platform version Client Hint"; - const char kReduceUserAgentDataLinuxPlatformVersionDescription[] = - "Set platform version Client Hint on Linux to empty string."; - #endif // BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kReplaceSyncPromosWithSignInPromosName[] = - "Replace all sync-related UI with sign-in ones"; - const char kReplaceSyncPromosWithSignInPromosDescription[] = -@@ -3701,7 +3701,7 @@ const char kRobustWindowManagementExperimentalDescript - "switching and restoration, ensuring they never lose their work or " - "context."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kRootScrollbarFollowsTheme[] = "Make scrollbar follow theme"; - const char kRootScrollbarFollowsThemeDescription[] = - "If enabled makes the root scrollbar follow the browser's theme color."; -@@ -3950,7 +3950,7 @@ const char kDefaultSiteInstanceGroupsDescription[] = - "SiteInstance."; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kPwaNavigationCapturingName[] = "Desktop PWA Link Capturing"; - const char kPwaNavigationCapturingDescription[] = - "Enables opening links from Chrome in an installed PWA. Currently under " -@@ -4226,7 +4226,7 @@ const char kTouchTextEditingRedesignName[] = "Touch Te - const char kTouchTextEditingRedesignDescription[] = - "Enables new touch text editing features."; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kTranslationAPIName[] = "Experimental translation API"; - const char kTranslationAPIDescription[] = - "Enables the on-device language translation API. " -@@ -7888,7 +7888,7 @@ const char kTetheringExperimentalFunctionalityDescript - - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kGetAllScreensMediaName[] = "GetAllScreensMedia API"; - const char kGetAllScreensMediaDescription[] = - "When enabled, the getAllScreensMedia API for capturing multiple screens " -@@ -8099,7 +8099,7 @@ const char kEnableArmHwdrmDescription[] = "Enable HW b - - // Linux ----------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - const char kPulseaudioLoopbackForCastName[] = - "Linux System Audio Loopback for Cast (pulseaudio)"; -@@ -8131,6 +8131,17 @@ const char kWaylandSessionManagementName[] = "Wayland - const char kWaylandSessionManagementDescription[] = - "Enable Wayland's xx/xdg-session-management-v1 experimental support."; - -+#if BUILDFLAG(IS_BSD) -+const char kAudioBackendName[] = -+ "Audio Backend"; -+const char kAudioBackendDescription[] = -+#if BUILDFLAG(IS_OPENBSD) -+ "Select the desired audio backend to use. The default is sndio."; -+#elif BUILDFLAG(IS_FREEBSD) -+ "Select the desired audio backend to use. The default will automatically " -+ "enumerate through the supported backends."; -+#endif -+#endif - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -8187,7 +8198,7 @@ const char kGroupPromoPrototypeCpaDescription[] = - "Enables contextual toolbar button for group promo prototype."; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const char kEnableNetworkServiceSandboxName[] = - "Enable the network service sandbox."; - const char kEnableNetworkServiceSandboxDescription[] = -@@ -8208,7 +8219,7 @@ const char kWebBluetoothConfirmPairingSupportDescripti - "Bluetooth"; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - const char kCupsIppPrintingBackendName[] = "CUPS IPP Printing Backend"; - const char kCupsIppPrintingBackendDescription[] = - "Use the CUPS IPP printing backend instead of the original CUPS backend " -@@ -8355,7 +8366,7 @@ const char kElementCaptureDescription[] = - "media track into a track capturing just a specific DOM element."; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - const char kUIDebugToolsName[] = "Debugging tools for UI"; - const char kUIDebugToolsDescription[] = - "Enables additional keyboard shortcuts to help debugging."; -@@ -8387,7 +8398,7 @@ const char kThirdPartyDisableChromeAutofillSettingsScr - "Chrome's Address and Payments Autofill are disabled in third party mode."; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kGlicName[] = "Glic"; - const char kGlicDescription[] = "Enables glic"; - -@@ -8506,7 +8517,7 @@ const char kSupervisedUserBlockInterstitialV3Name[] = - const char kSupervisedUserBlockInterstitialV3Description[] = - "Enables URL filter interstitial V3 for Family Link users."; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - const char kSupervisedUserLocalWebApprovalsName[] = - "Enable local web approvals feature"; - const char kSupervisedUserLocalWebApprovalsDescription[] = diff --git a/www/iridium/files/patch-chrome_browser_flag__descriptions.h b/www/iridium/files/patch-chrome_browser_flag__descriptions.h index ed47987ed825..70c837c6f9b7 100644 --- a/www/iridium/files/patch-chrome_browser_flag__descriptions.h +++ b/www/iridium/files/patch-chrome_browser_flag__descriptions.h @@ -1,164 +1,21 @@ ---- chrome/browser/flag_descriptions.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/flag_descriptions.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/flag_descriptions.h -@@ -458,7 +458,7 @@ extern const char - kAutofillEnableAllowlistForBmoCardCategoryBenefitsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableAmountExtractionName[]; - extern const char kAutofillEnableAmountExtractionDescription[]; - extern const char kAutofillEnableAmountExtractionTestingName[]; -@@ -467,7 +467,7 @@ extern const char kAutofillEnableAmountExtractionTesti - // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kAutofillEnableBuyNowPayLaterName[]; - extern const char kAutofillEnableBuyNowPayLaterDescription[]; - -@@ -721,7 +721,7 @@ extern const char kContextMenuEmptySpaceName[]; - extern const char kContextMenuEmptySpaceDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kContextualCueingName[]; - extern const char kContextualCueingDescription[]; - extern const char kGlicActorName[]; -@@ -888,7 +888,7 @@ extern const char kRouteMatchingName[]; - extern const char kRouteMatchingDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kDocumentPictureInPictureAnimateResizeName[]; - extern const char kDocumentPictureInPictureAnimateResizeDescription[]; - -@@ -1064,7 +1064,7 @@ extern const char kEnableIsolatedWebAppAllowlistDescri - extern const char kEnableIsolatedWebAppDevModeName[]; - extern const char kEnableIsolatedWebAppDevModeDescription[]; - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kEnableIwaKeyDistributionComponentName[]; - extern const char kEnableIwaKeyDistributionComponentDescription[]; - #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -2100,7 +2100,7 @@ extern const char kReduceIPAddressChangeNotificationDe - #endif // BUILDFLAG(IS_MAC) - - #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ -- BUILDFLAG(IS_ANDROID) -+ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - extern const char kReplaceSyncPromosWithSignInPromosName[]; - extern const char kReplaceSyncPromosWithSignInPromosDescription[]; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || -@@ -2112,7 +2112,7 @@ extern const char kRobustWindowManagementDescription[] - extern const char kRobustWindowManagementExperimentalName[]; - extern const char kRobustWindowManagementExperimentalDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kRootScrollbarFollowsTheme[]; - extern const char kRootScrollbarFollowsThemeDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) -@@ -2254,7 +2254,7 @@ extern const char kDefaultSiteInstanceGroupsName[]; - extern const char kDefaultSiteInstanceGroupsDescription[]; - - #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ -- BUILDFLAG(IS_CHROMEOS) -+ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kPwaNavigationCapturingName[]; - extern const char kPwaNavigationCapturingDescription[]; - #endif -@@ -2434,7 +2434,7 @@ extern const char kTouchSelectionStrategyDirection[]; - extern const char kTouchTextEditingRedesignName[]; - extern const char kTouchTextEditingRedesignDescription[]; - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kTranslationAPIName[]; - extern const char kTranslationAPIDescription[]; - -@@ -2700,7 +2700,7 @@ extern const char kReduceAcceptLanguageDescription[]; - extern const char kReduceTransferSizeUpdatedIPCName[]; - extern const char kReduceTransferSizeUpdatedIPCDescription[]; - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kReduceUserAgentDataLinuxPlatformVersionName[]; - extern const char kReduceUserAgentDataLinuxPlatformVersionDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) -@@ -4555,7 +4555,7 @@ extern const char kTetheringExperimentalFunctionalityD - - #endif // #if BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kGetAllScreensMediaName[]; - extern const char kGetAllScreensMediaDescription[]; - #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -@@ -4675,7 +4675,7 @@ extern const char kEnableArmHwdrmDescription[]; - - // Linux --------------------------------------------------------------------- - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - - extern const char kPulseaudioLoopbackForCastName[]; - extern const char kPulseaudioLoopbackForCastDescription[]; -@@ -4694,6 +4694,8 @@ extern const char kWaylandPerWindowScalingDescription[ - extern const char kWaylandSessionManagementName[]; - extern const char kWaylandSessionManagementDescription[]; - -+extern const char kAudioBackendName[]; -+extern const char kAudioBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) - - // Random platform combinations ----------------------------------------------- -@@ -4708,7 +4710,7 @@ extern const char kWebBluetoothConfirmPairingSupportNa - extern const char kWebBluetoothConfirmPairingSupportDescription[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) - --#if BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -+#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(ENABLE_PRINTING) - extern const char kCupsIppPrintingBackendName[]; - extern const char kCupsIppPrintingBackendDescription[]; - #endif // BUILDFLAG(IS_LINUX) && BUILDFLAG(ENABLE_PRINTING) -@@ -4735,7 +4737,7 @@ extern const char kTaskManagerDesktopRefreshName[]; - extern const char kTaskManagerDesktopRefreshDescription[]; - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - extern const char kEnableNetworkServiceSandboxName[]; - extern const char kEnableNetworkServiceSandboxDescription[]; - -@@ -4831,7 +4833,7 @@ extern const char kElementCaptureName[]; - extern const char kElementCaptureDescription[]; - #endif // !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) - extern const char kUIDebugToolsName[]; - extern const char kUIDebugToolsDescription[]; - #endif -@@ -4856,7 +4858,7 @@ extern const char kThirdPartyDisableChromeAutofillSett - extern const char kThirdPartyDisableChromeAutofillSettingsScreenDescription[]; - #endif // IS_ANDROID - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kGlicName[]; - extern const char kGlicDescription[]; - -@@ -4938,7 +4940,7 @@ extern const char kSearchInSettingsDescription[]; - extern const char kSupervisedUserBlockInterstitialV3Name[]; - extern const char kSupervisedUserBlockInterstitialV3Description[]; - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) - extern const char kSupervisedUserLocalWebApprovalsName[]; - extern const char kSupervisedUserLocalWebApprovalsDescription[]; - #endif // #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +@@ -8586,6 +8586,18 @@ inline constexpr char kHandleMdmErrorsForDasherAccount + inline constexpr char kHandleMdmErrorsForDasherAccountsDescription[] = + "Enables the mdm error handling feature for dasher accounts"; + ++#if BUILDFLAG(IS_BSD) ++inline constexpr char kAudioBackendName[] = ++ "Audio Backend"; ++inline constexpr char kAudioBackendDescription[] = ++#if BUILDFLAG(IS_OPENBSD) ++ "Select the desired audio backend to use. The default is sndio."; ++#elif BUILDFLAG(IS_FREEBSD) ++ "Select the desired audio backend to use. The default will automatically " ++ "enumerate through the supported backends."; ++#endif ++#endif ++ + // ============================================================================ + // Don't just add flags to the end, put them in the alphabetical order. + // ============================================================================ diff --git a/www/iridium/files/patch-chrome_browser_gcm_gcm__profile__service__factory.cc b/www/iridium/files/patch-chrome_browser_gcm_gcm__profile__service__factory.cc index 5554e4471944..3f76bab27b18 100644 --- a/www/iridium/files/patch-chrome_browser_gcm_gcm__profile__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_gcm_gcm__profile__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/gcm/gcm_profile_service_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/gcm/gcm_profile_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/gcm/gcm_profile_service_factory.cc @@ -109,7 +109,7 @@ GCMProfileServiceFactory::ScopedTestingFactoryInstalle // static diff --git a/www/iridium/files/patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc b/www/iridium/files/patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc index 417f3c70eaca..30f1fadf2c1d 100644 --- a/www/iridium/files/patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_gcm_instance__id_instance__id__profile__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/gcm/instance_id/instance_id_profile_service_factory.cc @@ -16,7 +16,7 @@ namespace instance_id { // static diff --git a/www/iridium/files/patch-chrome_browser_glic_widget_glic__widget.cc b/www/iridium/files/patch-chrome_browser_glic_widget_glic__widget.cc index 954a32e6d53f..848b9cfee3eb 100644 --- a/www/iridium/files/patch-chrome_browser_glic_widget_glic__widget.cc +++ b/www/iridium/files/patch-chrome_browser_glic_widget_glic__widget.cc @@ -1,11 +1,20 @@ ---- chrome/browser/glic/widget/glic_widget.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/glic/widget/glic_widget.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/glic/widget/glic_widget.cc -@@ -161,7 +161,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create( - // Don't change this name. This is used by other code to identify the glic - // window. See b/404947780. - params.name = "GlicWidget"; +@@ -48,7 +48,7 @@ + #include "ui/views/win/hwnd_util.h" + #endif + +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/shell_integration_linux.h" + #endif + +@@ -283,7 +283,7 @@ std::unique_ptr<GlicWidget> GlicWidget::Create(views:: + #if BUILDFLAG(IS_MAC) + params.animation_enabled = true; + #endif // BUILDFLAG(IS_MAC) -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) params.wm_class_class = shell_integration_linux::GetProgramClassClass(); params.wayland_app_id = params.wm_class_class + "-glic"; - #endif + #endif // BUILDFLAG(IS_LINUX) diff --git a/www/iridium/files/patch-chrome_browser_global__features.cc b/www/iridium/files/patch-chrome_browser_global__features.cc index 69e6e5e97425..8d3c29aa7cc9 100644 --- a/www/iridium/files/patch-chrome_browser_global__features.cc +++ b/www/iridium/files/patch-chrome_browser_global__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/global_features.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/global_features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/global_features.cc -@@ -25,7 +25,7 @@ +@@ -27,7 +27,7 @@ #include "chrome/browser/glic/public/glic_enabling.h" // nogncheck #endif @@ -9,7 +9,7 @@ // This causes a gn error on Android builds, because gn does not understand // buildflags, so we include it only on platforms where it is used. #include "chrome/browser/ui/webui/whats_new/whats_new_registrar.h" -@@ -71,7 +71,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( +@@ -73,7 +73,7 @@ void GlobalFeatures::ReplaceGlobalFeaturesForTesting( void GlobalFeatures::Init() { system_permissions_platform_handle_ = CreateSystemPermissionsPlatformHandle(); @@ -18,7 +18,7 @@ whats_new_registry_ = CreateWhatsNewRegistry(); #endif -@@ -123,7 +123,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( +@@ -134,7 +134,7 @@ GlobalFeatures::CreateSystemPermissionsPlatformHandle( return system_permission_settings::PlatformHandle::Create(); } diff --git a/www/iridium/files/patch-chrome_browser_global__features.h b/www/iridium/files/patch-chrome_browser_global__features.h index 6986276bd9d8..8b12a355a3eb 100644 --- a/www/iridium/files/patch-chrome_browser_global__features.h +++ b/www/iridium/files/patch-chrome_browser_global__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/global_features.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/global_features.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/global_features.h @@ -15,7 +15,7 @@ namespace system_permission_settings { @@ -9,7 +9,7 @@ namespace whats_new { class WhatsNewRegistry; } // namespace whats_new -@@ -67,7 +67,7 @@ class GlobalFeatures { +@@ -71,7 +71,7 @@ class GlobalFeatures { system_permissions_platform_handle() { return system_permissions_platform_handle_.get(); } @@ -18,7 +18,7 @@ whats_new::WhatsNewRegistry* whats_new_registry() { return whats_new_registry_.get(); } -@@ -112,7 +112,7 @@ class GlobalFeatures { +@@ -121,7 +121,7 @@ class GlobalFeatures { virtual std::unique_ptr<system_permission_settings::PlatformHandle> CreateSystemPermissionsPlatformHandle(); @@ -27,7 +27,7 @@ virtual std::unique_ptr<whats_new::WhatsNewRegistry> CreateWhatsNewRegistry(); #endif -@@ -122,7 +122,7 @@ class GlobalFeatures { +@@ -131,7 +131,7 @@ class GlobalFeatures { std::unique_ptr<system_permission_settings::PlatformHandle> system_permissions_platform_handle_; diff --git a/www/iridium/files/patch-chrome_browser_headless_headless__mode__util.cc b/www/iridium/files/patch-chrome_browser_headless_headless__mode__util.cc index 1bbc0697bc56..ea02b8733786 100644 --- a/www/iridium/files/patch-chrome_browser_headless_headless__mode__util.cc +++ b/www/iridium/files/patch-chrome_browser_headless_headless__mode__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/headless/headless_mode_util.cc.orig 2025-11-17 10:37:57 UTC +--- chrome/browser/headless/headless_mode_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/headless/headless_mode_util.cc @@ -12,7 +12,7 @@ // New headless mode is available on Linux, Windows and Mac platforms. diff --git a/www/iridium/files/patch-chrome_browser_intranet__redirect__detector.h b/www/iridium/files/patch-chrome_browser_intranet__redirect__detector.h index 0a1e477cb996..83ba7cf57ab1 100644 --- a/www/iridium/files/patch-chrome_browser_intranet__redirect__detector.h +++ b/www/iridium/files/patch-chrome_browser_intranet__redirect__detector.h @@ -1,4 +1,4 @@ ---- chrome/browser/intranet_redirect_detector.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/intranet_redirect_detector.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/intranet_redirect_detector.h @@ -25,7 +25,7 @@ class SimpleURLLoader; class PrefRegistrySimple; diff --git a/www/iridium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc b/www/iridium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc index aaa8e8f0fbff..b19908cdcf85 100644 --- a/www/iridium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc +++ b/www/iridium/files/patch-chrome_browser_media__galleries_fileapi_mtp__device__map__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media_galleries/fileapi/mtp_device_map_service.cc @@ -39,10 +39,12 @@ void MTPDeviceMapService::RegisterMTPFileSystem( // Note that this initializes the delegate asynchronously, but since diff --git a/www/iridium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc b/www/iridium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc index a24386843f1c..bcc71c5f1a1d 100644 --- a/www/iridium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc +++ b/www/iridium/files/patch-chrome_browser_media__galleries_media__file__system__registry.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media_galleries/media_file_system_registry.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media_galleries/media_file_system_registry.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media_galleries/media_file_system_registry.cc @@ -582,7 +582,12 @@ class MediaFileSystemRegistry::MediaFileSystemContextI // Constructor in 'private' section because depends on private class definition. diff --git a/www/iridium/files/patch-chrome_browser_media_audio__service__util.cc b/www/iridium/files/patch-chrome_browser_media_audio__service__util.cc index f88ad2879066..3f284e4b912a 100644 --- a/www/iridium/files/patch-chrome_browser_media_audio__service__util.cc +++ b/www/iridium/files/patch-chrome_browser_media_audio__service__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/audio_service_util.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/media/audio_service_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/audio_service_util.cc @@ -20,7 +20,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_media_router_discovery_BUILD.gn b/www/iridium/files/patch-chrome_browser_media_router_discovery_BUILD.gn index 4c90accb534b..611a4984e543 100644 --- a/www/iridium/files/patch-chrome_browser_media_router_discovery_BUILD.gn +++ b/www/iridium/files/patch-chrome_browser_media_router_discovery_BUILD.gn @@ -1,4 +1,4 @@ ---- chrome/browser/media/router/discovery/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/router/discovery/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/router/discovery/BUILD.gn @@ -81,7 +81,7 @@ static_library("discovery") { ] diff --git a/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc b/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc index 6050541262fd..6428069bd06e 100644 --- a/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc +++ b/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__posix.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/router/discovery/discovery_network_list_posix.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/media/router/discovery/discovery_network_list_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/router/discovery/discovery_network_list_posix.cc @@ -10,11 +10,12 @@ #include "chrome/browser/media/router/discovery/discovery_network_list.h" diff --git a/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc b/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc index def7c551d04f..0fbce8244f81 100644 --- a/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc +++ b/www/iridium/files/patch-chrome_browser_media_router_discovery_discovery__network__list__wifi__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/router/discovery/discovery_network_list_wifi_linux.cc @@ -4,7 +4,11 @@ diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc b/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc index 3a515bfab99b..7c7d73b56df5 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/webrtc/chrome_screen_enumerator.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/webrtc/chrome_screen_enumerator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/chrome_screen_enumerator.cc @@ -21,7 +21,7 @@ #if BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h b/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h index 1e42b35a9c01..22e2b50e46ba 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_chrome__screen__enumerator.h @@ -1,4 +1,4 @@ ---- chrome/browser/media/webrtc/chrome_screen_enumerator.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/media/webrtc/chrome_screen_enumerator.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/chrome_screen_enumerator.h @@ -18,7 +18,7 @@ namespace aura { diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc b/www/iridium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc index 94bb9fe91e32..4f79f1cfc515 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_desktop__media__picker__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/webrtc/desktop_media_picker_controller.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/webrtc/desktop_media_picker_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/desktop_media_picker_controller.cc @@ -99,7 +99,7 @@ bool DesktopMediaPickerController::IsSystemAudioCaptur base::FeatureList::IsEnabled( diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc index b08b3a660071..c57a1d149080 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__log__uploader.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/webrtc/webrtc_log_uploader.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/media/webrtc/webrtc_log_uploader.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/webrtc_log_uploader.cc @@ -100,7 +100,7 @@ std::string GetLogUploadProduct() { const char product[] = "Chrome"; diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc index 91ef88a82157..a08ba118e021 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/media/webrtc/webrtc_logging_controller.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/webrtc/webrtc_logging_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/webrtc_logging_controller.cc @@ -25,7 +25,7 @@ #include "components/webrtc_logging/browser/text_log_list.h" diff --git a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h index c1ca01c5cc62..08172bf98c62 100644 --- a/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h +++ b/www/iridium/files/patch-chrome_browser_media_webrtc_webrtc__logging__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/media/webrtc/webrtc_logging_controller.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/media/webrtc/webrtc_logging_controller.h -@@ -133,7 +133,7 @@ class WebRtcLoggingController +@@ -134,7 +134,7 @@ class WebRtcLoggingController size_t web_app_id, const StartEventLoggingCallback& callback); @@ -9,7 +9,7 @@ // Ensures that the WebRTC Logs directory exists and then grants render // process access to the 'WebRTC Logs' directory, and invokes |callback| with // the ids necessary to create a DirectoryEntry object. -@@ -197,7 +197,7 @@ class WebRtcLoggingController +@@ -198,7 +198,7 @@ class WebRtcLoggingController content::BrowserContext* GetBrowserContext() const; diff --git a/www/iridium/files/patch-chrome_browser_memory__details.cc b/www/iridium/files/patch-chrome_browser_memory__details.cc index 67f5e27a9d23..b9e3a1e6109f 100644 --- a/www/iridium/files/patch-chrome_browser_memory__details.cc +++ b/www/iridium/files/patch-chrome_browser_memory__details.cc @@ -1,4 +1,4 @@ ---- chrome/browser/memory_details.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/memory_details.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/memory_details.cc @@ -334,7 +334,7 @@ void MemoryDetails::CollectChildInfoOnUIThread() { }); diff --git a/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc b/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc index 65a485f18645..210ab4148193 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc +++ b/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.cc @@ -80,7 +80,7 @@ #endif diff --git a/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h b/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h index 1b6c9280f30c..dc21e579971e 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h +++ b/www/iridium/files/patch-chrome_browser_metrics_chrome__browser__main__extra__parts__metrics.h @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/chrome_browser_main_extra_parts_metrics.h @@ -29,7 +29,7 @@ class PowerMetricsReporter; class ProcessMonitor; diff --git a/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc b/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc index 4865781268b4..fa5a77205dc6 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc +++ b/www/iridium/files/patch-chrome_browser_metrics_chrome__metrics__service__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/metrics/chrome_metrics_service_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/chrome_metrics_service_client.cc @@ -204,11 +204,11 @@ #include "chrome/browser/metrics/google_update_metrics_provider_mac.h" @@ -77,7 +77,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<DesktopPlatformFeaturesMetricsProvider>()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -990,7 +990,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -987,7 +987,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<HttpsEngagementMetricsProvider>()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -86,7 +86,7 @@ metrics_service_->RegisterMetricsProvider( std::make_unique<TabMetricsProvider>( g_browser_process->profile_manager())); -@@ -1002,7 +1002,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic +@@ -999,7 +999,7 @@ void ChromeMetricsServiceClient::RegisterMetricsServic std::make_unique<PowerMetricsProvider>()); #endif @@ -95,7 +95,7 @@ metrics_service_->RegisterMetricsProvider( metrics::CreateDesktopSessionMetricsProvider()); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || (BUILDFLAG(IS_LINUX) -@@ -1202,7 +1202,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve +@@ -1203,7 +1203,7 @@ bool ChromeMetricsServiceClient::RegisterForProfileEve } #endif @@ -104,7 +104,7 @@ // This creates the DesktopProfileSessionDurationsServices if it didn't exist // already. metrics::DesktopProfileSessionDurationsServiceFactory::GetForBrowserContext( -@@ -1551,7 +1551,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri +@@ -1552,7 +1552,7 @@ void ChromeMetricsServiceClient::CreateStructuredMetri recorder = base::MakeRefCounted<metrics::structured::AshStructuredMetricsRecorder>( cros_system_profile_provider_.get()); diff --git a/www/iridium/files/patch-chrome_browser_metrics_perf_cpu__identity.cc b/www/iridium/files/patch-chrome_browser_metrics_perf_cpu__identity.cc index cb853712d59c..49d779a4d491 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_perf_cpu__identity.cc +++ b/www/iridium/files/patch-chrome_browser_metrics_perf_cpu__identity.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/perf/cpu_identity.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/metrics/perf/cpu_identity.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/perf/cpu_identity.cc @@ -146,7 +146,7 @@ CPUIdentity GetCPUIdentity() { result.release = diff --git a/www/iridium/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc b/www/iridium/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc index b655479128c9..eb0a62af9d55 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc +++ b/www/iridium/files/patch-chrome_browser_metrics_power_process__metrics__recorder__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/power/process_metrics_recorder_util.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/metrics/power/process_metrics_recorder_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/power/process_metrics_recorder_util.cc @@ -65,7 +65,7 @@ void RecordProcessHistograms(const char* histogram_suf const ProcessMonitor::Metrics& metrics) { diff --git a/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.cc b/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.cc index e4329cd9dff7..6c9cf7a43916 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.cc +++ b/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.cc @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/power/process_monitor.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/metrics/power/process_monitor.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/power/process_monitor.cc @@ -64,7 +64,7 @@ ProcessMonitor::Metrics SampleMetrics(base::ProcessMet process_metrics.GetPlatformIndependentCPUUsage()); diff --git a/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.h b/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.h index c4755a67f52e..cf52392c923f 100644 --- a/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.h +++ b/www/iridium/files/patch-chrome_browser_metrics_power_process__monitor.h @@ -1,4 +1,4 @@ ---- chrome/browser/metrics/power/process_monitor.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/metrics/power/process_monitor.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/metrics/power/process_monitor.h @@ -76,7 +76,7 @@ class ProcessMonitor : public content::BrowserChildPro std::optional<double> cpu_usage; diff --git a/www/iridium/files/patch-chrome_browser_net_profile__network__context__service.cc b/www/iridium/files/patch-chrome_browser_net_profile__network__context__service.cc index 418c95b415d1..51b40b916b36 100644 --- a/www/iridium/files/patch-chrome_browser_net_profile__network__context__service.cc +++ b/www/iridium/files/patch-chrome_browser_net_profile__network__context__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/net/profile_network_context_service.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/net/profile_network_context_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/net/profile_network_context_service.cc -@@ -143,7 +143,7 @@ +@@ -147,7 +147,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/policy/chrome_browser_policy_connector.h" #include "components/enterprise/browser/controller/chrome_browser_cloud_management_controller.h" -@@ -293,7 +293,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet +@@ -301,7 +301,7 @@ void UpdateCookieSettings(Profile* profile, ContentSet } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ std::unique_ptr<net::ClientCertStore> GetWrappedCertStore( Profile* profile, std::unique_ptr<net::ClientCertStore> platform_store) { -@@ -1269,7 +1269,7 @@ ProfileNetworkContextService::CreateClientCertStore() +@@ -1315,7 +1315,7 @@ ProfileNetworkContextService::CreateClientCertStore() std::make_unique<net::ClientCertStoreNSS>( base::BindRepeating(&CreateCryptoModuleBlockingPasswordDelegate, kCryptoModulePasswordClientAuth)); diff --git a/www/iridium/files/patch-chrome_browser_net_profile__network__context__service__factory.cc b/www/iridium/files/patch-chrome_browser_net_profile__network__context__service__factory.cc index 2662dce4e712..ea7138b8efcd 100644 --- a/www/iridium/files/patch-chrome_browser_net_profile__network__context__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_net_profile__network__context__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/net/profile_network_context_service_factory.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/net/profile_network_context_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/net/profile_network_context_service_factory.cc @@ -32,7 +32,7 @@ #include "chrome/browser/net/server_certificate_database_service_factory.h" // nogncheck diff --git a/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.cc b/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.cc index 8a95f7badc4c..a16aa46cd974 100644 --- a/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.cc +++ b/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/net/system_network_context_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/net/system_network_context_manager.cc @@ -138,7 +138,7 @@ enum class NetworkSandboxState { // The global instance of the SystemNetworkContextManager. @@ -127,7 +127,7 @@ gssapi_library_loader_observer_.Install(network_service); #endif // BUILDFLAG(IS_LINUX) -@@ -1042,7 +1042,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab +@@ -1047,7 +1047,7 @@ bool SystemNetworkContextManager::IsNetworkSandboxEnab break; } diff --git a/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.h b/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.h index 7fedd8af9ae5..9c6536fe8347 100644 --- a/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.h +++ b/www/iridium/files/patch-chrome_browser_net_system__network__context__manager.h @@ -1,4 +1,4 @@ ---- chrome/browser/net/system_network_context_manager.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/net/system_network_context_manager.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/net/system_network_context_manager.h @@ -212,7 +212,7 @@ class SystemNetworkContextManager { class URLLoaderFactoryForSystem; diff --git a/www/iridium/files/patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc b/www/iridium/files/patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc index cae3afab4fed..8ffe56bcb546 100644 --- a/www/iridium/files/patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc +++ b/www/iridium/files/patch-chrome_browser_new__tab__page_modules_file__suggestion_drive__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/new_tab_page/modules/file_suggestion/drive_service.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/new_tab_page/modules/file_suggestion/drive_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/new_tab_page/modules/file_suggestion/drive_service.cc @@ -36,7 +36,7 @@ #include "services/network/public/cpp/resource_request.h" diff --git a/www/iridium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc b/www/iridium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc index 0198238f068a..c462c13c5aa9 100644 --- a/www/iridium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc +++ b/www/iridium/files/patch-chrome_browser_new__tab__page_new__tab__page__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/new_tab_page/new_tab_page_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/new_tab_page/new_tab_page_util.cc -@@ -35,7 +35,7 @@ bool IsOsSupportedForCart() { +@@ -38,7 +38,7 @@ bool IsOsSupportedForCart() { } bool IsOsSupportedForDrive() { diff --git a/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc b/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc index 6ee9c30ed4b3..c35149e27731 100644 --- a/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc +++ b/www/iridium/files/patch-chrome_browser_notifications_notification__display__service__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/notifications/notification_display_service_impl.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/notifications/notification_display_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/notifications/notification_display_service_impl.cc @@ -31,7 +31,7 @@ #endif diff --git a/www/iridium/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc b/www/iridium/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc index 8ea750fb5486..963b3d037a62 100644 --- a/www/iridium/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc +++ b/www/iridium/files/patch-chrome_browser_notifications_notification__platform__bridge__delegator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/notifications/notification_platform_bridge_delegator.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/notifications/notification_platform_bridge_delegator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/notifications/notification_platform_bridge_delegator.cc @@ -55,7 +55,7 @@ bool SystemNotificationsEnabled(Profile* profile) { #elif BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc b/www/iridium/files/patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc index 90546980de9a..244f6d0b861b 100644 --- a/www/iridium/files/patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc +++ b/www/iridium/files/patch-chrome_browser_ntp__tiles_chrome__most__visited__sites__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ntp_tiles/chrome_most_visited_sites_factory.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ntp_tiles/chrome_most_visited_sites_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ntp_tiles/chrome_most_visited_sites_factory.cc @@ -59,7 +59,7 @@ bool ShouldCreateCustomLinksManager() { diff --git a/www/iridium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc b/www/iridium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc index 64addcb0dd26..56c5d07be370 100644 --- a/www/iridium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc +++ b/www/iridium/files/patch-chrome_browser_page__load__metrics_page__load__metrics__initialize.cc @@ -1,4 +1,4 @@ ---- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/page_load_metrics/page_load_metrics_initialize.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/page_load_metrics/page_load_metrics_initialize.cc @@ -70,7 +70,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -342,7 +342,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU +@@ -351,7 +351,7 @@ bool PageLoadMetricsEmbedder::IsInternalWebUI(const GU bool PageLoadMetricsEmbedder::ShouldObserveScheme(std::string_view scheme) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc b/www/iridium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc index 71e1cc8670bf..fed9f0a48fe8 100644 --- a/www/iridium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc +++ b/www/iridium/files/patch-chrome_browser_password__manager_chrome__password__manager__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/password_manager/chrome_password_manager_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/password_manager/chrome_password_manager_client.cc -@@ -678,7 +678,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard +@@ -694,7 +694,7 @@ void ChromePasswordManagerClient::ContinueShowKeyboard bool ChromePasswordManagerClient::IsReauthBeforeFillingRequired( device_reauth::DeviceAuthenticator* authenticator) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ if (!GetLocalStatePrefs() || !GetPrefs() || !authenticator) { return false; } -@@ -955,7 +955,7 @@ void ChromePasswordManagerClient::NotifyUserCredential +@@ -988,7 +988,7 @@ void ChromePasswordManagerClient::NotifyUserCredential } void ChromePasswordManagerClient::NotifyKeychainError() { @@ -18,7 +18,7 @@ PasswordsClientUIDelegate* manage_passwords_ui_controller = PasswordsClientUIDelegateFromWebContents(web_contents()); if (manage_passwords_ui_controller) { -@@ -1987,7 +1987,7 @@ void ChromePasswordManagerClient::HideFillingUI() { +@@ -2016,7 +2016,7 @@ void ChromePasswordManagerClient::HideFillingUI() { bool ChromePasswordManagerClient::IsPasswordManagementEnabledForCurrentPage( const GURL& url) const { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ if (IsPasswordManagerForUrlDisallowedByPolicy(url)) { return false; } -@@ -2026,7 +2026,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement +@@ -2055,7 +2055,7 @@ bool ChromePasswordManagerClient::IsPasswordManagement } #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc b/www/iridium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc index 47fa95f118a4..c58f54199729 100644 --- a/www/iridium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc +++ b/www/iridium/files/patch-chrome_browser_password__manager_factories_password__reuse__manager__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/password_manager/factories/password_reuse_manager_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/password_manager/factories/password_reuse_manager_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/password_manager/factories/password_reuse_manager_factory.cc @@ -125,7 +125,7 @@ PasswordReuseManagerFactory::BuildServiceInstanceForBr // Prepare password hash data for reuse detection. diff --git a/www/iridium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc b/www/iridium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc index c4cccd1506d7..2752c23e98f3 100644 --- a/www/iridium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc +++ b/www/iridium/files/patch-chrome_browser_picture__in__picture_picture__in__picture__window__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/picture_in_picture/picture_in_picture_window_manager.cc -@@ -22,7 +22,7 @@ +@@ -21,7 +21,7 @@ #include "ui/gfx/geometry/resize_utils.h" #include "ui/gfx/geometry/size.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_platform__util__linux.cc b/www/iridium/files/patch-chrome_browser_platform__util__linux.cc index ba13c13f18a8..2edea4b27e18 100644 --- a/www/iridium/files/patch-chrome_browser_platform__util__linux.cc +++ b/www/iridium/files/patch-chrome_browser_platform__util__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/platform_util_linux.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/platform_util_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/platform_util_linux.cc @@ -301,7 +301,9 @@ void OnLaunchOptionsCreated(const std::string& command argv.push_back(command); diff --git a/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc b/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc index 3d667ce1d7d2..45e5f77393ee 100644 --- a/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc +++ b/www/iridium/files/patch-chrome_browser_policy_browser__signin__policy__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/policy/browser_signin_policy_handler.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/policy/browser_signin_policy_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/policy/browser_signin_policy_handler.cc @@ -45,7 +45,7 @@ void BrowserSigninPolicyHandler::ApplyPolicySettings(c policies.GetValue(policy_name(), base::Value::Type::INTEGER); diff --git a/www/iridium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc b/www/iridium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc index 627d78e40ba6..0f84f40eadb5 100644 --- a/www/iridium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc +++ b/www/iridium/files/patch-chrome_browser_policy_chrome__browser__cloud__management__controller__desktop.cc @@ -1,4 +1,4 @@ ---- chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/policy/chrome_browser_cloud_management_controller_desktop.cc @@ -57,7 +57,7 @@ #include "chrome/browser/policy/browser_dm_token_storage_mac.h" diff --git a/www/iridium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc b/www/iridium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc index c11a197c834c..6515835cf4a0 100644 --- a/www/iridium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc +++ b/www/iridium/files/patch-chrome_browser_policy_configuration__policy__handler__list__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/policy/configuration_policy_handler_list_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/policy/configuration_policy_handler_list_factory.cc -@@ -247,7 +247,7 @@ +@@ -248,7 +248,7 @@ #include "components/spellcheck/browser/pref_names.h" #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -9,7 +9,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/idle/action.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" -@@ -614,7 +614,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -623,7 +623,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kManagedDefaultSmartCardConnectSetting, base::Value::Type::INTEGER }, #endif @@ -18,7 +18,7 @@ { key::kDeletingUndecryptablePasswordsEnabled, password_manager::prefs::kDeletingUndecryptablePasswordsEnabled, base::Value::Type::BOOLEAN }, -@@ -964,7 +964,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -973,7 +973,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // BUILDFLAG(ENABLE_EXTENSIONS_CORE) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) \ @@ -27,7 +27,7 @@ { key::kRequireOnlineRevocationChecksForLocalAnchors, prefs::kCertRevocationCheckingRequiredLocalAnchors, base::Value::Type::BOOLEAN }, -@@ -976,7 +976,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -985,7 +985,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::LIST }, #endif // #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) // || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -36,8 +36,8 @@ { key::kFullscreenAllowed, prefs::kFullscreenAllowed, base::Value::Type::BOOLEAN }, -@@ -1858,7 +1858,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = - base::Value::Type::BOOLEAN }, +@@ -1864,7 +1864,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = + base::Value::Type::INTEGER}, #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) @@ -45,7 +45,7 @@ { key::kGSSAPILibraryName, prefs::kGSSAPILibraryName, base::Value::Type::STRING }, -@@ -1920,7 +1920,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1926,7 +1926,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) @@ -54,7 +54,7 @@ { key::kNetworkServiceSandboxEnabled, prefs::kNetworkServiceSandboxEnabled, base::Value::Type::BOOLEAN }, -@@ -1940,12 +1940,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1946,12 +1946,12 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kTotalMemoryLimitMb, base::Value::Type::INTEGER }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -69,7 +69,7 @@ { key::kUnmanagedDeviceSignalsConsentFlowEnabled, device_signals::prefs::kUnmanagedDeviceSignalsConsentFlowEnabled, base::Value::Type::BOOLEAN }, -@@ -1959,7 +1959,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1965,7 +1965,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kLiveTranslateEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -78,7 +78,7 @@ { key::kDefaultBrowserSettingEnabled, prefs::kDefaultBrowserSettingEnabled, base::Value::Type::BOOLEAN }, -@@ -1971,7 +1971,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -1977,7 +1977,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) \ @@ -87,7 +87,7 @@ { key::kAutoplayAllowed, prefs::kAutoplayAllowed, base::Value::Type::BOOLEAN }, -@@ -2081,7 +2081,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2087,7 +2087,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) @@ -96,7 +96,7 @@ { key::kAlternativeBrowserPath, browser_switcher::prefs::kAlternativeBrowserPath, base::Value::Type::STRING }, -@@ -2186,7 +2186,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2192,7 +2192,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -105,7 +105,7 @@ { key::kAuthNegotiateDelegateByKdcPolicy, prefs::kAuthNegotiateDelegateByKdcPolicy, base::Value::Type::BOOLEAN }, -@@ -2265,7 +2265,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2271,7 +2271,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = ash::prefs::kUrlParameterToAutofillSAMLUsername, base::Value::Type::STRING }, #endif // BUILDFLAG(IS_CHROMEOS) @@ -114,7 +114,7 @@ { key::kNTPFooterExtensionAttributionEnabled, prefs::kNTPFooterExtensionAttributionEnabled, base::Value::Type::BOOLEAN }, -@@ -2300,7 +2300,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2306,7 +2306,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = prefs::kRestrictCoreSharingOnRenderer, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_WIN) @@ -123,7 +123,7 @@ { key::kOutOfProcessSystemDnsResolutionEnabled, prefs::kOutOfProcessSystemDnsResolutionEnabled, base::Value::Type::BOOLEAN }, -@@ -2334,7 +2334,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2340,7 +2340,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = base::Value::Type::INTEGER }, #endif #if BUILDFLAG(ENABLE_EXTENSIONS) @@ -132,7 +132,7 @@ { key::kExtensionInstallTypeBlocklist, extensions::pref_names::kExtensionInstallTypeBlocklist, base::Value::Type::LIST}, -@@ -2357,7 +2357,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2363,7 +2363,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = { key::kTabCompareSettings, optimization_guide::prefs::kProductSpecificationsEnterprisePolicyAllowed, base::Value::Type::INTEGER}, @@ -141,7 +141,7 @@ { key::kChromeForTestingAllowed, prefs::kChromeForTestingAllowed, base::Value::Type::BOOLEAN }, -@@ -2436,7 +2436,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = +@@ -2442,7 +2442,7 @@ const PolicyToPreferenceMapEntry kSimplePolicyMap[] = policy_prefs::kBuiltInAIAPIsEnabled, base::Value::Type::BOOLEAN }, #endif // BUILDFLAG(IS_ANDROID) @@ -150,7 +150,7 @@ { key::kNTPFooterManagementNoticeEnabled, prefs::kNTPFooterManagementNoticeEnabled, base::Value::Type::BOOLEAN }, -@@ -2582,7 +2582,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2593,7 +2593,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH // Policies for all platforms - End #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -159,7 +159,7 @@ handlers->AddHandler(std::make_unique<IntRangePolicyHandler>( key::kMemorySaverModeSavings, performance_manager::user_tuning::prefs::kMemorySaverModeAggressiveness, -@@ -2852,7 +2852,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2866,7 +2866,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH key::kBrowsingDataLifetime, browsing_data::prefs::kBrowsingDataLifetime, chrome_schema)); @@ -168,7 +168,7 @@ handlers->AddHandler(std::make_unique<GuestModePolicyHandler>()); handlers->AddHandler(std::make_unique<LocalSyncPolicyHandler>()); handlers->AddHandler(std::make_unique<ThemeColorPolicyHandler>()); -@@ -2946,7 +2946,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -2960,7 +2960,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<std::unique_ptr<ConfigurationPolicyHandler>> signin_legacy_policies; #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -177,7 +177,7 @@ signin_legacy_policies.push_back(std::make_unique<SimplePolicyHandler>( key::kForceBrowserSignin, prefs::kForceBrowserSignin, base::Value::Type::BOOLEAN)); -@@ -3328,7 +3328,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3342,7 +3342,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif #if BUILDFLAG(ENABLE_SPELLCHECK) @@ -186,7 +186,7 @@ handlers->AddHandler(std::make_unique<SpellcheckLanguagePolicyHandler>()); handlers->AddHandler( std::make_unique<SpellcheckLanguageBlocklistPolicyHandler>( -@@ -3336,7 +3336,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3350,7 +3350,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) #endif // BUILDFLAG(ENABLE_SPELLCHECK) @@ -195,7 +195,7 @@ handlers->AddHandler(std::make_unique<SimplePolicyHandler>( key::kAllowSystemNotifications, prefs::kAllowSystemNotifications, base::Value::Type::BOOLEAN)); -@@ -3389,7 +3389,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH +@@ -3403,7 +3403,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH std::vector<GenAiDefaultSettingsPolicyHandler::GenAiPolicyDetails> gen_ai_default_policies; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -204,12 +204,3 @@ gen_ai_default_policies.emplace_back( key::kAutofillPredictionSettings, optimization_guide::prefs:: -@@ -3466,7 +3466,7 @@ std::unique_ptr<ConfigurationPolicyHandlerList> BuildH - std::make_unique<PowerBatteryChargingOptimizationPolicyHandler>())); - #endif // BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - handlers->AddHandler(std::make_unique<CloudUserOnlyPolicyHandler>( - std::make_unique<SimplePolicyHandler>( - key::kCacheEncryptionEnabled, diff --git a/www/iridium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc b/www/iridium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc new file mode 100644 index 000000000000..02fc6af2033f --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_policy_developer__tools__policy__checker__factory.cc @@ -0,0 +1,11 @@ +--- chrome/browser/policy/developer_tools_policy_checker_factory.cc.orig 2025-12-10 15:04:57 UTC ++++ chrome/browser/policy/developer_tools_policy_checker_factory.cc +@@ -58,7 +58,7 @@ void DeveloperToolsPolicyCheckerFactory::RegisterProfi + static_cast<int>(DeveloperToolsPolicyHandler::Availability:: + kDisallowedForForceInstalledExtensions)); + #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityAllowlist); + registry->RegisterListPref(prefs::kDeveloperToolsAvailabilityBlocklist); + #endif diff --git a/www/iridium/files/patch-chrome_browser_policy_device__management__service__configuration.cc b/www/iridium/files/patch-chrome_browser_policy_device__management__service__configuration.cc index db8778a2959e..00baeb9d81c6 100644 --- a/www/iridium/files/patch-chrome_browser_policy_device__management__service__configuration.cc +++ b/www/iridium/files/patch-chrome_browser_policy_device__management__service__configuration.cc @@ -1,4 +1,4 @@ ---- chrome/browser/policy/device_management_service_configuration.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/policy/device_management_service_configuration.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/policy/device_management_service_configuration.cc @@ -22,7 +22,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc b/www/iridium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc index 6abf6049908b..1cb8a058880d 100644 --- a/www/iridium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc +++ b/www/iridium/files/patch-chrome_browser_policy_policy__value__and__status__aggregator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/policy/policy_value_and_status_aggregator.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/policy/policy_value_and_status_aggregator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/policy/policy_value_and_status_aggregator.cc @@ -49,7 +49,7 @@ #include "chrome/browser/policy/value_provider/extension_policies_value_provider.h" diff --git a/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc b/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc index fc896f63452e..c32c5fa1fae2 100644 --- a/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_prefs_browser__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/prefs/browser_prefs.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/prefs/browser_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/prefs/browser_prefs.cc -@@ -330,7 +330,7 @@ +@@ -334,7 +334,7 @@ #include "chrome/browser/devtools/devtools_window.h" #endif // BUILDFLAG(ENABLE_DEVTOOLS_FRONTEND) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -497,11 +497,11 @@ +@@ -500,11 +500,11 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -23,7 +23,7 @@ #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -529,7 +529,7 @@ +@@ -532,7 +532,7 @@ #include "chrome/browser/sessions/session_service_log.h" #endif @@ -32,7 +32,7 @@ #include "ui/color/system_theme.h" #endif -@@ -1850,7 +1850,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1666,7 +1666,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) on_device_translation::RegisterLocalStatePrefs(registry); #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) @@ -41,7 +41,7 @@ WhatsNewUI::RegisterLocalStatePrefs(registry); #endif -@@ -2001,7 +2001,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) +@@ -1817,7 +1817,7 @@ void RegisterLocalState(PrefRegistrySimple* registry) #endif // BUILDFLAG(ENABLE_PDF) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -50,7 +50,7 @@ registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true); #endif -@@ -2375,13 +2375,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -2193,13 +2193,13 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc b/www/iridium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc index 464df721babe..dc3ae865bf55 100644 --- a/www/iridium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc +++ b/www/iridium/files/patch-chrome_browser_prefs_pref__service__incognito__allowlist.cc @@ -1,4 +1,4 @@ ---- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/prefs/pref_service_incognito_allowlist.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/prefs/pref_service_incognito_allowlist.cc @@ -203,7 +203,7 @@ const char* const kPersistentPrefNames[] = { prefs::kShowFullscreenToolbar, diff --git a/www/iridium/files/patch-chrome_browser_prefs_session__startup__pref.cc b/www/iridium/files/patch-chrome_browser_prefs_session__startup__pref.cc index 1d98cf2c8327..661122a52812 100644 --- a/www/iridium/files/patch-chrome_browser_prefs_session__startup__pref.cc +++ b/www/iridium/files/patch-chrome_browser_prefs_session__startup__pref.cc @@ -1,4 +1,4 @@ ---- chrome/browser/prefs/session_startup_pref.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/prefs/session_startup_pref.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/prefs/session_startup_pref.cc @@ -71,7 +71,7 @@ SessionStartupPref::Type SessionStartupPref::GetDefaul #if BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_browser_printing_print__backend__service__manager.cc b/www/iridium/files/patch-chrome_browser_printing_print__backend__service__manager.cc index 82dd6a7d4d46..53cf783c3dfb 100644 --- a/www/iridium/files/patch-chrome_browser_printing_print__backend__service__manager.cc +++ b/www/iridium/files/patch-chrome_browser_printing_print__backend__service__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/printing/print_backend_service_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/printing/print_backend_service_manager.cc @@ -36,7 +36,7 @@ #include "printing/printing_context.h" diff --git a/www/iridium/files/patch-chrome_browser_printing_printer__query.cc b/www/iridium/files/patch-chrome_browser_printing_printer__query.cc index 35e602b6ee9b..c510673a99f9 100644 --- a/www/iridium/files/patch-chrome_browser_printing_printer__query.cc +++ b/www/iridium/files/patch-chrome_browser_printing_printer__query.cc @@ -1,4 +1,4 @@ ---- chrome/browser/printing/printer_query.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/printing/printer_query.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/printing/printer_query.cc @@ -342,7 +342,7 @@ void PrinterQuery::UpdatePrintSettings(base::Value::Di crash_key = std::make_unique<crash_keys::ScopedPrinterInfo>( diff --git a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc b/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc deleted file mode 100644 index baba7e135363..000000000000 --- a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.cc +++ /dev/null @@ -1,29 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.cc -@@ -11,7 +11,7 @@ - #include "privacy_sandbox_incognito_survey_service.h" - #include "privacy_sandbox_incognito_survey_service_factory.h" - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "privacy_sandbox_whats_new_survey_service.h" - #include "privacy_sandbox_whats_new_survey_service_factory.h" - #endif -@@ -40,7 +40,7 @@ void PrivacySandboxIncognitoTabObserver::DidFinishLoad - return; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // What's new page is fully contained within a single iframe for all the - // contents. The survey on the "What's New" page should only appear when the - // *iframe's* content is fully loaded. This happens after the main frame's -@@ -72,7 +72,7 @@ bool PrivacySandboxIncognitoTabObserver::IsNewTabPage( - url == chrome::kChromeUINewTabURL; - } - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // constant kChromeUIWhatsNewURL is defined only for this three. - bool PrivacySandboxIncognitoTabObserver::IsWhatsNewPage(const GURL& url) { - return url == chrome::kChromeUIWhatsNewURL; diff --git a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h b/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h deleted file mode 100644 index d1dfd5555d3b..000000000000 --- a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__incognito__tab__observer.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_incognito_tab_observer.h -@@ -23,7 +23,7 @@ class PrivacySandboxIncognitoTabObserver : public cont - - private: - bool IsNewTabPage(const GURL& url); --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - bool IsWhatsNewPage(const GURL& url); - #endif - }; diff --git a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h b/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h deleted file mode 100644 index 4223a980db37..000000000000 --- a/www/iridium/files/patch-chrome_browser_privacy__sandbox_incognito_privacy__sandbox__whats__new__survey__service.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/privacy_sandbox/incognito/privacy_sandbox_whats_new_survey_service.h -@@ -16,7 +16,7 @@ - #include "components/keyed_service/core/keyed_service.h" - #include "content/public/browser/web_contents.h" - --#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) -+#if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_BSD) - #error This file should only be included on Win, Mac or Linux - #endif - diff --git a/www/iridium/files/patch-chrome_browser_process__singleton__posix.cc b/www/iridium/files/patch-chrome_browser_process__singleton__posix.cc index cfcc5562179d..98c4815bedbd 100644 --- a/www/iridium/files/patch-chrome_browser_process__singleton__posix.cc +++ b/www/iridium/files/patch-chrome_browser_process__singleton__posix.cc @@ -1,4 +1,4 @@ ---- chrome/browser/process_singleton_posix.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/process_singleton_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/process_singleton_posix.cc @@ -102,7 +102,7 @@ #include "ui/base/l10n/l10n_util.h" diff --git a/www/iridium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc b/www/iridium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc index e74f2d96bfd0..7c3d9a15093a 100644 --- a/www/iridium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc +++ b/www/iridium/files/patch-chrome_browser_profiles_chrome__browser__main__extra__parts__profiles.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/profiles/chrome_browser_main_extra_parts_profiles.cc -@@ -387,7 +387,7 @@ +@@ -390,7 +390,7 @@ #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/client_certificates/certificate_provisioning_service_factory.h" #include "chrome/browser/enterprise/client_certificates/certificate_store_factory.h" #include "chrome/browser/enterprise/idle/idle_service_factory.h" -@@ -432,7 +432,7 @@ +@@ -435,7 +435,7 @@ #endif #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,9 +18,9 @@ #include "chrome/browser/enterprise/connectors/device_trust/device_trust_connector_service_factory.h" #include "chrome/browser/enterprise/connectors/device_trust/device_trust_service_factory.h" #include "chrome/browser/ui/tabs/saved_tab_groups/collaboration_messaging_observer_factory.h" -@@ -442,11 +442,11 @@ - #if !BUILDFLAG(IS_ANDROID) - #include "chrome/browser/password_manager/startup_passwords_import_service_factory.h" // nogncheck (Desktop only) +@@ -447,11 +447,11 @@ + #include "chrome/browser/webauthn/passkey_unlock_manager_factory.h" + #include "device/fido/features.h" #endif -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) @@ -32,16 +32,16 @@ #include "chrome/browser/browser_switcher/browser_switcher_service_factory.h" #include "chrome/browser/enterprise/signin/enterprise_signin_service_factory.h" #include "chrome/browser/enterprise/signin/oidc_authentication_signin_interceptor_factory.h" -@@ -672,7 +672,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - AccountInvestigatorFactory::GetInstance(); +@@ -676,7 +676,7 @@ void ChromeBrowserMainExtraPartsProfiles:: AccountPasswordStoreFactory::GetInstance(); AccountReconcilorFactory::GetInstance(); + autofill::AccountSettingServiceFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) AccountsPolicyManagerFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -771,7 +771,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -775,7 +775,7 @@ void ChromeBrowserMainExtraPartsProfiles:: DiceBoundSessionCookieServiceFactory::GetInstance(); #endif #endif @@ -50,7 +50,7 @@ browser_switcher::BrowserSwitcherServiceFactory::GetInstance(); #endif browser_sync::UserEventServiceFactory::GetInstance(); -@@ -834,7 +834,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -839,7 +839,7 @@ void ChromeBrowserMainExtraPartsProfiles:: collaboration::comments::CommentsServiceFactory::GetInstance(); collaboration::messaging::MessagingBackendServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -59,16 +59,16 @@ tab_groups::CollaborationMessagingObserverFactory::GetInstance(); #endif commerce::ShoppingServiceFactory::GetInstance(); -@@ -842,7 +842,7 @@ void ChromeBrowserMainExtraPartsProfiles:: - contextual_tasks::ContextualTasksContextControllerFactory::GetInstance(); - contextual_tasks::ContextualTasksServiceFactory::GetInstance(); +@@ -853,7 +853,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + contextual_tasks::ContextualTasksUiServiceFactory::GetInstance(); + #endif ContentIndexProviderFactory::GetInstance(); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) contextual_cueing::ContextualCueingServiceFactory::GetInstance(); #endif - ContextualSessionServiceFactory::GetInstance(); -@@ -895,11 +895,11 @@ void ChromeBrowserMainExtraPartsProfiles:: + ContextualSearchServiceFactory::GetInstance(); +@@ -907,11 +907,11 @@ void ChromeBrowserMainExtraPartsProfiles:: enterprise_connectors::ConnectorsServiceFactory::GetInstance(); enterprise_connectors::ReportingEventRouterFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -82,7 +82,7 @@ BUILDFLAG(ENTERPRISE_LOCAL_CONTENT_ANALYSIS) && \ BUILDFLAG(SAFE_BROWSING_AVAILABLE) enterprise_connectors::LocalBinaryUploadServiceFactory::GetInstance(); -@@ -909,7 +909,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -921,7 +921,7 @@ void ChromeBrowserMainExtraPartsProfiles:: GetInstance(); #endif #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -91,7 +91,7 @@ enterprise_idle::IdleServiceFactory::GetInstance(); enterprise_signals::SignalsAggregatorFactory::GetInstance(); #endif -@@ -918,10 +918,10 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -930,10 +930,10 @@ void ChromeBrowserMainExtraPartsProfiles:: #endif enterprise_reporting::LegacyTechServiceFactory::GetInstance(); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -104,7 +104,7 @@ enterprise_signin::EnterpriseSigninServiceFactory::GetInstance(); #endif #if BUILDFLAG(ENABLE_SESSION_SERVICE) -@@ -1059,7 +1059,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1069,7 +1069,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_ANDROID) MerchantViewerDataManagerFactory::GetInstance(); #endif @@ -113,7 +113,7 @@ metrics::DesktopProfileSessionDurationsServiceFactory::GetInstance(); #endif #if !BUILDFLAG(IS_ANDROID) -@@ -1147,7 +1147,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1162,7 +1162,7 @@ void ChromeBrowserMainExtraPartsProfiles:: PasswordCounterFactory::GetInstance(); #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || \ @@ -122,7 +122,7 @@ PasswordManagerBlocklistPolicyFactory::GetInstance(); #endif PasswordManagerSettingsServiceFactory::GetInstance(); -@@ -1192,7 +1192,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1205,7 +1205,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if BUILDFLAG(IS_CHROMEOS) policy::PolicyCertServiceFactory::GetInstance(); #endif @@ -131,7 +131,7 @@ policy::ProfileTokenPolicyWebSigninServiceFactory::GetInstance(); policy::UserPolicyOidcSigninServiceFactory::GetInstance(); #endif -@@ -1229,7 +1229,7 @@ void ChromeBrowserMainExtraPartsProfiles:: +@@ -1240,7 +1240,7 @@ void ChromeBrowserMainExtraPartsProfiles:: #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) ProfileStatisticsFactory::GetInstance(); #endif @@ -139,8 +139,8 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) ProfileTokenWebSigninInterceptorFactory::GetInstance(); OidcAuthenticationSigninInterceptorFactory::GetInstance(); - PrivacySandboxWhatsNewSurveyServiceFactory::GetInstance(); -@@ -1250,7 +1250,7 @@ void ChromeBrowserMainExtraPartsProfiles:: + #endif +@@ -1260,7 +1260,7 @@ void ChromeBrowserMainExtraPartsProfiles:: ReduceAcceptLanguageFactory::GetInstance(); RendererUpdaterFactory::GetInstance(); regional_capabilities::RegionalCapabilitiesServiceFactory::GetInstance(); @@ -148,4 +148,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_BSD) reporting::ManualTestHeartbeatEventFactory::GetInstance(); #endif - #if !BUILDFLAG(IS_ANDROID) + RevokedPermissionsOSNotificationDisplayManagerFactory::GetInstance(); diff --git a/www/iridium/files/patch-chrome_browser_profiles_profile__impl.cc b/www/iridium/files/patch-chrome_browser_profiles_profile__impl.cc index ef34c6450e0b..3f63bb0750f4 100644 --- a/www/iridium/files/patch-chrome_browser_profiles_profile__impl.cc +++ b/www/iridium/files/patch-chrome_browser_profiles_profile__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/profiles/profile_impl.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/profiles/profile_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/profiles/profile_impl.cc -@@ -268,6 +268,10 @@ +@@ -265,6 +265,10 @@ #include "chrome/browser/safe_browsing/safe_browsing_service.h" #endif @@ -11,7 +11,7 @@ using bookmarks::BookmarkModel; using content::BrowserThread; using content::DownloadManagerDelegate; -@@ -602,7 +606,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async +@@ -599,7 +603,7 @@ void ProfileImpl::LoadPrefsForNormalStartup(bool async policy_provider = GetUserCloudPolicyManagerAsh(); #else // !BUILDFLAG(IS_CHROMEOS) { @@ -20,7 +20,7 @@ ProfileManager* profile_manager = g_browser_process->profile_manager(); ProfileAttributesEntry* entry = profile_manager->GetProfileAttributesStorage() -@@ -876,7 +880,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) +@@ -871,7 +875,17 @@ void ProfileImpl::DoFinalInit(CreateMode create_mode) } base::FilePath ProfileImpl::last_selected_directory() { diff --git a/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc b/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc index 05086a69c26d..5d711c5cbfef 100644 --- a/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc +++ b/www/iridium/files/patch-chrome_browser_profiles_profile__io__data.cc @@ -1,4 +1,4 @@ ---- chrome/browser/profiles/profile_io_data.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/profiles/profile_io_data.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/profiles/profile_io_data.cc @@ -17,7 +17,7 @@ #include "url/gurl.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(const std::strin +@@ -57,7 +57,7 @@ bool ProfileIOData::IsHandledProtocol(std::string_view url::kFileSystemScheme, chrome::kChromeSearchScheme, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_profiles_profiles__state.cc b/www/iridium/files/patch-chrome_browser_profiles_profiles__state.cc index 62bfdd4b531e..ee4dc84f5551 100644 --- a/www/iridium/files/patch-chrome_browser_profiles_profiles__state.cc +++ b/www/iridium/files/patch-chrome_browser_profiles_profiles__state.cc @@ -1,4 +1,4 @@ ---- chrome/browser/profiles/profiles_state.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/profiles/profiles_state.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/profiles/profiles_state.cc @@ -191,7 +191,7 @@ bool IsGuestModeRequested(const base::CommandLine& com PrefService* local_state, diff --git a/www/iridium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc b/www/iridium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc index 71d7cf106819..ac092eb6eb59 100644 --- a/www/iridium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_regional__capabilities_regional__capabilities__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/regional_capabilities/regional_capabilities_service_factory.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/regional_capabilities/regional_capabilities_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/regional_capabilities/regional_capabilities_service_factory.cc @@ -21,7 +21,7 @@ #include "chrome/browser/regional_capabilities/regional_capabilities_service_client_chromeos.h" diff --git a/www/iridium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc b/www/iridium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc index 25c4eb01019e..a474b8feb194 100644 --- a/www/iridium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc +++ b/www/iridium/files/patch-chrome_browser_renderer__context__menu_render__view__context__menu.cc @@ -1,6 +1,6 @@ ---- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/renderer_context_menu/render_view_context_menu.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/renderer_context_menu/render_view_context_menu.cc -@@ -243,7 +243,7 @@ +@@ -248,7 +248,7 @@ #include "url/origin.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -4985,7 +4985,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { +@@ -5024,7 +5024,7 @@ void RenderViewContextMenu::OpenLinkInSplitView() { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_renderer__preferences__util.cc b/www/iridium/files/patch-chrome_browser_renderer__preferences__util.cc index ffdda830dc91..99f76cf2fca8 100644 --- a/www/iridium/files/patch-chrome_browser_renderer__preferences__util.cc +++ b/www/iridium/files/patch-chrome_browser_renderer__preferences__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/renderer_preferences_util.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/renderer_preferences_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/renderer_preferences_util.cc @@ -38,7 +38,7 @@ #include "ui/base/ui_base_features.h" diff --git a/www/iridium/files/patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css b/www/iridium/files/patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css index 9d30e71682ca..904ed586ff05 100644 --- a/www/iridium/files/patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css +++ b/www/iridium/files/patch-chrome_browser_resources_settings_autofill__page_passwords__shared.css @@ -1,4 +1,4 @@ ---- chrome/browser/resources/settings/autofill_page/passwords_shared.css.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/resources/settings/autofill_page/passwords_shared.css.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/resources/settings/autofill_page/passwords_shared.css @@ -100,7 +100,7 @@ cr-input.password-input::part(input), * necessary to prevent Chrome from using the operating system's font diff --git a/www/iridium/files/patch-chrome_browser_resources_signin_signin__shared.css b/www/iridium/files/patch-chrome_browser_resources_signin_signin__shared.css index 374335f3860b..5bd9950b4178 100644 --- a/www/iridium/files/patch-chrome_browser_resources_signin_signin__shared.css +++ b/www/iridium/files/patch-chrome_browser_resources_signin_signin__shared.css @@ -1,4 +1,4 @@ ---- chrome/browser/resources/signin/signin_shared.css.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/resources/signin/signin_shared.css.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/resources/signin/signin_shared.css @@ -54,7 +54,7 @@ a { border-radius: var(--scrollbar-width); diff --git a/www/iridium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc b/www/iridium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc index 212a00189f18..9eb51c0a44c0 100644 --- a/www/iridium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc +++ b/www/iridium/files/patch-chrome_browser_safe__browsing_chrome__password__protection__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/safe_browsing/chrome_password_protection_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/safe_browsing/chrome_password_protection_service.cc -@@ -1288,7 +1288,7 @@ std::string ChromePasswordProtectionService::GetOrgani +@@ -1292,7 +1292,7 @@ std::string ChromePasswordProtectionService::GetOrgani ReusedPasswordAccountType password_type) const { if (base::FeatureList::IsEnabled( safe_browsing::kEnterprisePasswordReuseUiRefresh)) { diff --git a/www/iridium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc b/www/iridium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc index dcd911767459..cc8d70b8f4d8 100644 --- a/www/iridium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc +++ b/www/iridium/files/patch-chrome_browser_safe__browsing_cloud__content__scanning_binary__upload__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/safe_browsing/cloud_content_scanning/binary_upload_service.cc -@@ -20,7 +20,7 @@ +@@ -21,7 +21,7 @@ #include "components/safe_browsing/core/common/safebrowsing_switches.h" #include "net/base/url_util.h" diff --git a/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc b/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc index c8b30da578c1..e873a29dd75f 100644 --- a/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc +++ b/www/iridium/files/patch-chrome_browser_safe__browsing_incident__reporting_incident__reporting__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/safe_browsing/incident_reporting/incident_reporting_service.cc @@ -695,7 +695,7 @@ void IncidentReportingService::OnEnvironmentDataCollec diff --git a/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc b/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc index d88ac96bd09a..db8eb869018e 100644 --- a/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc +++ b/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/safe_browsing/safe_browsing_pref_change_handler.cc -@@ -12,7 +12,7 @@ +@@ -14,7 +14,7 @@ #include "content/public/browser/web_contents.h" #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/browser_finder.h" #include "chrome/browser/ui/browser_window/public/browser_window_features.h" #include "chrome/browser/ui/toasts/api/toast_id.h" -@@ -59,7 +59,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange +@@ -61,7 +61,7 @@ SafeBrowsingPrefChangeHandler::~SafeBrowsingPrefChange void SafeBrowsingPrefChangeHandler:: MaybeShowEnhancedProtectionSettingChangeNotification() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ @@ -18,7 +18,7 @@ if (!profile_ || !base::FeatureList::IsEnabled(safe_browsing::kEsbAsASyncedSetting)) { return; -@@ -186,7 +186,7 @@ void SafeBrowsingPrefChangeHandler:: +@@ -216,7 +216,7 @@ void SafeBrowsingPrefChangeHandler:: } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) || \ diff --git a/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h b/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h index 785848d530d1..e56a19b8ee13 100644 --- a/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h +++ b/www/iridium/files/patch-chrome_browser_safe__browsing_safe__browsing__pref__change__handler.h @@ -1,4 +1,4 @@ ---- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/safe_browsing/safe_browsing_pref_change_handler.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/safe_browsing/safe_browsing_pref_change_handler.h @@ -20,7 +20,7 @@ #endif diff --git a/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__install__state.cc b/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__install__state.cc index 4450b64953f9..680205d9ace3 100644 --- a/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__install__state.cc +++ b/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__install__state.cc @@ -1,4 +1,4 @@ ---- chrome/browser/screen_ai/screen_ai_install_state.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/screen_ai/screen_ai_install_state.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/screen_ai/screen_ai_install_state.cc @@ -30,7 +30,7 @@ bool IsDeviceCompatible() { // TODO(crbug.com/381256355): Update when ScreenAI library is compatible with diff --git a/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc b/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc index 36e934d33416..8ffd283d4028 100644 --- a/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc +++ b/www/iridium/files/patch-chrome_browser_screen__ai_screen__ai__service__handler__base.cc @@ -1,4 +1,4 @@ ---- chrome/browser/screen_ai/screen_ai_service_handler_base.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/screen_ai/screen_ai_service_handler_base.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/screen_ai/screen_ai_service_handler_base.cc @@ -253,7 +253,7 @@ void ScreenAIServiceHandlerBase::LaunchIfNotRunning() base::FilePath binary_path = state_instance->get_component_binary_path(); diff --git a/www/iridium/files/patch-chrome_browser_sessions_session__restore.cc b/www/iridium/files/patch-chrome_browser_sessions_session__restore.cc index 709ab14a7f9f..5b3373ac6853 100644 --- a/www/iridium/files/patch-chrome_browser_sessions_session__restore.cc +++ b/www/iridium/files/patch-chrome_browser_sessions_session__restore.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sessions/session_restore.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/sessions/session_restore.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/sessions/session_restore.cc @@ -109,7 +109,7 @@ #include "ui/wm/core/scoped_animation_disabler.h" diff --git a/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc b/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc index 060d9176decb..af7298d3392f 100644 --- a/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc +++ b/www/iridium/files/patch-chrome_browser_sharing_sharing__handler__registry__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sharing/sharing_handler_registry_impl.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/sharing/sharing_handler_registry_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/sharing/sharing_handler_registry_impl.cc @@ -21,7 +21,7 @@ #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-chrome_browser_shortcuts_icon__badging.cc b/www/iridium/files/patch-chrome_browser_shortcuts_icon__badging.cc index 495438038a32..b2672bb3ff19 100644 --- a/www/iridium/files/patch-chrome_browser_shortcuts_icon__badging.cc +++ b/www/iridium/files/patch-chrome_browser_shortcuts_icon__badging.cc @@ -1,4 +1,4 @@ ---- chrome/browser/shortcuts/icon_badging.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/shortcuts/icon_badging.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/shortcuts/icon_badging.cc @@ -59,7 +59,7 @@ enum class BadgeSize { constexpr ShortcutSize kSizesNeededForShortcutCreation[] = { diff --git a/www/iridium/files/patch-chrome_browser_signin_chrome__signin__client.cc b/www/iridium/files/patch-chrome_browser_signin_chrome__signin__client.cc index 8d0f59acf43c..d5f1a38c99b4 100644 --- a/www/iridium/files/patch-chrome_browser_signin_chrome__signin__client.cc +++ b/www/iridium/files/patch-chrome_browser_signin_chrome__signin__client.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/chrome_signin_client.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/signin/chrome_signin_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/signin/chrome_signin_client.cc -@@ -164,7 +164,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo +@@ -165,7 +165,7 @@ signin_metrics::ProfileSignout kAlwaysAllowedSignoutSo std::string HatsSurveyTriggerForAccessPoint( signin_metrics::AccessPoint access_point) { switch (access_point) { diff --git a/www/iridium/files/patch-chrome_browser_signin_signin__hats__util.cc b/www/iridium/files/patch-chrome_browser_signin_signin__hats__util.cc index 7740a92deb4c..49645dc2854f 100644 --- a/www/iridium/files/patch-chrome_browser_signin_signin__hats__util.cc +++ b/www/iridium/files/patch-chrome_browser_signin_signin__hats__util.cc @@ -1,6 +1,6 @@ ---- chrome/browser/signin/signin_hats_util.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/signin/signin_hats_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/signin/signin_hats_util.cc -@@ -36,7 +36,7 @@ +@@ -39,7 +39,7 @@ namespace { @@ -9,16 +9,16 @@ constexpr char kChannel[] = "Channel"; constexpr char kChromeVersion[] = "Chrome Version"; constexpr char kNumberOfChromeProfiles[] = "Number of Chrome Profiles"; -@@ -153,7 +153,7 @@ SurveyStringData GetSigninSurveyStringData( +@@ -123,7 +123,7 @@ SurveyStringData GetSigninSurveyStringData( namespace signin { bool IsFeatureEnabledForSigninHatsTrigger(const std::string& trigger) { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - for (const auto& entry : kChromeIdentityHatsTriggerFeatureMapping) { - if (trigger == entry.trigger) { - return base::FeatureList::IsEnabled(*entry.feature); -@@ -171,7 +171,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin + static const base::NoDestructor< + base::flat_map<std::string_view, const base::Feature*>> + kChromeIdentityHatsTriggerFeatureMap({ +@@ -168,7 +168,7 @@ void LaunchSigninHatsSurveyForProfile(const std::strin bool defer_if_no_browser, std::optional<signin_metrics::AccessPoint> access_point_for_data_type_promo) { diff --git a/www/iridium/files/patch-chrome_browser_signin_signin__util.cc b/www/iridium/files/patch-chrome_browser_signin_signin__util.cc index 62058de6d2e1..d9b15e19ad4d 100644 --- a/www/iridium/files/patch-chrome_browser_signin_signin__util.cc +++ b/www/iridium/files/patch-chrome_browser_signin_signin__util.cc @@ -1,4 +1,4 @@ ---- chrome/browser/signin/signin_util.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/signin/signin_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/signin/signin_util.cc @@ -50,7 +50,7 @@ #include "services/network/public/mojom/cookie_manager.mojom.h" diff --git a/www/iridium/files/patch-chrome_browser_signin_signin__util.h b/www/iridium/files/patch-chrome_browser_signin_signin__util.h index ddd4cdff8efd..5374471c518f 100644 --- a/www/iridium/files/patch-chrome_browser_signin_signin__util.h +++ b/www/iridium/files/patch-chrome_browser_signin_signin__util.h @@ -1,4 +1,4 @@ ---- chrome/browser/signin/signin_util.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/signin/signin_util.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/signin/signin_util.h @@ -203,7 +203,7 @@ bool IsSyncingUserSelectableTypesAllowedByPolicy( const syncer::SyncService* sync_service, diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc b/www/iridium/files/patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc index df6653eaf981..66e60e3053c6 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_classify__url__navigation__throttle.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/classify_url_navigation_throttle.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/supervised_user/classify_url_navigation_throttle.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/classify_url_navigation_throttle.cc @@ -41,7 +41,7 @@ namespace supervised_user { diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc index e519ca552099..f78e70c7e127 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/browser/supervised_user/supervised_user_browser_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_browser_utils.cc @@ -40,7 +40,7 @@ #include "chrome/browser/ash/profiles/profile_helper.h" @@ -9,7 +9,7 @@ #include "chrome/browser/supervised_user/supervised_user_verification_controller_client.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_blocked_sites.h" #include "chrome/browser/supervised_user/supervised_user_verification_page_youtube.h" -@@ -158,7 +158,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool +@@ -157,7 +157,7 @@ void AssertChildStatusOfTheUser(Profile* profile, bool #endif } diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.h b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.h index 1251b1889d50..6fb1393cc7c3 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.h +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__browser__utils.h @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_browser_utils.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/supervised_user/supervised_user_browser_utils.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_browser_utils.h @@ -52,7 +52,7 @@ std::string GetAccountGivenName(Profile& profile); // of the user. diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc index 380e234bfad6..d5a5c20d6bbe 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__delegate__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_delegate_impl.cc @@ -194,7 +194,7 @@ void SupervisedUserExtensionsDelegateImpl::RequestExte return; diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc index f85949dc6bea..f145747c3239 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.cc @@ -345,7 +345,7 @@ void SupervisedUserExtensionsManager:: ActivateManagementPolicyAndUpdateRegistration() { diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h index 96a7d2bc8cec..b7fb9c5f5d9b 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__extensions__manager.h @@ -1,6 +1,6 @@ ---- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/supervised_user/supervised_user_extensions_manager.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_extensions_manager.h -@@ -151,7 +151,7 @@ class SupervisedUserExtensionsManager : public Extensi +@@ -147,7 +147,7 @@ class SupervisedUserExtensionsManager : public Extensi // launched. bool ShouldBlockExtension(const std::string& extension_id) const; diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc index ee7cd9fa7782..6739b28de751 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__google__auth__navigation__throttle.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc @@ -33,12 +33,12 @@ #include "chrome/browser/supervised_user/child_accounts/child_account_service_android.h" diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc index 65277a008055..b7e64d6d9073 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__metrics__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_metrics_service_factory.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/supervised_user/supervised_user_metrics_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_metrics_service_factory.cc @@ -15,7 +15,7 @@ #include "content/public/browser/browser_context.h" diff --git a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc index 57a195a7f5af..8fb7f76330d3 100644 --- a/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc +++ b/www/iridium/files/patch-chrome_browser_supervised__user_supervised__user__navigation__observer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/supervised_user/supervised_user_navigation_observer.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/supervised_user/supervised_user_navigation_observer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/supervised_user/supervised_user_navigation_observer.cc @@ -49,7 +49,7 @@ #include "chrome/browser/supervised_user/android/supervised_user_web_content_handler_impl.h" diff --git a/www/iridium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc b/www/iridium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc index e3c0e903b085..bec32ebad819 100644 --- a/www/iridium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc +++ b/www/iridium/files/patch-chrome_browser_sync_chrome__sync__controller__builder.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sync/chrome_sync_controller_builder.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/sync/chrome_sync_controller_builder.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/sync/chrome_sync_controller_builder.cc @@ -297,7 +297,7 @@ ChromeSyncControllerBuilder::Build(syncer::SyncService #if BUILDFLAG(ENABLE_SPELLCHECK) diff --git a/www/iridium/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc b/www/iridium/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc index 948467ef8b14..fbd08aba6c23 100644 --- a/www/iridium/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc +++ b/www/iridium/files/patch-chrome_browser_sync_device__info__sync__client__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/sync/device_info_sync_client_impl.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/sync/device_info_sync_client_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/sync/device_info_sync_client_impl.cc @@ -34,7 +34,7 @@ DeviceInfoSyncClientImpl::~DeviceInfoSyncClientImpl() std::string DeviceInfoSyncClientImpl::GetSigninScopedDeviceId() const { diff --git a/www/iridium/files/patch-chrome_browser_sync_sync__service__factory.cc b/www/iridium/files/patch-chrome_browser_sync_sync__service__factory.cc index 969ad6324408..18bc85044c17 100644 --- a/www/iridium/files/patch-chrome_browser_sync_sync__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_sync_sync__service__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/sync/sync_service_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/sync/sync_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/sync/sync_service_factory.cc -@@ -134,7 +134,7 @@ namespace { +@@ -135,7 +135,7 @@ namespace { tab_groups::TabGroupSyncService* GetTabGroupSyncService(Profile* profile) { CHECK(profile); #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ tab_groups::TabGroupSyncService* service = tab_groups::TabGroupSyncServiceFactory::GetForProfile(profile); CHECK(service); -@@ -399,7 +399,7 @@ std::unique_ptr<KeyedService> BuildSyncService( +@@ -402,7 +402,7 @@ std::unique_ptr<KeyedService> BuildSyncService( bool local_sync_backend_enabled = false; // Only check the local sync backend pref on the supported platforms of // Windows, Mac and Linux. diff --git a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.cc b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.cc index 8dac021ef9fd..ce118cfa8b9d 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.cc +++ b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.cc @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/sampling/task_group.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/task_manager/sampling/task_group.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/sampling/task_group.cc @@ -33,7 +33,7 @@ const int kBackgroundRefreshTypesMask = #if BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.h b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.h index 066fa93d34a1..d669ad8f9f99 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.h +++ b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group.h @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/sampling/task_group.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/task_manager/sampling/task_group.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/sampling/task_group.h @@ -41,7 +41,7 @@ inline constexpr int kUnsupportedVMRefreshFlags = REFRESH_TYPE_WEBCACHE_STATS | REFRESH_TYPE_NETWORK_USAGE | diff --git a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc index 9a0a1bc05f6b..889e47904268 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc +++ b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/sampling/task_group_sampler.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/task_manager/sampling/task_group_sampler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/sampling/task_group_sampler.cc @@ -45,7 +45,7 @@ TaskGroupSampler::TaskGroupSampler( const OnCpuRefreshCallback& on_cpu_refresh, diff --git a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h index c206aac024eb..546d4990e106 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h +++ b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__group__sampler.h @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/sampling/task_group_sampler.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/task_manager/sampling/task_group_sampler.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/sampling/task_group_sampler.h @@ -33,7 +33,7 @@ class TaskGroupSampler : public base::RefCountedThread using OnSwappedMemRefreshCallback = diff --git a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc index 1c8005ff768f..c74cf0515c26 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc +++ b/www/iridium/files/patch-chrome_browser_task__manager_sampling_task__manager__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/task_manager/sampling/task_manager_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/sampling/task_manager_impl.cc @@ -227,7 +227,7 @@ void TaskManagerImpl::GetUSERHandles(TaskId task_id, } diff --git a/www/iridium/files/patch-chrome_browser_task__manager_task__manager__observer.h b/www/iridium/files/patch-chrome_browser_task__manager_task__manager__observer.h index f07e34fc02be..8e997b0f5c94 100644 --- a/www/iridium/files/patch-chrome_browser_task__manager_task__manager__observer.h +++ b/www/iridium/files/patch-chrome_browser_task__manager_task__manager__observer.h @@ -1,4 +1,4 @@ ---- chrome/browser/task_manager/task_manager_observer.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/task_manager/task_manager_observer.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/task_manager/task_manager_observer.h @@ -45,7 +45,7 @@ enum RefreshType { // or backgrounded. diff --git a/www/iridium/files/patch-chrome_browser_themes_theme__helper.cc b/www/iridium/files/patch-chrome_browser_themes_theme__helper.cc index cbb200e2a3c2..c729bdc6355e 100644 --- a/www/iridium/files/patch-chrome_browser_themes_theme__helper.cc +++ b/www/iridium/files/patch-chrome_browser_themes_theme__helper.cc @@ -1,4 +1,4 @@ ---- chrome/browser/themes/theme_helper.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/themes/theme_helper.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/themes/theme_helper.cc @@ -16,7 +16,7 @@ #include "ui/gfx/image/image.h" diff --git a/www/iridium/files/patch-chrome_browser_themes_theme__service.cc b/www/iridium/files/patch-chrome_browser_themes_theme__service.cc index d38f8eeed026..702e0d8c250f 100644 --- a/www/iridium/files/patch-chrome_browser_themes_theme__service.cc +++ b/www/iridium/files/patch-chrome_browser_themes_theme__service.cc @@ -1,4 +1,4 @@ ---- chrome/browser/themes/theme_service.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/themes/theme_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/themes/theme_service.cc @@ -75,7 +75,7 @@ #include "extensions/browser/extension_registry_observer.h" diff --git a/www/iridium/files/patch-chrome_browser_themes_theme__service__aura__linux.cc b/www/iridium/files/patch-chrome_browser_themes_theme__service__aura__linux.cc index d3fe580b4d25..307bee7201d3 100644 --- a/www/iridium/files/patch-chrome_browser_themes_theme__service__aura__linux.cc +++ b/www/iridium/files/patch-chrome_browser_themes_theme__service__aura__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/themes/theme_service_aura_linux.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/themes/theme_service_aura_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/themes/theme_service_aura_linux.cc @@ -23,7 +23,7 @@ namespace { ui::SystemTheme ValidateSystemTheme(ui::SystemTheme system_theme) { diff --git a/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc b/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc index 78466864c8af..a650f0ed5f49 100644 --- a/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_themes_theme__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/themes/theme_service_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/themes/theme_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/themes/theme_service_factory.cc @@ -27,7 +27,7 @@ #include "chrome/browser/themes/theme_helper_win.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_accelerator__table.cc b/www/iridium/files/patch-chrome_browser_ui_accelerator__table.cc index f6a21aa8ce2d..dfe3f4ed5628 100644 --- a/www/iridium/files/patch-chrome_browser_ui_accelerator__table.cc +++ b/www/iridium/files/patch-chrome_browser_ui_accelerator__table.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/accelerator_table.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/accelerator_table.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/accelerator_table.cc @@ -73,11 +73,11 @@ const AcceleratorMapping kAcceleratorMap[] = { {ui::VKEY_S, ui::EF_PLATFORM_ACCELERATOR, IDC_SAVE_PAGE}, diff --git a/www/iridium/files/patch-chrome_browser_ui_actions_chrome__action__id.h b/www/iridium/files/patch-chrome_browser_ui_actions_chrome__action__id.h index fb0cb8e2c8b7..7df504ee5ce9 100644 --- a/www/iridium/files/patch-chrome_browser_ui_actions_chrome__action__id.h +++ b/www/iridium/files/patch-chrome_browser_ui_actions_chrome__action__id.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/actions/chrome_action_id.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/actions/chrome_action_id.h -@@ -512,7 +512,7 @@ +@@ -519,7 +519,7 @@ #if BUILDFLAG(IS_CHROMEOS) #define CHROME_PLATFORM_SPECIFIC_ACTION_IDS \ E(kToggleMultitaskMenu, IDC_TOGGLE_MULTITASK_MENU) diff --git a/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc b/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc index f873b9cff13f..832f1ff913b1 100644 --- a/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc +++ b/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/autofill/payments/desktop_payments_window_manager.cc @@ -58,7 +58,7 @@ gfx::Rect GetPopupSizeForBnpl() { DesktopPaymentsWindowManager::DesktopPaymentsWindowManager( diff --git a/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h b/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h index ee5a2d93070d..be88049a9ce0 100644 --- a/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h +++ b/www/iridium/files/patch-chrome_browser_ui_autofill_payments_desktop__payments__window__manager.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/autofill/payments/desktop_payments_window_manager.h @@ -14,7 +14,7 @@ #include "components/autofill/core/browser/payments/payments_window_manager.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_browser.h b/www/iridium/files/patch-chrome_browser_ui_browser.h index f5bb84354958..db3a8609f296 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser.h +++ b/www/iridium/files/patch-chrome_browser_ui_browser.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/browser.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser.h -@@ -270,7 +270,7 @@ class Browser : public TabStripModelObserver, +@@ -258,7 +258,7 @@ class Browser : public TabStripModelObserver, std::optional<int64_t> display_id; #endif diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc b/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc index 10918f6db64c..e41c3420bc0e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__command__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_command_controller.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/browser_command_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_command_controller.cc -@@ -129,7 +129,7 @@ +@@ -130,7 +130,7 @@ #include "components/user_manager/user_manager.h" #endif @@ -9,7 +9,7 @@ #include "ui/base/ime/text_edit_commands.h" #include "ui/base/ime/text_input_flags.h" #include "ui/linux/linux_ui.h" -@@ -139,7 +139,7 @@ +@@ -140,7 +140,7 @@ #include "ui/ozone/public/ozone_platform.h" #endif @@ -18,7 +18,7 @@ #include "chrome/browser/ui/shortcuts/desktop_shortcuts_utils.h" #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) -@@ -373,7 +373,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( +@@ -374,7 +374,7 @@ bool BrowserCommandController::IsReservedCommandOrKey( #endif } @@ -27,7 +27,7 @@ // If this key was registered by the user as a content editing hotkey, then // it is not reserved. auto* linux_ui = ui::LinuxUi::instance(); -@@ -676,7 +676,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -677,7 +677,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; #endif @@ -36,7 +36,7 @@ case IDC_MINIMIZE_WINDOW: browser_->window()->Minimize(); break; -@@ -898,7 +898,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -907,7 +907,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo break; case IDC_CREATE_SHORTCUT: base::RecordAction(base::UserMetricsAction("CreateShortcut")); @@ -45,7 +45,7 @@ chrome::CreateDesktopShortcutForActiveWebContents(browser_); #else web_app::CreateWebAppFromCurrentWebContents( -@@ -1075,7 +1075,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo +@@ -1087,7 +1087,7 @@ bool BrowserCommandController::ExecuteCommandWithDispo #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) case IDC_CHROME_WHATS_NEW: #if BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -54,7 +54,7 @@ ShowChromeWhatsNew(browser_); break; #else -@@ -1464,7 +1464,7 @@ void BrowserCommandController::InitCommandState() { +@@ -1474,7 +1474,7 @@ void BrowserCommandController::InitCommandState() { command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_4, true); command_updater_.UpdateCommandEnabled(IDC_VISIT_DESKTOP_OF_LRU_USER_5, true); #endif @@ -63,7 +63,7 @@ command_updater_.UpdateCommandEnabled(IDC_MINIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_MAXIMIZE_WINDOW, true); command_updater_.UpdateCommandEnabled(IDC_RESTORE_WINDOW, true); -@@ -1824,7 +1824,7 @@ void BrowserCommandController::UpdateCommandsForTabSta +@@ -1838,7 +1838,7 @@ void BrowserCommandController::UpdateCommandsForTabSta bool can_create_web_app = web_app::CanCreateWebApp(browser_); command_updater_.UpdateCommandEnabled(IDC_INSTALL_PWA, can_create_web_app); diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__commands.cc b/www/iridium/files/patch-chrome_browser_ui_browser__commands.cc index 7f0a74d1a282..19a3ec72ad9d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__commands.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__commands.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_commands.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/browser_commands.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_commands.cc -@@ -2298,7 +2298,7 @@ void OpenUpdateChromeDialog(Browser* browser) { +@@ -2354,7 +2354,7 @@ void OpenUpdateChromeDialog(Browser* browser) { } else if (UpgradeDetector::GetInstance()->is_outdated_install_no_au()) { UpgradeDetector::GetInstance()->NotifyOutdatedInstallNoAutoUpdate(); } else { diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__ui__prefs.cc b/www/iridium/files/patch-chrome_browser_ui_browser__ui__prefs.cc index ca3816e18cb2..cc4da31fc8a5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__ui__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__ui__prefs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/browser_ui_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_ui_prefs.cc -@@ -82,7 +82,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry +@@ -85,7 +85,7 @@ void RegisterBrowserPrefs(PrefRegistrySimple* registry registry->RegisterTimePref(prefs::kPinInfoBarLastShown, base::Time()); registry->RegisterIntegerPref(prefs::kPinInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -9,7 +9,7 @@ registry->RegisterStringPref(prefs::kEnterpriseCustomLabelForBrowser, std::string()); registry->RegisterStringPref(prefs::kEnterpriseLogoUrlForBrowser, -@@ -103,7 +103,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -106,7 +106,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry user_prefs::PrefRegistrySyncable::SYNCABLE_PREF; #endif @@ -18,7 +18,7 @@ registry->RegisterIntegerPref(prefs::kSessionRestoreInfoBarTimesShown, 0); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) -@@ -216,7 +216,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry +@@ -219,7 +219,7 @@ void RegisterBrowserUserPrefs(user_prefs::PrefRegistry registry->RegisterDictionaryPref(prefs::kHttpsUpgradeFallbacks); registry->RegisterDictionaryPref(prefs::kHttpsUpgradeNavigations); registry->RegisterBooleanPref(prefs::kHttpsOnlyModeAutoEnabled, false); diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__view__prefs.cc b/www/iridium/files/patch-chrome_browser_ui_browser__view__prefs.cc index d0f8cca08cea..ba1197d813f5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__view__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__view__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/browser_view_prefs.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/browser_view_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_view_prefs.cc @@ -14,7 +14,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc b/www/iridium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc index 70f81c2410f8..a2f992752e50 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc +++ b/www/iridium/files/patch-chrome_browser_ui_browser__window_internal_browser__window__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/ui/browser_window/internal/browser_window_features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_window/internal/browser_window_features.cc -@@ -133,7 +133,7 @@ +@@ -145,7 +145,7 @@ #include "chrome/browser/ui/startup/default_browser_prompt/pin_infobar/pin_infobar_controller.h" #endif @@ -9,7 +9,7 @@ #include "chrome/browser/ui/views/session_restore_infobar/session_restore_infobar_controller.h" #endif -@@ -374,7 +374,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac +@@ -391,7 +391,7 @@ void BrowserWindowFeatures::Init(BrowserWindowInterfac browser_select_file_dialog_controller_ = std::make_unique<BrowserSelectFileDialogController>(profile); diff --git a/www/iridium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h b/www/iridium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h index 285a9aa67321..e73006ec0730 100644 --- a/www/iridium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h +++ b/www/iridium/files/patch-chrome_browser_ui_browser__window_public_browser__window__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/ui/browser_window/public/browser_window_features.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/browser_window/public/browser_window_features.h -@@ -94,7 +94,7 @@ class PinInfoBarController; +@@ -101,7 +101,7 @@ class PinInfoBarController; } // namespace default_browser #endif @@ -9,7 +9,7 @@ class ProfileCustomizationBubbleSyncController; namespace session_restore_infobar { class SessionRestoreInfobarController; -@@ -428,7 +428,7 @@ class BrowserWindowFeatures { +@@ -449,7 +449,7 @@ class BrowserWindowFeatures { return browser_select_file_dialog_controller_.get(); } @@ -18,7 +18,7 @@ ProfileCustomizationBubbleSyncController* profile_customization_bubble_sync_controller() { return profile_customization_bubble_sync_controller_.get(); -@@ -597,7 +597,7 @@ class BrowserWindowFeatures { +@@ -619,7 +619,7 @@ class BrowserWindowFeatures { std::unique_ptr<BrowserSelectFileDialogController> browser_select_file_dialog_controller_; diff --git a/www/iridium/files/patch-chrome_browser_ui_chrome__pages.cc b/www/iridium/files/patch-chrome_browser_ui_chrome__pages.cc index 81cca1a6f56b..e01795d23a06 100644 --- a/www/iridium/files/patch-chrome_browser_ui_chrome__pages.cc +++ b/www/iridium/files/patch-chrome_browser_ui_chrome__pages.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/chrome_pages.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/chrome_pages.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/chrome_pages.cc @@ -86,12 +86,12 @@ #include "components/signin/public/identity_manager/identity_manager.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_chrome__pages.h b/www/iridium/files/patch-chrome_browser_ui_chrome__pages.h index 067e52bb91ee..715885d1d6ae 100644 --- a/www/iridium/files/patch-chrome_browser_ui_chrome__pages.h +++ b/www/iridium/files/patch-chrome_browser_ui_chrome__pages.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/chrome_pages.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/chrome_pages.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/chrome_pages.h @@ -39,7 +39,7 @@ namespace signin { enum class ConsentLevel; diff --git a/www/iridium/files/patch-chrome_browser_ui_color_native__chrome__color__mixer.cc b/www/iridium/files/patch-chrome_browser_ui_color_native__chrome__color__mixer.cc index 1e02a604e745..bbfefbb29e0e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_color_native__chrome__color__mixer.cc +++ b/www/iridium/files/patch-chrome_browser_ui_color_native__chrome__color__mixer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/color/native_chrome_color_mixer.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/color/native_chrome_color_mixer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/color/native_chrome_color_mixer.cc @@ -7,7 +7,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.cc b/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.cc index 11a2bde9f447..00881547792b 100644 --- a/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.cc +++ b/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.cc @@ -1,14 +1,5 @@ ---- chrome/browser/ui/hats/survey_config.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/hats/survey_config.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/hats/survey_config.cc -@@ -166,7 +166,7 @@ constexpr char kHatsSurveyOrganicTriggerSafetyHubAndro - "safety_hub_android_organic_survey"; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[] = - "privacy-sandbox-whats-new-survey"; - #endif // !BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -505,7 +505,7 @@ std::vector<hats::SurveyConfig> GetAllSurveyConfigs() &features::kHappinessTrackingSurveysForWallpaperSearch, kHatsSurveyTriggerWallpaperSearch); diff --git a/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.h b/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.h deleted file mode 100644 index ad5e5c2d17ac..000000000000 --- a/www/iridium/files/patch-chrome_browser_ui_hats_survey__config.h +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/hats/survey_config.h.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/ui/hats/survey_config.h -@@ -89,7 +89,7 @@ extern const char kHatsSurveyTriggerSafetyHubAndroid[] - extern const char kHatsSurveyOrganicTriggerSafetyHubAndroid[]; - #endif // #if !BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - extern const char kHatsSurveyTriggerPrivacySandboxWhatsNewSurvey[]; - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - diff --git a/www/iridium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc b/www/iridium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc index 840b84633d83..80ba87a42481 100644 --- a/www/iridium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_ui_hats_trust__safety__sentiment__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/hats/trust_safety_sentiment_service_factory.cc @@ -59,7 +59,7 @@ TrustSafetySentimentServiceFactory::BuildServiceInstan // TrustSafetySentimentSurvey is conducted only for Windows, MacOS and Linux diff --git a/www/iridium/files/patch-chrome_browser_ui_managed__ui.cc b/www/iridium/files/patch-chrome_browser_ui_managed__ui.cc index 38de43aa6f30..64a2d25bbbcd 100644 --- a/www/iridium/files/patch-chrome_browser_ui_managed__ui.cc +++ b/www/iridium/files/patch-chrome_browser_ui_managed__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/managed_ui.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/managed_ui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/managed_ui.cc @@ -433,7 +433,7 @@ std::optional<std::string> GetDeviceManagerIdentity() g_browser_process->platform_part()->browser_policy_connector_ash(); diff --git a/www/iridium/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc b/www/iridium/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc index 5fe9384baaf9..d8970c888b33 100644 --- a/www/iridium/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc +++ b/www/iridium/files/patch-chrome_browser_ui_omnibox_omnibox__pedal__implementations.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/omnibox/omnibox_pedal_implementations.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/omnibox/omnibox_pedal_implementations.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/omnibox/omnibox_pedal_implementations.cc @@ -1964,7 +1964,7 @@ const gfx::VectorIcon& GetSharingHubVectorIcon() { return omnibox::kShareMacChromeRefreshIcon; diff --git a/www/iridium/files/patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc b/www/iridium/files/patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc index 51081decc7ee..e116bae0b152 100644 --- a/www/iridium/files/patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_passwords_bubble__controllers_relaunch__chrome__bubble__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/passwords/bubble_controllers/relaunch_chrome_bubble_controller.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/passwords/bubble_controllers/relaunch_chrome_bubble_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/passwords/bubble_controllers/relaunch_chrome_bubble_controller.cc @@ -44,7 +44,7 @@ std::u16string RelaunchChromeBubbleController::GetTitl #if BUILDFLAG(IS_MAC) diff --git a/www/iridium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc b/www/iridium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc index 5dd93b41f849..7c727b84f246 100644 --- a/www/iridium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_passwords_manage__passwords__ui__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/passwords/manage_passwords_ui_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/passwords/manage_passwords_ui_controller.cc -@@ -115,7 +115,7 @@ namespace { +@@ -116,7 +116,7 @@ namespace { using Logger = autofill::SavePasswordProgressLogger; @@ -9,7 +9,7 @@ // Should be kept in sync with constant declared in // bubble_controllers/relaunch_chrome_bubble_controller.cc. constexpr int kMaxNumberOfTimesKeychainErrorBubbleIsShown = 3; -@@ -626,7 +626,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor +@@ -628,7 +628,7 @@ void ManagePasswordsUIController::OnBiometricAuthBefor } void ManagePasswordsUIController::OnKeychainError() { diff --git a/www/iridium/files/patch-chrome_browser_ui_prefs_prefs__tab__helper.cc b/www/iridium/files/patch-chrome_browser_ui_prefs_prefs__tab__helper.cc index 8b488712ba1c..ff07d8ed4a6d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_prefs_prefs__tab__helper.cc +++ b/www/iridium/files/patch-chrome_browser_ui_prefs_prefs__tab__helper.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/prefs/prefs_tab_helper.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/prefs/prefs_tab_helper.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/prefs/prefs_tab_helper.cc @@ -64,7 +64,7 @@ #endif diff --git a/www/iridium/files/patch-chrome_browser_ui_sad__tab.cc b/www/iridium/files/patch-chrome_browser_ui_sad__tab.cc index 9e5bc7511249..1a34f4b32560 100644 --- a/www/iridium/files/patch-chrome_browser_ui_sad__tab.cc +++ b/www/iridium/files/patch-chrome_browser_ui_sad__tab.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/sad_tab.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/sad_tab.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/sad_tab.cc @@ -180,7 +180,7 @@ std::vector<int> SadTab::GetSubMessages() { if (!web_contents_->GetBrowserContext()->IsOffTheRecord()) { diff --git a/www/iridium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h b/www/iridium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h index d08f90b00660..cc57e5dc8ad5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h +++ b/www/iridium/files/patch-chrome_browser_ui_sharing__hub_sharing__hub__bubble__controller.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/sharing_hub/sharing_hub_bubble_controller.h -@@ -36,7 +36,7 @@ class SharingHubBubbleController { +@@ -39,7 +39,7 @@ class SharingHubBubbleController { // Returns true if the omnibox icon should be shown. virtual bool ShouldOfferOmniboxIcon() = 0; diff --git a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc index fd193e453d75..34d546eb0307 100644 --- a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/signin/signin_view_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/signin/signin_view_controller.cc -@@ -476,7 +476,7 @@ void SigninViewController::ShowModalSyncConfirmationDi +@@ -472,7 +472,7 @@ void SigninViewController::ShowModalSyncConfirmationDi GetOnModalDialogClosedCallback()); } @@ -9,7 +9,7 @@ void SigninViewController::ShowModalHistorySyncOptInDialog( HistorySyncOptinHelper::FlowCompletedCallback callback) { CHECK( -@@ -493,7 +493,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi +@@ -489,7 +489,7 @@ void SigninViewController::ShowModalHistorySyncOptInDi void SigninViewController::ShowModalManagedUserNoticeDialog( std::unique_ptr<signin::EnterpriseProfileCreationDialogParams> create_param) { diff --git a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.h b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.h index 63e4cc472109..4396259ce328 100644 --- a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.h +++ b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/signin/signin_view_controller.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/signin/signin_view_controller.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/signin/signin_view_controller.h @@ -170,7 +170,7 @@ class SigninViewController { void ShowModalSyncConfirmationDialog(bool is_signin_intercept, diff --git a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h index a959234bdeeb..f6e13798cc52 100644 --- a/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h +++ b/www/iridium/files/patch-chrome_browser_ui_signin_signin__view__controller__delegate.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/signin/signin_view_controller_delegate.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/signin/signin_view_controller_delegate.h @@ -50,7 +50,7 @@ class SigninViewControllerDelegate { SyncConfirmationStyle style, diff --git a/www/iridium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc b/www/iridium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc index 6386b704f9c9..0b414541d276 100644 --- a/www/iridium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc +++ b/www/iridium/files/patch-chrome_browser_ui_startup_bad__flags__prompt.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/startup/bad_flags_prompt.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/startup/bad_flags_prompt.cc -@@ -105,7 +105,7 @@ const char* const kBadFlags[] = { +@@ -111,7 +111,7 @@ const char* const kBadFlags[] = { extensions::switches::kExtensionsOnExtensionURLs, #endif diff --git a/www/iridium/files/patch-chrome_browser_ui_startup_infobar__utils.cc b/www/iridium/files/patch-chrome_browser_ui_startup_infobar__utils.cc index 7053c6499445..839b8fa74fdf 100644 --- a/www/iridium/files/patch-chrome_browser_ui_startup_infobar__utils.cc +++ b/www/iridium/files/patch-chrome_browser_ui_startup_infobar__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/infobar_utils.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/startup/infobar_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/startup/infobar_utils.cc @@ -46,7 +46,7 @@ #include "chrome/browser/ui/startup/default_browser_prompt/pin_infobar/pin_infobar_controller.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc b/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc index 4d34d6d41c36..1d0586e8fa5c 100644 --- a/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc +++ b/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/startup/startup_browser_creator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/startup/startup_browser_creator.cc @@ -135,7 +135,7 @@ #include "chrome/credential_provider/common/gcp_strings.h" @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #include "chrome/browser/ui/startup/web_app_info_recorder_utils.h" #include "components/headless/policy/headless_mode_policy.h" -@@ -987,7 +987,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -991,7 +991,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( TRACE_EVENT0("startup", "StartupBrowserCreator::ProcessCmdLineImpl"); ComputeAndRecordLaunchMode(command_line); @@ -18,7 +18,7 @@ if (headless::IsHeadlessMode() && headless::HeadlessModePolicy::IsHeadlessModeDisabled( g_browser_process->local_state())) { -@@ -1090,7 +1090,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1114,7 +1114,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( silent_launch = true; } @@ -27,7 +27,7 @@ // Writes open and installed web apps to the specified file without // launching a new browser window or tab. if (base::FeatureList::IsEnabled(features::kListWebAppsSwitch) && -@@ -1307,7 +1307,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( +@@ -1331,7 +1331,7 @@ bool StartupBrowserCreator::ProcessCmdLineImpl( CHECK_EQ(profile_info.mode, StartupProfileMode::kBrowserWindow) << "Failed launch with app: couldn't pick a profile"; std::string app_id = command_line.GetSwitchValueASCII(switches::kAppId); diff --git a/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc b/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc index c53abcc2acb8..12694b195ea1 100644 --- a/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc +++ b/www/iridium/files/patch-chrome_browser_ui_startup_startup__browser__creator__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/startup/startup_browser_creator_impl.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/startup/startup_browser_creator_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/startup/startup_browser_creator_impl.cc @@ -81,7 +81,7 @@ #include "components/app_restore/full_restore_utils.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc b/www/iridium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc index f232d32a4b80..16bacc7e3f2d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc +++ b/www/iridium/files/patch-chrome_browser_ui_startup_startup__tab__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/startup/startup_tab_provider.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/startup/startup_tab_provider.cc -@@ -63,7 +63,7 @@ +@@ -66,7 +66,7 @@ #include "extensions/common/manifest_handlers/chrome_url_overrides_handler.h" #endif // !BUILDFLAG(IS_ANDROID) @@ -9,7 +9,7 @@ #include "chrome/browser/headless/headless_mode_util.h" #endif -@@ -102,7 +102,7 @@ bool ValidateUrl(const GURL& url) { +@@ -124,7 +124,7 @@ bool ValidateUrl(const GURL& url) { #endif // BUILDFLAG(IS_CHROMEOS) bool url_scheme_is_chrome = false; diff --git a/www/iridium/files/patch-chrome_browser_ui_tab__helpers.cc b/www/iridium/files/patch-chrome_browser_ui_tab__helpers.cc index 179ccf0c0387..09117f6df9dc 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tab__helpers.cc +++ b/www/iridium/files/patch-chrome_browser_ui_tab__helpers.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tab_helpers.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/tab_helpers.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tab_helpers.cc -@@ -222,7 +222,7 @@ +@@ -221,7 +221,7 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/ui/blocked_content/framebust_block_tab_helper.h" #include "chrome/browser/ui/hats/hats_helper.h" #include "chrome/browser/ui/performance_controls/performance_controls_hats_service_factory.h" -@@ -718,12 +718,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con +@@ -724,12 +724,12 @@ void TabHelpers::AttachTabHelpers(WebContents* web_con webapps::PreRedirectionURLObserver::CreateForWebContents(web_contents); #endif diff --git a/www/iridium/files/patch-chrome_browser_ui_tabs_features.cc b/www/iridium/files/patch-chrome_browser_ui_tabs_features.cc index 0c84dffafa0e..843e209dfd92 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tabs_features.cc +++ b/www/iridium/files/patch-chrome_browser_ui_tabs_features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/features.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/tabs/features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tabs/features.cc -@@ -52,7 +52,7 @@ bool CanShowTabSearchPositionSetting() { +@@ -50,7 +50,7 @@ bool CanShowTabSearchPositionSetting() { } // Mac and other platforms will always have the tab search position in the // correct location, cros/linux/win git the user the option to change. diff --git a/www/iridium/files/patch-chrome_browser_ui_tabs_public_tab__features.h b/www/iridium/files/patch-chrome_browser_ui_tabs_public_tab__features.h index e84ca90e5b32..b10a12608fd5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tabs_public_tab__features.h +++ b/www/iridium/files/patch-chrome_browser_ui_tabs_public_tab__features.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/tabs/public/tab_features.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tabs/public/tab_features.h -@@ -118,7 +118,7 @@ class TabContextualizationController; +@@ -119,7 +119,7 @@ class TabContextualizationController; } // namespace lens #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,8 +9,8 @@ namespace wallet { class ChromeWalletablePassClient; } // namespace wallet -@@ -451,7 +451,7 @@ class TabFeatures { - bookmarkbar_preload_pipeline_manager_; +@@ -468,7 +468,7 @@ class TabFeatures { + new_tab_page_preload_pipeline_manager_; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc index 53f59c8d9a7a..b5d04f722680 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc +++ b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__dialog__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/tabs/tab_dialog_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tabs/tab_dialog_manager.cc -@@ -88,7 +88,7 @@ bool SupportsGlobalScreenCoordinates() { +@@ -90,7 +90,7 @@ bool SupportsGlobalScreenCoordinates() { } bool PlatformClipsChildrenToViewport() { diff --git a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__features.cc b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__features.cc index 9b0084affe3d..f96ef857a07e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__features.cc +++ b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/tabs/tab_features.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/tabs/tab_features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tabs/tab_features.cc -@@ -80,7 +80,7 @@ +@@ -82,7 +82,7 @@ #include "chrome/browser/ui/web_applications/pwa_install_page_action.h" #include "chrome/browser/ui/webui/webui_embedding_context.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "chrome/browser/wallet/chrome_walletable_pass_client.h" #endif #include "chrome/browser/web_applications/web_app_tab_helper.h" -@@ -401,7 +401,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro +@@ -419,7 +419,7 @@ void TabFeatures::Init(TabInterface& tab, Profile* pro task_manager::WebContentsTags::CreateForTabContents(tab.GetContents()); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__strip__prefs.cc b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__strip__prefs.cc index c0871bce19ac..91189b8c5ab5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_tabs_tab__strip__prefs.cc +++ b/www/iridium/files/patch-chrome_browser_ui_tabs_tab__strip__prefs.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/tabs/tab_strip_prefs.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/tabs/tab_strip_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/tabs/tab_strip_prefs.cc @@ -21,7 +21,7 @@ namespace tabs { diff --git a/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h b/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h index 5f4b862b101d..ec2cbefe9e36 100644 --- a/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h +++ b/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__columns.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/task_manager/task_manager_columns.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/task_manager/task_manager_columns.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/task_manager/task_manager_columns.h @@ -264,7 +264,7 @@ inline constexpr std::array kColumns = { .default_visibility = false}, diff --git a/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc b/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc index 811718ee3057..60ee33aa0b69 100644 --- a/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc +++ b/www/iridium/files/patch-chrome_browser_ui_task__manager_task__manager__table__model.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/task_manager/task_manager_table_model.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/task_manager/task_manager_table_model.cc @@ -374,7 +374,7 @@ TaskManagerTableModel::~TaskManagerTableModel() { // Note: system_total_time_ is used for both since there is no functional diff --git a/www/iridium/files/patch-chrome_browser_ui_test_popup__browsertest.cc b/www/iridium/files/patch-chrome_browser_ui_test_popup__browsertest.cc index 546227069b76..62a7a4f4817d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_test_popup__browsertest.cc +++ b/www/iridium/files/patch-chrome_browser_ui_test_popup__browsertest.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/test/popup_browsertest.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/test/popup_browsertest.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/test/popup_browsertest.cc @@ -76,7 +76,7 @@ IN_PROC_BROWSER_TEST_F(PopupTest, OpenLeftAndTopZeroCo const display::Display display = GetDisplayNearestBrowser(popup); diff --git a/www/iridium/files/patch-chrome_browser_ui_test_test__browser__ui.cc b/www/iridium/files/patch-chrome_browser_ui_test_test__browser__ui.cc index 0f66fd22e38e..e0323a4a9e14 100644 --- a/www/iridium/files/patch-chrome_browser_ui_test_test__browser__ui.cc +++ b/www/iridium/files/patch-chrome_browser_ui_test_test__browser__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/test/test_browser_ui.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/test/test_browser_ui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/test/test_browser_ui.cc @@ -21,7 +21,7 @@ #include "ui/views/widget/widget.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_ui__features.cc b/www/iridium/files/patch-chrome_browser_ui_ui__features.cc index f83f81a39c10..f03113308f35 100644 --- a/www/iridium/files/patch-chrome_browser_ui_ui__features.cc +++ b/www/iridium/files/patch-chrome_browser_ui_ui__features.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/ui_features.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/ui_features.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/ui_features.cc -@@ -38,7 +38,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, +@@ -39,7 +39,7 @@ BASE_FEATURE(kCloseOmniboxPopupOnInactiveAreaClick, BASE_FEATURE(kCreateNewTabGroupAppMenuTopLevel, base::FEATURE_DISABLED_BY_DEFAULT); @@ -9,7 +9,7 @@ // Enables the feature to remove the last confirmation dialog when relaunching // to update Chrome. BASE_FEATURE(kFewerUpdateConfirmations, base::FEATURE_ENABLED_BY_DEFAULT); -@@ -148,7 +148,7 @@ BASE_FEATURE_PARAM(int, +@@ -170,7 +170,7 @@ BASE_FEATURE_PARAM(int, "drop_target_hide_for_os_width", #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_WIN) 32 @@ -18,7 +18,7 @@ 50 #else 0 -@@ -434,7 +434,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_DISAB +@@ -471,7 +471,7 @@ BASE_FEATURE(kViewsFirstRunDialog, base::FEATURE_ENABL BASE_FEATURE(kViewsJSAppModalDialog, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -27,7 +27,7 @@ BASE_FEATURE(kUsePortalAccentColor, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -634,7 +634,7 @@ bool IsBookmarkTabGroupConversionEnabled() { +@@ -677,7 +677,7 @@ bool IsBookmarkTabGroupConversionEnabled() { return base::FeatureList::IsEnabled(kBookmarkTabGroupConversion); } diff --git a/www/iridium/files/patch-chrome_browser_ui_ui__features.h b/www/iridium/files/patch-chrome_browser_ui_ui__features.h index 2d7f3b35d4ab..e3ad06a53ab7 100644 --- a/www/iridium/files/patch-chrome_browser_ui_ui__features.h +++ b/www/iridium/files/patch-chrome_browser_ui_ui__features.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/ui_features.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/ui_features.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/ui_features.h @@ -30,7 +30,7 @@ BASE_DECLARE_FEATURE(kCloseOmniboxPopupOnInactiveAreaC @@ -9,7 +9,7 @@ BASE_DECLARE_FEATURE(kFewerUpdateConfirmations); #endif -@@ -63,7 +63,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup +@@ -61,7 +61,7 @@ enum class PdfInfoBarTrigger { kPdfLoad = 0, kStartup BASE_DECLARE_FEATURE_PARAM(PdfInfoBarTrigger, kPdfInfoBarTrigger); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ // When enabled, user may see the session restore UI flow. BASE_DECLARE_FEATURE(kSessionRestoreInfobar); -@@ -345,7 +345,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); +@@ -366,7 +366,7 @@ BASE_DECLARE_FEATURE(kViewsFirstRunDialog); BASE_DECLARE_FEATURE(kViewsJSAppModalDialog); #endif diff --git a/www/iridium/files/patch-chrome_browser_ui_url__identity.cc b/www/iridium/files/patch-chrome_browser_ui_url__identity.cc index 19ac2ce2c213..3d0798fcf942 100644 --- a/www/iridium/files/patch-chrome_browser_ui_url__identity.cc +++ b/www/iridium/files/patch-chrome_browser_ui_url__identity.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/url_identity.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/url_identity.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/url_identity.cc @@ -17,7 +17,7 @@ #include "url/gurl.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc b/www/iridium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc index 9b5bbe5b7872..c7ae66ab2342 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_apps_chrome__native__app__window__views__aura.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/apps/chrome_native_app_window_views_aura.cc @@ -19,7 +19,7 @@ #include "ui/menus/simple_menu_model.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc b/www/iridium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc index 683e866d6a3a..10d6f3cdc9bd 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_chrome__browser__main__extra__parts__views.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc @@ -36,7 +36,7 @@ #include "ui/wm/core/wm_state.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h b/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h index a2f7fe8bdfe6..f793340721c2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/chrome_views_delegate.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/chrome_views_delegate.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/chrome_views_delegate.h @@ -52,7 +52,7 @@ class ChromeViewsDelegate : public views::ViewsDelegat base::OnceClosure callback) override; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc b/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc index 0d1d76a807a0..fab3d51de3cd 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_chrome__views__delegate__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/chrome_views_delegate_linux.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/views/chrome_views_delegate_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/chrome_views_delegate_linux.cc @@ -27,7 +27,7 @@ bool IsDesktopEnvironmentUnity() { return desktop_env == base::nix::DESKTOP_ENVIRONMENT_UNITY; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_compose_compose__dialog__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_compose_compose__dialog__view.cc index afa9273acc3c..ac6da33b03ed 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_compose_compose__dialog__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_compose_compose__dialog__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/compose/compose_dialog_view.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/compose/compose_dialog_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/compose/compose_dialog_view.cc @@ -160,7 +160,7 @@ void ComposeDialogView::OnBeforeBubbleWidgetInit( views::Widget::InitParams* params, diff --git a/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc b/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc index 2989b8d41614..8033fa315620 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.cc -@@ -91,7 +91,7 @@ DialogText GetPromptDialogTextFromStatus( +@@ -94,7 +94,7 @@ DialogText GetPromptDialogTextFromStatus( break; } @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( syncer::kReplaceSyncPromosWithSignInPromos) && status.signin_status != collaboration::SigninStatus::kSigninDisabled) { -@@ -404,7 +404,7 @@ void CollaborationControllerDelegateDesktop::ShowError +@@ -421,7 +421,7 @@ void CollaborationControllerDelegateDesktop::ShowError chrome::ShowBrowserModal(browser_, std::move(dialog_model)); } @@ -18,16 +18,25 @@ void CollaborationControllerDelegateDesktop:: MaybeShowSignInUiForHistorySyncOptin() { collaboration::ServiceStatus status = GetServiceStatus(); -@@ -516,7 +516,7 @@ void CollaborationControllerDelegateDesktop:: - .SetLabel(dialog_text.ok_button_text) - .SetEnabled(true)); +@@ -510,7 +510,7 @@ void CollaborationControllerDelegateDesktop:: + } + AccountInfo account_for_promo = -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - AccountInfo account_for_promo = signin_ui_util::GetSingleAccountForPromos( - IdentityManagerFactory::GetForProfile(browser_->profile())); + signin_ui_util::GetSingleAccountForPromos( + IdentityManagerFactory::GetForProfile(browser_->profile())); + #else +@@ -545,7 +545,7 @@ void CollaborationControllerDelegateDesktop:: + .SetLabel(dialog_text.ok_button_text) + .SetEnabled(true)); -@@ -569,7 +569,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (base::FeatureList::IsEnabled( + syncer::kReplaceSyncPromosWithSignInPromos)) { + dialog_builder.SetFootnote(ui::DialogModelLabel(dialog_text.footnote)); +@@ -598,7 +598,7 @@ void CollaborationControllerDelegateDesktop::OnPromptD .Run(CollaborationControllerDelegate::Outcome::kSuccess); } diff --git a/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h b/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h index 625384e0ee14..bf44f8e286bf 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_data__sharing_collaboration__controller__delegate__desktop.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/data_sharing/collaboration_controller_delegate_desktop.h -@@ -81,7 +81,7 @@ class CollaborationControllerDelegateDesktop +@@ -83,7 +83,7 @@ class CollaborationControllerDelegateDesktop std::optional<data_sharing::mojom::GroupActionProgress> progress); void ShowErrorDialog(const ErrorInfo& error); diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc index 87dd873faeb9..c15c4be723a5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__factory__views.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_factory_views.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_factory_views.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_factory_views.cc @@ -17,7 +17,7 @@ #include "chrome/browser/ui/views/frame/browser_frame_view_win.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc index 2caf136d266e..470f78011f24 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_layout_linux.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_layout_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_layout_linux.cc @@ -55,7 +55,7 @@ gfx::Insets BrowserFrameViewLayoutLinux::RestoredFrame OpaqueBrowserFrameViewLayout::RestoredFrameBorderInsets()); diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc index 3f2418654d5a..417c27346310 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__layout__linux__native.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_layout_linux_native.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_layout_linux_native.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_layout_linux_native.cc @@ -18,7 +18,7 @@ BrowserFrameViewLayoutLinuxNative::~BrowserFrameViewLa diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc index 2d735a592ebf..5b3c71e17c77 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__frame__view__linux.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/browser_frame_view_linux.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_frame_view_linux.cc -@@ -70,7 +70,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu +@@ -71,7 +71,7 @@ gfx::ShadowValues BrowserFrameViewLinux::GetShadowValu void BrowserFrameViewLinux::PaintRestoredFrameBorder( gfx::Canvas* canvas) const { @@ -9,7 +9,7 @@ const bool tiled = browser_widget()->tiled(); #else const bool tiled = false; -@@ -125,7 +125,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: +@@ -126,7 +126,7 @@ int BrowserFrameViewLinux::NonClientHitTest(const gfx: } float BrowserFrameViewLinux::GetRestoredCornerRadiusDip() const { diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 15d73b928960..b335597550f8 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-12 12:17:57 UTC +++ chrome/browser/ui/views/frame/browser_view.cc -@@ -2313,7 +2313,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating +@@ -2305,7 +2305,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } void BrowserView::TabDraggingStatusChanged(bool is_dragging) { @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5880,7 +5880,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -5920,7 +5920,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { @@ -18,7 +18,7 @@ if (!ShouldShowAvatarToolbarIPH()) { return; } -@@ -5890,7 +5890,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5930,7 +5930,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSignInBenefitsIPH() { diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc index 06d26f229651..bd29ead29905 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/browser_widget.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_widget.cc -@@ -53,7 +53,7 @@ +@@ -52,7 +52,7 @@ #include "ui/aura/window.h" #endif @@ -9,16 +9,7 @@ #include "ui/display/screen.h" #include "ui/linux/linux_ui.h" #endif -@@ -68,7 +68,7 @@ namespace { - constexpr double kTitlePaddingWidthFraction = 0.1; - #endif - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // These values are used for Linux/GTK. - constexpr int kIconTitleSpacing = 4; - constexpr int kCaptionSpacing = 5; -@@ -98,7 +98,7 @@ class ThemeChangedObserver : public views::WidgetObser +@@ -87,7 +87,7 @@ class ThemeChangedObserver : public views::WidgetObser }; bool IsUsingLinuxSystemTheme(Profile* profile) { @@ -27,7 +18,7 @@ return ThemeServiceFactory::GetForProfile(profile)->UsingSystemTheme(); #else return false; -@@ -214,7 +214,7 @@ void BrowserWidget::InitBrowserWidget() { +@@ -203,7 +203,7 @@ void BrowserWidget::InitBrowserWidget() { Init(std::move(params)); @@ -36,7 +27,7 @@ SelectNativeTheme(); #else SetNativeTheme(ui::NativeTheme::GetInstanceForNativeUi()); -@@ -419,7 +419,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { +@@ -342,7 +342,7 @@ void BrowserWidget::OnNativeWidgetWorkspaceChanged() { chrome::SaveWindowWorkspace(browser_view_->browser(), GetWorkspace()); chrome::SaveWindowVisibleOnAllWorkspaces(browser_view_->browser(), IsVisibleOnAllWorkspaces()); @@ -45,7 +36,7 @@ // If the window was sent to a different workspace, prioritize it if // it was sent to the current workspace and deprioritize it // otherwise. This is done by MoveBrowsersInWorkspaceToFront() -@@ -606,7 +606,7 @@ void BrowserWidget::OnMenuClosed() { +@@ -531,7 +531,7 @@ void BrowserWidget::OnMenuClosed() { } void BrowserWidget::SelectNativeTheme() { @@ -54,7 +45,7 @@ // Use the regular NativeTheme instance if running incognito mode, regardless // of system theme (gtk, qt etc). ui::NativeTheme* native_theme = ui::NativeTheme::GetInstanceForNativeUi(); -@@ -647,7 +647,7 @@ void BrowserWidget::OnTouchUiChanged() { +@@ -572,7 +572,7 @@ void BrowserWidget::OnTouchUiChanged() { bool BrowserWidget::RegenerateFrameOnThemeChange( BrowserThemeChangeType theme_change_type) { bool need_regenerate = false; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.h b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.h index 5f488469735d..6c37405d320b 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_browser__widget.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/browser_widget.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/browser_widget.h -@@ -66,7 +66,7 @@ class BrowserWidget : public views::Widget, +@@ -65,7 +65,7 @@ class BrowserWidget : public views::Widget, ~BrowserWidget() override; @@ -9,7 +9,7 @@ // Returns whether the frame is in a tiled state. bool tiled() const { return tiled_; } void set_tiled(bool tiled) { tiled_ = tiled; } -@@ -198,7 +198,7 @@ class BrowserWidget : public views::Widget, +@@ -187,7 +187,7 @@ class BrowserWidget : public views::Widget, // contents for smoother dragging. TabDragKind tab_drag_kind_ = TabDragKind::kNone; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc index 64071fae6cc1..5f2feafbe30a 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.cc -@@ -54,7 +54,7 @@ +@@ -55,7 +55,7 @@ #include "ui/views/window/vector_icons/vector_icons.h" #include "ui/views/window/window_shape.h" @@ -9,7 +9,7 @@ #include "ui/views/controls/menu/menu_runner.h" #endif -@@ -584,7 +584,7 @@ bool OpaqueBrowserFrameView::EverHasVisibleBackgroundT +@@ -605,7 +605,7 @@ bool OpaqueBrowserFrameView::IsFrameCondensed() const OpaqueBrowserFrameView::FrameButtonStyle OpaqueBrowserFrameView::GetFrameButtonStyle() const { @@ -18,7 +18,7 @@ return FrameButtonStyle::kMdButton; #else return FrameButtonStyle::kImageButton; -@@ -603,7 +603,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh +@@ -624,7 +624,7 @@ bool OpaqueBrowserFrameView::ShouldDrawRestoredFrameSh return false; } @@ -27,7 +27,7 @@ bool OpaqueBrowserFrameView::IsTiled() const { return browser_widget()->tiled(); } -@@ -835,7 +835,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons +@@ -856,7 +856,7 @@ gfx::Rect OpaqueBrowserFrameView::GetIconBounds() cons } void OpaqueBrowserFrameView::WindowIconPressed() { diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h index 98079c21ad03..6b4b3473e5ee 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view.h @@ -109,7 +109,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView FrameButtonStyle GetFrameButtonStyle() const override; @@ -9,7 +9,7 @@ bool IsTiled() const override; #endif int WebAppButtonHeight() const override; -@@ -229,7 +229,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView +@@ -232,7 +232,7 @@ class OpaqueBrowserFrameView : public BrowserFrameView // Background painter for the window frame. std::unique_ptr<views::FrameBackground> frame_background_; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h index bf4f3650bf4b..bc371b904195 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_opaque__browser__frame__view__layout__delegate.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/opaque_browser_frame_view_layout_delegate.h @@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@ #include "ui/base/ui_base_types.h" #endif -@@ -92,7 +92,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { +@@ -88,7 +88,7 @@ class OpaqueBrowserFrameViewLayoutDelegate { // Returns true if a client-side shadow should be drawn for restored windows. virtual bool ShouldDrawRestoredFrameShadow() const = 0; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc index ceba557369e9..68d7b962a075 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__builder.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/system_menu_model_builder.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/frame/system_menu_model_builder.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/system_menu_model_builder.cc @@ -81,7 +81,7 @@ void SystemMenuModelBuilder::BuildMenu(ui::SimpleMenuM diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc index 8e7f24206f57..35ef4d8ecab2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_frame_system__menu__model__delegate.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/views/frame/system_menu_model_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/frame/system_menu_model_delegate.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "chromeos/ui/frame/desks/move_to_desks_menu_model.h" #endif @@ -9,7 +9,7 @@ #include "chrome/common/pref_names.h" #endif -@@ -38,7 +38,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( +@@ -39,7 +39,7 @@ SystemMenuModelDelegate::SystemMenuModelDelegate( SystemMenuModelDelegate::~SystemMenuModelDelegate() = default; bool SystemMenuModelDelegate::IsCommandIdChecked(int command_id) const { @@ -18,7 +18,7 @@ if (command_id == IDC_USE_SYSTEM_TITLE_BAR) { PrefService* prefs = browser_->profile()->GetPrefs(); return !prefs->GetBoolean(prefs::kUseCustomChromeFrame); -@@ -64,7 +64,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c +@@ -65,7 +65,7 @@ bool SystemMenuModelDelegate::IsCommandIdEnabled(int c } bool SystemMenuModelDelegate::IsCommandIdVisible(int command_id) const { diff --git a/www/iridium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc deleted file mode 100644 index 35ac5a696ffd..000000000000 --- a/www/iridium/files/patch-chrome_browser_ui_views_frame_tab__strip__region__view.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- chrome/browser/ui/views/frame/tab_strip_region_view.cc.orig 2025-11-06 10:11:34 UTC -+++ chrome/browser/ui/views/frame/tab_strip_region_view.cc -@@ -302,7 +302,7 @@ TabStripRegionView::TabStripRegionView(std::unique_ptr - new_tab_button_->GetViewAccessibility().SetName( - l10n_util::GetStringUTF16(IDS_ACCNAME_NEWTAB)); - --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // The New Tab Button can be middle-clicked on Linux. - new_tab_button_->SetTriggerableEventFlags( - new_tab_button_->GetTriggerableEventFlags() | diff --git a/www/iridium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc index 82d1e5441fce..a34dd284c392 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_hung__renderer__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/hung_renderer_view.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/hung_renderer_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/hung_renderer_view.cc @@ -452,7 +452,7 @@ void HungRendererDialogView::ForceCrashHungRenderer() content::RenderProcessHost* rph = diff --git a/www/iridium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc index 6872d5d0bc9c..dad6a19291c1 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_location__bar_location__bar__view.cc @@ -1,11 +1,11 @@ ---- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/ui/views/location_bar/location_bar_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/location_bar/location_bar_view.cc -@@ -539,7 +539,7 @@ bool LocationBarView::IsInitialized() const { - } +@@ -1768,7 +1768,7 @@ void LocationBarView::OnPopupStateChanged(OmniboxPopup + weak_factory_.GetWeakPtr()), + base::Milliseconds(100)); - void LocationBarView::OnPopupOpened() { -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // It's not great for promos to overlap the omnibox if the user opens the - // drop-down after showing the promo. This especially causes issues on Mac and - // Linux due to z-order/rendering issues, see crbug.com/1225046 and + if (new_state != OmniboxPopupState::kNone) { + // Close any overlapping user education bubbles when any popup opens. + // It's not great for promos to overlap the omnibox if the user opens the diff --git a/www/iridium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc b/www/iridium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc index 15d2ccb67cdf..34be4e542bae 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_new__tab__footer_footer__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/new_tab_footer/footer_controller.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/views/new_tab_footer/footer_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/new_tab_footer/footer_controller.cc @@ -44,7 +44,7 @@ NewTabFooterController::NewTabFooterController( base::BindRepeating(&NewTabFooterController::UpdateFooterVisibilities, diff --git a/www/iridium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc b/www/iridium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc index 0e322e5415fc..2e2153711f1a 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_passwords_password__bubble__view__base.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/passwords/password_bubble_view_base.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/passwords/password_bubble_view_base.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/passwords/password_bubble_view_base.cc @@ -42,7 +42,7 @@ #include "ui/base/metadata/metadata_impl_macros.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc b/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc index 6b7b4b01e707..755222de8cb4 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.cc -@@ -404,7 +404,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() +@@ -405,7 +405,7 @@ void AvatarToolbarButton::MaybeShowProfileSwitchIPH() } } diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h b/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h index 4664ef2db5b1..86bf1f402714 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_avatar__toolbar__button.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/avatar_toolbar_button.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/avatar_toolbar_button.h @@ -96,7 +96,7 @@ class AvatarToolbarButton : public ToolbarButton, // Attempts showing the In-Product-Help for profile Switching. diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc index bf47c91edfe4..a6c0860171ee 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__coordinator.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/profile_menu_coordinator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/profile_menu_coordinator.cc @@ -87,7 +87,7 @@ void ProfileMenuCoordinator::ShowWithPromoResults( ->NotifyFeaturePromoFeatureUsed( diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc index d22013b5cdbd..973527773bc2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__menu__view.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/profile_menu_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/profile_menu_view.cc -@@ -107,7 +107,7 @@ +@@ -108,7 +108,7 @@ #include "ui/views/accessibility/view_accessibility.h" #include "ui/views/widget/widget.h" @@ -9,7 +9,7 @@ #include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h" #endif -@@ -563,7 +563,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { +@@ -552,7 +552,7 @@ void ProfileMenuView::SetMenuTitleForAccessibility() { case signin_util::SignedInState::kSignedOut: case signin_util::SignedInState::kWebOnlySignedIn: { std::string profile_user_display_name, profile_user_email; diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc index ea9b77956263..78be6d8bb748 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_profile__picker__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/views/profiles/profile_picker_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/profile_picker_view.cc @@ -81,7 +81,7 @@ #include "chrome/browser/global_keyboard_shortcuts_mac.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc b/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc index 61c260166170..f3ef59e93b3a 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.cc @@ -65,14 +65,14 @@ #include "chrome/browser/ui/webui/signin/signout_confirmation/signout_confirmation_ui.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h b/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h index 89881aaa4f1a..d4b13ee606c1 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h +++ b/www/iridium/files/patch-chrome_browser_ui_views_profiles_signin__view__controller__delegate__views.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/profiles/signin_view_controller_delegate_views.h @@ -58,7 +58,7 @@ class SigninViewControllerDelegateViews SyncConfirmationStyle style, diff --git a/www/iridium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc b/www/iridium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc index 963fb071ee67..2eac6451d917 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_tabs_dragging_tab__drag__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/tabs/dragging/tab_drag_controller.cc -@@ -179,7 +179,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { +@@ -181,7 +181,7 @@ bool IsWindowDragUsingSystemDragDropAllowed() { void UpdateSystemDnDDragImage(TabDragContext* attached_context, const gfx::ImageSkia& image) { @@ -9,7 +9,7 @@ VLOG(1) << __func__ << " image size=" << image.size().ToString(); aura::Window* root_window = attached_context->GetWidget()->GetNativeWindow()->GetRootWindow(); -@@ -391,7 +391,7 @@ TabDragController::Liveness TabDragController::Init( +@@ -393,7 +393,7 @@ TabDragController::Liveness TabDragController::Init( // synchronous on desktop Linux, so use that. // - ChromeOS Ash // Releasing capture on Ash cancels gestures so avoid it. @@ -18,7 +18,7 @@ ref->can_release_capture_ = false; #endif ref->start_point_in_screen_ = -@@ -982,7 +982,7 @@ TabDragController::Liveness TabDragController::DragBro +@@ -984,7 +984,7 @@ TabDragController::Liveness TabDragController::DragBro CHECK_EQ(SetCapture(target_context), Liveness::ALIVE); } @@ -27,7 +27,7 @@ // EndMoveLoop is going to snap the window back to its original location. // Hide it so users don't see this. Hiding a window in Linux aura causes // it to lose capture so skip it. -@@ -2135,7 +2135,7 @@ void TabDragController::CompleteDrag() { +@@ -2115,7 +2115,7 @@ void TabDragController::CompleteDrag() { } // If source window was maximized - maximize the new window as well. @@ -36,7 +36,7 @@ // Keeping maximized state breaks snap to Grid on Windows when dragging // tabs from maximized windows. TODO:(crbug.com/727051) Explore doing this // for other desktop OS's. kMaximizedStateRetainedOnTabDrag in -@@ -2551,7 +2551,7 @@ TabDragController::Liveness TabDragController::GetLoca +@@ -2531,7 +2531,7 @@ TabDragController::Liveness TabDragController::GetLoca } } diff --git a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc index eceb16b534f5..f2a4b6603d50 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/views/tabs/tab.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/tabs/tab.cc -@@ -678,7 +678,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& +@@ -679,7 +679,7 @@ void Tab::MaybeUpdateHoverStatus(const ui::MouseEvent& return; } diff --git a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc index 88b9e21e2633..621dbee50c2e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__hover__card__bubble__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/tabs/tab_hover_card_bubble_view.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/views/tabs/tab_hover_card_bubble_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/tabs/tab_hover_card_bubble_view.cc @@ -381,7 +381,7 @@ TabHoverCardBubbleView::TabHoverCardBubbleView(Tab* ta // not become active. Setting this to false creates the need to explicitly diff --git a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc index 61aca3d55d2f..e06ee602be71 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_tabs_tab__style__views.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/views/tabs/tab_style_views.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/tabs/tab_style_views.cc -@@ -557,7 +557,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con +@@ -567,7 +567,7 @@ float TabStyleViewsImpl::GetCurrentActiveOpacity() con if (!IsHoverAnimationActive()) { return base_opacity; } diff --git a/www/iridium/files/patch-chrome_browser_ui_views_task__manager__search__bar__view.cc b/www/iridium/files/patch-chrome_browser_ui_views_task__manager__search__bar__view.cc index 86896a84534e..11fb40bc3944 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_task__manager__search__bar__view.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_task__manager__search__bar__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/task_manager_search_bar_view.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/views/task_manager_search_bar_view.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/task_manager_search_bar_view.cc @@ -27,7 +27,7 @@ TaskManagerSearchBarView::TaskManagerSearchBarView( const gfx::Insets& margins, diff --git a/www/iridium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc b/www/iridium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc index 51b74ca76e9c..e28aff47be1c 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_user__education_browser__user__education__service.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-11-12 18:20:14 UTC +--- chrome/browser/ui/views/user_education/browser_user_education_service.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/user_education/browser_user_education_service.cc -@@ -1165,7 +1165,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1178,7 +1178,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered when a shared tab becomes the active tab."))); } @@ -9,7 +9,7 @@ // kIPHSupervisedUserProfileSigninFeature: registry.RegisterFeature(std::move( FeaturePromoSpecification::CreateForCustomAction( -@@ -1433,7 +1433,7 @@ void MaybeRegisterChromeFeaturePromos( +@@ -1446,7 +1446,7 @@ void MaybeRegisterChromeFeaturePromos( "Triggered to inform users of the availability of the " "new translate screen feature on the Lens Overlay."))); diff --git a/www/iridium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc b/www/iridium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc index 5a8a0c8fa60f..1b61fe4defc8 100644 --- a/www/iridium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc +++ b/www/iridium/files/patch-chrome_browser_ui_views_web__apps_web__app__integration__test__driver.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/views/web_apps/web_app_integration_test_driver.cc -@@ -516,7 +516,7 @@ std::string GetFileExtension(FileExtension file_extens +@@ -518,7 +518,7 @@ std::string GetFileExtension(FileExtension file_extens } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ SiteConfig GetSiteConfigurationFromAppName(const std::string& app_name) { SiteConfig config; bool is_app_found = false; -@@ -2088,7 +2088,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc +@@ -2099,7 +2099,7 @@ void WebAppIntegrationTestDriver::DeletePlatformShortc if (app_name.empty()) { app_name = GetSiteConfiguration(site).app_name; } @@ -18,7 +18,7 @@ ASSERT_TRUE(override_registration_->test_override().IsShortcutCreated( profile(), app_id, app_name)); ASSERT_TRUE( -@@ -3408,7 +3408,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna +@@ -3426,7 +3426,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginEna app_state->id, app_state->name); ASSERT_TRUE(icon_color.has_value()); ASSERT_THAT(site_config.icon_color, testing::Eq(icon_color.value())); @@ -27,7 +27,7 @@ ASSERT_TRUE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3423,7 +3423,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3441,7 +3441,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis GetAppBySiteMode(after_state_change_action_state_.get(), profile(), site); ASSERT_TRUE(app_state); base::ScopedAllowBlockingForTesting allow_blocking; @@ -36,7 +36,7 @@ ASSERT_FALSE(override_registration_->test_override().IsRunOnOsLoginEnabled( profile(), app_state->id, app_state->name)); #endif -@@ -3433,7 +3433,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis +@@ -3451,7 +3451,7 @@ void WebAppIntegrationTestDriver::CheckRunOnOsLoginDis void WebAppIntegrationTestDriver::CheckSiteHandlesFile( Site site, FileExtension file_extension) { @@ -45,7 +45,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -3449,7 +3449,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile +@@ -3467,7 +3467,7 @@ void WebAppIntegrationTestDriver::CheckSiteHandlesFile void WebAppIntegrationTestDriver::CheckSiteNotHandlesFile( Site site, FileExtension file_extension) { @@ -54,7 +54,7 @@ if (!BeforeStateCheckAction(__FUNCTION__)) { return; } -@@ -4274,7 +4274,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu +@@ -4298,7 +4298,7 @@ base::FilePath WebAppIntegrationTestDriver::GetShortcu base::FilePath shortcut_dir, const std::string& app_name, const webapps::AppId& app_id) { @@ -63,7 +63,7 @@ return override_registration_->test_override().GetShortcutPath( profile(), shortcut_dir, app_id, app_name); #else -@@ -4474,7 +4474,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre +@@ -4498,7 +4498,7 @@ bool WebAppIntegrationTestDriver::IsShortcutAndIconCre const webapps::AppId& id) { base::ScopedAllowBlockingForTesting allow_blocking; bool is_shortcut_and_icon_correct = false; @@ -72,7 +72,7 @@ bool is_shortcut_correct = override_registration_->test_override().IsShortcutCreated(profile, id, name); -@@ -4518,7 +4518,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr +@@ -4542,7 +4542,7 @@ bool WebAppIntegrationTestDriver::DoIconColorsMatch(Pr do_icon_colors_match = (expected_icon_pixel_color == shortcut_pixel_color_apps_folder.value()); } diff --git a/www/iridium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc b/www/iridium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc index 0566ca117711..1a32878bbe06 100644 --- a/www/iridium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc +++ b/www/iridium/files/patch-chrome_browser_ui_web__applications_app__browser__controller.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/web_applications/app_browser_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/web_applications/app_browser_controller.cc -@@ -492,7 +492,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex +@@ -500,7 +500,7 @@ std::u16string AppBrowserController::GetLaunchFlashTex // web bundle. The flash text is not needed on platforms that already display // the app name in the title bar (e.g. Mac, Windows, and Linux). if (IsIsolatedWebApp()) { diff --git a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h index eb8f7be31035..1e532020e3b7 100644 --- a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h +++ b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__dialogs.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/web_applications/web_app_dialogs.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/web_applications/web_app_dialogs.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/web_applications/web_app_dialogs.h @@ -25,7 +25,7 @@ #include "ui/gfx/native_ui_types.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc index 26dad823a3de..5c9c4623d2d3 100644 --- a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc +++ b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.cc -@@ -579,7 +579,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun +@@ -587,7 +587,7 @@ void WebAppUiManagerImpl::MaybeShowIPHPromoForAppsLaun Browser* browser, Profile* profile, const std::string& app_id) { @@ -9,7 +9,7 @@ WebAppProvider* provider = WebAppProvider::GetForWebApps(profile); CHECK(provider); -@@ -800,7 +800,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( +@@ -808,7 +808,7 @@ void WebAppUiManagerImpl::ClearWebAppSiteDataIfNeeded( } } diff --git a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h index 0b073b20a1c4..bc586c9aac54 100644 --- a/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h +++ b/www/iridium/files/patch-chrome_browser_ui_web__applications_web__app__ui__manager__impl.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/web_applications/web_app_ui_manager_impl.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/web_applications/web_app_ui_manager_impl.h -@@ -243,7 +243,7 @@ class WebAppUiManagerImpl : public BrowserListObserver +@@ -244,7 +244,7 @@ class WebAppUiManagerImpl : public BrowserListObserver UninstallCompleteCallback uninstall_complete_callback, webapps::UninstallResultCode uninstall_code); diff --git a/www/iridium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc b/www/iridium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc index 3c4995b7d294..8e911a9218b1 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui__browser_webui__browser__window.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui_browser/webui_browser_window.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui_browser/webui_browser_window.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui_browser/webui_browser_window.cc @@ -54,7 +54,7 @@ const char* const kWebUIBrowserWindowKey = "__WEBUI_BR diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.cc b/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.cc index ac9e4613638f..a6b25247af5c 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/about/about_ui.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/about/about_ui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/about/about_ui.cc @@ -415,7 +415,7 @@ using about_ui::AppendHeader; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.h b/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.h index beda04ba8640..2decbb248ee5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_about_about__ui.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/about/about_ui.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/about/about_ui.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/about/about_ui.h @@ -43,7 +43,7 @@ class TermsUIConfig : public AboutUIConfigBase { }; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc index e2639e43ee57..c7fd5ef4b3c5 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.cc -@@ -62,7 +62,7 @@ +@@ -61,7 +61,7 @@ #include "ui/base/window_open_disposition_utils.h" #include "url/gurl.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h b/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h index 700ca26bbd4e..630d5209b33e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_app__home_app__home__page__handler.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/app_home/app_home_page_handler.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/app_home/app_home_page_handler.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/app_home/app_home_page_handler.h @@ -23,7 +23,7 @@ #include "mojo/public/cpp/bindings/receiver.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h b/www/iridium/files/patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h index e86dd16658b3..f443b77e083d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_app__settings_web__app__settings__ui.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/app_settings/web_app_settings_ui.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/app_settings/web_app_settings_ui.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/app_settings/web_app_settings_ui.h @@ -14,13 +14,13 @@ #include "ui/webui/mojo_web_ui_controller.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc index 69935fae3230..b6d8fe16dd19 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_certificate__manager__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/certificate_manager_handler.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/certificate_manager/certificate_manager_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/certificate_manager/certificate_manager_handler.cc @@ -217,7 +217,7 @@ CertificateManagerPageHandler::GetCertSource( CERTIFICATE_TRUST_TYPE_DISTRUSTED, diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc index 36a31e8fb961..c68f7952467d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.cc @@ -56,7 +56,7 @@ #include "net/ssl/client_cert_store_mac.h" @@ -45,7 +45,7 @@ // ChromeOS currently can use either Kcer or NSS for listing client certs, and // Linux uses NSS only. This interface provides an abstraction to hide that // from WritableClientCertSource. Currently this class only handles reading -@@ -1052,7 +1052,7 @@ CreatePlatformClientCertSource( +@@ -1054,7 +1054,7 @@ CreatePlatformClientCertSource( mojo::Remote<certificate_manager::mojom::CertificateManagerPage>* remote_client, Profile* profile) { @@ -54,7 +54,7 @@ return std::make_unique<WritableClientCertSource>(remote_client, profile); #else return std::make_unique<ClientCertSource>( -@@ -1060,7 +1060,7 @@ CreatePlatformClientCertSource( +@@ -1062,7 +1062,7 @@ CreatePlatformClientCertSource( #endif } @@ -63,7 +63,7 @@ std::unique_ptr<CertificateManagerPageHandler::CertSource> CreateProvisionedClientCertSource(Profile* profile) { return std::make_unique<ClientCertSource>( -@@ -1110,7 +1110,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow +@@ -1112,7 +1112,7 @@ bool ClientCertManagementAccessControls::IsChangeAllow return client_cert_policy_ == ClientCertificateManagementPermission::kAll; } diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h index e8c1ae8c1d2e..707b41fed655 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_certificate__manager_client__cert__sources.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/certificate_manager/client_cert_sources.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/certificate_manager/client_cert_sources.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/certificate_manager/client_cert_sources.h @@ -19,7 +19,7 @@ CreatePlatformClientCertSource( remote_client, diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc b/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc index 14ff73367786..e21bd0d3990b 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__configs.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/chrome_web_ui_configs.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/chrome_web_ui_configs.cc -@@ -154,7 +154,7 @@ +@@ -155,7 +155,7 @@ #include "chrome/browser/ui/webui/conflicts/conflicts_ui.h" #endif // BUILDFLAG(IS_WIN) @@ -9,7 +9,7 @@ #include "chrome/browser/ui/webui/app_settings/web_app_settings_ui.h" #include "chrome/browser/ui/webui/browser_switch/browser_switch_ui.h" #include "chrome/browser/ui/webui/signin/history_sync_optin/history_sync_optin_ui.h" -@@ -162,13 +162,13 @@ +@@ -163,13 +163,13 @@ #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -25,7 +25,7 @@ #include "chrome/browser/ui/webui/discards/discards_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_DESKTOP_ANDROID) -@@ -196,7 +196,7 @@ +@@ -197,7 +197,7 @@ #include "chrome/browser/ui/webui/signin/signin_error_ui.h" #endif // !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_ANDROID) @@ -34,7 +34,7 @@ #include "chrome/browser/ui/webui/on_device_translation_internals/on_device_translation_internals_ui.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -@@ -351,7 +351,7 @@ void RegisterChromeWebUIConfigs() { +@@ -353,7 +353,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<WebUIJsErrorUIConfig>()); #endif // BUILDFLAG(IS_ANDROID) @@ -43,7 +43,7 @@ map.AddWebUIConfig(std::make_unique<LinuxProxyConfigUI>()); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || // BUILDFLAG(IS_OPENBSD) -@@ -381,7 +381,7 @@ void RegisterChromeWebUIConfigs() { +@@ -383,7 +383,7 @@ void RegisterChromeWebUIConfigs() { map.AddWebUIConfig(std::make_unique<ConflictsUIConfig>()); #endif // BUILDFLAG(IS_WIN) @@ -52,7 +52,7 @@ map.AddWebUIConfig(std::make_unique<BrowserSwitchUIConfig>()); map.AddWebUIConfig(std::make_unique<HistorySyncOptinUIConfig>()); map.AddWebUIConfig(std::make_unique<OnDeviceTranslationInternalsUIConfig>()); -@@ -390,13 +390,13 @@ void RegisterChromeWebUIConfigs() { +@@ -392,13 +392,13 @@ void RegisterChromeWebUIConfigs() { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc b/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc index d9d11f060bc5..beed897d10be 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_chrome__web__ui__controller__factory.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc -@@ -116,18 +116,18 @@ +@@ -115,18 +115,18 @@ #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -22,7 +22,7 @@ #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" #endif -@@ -276,7 +276,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( +@@ -275,7 +275,7 @@ void ChromeWebUIControllerFactory::GetFaviconForURL( const std::vector<int>& desired_sizes_in_pixel, favicon_base::FaviconResultsCallback callback) const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -31,21 +31,21 @@ if (page_url.SchemeIs(webapps::kIsolatedAppScheme)) { ReadIsolatedWebAppFaviconsFromDisk(profile, page_url, std::move(callback)); return; -@@ -411,7 +411,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -410,7 +410,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: return NewTabPageUI::GetFaviconResourceBytes(scale_factor); } -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == chrome::kChromeUIWhatsNewHost) { + if (page_url.host() == chrome::kChromeUIWhatsNewHost) { return WhatsNewUI::GetFaviconResourceBytes(scale_factor); } -@@ -450,7 +450,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: +@@ -449,7 +449,7 @@ base::RefCountedMemory* ChromeWebUIControllerFactory:: } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (page_url.host_piece() == commerce::kChromeUICompareHost) { + if (page_url.host() == commerce::kChromeUICompareHost) { return commerce::ProductSpecificationsUI::GetFaviconResourceBytes( scale_factor); diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc index 4841dec31320..c750a539c8ec 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_connectors__internals__page__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/connectors_internals/connectors_internals_page_handler.cc @@ -85,7 +85,7 @@ connectors_internals::mojom::ClientIdentityPtr GetIden #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc b/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc index f20b6d6e03be..8f0b0708bb1b 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_connectors__internals_device__trust__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/connectors_internals/device_trust_utils.cc @@ -8,7 +8,7 @@ #include "components/enterprise/buildflags/buildflags.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc b/www/iridium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc index 5a8f48d5d48b..5f42554db80e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_interstitials_interstitial__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/interstitials/interstitial_ui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/interstitials/interstitial_ui.cc @@ -75,7 +75,7 @@ #include "components/security_interstitials/content/captive_portal_blocking_page.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui.cc b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui.cc index 0c34609d7d33..f9f65cbd7ad2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/management/management_ui.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/management/management_ui.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/management/management_ui.cc @@ -183,11 +183,11 @@ void ManagementUI::GetLocalizedStrings( IDS_MANAGEMENT_FILE_TRANSFER_VISIBLE_DATA}, diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.cc b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.cc index fbde1daed041..33be07d4e740 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/management/management_ui_constants.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/management/management_ui_constants.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/management/management_ui_constants.cc @@ -89,12 +89,12 @@ const char kProfileReportingExtension[] = "profileRepo const char kProfileReportingPolicy[] = "profileReportingPolicy"; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.h b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.h index adf0a7003569..6b67483bcf35 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__constants.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/management/management_ui_constants.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/management/management_ui_constants.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/management/management_ui_constants.h @@ -7,14 +7,14 @@ diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc index d70f03914a2e..5216db7e2b12 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/management/management_ui_handler.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/management/management_ui_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/management/management_ui_handler.cc @@ -70,7 +70,7 @@ #include "ui/base/l10n/l10n_util.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h index c177f42ba0d0..e5831af0f5f2 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_management_management__ui__handler.h @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/ui/webui/management/management_ui_handler.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/management/management_ui_handler.h @@ -34,7 +34,7 @@ namespace enterprise_management { class GetUserEligiblePromotionsResponse; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc index 14c11afc3d38..0c82c1cdd9ea 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards_handler.cc @@ -28,7 +28,7 @@ #include "chrome/browser/ui/webui/password_manager/promo_cards/web_password_manager_promo.h" @@ -6,15 +6,33 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #include "chrome/browser/browser_process.h" #include "chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.h" - #endif - -@@ -71,7 +71,7 @@ std::vector<std::unique_ptr<PasswordPromoCardBase>> Ge + #include "components/os_crypt/async/browser/os_crypt_async.h" +@@ -74,7 +74,7 @@ PromoCardsHandler::PromoCardsHandler(Profile* profile) .get())); #endif -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - promo_cards.push_back( - std::make_unique<RelaunchChromePromo>(profile->GetPrefs())); - #endif + auto relaunch_promo = + std::make_unique<RelaunchChromePromo>(profile->GetPrefs()); + relaunch_chrome_promo_ = relaunch_promo.get(); +@@ -114,7 +114,7 @@ void PromoCardsHandler::HandleGetAvailablePromoCard( + CHECK_EQ(1U, args.size()); + const base::Value& callback_id = args[0]; + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + if (relaunch_chrome_promo_ && + !relaunch_chrome_promo_->is_encryption_available().has_value()) { + g_browser_process->os_crypt_async()->GetInstance( +@@ -177,7 +177,7 @@ PasswordPromoCardBase* PromoCardsHandler::GetPromoToSh + return promo_to_show; + } + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void PromoCardsHandler::OnEncryptorReceived( + base::Value callback_id, + os_crypt_async::Encryptor encryptor) { diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h new file mode 100644 index 000000000000..5bbc1a5279d7 --- /dev/null +++ b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards__handler.h @@ -0,0 +1,20 @@ +--- chrome/browser/ui/webui/password_manager/promo_cards_handler.h.orig 2025-12-10 15:04:57 UTC ++++ chrome/browser/ui/webui/password_manager/promo_cards_handler.h +@@ -52,7 +52,7 @@ class PromoCardsHandler : public content::WebUIMessage + + PasswordPromoCardBase* GetPromoToShowAndUpdatePref(); + +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + void OnEncryptorReceived(base::Value callback_id, + os_crypt_async::Encryptor encryptor); + #endif // BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +@@ -60,7 +60,7 @@ class PromoCardsHandler : public content::WebUIMessage + raw_ptr<Profile, DanglingUntriaged> profile_; + + std::vector<std::unique_ptr<PasswordPromoCardBase>> promo_cards_; +-#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // This points into `promo_cards_`, so should be ordered after it. + raw_ptr<RelaunchChromePromo> relaunch_chrome_promo_ = nullptr; + diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc index d17dac5b1934..e2dc954112f4 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_password__manager_promo__cards_relaunch__chrome__promo.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/password_manager/promo_cards/relaunch_chrome_promo.cc -@@ -37,7 +37,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { +@@ -36,7 +36,7 @@ std::u16string RelaunchChromePromo::GetTitle() const { return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE @@ -9,7 +9,7 @@ IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_TITLE_LINUX #endif ); -@@ -47,7 +47,7 @@ std::u16string RelaunchChromePromo::GetDescription() c +@@ -46,7 +46,7 @@ std::u16string RelaunchChromePromo::GetDescription() c return l10n_util::GetStringUTF16( #if BUILDFLAG(IS_MAC) IDS_PASSWORD_MANAGER_UI_RELAUNCH_CHROME_PROMO_CARD_DESCRIPTION diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index a1b3450a8e86..84048e904429 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-12 12:17:57 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc -@@ -157,7 +157,7 @@ const char* kMacShareIconResourceName = +@@ -160,7 +160,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) const char* kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share.svg"; @@ -9,7 +9,7 @@ const char* kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share.svg"; #else -@@ -217,7 +217,7 @@ static void DefineChromeRefreshRealboxIcons() { +@@ -220,7 +220,7 @@ static void DefineChromeRefreshRealboxIcons() { #elif BUILDFLAG(IS_WIN) kWinShareIconResourceName = "//resources/cr_components/searchbox/icons/win_share_cr23.svg"; @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -523,7 +523,7 @@ std::string SearchboxHandler::AutocompleteIconToResour +@@ -538,7 +538,7 @@ std::string SearchboxHandler::AutocompleteIconToResour if (icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc index a45091dd50b4..5ccdf203f2e3 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_settings_appearance__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/settings/appearance_handler.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/settings/appearance_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/settings/appearance_handler.cc @@ -33,7 +33,7 @@ void AppearanceHandler::RegisterMessages() { "useDefaultTheme", diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc b/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc index f1af83be2d0f..7ca4e0594b9d 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_settings_settings__localized__strings__provider.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/settings/settings_localized_strings_provider.cc -@@ -137,7 +137,7 @@ +@@ -135,7 +135,7 @@ #include "chrome/browser/ui/webui/settings/system_handler.h" #endif @@ -9,7 +9,7 @@ #include "ui/display/screen.h" #endif -@@ -146,7 +146,7 @@ +@@ -144,7 +144,7 @@ #include "device/fido/win/webauthn_api.h" #endif // BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ #include "ui/linux/linux_ui_factory.h" #include "ui/ozone/public/ozone_platform.h" #endif -@@ -271,7 +271,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou +@@ -277,7 +277,7 @@ void AddA11yStrings(content::WebUIDataSource* html_sou {"toastAlertLevelDescription", IDS_SETTINGS_ACCESSIBILITY_TOAST_FREQUENCY_DESCRIPTION}, #endif @@ -27,7 +27,7 @@ {"overscrollHistoryNavigationTitle", IDS_SETTINGS_OVERSCROLL_HISTORY_NAVIGATION_TITLE}, {"overscrollHistoryNavigationSubtitle", -@@ -545,7 +545,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -551,7 +551,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"uiFeatureAlignLeft", IDS_SETTINGS_UI_FEATURE_ALIGN_LEFT}, {"uiFeatureAlignRight", IDS_SETTINGS_UI_FEATURE_ALIGN_RIGHT}, {"resetToDefault", IDS_SETTINGS_RESET_TO_DEFAULT}, @@ -36,7 +36,7 @@ {"gtkTheme", IDS_SETTINGS_GTK_THEME}, {"useGtkTheme", IDS_SETTINGS_USE_GTK_THEME}, {"qtTheme", IDS_SETTINGS_QT_THEME}, -@@ -553,11 +553,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -559,11 +559,11 @@ void AddAppearanceStrings(content::WebUIDataSource* ht {"classicTheme", IDS_SETTINGS_CLASSIC_THEME}, {"useClassicTheme", IDS_SETTINGS_USE_CLASSIC_THEME}, #endif @@ -50,7 +50,7 @@ {"showWindowDecorations", IDS_SHOW_WINDOW_DECORATIONS}, #endif #if BUILDFLAG(IS_MAC) -@@ -581,7 +581,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht +@@ -587,7 +587,7 @@ void AddAppearanceStrings(content::WebUIDataSource* ht html_source->AddBoolean("tabSearchIsRightAlignedAtStartup", tabs::GetTabSearchTrailingTabstrip(profile)); @@ -59,7 +59,7 @@ bool show_custom_chrome_frame = ui::OzonePlatform::GetInstance() ->GetPlatformRuntimeProperties() .supports_server_side_window_decorations; -@@ -1591,7 +1591,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* +@@ -1743,7 +1743,7 @@ void AddSignOutDialogStrings(content::WebUIDataSource* g_browser_process->GetApplicationLocale()) .spec(); diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc index c7e90f6a7264..b85a143f6059 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_settings_site__settings__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/settings/site_settings_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/settings/site_settings_handler.cc -@@ -118,7 +118,7 @@ +@@ -121,7 +121,7 @@ #include "url/url_constants.h" #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -2016,7 +2016,7 @@ void SiteSettingsHandler::SendZoomLevels() { +@@ -2086,7 +2086,7 @@ void SiteSettingsHandler::SendZoomLevels() { base::Value::List zoom_levels_exceptions; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,12 +18,12 @@ // Show any non-default Isolated Web App zoom levels at the top of the page. auto* web_app_provider = web_app::WebAppProvider::GetForWebApps(profile_); if (web_app_provider) { -@@ -2118,7 +2118,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const +@@ -2188,7 +2188,7 @@ void SiteSettingsHandler::HandleRemoveZoomLevel(const GURL url(host_or_spec); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (url.is_valid() && url.scheme() == webapps::kIsolatedAppScheme) { + if (url.is_valid() && url.GetScheme() == webapps::kIsolatedAppScheme) { base::expected<web_app::IsolatedWebAppUrlInfo, std::string> iwa_url_info = web_app::IsolatedWebAppUrlInfo::Create(url); diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc index 89624ed92bee..50419cb59f4e 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.cc -@@ -549,7 +549,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( +@@ -572,7 +572,7 @@ void CustomizeChromePageHandler::UpdateFooterSettings( side_panel::mojom::ManagementNoticeState::New(); management_notice_state->can_be_shown = false; management_notice_state->enabled_by_policy = false; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h b/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h index 347f441124ae..75e219aac48a 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h +++ b/www/iridium/files/patch-chrome_browser_ui_webui_side__panel_customize__chrome_customize__chrome__page__handler.h @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/side_panel/customize_chrome/customize_chrome_page_handler.h -@@ -208,7 +208,7 @@ class CustomizeChromePageHandler +@@ -217,7 +217,7 @@ class CustomizeChromePageHandler // value needs to be requeried by the page. GURL last_source_url_{GURL(chrome::kChromeUINewTabPageURL)}; diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc b/www/iridium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc index 215a6f393315..09ab3a57f17b 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_signin_profile__picker__handler.cc @@ -1,6 +1,6 @@ ---- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/webui/signin/profile_picker_handler.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/signin/profile_picker_handler.cc -@@ -172,7 +172,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr +@@ -173,7 +173,7 @@ base::Value::Dict CreateProfileState(const ProfileAttr IDS_PROFILE_PICKER_PROFILE_CARD_LABEL, local_profile_name); if (entry->GetIsManaged() == signin::Tribool::kTrue) { profile_entry.Set("avatarBadge", "cr:domain"); diff --git a/www/iridium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc b/www/iridium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc index 4f5df2620c84..a40ad0073fcb 100644 --- a/www/iridium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc +++ b/www/iridium/files/patch-chrome_browser_ui_webui_user__education__internals_user__education__internals__page__handler__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/webui/user_education_internals/user_education_internals_page_handler_impl.cc @@ -49,7 +49,7 @@ #include "ui/base/l10n/l10n_util.h" diff --git a/www/iridium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc b/www/iridium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc index 536ffaa36788..a2fe41de4c47 100644 --- a/www/iridium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc +++ b/www/iridium/files/patch-chrome_browser_ui_window__sizer_window__sizer.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/window_sizer/window_sizer.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/ui/window_sizer/window_sizer.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/ui/window_sizer/window_sizer.cc @@ -227,7 +227,7 @@ void WindowSizer::GetBrowserWindowBoundsAndShowState( browser, window_bounds, show_state); diff --git a/www/iridium/files/patch-chrome_browser_upgrade__detector_version__history__client.cc b/www/iridium/files/patch-chrome_browser_upgrade__detector_version__history__client.cc index ce447a176bab..e63885eeb835 100644 --- a/www/iridium/files/patch-chrome_browser_upgrade__detector_version__history__client.cc +++ b/www/iridium/files/patch-chrome_browser_upgrade__detector_version__history__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/upgrade_detector/version_history_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/upgrade_detector/version_history_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/upgrade_detector/version_history_client.cc @@ -176,7 +176,7 @@ GURL GetVersionReleasesUrl(base::Version version) { #define CURRENT_PLATFORM "win" diff --git a/www/iridium/files/patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc b/www/iridium/files/patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc index bfc3b0d2668e..723f224a378a 100644 --- a/www/iridium/files/patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc +++ b/www/iridium/files/patch-chrome_browser_visited__url__ranking_visited__url__ranking__service__factory.cc @@ -1,4 +1,4 @@ ---- chrome/browser/visited_url_ranking/visited_url_ranking_service_factory.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/visited_url_ranking/visited_url_ranking_service_factory.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/visited_url_ranking/visited_url_ranking_service_factory.cc @@ -45,7 +45,7 @@ #include "components/visited_url_ranking/public/visited_url_ranking_service.h" diff --git a/www/iridium/files/patch-chrome_browser_web__applications_commands_launch__web__app__command.cc b/www/iridium/files/patch-chrome_browser_web__applications_commands_launch__web__app__command.cc index db6dcffc1f50..5da9a5322b1c 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_commands_launch__web__app__command.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_commands_launch__web__app__command.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/commands/launch_web_app_command.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/commands/launch_web_app_command.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/commands/launch_web_app_command.cc @@ -101,7 +101,7 @@ void LaunchWebAppCommand::StartWithLock(std::unique_pt // OsIntegrationTestOverride can use the xdg install command to detect diff --git a/www/iridium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc b/www/iridium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc index 6f2e5f7e537c..6112810f07b8 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_commands_set__user__display__mode__command.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/commands/set_user_display_mode_command.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/web_applications/commands/set_user_display_mode_command.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/commands/set_user_display_mode_command.cc @@ -56,7 +56,7 @@ void SetUserDisplayModeCommand::StartWithLock( // OsIntegrationTestOverride can use the xdg install command to detect diff --git a/www/iridium/files/patch-chrome_browser_web__applications_extension__status__utils.h b/www/iridium/files/patch-chrome_browser_web__applications_extension__status__utils.h index fefb00abd936..ca45d3fa48c4 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_extension__status__utils.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_extension__status__utils.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/extension_status_utils.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/extension_status_utils.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/extension_status_utils.h @@ -50,7 +50,7 @@ bool IsExtensionDefaultInstalled(content::BrowserConte bool IsExternalExtensionUninstalled(content::BrowserContext* context, diff --git a/www/iridium/files/patch-chrome_browser_web__applications_extensions_extension__status__utils.cc b/www/iridium/files/patch-chrome_browser_web__applications_extensions_extension__status__utils.cc index b5953d6b938d..f000dcc4c49d 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_extensions_extension__status__utils.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_extensions_extension__status__utils.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/extensions/extension_status_utils.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/web_applications/extensions/extension_status_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/extensions/extension_status_utils.cc @@ -94,7 +94,7 @@ bool IsExternalExtensionUninstalled(content::BrowserCo return prefs && prefs->IsExternalExtensionUninstalled(extension_id); diff --git a/www/iridium/files/patch-chrome_browser_web__applications_icons_icon__masker.cc b/www/iridium/files/patch-chrome_browser_web__applications_icons_icon__masker.cc index d6d60ae34e06..7aea3b8fe913 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_icons_icon__masker.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_icons_icon__masker.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/icons/icon_masker.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/web_applications/icons/icon_masker.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/icons/icon_masker.cc @@ -12,7 +12,7 @@ diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc index 6f7c37c85e34..3eb830d77f6b 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/os_integration_manager.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/web_applications/os_integration/os_integration_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/os_integration_manager.cc @@ -665,7 +665,7 @@ std::unique_ptr<ShortcutInfo> OsIntegrationManager::Bu } diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h index 744d489b4ffa..6a9e2a361c09 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_os__integration__test__override.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/os_integration_test_override.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/os_integration/os_integration_test_override.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/os_integration_test_override.h @@ -99,7 +99,7 @@ class OsIntegrationTestOverride virtual base::FilePath chrome_apps_folder() = 0; diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc index 6b5373227b09..de11c2bc64d4 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_run__on__os__login__sub__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/run_on_os_login_sub_manager.cc @@ -55,7 +55,7 @@ proto::os_state::RunOnOsLogin::Mode ConvertWebAppRunOn // different from other platforms, see web_app_run_on_os_login_manager.h for diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc index ab0ee115ed9c..43209a6cde73 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_shortcut__sub__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/shortcut_sub_manager.cc @@ -198,7 +198,7 @@ void ShortcutSubManager::Execute( return; diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h index b3e3af680e26..76b763dcabaf 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__file__handler__registration.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/web_app_file_handler_registration.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/os_integration/web_app_file_handler_registration.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/web_app_file_handler_registration.h @@ -43,7 +43,7 @@ void UnregisterFileHandlersWithOs(const webapps::AppId const base::FilePath& profile_path, diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc index 2fe2788a28b5..30241df6fb94 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/web_app_shortcut.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/web_applications/os_integration/web_app_shortcut.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/web_app_shortcut.cc @@ -67,7 +67,7 @@ namespace { diff --git a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h index 1451a6dab595..85ff59920b71 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_os__integration_web__app__shortcut.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/os_integration/web_app_shortcut.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/web_applications/os_integration/web_app_shortcut.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/os_integration/web_app_shortcut.h @@ -23,7 +23,7 @@ #include "ui/gfx/image/image_family.h" diff --git a/www/iridium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc b/www/iridium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc index 8b439ebfb384..4db7c0e8f2ff 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_policy_web__app__policy__manager.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/policy/web_app_policy_manager.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/web_applications/policy/web_app_policy_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/policy/web_app_policy_manager.cc @@ -135,7 +135,7 @@ GetPreinstalledWebAppsMappingForTesting() { namespace web_app { diff --git a/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc b/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc index 703a186779cc..e695f482a359 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/test/os_integration_test_override_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/test/os_integration_test_override_impl.cc @@ -45,7 +45,7 @@ #include "third_party/skia/include/core/SkBitmap.h" @@ -9,7 +9,7 @@ #include "base/nix/xdg_util.h" #endif -@@ -130,7 +130,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( +@@ -132,7 +132,7 @@ std::vector<std::wstring> GetFileExtensionsForProgId( } #endif @@ -18,7 +18,7 @@ // Performs a blocking read of app icons from the disk. std::optional<SkBitmap> IconManagerReadIconForSize( WebAppIconManager& icon_manager, -@@ -315,7 +315,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor +@@ -317,7 +317,7 @@ bool OsIntegrationTestOverrideImpl::SimulateDeleteShor GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); CHECK(base::PathExists(app_folder_shortcut_path)); return base::DeletePathRecursively(app_folder_shortcut_path); @@ -27,7 +27,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); LOG(INFO) << desktop_shortcut_path; -@@ -362,7 +362,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM +@@ -364,7 +364,7 @@ bool OsIntegrationTestOverrideImpl::DeleteApplicationM } #endif // BUILDFLAG(IS_WIN) @@ -36,7 +36,7 @@ bool OsIntegrationTestOverrideImpl::DeleteDesktopDirOnLinux() { if (desktop_.IsValid()) { return desktop_.Delete(); -@@ -376,7 +376,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab +@@ -378,7 +378,7 @@ bool OsIntegrationTestOverrideImpl::IsRunOnOsLoginEnab Profile* profile, const webapps::AppId& app_id, const std::string& app_name) { @@ -45,7 +45,7 @@ std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; return base::PathExists(startup().Append(shortcut_filename)); -@@ -431,7 +431,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan +@@ -433,7 +433,7 @@ bool OsIntegrationTestOverrideImpl::IsFileExtensionHan is_file_handled = shell_integration::CanApplicationHandleURL(app_path, test_file_url); base::DeleteFile(test_file_path); @@ -54,7 +54,7 @@ base::FilePath user_applications_dir = applications(); bool database_update_called = false; for (const LinuxFileRegistration& command : linux_file_registration_) { -@@ -481,7 +481,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: +@@ -483,7 +483,7 @@ std::optional<SkBitmap> OsIntegrationTestOverrideImpl: return std::nullopt; } return GetIconFromShortcutFile(shortcut_path); @@ -63,16 +63,16 @@ WebAppProvider* provider = WebAppProvider::GetForLocalAppsUnchecked(profile); if (!provider) { return std::nullopt; -@@ -547,7 +547,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort - app_installed_profiles.end()) { - return shortcut_path; +@@ -550,7 +550,7 @@ base::FilePath OsIntegrationTestOverrideImpl::GetShort + return bundle.bundle_path(); + } } -#elif BUILDFLAG(IS_LINUX) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::string shortcut_filename = "chrome-" + app_id + "-" + profile->GetBaseName().value() + ".desktop"; base::FilePath shortcut_path = shortcut_dir.Append(shortcut_filename); -@@ -572,7 +572,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( +@@ -575,7 +575,7 @@ bool OsIntegrationTestOverrideImpl::IsShortcutCreated( base::FilePath app_shortcut_path = GetShortcutPath(profile, chrome_apps_folder(), app_id, app_name); return base::PathExists(app_shortcut_path); @@ -81,7 +81,7 @@ base::FilePath desktop_shortcut_path = GetShortcutPath(profile, desktop(), app_id, app_name); return base::PathExists(desktop_shortcut_path); -@@ -764,7 +764,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat +@@ -767,7 +767,7 @@ void OsIntegrationTestOverrideImpl::EnableOrDisablePat } #endif // BUILDFLAG(IS_MAC) @@ -90,7 +90,7 @@ base::FilePath OsIntegrationTestOverrideImpl::desktop() { return desktop_.GetPath(); } -@@ -815,7 +815,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -818,7 +818,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri success = chrome_apps_folder_.CreateUniqueTempDirUnderPath( outer_temp_dir_.GetPath()); CHECK(success); @@ -99,7 +99,7 @@ success = desktop_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); CHECK(success); success = startup_.CreateUniqueTempDirUnderPath(outer_temp_dir_.GetPath()); -@@ -828,7 +828,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri +@@ -831,7 +831,7 @@ OsIntegrationTestOverrideImpl::OsIntegrationTestOverri CHECK(success); #endif @@ -108,7 +108,7 @@ auto callback = base::BindRepeating([](base::FilePath filename_in, std::string xdg_command, std::string file_contents) { -@@ -900,7 +900,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr +@@ -903,7 +903,7 @@ OsIntegrationTestOverrideImpl::~OsIntegrationTestOverr EXPECT_TRUE(!startup_.IsValid() || startup_.Delete()); #elif BUILDFLAG(IS_MAC) EXPECT_TRUE(!chrome_apps_folder_.IsValid() || DeleteChromeAppsDir()); diff --git a/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h b/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h index 958288bbb756..3666acc65df0 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_test_os__integration__test__override__impl.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/test/os_integration_test_override_impl.h.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/test/os_integration_test_override_impl.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/test/os_integration_test_override_impl.h @@ -40,7 +40,7 @@ class ShellLinkItem; diff --git a/www/iridium/files/patch-chrome_browser_web__applications_web__app.cc b/www/iridium/files/patch-chrome_browser_web__applications_web__app.cc index 18d64c6096db..7fb264d57c88 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_web__app.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_web__app.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/web_app.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/web_applications/web_app.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/web_app.cc @@ -76,7 +76,7 @@ #include "url/origin.h" @@ -9,7 +9,7 @@ #include "components/webapps/isolated_web_apps/scheme.h" #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -737,7 +737,7 @@ void WebApp::SetCurrentOsIntegrationStates( +@@ -754,7 +754,7 @@ void WebApp::SetCurrentOsIntegrationStates( void WebApp::SetIsolationData(IsolationData isolation_data) { CHECK(manifest_id_.is_valid() #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_web__applications_web__app__helpers.cc b/www/iridium/files/patch-chrome_browser_web__applications_web__app__helpers.cc index 427b97fc4bcb..86a9f80f85ee 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_web__app__helpers.cc +++ b/www/iridium/files/patch-chrome_browser_web__applications_web__app__helpers.cc @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/web_app_helpers.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/web_applications/web_app_helpers.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/web_app_helpers.cc @@ -145,7 +145,7 @@ bool IsValidWebAppUrl(const GURL& app_url) { return false; diff --git a/www/iridium/files/patch-chrome_browser_web__applications_web__app__install__info.h b/www/iridium/files/patch-chrome_browser_web__applications_web__app__install__info.h index dba7d8ad7298..7f2ed5b5ed33 100644 --- a/www/iridium/files/patch-chrome_browser_web__applications_web__app__install__info.h +++ b/www/iridium/files/patch-chrome_browser_web__applications_web__app__install__info.h @@ -1,4 +1,4 @@ ---- chrome/browser/web_applications/web_app_install_info.h.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/web_applications/web_app_install_info.h.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/web_applications/web_app_install_info.h @@ -41,7 +41,7 @@ #include "url/gurl.h" diff --git a/www/iridium/files/patch-chrome_browser_webapps_chrome__webapps__client.cc b/www/iridium/files/patch-chrome_browser_webapps_chrome__webapps__client.cc index 02578e0b7386..1399cd675ac2 100644 --- a/www/iridium/files/patch-chrome_browser_webapps_chrome__webapps__client.cc +++ b/www/iridium/files/patch-chrome_browser_webapps_chrome__webapps__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/webapps/chrome_webapps_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/webapps/chrome_webapps_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webapps/chrome_webapps_client.cc @@ -11,7 +11,7 @@ #include "url/origin.h" diff --git a/www/iridium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc b/www/iridium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc index 872496dbca14..0415d566d918 100644 --- a/www/iridium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc +++ b/www/iridium/files/patch-chrome_browser_webauthn_chrome__authenticator__request__delegate.cc @@ -1,4 +1,4 @@ ---- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/webauthn/chrome_authenticator_request_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webauthn/chrome_authenticator_request_delegate.cc @@ -546,7 +546,7 @@ void ChromeAuthenticatorRequestDelegate::ConfigureDisc g_observer->ConfiguringCable(request_type); diff --git a/www/iridium/files/patch-chrome_browser_webauthn_enclave__manager.cc b/www/iridium/files/patch-chrome_browser_webauthn_enclave__manager.cc index 1110a453a3a2..e7c4d604b6e6 100644 --- a/www/iridium/files/patch-chrome_browser_webauthn_enclave__manager.cc +++ b/www/iridium/files/patch-chrome_browser_webauthn_enclave__manager.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/enclave_manager.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/browser/webauthn/enclave_manager.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webauthn/enclave_manager.cc -@@ -779,7 +779,7 @@ base::flat_set<GaiaId> GetGaiaIDs( +@@ -795,7 +795,7 @@ base::flat_set<GaiaId> GetGaiaIDs( std::string UserVerifyingLabelToString(crypto::UserVerifyingKeyLabel label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ return label; #else return std::string("placeholder"); -@@ -789,7 +789,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer +@@ -805,7 +805,7 @@ std::string UserVerifyingLabelToString(crypto::UserVer std::optional<crypto::UserVerifyingKeyLabel> UserVerifyingKeyLabelFromString( std::string saved_label) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_browser_webauthn_gpm__user__verification__policy.cc b/www/iridium/files/patch-chrome_browser_webauthn_gpm__user__verification__policy.cc index c31c63431c7b..b02c2e185307 100644 --- a/www/iridium/files/patch-chrome_browser_webauthn_gpm__user__verification__policy.cc +++ b/www/iridium/files/patch-chrome_browser_webauthn_gpm__user__verification__policy.cc @@ -1,4 +1,4 @@ ---- chrome/browser/webauthn/gpm_user_verification_policy.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/webauthn/gpm_user_verification_policy.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webauthn/gpm_user_verification_policy.cc @@ -17,7 +17,7 @@ bool GpmWillDoUserVerification(device::UserVerificatio return platform_has_biometrics; diff --git a/www/iridium/files/patch-chrome_browser_webauthn_password__credential__ui__controller.cc b/www/iridium/files/patch-chrome_browser_webauthn_password__credential__ui__controller.cc index c271ee667fdd..ee3e0560a94c 100644 --- a/www/iridium/files/patch-chrome_browser_webauthn_password__credential__ui__controller.cc +++ b/www/iridium/files/patch-chrome_browser_webauthn_password__credential__ui__controller.cc @@ -1,4 +1,4 @@ ---- chrome/browser/webauthn/password_credential_ui_controller.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/browser/webauthn/password_credential_ui_controller.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webauthn/password_credential_ui_controller.cc @@ -26,7 +26,7 @@ using content::WebContents; namespace { diff --git a/www/iridium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc b/www/iridium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc index e8f50c6fbcd1..b7011f4d67ee 100644 --- a/www/iridium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc +++ b/www/iridium/files/patch-chrome_browser_webauthn_unexportable__key__utils.cc @@ -1,6 +1,6 @@ ---- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/browser/webauthn/unexportable_key_utils.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/browser/webauthn/unexportable_key_utils.cc -@@ -33,7 +33,7 @@ GetWebAuthnUnexportableKeyProvider() { +@@ -42,7 +42,7 @@ GetWebAuthnUnexportableKeyProvider() { // If there is a scoped UnexportableKeyProvider configured, we always use // that so that tests can still override the key provider. const bool use_software_provider = diff --git a/www/iridium/files/patch-chrome_common_channel__info.h b/www/iridium/files/patch-chrome_common_channel__info.h index 52fed33d6c15..4821069b638f 100644 --- a/www/iridium/files/patch-chrome_common_channel__info.h +++ b/www/iridium/files/patch-chrome_common_channel__info.h @@ -1,4 +1,4 @@ ---- chrome/common/channel_info.h.orig 2025-05-07 06:48:23 UTC +--- chrome/common/channel_info.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/channel_info.h @@ -11,7 +11,7 @@ #include "build/branding_buildflags.h" diff --git a/www/iridium/files/patch-chrome_common_channel__info__posix.cc b/www/iridium/files/patch-chrome_common_channel__info__posix.cc index e599b263b155..3681b89158df 100644 --- a/www/iridium/files/patch-chrome_common_channel__info__posix.cc +++ b/www/iridium/files/patch-chrome_common_channel__info__posix.cc @@ -1,4 +1,4 @@ ---- chrome/common/channel_info_posix.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/common/channel_info_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/channel_info_posix.cc @@ -95,7 +95,7 @@ std::string GetChannelSuffixForDataDir() { } diff --git a/www/iridium/files/patch-chrome_common_chrome__content__client.cc b/www/iridium/files/patch-chrome_common_chrome__content__client.cc index e3955f0087e8..489c7bda13cb 100644 --- a/www/iridium/files/patch-chrome_common_chrome__content__client.cc +++ b/www/iridium/files/patch-chrome_common_chrome__content__client.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_content_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/common/chrome_content_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_content_client.cc @@ -62,12 +62,12 @@ #include "url/url_constants.h" diff --git a/www/iridium/files/patch-chrome_common_chrome__features.cc b/www/iridium/files/patch-chrome_common_chrome__features.cc index 71f98153a01e..6cd378cbfae6 100644 --- a/www/iridium/files/patch-chrome_common_chrome__features.cc +++ b/www/iridium/files/patch-chrome_common_chrome__features.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.cc.orig 2025-11-24 05:40:57 UTC +--- chrome/common/chrome_features.cc.orig 2025-12-12 12:17:57 UTC +++ chrome/common/chrome_features.cc -@@ -86,7 +86,7 @@ BASE_FEATURE(kUseAdHocSigningForWebAppShims, base::FEA +@@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Enables or disables the Autofill survey triggered by opening a prompt to // save address info. BASE_FEATURE(kAutofillAddressSurvey, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -98,7 +98,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL +@@ -102,7 +102,7 @@ BASE_FEATURE(kAutofillCardSurvey, base::FEATURE_DISABL BASE_FEATURE(kAutofillPasswordSurvey, base::FEATURE_DISABLED_BY_DEFAULT); #endif @@ -18,7 +18,7 @@ // Enables the Restart background mode optimization. When all Chrome UI is // closed and it goes in the background, allows to restart the browser to // discard memory. -@@ -214,7 +214,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, +@@ -218,7 +218,7 @@ BASE_FEATURE(kDesktopPWAsElidedExtensionsMenu, // Enables or disables Desktop PWAs to be auto-started on OS login. BASE_FEATURE(kDesktopPWAsRunOnOsLogin, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,16 +27,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -248,7 +248,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, - base::FEATURE_DISABLED_BY_DEFAULT); - #endif +@@ -255,7 +255,7 @@ BASE_FEATURE(kEnableFullscreenToAnyScreenAndroid, + // Enables the new reset banner on the settings page. + BASE_FEATURE(kShowResetProfileBannerV2, base::FEATURE_ENABLED_BY_DEFAULT); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Controls whether Chrome Apps are supported. See https://crbug.com/1221251. // If the feature is disabled, Chrome Apps continue to work. If enabled, Chrome // Apps will not launch and will be marked in the UI as deprecated. -@@ -625,7 +625,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D +@@ -790,7 +790,7 @@ BASE_FEATURE(kGlicWarming, base::FEATURE_DISABLED_BY_D // Killswitch that controls whether the guest WebContents visibility state is // set to hidden when the Glic panel is warming. BASE_FEATURE(kGlicGuestContentsVisibilityState, @@ -45,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1086,7 +1086,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1299,7 +1299,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -54,7 +54,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1097,7 +1097,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1310,7 +1310,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_common_chrome__features.h b/www/iridium/files/patch-chrome_common_chrome__features.h index 3729fdf3f457..83d1837e5c3c 100644 --- a/www/iridium/files/patch-chrome_common_chrome__features.h +++ b/www/iridium/files/patch-chrome_common_chrome__features.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_features.h.orig 2025-11-24 05:40:57 UTC +--- chrome/common/chrome_features.h.orig 2025-12-12 12:17:57 UTC +++ chrome/common/chrome_features.h -@@ -83,13 +83,13 @@ BASE_DECLARE_FEATURE(kUseAdHocSigningForWebAppShims); +@@ -85,13 +85,13 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -16,16 +16,16 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kBackgroundModeAllowRestart); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -173,7 +173,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsPreventClose); +@@ -178,7 +178,7 @@ BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); COMPONENT_EXPORT(CHROME_FEATURES) - BASE_DECLARE_FEATURE(kDesktopPWAsTabStripSettings); + BASE_DECLARE_FEATURE(kShowResetProfileBannerV2); -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -806,7 +806,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -955,7 +955,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -814,7 +814,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -963,7 +963,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-chrome_common_chrome__paths.cc b/www/iridium/files/patch-chrome_common_chrome__paths.cc index f463b2140b76..8c17f05c8312 100644 --- a/www/iridium/files/patch-chrome_common_chrome__paths.cc +++ b/www/iridium/files/patch-chrome_common_chrome__paths.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_paths.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/common/chrome_paths.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_paths.cc @@ -31,7 +31,7 @@ #include "base/apple/foundation_util.h" diff --git a/www/iridium/files/patch-chrome_common_chrome__paths.h b/www/iridium/files/patch-chrome_common_chrome__paths.h index 778d30fac228..a887dcdf2230 100644 --- a/www/iridium/files/patch-chrome_common_chrome__paths.h +++ b/www/iridium/files/patch-chrome_common_chrome__paths.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_paths.h.orig 2025-10-28 14:29:43 UTC +--- chrome/common/chrome_paths.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_paths.h @@ -58,7 +58,7 @@ enum { // to set policies for chrome. This directory diff --git a/www/iridium/files/patch-chrome_common_chrome__paths__internal.h b/www/iridium/files/patch-chrome_common_chrome__paths__internal.h index 89653870748e..1bc259b14dd2 100644 --- a/www/iridium/files/patch-chrome_common_chrome__paths__internal.h +++ b/www/iridium/files/patch-chrome_common_chrome__paths__internal.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_paths_internal.h.orig 2025-05-07 06:48:23 UTC +--- chrome/common/chrome_paths_internal.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_paths_internal.h @@ -53,7 +53,7 @@ void GetUserCacheDirectory(const base::FilePath& profi // Get the path to the user's documents directory. diff --git a/www/iridium/files/patch-chrome_common_chrome__switches.cc b/www/iridium/files/patch-chrome_common_chrome__switches.cc index f1a6dcd4a1fe..13338ba984bc 100644 --- a/www/iridium/files/patch-chrome_common_chrome__switches.cc +++ b/www/iridium/files/patch-chrome_common_chrome__switches.cc @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/common/chrome_switches.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_switches.cc -@@ -939,7 +939,7 @@ const char kDebugPrint[] = "debug-print"; +@@ -934,7 +934,7 @@ const char kDebugPrint[] = "debug-print"; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ const char kEnableNewAppMenuIcon[] = "enable-new-app-menu-icon"; // Causes the browser to launch directly in guest mode. -@@ -975,7 +975,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; +@@ -970,7 +970,7 @@ const char kGlicHostLogging[] = "glic-host-logging"; const char kGlicAdminRedirectPatterns[] = "glic-admin-redirect-patterns"; #endif diff --git a/www/iridium/files/patch-chrome_common_chrome__switches.h b/www/iridium/files/patch-chrome_common_chrome__switches.h index 014f4e914f01..993541e233eb 100644 --- a/www/iridium/files/patch-chrome_common_chrome__switches.h +++ b/www/iridium/files/patch-chrome_common_chrome__switches.h @@ -1,6 +1,6 @@ ---- chrome/common/chrome_switches.h.orig 2025-11-06 10:11:34 UTC +--- chrome/common/chrome_switches.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/chrome_switches.h -@@ -285,7 +285,7 @@ extern const char kDebugPrint[]; +@@ -284,7 +284,7 @@ extern const char kDebugPrint[]; #endif #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ extern const char kEnableNewAppMenuIcon[]; extern const char kGuest[]; extern const char kForceNtpMobilePromo[]; -@@ -305,7 +305,7 @@ extern const char kGlicHostLogging[]; +@@ -304,7 +304,7 @@ extern const char kGlicHostLogging[]; extern const char kGlicAdminRedirectPatterns[]; #endif diff --git a/www/iridium/files/patch-chrome_common_controlled__frame_controlled__frame.cc b/www/iridium/files/patch-chrome_common_controlled__frame_controlled__frame.cc index f3d4c7ab833e..5eac6459110b 100644 --- a/www/iridium/files/patch-chrome_common_controlled__frame_controlled__frame.cc +++ b/www/iridium/files/patch-chrome_common_controlled__frame_controlled__frame.cc @@ -1,4 +1,4 @@ ---- chrome/common/controlled_frame/controlled_frame.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/common/controlled_frame/controlled_frame.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/controlled_frame/controlled_frame.cc @@ -18,7 +18,7 @@ #include "third_party/blink/public/common/features.h" diff --git a/www/iridium/files/patch-chrome_common_crash__keys.cc b/www/iridium/files/patch-chrome_common_crash__keys.cc index eaa1a1b5dc4b..4263c906093f 100644 --- a/www/iridium/files/patch-chrome_common_crash__keys.cc +++ b/www/iridium/files/patch-chrome_common_crash__keys.cc @@ -1,4 +1,4 @@ ---- chrome/common/crash_keys.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/common/crash_keys.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/crash_keys.cc @@ -51,7 +51,9 @@ class CrashKeyWithName { ~CrashKeyWithName() = delete; diff --git a/www/iridium/files/patch-chrome_common_extensions_extension__constants.cc b/www/iridium/files/patch-chrome_common_extensions_extension__constants.cc index 916cfcbf62da..ac7c505a6020 100644 --- a/www/iridium/files/patch-chrome_common_extensions_extension__constants.cc +++ b/www/iridium/files/patch-chrome_common_extensions_extension__constants.cc @@ -1,4 +1,4 @@ ---- chrome/common/extensions/extension_constants.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/common/extensions/extension_constants.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/extensions/extension_constants.cc @@ -38,7 +38,7 @@ const char* const kBuiltInFirstPartyExtensionIds[] = { kGoogleSpeechSynthesisExtensionId, diff --git a/www/iridium/files/patch-chrome_common_extensions_extension__constants.h b/www/iridium/files/patch-chrome_common_extensions_extension__constants.h index 78e9b0ba5599..16ebd761fcd4 100644 --- a/www/iridium/files/patch-chrome_common_extensions_extension__constants.h +++ b/www/iridium/files/patch-chrome_common_extensions_extension__constants.h @@ -1,4 +1,4 @@ ---- chrome/common/extensions/extension_constants.h.orig 2025-09-11 13:19:19 UTC +--- chrome/common/extensions/extension_constants.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/extensions/extension_constants.h @@ -313,7 +313,7 @@ inline constexpr char kReadingModeGDocsHelperExtension inline constexpr base::FilePath::CharType diff --git a/www/iridium/files/patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc b/www/iridium/files/patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc index bdaa8ae3604a..a29b5342829f 100644 --- a/www/iridium/files/patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc +++ b/www/iridium/files/patch-chrome_common_extensions_permissions_chrome__permission__message__rules.cc @@ -1,4 +1,4 @@ ---- chrome/common/extensions/permissions/chrome_permission_message_rules.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/common/extensions/permissions/chrome_permission_message_rules.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/extensions/permissions/chrome_permission_message_rules.cc @@ -280,7 +280,7 @@ class USBDevicesFormatter : public ChromePermissionMes int GetEnterpriseReportingPrivatePermissionMessageId() { diff --git a/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc b/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc index d8ecfc21bc3a..efa53ed31671 100644 --- a/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc +++ b/www/iridium/files/patch-chrome_common_media_cdm__host__file__path.cc @@ -1,4 +1,4 @@ ---- chrome/common/media/cdm_host_file_path.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/common/media/cdm_host_file_path.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/media/cdm_host_file_path.cc @@ -91,7 +91,7 @@ void AddCdmHostFilePaths( cdm_host_file_paths->emplace_back(chrome_framework_path, diff --git a/www/iridium/files/patch-chrome_common_media_cdm__registration.cc b/www/iridium/files/patch-chrome_common_media_cdm__registration.cc index 57d5fc432640..d8bb900aaacf 100644 --- a/www/iridium/files/patch-chrome_common_media_cdm__registration.cc +++ b/www/iridium/files/patch-chrome_common_media_cdm__registration.cc @@ -1,4 +1,4 @@ ---- chrome/common/media/cdm_registration.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/common/media/cdm_registration.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/media/cdm_registration.cc @@ -34,7 +34,7 @@ #if BUILDFLAG(ENABLE_WIDEVINE) diff --git a/www/iridium/files/patch-chrome_common_media_cdm__registration.h b/www/iridium/files/patch-chrome_common_media_cdm__registration.h index 81b97b13a3ba..22efb0776cba 100644 --- a/www/iridium/files/patch-chrome_common_media_cdm__registration.h +++ b/www/iridium/files/patch-chrome_common_media_cdm__registration.h @@ -1,4 +1,4 @@ ---- chrome/common/media/cdm_registration.h.orig 2025-05-07 06:48:23 UTC +--- chrome/common/media/cdm_registration.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/media/cdm_registration.h @@ -15,7 +15,7 @@ void RegisterCdmInfo(std::vector<content::CdmInfo>* cdms); diff --git a/www/iridium/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h b/www/iridium/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h index 2864a2a2cd06..3fc47e90f4e7 100644 --- a/www/iridium/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h +++ b/www/iridium/files/patch-chrome_common_media_component__widevine__cdm__hint__file__linux.h @@ -1,4 +1,4 @@ ---- chrome/common/media/component_widevine_cdm_hint_file_linux.h.orig 2025-05-07 06:48:23 UTC +--- chrome/common/media/component_widevine_cdm_hint_file_linux.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/media/component_widevine_cdm_hint_file_linux.h @@ -14,7 +14,7 @@ #error "This file only applies when Widevine used." diff --git a/www/iridium/files/patch-chrome_common_pref__names.h b/www/iridium/files/patch-chrome_common_pref__names.h index 9b6f9da4db22..fa61d1018cdc 100644 --- a/www/iridium/files/patch-chrome_common_pref__names.h +++ b/www/iridium/files/patch-chrome_common_pref__names.h @@ -1,4 +1,4 @@ ---- chrome/common/pref_names.h.orig 2025-11-06 10:11:34 UTC +--- chrome/common/pref_names.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/pref_names.h @@ -1342,7 +1342,7 @@ inline constexpr char kGeminiSettings[] = "browser.gem inline constexpr char kAllowedDomainsForApps[] = @@ -36,7 +36,7 @@ inline constexpr char kOpenPdfDownloadInSystemReader[] = "download.open_pdf_in_system_reader"; #endif -@@ -2674,7 +2674,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s +@@ -2685,7 +2685,7 @@ inline constexpr char kMediaStorageIdSalt[] = "media.s inline constexpr char kMediaCdmOriginData[] = "media.cdm.origin_data"; #endif // BUILDFLAG(IS_WIN) @@ -45,7 +45,7 @@ // A boolean pref to determine whether or not the network service is running // sandboxed. inline constexpr char kNetworkServiceSandboxEnabled[] = -@@ -2688,7 +2688,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] +@@ -2699,7 +2699,7 @@ inline constexpr char kNetworkServiceSandboxEnabled[] inline constexpr char kNetworkServiceFailedLaunchMajorVersion[] = "net.network_service_failed_launch_major_version"; @@ -54,7 +54,7 @@ // Records whether the user has seen an HTTP auth "negotiate" header. inline constexpr char kReceivedHttpAuthNegotiateHeader[] = "net.received_http_auth_negotiate_headers"; -@@ -2780,7 +2780,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ +@@ -2791,7 +2791,7 @@ inline constexpr char kIsolatedWebAppInstallForceList[ inline constexpr char kIsolatedWebAppPendingInitializationCount[] = "profile.isolated_web_app.install.pending_initialization_count"; @@ -63,7 +63,7 @@ // Boolean that specifies whether OK-AS-DELEGATE flag from KDC is respected // along with kAuthNegotiateDelegateAllowlist. inline constexpr char kAuthNegotiateDelegateByKdcPolicy[] = -@@ -3287,7 +3287,7 @@ inline constexpr char kKioskApplicationLogCollectionEn +@@ -3298,7 +3298,7 @@ inline constexpr char kKioskApplicationLogCollectionEn #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -72,7 +72,7 @@ // Defines administrator-set availability of Chrome for Testing. inline constexpr char kChromeForTestingAllowed[] = "chrome_for_testing.allowed"; #endif -@@ -3801,7 +3801,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo +@@ -3812,7 +3812,7 @@ inline constexpr char kScreenCaptureWithoutGestureAllo inline constexpr char kSandboxExternalProtocolBlocked[] = "profile.sandbox_external_protocol_blocked"; @@ -81,7 +81,7 @@ // Boolean that indicates if system notifications are allowed to be used in // place of Chrome notifications. inline constexpr char kAllowSystemNotifications[] = -@@ -3990,7 +3990,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = +@@ -4005,7 +4005,7 @@ inline constexpr char kLensDesktopNTPSearchEnabled[] = "policy.lens_desktop_ntp_search_enabled"; #endif @@ -90,7 +90,7 @@ // A dict mapping the edition name with the major version it was shown. inline constexpr char kWhatsNewEditionUsed[] = "browser.whats_new.edition_used"; // A list containing the features of each module in order of when they -@@ -4087,7 +4087,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ +@@ -4102,7 +4102,7 @@ inline constexpr char kPrintingOAuth2AuthorizationServ "printing.oauth2_authorization_servers"; #endif diff --git a/www/iridium/files/patch-chrome_common_url__constants.h b/www/iridium/files/patch-chrome_common_url__constants.h index 4574e8e4bb09..449bb2d9b42e 100644 --- a/www/iridium/files/patch-chrome_common_url__constants.h +++ b/www/iridium/files/patch-chrome_common_url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/url_constants.h.orig 2025-11-06 10:11:34 UTC +--- chrome/common/url_constants.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/url_constants.h -@@ -1001,7 +1001,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = +@@ -1027,7 +1027,7 @@ inline constexpr char kOutdatedPluginLearnMoreURL[] = inline constexpr char kPhoneHubPermissionLearnMoreURL[] = "https://support.google.com/chromebook?p=multidevice"; diff --git a/www/iridium/files/patch-chrome_common_webui__url__constants.cc b/www/iridium/files/patch-chrome_common_webui__url__constants.cc index e32b1dc35a55..e86bfd593e77 100644 --- a/www/iridium/files/patch-chrome_common_webui__url__constants.cc +++ b/www/iridium/files/patch-chrome_common_webui__url__constants.cc @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/common/webui_url_constants.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/common/webui_url_constants.cc -@@ -199,17 +199,17 @@ base::span<const base::cstring_view> ChromeURLHosts() +@@ -202,17 +202,17 @@ base::span<const base::cstring_view> ChromeURLHosts() kChromeUIInternetDetailDialogHost, #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-chrome_common_webui__url__constants.h b/www/iridium/files/patch-chrome_common_webui__url__constants.h index f655623f45bd..c8555f93ae2f 100644 --- a/www/iridium/files/patch-chrome_common_webui__url__constants.h +++ b/www/iridium/files/patch-chrome_common_webui__url__constants.h @@ -1,6 +1,6 @@ ---- chrome/common/webui_url_constants.h.orig 2025-11-06 10:11:34 UTC +--- chrome/common/webui_url_constants.h.orig 2025-12-10 15:04:57 UTC +++ chrome/common/webui_url_constants.h -@@ -556,12 +556,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome +@@ -563,12 +563,12 @@ inline constexpr char kChromeUIOsUrlAppURL[] = "chrome #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -15,7 +15,7 @@ inline constexpr char kChromeUIWebAppSettingsHost[] = "app-settings"; inline constexpr char kChromeUIWebAppSettingsURL[] = "chrome://app-settings/"; inline constexpr char kChromeUIWhatsNewHost[] = "whats-new"; -@@ -573,11 +573,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] +@@ -580,11 +580,11 @@ inline constexpr char kChromeUILinuxProxyConfigHost[] #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ @@ -29,7 +29,7 @@ inline constexpr char kChromeUIBrowserSwitchHost[] = "browser-switch"; inline constexpr char kChromeUIBrowserSwitchURL[] = "chrome://browser-switch/"; inline constexpr char kChromeUIIntroDefaultBrowserSubPage[] = "default-browser"; -@@ -602,7 +602,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = +@@ -609,7 +609,7 @@ inline constexpr char kChromeUIHistorySyncOptinURL[] = "chrome://history-sync-optin/"; #endif diff --git a/www/iridium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc b/www/iridium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc index d2491471af7e..157dde6e517a 100644 --- a/www/iridium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc +++ b/www/iridium/files/patch-chrome_enterprise__companion_enterprise__companion__client.cc @@ -1,4 +1,4 @@ ---- chrome/enterprise_companion/enterprise_companion_client.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/enterprise_companion/enterprise_companion_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/enterprise_companion/enterprise_companion_client.cc @@ -35,7 +35,7 @@ namespace { diff --git a/www/iridium/files/patch-chrome_enterprise__companion_event__logger.cc b/www/iridium/files/patch-chrome_enterprise__companion_event__logger.cc index 3ba30c5391af..e7bee79b9dcb 100644 --- a/www/iridium/files/patch-chrome_enterprise__companion_event__logger.cc +++ b/www/iridium/files/patch-chrome_enterprise__companion_event__logger.cc @@ -1,4 +1,4 @@ ---- chrome/enterprise_companion/event_logger.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/enterprise_companion/event_logger.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/enterprise_companion/event_logger.cc @@ -127,7 +127,7 @@ proto::EnterpriseCompanionMetadata GetMetadata() { metadata.set_application_arch(proto::ARM64); diff --git a/www/iridium/files/patch-chrome_enterprise__companion_lock.cc b/www/iridium/files/patch-chrome_enterprise__companion_lock.cc index 2087ced52d3d..6c8c7690ffe6 100644 --- a/www/iridium/files/patch-chrome_enterprise__companion_lock.cc +++ b/www/iridium/files/patch-chrome_enterprise__companion_lock.cc @@ -1,4 +1,4 @@ ---- chrome/enterprise_companion/lock.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/enterprise_companion/lock.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/enterprise_companion/lock.cc @@ -17,7 +17,7 @@ diff --git a/www/iridium/files/patch-chrome_renderer_chrome__content__renderer__client.cc b/www/iridium/files/patch-chrome_renderer_chrome__content__renderer__client.cc index 72e19f10c409..0dfaf4ca819e 100644 --- a/www/iridium/files/patch-chrome_renderer_chrome__content__renderer__client.cc +++ b/www/iridium/files/patch-chrome_renderer_chrome__content__renderer__client.cc @@ -1,4 +1,4 @@ ---- chrome/renderer/chrome_content_renderer_client.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/renderer/chrome_content_renderer_client.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/renderer/chrome_content_renderer_client.cc @@ -188,7 +188,7 @@ #include "v8/include/v8-isolate.h" diff --git a/www/iridium/files/patch-chrome_services_printing_print__backend__service__impl.cc b/www/iridium/files/patch-chrome_services_printing_print__backend__service__impl.cc index fb234a8b266d..aadfe84f7a1b 100644 --- a/www/iridium/files/patch-chrome_services_printing_print__backend__service__impl.cc +++ b/www/iridium/files/patch-chrome_services_printing_print__backend__service__impl.cc @@ -1,4 +1,4 @@ ---- chrome/services/printing/print_backend_service_impl.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/services/printing/print_backend_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/services/printing/print_backend_service_impl.cc @@ -48,7 +48,7 @@ #include "printing/backend/cups_connection_pool.h" diff --git a/www/iridium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc b/www/iridium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc index e28c2cea04e3..74a9beca75b0 100644 --- a/www/iridium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc +++ b/www/iridium/files/patch-chrome_services_speech_audio__source__fetcher__impl.cc @@ -1,4 +1,4 @@ ---- chrome/services/speech/audio_source_fetcher_impl.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/services/speech/audio_source_fetcher_impl.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/services/speech/audio_source_fetcher_impl.cc @@ -132,7 +132,7 @@ void AudioSourceFetcherImpl::Start( diff --git a/www/iridium/files/patch-chrome_test_base_scoped__channel__override__posix.cc b/www/iridium/files/patch-chrome_test_base_scoped__channel__override__posix.cc index 8f150f1f5749..d05beba47351 100644 --- a/www/iridium/files/patch-chrome_test_base_scoped__channel__override__posix.cc +++ b/www/iridium/files/patch-chrome_test_base_scoped__channel__override__posix.cc @@ -1,4 +1,4 @@ ---- chrome/test/base/scoped_channel_override_posix.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/test/base/scoped_channel_override_posix.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/base/scoped_channel_override_posix.cc @@ -43,7 +43,7 @@ std::string GetVersionExtra(ScopedChannelOverride::Cha return "beta"; diff --git a/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc b/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc index f07c6ae35c72..0ec270c0f665 100644 --- a/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc +++ b/www/iridium/files/patch-chrome_test_chromedriver_chrome__launcher.cc @@ -1,4 +1,4 @@ ---- chrome/test/chromedriver/chrome_launcher.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/test/chromedriver/chrome_launcher.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/chromedriver/chrome_launcher.cc @@ -75,6 +75,7 @@ #include <fcntl.h> diff --git a/www/iridium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc b/www/iridium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc index ced9c72973fd..858282de1bf4 100644 --- a/www/iridium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc +++ b/www/iridium/files/patch-chrome_test_chromedriver_chrome_chrome__finder.cc @@ -1,4 +1,4 @@ ---- chrome/test/chromedriver/chrome/chrome_finder.cc.orig 2025-06-19 07:37:57 UTC +--- chrome/test/chromedriver/chrome/chrome_finder.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/chromedriver/chrome/chrome_finder.cc @@ -59,7 +59,7 @@ void GetApplicationDirs(std::vector<base::FilePath>* l installation_locations[i].Append(L"Chromium\\Application")); diff --git a/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc b/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc index a7cd0293da51..b6e2768b4500 100644 --- a/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc +++ b/www/iridium/files/patch-chrome_test_chromedriver_key__converter__unittest.cc @@ -1,4 +1,4 @@ ---- chrome/test/chromedriver/key_converter_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/test/chromedriver/key_converter_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/chromedriver/key_converter_unittest.cc @@ -248,7 +248,7 @@ TEST(KeyConverter, ToggleModifiers) { CheckEventsReleaseModifiers(keys, key_events); diff --git a/www/iridium/files/patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc b/www/iridium/files/patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc index 1df109a7d2d6..4b6ef29bd691 100644 --- a/www/iridium/files/patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc +++ b/www/iridium/files/patch-chrome_test_chromedriver_keycode__text__conversion__unittest.cc @@ -1,4 +1,4 @@ ---- chrome/test/chromedriver/keycode_text_conversion_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/test/chromedriver/keycode_text_conversion_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/chromedriver/keycode_text_conversion_unittest.cc @@ -64,7 +64,7 @@ std::string ConvertKeyCodeToTextNoError(ui::KeyboardCo diff --git a/www/iridium/files/patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc b/www/iridium/files/patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc index 9a4900cb366e..37ac01818955 100644 --- a/www/iridium/files/patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc +++ b/www/iridium/files/patch-chrome_test_supervised__user_google__auth__state__waiter__mixin.cc @@ -1,4 +1,4 @@ ---- chrome/test/supervised_user/google_auth_state_waiter_mixin.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/test/supervised_user/google_auth_state_waiter_mixin.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/test/supervised_user/google_auth_state_waiter_mixin.cc @@ -24,7 +24,7 @@ GoogleAuthStateWaiterMixin::GoogleAuthStateWaiterMixin GoogleAuthStateWaiterMixin::~GoogleAuthStateWaiterMixin() = default; diff --git a/www/iridium/files/patch-chrome_updater_app_app__uninstall.cc b/www/iridium/files/patch-chrome_updater_app_app__uninstall.cc index 53bd494a5b72..2209cfac0452 100644 --- a/www/iridium/files/patch-chrome_updater_app_app__uninstall.cc +++ b/www/iridium/files/patch-chrome_updater_app_app__uninstall.cc @@ -1,4 +1,4 @@ ---- chrome/updater/app/app_uninstall.cc.orig 2025-09-11 13:19:19 UTC +--- chrome/updater/app/app_uninstall.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/updater/app/app_uninstall.cc @@ -181,7 +181,7 @@ void UninstallInThreadPool(UpdaterScope scope, } diff --git a/www/iridium/files/patch-chrome_updater_configurator.cc b/www/iridium/files/patch-chrome_updater_configurator.cc index d407422a27bc..40c60b05b2b9 100644 --- a/www/iridium/files/patch-chrome_updater_configurator.cc +++ b/www/iridium/files/patch-chrome_updater_configurator.cc @@ -1,6 +1,6 @@ ---- chrome/updater/configurator.cc.orig 2025-10-28 14:29:43 UTC +--- chrome/updater/configurator.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/updater/configurator.cc -@@ -91,7 +91,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> +@@ -90,7 +90,7 @@ Configurator::Configurator(scoped_refptr<UpdaterPrefs> return std::nullopt; #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) }()) { diff --git a/www/iridium/files/patch-chrome_updater_lock.cc b/www/iridium/files/patch-chrome_updater_lock.cc index eb205fe271cf..f2ceaef6ecee 100644 --- a/www/iridium/files/patch-chrome_updater_lock.cc +++ b/www/iridium/files/patch-chrome_updater_lock.cc @@ -1,4 +1,4 @@ ---- chrome/updater/lock.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/updater/lock.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/updater/lock.cc @@ -26,7 +26,7 @@ namespace updater { std::unique_ptr<ScopedLock> CreateScopedLock(const std::string& name, diff --git a/www/iridium/files/patch-chrome_updater_util_posix__util.cc b/www/iridium/files/patch-chrome_updater_util_posix__util.cc index fdeed110bbe3..8677fb5fba83 100644 --- a/www/iridium/files/patch-chrome_updater_util_posix__util.cc +++ b/www/iridium/files/patch-chrome_updater_util_posix__util.cc @@ -1,4 +1,4 @@ ---- chrome/updater/util/posix_util.cc.orig 2025-05-07 06:48:23 UTC +--- chrome/updater/util/posix_util.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/updater/util/posix_util.cc @@ -20,7 +20,7 @@ #include "chrome/updater/updater_branding.h" diff --git a/www/iridium/files/patch-chrome_utility_services.cc b/www/iridium/files/patch-chrome_utility_services.cc index 4cfd12dd38c7..20a84d9c9033 100644 --- a/www/iridium/files/patch-chrome_utility_services.cc +++ b/www/iridium/files/patch-chrome_utility_services.cc @@ -1,4 +1,4 @@ ---- chrome/utility/services.cc.orig 2025-11-06 10:11:34 UTC +--- chrome/utility/services.cc.orig 2025-12-10 15:04:57 UTC +++ chrome/utility/services.cc @@ -50,7 +50,7 @@ #include "chrome/services/system_signals/mac/mac_system_signals_service.h" @@ -9,7 +9,7 @@ #include "chrome/services/system_signals/linux/linux_system_signals_service.h" #endif // BUILDFLAG(IS_LINUX) -@@ -213,7 +213,7 @@ auto RunMacNotificationService( +@@ -207,7 +207,7 @@ auto RunMacNotificationService( } #endif // BUILDFLAG(IS_MAC) @@ -18,7 +18,7 @@ auto RunSystemSignalsService( mojo::PendingReceiver<device_signals::mojom::SystemSignalsService> receiver) { -@@ -481,7 +481,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -459,7 +459,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& services.Add(RunWindowsIconReader); #endif // BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-components_BUILD.gn b/www/iridium/files/patch-components_BUILD.gn index 9382a7f8ea38..e74a36e90302 100644 --- a/www/iridium/files/patch-components_BUILD.gn +++ b/www/iridium/files/patch-components_BUILD.gn @@ -1,14 +1,14 @@ ---- components/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- components/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/BUILD.gn -@@ -217,7 +217,6 @@ test("components_unittests") { - "//components/content_settings/core/common:unit_tests", +@@ -220,7 +220,6 @@ test("components_unittests") { + "//components/contextual_search/internal:unit_tests", "//components/contextual_tasks:unit_tests", "//components/country_codes:unit_tests", - "//components/crash/core/common:unit_tests", "//components/cross_device/logging:unit_tests", "//components/crx_file:unit_tests", "//components/data_sharing:unit_tests", -@@ -634,7 +633,7 @@ test("components_unittests") { +@@ -637,7 +636,7 @@ test("components_unittests") { "//components/user_data_importer/content:unit_tests", ] @@ -17,7 +17,7 @@ deps += [ "//components/crash/content/browser:unit_tests", "//components/crash/core/app:unit_tests", -@@ -800,7 +799,7 @@ test("components_unittests") { +@@ -804,7 +803,7 @@ test("components_unittests") { deps += [ "//components/constrained_window:unit_tests" ] } @@ -26,7 +26,7 @@ deps += [ "//components/stability_report:unit_tests", "//components/webapps/isolated_web_apps:unit_tests", -@@ -961,8 +960,7 @@ test("components_unittests") { +@@ -965,8 +964,7 @@ test("components_unittests") { # No components should depend on Chrome. # Since //chrome depends on //extensions, we also only assert_no_deps on # extensions targets. @@ -36,7 +36,7 @@ if (is_ios) { assert_no_deps += ios_assert_no_deps -@@ -1282,8 +1280,7 @@ if (use_blink) { +@@ -1286,8 +1284,7 @@ if (use_blink) { # No components should depend on Chrome. # Since //chrome depends on //extensions, we also only assert_no_deps on # extensions targets. diff --git a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc index f775169d9cfa..583d8969e189 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.cc -@@ -479,7 +479,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( +@@ -480,7 +480,7 @@ void PaymentsDataManager::OnWebDataServiceRequestDone( bool PaymentsDataManager::ShouldShowBnplSettings() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // Check `kAutofillEnableBuyNowPayLater` only if the user has seen a BNPL // suggestion before, or there are already linked issuers present, to avoid // unnecessary feature flag checks. The linked issuer check is due to the fact -@@ -1014,7 +1014,7 @@ void PaymentsDataManager::SetPrefService(PrefService* +@@ -1015,7 +1015,7 @@ void PaymentsDataManager::SetPrefService(PrefService* &PaymentsDataManager::OnAutofillPaymentsCardBenefitsPrefChange, base::Unretained(this))); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ pref_registrar_.Add( prefs::kAutofillBnplEnabled, base::BindRepeating(&PaymentsDataManager::OnBnplEnabledPrefChange, -@@ -1088,7 +1088,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { +@@ -1089,7 +1089,7 @@ void PaymentsDataManager::SetAutofillHasSeenIban() { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ bool PaymentsDataManager::IsAutofillHasSeenBnplPrefEnabled() const { return prefs::HasSeenBnpl(pref_service_); } -@@ -2125,7 +2125,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( +@@ -2140,7 +2140,7 @@ bool PaymentsDataManager::AreEwalletAccountsSupported( bool PaymentsDataManager::AreBnplIssuersSupported() const { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +36,7 @@ return (app_locale_ == "en-US" || app_locale_ == "en-GB" || app_locale_ == "en-CA") && GetCountryCodeForExperimentGroup() == "US" && -@@ -2160,7 +2160,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() +@@ -2175,7 +2175,7 @@ void PaymentsDataManager::ClearAllCreditCardBenefits() } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h index 8d17c6f6439a..f8510af57559 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h +++ b/www/iridium/files/patch-components_autofill_core_browser_data__manager_payments_payments__data__manager.h @@ -1,15 +1,15 @@ ---- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/data_manager/payments/payments_data_manager.h.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/data_manager/payments/payments_data_manager.h -@@ -377,7 +377,7 @@ class PaymentsDataManager : public AutofillWebDataServ - void SetAutofillHasSeenIban(); +@@ -378,7 +378,7 @@ class PaymentsDataManager : public AutofillWebDataServ + // TODO(crbug.com/430575808): Remove build flags. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Returns the value of the kAutofillHasSeenBnpl pref. - bool IsAutofillHasSeenBnplPrefEnabled() const; + virtual bool IsAutofillHasSeenBnplPrefEnabled() const; -@@ -716,7 +716,7 @@ class PaymentsDataManager : public AutofillWebDataServ +@@ -726,7 +726,7 @@ class PaymentsDataManager : public AutofillWebDataServ void ClearAllCreditCardBenefits(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc b/www/iridium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc index 9398f7e9b9dd..471f3b019c7c 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_foundations_browser__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/foundations/browser_autofill_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/foundations/browser_autofill_manager.cc -@@ -853,7 +853,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { +@@ -854,7 +854,7 @@ BrowserAutofillManager::GetAmountExtractionManager() { payments::BnplManager* BrowserAutofillManager::GetPaymentsBnplManager() { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc b/www/iridium/files/patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc index 89569e4eb93e..abe674eb262a 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_integrators_optimization__guide_autofill__optimization__guide__decider.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/browser/integrators/optimization_guide/autofill_optimization_guide_decider.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/integrators/optimization_guide/autofill_optimization_guide_decider.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/integrators/optimization_guide/autofill_optimization_guide_decider.cc @@ -203,7 +203,7 @@ void AddOptimizationTypesForBnplIssuers( base::flat_set<optimization_guide::proto::OptimizationType>& diff --git a/www/iridium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc b/www/iridium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc index d61d40b11175..2ce4b0422949 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_payments_amount__extraction__manager.cc @@ -1,7 +1,7 @@ ---- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/payments/amount_extraction_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/payments/amount_extraction_manager.cc -@@ -185,7 +185,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived - bnpl_manager->OnAmountExtractionReturned(parsed_extracted_amount); +@@ -249,7 +249,7 @@ void AmountExtractionManager::OnCheckoutAmountReceived + /*timeout_reached=*/false); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { @@ -9,7 +9,7 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The result of amount extraction on domain " -@@ -216,7 +216,7 @@ void AmountExtractionManager::OnTimeoutReached() { +@@ -315,7 +315,7 @@ void AmountExtractionManager::OnTimeoutReached() { /*timeout_reached=*/true); } if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || @@ -18,12 +18,12 @@ if (base::FeatureList::IsEnabled( ::autofill::features::kAutofillEnableAmountExtractionTesting)) { VLOG(3) << "The amount extraction on domain " -@@ -234,7 +234,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe +@@ -333,7 +333,7 @@ AmountExtractionManager::CheckEligibilityForFeaturesRe // Check eligibility of BNPL feature. if constexpr (BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID)) { + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD)) { - if (BnplManager::IsEligibleForBnpl(autofill_manager_->client())) { + if (IsEligibleForBnpl(autofill_manager_->client())) { eligible_features.insert(EligibleFeature::kBnpl); } diff --git a/www/iridium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc b/www/iridium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc index 22bda89f64f9..616eb29a5820 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_payments_bnpl__manager.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/browser/payments/bnpl_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/payments/bnpl_manager.cc -@@ -599,7 +599,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp +@@ -607,7 +607,7 @@ void BnplManager::MaybeUpdateDesktopSuggestionsWithBnp .OnBnplSuggestionShown(); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc b/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc new file mode 100644 index 000000000000..b2c8cd7b4bf6 --- /dev/null +++ b/www/iridium/files/patch-components_autofill_core_browser_suggestions_payments_payments__suggestion__generator.cc @@ -0,0 +1,11 @@ +--- components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc.orig 2025-12-10 15:04:57 UTC ++++ components/autofill/core/browser/suggestions/payments/payments_suggestion_generator.cc +@@ -1462,7 +1462,7 @@ std::vector<Suggestion> GetCreditCardSuggestionsForTou + .GetBnplIssuers(), + /*extracted_amount_in_micros=*/std::nullopt)); + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + manager.client() + .GetPersonalDataManager() + .payments_data_manager() diff --git a/www/iridium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc b/www/iridium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc index d1fab6e148d8..9a8df922e0c7 100644 --- a/www/iridium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc +++ b/www/iridium/files/patch-components_autofill_core_browser_webdata_payments_payments__sync__bridge__util.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc.orig 2025-10-28 14:29:43 UTC +--- components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/browser/webdata/payments/payments_sync_bridge_util.cc @@ -1262,7 +1262,7 @@ bool AreMaskedBankAccountSupported() { diff --git a/www/iridium/files/patch-components_autofill_core_common_autofill__features.cc b/www/iridium/files/patch-components_autofill_core_common_autofill__features.cc index 0916987cfb14..abf0e14e224f 100644 --- a/www/iridium/files/patch-components_autofill_core_common_autofill__features.cc +++ b/www/iridium/files/patch-components_autofill_core_common_autofill__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_features.cc.orig 2025-10-28 14:29:43 UTC +--- components/autofill/core/common/autofill_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/common/autofill_features.cc @@ -10,7 +10,7 @@ namespace autofill::features { @@ -7,5 +7,5 @@ - BUILDFLAG(IS_LINUX) || + BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN); + constexpr bool IS_WALLET_PASSES_SUPPORTED_PLATFORM = !BUILDFLAG(IS_IOS); } - diff --git a/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc b/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc index c07ee0af2600..a9ddd4189855 100644 --- a/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc +++ b/www/iridium/files/patch-components_autofill_core_common_autofill__payments__features.cc @@ -1,4 +1,4 @@ ---- components/autofill/core/common/autofill_payments_features.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/common/autofill_payments_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/common/autofill_payments_features.cc @@ -26,7 +26,7 @@ BASE_FEATURE(kAutofillEnableAllowlistForBmoCardCategor // of the allowlisted merchant websites. @@ -18,7 +18,16 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -62,7 +62,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, +@@ -58,7 +58,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForExternall + // offered. + BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT); + #else + base::FEATURE_DISABLED_BY_DEFAULT); +@@ -67,7 +67,7 @@ BASE_FEATURE(kAutofillEnableBuyNowPayLaterForKlarna, // When enabled, buy now pay later (BNPL) data will be synced to Chrome clients. BASE_FEATURE(kAutofillEnableBuyNowPayLaterSyncing, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +36,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -86,7 +86,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp +@@ -91,7 +91,7 @@ BASE_FEATURE(kAutofillEnableCardBenefitsForAmericanExp // UI. BASE_FEATURE(kAutofillEnableCardBenefitsForBmo, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -36,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -151,7 +151,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl +@@ -156,7 +156,7 @@ BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsBlockl // Payments Autofill UI. BASE_FEATURE(kAutofillEnableFlatRateCardBenefitsFromCurinos, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -45,7 +54,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -301,7 +301,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU +@@ -306,7 +306,7 @@ BASE_FEATURE(kAutofillSyncEwalletAccounts, base::FEATU #endif // BUILDFLAG(IS_ANDROID) bool ShouldShowImprovedUserConsentForCreditCardSave() { diff --git a/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.cc b/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.cc index c16c236323c8..f9c324c3d4aa 100644 --- a/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.cc +++ b/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.cc @@ -1,6 +1,6 @@ ---- components/autofill/core/common/autofill_prefs.cc.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/common/autofill_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/common/autofill_prefs.cc -@@ -131,7 +131,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync +@@ -137,7 +137,7 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySync #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ registry->RegisterBooleanPref( kAutofillBnplEnabled, true, user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); -@@ -373,7 +373,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic +@@ -386,7 +386,7 @@ void SetFacilitatedPaymentsA2ATriggeredOnce(PrefServic } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value) { prefs->SetBoolean(kAutofillBnplEnabled, value); } -@@ -382,7 +382,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -395,7 +395,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -27,7 +27,7 @@ return prefs->GetBoolean(kAutofillBnplEnabled); #else return false; -@@ -391,7 +391,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { +@@ -404,7 +404,7 @@ bool IsAutofillBnplEnabled(const PrefService* prefs) { } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.h b/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.h index 3881bc224836..82edf8cfaa70 100644 --- a/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.h +++ b/www/iridium/files/patch-components_autofill_core_common_autofill__prefs.h @@ -1,15 +1,15 @@ ---- components/autofill/core/common/autofill_prefs.h.orig 2025-11-06 10:11:34 UTC +--- components/autofill/core/common/autofill_prefs.h.orig 2025-12-10 15:04:57 UTC +++ components/autofill/core/common/autofill_prefs.h -@@ -36,7 +36,7 @@ inline constexpr char kAutofillAiOptInStatus[] = - inline constexpr char kAutofillAiLastVersionDeduped[] = - "autofill.ai_last_version_deduped"; +@@ -44,7 +44,7 @@ inline constexpr char kAutofillAiLastVersionDeduped[] + inline constexpr char kAutofillAiTravelEntitiesEnabled[] = + "autofill.autofill_ai.travel_entities_enabled"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ - BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) // Boolean that is true if BNPL on Autofill is enabled. inline constexpr char kAutofillBnplEnabled[] = "autofill.bnpl_enabled"; // Boolean that is true if the user has ever seen a BNPL suggestion. -@@ -265,7 +265,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService +@@ -277,7 +277,7 @@ bool IsFacilitatedPaymentsA2AEnabled(const PrefService void SetFacilitatedPaymentsA2ATriggeredOnce(PrefService* prefs, bool value); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool value); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) -@@ -273,7 +273,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v +@@ -285,7 +285,7 @@ void SetAutofillBnplEnabled(PrefService* prefs, bool v bool IsAutofillBnplEnabled(const PrefService* prefs); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_collaboration_public_collaboration__controller__delegate.h b/www/iridium/files/patch-components_collaboration_public_collaboration__controller__delegate.h index 17ab9389e719..c1df68b8618e 100644 --- a/www/iridium/files/patch-components_collaboration_public_collaboration__controller__delegate.h +++ b/www/iridium/files/patch-components_collaboration_public_collaboration__controller__delegate.h @@ -1,4 +1,4 @@ ---- components/collaboration/public/collaboration_controller_delegate.h.orig 2025-11-06 10:11:34 UTC +--- components/collaboration/public/collaboration_controller_delegate.h.orig 2025-12-10 15:04:57 UTC +++ components/collaboration/public/collaboration_controller_delegate.h @@ -125,7 +125,7 @@ class CollaborationControllerDelegate { case Type::kSigninDisabledByPolicy: diff --git a/www/iridium/files/patch-components_commerce_core_commerce__feature__list.cc b/www/iridium/files/patch-components_commerce_core_commerce__feature__list.cc index 066ef1815daf..fb35a7d527e4 100644 --- a/www/iridium/files/patch-components_commerce_core_commerce__feature__list.cc +++ b/www/iridium/files/patch-components_commerce_core_commerce__feature__list.cc @@ -1,6 +1,6 @@ ---- components/commerce/core/commerce_feature_list.cc.orig 2025-11-06 10:11:34 UTC +--- components/commerce/core/commerce_feature_list.cc.orig 2025-12-10 15:04:57 UTC +++ components/commerce/core/commerce_feature_list.cc -@@ -178,7 +178,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D +@@ -175,7 +175,7 @@ BASE_FEATURE(kShoppingAlternateServer, base::FEATURE_D const char kDiscountOnShoppyPageParam[] = "discount-on-shoppy-page"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ const base::FeatureParam<bool> kDiscountOnShoppyPage{ &kEnableDiscountInfoApi, kDiscountOnShoppyPageParam, true}; #else -@@ -191,7 +191,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi +@@ -188,7 +188,7 @@ const char kMerchantWideBehaviorParam[] = "merchant-wi const char kNonMerchantWideBehaviorParam[] = "non-merchant-wide-behavior"; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_constrained__window_constrained__window__views.cc b/www/iridium/files/patch-components_constrained__window_constrained__window__views.cc index 4d3fbbc07a5f..21a75b68e795 100644 --- a/www/iridium/files/patch-components_constrained__window_constrained__window__views.cc +++ b/www/iridium/files/patch-components_constrained__window_constrained__window__views.cc @@ -1,4 +1,4 @@ ---- components/constrained_window/constrained_window_views.cc.orig 2025-09-11 13:19:19 UTC +--- components/constrained_window/constrained_window_views.cc.orig 2025-12-10 15:04:57 UTC +++ components/constrained_window/constrained_window_views.cc @@ -380,7 +380,7 @@ bool SupportsGlobalScreenCoordinates() { } diff --git a/www/iridium/files/patch-components_content__settings_core_browser_website__settings__registry.cc b/www/iridium/files/patch-components_content__settings_core_browser_website__settings__registry.cc index 448c69dc9a9e..2c243f2072fd 100644 --- a/www/iridium/files/patch-components_content__settings_core_browser_website__settings__registry.cc +++ b/www/iridium/files/patch-components_content__settings_core_browser_website__settings__registry.cc @@ -1,4 +1,4 @@ ---- components/content_settings/core/browser/website_settings_registry.cc.orig 2025-05-07 06:48:23 UTC +--- components/content_settings/core/browser/website_settings_registry.cc.orig 2025-12-10 15:04:57 UTC +++ components/content_settings/core/browser/website_settings_registry.cc @@ -66,7 +66,7 @@ const WebsiteSettingsInfo* WebsiteSettingsRegistry::Re #if BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-components_cookie__config_cookie__store__util.cc b/www/iridium/files/patch-components_cookie__config_cookie__store__util.cc index d0b22ede18d4..cbb740c855ce 100644 --- a/www/iridium/files/patch-components_cookie__config_cookie__store__util.cc +++ b/www/iridium/files/patch-components_cookie__config_cookie__store__util.cc @@ -1,6 +1,6 @@ ---- components/cookie_config/cookie_store_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/cookie_config/cookie_store_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/cookie_config/cookie_store_util.cc -@@ -12,7 +12,7 @@ +@@ -16,7 +16,7 @@ namespace cookie_config { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -8,4 +8,4 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) namespace { - // Use the operating system's mechanisms to encrypt cookies before writing + void OnOsCryptReadyOnUi( diff --git a/www/iridium/files/patch-components_crash_core_app_BUILD.gn b/www/iridium/files/patch-components_crash_core_app_BUILD.gn index cd20793b2524..3b729fbaa958 100644 --- a/www/iridium/files/patch-components_crash_core_app_BUILD.gn +++ b/www/iridium/files/patch-components_crash_core_app_BUILD.gn @@ -1,4 +1,4 @@ ---- components/crash/core/app/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- components/crash/core/app/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/crash/core/app/BUILD.gn @@ -70,6 +70,10 @@ static_library("app") { ] diff --git a/www/iridium/files/patch-components_crash_core_app_chrome__crashpad__handler.cc b/www/iridium/files/patch-components_crash_core_app_chrome__crashpad__handler.cc index 818226c9a081..ad5275935c2f 100644 --- a/www/iridium/files/patch-components_crash_core_app_chrome__crashpad__handler.cc +++ b/www/iridium/files/patch-components_crash_core_app_chrome__crashpad__handler.cc @@ -1,4 +1,4 @@ ---- components/crash/core/app/chrome_crashpad_handler.cc.orig 2025-05-07 06:48:23 UTC +--- components/crash/core/app/chrome_crashpad_handler.cc.orig 2025-12-10 15:04:57 UTC +++ components/crash/core/app/chrome_crashpad_handler.cc @@ -6,5 +6,9 @@ extern "C" int CrashpadHandlerMain(int argc, char* argv[]); diff --git a/www/iridium/files/patch-components_crash_core_app_crashpad__handler__main.cc b/www/iridium/files/patch-components_crash_core_app_crashpad__handler__main.cc index 0d1c852922c3..04e578fc5e54 100644 --- a/www/iridium/files/patch-components_crash_core_app_crashpad__handler__main.cc +++ b/www/iridium/files/patch-components_crash_core_app_crashpad__handler__main.cc @@ -1,4 +1,4 @@ ---- components/crash/core/app/crashpad_handler_main.cc.orig 2025-05-07 06:48:23 UTC +--- components/crash/core/app/crashpad_handler_main.cc.orig 2025-12-10 15:04:57 UTC +++ components/crash/core/app/crashpad_handler_main.cc @@ -10,7 +10,7 @@ #include "third_party/crashpad/crashpad/handler/handler_main.h" diff --git a/www/iridium/files/patch-components_crash_core_browser_crash__upload__list__crashpad.cc b/www/iridium/files/patch-components_crash_core_browser_crash__upload__list__crashpad.cc index 2e6f587ecaa7..583cdc2a57c5 100644 --- a/www/iridium/files/patch-components_crash_core_browser_crash__upload__list__crashpad.cc +++ b/www/iridium/files/patch-components_crash_core_browser_crash__upload__list__crashpad.cc @@ -1,4 +1,4 @@ ---- components/crash/core/browser/crash_upload_list_crashpad.cc.orig 2025-05-07 06:48:23 UTC +--- components/crash/core/browser/crash_upload_list_crashpad.cc.orig 2025-12-10 15:04:57 UTC +++ components/crash/core/browser/crash_upload_list_crashpad.cc @@ -37,7 +37,9 @@ CrashUploadListCrashpad::~CrashUploadListCrashpad() = std::vector<std::unique_ptr<UploadList::UploadInfo>> diff --git a/www/iridium/files/patch-components_crash_core_common_BUILD.gn b/www/iridium/files/patch-components_crash_core_common_BUILD.gn index fe568f50273e..4aac8562a32d 100644 --- a/www/iridium/files/patch-components_crash_core_common_BUILD.gn +++ b/www/iridium/files/patch-components_crash_core_common_BUILD.gn @@ -1,6 +1,6 @@ ---- components/crash/core/common/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- components/crash/core/common/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/crash/core/common/BUILD.gn -@@ -9,7 +9,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn +@@ -8,7 +8,7 @@ import("//components/gwp_asan/buildflags/buildflags.gn declare_args() { # If set to true, this will stub out and disable the entire crash key system. diff --git a/www/iridium/files/patch-components_device__signals_core_browser_browser__utils.h b/www/iridium/files/patch-components_device__signals_core_browser_browser__utils.h index 782de664736b..9e07679b50a8 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_browser__utils.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_browser__utils.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/browser_utils.h.orig 2025-09-11 13:19:19 UTC +--- components/device_signals/core/browser/browser_utils.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/browser_utils.h @@ -38,7 +38,7 @@ bool GetSiteIsolationEnabled(); std::string GetHostName(); diff --git a/www/iridium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc b/www/iridium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc index 5ebf658267e3..c707c3c5d3b7 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc +++ b/www/iridium/files/patch-components_device__signals_core_browser_desktop_desktop__os__signals__collector.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/desktop/desktop_os_signals_collector.cc.orig 2025-09-11 13:19:19 UTC +--- components/device_signals/core/browser/desktop/desktop_os_signals_collector.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/desktop/desktop_os_signals_collector.cc @@ -43,7 +43,7 @@ std::unique_ptr<OsSignalsResponse> AddAsyncOsSignals( os_signals_response->disk_encryption = device_signals::GetDiskEncrypted(); diff --git a/www/iridium/files/patch-components_device__signals_core_browser_mock__signals__aggregator.h b/www/iridium/files/patch-components_device__signals_core_browser_mock__signals__aggregator.h index 8b1fed7d1088..0ce8b253f0d8 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_mock__signals__aggregator.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_mock__signals__aggregator.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/mock_signals_aggregator.h.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/mock_signals_aggregator.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/mock_signals_aggregator.h @@ -17,7 +17,7 @@ class MockSignalsAggregator : public SignalsAggregator MockSignalsAggregator(); diff --git a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator.h b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator.h index bd581e31a837..b88b7400f13b 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/signals_aggregator.h.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/signals_aggregator.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/signals_aggregator.h @@ -22,7 +22,7 @@ class SignalsAggregator : public KeyedService { diff --git a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.cc b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.cc index b27ca1b63cc1..47ac621d1c0b 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.cc +++ b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/signals_aggregator_impl.cc.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/signals_aggregator_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/signals_aggregator_impl.cc @@ -64,7 +64,7 @@ SignalsAggregatorImpl::SignalsAggregatorImpl( diff --git a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.h b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.h index 7fba77cf66e1..c235266bd5c5 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_signals__aggregator__impl.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/signals_aggregator_impl.h.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/signals_aggregator_impl.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/signals_aggregator_impl.h @@ -30,7 +30,7 @@ class SignalsAggregatorImpl : public SignalsAggregator ~SignalsAggregatorImpl() override; diff --git a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service.h b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service.h index 5a96c37d1e8a..3b0d0930a5a2 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/user_permission_service.h.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/user_permission_service.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/user_permission_service.h @@ -57,7 +57,7 @@ class UserPermissionService : public KeyedService { // missing. diff --git a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc index d9500aa2ac4f..6f44d3ee034c 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc +++ b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/user_permission_service_impl.cc.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/user_permission_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/user_permission_service_impl.cc @@ -87,7 +87,7 @@ bool UserPermissionServiceImpl::ShouldCollectConsent() consent_required_by_dependent_policy; diff --git a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.h b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.h index 19d880ddee66..e1c962c2d6cd 100644 --- a/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.h +++ b/www/iridium/files/patch-components_device__signals_core_browser_user__permission__service__impl.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/browser/user_permission_service_impl.h.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/browser/user_permission_service_impl.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/browser/user_permission_service_impl.h @@ -38,7 +38,7 @@ class UserPermissionServiceImpl : public UserPermissio diff --git a/www/iridium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc b/www/iridium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc index c396daf9606b..07f1c204defa 100644 --- a/www/iridium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc +++ b/www/iridium/files/patch-components_device__signals_core_common_linux_platform__utils__linux.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/common/linux/platform_utils_linux.cc.orig 2025-10-28 14:29:43 UTC +--- components/device_signals/core/common/linux/platform_utils_linux.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/common/linux/platform_utils_linux.cc @@ -4,12 +4,23 @@ diff --git a/www/iridium/files/patch-components_device__signals_core_common_platform__utils.h b/www/iridium/files/patch-components_device__signals_core_common_platform__utils.h index eb22f0f51fb6..3446a25cac2a 100644 --- a/www/iridium/files/patch-components_device__signals_core_common_platform__utils.h +++ b/www/iridium/files/patch-components_device__signals_core_common_platform__utils.h @@ -1,4 +1,4 @@ ---- components/device_signals/core/common/platform_utils.h.orig 2025-10-28 14:29:43 UTC +--- components/device_signals/core/common/platform_utils.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/common/platform_utils.h @@ -54,7 +54,7 @@ SettingValue GetSecureBootEnabled(); std::optional<std::string> GetWindowsMachineDomain(); diff --git a/www/iridium/files/patch-components_device__signals_core_common_signals__features.cc b/www/iridium/files/patch-components_device__signals_core_common_signals__features.cc index 6c52a8699a86..ba65885864db 100644 --- a/www/iridium/files/patch-components_device__signals_core_common_signals__features.cc +++ b/www/iridium/files/patch-components_device__signals_core_common_signals__features.cc @@ -1,6 +1,6 @@ ---- components/device_signals/core/common/signals_features.cc.orig 2025-11-06 10:11:34 UTC +--- components/device_signals/core/common/signals_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/common/signals_features.cc -@@ -51,7 +51,7 @@ bool IsDetectedAgentSignalCollectionEnabled() { +@@ -61,7 +61,7 @@ bool IsSystemSignalCollectionImprovementEnabled() { } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-components_device__signals_core_common_signals__features.h b/www/iridium/files/patch-components_device__signals_core_common_signals__features.h index 51e18ba40f7a..8baa55cb8fc4 100644 --- a/www/iridium/files/patch-components_device__signals_core_common_signals__features.h +++ b/www/iridium/files/patch-components_device__signals_core_common_signals__features.h @@ -1,7 +1,7 @@ ---- components/device_signals/core/common/signals_features.h.orig 2025-09-11 13:19:19 UTC +--- components/device_signals/core/common/signals_features.h.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/common/signals_features.h -@@ -33,7 +33,7 @@ bool IsBrowserSignalsReportingEnabled(); - bool IsDetectedAgentSignalCollectionEnabled(); +@@ -37,7 +37,7 @@ bool IsDetectedAgentSignalCollectionEnabled(); + bool IsSystemSignalCollectionImprovementEnabled(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc b/www/iridium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc index 74d4a4fdad1f..a9c2653d49f9 100644 --- a/www/iridium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc +++ b/www/iridium/files/patch-components_device__signals_core_system__signals_platform__delegate.cc @@ -1,4 +1,4 @@ ---- components/device_signals/core/system_signals/platform_delegate.cc.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/core/system_signals/platform_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/core/system_signals/platform_delegate.cc @@ -11,7 +11,7 @@ namespace device_signals { diff --git a/www/iridium/files/patch-components_device__signals_test_signals__contract.cc b/www/iridium/files/patch-components_device__signals_test_signals__contract.cc index b198197a2102..8393830c4363 100644 --- a/www/iridium/files/patch-components_device__signals_test_signals__contract.cc +++ b/www/iridium/files/patch-components_device__signals_test_signals__contract.cc @@ -1,4 +1,4 @@ ---- components/device_signals/test/signals_contract.cc.orig 2025-05-07 06:48:23 UTC +--- components/device_signals/test/signals_contract.cc.orig 2025-12-10 15:04:57 UTC +++ components/device_signals/test/signals_contract.cc @@ -221,7 +221,7 @@ GetSignalsContract(bool is_av_signal_enabled) { base::BindRepeating(VerifyUnset, names::kCrowdStrike); diff --git a/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc b/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc index e773484d930f..7a4bd862714e 100644 --- a/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc +++ b/www/iridium/files/patch-components_discardable__memory_service_discardable__shared__memory__manager.cc @@ -1,4 +1,4 @@ ---- components/discardable_memory/service/discardable_shared_memory_manager.cc.orig 2025-05-07 06:48:23 UTC +--- components/discardable_memory/service/discardable_shared_memory_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/discardable_memory/service/discardable_shared_memory_manager.cc @@ -172,7 +172,7 @@ uint64_t GetDefaultMemoryLimit() { // Limits the number of FDs used to 32, assuming a 4MB allocation size. diff --git a/www/iridium/files/patch-components_embedder__support_user__agent__utils.cc b/www/iridium/files/patch-components_embedder__support_user__agent__utils.cc index 18f4c21f757a..03650de3a9a0 100644 --- a/www/iridium/files/patch-components_embedder__support_user__agent__utils.cc +++ b/www/iridium/files/patch-components_embedder__support_user__agent__utils.cc @@ -1,4 +1,4 @@ ---- components/embedder_support/user_agent_utils.cc.orig 2025-09-11 13:19:19 UTC +--- components/embedder_support/user_agent_utils.cc.orig 2025-12-10 15:04:57 UTC +++ components/embedder_support/user_agent_utils.cc @@ -317,7 +317,7 @@ std::string GetUserAgentPlatform() { return ""; @@ -46,7 +46,7 @@ #else return std::string(version_info::GetOSType()); #endif -@@ -873,6 +876,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons +@@ -868,6 +871,16 @@ std::string BuildOSCpuInfoFromOSVersionAndCpuType(cons "Android %s", os_version.c_str() #elif BUILDFLAG(IS_FUCHSIA) "Fuchsia" diff --git a/www/iridium/files/patch-components_embedder__support_user__agent__utils__unittest.cc b/www/iridium/files/patch-components_embedder__support_user__agent__utils__unittest.cc index 44b188dd7fff..9e38ccbf0792 100644 --- a/www/iridium/files/patch-components_embedder__support_user__agent__utils__unittest.cc +++ b/www/iridium/files/patch-components_embedder__support_user__agent__utils__unittest.cc @@ -1,4 +1,4 @@ ---- components/embedder_support/user_agent_utils_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- components/embedder_support/user_agent_utils_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/embedder_support/user_agent_utils_unittest.cc @@ -152,7 +152,7 @@ void CheckUserAgentStringOrdering(bool mobile_device) ASSERT_EQ("CrOS", pieces[0]); diff --git a/www/iridium/files/patch-components_enterprise_browser_reporting_report__util.cc b/www/iridium/files/patch-components_enterprise_browser_reporting_report__util.cc index 01aa89a689f8..1d930df85c44 100644 --- a/www/iridium/files/patch-components_enterprise_browser_reporting_report__util.cc +++ b/www/iridium/files/patch-components_enterprise_browser_reporting_report__util.cc @@ -1,6 +1,6 @@ ---- components/enterprise/browser/reporting/report_util.cc.orig 2025-09-22 12:54:03 UTC +--- components/enterprise/browser/reporting/report_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/enterprise/browser/reporting/report_util.cc -@@ -197,7 +197,7 @@ std::string GetSecuritySignalsInReport( +@@ -198,7 +198,7 @@ std::string GetSecuritySignalsInReport( signals_dict.Set("antivirus_info", std::move(anti_virus_list)); signals_dict.Set("hotfixes", RepeatedFieldptrToList(os_report.hotfixes())); diff --git a/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc b/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc deleted file mode 100644 index 8aef01891c96..000000000000 --- a/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.cc.orig 2025-11-06 10:11:34 UTC -+++ components/enterprise/connectors/core/connectors_prefs.cc -@@ -22,7 +22,7 @@ - namespace enterprise_connectors { - - // Profile Prefs --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - const char kCacheEncryptionEnabledPref[] = - "enterprise_connectors.cache_encryption_enabled"; - #endif -@@ -96,7 +96,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry - #if BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) - client_certificates::RegisterProfilePrefs(registry); - #endif // BUILDFLAG(ENTERPRISE_CLIENT_CERTIFICATES) --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - registry->RegisterBooleanPref(kCacheEncryptionEnabledPref, false); - #endif - } diff --git a/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.h b/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.h deleted file mode 100644 index 79957a8fe252..000000000000 --- a/www/iridium/files/patch-components_enterprise_connectors_core_connectors__prefs.h +++ /dev/null @@ -1,11 +0,0 @@ ---- components/enterprise/connectors/core/connectors_prefs.h.orig 2025-11-06 10:11:34 UTC -+++ components/enterprise/connectors/core/connectors_prefs.h -@@ -11,7 +11,7 @@ class PrefRegistrySimple; - - namespace enterprise_connectors { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - // Pref that maps to the "CacheEncryptionEnabled" policy. - extern const char kCacheEncryptionEnabledPref[]; - #endif diff --git a/www/iridium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc b/www/iridium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc index 09fb3cf39ec2..94d4fd0df617 100644 --- a/www/iridium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc +++ b/www/iridium/files/patch-components_enterprise_connectors_core_realtime__reporting__client__base.cc @@ -1,4 +1,4 @@ ---- components/enterprise/connectors/core/realtime_reporting_client_base.cc.orig 2025-09-11 13:19:19 UTC +--- components/enterprise/connectors/core/realtime_reporting_client_base.cc.orig 2025-12-10 15:04:57 UTC +++ components/enterprise/connectors/core/realtime_reporting_client_base.cc @@ -191,7 +191,7 @@ void RealtimeReportingClientBase::ReportEvent( *event.mutable_time() = ToProtoTimestamp(base::Time::Now()); diff --git a/www/iridium/files/patch-components_enterprise_data__controls_core_browser_rule.cc b/www/iridium/files/patch-components_enterprise_data__controls_core_browser_rule.cc index 36a9f66c45f5..23f354f32f1b 100644 --- a/www/iridium/files/patch-components_enterprise_data__controls_core_browser_rule.cc +++ b/www/iridium/files/patch-components_enterprise_data__controls_core_browser_rule.cc @@ -1,4 +1,4 @@ ---- components/enterprise/data_controls/core/browser/rule.cc.orig 2025-11-06 10:11:34 UTC +--- components/enterprise/data_controls/core/browser/rule.cc.orig 2025-12-10 15:04:57 UTC +++ components/enterprise/data_controls/core/browser/rule.cc @@ -531,7 +531,7 @@ bool Rule::AddUnsupportedAttributeErrors( }, diff --git a/www/iridium/files/patch-components_enterprise_watermarking_watermark.cc b/www/iridium/files/patch-components_enterprise_watermarking_watermark.cc index 1710e23a3083..63b93d3590c4 100644 --- a/www/iridium/files/patch-components_enterprise_watermarking_watermark.cc +++ b/www/iridium/files/patch-components_enterprise_watermarking_watermark.cc @@ -1,4 +1,4 @@ ---- components/enterprise/watermarking/watermark.cc.orig 2025-09-11 13:19:19 UTC +--- components/enterprise/watermarking/watermark.cc.orig 2025-12-10 15:04:57 UTC +++ components/enterprise/watermarking/watermark.cc @@ -29,7 +29,7 @@ gfx::Font WatermarkFont(int font_size) { "Segoe UI", diff --git a/www/iridium/files/patch-components_error__page_common_localized__error.cc b/www/iridium/files/patch-components_error__page_common_localized__error.cc index d357b89a6153..ead9f2cdd643 100644 --- a/www/iridium/files/patch-components_error__page_common_localized__error.cc +++ b/www/iridium/files/patch-components_error__page_common_localized__error.cc @@ -1,6 +1,6 @@ ---- components/error_page/common/localized_error.cc.orig 2025-10-28 14:29:43 UTC +--- components/error_page/common/localized_error.cc.orig 2025-12-10 15:04:57 UTC +++ components/error_page/common/localized_error.cc -@@ -902,7 +902,7 @@ void AddSuggestionsDetails(int error_code, +@@ -896,7 +896,7 @@ void AddSuggestionsDetails(int error_code, if (suggestions & SUGGEST_PROXY_CONFIG) { // Custom body string. std::u16string inner = diff --git a/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc b/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc index 02af3c42ca0e..e435be9d5eea 100644 --- a/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc +++ b/www/iridium/files/patch-components_eye__dropper_eye__dropper__view.cc @@ -1,4 +1,4 @@ ---- components/eye_dropper/eye_dropper_view.cc.orig 2025-11-06 10:11:34 UTC +--- components/eye_dropper/eye_dropper_view.cc.orig 2025-12-10 15:04:57 UTC +++ components/eye_dropper/eye_dropper_view.cc @@ -213,7 +213,7 @@ EyeDropperView::EyeDropperView(gfx::NativeView parent, // EyeDropper/WidgetDelegate. diff --git a/www/iridium/files/patch-components_feature__engagement_public_event__constants.cc b/www/iridium/files/patch-components_feature__engagement_public_event__constants.cc index daa76ccafe32..04691e5340a5 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_event__constants.cc +++ b/www/iridium/files/patch-components_feature__engagement_public_event__constants.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/event_constants.cc.orig 2025-05-07 06:48:23 UTC +--- components/feature_engagement/public/event_constants.cc.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/event_constants.cc @@ -11,7 +11,7 @@ namespace feature_engagement { namespace events { diff --git a/www/iridium/files/patch-components_feature__engagement_public_event__constants.h b/www/iridium/files/patch-components_feature__engagement_public_event__constants.h index 88d25502de9a..c6c4200efb32 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_event__constants.h +++ b/www/iridium/files/patch-components_feature__engagement_public_event__constants.h @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/event_constants.h.orig 2025-05-07 06:48:23 UTC +--- components/feature_engagement/public/event_constants.h.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/event_constants.h @@ -14,7 +14,7 @@ namespace events { diff --git a/www/iridium/files/patch-components_feature__engagement_public_feature__configurations.cc b/www/iridium/files/patch-components_feature__engagement_public_feature__configurations.cc index 0e0ccee26d3a..5fafb34eb91b 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_feature__configurations.cc +++ b/www/iridium/files/patch-components_feature__engagement_public_feature__configurations.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_configurations.cc.orig 2025-11-06 10:11:34 UTC +--- components/feature_engagement/public/feature_configurations.cc.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/feature_configurations.cc @@ -95,7 +95,7 @@ std::optional<FeatureConfig> CreateNewUserGestureInPro @@ -18,7 +18,7 @@ if (kIPHPasswordsManagementBubbleAfterSaveFeature.name == feature->name) { FeatureConfig config; config.valid = true; -@@ -2045,7 +2045,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi +@@ -2020,7 +2020,8 @@ std::optional<FeatureConfig> GetClientSideFeatureConfi #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc b/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc index 70662a0bf9b5..22c10107e80e 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc +++ b/www/iridium/files/patch-components_feature__engagement_public_feature__constants.cc @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.cc.orig 2025-11-12 18:20:14 UTC +--- components/feature_engagement/public/feature_constants.cc.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/feature_constants.cc @@ -32,7 +32,7 @@ bool IsOnDeviceStorageEnabled() { } @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) BASE_FEATURE(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo", -@@ -846,7 +846,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, +@@ -847,7 +847,7 @@ BASE_FEATURE(kIPHiOSAIHubNewBadge, #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) BASE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature, "IPH_AutofillBnplAffirmOrZipSuggestion", -@@ -1002,7 +1002,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, +@@ -1006,7 +1006,7 @@ BASE_FEATURE(kIPHScalableIphGamingFeature, base::FEATURE_DISABLED_BY_DEFAULT); #endif diff --git a/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h b/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h index 7413010c3728..96439e371c96 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h +++ b/www/iridium/files/patch-components_feature__engagement_public_feature__constants.h @@ -1,4 +1,4 @@ ---- components/feature_engagement/public/feature_constants.h.orig 2025-11-12 18:20:14 UTC +--- components/feature_engagement/public/feature_constants.h.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/feature_constants.h @@ -31,7 +31,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDemoMode); FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHDummyFeature); @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) FEATURE_CONSTANTS_DECLARE_FEATURE(kEsbDownloadRowPromoFeature); #endif -@@ -380,7 +380,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge +@@ -385,7 +385,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHiOSAIHubNewBadge #endif // BUILDFLAG(IS_IOS) @@ -18,7 +18,7 @@ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHAutofillBnplAffirmOrZipSuggestionFeature); FEATURE_CONSTANTS_DECLARE_FEATURE( -@@ -444,7 +444,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA +@@ -450,7 +450,7 @@ FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphHelpA FEATURE_CONSTANTS_DECLARE_FEATURE(kIPHScalableIphGamingFeature); #endif diff --git a/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc b/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc index a0413763b8c8..145a4ae73749 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc +++ b/www/iridium/files/patch-components_feature__engagement_public_feature__list.cc @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.cc.orig 2025-11-12 18:20:14 UTC +--- components/feature_engagement/public/feature_list.cc.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/feature_list.cc -@@ -203,7 +203,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -202,7 +202,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHiOSReaderModeOptionsFeature, #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) &kEsbDownloadRowPromoFeature, #endif -@@ -278,7 +278,7 @@ const base::Feature* const kAllFeatures[] = { +@@ -277,7 +277,7 @@ const base::Feature* const kAllFeatures[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -17,7 +17,7 @@ +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) || \ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) &kIPHAutofillAiOptInFeature, - &kIPHAutofillBnplAffirmOrZipSuggestionFeature, + &kIPHAutofillAiValuablesFeature, @@ -336,7 +336,7 @@ const base::Feature* const kAllFeatures[] = { &kIPHScalableIphGamingFeature, #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-components_feature__engagement_public_feature__list.h b/www/iridium/files/patch-components_feature__engagement_public_feature__list.h index af9717230486..70a7b28fcac7 100644 --- a/www/iridium/files/patch-components_feature__engagement_public_feature__list.h +++ b/www/iridium/files/patch-components_feature__engagement_public_feature__list.h @@ -1,6 +1,6 @@ ---- components/feature_engagement/public/feature_list.h.orig 2025-11-12 18:20:14 UTC +--- components/feature_engagement/public/feature_list.h.orig 2025-12-10 15:04:57 UTC +++ components/feature_engagement/public/feature_list.h -@@ -357,7 +357,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA +@@ -355,7 +355,7 @@ DEFINE_VARIATION_PARAM(kIPHiOSAIHubNewBadge, "IPH_iOSA #endif // BUILDFLAG(IS_IOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ #if BUILDFLAG(GOOGLE_CHROME_BRANDING) DEFINE_VARIATION_PARAM(kEsbDownloadRowPromoFeature, "EsbDownloadRowPromo"); #endif -@@ -478,7 +478,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF +@@ -476,7 +476,8 @@ DEFINE_VARIATION_PARAM(kIPHTabGroupsSharedTabFeedbackF // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -17,8 +17,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) DEFINE_VARIATION_PARAM(kIPHAutofillAiOptInFeature, "IPH_AutofillAiOptIn"); - DEFINE_VARIATION_PARAM(kIPHAutofillBnplAffirmOrZipSuggestionFeature, - "IPH_AutofillBnplAffirmOrZipSuggestion"); + DEFINE_VARIATION_PARAM(kIPHAutofillAiValuablesFeature, + "IPH_AutofillAiValuables"); @@ -580,7 +581,7 @@ DEFINE_VARIATION_PARAM(kIPHScalableIphHelpAppBasedTenF DEFINE_VARIATION_PARAM(kIPHScalableIphGamingFeature, "IPH_ScalableIphGaming"); #endif // BUILDFLAG(IS_CHROMEOS) @@ -28,7 +28,7 @@ DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunch, "IPH_DesktopPWAsLinkCapturingLaunch"); DEFINE_VARIATION_PARAM(kIPHDesktopPWAsLinkCapturingLaunchAppInTab, -@@ -782,7 +783,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -781,7 +782,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHIOSPageActionMenu), VARIATION_ENTRY(kIPHiOSAIHubNewBadge), #elif BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -37,7 +37,7 @@ VARIATION_ENTRY(kIPHBatterySaverModeFeature), VARIATION_ENTRY(kIPHCompanionSidePanelFeature), VARIATION_ENTRY(kIPHCompanionSidePanelRegionSearchFeature), -@@ -844,7 +845,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat +@@ -843,7 +844,8 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -45,8 +45,8 @@ + BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_FUCHSIA) || \ + BUILDFLAG(IS_BSD) VARIATION_ENTRY(kIPHAutofillAiOptInFeature), + VARIATION_ENTRY(kIPHAutofillAiValuablesFeature), VARIATION_ENTRY(kIPHAutofillCreditCardBenefitFeature), - VARIATION_ENTRY(kIPHAutofillCardInfoRetrievalSuggestionFeature), @@ -899,7 +901,7 @@ inline constexpr flags_ui::FeatureEntry::FeatureVariat VARIATION_ENTRY(kIPHScalableIphGamingFeature), #endif // BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-components_feed_core_proto_v2_wire_version.proto b/www/iridium/files/patch-components_feed_core_proto_v2_wire_version.proto index b61a4e83a30e..696168e54b78 100644 --- a/www/iridium/files/patch-components_feed_core_proto_v2_wire_version.proto +++ b/www/iridium/files/patch-components_feed_core_proto_v2_wire_version.proto @@ -1,4 +1,4 @@ ---- components/feed/core/proto/v2/wire/version.proto.orig 2025-05-07 06:48:23 UTC +--- components/feed/core/proto/v2/wire/version.proto.orig 2025-12-10 15:04:57 UTC +++ components/feed/core/proto/v2/wire/version.proto @@ -25,8 +25,8 @@ message Version { BETA = 3; diff --git a/www/iridium/files/patch-components_feed_core_v2_feed__network__impl__unittest.cc b/www/iridium/files/patch-components_feed_core_v2_feed__network__impl__unittest.cc index e11c99951d9d..aff248524553 100644 --- a/www/iridium/files/patch-components_feed_core_v2_feed__network__impl__unittest.cc +++ b/www/iridium/files/patch-components_feed_core_v2_feed__network__impl__unittest.cc @@ -1,4 +1,4 @@ ---- components/feed/core/v2/feed_network_impl_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- components/feed/core/v2/feed_network_impl_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/feed/core/v2/feed_network_impl_unittest.cc @@ -746,8 +746,8 @@ TEST_F(FeedNetworkTest, SendApiRequest_DecodesClientIn diff --git a/www/iridium/files/patch-components_feed_core_v2_proto__util.cc b/www/iridium/files/patch-components_feed_core_v2_proto__util.cc index 9a5484b48ee9..7e47a3049357 100644 --- a/www/iridium/files/patch-components_feed_core_v2_proto__util.cc +++ b/www/iridium/files/patch-components_feed_core_v2_proto__util.cc @@ -1,4 +1,4 @@ ---- components/feed/core/v2/proto_util.cc.orig 2025-10-28 14:29:43 UTC +--- components/feed/core/v2/proto_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/feed/core/v2/proto_util.cc @@ -92,8 +92,8 @@ feedwire::Version GetPlatformVersionMessage() { diff --git a/www/iridium/files/patch-components_feed_core_v2_proto__util__unittest.cc b/www/iridium/files/patch-components_feed_core_v2_proto__util__unittest.cc index 85b25e7445be..a411ea966303 100644 --- a/www/iridium/files/patch-components_feed_core_v2_proto__util__unittest.cc +++ b/www/iridium/files/patch-components_feed_core_v2_proto__util__unittest.cc @@ -1,4 +1,4 @@ ---- components/feed/core/v2/proto_util_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- components/feed/core/v2/proto_util_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/feed/core/v2/proto_util_unittest.cc @@ -42,8 +42,8 @@ TEST(ProtoUtilTest, CreateClientInfo) { feedwire::ClientInfo result = CreateClientInfo(request_metadata); diff --git a/www/iridium/files/patch-components_feed_core_v2_test_proto__printer.cc b/www/iridium/files/patch-components_feed_core_v2_test_proto__printer.cc index b59e148e147e..65cbd7b2719c 100644 --- a/www/iridium/files/patch-components_feed_core_v2_test_proto__printer.cc +++ b/www/iridium/files/patch-components_feed_core_v2_test_proto__printer.cc @@ -1,4 +1,4 @@ ---- components/feed/core/v2/test/proto_printer.cc.orig 2025-10-28 14:29:43 UTC +--- components/feed/core/v2/test/proto_printer.cc.orig 2025-12-10 15:04:57 UTC +++ components/feed/core/v2/test/proto_printer.cc @@ -159,8 +159,8 @@ class TextProtoPrinter { } diff --git a/www/iridium/files/patch-components_gcm__driver_gcm__desktop__utils.cc b/www/iridium/files/patch-components_gcm__driver_gcm__desktop__utils.cc index 3a6f51117ca6..9bb2755c80b0 100644 --- a/www/iridium/files/patch-components_gcm__driver_gcm__desktop__utils.cc +++ b/www/iridium/files/patch-components_gcm__driver_gcm__desktop__utils.cc @@ -1,4 +1,4 @@ ---- components/gcm_driver/gcm_desktop_utils.cc.orig 2025-05-07 06:48:23 UTC +--- components/gcm_driver/gcm_desktop_utils.cc.orig 2025-12-10 15:04:57 UTC +++ components/gcm_driver/gcm_desktop_utils.cc @@ -32,7 +32,7 @@ GCMClient::ChromePlatform GetPlatform() { return GCMClient::PLATFORM_ANDROID; diff --git a/www/iridium/files/patch-components_gwp__asan_BUILD.gn b/www/iridium/files/patch-components_gwp__asan_BUILD.gn index 5708bee18d8e..7a8a0008aff6 100644 --- a/www/iridium/files/patch-components_gwp__asan_BUILD.gn +++ b/www/iridium/files/patch-components_gwp__asan_BUILD.gn @@ -1,4 +1,4 @@ ---- components/gwp_asan/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- components/gwp_asan/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/BUILD.gn @@ -15,7 +15,7 @@ test("gwp_asan_unittests") { "//testing/gtest", diff --git a/www/iridium/files/patch-components_gwp__asan_buildflags_buildflags.gni b/www/iridium/files/patch-components_gwp__asan_buildflags_buildflags.gni index d8533c2d1fb9..737205ef719f 100644 --- a/www/iridium/files/patch-components_gwp__asan_buildflags_buildflags.gni +++ b/www/iridium/files/patch-components_gwp__asan_buildflags_buildflags.gni @@ -1,4 +1,4 @@ ---- components/gwp_asan/buildflags/buildflags.gni.orig 2025-11-06 10:11:34 UTC +--- components/gwp_asan/buildflags/buildflags.gni.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/buildflags/buildflags.gni @@ -11,10 +11,10 @@ import("//build/config/compiler/compiler.gni") # Android requires frame pointers for unwinding, unwind tables aren't shipped in diff --git a/www/iridium/files/patch-components_gwp__asan_client_guarded__page__allocator__posix.cc b/www/iridium/files/patch-components_gwp__asan_client_guarded__page__allocator__posix.cc index 70e96b569893..78b07fa5a80b 100644 --- a/www/iridium/files/patch-components_gwp__asan_client_guarded__page__allocator__posix.cc +++ b/www/iridium/files/patch-components_gwp__asan_client_guarded__page__allocator__posix.cc @@ -1,4 +1,4 @@ ---- components/gwp_asan/client/guarded_page_allocator_posix.cc.orig 2025-05-07 06:48:23 UTC +--- components/gwp_asan/client/guarded_page_allocator_posix.cc.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/client/guarded_page_allocator_posix.cc @@ -35,8 +35,9 @@ void GuardedPageAllocator::MarkPageInaccessible(void* // mmap() a PROT_NONE page over the address to release it to the system, if diff --git a/www/iridium/files/patch-components_gwp__asan_client_gwp__asan.cc b/www/iridium/files/patch-components_gwp__asan_client_gwp__asan.cc index 830dd5f33e03..667a712dd297 100644 --- a/www/iridium/files/patch-components_gwp__asan_client_gwp__asan.cc +++ b/www/iridium/files/patch-components_gwp__asan_client_gwp__asan.cc @@ -1,4 +1,4 @@ ---- components/gwp_asan/client/gwp_asan.cc.orig 2025-09-11 13:19:19 UTC +--- components/gwp_asan/client/gwp_asan.cc.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/client/gwp_asan.cc @@ -81,7 +81,7 @@ namespace { // ProcessSamplingBoost is the multiplier to increase the diff --git a/www/iridium/files/patch-components_gwp__asan_client_gwp__asan__features.cc b/www/iridium/files/patch-components_gwp__asan_client_gwp__asan__features.cc index 34d97e4309ba..298327165f9c 100644 --- a/www/iridium/files/patch-components_gwp__asan_client_gwp__asan__features.cc +++ b/www/iridium/files/patch-components_gwp__asan_client_gwp__asan__features.cc @@ -1,4 +1,4 @@ ---- components/gwp_asan/client/gwp_asan_features.cc.orig 2025-09-11 13:19:19 UTC +--- components/gwp_asan/client/gwp_asan_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/client/gwp_asan_features.cc @@ -9,7 +9,7 @@ namespace gwp_asan::internal { diff --git a/www/iridium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc b/www/iridium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc index 66055b4cfcaf..b8b18b054ba3 100644 --- a/www/iridium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc +++ b/www/iridium/files/patch-components_gwp__asan_crash__handler_crash__analyzer.cc @@ -1,6 +1,6 @@ ---- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-05-07 06:48:23 UTC +--- components/gwp_asan/crash_handler/crash_analyzer.cc.orig 2025-12-10 15:04:57 UTC +++ components/gwp_asan/crash_handler/crash_analyzer.cc -@@ -35,7 +35,7 @@ +@@ -36,7 +36,7 @@ #include "third_party/crashpad/crashpad/snapshot/process_snapshot.h" #include "third_party/crashpad/crashpad/util/process/process_memory.h" @@ -9,7 +9,7 @@ #include <signal.h> #elif BUILDFLAG(IS_APPLE) #include <mach/exception_types.h> -@@ -113,7 +113,7 @@ bool CrashAnalyzer::GetExceptionInfo( +@@ -114,7 +114,7 @@ bool CrashAnalyzer::GetExceptionInfo( crashpad::VMAddress CrashAnalyzer::GetAccessAddress( const crashpad::ExceptionSnapshot& exception) { diff --git a/www/iridium/files/patch-components_live__caption_caption__util.cc b/www/iridium/files/patch-components_live__caption_caption__util.cc index 2dea298ec855..3185676516a6 100644 --- a/www/iridium/files/patch-components_live__caption_caption__util.cc +++ b/www/iridium/files/patch-components_live__caption_caption__util.cc @@ -1,4 +1,4 @@ ---- components/live_caption/caption_util.cc.orig 2025-11-06 10:11:34 UTC +--- components/live_caption/caption_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/live_caption/caption_util.cc @@ -139,7 +139,7 @@ bool IsHeadlessCaptionFeatureSupported() { std::string GetCaptionSettingsUrl() { diff --git a/www/iridium/files/patch-components_live__caption_caption__util.h b/www/iridium/files/patch-components_live__caption_caption__util.h index 9e5d16635e4c..138793145848 100644 --- a/www/iridium/files/patch-components_live__caption_caption__util.h +++ b/www/iridium/files/patch-components_live__caption_caption__util.h @@ -1,4 +1,4 @@ ---- components/live_caption/caption_util.h.orig 2025-05-07 06:48:23 UTC +--- components/live_caption/caption_util.h.orig 2025-12-10 15:04:57 UTC +++ components/live_caption/caption_util.h @@ -15,7 +15,7 @@ class PrefService; namespace captions { diff --git a/www/iridium/files/patch-components_media__router_common_media__source.cc b/www/iridium/files/patch-components_media__router_common_media__source.cc index 8c74914627e6..a801144cbd12 100644 --- a/www/iridium/files/patch-components_media__router_common_media__source.cc +++ b/www/iridium/files/patch-components_media__router_common_media__source.cc @@ -1,4 +1,4 @@ ---- components/media_router/common/media_source.cc.orig 2025-09-11 13:19:19 UTC +--- components/media_router/common/media_source.cc.orig 2025-12-10 15:04:57 UTC +++ components/media_router/common/media_source.cc @@ -62,7 +62,7 @@ bool IsSystemAudioCaptureSupported() { #if BUILDFLAG(IS_MAC) diff --git a/www/iridium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc b/www/iridium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc index 673144016b92..3b16ab27e966 100644 --- a/www/iridium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc +++ b/www/iridium/files/patch-components_media__router_common_providers_cast_channel_cast__message__util.cc @@ -1,4 +1,4 @@ ---- components/media_router/common/providers/cast/channel/cast_message_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/media_router/common/providers/cast/channel/cast_message_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/media_router/common/providers/cast/channel/cast_message_util.cc @@ -168,7 +168,7 @@ int GetVirtualConnectPlatformValue() { return 4; diff --git a/www/iridium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h b/www/iridium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h index 00cd65b88c55..bb800b9c5a55 100644 --- a/www/iridium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h +++ b/www/iridium/files/patch-components_media__router_common_providers_cast_channel_enum__table.h @@ -1,4 +1,4 @@ ---- components/media_router/common/providers/cast/channel/enum_table.h.orig 2025-05-07 06:48:23 UTC +--- components/media_router/common/providers/cast/channel/enum_table.h.orig 2025-12-10 15:04:57 UTC +++ components/media_router/common/providers/cast/channel/enum_table.h @@ -368,7 +368,12 @@ class EnumTable { diff --git a/www/iridium/files/patch-components_metrics_drive__metrics__provider.cc b/www/iridium/files/patch-components_metrics_drive__metrics__provider.cc index f7960e91a398..a74b1ea1b88e 100644 --- a/www/iridium/files/patch-components_metrics_drive__metrics__provider.cc +++ b/www/iridium/files/patch-components_metrics_drive__metrics__provider.cc @@ -1,4 +1,4 @@ ---- components/metrics/drive_metrics_provider.cc.orig 2025-05-07 06:48:23 UTC +--- components/metrics/drive_metrics_provider.cc.orig 2025-12-10 15:04:57 UTC +++ components/metrics/drive_metrics_provider.cc @@ -21,7 +21,7 @@ namespace metrics { diff --git a/www/iridium/files/patch-components_metrics_dwa_dwa__service.cc b/www/iridium/files/patch-components_metrics_dwa_dwa__service.cc index d1d96f8fd618..7b1e95ff5669 100644 --- a/www/iridium/files/patch-components_metrics_dwa_dwa__service.cc +++ b/www/iridium/files/patch-components_metrics_dwa_dwa__service.cc @@ -1,6 +1,6 @@ ---- components/metrics/dwa/dwa_service.cc.orig 2025-11-06 10:11:34 UTC +--- components/metrics/dwa/dwa_service.cc.orig 2025-12-10 15:04:57 UTC +++ components/metrics/dwa/dwa_service.cc -@@ -243,7 +243,7 @@ void DwaService::RecordCoarseSystemInformation( +@@ -244,7 +244,7 @@ void DwaService::RecordCoarseSystemInformation( coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_WINDOWS); #elif BUILDFLAG(IS_MAC) coarse_system_info->set_platform(::dwa::CoarseSystemInfo::PLATFORM_MACOS); diff --git a/www/iridium/files/patch-components_metrics_metrics__log.cc b/www/iridium/files/patch-components_metrics_metrics__log.cc index d621c1539fa8..df38144733d9 100644 --- a/www/iridium/files/patch-components_metrics_metrics__log.cc +++ b/www/iridium/files/patch-components_metrics_metrics__log.cc @@ -1,4 +1,4 @@ ---- components/metrics/metrics_log.cc.orig 2025-10-28 14:29:43 UTC +--- components/metrics/metrics_log.cc.orig 2025-12-10 15:04:57 UTC +++ components/metrics/metrics_log.cc @@ -59,7 +59,7 @@ #include "base/win/current_module.h" diff --git a/www/iridium/files/patch-components_metrics_motherboard.cc b/www/iridium/files/patch-components_metrics_motherboard.cc index 97d8e15344b7..9d4cc66feae4 100644 --- a/www/iridium/files/patch-components_metrics_motherboard.cc +++ b/www/iridium/files/patch-components_metrics_motherboard.cc @@ -1,4 +1,4 @@ ---- components/metrics/motherboard.cc.orig 2025-05-07 06:48:23 UTC +--- components/metrics/motherboard.cc.orig 2025-12-10 15:04:57 UTC +++ components/metrics/motherboard.cc @@ -1,6 +1,7 @@ // Copyright 2022 The Chromium Authors diff --git a/www/iridium/files/patch-components_named__mojo__ipc__server_connection__info.h b/www/iridium/files/patch-components_named__mojo__ipc__server_connection__info.h index ccb7c2eaa7f2..9c508fd6da42 100644 --- a/www/iridium/files/patch-components_named__mojo__ipc__server_connection__info.h +++ b/www/iridium/files/patch-components_named__mojo__ipc__server_connection__info.h @@ -1,4 +1,4 @@ ---- components/named_mojo_ipc_server/connection_info.h.orig 2025-05-07 06:48:23 UTC +--- components/named_mojo_ipc_server/connection_info.h.orig 2025-12-10 15:04:57 UTC +++ components/named_mojo_ipc_server/connection_info.h @@ -12,7 +12,10 @@ #include "base/win/scoped_handle.h" diff --git a/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc b/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc index 0194cf3c429b..a04f8fd80769 100644 --- a/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc +++ b/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__ipc__server__client__util.cc @@ -1,4 +1,4 @@ ---- components/named_mojo_ipc_server/named_mojo_ipc_server_client_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/named_mojo_ipc_server/named_mojo_ipc_server_client_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/named_mojo_ipc_server/named_mojo_ipc_server_client_util.cc @@ -23,7 +23,7 @@ namespace named_mojo_ipc_server { // static diff --git a/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc b/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc index 9bb8fde27624..622486a71d93 100644 --- a/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc +++ b/www/iridium/files/patch-components_named__mojo__ipc__server_named__mojo__server__endpoint__connector__linux.cc @@ -1,4 +1,4 @@ ---- components/named_mojo_ipc_server/named_mojo_server_endpoint_connector_linux.cc.orig 2025-05-07 06:48:23 UTC +--- components/named_mojo_ipc_server/named_mojo_server_endpoint_connector_linux.cc.orig 2025-12-10 15:04:57 UTC +++ components/named_mojo_ipc_server/named_mojo_server_endpoint_connector_linux.cc @@ -89,7 +89,9 @@ void NamedMojoServerEndpointConnectorLinux::OnSocketRe PLOG(ERROR) << "getsockopt failed."; diff --git a/www/iridium/files/patch-components_named__system__lock_BUILD.gn b/www/iridium/files/patch-components_named__system__lock_BUILD.gn index d394c51afa9a..62aaacef0d77 100644 --- a/www/iridium/files/patch-components_named__system__lock_BUILD.gn +++ b/www/iridium/files/patch-components_named__system__lock_BUILD.gn @@ -1,4 +1,4 @@ ---- components/named_system_lock/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- components/named_system_lock/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/named_system_lock/BUILD.gn @@ -5,7 +5,7 @@ static_library("named_system_lock") { diff --git a/www/iridium/files/patch-components_named__system__lock_lock.h b/www/iridium/files/patch-components_named__system__lock_lock.h index 8af8064d58f4..e01b1d86efc6 100644 --- a/www/iridium/files/patch-components_named__system__lock_lock.h +++ b/www/iridium/files/patch-components_named__system__lock_lock.h @@ -1,4 +1,4 @@ ---- components/named_system_lock/lock.h.orig 2025-05-07 06:48:23 UTC +--- components/named_system_lock/lock.h.orig 2025-12-10 15:04:57 UTC +++ components/named_system_lock/lock.h @@ -38,7 +38,7 @@ class ScopedLock { // may acquire that lock. The lock name has different meanings per platform: diff --git a/www/iridium/files/patch-components_named__system__lock_lock__unittest.cc b/www/iridium/files/patch-components_named__system__lock_lock__unittest.cc index 4f960d6e9c1b..f072f3002bb9 100644 --- a/www/iridium/files/patch-components_named__system__lock_lock__unittest.cc +++ b/www/iridium/files/patch-components_named__system__lock_lock__unittest.cc @@ -1,4 +1,4 @@ ---- components/named_system_lock/lock_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- components/named_system_lock/lock_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/named_system_lock/lock_unittest.cc @@ -18,7 +18,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-components_ntp__tiles_pref__names.h b/www/iridium/files/patch-components_ntp__tiles_pref__names.h index 2dfccb9fa967..6325be42002c 100644 --- a/www/iridium/files/patch-components_ntp__tiles_pref__names.h +++ b/www/iridium/files/patch-components_ntp__tiles_pref__names.h @@ -1,6 +1,6 @@ ---- components/ntp_tiles/pref_names.h.orig 2025-10-28 14:29:43 UTC +--- components/ntp_tiles/pref_names.h.orig 2025-12-10 15:04:57 UTC +++ components/ntp_tiles/pref_names.h -@@ -48,7 +48,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus +@@ -49,7 +49,7 @@ inline constexpr char kCustomLinksInitialized[] = "cus // Prefs used to cache enterprise shortcuts. #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ diff --git a/www/iridium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc b/www/iridium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc index 36d01d168a8a..331fc4f384a2 100644 --- a/www/iridium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc +++ b/www/iridium/files/patch-components_optimization__guide_core_feature__registry_feature__registration.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-11-06 10:11:34 UTC +--- components/optimization_guide/core/feature_registry/feature_registration.cc.orig 2025-12-10 15:04:57 UTC +++ components/optimization_guide/core/feature_registry/feature_registration.cc -@@ -65,7 +65,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, +@@ -67,7 +67,7 @@ BASE_FEATURE(kProductSpecificationsMqlsLogging, BASE_FEATURE(kFormsClassificationsMqlsLogging, BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || diff --git a/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__features.cc b/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__features.cc index 67a531eeb9bd..9f85a62351de 100644 --- a/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__features.cc +++ b/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__features.cc @@ -1,6 +1,6 @@ ---- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-11-06 10:11:34 UTC +--- components/optimization_guide/core/optimization_guide_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/optimization_guide/core/optimization_guide_features.cc -@@ -104,7 +104,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, +@@ -98,7 +98,7 @@ BASE_FEATURE(kOptimizationGuideModelExecution, // Whether to use the on device model service in optimization guide. BASE_FEATURE(kOptimizationGuideOnDeviceModel, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__util.cc b/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__util.cc index ddc32d2bb38a..2d88b0b49340 100644 --- a/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__util.cc +++ b/www/iridium/files/patch-components_optimization__guide_core_optimization__guide__util.cc @@ -1,4 +1,4 @@ ---- components/optimization_guide/core/optimization_guide_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/optimization_guide/core/optimization_guide_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/optimization_guide/core/optimization_guide_util.cc @@ -37,7 +37,7 @@ optimization_guide::proto::Platform GetPlatform() { return optimization_guide::proto::PLATFORM_CHROMEOS; diff --git a/www/iridium/files/patch-components_os__crypt_async_browser_secret__portal__key__provider.cc b/www/iridium/files/patch-components_os__crypt_async_browser_secret__portal__key__provider.cc index 6b4fdec9eaba..c2a700bbc7d4 100644 --- a/www/iridium/files/patch-components_os__crypt_async_browser_secret__portal__key__provider.cc +++ b/www/iridium/files/patch-components_os__crypt_async_browser_secret__portal__key__provider.cc @@ -1,4 +1,4 @@ ---- components/os_crypt/async/browser/secret_portal_key_provider.cc.orig 2025-05-07 06:48:23 UTC +--- components/os_crypt/async/browser/secret_portal_key_provider.cc.orig 2025-12-10 15:04:57 UTC +++ components/os_crypt/async/browser/secret_portal_key_provider.cc @@ -5,7 +5,9 @@ #include "components/os_crypt/async/browser/secret_portal_key_provider.h" diff --git a/www/iridium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc b/www/iridium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc index 8e1f2be0c640..0e101037ec7d 100644 --- a/www/iridium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc +++ b/www/iridium/files/patch-components_os__crypt_sync_libsecret__util__linux.cc @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-10-28 14:29:43 UTC +--- components/os_crypt/sync/libsecret_util_linux.cc.orig 2025-12-10 15:04:57 UTC +++ components/os_crypt/sync/libsecret_util_linux.cc -@@ -182,16 +182,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { +@@ -184,16 +184,22 @@ bool LibsecretLoader::EnsureLibsecretLoaded() { // static bool LibsecretLoader::LoadLibsecret() { diff --git a/www/iridium/files/patch-components_os__crypt_sync_os__crypt.h b/www/iridium/files/patch-components_os__crypt_sync_os__crypt.h index a2266b6e10fa..5e31f7837cb5 100644 --- a/www/iridium/files/patch-components_os__crypt_sync_os__crypt.h +++ b/www/iridium/files/patch-components_os__crypt_sync_os__crypt.h @@ -1,6 +1,6 @@ ---- components/os_crypt/sync/os_crypt.h.orig 2025-09-11 13:19:19 UTC +--- components/os_crypt/sync/os_crypt.h.orig 2025-12-10 15:04:57 UTC +++ components/os_crypt/sync/os_crypt.h -@@ -23,7 +23,7 @@ class Keychain; +@@ -28,7 +28,7 @@ class Keychain; } #endif @@ -9,7 +9,7 @@ class KeyStorageLinux; #endif // BUILDFLAG(IS_LINUX) -@@ -39,7 +39,7 @@ struct Config; +@@ -44,7 +44,7 @@ struct Config; // Temporary interface due to OSCrypt refactor. See OSCryptImpl for descriptions // of what each function does. namespace OSCrypt { @@ -18,7 +18,7 @@ COMPONENT_EXPORT(OS_CRYPT) void SetConfig(std::unique_ptr<os_crypt::Config> config); #endif // BUILDFLAG(IS_LINUX) -@@ -84,7 +84,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b +@@ -91,7 +91,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyForTesting(b COMPONENT_EXPORT(OS_CRYPT) void SetLegacyEncryptionForTesting(bool legacy); COMPONENT_EXPORT(OS_CRYPT) void ResetStateForTesting(); #endif // BUILDFLAG(IS_WIN) @@ -27,7 +27,7 @@ COMPONENT_EXPORT(OS_CRYPT) void UseMockKeyStorageForTesting( base::OnceCallback<std::unique_ptr<KeyStorageLinux>()> -@@ -118,7 +118,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -125,7 +125,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { // Returns singleton instance of OSCryptImpl. static OSCryptImpl* GetInstance(); @@ -36,7 +36,7 @@ // Set the configuration of OSCryptImpl. // This method, or SetRawEncryptionKey(), must be called before using // EncryptString() and DecryptString(). -@@ -214,7 +214,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -217,7 +217,7 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { void ResetStateForTesting(); #endif @@ -45,7 +45,7 @@ // For unit testing purposes, inject methods to be used. // |storage_provider_factory| provides the desired |KeyStorage| // implementation. If the provider returns |nullptr|, a hardcoded password -@@ -241,13 +241,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { +@@ -244,13 +244,13 @@ class COMPONENT_EXPORT(OS_CRYPT) OSCryptImpl { bool DeriveKey(); #endif // BUILDFLAG(IS_APPLE) diff --git a/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client.cc b/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client.cc index 63f858e1385e..e7d039c66b73 100644 --- a/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client.cc +++ b/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client.cc @@ -1,4 +1,4 @@ ---- components/paint_preview/browser/paint_preview_client.cc.orig 2025-11-06 10:11:34 UTC +--- components/paint_preview/browser/paint_preview_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/paint_preview/browser/paint_preview_client.cc @@ -464,8 +464,8 @@ void PaintPreviewClient::CapturePaintPreview( metadata->set_version(kPaintPreviewVersion); diff --git a/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc b/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc index 790b8b8c81c1..1e504bc5e9ea 100644 --- a/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc +++ b/www/iridium/files/patch-components_paint__preview_browser_paint__preview__client__unittest.cc @@ -1,4 +1,4 @@ ---- components/paint_preview/browser/paint_preview_client_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- components/paint_preview/browser/paint_preview_client_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/paint_preview/browser/paint_preview_client_unittest.cc @@ -228,8 +228,8 @@ TEST_P(PaintPreviewClientRenderViewHostTest, CaptureMa metadata->set_version(kPaintPreviewVersion); diff --git a/www/iridium/files/patch-components_paint__preview_common_proto_paint__preview.proto b/www/iridium/files/patch-components_paint__preview_common_proto_paint__preview.proto index 9cccbbdaa630..9ffb724de4d0 100644 --- a/www/iridium/files/patch-components_paint__preview_common_proto_paint__preview.proto +++ b/www/iridium/files/patch-components_paint__preview_common_proto_paint__preview.proto @@ -1,4 +1,4 @@ ---- components/paint_preview/common/proto/paint_preview.proto.orig 2025-05-07 06:48:23 UTC +--- components/paint_preview/common/proto/paint_preview.proto.orig 2025-12-10 15:04:57 UTC +++ components/paint_preview/common/proto/paint_preview.proto @@ -82,8 +82,8 @@ message PaintPreviewFrameProto { // Stores Chrome version. diff --git a/www/iridium/files/patch-components_paint__preview_player_player__compositor__delegate.cc b/www/iridium/files/patch-components_paint__preview_player_player__compositor__delegate.cc index 83996cb585db..d2ba9c4c4454 100644 --- a/www/iridium/files/patch-components_paint__preview_player_player__compositor__delegate.cc +++ b/www/iridium/files/patch-components_paint__preview_player_player__compositor__delegate.cc @@ -1,6 +1,6 @@ ---- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-10-28 14:29:43 UTC +--- components/paint_preview/player/player_compositor_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ components/paint_preview/player/player_compositor_delegate.cc -@@ -435,8 +435,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT +@@ -432,8 +432,8 @@ void PlayerCompositorDelegate::ValidateProtoAndLoadAXT auto chrome_version = capture_result_->proto.metadata().chrome_version(); const auto& current_chrome_version = version_info::GetVersion(); if (capture_result_->proto.metadata().has_chrome_version() && diff --git a/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.cc b/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.cc index 5e763752639d..02b4c6b67763 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/features/password_features.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/features/password_features.cc -@@ -58,7 +58,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, +@@ -71,7 +71,7 @@ BASE_FEATURE(kClearUndecryptablePasswords, BASE_FEATURE(kClearUndecryptablePasswordsOnSync, "ClearUndecryptablePasswordsInSync", #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -120,7 +120,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, +@@ -139,7 +139,7 @@ BASE_FEATURE(kPasswordManualFallbackAvailable, BASE_FEATURE(kPasswordManagerLogToTerminal, base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.h b/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.h index 3ee79e3b478b..5a8b04f8b6e3 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_features_password__features.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/features/password_features.h.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/features/password_features.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/features/password_features.h -@@ -147,7 +147,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) +@@ -172,7 +172,7 @@ BASE_DECLARE_FEATURE(kPasswordManualFallbackAvailable) // terminal. BASE_DECLARE_FEATURE(kPasswordManagerLogToTerminal); diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc index ded332da0770..20875eb0e49d 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_autofill_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_autofill_manager.cc -@@ -387,7 +387,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( +@@ -405,7 +405,7 @@ void PasswordAutofillManager::DidAcceptSuggestion( weak_ptr_factory_.GetWeakPtr(), *password_credential); if (password_credential->is_grouped_affiliation) { #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ @@ -9,7 +9,7 @@ cross_domain_confirmation_controller_ = password_client_->ShowCrossDomainConfirmationPopup( last_popup_open_args_.element_bounds, -@@ -629,7 +629,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { +@@ -653,7 +653,7 @@ void PasswordAutofillManager::DidNavigateMainFrame() { manual_fallback_metrics_recorder_ = std::make_unique<PasswordManualFallbackMetricsRecorder>(); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.h b/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.h index 7d92fda5a46d..39bfcfc0b3f6 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__autofill__manager.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_autofill_manager.h.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_autofill_manager.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_autofill_manager.h @@ -291,7 +291,7 @@ class PasswordAutofillManager : public autofill::Autof diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__form__filling.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__form__filling.cc index 9f666de4b98b..d96266cdbd71 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__form__filling.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__form__filling.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_form_filling.cc.orig 2025-09-11 13:19:19 UTC +--- components/password_manager/core/browser/password_form_filling.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_form_filling.cc -@@ -178,7 +178,7 @@ LikelyFormFilling SendFillInformationToRenderer( +@@ -197,7 +197,7 @@ LikelyFormFilling SendFillInformationToRenderer( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__form__manager.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__form__manager.cc index de0fd19b8772..277284f30ef1 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__form__manager.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__form__manager.cc @@ -1,15 +1,6 @@ ---- components/password_manager/core/browser/password_form_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_form_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_form_manager.cc -@@ -67,7 +67,7 @@ - #include "components/webauthn/android/webauthn_cred_man_delegate.h" - #endif // BUILDFLAG(IS_ANDROID) - --#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/os_crypt/sync/os_crypt.h" - #endif - -@@ -239,7 +239,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest +@@ -235,7 +235,7 @@ bool ShouldUploadCrowdsourcingVotes(const FormOrDigest return false; } @@ -18,7 +9,7 @@ bool ShouldShowKeychainErrorBubble( std::optional<PasswordStoreBackendError> backend_error) { if (!backend_error.has_value()) { -@@ -940,7 +940,7 @@ void PasswordFormManager::OnFetchCompleted() { +@@ -936,7 +936,7 @@ void PasswordFormManager::OnFetchCompleted() { error.value().type); } diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manager.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__manager.cc index 7973fa2a91f0..d245884503d9 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manager.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manager.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/password_manager.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manager.cc -@@ -590,7 +590,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -607,7 +607,7 @@ void PasswordManager::RegisterProfilePrefs( registry->RegisterListPref(prefs::kPasswordManagerPromoCardsList); #endif // BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_IOS) registry->RegisterBooleanPref(prefs::kPasswordSharingEnabled, true); @@ -9,7 +9,7 @@ registry->RegisterIntegerPref(prefs::kRelaunchChromeBubbleDismissedCounter, 0); #endif -@@ -603,7 +603,7 @@ void PasswordManager::RegisterProfilePrefs( +@@ -620,7 +620,7 @@ void PasswordManager::RegisterProfilePrefs( #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__client.h b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__client.h index 15420ce8b22f..caff4d6996f4 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__client.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__client.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_client.h.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_manager_client.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manager_client.h @@ -30,7 +30,7 @@ #include "net/cert/cert_status_flags.h" @@ -9,7 +9,7 @@ #include "base/i18n/rtl.h" #include "components/password_manager/core/browser/password_cross_domain_confirmation_popup_controller.h" #include "ui/gfx/geometry/rect_f.h" -@@ -540,7 +540,7 @@ class PasswordManagerClient { +@@ -544,7 +544,7 @@ class PasswordManagerClient { virtual void TriggerSignIn(signin_metrics::AccessPoint access_point) const; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.cc index 65f0b7d16fee..716a7d5de204 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_switches.cc.orig 2025-05-07 06:48:23 UTC +--- components/password_manager/core/browser/password_manager_switches.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manager_switches.cc @@ -6,7 +6,7 @@ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.h b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.h index c45f941ed3bd..64bbb5933542 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manager__switches.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manager_switches.h.orig 2025-05-07 06:48:23 UTC +--- components/password_manager/core/browser/password_manager_switches.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manager_switches.h @@ -9,7 +9,7 @@ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc index 2c5f7d005ad5..c8dc688f6dc4 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manual_fallback_flow.cc.orig 2025-10-28 14:29:43 UTC +--- components/password_manager/core/browser/password_manual_fallback_flow.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manual_fallback_flow.cc @@ -46,7 +46,7 @@ std::u16string GetUsernameFromLabel(const std::u16stri } diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h b/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h index 8651fa4fb75e..e9dc1e45fe4a 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__manual__fallback__flow.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_manual_fallback_flow.h.orig 2025-09-11 13:19:19 UTC +--- components/password_manager/core/browser/password_manual_fallback_flow.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_manual_fallback_flow.h @@ -19,7 +19,7 @@ #include "components/password_manager/core/browser/ui/saved_passwords_presenter.h" diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc index 95dd6f038e29..48e0227482d4 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__store__factory__util.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_store_factory_util.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_store_factory_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_store_factory_util.cc @@ -33,7 +33,7 @@ namespace { LoginDatabase::DeletingUndecryptablePasswordsEnabled GetPolicyFromPrefs( diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database.cc index ada2da3ea2a2..50fd1067b828 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database.cc @@ -1,9 +1,9 @@ ---- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_store/login_database.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_store/login_database.cc @@ -1043,7 +1043,7 @@ bool ShouldDeleteUndecryptablePasswords( - bool is_user_data_dir_policy_set, bool is_enabled_by_policy, - IsAccountStore is_account_store) { + IsAccountStore is_account_store, + const os_crypt_async::Encryptor* encryptor) { -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) std::unique_ptr<base::Environment> environment(base::Environment::Create()); diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc index aa79d2ef1956..08a06c6777d3 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__async__helper.cc @@ -1,4 +1,4 @@ ---- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_store/login_database_async_helper.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_store/login_database_async_helper.cc @@ -146,7 +146,7 @@ LoginsResultOrError LoginDatabaseAsyncHelper::FillMatc std::vector<PasswordForm> matched_forms; @@ -7,5 +7,5 @@ -#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) return PasswordStoreBackendError( - OSCrypt::IsEncryptionAvailable() + is_encryption_available_ ? PasswordStoreBackendErrorType::kUncategorized diff --git a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc index 770a08f191c0..4fb31a5c8b56 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_password__store_login__database__unittest.cc @@ -1,7 +1,7 @@ ---- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/browser/password_store/login_database_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/password_store/login_database_unittest.cc -@@ -2278,7 +2278,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, - testing::Bool())); +@@ -2227,7 +2227,7 @@ INSTANTIATE_TEST_SUITE_P(MigrationToVCurrent, + testing::Values(1, 2, 3, 24)); #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_IOS) || \ - BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc b/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc index 79c8c19bc5e7..e84b0d9db784 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc +++ b/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.cc @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-10-28 14:29:43 UTC +--- components/password_manager/core/browser/stub_password_manager_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/stub_password_manager_client.cc -@@ -211,7 +211,7 @@ version_info::Channel StubPasswordManagerClient::GetCh +@@ -226,7 +226,7 @@ version_info::Channel StubPasswordManagerClient::GetCh } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h b/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h index eebabb11e7e9..ba1948f595fa 100644 --- a/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h +++ b/www/iridium/files/patch-components_password__manager_core_browser_stub__password__manager__client.h @@ -1,6 +1,6 @@ ---- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-10-28 14:29:43 UTC +--- components/password_manager/core/browser/stub_password_manager_client.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/browser/stub_password_manager_client.h -@@ -80,7 +80,7 @@ class StubPasswordManagerClient : public PasswordManag +@@ -84,7 +84,7 @@ class StubPasswordManagerClient : public PasswordManag MockPasswordFeatureManager* GetPasswordFeatureManager(); version_info::Channel GetChannel() const override; #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-components_password__manager_core_common_password__manager__pref__names.h b/www/iridium/files/patch-components_password__manager_core_common_password__manager__pref__names.h index 062bf8910f18..ece7cb7e0f98 100644 --- a/www/iridium/files/patch-components_password__manager_core_common_password__manager__pref__names.h +++ b/www/iridium/files/patch-components_password__manager_core_common_password__manager__pref__names.h @@ -1,4 +1,4 @@ ---- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-11-06 10:11:34 UTC +--- components/password_manager/core/common/password_manager_pref_names.h.orig 2025-12-10 15:04:57 UTC +++ components/password_manager/core/common/password_manager_pref_names.h @@ -59,7 +59,7 @@ inline constexpr char kCredentialProviderEnabledOnStar #endif diff --git a/www/iridium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc b/www/iridium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc index 9cf7694134d8..1ca3ce8b55d8 100644 --- a/www/iridium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc +++ b/www/iridium/files/patch-components_performance__manager_decorators_process__metrics__decorator.cc @@ -1,11 +1,11 @@ ---- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-10-28 14:29:43 UTC +--- components/performance_manager/decorators/process_metrics_decorator.cc.orig 2025-12-10 15:04:57 UTC +++ components/performance_manager/decorators/process_metrics_decorator.cc -@@ -266,7 +266,7 @@ void ProcessMetricsDecorator::DidGetMemoryUsage( - base::ByteCount process_rss = - base::KiB(process_dump_iter.os_dump().resident_set_kb); - process_node->set_resident_set(process_rss); +@@ -54,7 +54,7 @@ class ProcessMetricsDecorator::NodeMetricsUpdater { + auto* process_node = ProcessNodeImpl::FromNode(context.GetProcessNode()); + process_node->set_private_footprint(memory_summary_->private_footprint); + process_node->set_resident_set(memory_summary_->resident_set_size); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) - process_node->set_private_swap( - base::KiB(process_dump_iter.os_dump().private_footprint_swap_kb)); + process_node->set_private_swap(memory_summary_->private_swap); #endif + } diff --git a/www/iridium/files/patch-components_performance__manager_public_features.h b/www/iridium/files/patch-components_performance__manager_public_features.h index b1d968ce9ac4..6d8d45d29611 100644 --- a/www/iridium/files/patch-components_performance__manager_public_features.h +++ b/www/iridium/files/patch-components_performance__manager_public_features.h @@ -1,4 +1,4 @@ ---- components/performance_manager/public/features.h.orig 2025-05-07 06:48:23 UTC +--- components/performance_manager/public/features.h.orig 2025-12-10 15:04:57 UTC +++ components/performance_manager/public/features.h @@ -19,7 +19,7 @@ namespace performance_manager::features { diff --git a/www/iridium/files/patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc b/www/iridium/files/patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc index 8e8b091e8f6c..bd5e62a80465 100644 --- a/www/iridium/files/patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc +++ b/www/iridium/files/patch-components_performance__manager_resource__attribution_memory__measurement__delegate.cc @@ -1,4 +1,4 @@ ---- components/performance_manager/resource_attribution/memory_measurement_delegate.cc.orig 2025-11-06 10:11:34 UTC +--- components/performance_manager/resource_attribution/memory_measurement_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ components/performance_manager/resource_attribution/memory_measurement_delegate.cc @@ -100,7 +100,7 @@ void MemoryMeasurementDelegateImpl::OnMemorySummary( base::KiB(process_dump.os_dump().resident_set_kb), diff --git a/www/iridium/files/patch-components_permissions_prediction__service_prediction__common.cc b/www/iridium/files/patch-components_permissions_prediction__service_prediction__common.cc index 21174c7f4e13..29649623b463 100644 --- a/www/iridium/files/patch-components_permissions_prediction__service_prediction__common.cc +++ b/www/iridium/files/patch-components_permissions_prediction__service_prediction__common.cc @@ -1,4 +1,4 @@ ---- components/permissions/prediction_service/prediction_common.cc.orig 2025-09-11 13:19:19 UTC +--- components/permissions/prediction_service/prediction_common.cc.orig 2025-12-10 15:04:57 UTC +++ components/permissions/prediction_service/prediction_common.cc @@ -36,7 +36,7 @@ int BucketizeValue(int count) { diff --git a/www/iridium/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc b/www/iridium/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc index 69f92ed0fcc8..cff949a22ac2 100644 --- a/www/iridium/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc +++ b/www/iridium/files/patch-components_policy_core_browser_policy__pref__mapping__test.cc @@ -1,4 +1,4 @@ ---- components/policy/core/browser/policy_pref_mapping_test.cc.orig 2025-05-07 06:48:23 UTC +--- components/policy/core/browser/policy_pref_mapping_test.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/browser/policy_pref_mapping_test.cc @@ -432,7 +432,7 @@ class PolicyTestCase { const std::string os("chromeos"); diff --git a/www/iridium/files/patch-components_policy_core_browser_url__blocklist__manager.cc b/www/iridium/files/patch-components_policy_core_browser_url__blocklist__manager.cc index a121cd9d07e2..67ac782e0474 100644 --- a/www/iridium/files/patch-components_policy_core_browser_url__blocklist__manager.cc +++ b/www/iridium/files/patch-components_policy_core_browser_url__blocklist__manager.cc @@ -1,4 +1,4 @@ ---- components/policy/core/browser/url_blocklist_manager.cc.orig 2025-09-11 13:19:19 UTC +--- components/policy/core/browser/url_blocklist_manager.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/browser/url_blocklist_manager.cc @@ -377,7 +377,7 @@ void URLBlocklistManager::RegisterProfilePrefs( policy_prefs::kSafeSitesFilterBehavior, diff --git a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc index 9ff36970a7e0..46e676ff2975 100644 --- a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc +++ b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__client.cc @@ -1,4 +1,4 @@ ---- components/policy/core/common/cloud/cloud_policy_client.cc.orig 2025-11-06 10:11:34 UTC +--- components/policy/core/common/cloud/cloud_policy_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/cloud/cloud_policy_client.cc @@ -767,7 +767,7 @@ void CloudPolicyClient::FetchPolicy(PolicyFetchReason fetch_request->set_invalidation_payload(invalidation_payload_); diff --git a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc index 8cac6f632bee..b81bd8a9d32d 100644 --- a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc +++ b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__refresh__scheduler.cc @@ -1,6 +1,6 @@ ---- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-11-06 10:11:34 UTC +--- components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/cloud/cloud_policy_refresh_scheduler.cc -@@ -25,7 +25,7 @@ namespace policy { +@@ -26,7 +26,7 @@ namespace policy { namespace { @@ -9,7 +9,7 @@ BASE_FEATURE(kRetryWithKeyReset, base::FEATURE_ENABLED_BY_DEFAULT); #endif -@@ -218,7 +218,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo +@@ -219,7 +219,7 @@ void CloudPolicyRefreshScheduler::OnStoreError(CloudPo // continue using the stale information. Thus, no specific response to a store // error is required. NB: Changes to is_managed fire OnStoreLoaded(). diff --git a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc index 5807a63c38f7..57ec6277e585 100644 --- a/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc +++ b/www/iridium/files/patch-components_policy_core_common_cloud_cloud__policy__util.cc @@ -1,4 +1,4 @@ ---- components/policy/core/common/cloud/cloud_policy_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/policy/core/common/cloud/cloud_policy_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/cloud/cloud_policy_util.cc @@ -21,7 +21,7 @@ #include "base/win/wincred_shim.h" diff --git a/www/iridium/files/patch-components_policy_core_common_policy__paths.cc b/www/iridium/files/patch-components_policy_core_common_policy__paths.cc index b062f7ce75c1..764726e9d42e 100644 --- a/www/iridium/files/patch-components_policy_core_common_policy__paths.cc +++ b/www/iridium/files/patch-components_policy_core_common_policy__paths.cc @@ -1,4 +1,4 @@ ---- components/policy/core/common/policy_paths.cc.orig 2025-05-07 06:48:23 UTC +--- components/policy/core/common/policy_paths.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/policy_paths.cc @@ -17,6 +17,8 @@ namespace policy { const char kPolicyPath[] = "/etc/iridium-browser/policies"; diff --git a/www/iridium/files/patch-components_policy_core_common_policy__pref__names.cc b/www/iridium/files/patch-components_policy_core_common_policy__pref__names.cc index f597d442d1ec..b9dca7d4d10f 100644 --- a/www/iridium/files/patch-components_policy_core_common_policy__pref__names.cc +++ b/www/iridium/files/patch-components_policy_core_common_policy__pref__names.cc @@ -1,4 +1,4 @@ ---- components/policy/core/common/policy_pref_names.cc.orig 2025-09-11 13:19:19 UTC +--- components/policy/core/common/policy_pref_names.cc.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/policy_pref_names.cc @@ -199,7 +199,7 @@ const char kFloatingWorkspaceEnabled[] = "ash.floating // A boolean value indicating whether the built-in AI APIs are enabled. diff --git a/www/iridium/files/patch-components_policy_core_common_policy__pref__names.h b/www/iridium/files/patch-components_policy_core_common_policy__pref__names.h index a1fa66d9a268..7357e0b260fd 100644 --- a/www/iridium/files/patch-components_policy_core_common_policy__pref__names.h +++ b/www/iridium/files/patch-components_policy_core_common_policy__pref__names.h @@ -1,4 +1,4 @@ ---- components/policy/core/common/policy_pref_names.h.orig 2025-11-06 10:11:34 UTC +--- components/policy/core/common/policy_pref_names.h.orig 2025-12-10 15:04:57 UTC +++ components/policy/core/common/policy_pref_names.h @@ -96,7 +96,7 @@ extern const char kFloatingWorkspaceEnabled[]; #endif diff --git a/www/iridium/files/patch-components_policy_tools_generate__policy__source.py b/www/iridium/files/patch-components_policy_tools_generate__policy__source.py index b0ff155bc024..8193a32c887b 100644 --- a/www/iridium/files/patch-components_policy_tools_generate__policy__source.py +++ b/www/iridium/files/patch-components_policy_tools_generate__policy__source.py @@ -1,4 +1,4 @@ ---- components/policy/tools/generate_policy_source.py.orig 2025-05-07 06:48:23 UTC +--- components/policy/tools/generate_policy_source.py.orig 2025-12-10 15:04:57 UTC +++ components/policy/tools/generate_policy_source.py @@ -38,9 +38,9 @@ PLATFORM_STRINGS = { 'ios': ['ios'], diff --git a/www/iridium/files/patch-components_policy_tools_template__writers_writer__configuration.py b/www/iridium/files/patch-components_policy_tools_template__writers_writer__configuration.py index 5d3a8c360af7..30733d93a8c5 100644 --- a/www/iridium/files/patch-components_policy_tools_template__writers_writer__configuration.py +++ b/www/iridium/files/patch-components_policy_tools_template__writers_writer__configuration.py @@ -1,4 +1,4 @@ ---- components/policy/tools/template_writers/writer_configuration.py.orig 2025-05-07 06:48:23 UTC +--- components/policy/tools/template_writers/writer_configuration.py.orig 2025-12-10 15:04:57 UTC +++ components/policy/tools/template_writers/writer_configuration.py @@ -59,7 +59,7 @@ def GetConfigurationForBuild(defines): }, diff --git a/www/iridium/files/patch-components_power__metrics_BUILD.gn b/www/iridium/files/patch-components_power__metrics_BUILD.gn index 65d1f7041158..0152f951ff12 100644 --- a/www/iridium/files/patch-components_power__metrics_BUILD.gn +++ b/www/iridium/files/patch-components_power__metrics_BUILD.gn @@ -1,4 +1,4 @@ ---- components/power_metrics/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- components/power_metrics/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/power_metrics/BUILD.gn @@ -41,7 +41,7 @@ static_library("power_metrics") { ldflags = [ "/DELAYLOAD:setupapi.dll" ] diff --git a/www/iridium/files/patch-components_power__metrics_energy__metrics__provider.cc b/www/iridium/files/patch-components_power__metrics_energy__metrics__provider.cc index d3e69a9ff93f..911b00bcf250 100644 --- a/www/iridium/files/patch-components_power__metrics_energy__metrics__provider.cc +++ b/www/iridium/files/patch-components_power__metrics_energy__metrics__provider.cc @@ -1,4 +1,4 @@ ---- components/power_metrics/energy_metrics_provider.cc.orig 2025-09-11 13:19:19 UTC +--- components/power_metrics/energy_metrics_provider.cc.orig 2025-12-10 15:04:57 UTC +++ components/power_metrics/energy_metrics_provider.cc @@ -9,6 +9,8 @@ #include "components/power_metrics/energy_metrics_provider_win.h" diff --git a/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc b/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc index 78216db73b43..8fb99a10d36e 100644 --- a/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc +++ b/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.cc @@ -1,4 +1,4 @@ ---- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-11-06 10:11:34 UTC +--- components/regional_capabilities/regional_capabilities_switches.cc.orig 2025-12-10 15:04:57 UTC +++ components/regional_capabilities/regional_capabilities_switches.cc @@ -23,7 +23,7 @@ BASE_FEATURE(kResolveRegionalCapabilitiesFromDevice, base::FEATURE_ENABLED_BY_DEFAULT); @@ -8,4 +8,4 @@ +#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kUseFinchPermanentCountryForFetchCountryId, "UseFinchPermanentCountyForFetchCountryId", - base::FEATURE_DISABLED_BY_DEFAULT); + base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.h b/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.h index 0aec7067fe37..305813f8e587 100644 --- a/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.h +++ b/www/iridium/files/patch-components_regional__capabilities_regional__capabilities__switches.h @@ -1,4 +1,4 @@ ---- components/regional_capabilities/regional_capabilities_switches.h.orig 2025-11-06 10:11:34 UTC +--- components/regional_capabilities/regional_capabilities_switches.h.orig 2025-12-10 15:04:57 UTC +++ components/regional_capabilities/regional_capabilities_switches.h @@ -53,7 +53,7 @@ BASE_DECLARE_FEATURE(kRestrictLegacySearchEnginePromoO BASE_DECLARE_FEATURE(kResolveRegionalCapabilitiesFromDevice); diff --git a/www/iridium/files/patch-components_safe__browsing_content_common_file__type__policies__unittest.cc b/www/iridium/files/patch-components_safe__browsing_content_common_file__type__policies__unittest.cc index d05a26d6e381..da75b1bf7824 100644 --- a/www/iridium/files/patch-components_safe__browsing_content_common_file__type__policies__unittest.cc +++ b/www/iridium/files/patch-components_safe__browsing_content_common_file__type__policies__unittest.cc @@ -1,4 +1,4 @@ ---- components/safe_browsing/content/common/file_type_policies_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- components/safe_browsing/content/common/file_type_policies_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ components/safe_browsing/content/common/file_type_policies_unittest.cc @@ -146,7 +146,7 @@ TEST_F(FileTypePoliciesTest, UnpackResourceBundle) { EXPECT_EQ(142, file_type.uma_value()); diff --git a/www/iridium/files/patch-components_safe__browsing_content_resources_gen__file__type__proto.py b/www/iridium/files/patch-components_safe__browsing_content_resources_gen__file__type__proto.py index eaee81a37be7..bf78fb243094 100644 --- a/www/iridium/files/patch-components_safe__browsing_content_resources_gen__file__type__proto.py +++ b/www/iridium/files/patch-components_safe__browsing_content_resources_gen__file__type__proto.py @@ -1,4 +1,4 @@ ---- components/safe_browsing/content/resources/gen_file_type_proto.py.orig 2025-05-07 06:48:23 UTC +--- components/safe_browsing/content/resources/gen_file_type_proto.py.orig 2025-12-10 15:04:57 UTC +++ components/safe_browsing/content/resources/gen_file_type_proto.py @@ -37,6 +37,8 @@ def PlatformTypes(): "chromeos": diff --git a/www/iridium/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc b/www/iridium/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc index a75b25091e2b..e66d48a58817 100644 --- a/www/iridium/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc +++ b/www/iridium/files/patch-components_safe__browsing_core_browser_db_v4__protocol__manager__util.cc @@ -1,4 +1,4 @@ ---- components/safe_browsing/core/browser/db/v4_protocol_manager_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/safe_browsing/core/browser/db/v4_protocol_manager_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/safe_browsing/core/browser/db/v4_protocol_manager_util.cc @@ -119,7 +119,7 @@ std::ostream& operator<<(std::ostream& os, const ListI PlatformType GetCurrentPlatformType() { diff --git a/www/iridium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc b/www/iridium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc index 861b7265f3b7..6c97f4772e8e 100644 --- a/www/iridium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc +++ b/www/iridium/files/patch-components_safe__browsing_core_browser_realtime_url__lookup__service__base.cc @@ -1,4 +1,4 @@ ---- components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc.orig 2025-09-11 13:19:19 UTC +--- components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc.orig 2025-12-10 15:04:57 UTC +++ components/safe_browsing/core/browser/realtime/url_lookup_service_base.cc @@ -112,7 +112,7 @@ RTLookupRequest::OSType GetRTLookupRequestOSType() { return RTLookupRequest::OS_TYPE_CHROME_OS; diff --git a/www/iridium/files/patch-components_search__engines_template__url__service.cc b/www/iridium/files/patch-components_search__engines_template__url__service.cc index f23c97d37061..5b8722b207ba 100644 --- a/www/iridium/files/patch-components_search__engines_template__url__service.cc +++ b/www/iridium/files/patch-components_search__engines_template__url__service.cc @@ -1,6 +1,6 @@ ---- components/search_engines/template_url_service.cc.orig 2025-10-28 14:29:43 UTC +--- components/search_engines/template_url_service.cc.orig 2025-12-10 15:04:57 UTC +++ components/search_engines/template_url_service.cc -@@ -3587,7 +3587,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( +@@ -3590,7 +3590,7 @@ bool TemplateURLService::MatchesDefaultSearchProvider( std::unique_ptr<EnterpriseSearchManager> TemplateURLService::GetEnterpriseSearchManager(PrefService* prefs) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_security__interstitials_content_utils.cc b/www/iridium/files/patch-components_security__interstitials_content_utils.cc index 821de2929e3a..318b8feef93e 100644 --- a/www/iridium/files/patch-components_security__interstitials_content_utils.cc +++ b/www/iridium/files/patch-components_security__interstitials_content_utils.cc @@ -1,4 +1,4 @@ ---- components/security_interstitials/content/utils.cc.orig 2025-05-07 06:48:23 UTC +--- components/security_interstitials/content/utils.cc.orig 2025-12-10 15:04:57 UTC +++ components/security_interstitials/content/utils.cc @@ -37,7 +37,7 @@ void LaunchDateAndTimeSettings() { #if BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc b/www/iridium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc index 0c6ab10dd12f..ff7a700a900a 100644 --- a/www/iridium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc +++ b/www/iridium/files/patch-components_segmentation__platform_embedder_default__model_cross__device__user__segment.cc @@ -1,6 +1,6 @@ ---- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-05-07 06:48:23 UTC +--- components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc.orig 2025-12-10 15:04:57 UTC +++ components/segmentation_platform/embedder/default_model/cross_device_user_segment.cc -@@ -147,7 +147,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( +@@ -122,7 +122,7 @@ void CrossDeviceUserSegment::ExecuteModelWithInput( // Check for current device type and subtract it from the device count // calculation. #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.cc b/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.cc index 658485452ada..ee46a49e9479 100644 --- a/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.cc +++ b/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.cc @@ -1,4 +1,4 @@ ---- components/services/on_device_translation/sandbox_hook.cc.orig 2025-05-07 06:48:23 UTC +--- components/services/on_device_translation/sandbox_hook.cc.orig 2025-12-10 15:04:57 UTC +++ components/services/on_device_translation/sandbox_hook.cc @@ -7,12 +7,15 @@ #include "components/services/on_device_translation/translate_kit_client.h" diff --git a/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.h b/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.h index 82eb226321fe..fe563f853513 100644 --- a/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.h +++ b/www/iridium/files/patch-components_services_on__device__translation_sandbox__hook.h @@ -1,4 +1,4 @@ ---- components/services/on_device_translation/sandbox_hook.h.orig 2025-05-07 06:48:23 UTC +--- components/services/on_device_translation/sandbox_hook.h.orig 2025-12-10 15:04:57 UTC +++ components/services/on_device_translation/sandbox_hook.h @@ -5,7 +5,13 @@ #ifndef COMPONENTS_SERVICES_ON_DEVICE_TRANSLATION_SANDBOX_HOOK_H_ diff --git a/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc b/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc index dfc83f8be92c..729455c7372f 100644 --- a/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc +++ b/www/iridium/files/patch-components_services_paint__preview__compositor_paint__preview__compositor__collection__impl.cc @@ -1,4 +1,4 @@ ---- components/services/paint_preview_compositor/paint_preview_compositor_collection_impl.cc.orig 2025-05-07 06:48:23 UTC +--- components/services/paint_preview_compositor/paint_preview_compositor_collection_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/services/paint_preview_compositor/paint_preview_compositor_collection_impl.cc @@ -22,7 +22,7 @@ diff --git a/www/iridium/files/patch-components_signin_public_base_signin__switches.cc b/www/iridium/files/patch-components_signin_public_base_signin__switches.cc index 93b30b6792b2..9e27ded10a95 100644 --- a/www/iridium/files/patch-components_signin_public_base_signin__switches.cc +++ b/www/iridium/files/patch-components_signin_public_base_signin__switches.cc @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.cc.orig 2025-11-06 10:11:34 UTC +--- components/signin/public/base/signin_switches.cc.orig 2025-12-10 15:04:57 UTC +++ components/signin/public/base/signin_switches.cc -@@ -96,7 +96,7 @@ BASE_FEATURE(kBrowserSigninInSyncHeaderOnGaiaIntegrati - BASE_FEATURE(kCctSignInPrompt, base::FEATURE_ENABLED_BY_DEFAULT); +@@ -107,7 +107,7 @@ BASE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo + base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ BASE_FEATURE(kChromeIdentitySurveyAddressBubbleSignin, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kChromeIdentitySurveyDiceWebSigninAccepted, -@@ -123,7 +123,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro +@@ -134,7 +134,7 @@ BASE_FEATURE(kChromeIdentitySurveySwitchProfileFromPro base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,27 @@ BASE_FEATURE(kChromeIdentitySurveyLaunchWithDelay, base::FEATURE_ENABLED_BY_DEFAULT); BASE_FEATURE_PARAM(base::TimeDelta, -@@ -325,7 +325,7 @@ BASE_FEATURE(kRetryInterceptionBubbleOnDiceSyncHeaderT +@@ -343,7 +343,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, + base::Days(7)); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kProfileCreationDeclineSigninCTAExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + +@@ -372,12 +372,12 @@ BASE_FEATURE(kProfilesReordering, base::FEATURE_DISABL BASE_FEATURE(kRollbackDiceMigration, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + BASE_FEATURE(kShowProfilePickerToAllUsersExperiment, + base::FEATURE_DISABLED_BY_DEFAULT); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kSignInPromoMaterialNextUI, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) diff --git a/www/iridium/files/patch-components_signin_public_base_signin__switches.h b/www/iridium/files/patch-components_signin_public_base_signin__switches.h index 8873288e27ff..69a14da9099c 100644 --- a/www/iridium/files/patch-components_signin_public_base_signin__switches.h +++ b/www/iridium/files/patch-components_signin_public_base_signin__switches.h @@ -1,7 +1,7 @@ ---- components/signin/public/base/signin_switches.h.orig 2025-11-06 10:11:34 UTC +--- components/signin/public/base/signin_switches.h.orig 2025-12-10 15:04:57 UTC +++ components/signin/public/base/signin_switches.h -@@ -77,7 +77,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) - BASE_DECLARE_FEATURE(kCctSignInPrompt); +@@ -95,7 +95,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kChromeAndroidIdentitySurveyBookmarkPromo); #endif // BUILDFLAG(IS_ANDROID) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ // Enables surveys to measure the effectiveness of the identity model. // These surveys would be displayed after interactions such as signin, profile // switching, etc. Please keep sorted alphabetically. -@@ -109,7 +109,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil +@@ -127,7 +127,7 @@ BASE_DECLARE_FEATURE(kChromeIdentitySurveySwitchProfil // LINT.ThenChange(//chrome/browser/signin/signin_hats_util.cc) #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) @@ -18,12 +18,29 @@ // Controls the duration for which the launch of an identity survey is delayed. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kChromeIdentitySurveyLaunchWithDelay); -@@ -277,7 +277,7 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -287,7 +287,7 @@ BASE_DECLARE_FEATURE_PARAM(base::TimeDelta, + kOfferMigrationToDiceUsersMinTimeBetweenDialogs); + #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with changing the secondary CTA for FRE and new profile + // creation. + COMPONENT_EXPORT(SIGNIN_SWITCHES) +@@ -318,14 +318,14 @@ COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kRollbackDiceMigration); #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Experimenting with showing the profile picker to all users (not only the + // users with multiple profiles). + COMPONENT_EXPORT(SIGNIN_SWITCHES) + BASE_DECLARE_FEATURE(kShowProfilePickerToAllUsersExperiment); + #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) + +-#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) // Uses the Material Next theme for the signin promo. COMPONENT_EXPORT(SIGNIN_SWITCHES) BASE_DECLARE_FEATURE(kSignInPromoMaterialNextUI); diff --git a/www/iridium/files/patch-components_soda_soda__util.cc b/www/iridium/files/patch-components_soda_soda__util.cc index f1d39557198a..8e5668a14b97 100644 --- a/www/iridium/files/patch-components_soda_soda__util.cc +++ b/www/iridium/files/patch-components_soda_soda__util.cc @@ -1,4 +1,4 @@ ---- components/soda/soda_util.cc.orig 2025-05-07 06:48:23 UTC +--- components/soda/soda_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/soda/soda_util.cc @@ -23,7 +23,7 @@ #include "base/win/windows_version.h" @@ -18,8 +18,8 @@ bool IsSupportedLinux() { #if defined(ARCH_CPU_X86_FAMILY) // Check if the CPU has the required instruction set to run the Speech -@@ -70,7 +70,7 @@ bool IsSupportedWin() { - bool IsOnDeviceSpeechRecognitionSupported() { +@@ -73,7 +73,7 @@ bool IsOnDeviceSpeechRecognitionSupported() { + // support Gemini Nano. #if BUILDFLAG(IS_CHROMEOS) return IsSupportedChromeOS(); -#elif BUILDFLAG(IS_LINUX) diff --git a/www/iridium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc b/www/iridium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc index 01eaf8cd5e9f..a19aceb56efb 100644 --- a/www/iridium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc +++ b/www/iridium/files/patch-components_startup__metric__utils_common_startup__metric__utils.cc @@ -1,4 +1,4 @@ ---- components/startup_metric_utils/common/startup_metric_utils.cc.orig 2025-09-11 13:19:19 UTC +--- components/startup_metric_utils/common/startup_metric_utils.cc.orig 2025-12-10 15:04:57 UTC +++ components/startup_metric_utils/common/startup_metric_utils.cc @@ -95,7 +95,7 @@ base::TimeTicks CommonStartupMetricRecorder::StartupTi // Enabling this logic on OS X causes a significant performance regression. diff --git a/www/iridium/files/patch-components_storage__monitor_BUILD.gn b/www/iridium/files/patch-components_storage__monitor_BUILD.gn index 63438e72eaa3..96cecbfe2753 100644 --- a/www/iridium/files/patch-components_storage__monitor_BUILD.gn +++ b/www/iridium/files/patch-components_storage__monitor_BUILD.gn @@ -1,4 +1,4 @@ ---- components/storage_monitor/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- components/storage_monitor/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ components/storage_monitor/BUILD.gn @@ -73,7 +73,7 @@ component("storage_monitor") { deps += [ "//services/device/public/mojom" ] diff --git a/www/iridium/files/patch-components_storage__monitor_removable__device__constants.cc b/www/iridium/files/patch-components_storage__monitor_removable__device__constants.cc index ea0204d7bff3..1d59bf6f3293 100644 --- a/www/iridium/files/patch-components_storage__monitor_removable__device__constants.cc +++ b/www/iridium/files/patch-components_storage__monitor_removable__device__constants.cc @@ -1,4 +1,4 @@ ---- components/storage_monitor/removable_device_constants.cc.orig 2025-05-07 06:48:23 UTC +--- components/storage_monitor/removable_device_constants.cc.orig 2025-12-10 15:04:57 UTC +++ components/storage_monitor/removable_device_constants.cc @@ -10,7 +10,7 @@ namespace storage_monitor { const char kFSUniqueIdPrefix[] = "UUID:"; diff --git a/www/iridium/files/patch-components_storage__monitor_removable__device__constants.h b/www/iridium/files/patch-components_storage__monitor_removable__device__constants.h index 5f2003c7d9da..c84994848606 100644 --- a/www/iridium/files/patch-components_storage__monitor_removable__device__constants.h +++ b/www/iridium/files/patch-components_storage__monitor_removable__device__constants.h @@ -1,4 +1,4 @@ ---- components/storage_monitor/removable_device_constants.h.orig 2025-05-07 06:48:23 UTC +--- components/storage_monitor/removable_device_constants.h.orig 2025-12-10 15:04:57 UTC +++ components/storage_monitor/removable_device_constants.h @@ -15,7 +15,7 @@ namespace storage_monitor { extern COMPONENT_EXPORT(STORAGE_MONITOR) const char kFSUniqueIdPrefix[]; diff --git a/www/iridium/files/patch-components_supervised__user_core_browser_child__account__service.cc b/www/iridium/files/patch-components_supervised__user_core_browser_child__account__service.cc index 7f2ec240d37b..ac77167f68bb 100644 --- a/www/iridium/files/patch-components_supervised__user_core_browser_child__account__service.cc +++ b/www/iridium/files/patch-components_supervised__user_core_browser_child__account__service.cc @@ -1,4 +1,4 @@ ---- components/supervised_user/core/browser/child_account_service.cc.orig 2025-09-11 13:19:19 UTC +--- components/supervised_user/core/browser/child_account_service.cc.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/browser/child_account_service.cc @@ -170,7 +170,7 @@ void ChildAccountService::OnPrimaryAccountChanged( void ChildAccountService::UpdateForceGoogleSafeSearch() { diff --git a/www/iridium/files/patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc b/www/iridium/files/patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc index 0194c35bc0ba..0b1b1ad9193e 100644 --- a/www/iridium/files/patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc +++ b/www/iridium/files/patch-components_supervised__user_core_browser_kids__chrome__management__url__checker__client.cc @@ -1,4 +1,4 @@ ---- components/supervised_user/core/browser/kids_chrome_management_url_checker_client.cc.orig 2025-09-11 13:19:19 UTC +--- components/supervised_user/core/browser/kids_chrome_management_url_checker_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/browser/kids_chrome_management_url_checker_client.cc @@ -66,7 +66,7 @@ void OnResponse( } diff --git a/www/iridium/files/patch-components_supervised__user_core_browser_list__family__members__service.h b/www/iridium/files/patch-components_supervised__user_core_browser_list__family__members__service.h index 2cde2330af4f..d08aff003e9b 100644 --- a/www/iridium/files/patch-components_supervised__user_core_browser_list__family__members__service.h +++ b/www/iridium/files/patch-components_supervised__user_core_browser_list__family__members__service.h @@ -1,4 +1,4 @@ ---- components/supervised_user/core/browser/list_family_members_service.h.orig 2025-05-07 06:48:23 UTC +--- components/supervised_user/core/browser/list_family_members_service.h.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/browser/list_family_members_service.h @@ -33,7 +33,7 @@ namespace supervised_user { // If true, this fetcher is active for all users with CanFetchFamilyMemberInfo diff --git a/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc b/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc index e2951c168e91..736b7e76a942 100644 --- a/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc +++ b/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__metrics__service.cc @@ -1,4 +1,4 @@ ---- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2025-09-11 13:19:19 UTC +--- components/supervised_user/core/browser/supervised_user_metrics_service.cc.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/browser/supervised_user_metrics_service.cc @@ -103,7 +103,7 @@ SupervisedUserMetricsService::SupervisedUserMetricsSer std::move(metrics_service_accessor_delegate)) { diff --git a/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc b/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc index d494d06ce4de..02ef92211ac7 100644 --- a/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc +++ b/www/iridium/files/patch-components_supervised__user_core_browser_supervised__user__preferences.cc @@ -1,4 +1,4 @@ ---- components/supervised_user/core/browser/supervised_user_preferences.cc.orig 2025-10-28 14:29:43 UTC +--- components/supervised_user/core/browser/supervised_user_preferences.cc.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/browser/supervised_user_preferences.cc @@ -149,7 +149,7 @@ void RegisterProfilePrefs(PrefRegistrySimple* registry registry->RegisterBooleanPref(prefs::kChildAccountStatusKnown, false); diff --git a/www/iridium/files/patch-components_supervised__user_core_common_features.cc b/www/iridium/files/patch-components_supervised__user_core_common_features.cc index e994f4d4f42b..b6e4492f42e7 100644 --- a/www/iridium/files/patch-components_supervised__user_core_common_features.cc +++ b/www/iridium/files/patch-components_supervised__user_core_common_features.cc @@ -1,4 +1,4 @@ ---- components/supervised_user/core/common/features.cc.orig 2025-11-06 10:11:34 UTC +--- components/supervised_user/core/common/features.cc.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/common/features.cc @@ -32,7 +32,7 @@ BASE_FEATURE(kAllowSubframeLocalWebApprovals, #endif diff --git a/www/iridium/files/patch-components_supervised__user_core_common_features.h b/www/iridium/files/patch-components_supervised__user_core_common_features.h index d34cd4493c22..45bc392590af 100644 --- a/www/iridium/files/patch-components_supervised__user_core_common_features.h +++ b/www/iridium/files/patch-components_supervised__user_core_common_features.h @@ -1,4 +1,4 @@ ---- components/supervised_user/core/common/features.h.orig 2025-09-11 13:19:19 UTC +--- components/supervised_user/core/common/features.h.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/common/features.h @@ -20,12 +20,12 @@ BASE_DECLARE_FEATURE(kLocalWebApprovals); BASE_DECLARE_FEATURE(kAllowSubframeLocalWebApprovals); diff --git a/www/iridium/files/patch-components_supervised__user_core_common_pref__names.h b/www/iridium/files/patch-components_supervised__user_core_common_pref__names.h index 465766c01bce..658e855fbd8d 100644 --- a/www/iridium/files/patch-components_supervised__user_core_common_pref__names.h +++ b/www/iridium/files/patch-components_supervised__user_core_common_pref__names.h @@ -1,4 +1,4 @@ ---- components/supervised_user/core/common/pref_names.h.orig 2025-06-19 07:37:57 UTC +--- components/supervised_user/core/common/pref_names.h.orig 2025-12-10 15:04:57 UTC +++ components/supervised_user/core/common/pref_names.h @@ -129,7 +129,7 @@ inline constexpr char kDefaultSupervisedUserFilteringB "profile.managed.default_filtering_behavior"; diff --git a/www/iridium/files/patch-components_sync__bookmarks_bookmark__model__view.cc b/www/iridium/files/patch-components_sync__bookmarks_bookmark__model__view.cc index 601c193bafa0..f8b82784212b 100644 --- a/www/iridium/files/patch-components_sync__bookmarks_bookmark__model__view.cc +++ b/www/iridium/files/patch-components_sync__bookmarks_bookmark__model__view.cc @@ -1,4 +1,4 @@ ---- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-11-06 10:11:34 UTC +--- components/sync_bookmarks/bookmark_model_view.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync_bookmarks/bookmark_model_view.cc @@ -9,7 +9,7 @@ #include "components/bookmarks/browser/bookmark_model.h" @@ -6,15 +6,15 @@ #include "components/bookmarks/common/bookmark_metrics.h" -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #include "components/sync_bookmarks/initial_account_bookmark_deduplicator.h" - #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) - -@@ -250,7 +250,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync + #include "base/metrics/histogram_base.h" + #include "base/metrics/histogram_functions.h" + #include "base/time/time.h" +@@ -253,7 +253,7 @@ void BookmarkModelViewUsingAccountNodes::RemoveAllSync void BookmarkModelViewUsingAccountNodes:: MaybeRemoveUnderlyingModelDuplicatesUponInitialSync() { -#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - InitialAccountBookmarkDeduplicator initial_account_bookmark_deduplicator( - underlying_model()); - initial_account_bookmark_deduplicator.Deduplicate(); + BeginExtensiveChanges(); + + const base::Time deduplication_start_time = base::Time::Now(); diff --git a/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc b/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc index a5fb7c146cdf..d52dc27b1cd7 100644 --- a/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc +++ b/www/iridium/files/patch-components_sync__device__info_local__device__info__util.cc @@ -1,4 +1,4 @@ ---- components/sync_device_info/local_device_info_util.cc.orig 2025-11-06 10:11:34 UTC +--- components/sync_device_info/local_device_info_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync_device_info/local_device_info_util.cc @@ -84,7 +84,7 @@ void OnMachineStatisticsLoaded(LocalDeviceNameInfo* na sync_pb::SyncEnums::DeviceType GetLocalDeviceType() { diff --git a/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc b/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc index 76d483a3c5ee..3c641c6825fd 100644 --- a/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc +++ b/www/iridium/files/patch-components_sync__device__info_local__device__info__util__linux.cc @@ -1,4 +1,4 @@ ---- components/sync_device_info/local_device_info_util_linux.cc.orig 2025-05-07 06:48:23 UTC +--- components/sync_device_info/local_device_info_util_linux.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync_device_info/local_device_info_util_linux.cc @@ -9,6 +9,11 @@ diff --git a/www/iridium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc b/www/iridium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc index f0c1f5dcdbc8..901ba1588633 100644 --- a/www/iridium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc +++ b/www/iridium/files/patch-components_sync__preferences_common__syncable__prefs__database.cc @@ -1,6 +1,6 @@ ---- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-11-06 10:11:34 UTC +--- components/sync_preferences/common_syncable_prefs_database.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync_preferences/common_syncable_prefs_database.cc -@@ -365,7 +365,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = +@@ -410,7 +410,7 @@ constexpr auto kCommonSyncablePrefsAllowlist = syncer::PREFERENCES, PrefSensitivity::kNone, MergeBehavior::kNone}}, #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-components_sync_service_sync__prefs.cc b/www/iridium/files/patch-components_sync_service_sync__prefs.cc index 9fc4f63c20e5..717c76500109 100644 --- a/www/iridium/files/patch-components_sync_service_sync__prefs.cc +++ b/www/iridium/files/patch-components_sync_service_sync__prefs.cc @@ -1,4 +1,4 @@ ---- components/sync/service/sync_prefs.cc.orig 2025-10-28 14:29:43 UTC +--- components/sync/service/sync_prefs.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync/service/sync_prefs.cc @@ -840,7 +840,7 @@ bool SyncPrefs::MaybeMigratePrefsForSyncToSigninPart1( update_selected_types_dict->EnsureDict( diff --git a/www/iridium/files/patch-components_sync_service_sync__service__impl.cc b/www/iridium/files/patch-components_sync_service_sync__service__impl.cc index ad316fb3e424..557175843d3d 100644 --- a/www/iridium/files/patch-components_sync_service_sync__service__impl.cc +++ b/www/iridium/files/patch-components_sync_service_sync__service__impl.cc @@ -1,6 +1,6 @@ ---- components/sync/service/sync_service_impl.cc.orig 2025-11-06 10:11:34 UTC +--- components/sync/service/sync_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/sync/service/sync_service_impl.cc -@@ -1376,7 +1376,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( +@@ -1384,7 +1384,7 @@ void SyncServiceImpl::ReconfigureDataTypesDueToCrypto( void SyncServiceImpl::PassphraseTypeChanged(PassphraseType passphrase_type) { DCHECK_CALLED_ON_VALID_SEQUENCE(sequence_checker_); diff --git a/www/iridium/files/patch-components_system__cpu_cpu__probe.cc b/www/iridium/files/patch-components_system__cpu_cpu__probe.cc index 7ef01fa814f8..dfbfb705f447 100644 --- a/www/iridium/files/patch-components_system__cpu_cpu__probe.cc +++ b/www/iridium/files/patch-components_system__cpu_cpu__probe.cc @@ -1,4 +1,4 @@ ---- components/system_cpu/cpu_probe.cc.orig 2025-09-11 13:19:19 UTC +--- components/system_cpu/cpu_probe.cc.orig 2025-12-10 15:04:57 UTC +++ components/system_cpu/cpu_probe.cc @@ -20,6 +20,10 @@ #include "components/system_cpu/cpu_probe_mac.h" diff --git a/www/iridium/files/patch-components_translate_core_common_translate__util.cc b/www/iridium/files/patch-components_translate_core_common_translate__util.cc index 7beeaa6ad3c9..b807f9f71c19 100644 --- a/www/iridium/files/patch-components_translate_core_common_translate__util.cc +++ b/www/iridium/files/patch-components_translate_core_common_translate__util.cc @@ -1,4 +1,4 @@ ---- components/translate/core/common/translate_util.cc.orig 2025-11-06 10:11:34 UTC +--- components/translate/core/common/translate_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/translate/core/common/translate_util.cc @@ -19,7 +19,7 @@ const char kSecurityOrigin[] = "trk:220:https://transl // TODO(crbug.com/40819484): Enable the feature on WebView. diff --git a/www/iridium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc b/www/iridium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc index 4405aac2c2c4..c7cb752c4a25 100644 --- a/www/iridium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc +++ b/www/iridium/files/patch-components_trusted__vault_trusted__vault__connection__impl.cc @@ -1,4 +1,4 @@ ---- components/trusted_vault/trusted_vault_connection_impl.cc.orig 2025-09-11 13:19:19 UTC +--- components/trusted_vault/trusted_vault_connection_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/trusted_vault/trusted_vault_connection_impl.cc @@ -105,7 +105,7 @@ GetLocalPhysicalDeviceType() { // currently used or even built on all platforms. diff --git a/www/iridium/files/patch-components_update__client_update__query__params.cc b/www/iridium/files/patch-components_update__client_update__query__params.cc index 340fbed23c13..b86215d8e3db 100644 --- a/www/iridium/files/patch-components_update__client_update__query__params.cc +++ b/www/iridium/files/patch-components_update__client_update__query__params.cc @@ -1,4 +1,4 @@ ---- components/update_client/update_query_params.cc.orig 2025-11-06 10:11:34 UTC +--- components/update_client/update_query_params.cc.orig 2025-12-10 15:04:57 UTC +++ components/update_client/update_query_params.cc @@ -39,6 +39,8 @@ constexpr std::string_view kOs = "fuchsia"; diff --git a/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc b/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc index d01ae012f1eb..e345d1b7b200 100644 --- a/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc +++ b/www/iridium/files/patch-components_url__formatter_spoof__checks_idn__spoof__checker.cc @@ -1,6 +1,6 @@ ---- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-10-28 14:29:43 UTC +--- components/url_formatter/spoof_checks/idn_spoof_checker.cc.orig 2025-12-10 15:04:57 UTC +++ components/url_formatter/spoof_checks/idn_spoof_checker.cc -@@ -299,7 +299,7 @@ IDNSpoofChecker::IDNSpoofChecker() { +@@ -305,7 +305,7 @@ IDNSpoofChecker::IDNSpoofChecker() { // The ideal fix would be to change the omnibox font used for Thai. In // that case, the Linux-only list should be revisited and potentially // removed. diff --git a/www/iridium/files/patch-components_user__education_views_help__bubble__view.cc b/www/iridium/files/patch-components_user__education_views_help__bubble__view.cc index 1c6ee84435ac..708c4f30cb0f 100644 --- a/www/iridium/files/patch-components_user__education_views_help__bubble__view.cc +++ b/www/iridium/files/patch-components_user__education_views_help__bubble__view.cc @@ -1,4 +1,4 @@ ---- components/user_education/views/help_bubble_view.cc.orig 2025-09-11 13:19:19 UTC +--- components/user_education/views/help_bubble_view.cc.orig 2025-12-10 15:04:57 UTC +++ components/user_education/views/help_bubble_view.cc @@ -269,7 +269,7 @@ DEFINE_CLASS_ELEMENT_IDENTIFIER_VALUE(HelpBubbleView, // TODO(https://crbug.com/382611284): Temporarily handle the case when the diff --git a/www/iridium/files/patch-components_user__education_views_help__bubble__view.h b/www/iridium/files/patch-components_user__education_views_help__bubble__view.h index 6f37f0a7bb79..b151392c2026 100644 --- a/www/iridium/files/patch-components_user__education_views_help__bubble__view.h +++ b/www/iridium/files/patch-components_user__education_views_help__bubble__view.h @@ -1,4 +1,4 @@ ---- components/user_education/views/help_bubble_view.h.orig 2025-05-07 06:48:23 UTC +--- components/user_education/views/help_bubble_view.h.orig 2025-12-10 15:04:57 UTC +++ components/user_education/views/help_bubble_view.h @@ -160,7 +160,7 @@ class HelpBubbleView : public views::BubbleDialogDeleg // work around this problem by closing the bubble if the widget is minimized. diff --git a/www/iridium/files/patch-components_variations_service_variations__service.cc b/www/iridium/files/patch-components_variations_service_variations__service.cc index 6399a4970e18..4abc22cf4b04 100644 --- a/www/iridium/files/patch-components_variations_service_variations__service.cc +++ b/www/iridium/files/patch-components_variations_service_variations__service.cc @@ -1,6 +1,6 @@ ---- components/variations/service/variations_service.cc.orig 2025-10-28 14:29:43 UTC +--- components/variations/service/variations_service.cc.orig 2025-12-10 15:04:57 UTC +++ components/variations/service/variations_service.cc -@@ -100,7 +100,7 @@ std::string GetPlatformString() { +@@ -99,7 +99,7 @@ std::string GetPlatformString() { return "android"; #elif BUILDFLAG(IS_FUCHSIA) return "fuchsia"; diff --git a/www/iridium/files/patch-components_visited__url__ranking_public_url__visit__util.cc b/www/iridium/files/patch-components_visited__url__ranking_public_url__visit__util.cc index 0deadd4498b5..168a0315d871 100644 --- a/www/iridium/files/patch-components_visited__url__ranking_public_url__visit__util.cc +++ b/www/iridium/files/patch-components_visited__url__ranking_public_url__visit__util.cc @@ -1,4 +1,4 @@ ---- components/visited_url_ranking/public/url_visit_util.cc.orig 2025-06-19 07:37:57 UTC +--- components/visited_url_ranking/public/url_visit_util.cc.orig 2025-12-10 15:04:57 UTC +++ components/visited_url_ranking/public/url_visit_util.cc @@ -68,7 +68,7 @@ PlatformType GetPlatformInput() { return PlatformType::kWindows; diff --git a/www/iridium/files/patch-components_viz_host_gpu__host__impl.cc b/www/iridium/files/patch-components_viz_host_gpu__host__impl.cc index 9d4311fc21ba..bf7b5a205938 100644 --- a/www/iridium/files/patch-components_viz_host_gpu__host__impl.cc +++ b/www/iridium/files/patch-components_viz_host_gpu__host__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/host/gpu_host_impl.cc.orig 2025-11-06 10:11:34 UTC +--- components/viz/host/gpu_host_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/host/gpu_host_impl.cc -@@ -156,7 +156,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, +@@ -157,7 +157,7 @@ GpuHostImpl::GpuHostImpl(Delegate* delegate, mojom::GpuServiceCreationParams::New(); #if BUILDFLAG(IS_OZONE) diff --git a/www/iridium/files/patch-components_viz_host_host__display__client.cc b/www/iridium/files/patch-components_viz_host_host__display__client.cc index a25809db851a..553a7a54721d 100644 --- a/www/iridium/files/patch-components_viz_host_host__display__client.cc +++ b/www/iridium/files/patch-components_viz_host_host__display__client.cc @@ -1,4 +1,4 @@ ---- components/viz/host/host_display_client.cc.orig 2025-09-11 13:19:19 UTC +--- components/viz/host/host_display_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/host/host_display_client.cc @@ -66,9 +66,9 @@ void HostDisplayClient::AddChildWindowToBrowser( } diff --git a/www/iridium/files/patch-components_viz_host_host__display__client.h b/www/iridium/files/patch-components_viz_host_host__display__client.h index cbade4578c85..dd2071e0e6d8 100644 --- a/www/iridium/files/patch-components_viz_host_host__display__client.h +++ b/www/iridium/files/patch-components_viz_host_host__display__client.h @@ -1,4 +1,4 @@ ---- components/viz/host/host_display_client.h.orig 2025-05-07 06:48:23 UTC +--- components/viz/host/host_display_client.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/host/host_display_client.h @@ -52,7 +52,7 @@ class VIZ_HOST_EXPORT HostDisplayClient : public mojom void AddChildWindowToBrowser(gpu::SurfaceHandle child_window) override; diff --git a/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc b/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc index 2e4a0de42203..fa15baa9f88a 100644 --- a/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc +++ b/www/iridium/files/patch-components_viz_service_display__embedder_skia__output__surface__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-11-06 10:11:34 UTC +--- components/viz/service/display_embedder/skia_output_surface_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/display_embedder/skia_output_surface_impl.cc -@@ -1557,7 +1557,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor +@@ -1556,7 +1556,7 @@ GrBackendFormat SkiaOutputSurfaceImpl::GetGrBackendFor ->GetVulkanPhysicalDevice(), VK_IMAGE_TILING_OPTIMAL, vk_format, si_format, yuv_color_space, ycbcr_info); diff --git a/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc b/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc index c6b0898d9c76..0c799f5bd89e 100644 --- a/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc +++ b/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.cc @@ -1,4 +1,4 @@ ---- components/viz/service/display_embedder/software_output_surface.cc.orig 2025-05-07 06:48:23 UTC +--- components/viz/service/display_embedder/software_output_surface.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/display_embedder/software_output_surface.cc @@ -115,7 +115,7 @@ void SoftwareOutputSurface::SwapBuffersCallback(base:: base::TimeTicks now = base::TimeTicks::Now(); diff --git a/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h b/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h index 282d9dbbee13..3a3c05b0163d 100644 --- a/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h +++ b/www/iridium/files/patch-components_viz_service_display__embedder_software__output__surface.h @@ -1,4 +1,4 @@ ---- components/viz/service/display_embedder/software_output_surface.h.orig 2025-09-11 13:19:19 UTC +--- components/viz/service/display_embedder/software_output_surface.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/display_embedder/software_output_surface.h @@ -40,7 +40,7 @@ class VIZ_SERVICE_EXPORT SoftwareOutputSurface : publi UpdateVSyncParametersCallback callback) override; diff --git a/www/iridium/files/patch-components_viz_service_display_skia__renderer.cc b/www/iridium/files/patch-components_viz_service_display_skia__renderer.cc index bc9f271b6f5d..b30db19df48b 100644 --- a/www/iridium/files/patch-components_viz_service_display_skia__renderer.cc +++ b/www/iridium/files/patch-components_viz_service_display_skia__renderer.cc @@ -1,6 +1,6 @@ ---- components/viz/service/display/skia_renderer.cc.orig 2025-11-06 10:11:34 UTC +--- components/viz/service/display/skia_renderer.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/display/skia_renderer.cc -@@ -1379,7 +1379,7 @@ void SkiaRenderer::ClearFramebuffer() { +@@ -1299,7 +1299,7 @@ void SkiaRenderer::ClearFramebuffer() { if (current_frame()->current_render_pass->has_transparent_background) { ClearCanvas(SkColors::kTransparent); } else { diff --git a/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc b/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc index 6faed36ef380..d943a2e42cca 100644 --- a/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc +++ b/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-11-06 10:11:34 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc -@@ -141,7 +141,7 @@ RootCompositorFrameSinkImpl::Create( +@@ -142,7 +142,7 @@ RootCompositorFrameSinkImpl::Create( output_surface->SetNeedsSwapSizeNotifications( params->send_swap_size_notifications); @@ -9,7 +9,7 @@ // For X11, we need notify client about swap completion after resizing, so the // client can use it for synchronize with X11 WM. output_surface->SetNeedsSwapSizeNotifications(true); -@@ -903,7 +903,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw +@@ -904,7 +904,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw if (display_client_ && enable_swap_completion_callback_) { display_client_->DidCompleteSwapWithSize(pixel_size); } diff --git a/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h b/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h index 3504eed85412..ee19dfc1d0b6 100644 --- a/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h +++ b/www/iridium/files/patch-components_viz_service_frame__sinks_root__compositor__frame__sink__impl.h @@ -1,4 +1,4 @@ ---- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig 2025-10-28 14:29:43 UTC +--- components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/frame_sinks/root_compositor_frame_sink_impl.h @@ -222,7 +222,7 @@ class VIZ_SERVICE_EXPORT RootCompositorFrameSinkImpl base::TimeDelta display_frame_interval_ = BeginFrameArgs::DefaultInterval(); diff --git a/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.cc b/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.cc index 50c2fce8d216..530868eb782c 100644 --- a/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.cc +++ b/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.cc @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.cc.orig 2025-11-06 10:11:34 UTC +--- components/viz/service/gl/gpu_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/gl/gpu_service_impl.cc -@@ -481,7 +481,7 @@ void GpuServiceImpl::InitializeWithHostInternal( +@@ -460,7 +460,7 @@ void GpuServiceImpl::InitializeWithHostInternal( mojo::Remote<mojom::GpuHost> gpu_host(std::move(pending_gpu_host)); @@ -9,7 +9,7 @@ gpu_extra_info_.is_gmb_nv12_supported = IsGMBNV12Supported(); #endif -@@ -1246,7 +1246,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg +@@ -1223,7 +1223,7 @@ bool GpuServiceImpl::OnBeginFrameDerivedImpl(const Beg return true; } diff --git a/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.h b/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.h index 085c44273fee..88dfabb7d8d4 100644 --- a/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.h +++ b/www/iridium/files/patch-components_viz_service_gl_gpu__service__impl.h @@ -1,6 +1,6 @@ ---- components/viz/service/gl/gpu_service_impl.h.orig 2025-11-06 10:11:34 UTC +--- components/viz/service/gl/gpu_service_impl.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/service/gl/gpu_service_impl.h -@@ -448,7 +448,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl +@@ -442,7 +442,7 @@ class VIZ_SERVICE_EXPORT GpuServiceImpl void OnBeginFrameOnIO(const BeginFrameArgs& args); diff --git a/www/iridium/files/patch-components_viz_test_fake__display__client.cc b/www/iridium/files/patch-components_viz_test_fake__display__client.cc index 9e674dbc9254..6d691dd2ba31 100644 --- a/www/iridium/files/patch-components_viz_test_fake__display__client.cc +++ b/www/iridium/files/patch-components_viz_test_fake__display__client.cc @@ -1,4 +1,4 @@ ---- components/viz/test/fake_display_client.cc.orig 2025-05-07 06:48:23 UTC +--- components/viz/test/fake_display_client.cc.orig 2025-12-10 15:04:57 UTC +++ components/viz/test/fake_display_client.cc @@ -27,7 +27,7 @@ void FakeDisplayClient::AddChildWindowToBrowser( gpu::SurfaceHandle child_window) {} diff --git a/www/iridium/files/patch-components_viz_test_fake__display__client.h b/www/iridium/files/patch-components_viz_test_fake__display__client.h index 066bcf30a3ce..e694d9c101a2 100644 --- a/www/iridium/files/patch-components_viz_test_fake__display__client.h +++ b/www/iridium/files/patch-components_viz_test_fake__display__client.h @@ -1,4 +1,4 @@ ---- components/viz/test/fake_display_client.h.orig 2025-05-07 06:48:23 UTC +--- components/viz/test/fake_display_client.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/test/fake_display_client.h @@ -36,7 +36,7 @@ class FakeDisplayClient : public mojom::DisplayClient void AddChildWindowToBrowser(gpu::SurfaceHandle child_window) override; diff --git a/www/iridium/files/patch-components_viz_test_mock__display__client.h b/www/iridium/files/patch-components_viz_test_mock__display__client.h index d6bb24d68054..84f8bc3bce7b 100644 --- a/www/iridium/files/patch-components_viz_test_mock__display__client.h +++ b/www/iridium/files/patch-components_viz_test_mock__display__client.h @@ -1,4 +1,4 @@ ---- components/viz/test/mock_display_client.h.orig 2025-05-07 06:48:23 UTC +--- components/viz/test/mock_display_client.h.orig 2025-12-10 15:04:57 UTC +++ components/viz/test/mock_display_client.h @@ -45,7 +45,7 @@ class MockDisplayClient : public mojom::DisplayClient #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-components_webui_flags_flags__state.cc b/www/iridium/files/patch-components_webui_flags_flags__state.cc index be83c95f74e0..582b4317f0ae 100644 --- a/www/iridium/files/patch-components_webui_flags_flags__state.cc +++ b/www/iridium/files/patch-components_webui_flags_flags__state.cc @@ -1,4 +1,4 @@ ---- components/webui/flags/flags_state.cc.orig 2025-05-07 06:48:23 UTC +--- components/webui/flags/flags_state.cc.orig 2025-12-10 15:04:57 UTC +++ components/webui/flags/flags_state.cc @@ -782,7 +782,7 @@ unsigned short FlagsState::GetCurrentPlatform() { return kOsWin; diff --git a/www/iridium/files/patch-content_app_BUILD.gn b/www/iridium/files/patch-content_app_BUILD.gn index 830ef3ea0d99..38766808766d 100644 --- a/www/iridium/files/patch-content_app_BUILD.gn +++ b/www/iridium/files/patch-content_app_BUILD.gn @@ -1,6 +1,6 @@ ---- content/app/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- content/app/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/app/BUILD.gn -@@ -91,7 +91,10 @@ source_set("content_main_runner_app") { +@@ -90,7 +90,10 @@ source_set("content_main_runner_app") { "//third_party/tflite:buildflags", "//tools/v8_context_snapshot:buildflags", ] diff --git a/www/iridium/files/patch-content_app_content__main.cc b/www/iridium/files/patch-content_app_content__main.cc index a440bffb7ee8..56fbf934f57b 100644 --- a/www/iridium/files/patch-content_app_content__main.cc +++ b/www/iridium/files/patch-content_app_content__main.cc @@ -1,4 +1,4 @@ ---- content/app/content_main.cc.orig 2025-10-28 14:29:43 UTC +--- content/app/content_main.cc.orig 2025-12-10 15:04:57 UTC +++ content/app/content_main.cc @@ -217,7 +217,7 @@ NO_STACK_PROTECTOR int RunContentProcess( base::EnableTerminationOnOutOfMemory(); diff --git a/www/iridium/files/patch-content_app_content__main__runner__impl.cc b/www/iridium/files/patch-content_app_content__main__runner__impl.cc index 6bf58fbe6b0e..a6e4ea1f8928 100644 --- a/www/iridium/files/patch-content_app_content__main__runner__impl.cc +++ b/www/iridium/files/patch-content_app_content__main__runner__impl.cc @@ -1,4 +1,4 @@ ---- content/app/content_main_runner_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/app/content_main_runner_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/app/content_main_runner_impl.cc @@ -151,18 +151,21 @@ #include "content/browser/posix_file_descriptor_info_impl.h" diff --git a/www/iridium/files/patch-content_browser_BUILD.gn b/www/iridium/files/patch-content_browser_BUILD.gn index 496a4f35615d..d9d13f3234e4 100644 --- a/www/iridium/files/patch-content_browser_BUILD.gn +++ b/www/iridium/files/patch-content_browser_BUILD.gn @@ -1,6 +1,6 @@ ---- content/browser/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- content/browser/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/browser/BUILD.gn -@@ -90,6 +90,7 @@ source_set("browser") { +@@ -89,6 +89,7 @@ source_set("browser") { frameworks = [] ldflags = [] @@ -8,7 +8,7 @@ deps = [ "//base", "//base:base_static", -@@ -103,6 +104,7 @@ source_set("browser") { +@@ -102,6 +103,7 @@ source_set("browser") { "//cc/animation", "//cc/mojo_embedder", "//cc/paint", @@ -16,10 +16,10 @@ "//components/attribution_reporting:data_host_mojom", "//components/attribution_reporting:mojom", "//components/back_forward_cache:enum", -@@ -133,6 +135,7 @@ source_set("browser") { +@@ -132,6 +134,7 @@ source_set("browser") { + "//components/optimization_guide/core", "//components/optimization_guide/core:features", "//components/optimization_guide/public/mojom", - "//components/os_crypt/sync", + "//components/paint_preview/buildflags:buildflags", "//components/payments/content/icon", "//components/payments/mojom", diff --git a/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc b/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc index 42f5a2bafcd1..11d9731e4258 100644 --- a/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc +++ b/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/accessibility/browser_accessibility_state_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/accessibility/browser_accessibility_state_impl.cc @@ -296,7 +296,7 @@ BrowserAccessibilityStateImpl* BrowserAccessibilitySta diff --git a/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc b/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc index f4a139ebe6bf..ca1df7fa49fb 100644 --- a/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc +++ b/www/iridium/files/patch-content_browser_accessibility_browser__accessibility__state__impl__auralinux.cc @@ -1,4 +1,4 @@ ---- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/accessibility/browser_accessibility_state_impl_auralinux.cc @@ -12,6 +12,7 @@ #include <sstream> diff --git a/www/iridium/files/patch-content_browser_audio_audio__service.cc b/www/iridium/files/patch-content_browser_audio_audio__service.cc index 96df806c7fae..d7af0dada203 100644 --- a/www/iridium/files/patch-content_browser_audio_audio__service.cc +++ b/www/iridium/files/patch-content_browser_audio_audio__service.cc @@ -1,4 +1,4 @@ ---- content/browser/audio/audio_service.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/audio/audio_service.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/audio/audio_service.cc @@ -33,7 +33,7 @@ #if BUILDFLAG(ENABLE_PASSTHROUGH_AUDIO_CODECS) diff --git a/www/iridium/files/patch-content_browser_browser__child__process__host__impl.cc b/www/iridium/files/patch-content_browser_browser__child__process__host__impl.cc index 33f31665bfc8..e0e6ffc60454 100644 --- a/www/iridium/files/patch-content_browser_browser__child__process__host__impl.cc +++ b/www/iridium/files/patch-content_browser_browser__child__process__host__impl.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_child_process_host_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/browser_child_process_host_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/browser_child_process_host_impl.cc -@@ -296,6 +296,8 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo +@@ -291,6 +291,8 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCo switches::kIPCConnectionTimeout, switches::kLogBestEffortTasks, switches::kPerfettoDisableInterning, @@ -9,7 +9,7 @@ }; cmd_line->CopySwitchesFrom(browser_command_line, kForwardSwitches); -@@ -660,7 +662,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() +@@ -648,7 +650,7 @@ void BrowserChildProcessHostImpl::OnProcessLaunched() ->child_process()); #endif diff --git a/www/iridium/files/patch-content_browser_browser__child__process__host__impl.h b/www/iridium/files/patch-content_browser_browser__child__process__host__impl.h index 0c47ae5306af..a033b021ce90 100644 --- a/www/iridium/files/patch-content_browser_browser__child__process__host__impl.h +++ b/www/iridium/files/patch-content_browser_browser__child__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/browser_child_process_host_impl.h.orig 2025-09-11 13:19:19 UTC +--- content/browser/browser_child_process_host_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/browser_child_process_host_impl.h @@ -36,7 +36,7 @@ #include "base/win/object_watcher.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -276,7 +276,7 @@ class BrowserChildProcessHostImpl +@@ -273,7 +273,7 @@ class BrowserChildProcessHostImpl std::unique_ptr<tracing::SystemTracingService> system_tracing_service_; #endif diff --git a/www/iridium/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc b/www/iridium/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc index ca25238a67a7..c0521aafcd70 100644 --- a/www/iridium/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc +++ b/www/iridium/files/patch-content_browser_browser__child__process__host__impl__receiver__bindings.cc @@ -1,4 +1,4 @@ ---- content/browser/browser_child_process_host_impl_receiver_bindings.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/browser_child_process_host_impl_receiver_bindings.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/browser_child_process_host_impl_receiver_bindings.cc @@ -64,7 +64,7 @@ void BrowserChildProcessHostImpl::BindHostReceiver( } diff --git a/www/iridium/files/patch-content_browser_browser__main__loop.cc b/www/iridium/files/patch-content_browser_browser__main__loop.cc index 5105f34b362b..84fbcd0b32dd 100644 --- a/www/iridium/files/patch-content_browser_browser__main__loop.cc +++ b/www/iridium/files/patch-content_browser_browser__main__loop.cc @@ -1,6 +1,6 @@ ---- content/browser/browser_main_loop.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/browser_main_loop.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/browser_main_loop.cc -@@ -253,6 +253,12 @@ +@@ -255,6 +255,12 @@ #include "mojo/public/cpp/bindings/lib/test_random_mojo_delays.h" #endif @@ -13,7 +13,7 @@ // One of the linux specific headers defines this as a macro. #ifdef DestroyAll #undef DestroyAll -@@ -543,6 +549,12 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -545,6 +551,12 @@ int BrowserMainLoop::EarlyInitialization() { // by now since a thread to start the ServiceManager has been created // before the browser main loop starts. DCHECK(SandboxHostLinux::GetInstance()->IsInitialized()); @@ -26,7 +26,7 @@ #endif // GLib's spawning of new processes is buggy, so it's important that at this -@@ -575,7 +587,7 @@ int BrowserMainLoop::EarlyInitialization() { +@@ -577,7 +589,7 @@ int BrowserMainLoop::EarlyInitialization() { base::ThreadType::kDisplayCritical); #if BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-content_browser_browser__url__handler__impl.cc b/www/iridium/files/patch-content_browser_browser__url__handler__impl.cc index 43efd37fcb75..61c838b9ff16 100644 --- a/www/iridium/files/patch-content_browser_browser__url__handler__impl.cc +++ b/www/iridium/files/patch-content_browser_browser__url__handler__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/browser_url_handler_impl.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/browser_url_handler_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/browser_url_handler_impl.cc @@ -13,6 +13,7 @@ #include "content/browser/webui/web_ui_impl.h" diff --git a/www/iridium/files/patch-content_browser_child__process__launcher__helper__linux.cc b/www/iridium/files/patch-content_browser_child__process__launcher__helper__linux.cc index 58c7a57efcd4..af1b6a10b02c 100644 --- a/www/iridium/files/patch-content_browser_child__process__launcher__helper__linux.cc +++ b/www/iridium/files/patch-content_browser_child__process__launcher__helper__linux.cc @@ -1,4 +1,4 @@ ---- content/browser/child_process_launcher_helper_linux.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/child_process_launcher_helper_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/child_process_launcher_helper_linux.cc @@ -22,7 +22,9 @@ #include "content/public/common/result_codes.h" diff --git a/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.cc b/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.cc index ae0b92354f23..adab2ef43af9 100644 --- a/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.cc +++ b/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.cc @@ -1,4 +1,4 @@ ---- content/browser/child_thread_type_switcher_linux.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/child_thread_type_switcher_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/child_thread_type_switcher_linux.cc @@ -6,6 +6,7 @@ diff --git a/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.h b/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.h index 36873a9c7bdb..5385e60bf0ae 100644 --- a/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.h +++ b/www/iridium/files/patch-content_browser_child__thread__type__switcher__linux.h @@ -1,4 +1,4 @@ ---- content/browser/child_thread_type_switcher_linux.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/child_thread_type_switcher_linux.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/child_thread_type_switcher_linux.h @@ -36,7 +36,7 @@ class ChildThreadTypeSwitcher : public mojom::ThreadTy void SetPid(base::ProcessId child_pid); diff --git a/www/iridium/files/patch-content_browser_compositor_viz__process__transport__factory.cc b/www/iridium/files/patch-content_browser_compositor_viz__process__transport__factory.cc index eb636135f189..240253cc29b3 100644 --- a/www/iridium/files/patch-content_browser_compositor_viz__process__transport__factory.cc +++ b/www/iridium/files/patch-content_browser_compositor_viz__process__transport__factory.cc @@ -1,4 +1,4 @@ ---- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/compositor/viz_process_transport_factory.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/compositor/viz_process_transport_factory.cc @@ -98,7 +98,7 @@ class HostDisplayClient : public viz::HostDisplayClien HostDisplayClient& operator=(const HostDisplayClient&) = delete; diff --git a/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.cc b/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.cc index d17b7590db67..991183427888 100644 --- a/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.cc +++ b/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/devtools/devtools_frontend_host_impl.cc.orig 2025-10-28 14:29:43 UTC +--- content/browser/devtools/devtools_frontend_host_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/devtools/devtools_frontend_host_impl.cc @@ -25,7 +25,7 @@ #include "third_party/blink/public/common/associated_interfaces/associated_interface_provider.h" diff --git a/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.h b/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.h index 45e36cd47100..ef9322cf6a5a 100644 --- a/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.h +++ b/www/iridium/files/patch-content_browser_devtools_devtools__frontend__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/devtools/devtools_frontend_host_impl.h.orig 2025-10-28 14:29:43 UTC +--- content/browser/devtools/devtools_frontend_host_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/devtools/devtools_frontend_host_impl.h @@ -33,7 +33,7 @@ class DevToolsFrontendHostImpl : public DevToolsFronte diff --git a/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc b/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc index 8bbac07b2d25..178d643faeed 100644 --- a/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc +++ b/www/iridium/files/patch-content_browser_devtools_protocol_system__info__handler.cc @@ -1,4 +1,4 @@ ---- content/browser/devtools/protocol/system_info_handler.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/devtools/protocol/system_info_handler.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/devtools/protocol/system_info_handler.cc @@ -52,7 +52,7 @@ std::unique_ptr<SystemInfo::Size> GfxSizeToSystemInfoS // 1046598, and 1153667. diff --git a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h index 4aca86f76163..09153a9640a6 100644 --- a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h +++ b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher.h @@ -1,4 +1,4 @@ ---- content/browser/file_system_access/file_path_watcher/file_path_watcher.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/file_system_access/file_path_watcher/file_path_watcher.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/file_system_access/file_path_watcher/file_path_watcher.h @@ -126,7 +126,7 @@ class CONTENT_EXPORT FilePathWatcher { Type type = Type::kNonRecursive; diff --git a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc index 9e1ea4315f9c..e9bdd6a23985 100644 --- a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc +++ b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__bsd.cc @@ -1,4 +1,4 @@ ---- content/browser/file_system_access/file_path_watcher/file_path_watcher_bsd.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/file_system_access/file_path_watcher/file_path_watcher_bsd.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/file_system_access/file_path_watcher/file_path_watcher_bsd.cc @@ -0,0 +1,60 @@ +// Copyright 2024 The Chromium Authors diff --git a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h index 71039ce1470a..6181379f43b9 100644 --- a/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h +++ b/www/iridium/files/patch-content_browser_file__system__access_file__path__watcher_file__path__watcher__kqueue.h @@ -1,4 +1,4 @@ ---- content/browser/file_system_access/file_path_watcher/file_path_watcher_kqueue.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/file_system_access/file_path_watcher/file_path_watcher_kqueue.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/file_system_access/file_path_watcher/file_path_watcher_kqueue.h @@ -5,6 +5,7 @@ #ifndef CONTENT_BROWSER_FILE_SYSTEM_ACCESS_FILE_PATH_WATCHER_FILE_PATH_WATCHER_KQUEUE_H_ diff --git a/www/iridium/files/patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc b/www/iridium/files/patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc index cf02f7ffe85c..c67f3960547a 100644 --- a/www/iridium/files/patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc +++ b/www/iridium/files/patch-content_browser_file__system__access_file__system__access__local__path__watcher.cc @@ -1,4 +1,4 @@ ---- content/browser/file_system_access/file_system_access_local_path_watcher.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/file_system_access/file_system_access_local_path_watcher.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/file_system_access/file_system_access_local_path_watcher.cc @@ -67,7 +67,7 @@ void FileSystemAccessLocalPathWatcher::Initialize( .type = scope().IsRecursive() ? FilePathWatcher::Type::kRecursive diff --git a/www/iridium/files/patch-content_browser_font__access_font__enumeration__data__source.cc b/www/iridium/files/patch-content_browser_font__access_font__enumeration__data__source.cc index 120b2565661a..1a250de0dd14 100644 --- a/www/iridium/files/patch-content_browser_font__access_font__enumeration__data__source.cc +++ b/www/iridium/files/patch-content_browser_font__access_font__enumeration__data__source.cc @@ -1,4 +1,4 @@ ---- content/browser/font_access/font_enumeration_data_source.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/font_access/font_enumeration_data_source.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/font_access/font_enumeration_data_source.cc @@ -16,7 +16,7 @@ #include "content/browser/font_access/font_enumeration_data_source_win.h" diff --git a/www/iridium/files/patch-content_browser_gpu_compositor__util.cc b/www/iridium/files/patch-content_browser_gpu_compositor__util.cc index 1f50e38452f4..c1f91b8971dd 100644 --- a/www/iridium/files/patch-content_browser_gpu_compositor__util.cc +++ b/www/iridium/files/patch-content_browser_gpu_compositor__util.cc @@ -1,4 +1,4 @@ ---- content/browser/gpu/compositor_util.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/gpu/compositor_util.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/compositor_util.cc @@ -143,7 +143,7 @@ std::vector<GpuFeatureData> GetGpuFeatureData( "video_decode", diff --git a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.cc b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.cc index a6120ee2f63d..3b2ca2242f04 100644 --- a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.cc +++ b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/gpu/gpu_data_manager_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/gpu_data_manager_impl.cc @@ -412,7 +412,7 @@ void GpuDataManagerImpl::OnDisplayMetricsChanged( private_->OnDisplayMetricsChanged(display, changed_metrics); diff --git a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.h b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.h index 3cd84de550fa..f3c6ede6b291 100644 --- a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.h +++ b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl.h @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-09-11 13:19:19 UTC +--- content/browser/gpu/gpu_data_manager_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/gpu_data_manager_impl.h @@ -224,7 +224,7 @@ class CONTENT_EXPORT GpuDataManagerImpl : public GpuDa void OnDisplayMetricsChanged(const display::Display& display, diff --git a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc index 99da4cfd81e9..d4aad36cb143 100644 --- a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc +++ b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.cc @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/gpu/gpu_data_manager_impl_private.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/gpu_data_manager_impl_private.cc @@ -1703,7 +1703,7 @@ void GpuDataManagerImplPrivate::RecordCompositingMode( UMA_HISTOGRAM_ENUMERATION("GPU.CompositingMode", compositing_mode); diff --git a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h index 3199a6c66b6c..2ed37cc27086 100644 --- a/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h +++ b/www/iridium/files/patch-content_browser_gpu_gpu__data__manager__impl__private.h @@ -1,4 +1,4 @@ ---- content/browser/gpu/gpu_data_manager_impl_private.h.orig 2025-11-06 10:11:34 UTC +--- content/browser/gpu/gpu_data_manager_impl_private.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/gpu_data_manager_impl_private.h @@ -149,7 +149,7 @@ class CONTENT_EXPORT GpuDataManagerImplPrivate { void OnDisplayMetricsChanged(const display::Display& display, diff --git a/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc b/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc index c6693c2bff4a..b3a5ed0fc010 100644 --- a/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc +++ b/www/iridium/files/patch-content_browser_gpu_gpu__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/gpu/gpu_process_host.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/gpu/gpu_process_host.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/gpu/gpu_process_host.cc -@@ -280,6 +280,7 @@ static const char* const kSwitchNames[] = { +@@ -282,6 +282,7 @@ static const char* const kSwitchNames[] = { switches::kDisableSkiaGraphite, switches::kDisableSkiaGraphitePrecompilation, switches::kDisableLowEndDeviceMode, @@ -8,7 +8,7 @@ switches::kProfilingAtStart, switches::kProfilingFile, switches::kProfilingFlush, -@@ -305,7 +306,7 @@ static const char* const kSwitchNames[] = { +@@ -307,7 +308,7 @@ static const char* const kSwitchNames[] = { switches::kEnableNativeGpuMemoryBuffers, switches::kRenderNodeOverride, #endif diff --git a/www/iridium/files/patch-content_browser_media_frameless__media__interface__proxy.h b/www/iridium/files/patch-content_browser_media_frameless__media__interface__proxy.h index 5251c6068bbd..f5cf1521657b 100644 --- a/www/iridium/files/patch-content_browser_media_frameless__media__interface__proxy.h +++ b/www/iridium/files/patch-content_browser_media_frameless__media__interface__proxy.h @@ -1,4 +1,4 @@ ---- content/browser/media/frameless_media_interface_proxy.h.orig 2025-06-19 07:37:57 UTC +--- content/browser/media/frameless_media_interface_proxy.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/media/frameless_media_interface_proxy.h @@ -19,7 +19,7 @@ #include "mojo/public/cpp/bindings/receiver_set.h" @@ -9,7 +9,7 @@ #include "media/mojo/mojom/video_decoder.mojom.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -98,7 +98,7 @@ class FramelessMediaInterfaceProxy final +@@ -96,7 +96,7 @@ class FramelessMediaInterfaceProxy final // Connections to the renderer. mojo::ReceiverSet<media::mojom::InterfaceFactory> receivers_; diff --git a/www/iridium/files/patch-content_browser_media_media__keys__listener__manager__impl.cc b/www/iridium/files/patch-content_browser_media_media__keys__listener__manager__impl.cc index 11d9ab2ef799..b6cd433d0c6d 100644 --- a/www/iridium/files/patch-content_browser_media_media__keys__listener__manager__impl.cc +++ b/www/iridium/files/patch-content_browser_media_media__keys__listener__manager__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/media/media_keys_listener_manager_impl.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/media/media_keys_listener_manager_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/media/media_keys_listener_manager_impl.cc @@ -332,7 +332,7 @@ void MediaKeysListenerManagerImpl::StartListeningForMe return; diff --git a/www/iridium/files/patch-content_browser_network__service__instance__impl.cc b/www/iridium/files/patch-content_browser_network__service__instance__impl.cc index ad5cfb26bd86..b364c541ccd5 100644 --- a/www/iridium/files/patch-content_browser_network__service__instance__impl.cc +++ b/www/iridium/files/patch-content_browser_network__service__instance__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/network_service_instance_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/network_service_instance_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/network_service_instance_impl.cc @@ -90,7 +90,7 @@ #include "content/browser/network/network_service_process_tracker_win.h" diff --git a/www/iridium/files/patch-content_browser_renderer__host_delegated__frame__host.cc b/www/iridium/files/patch-content_browser_renderer__host_delegated__frame__host.cc index ee6e79acc322..aa57d2cf296d 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_delegated__frame__host.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_delegated__frame__host.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/renderer_host/delegated_frame_host.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/delegated_frame_host.cc -@@ -334,7 +334,7 @@ void DelegatedFrameHost::EmbedSurface( +@@ -338,7 +338,7 @@ void DelegatedFrameHost::EmbedSurface( if (!primary_surface_id || primary_surface_id->local_surface_id() != local_surface_id_) { diff --git a/www/iridium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc b/www/iridium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc index 432d67eebe71..2ec2566a7c79 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_media_service__video__capture__device__launcher.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/media/service_video_capture_device_launcher.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/media/service_video_capture_device_launcher.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/media/service_video_capture_device_launcher.cc @@ -24,7 +24,7 @@ #include "media/base/media_switches.h" diff --git a/www/iridium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc b/www/iridium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc index 4e66d944dfb4..472cd02e0ea3 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_navigation__transitions_navigation__entry__screenshot.cc @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/navigation_transitions/navigation_entry_screenshot.cc -@@ -26,7 +26,7 @@ +@@ -28,7 +28,7 @@ #include "third_party/skia/include/core/SkBitmap.h" #include "ui/gfx/skia_span_util.h" @@ -9,7 +9,7 @@ #include <sys/mman.h> #ifndef MADV_POPULATE_WRITE -@@ -77,7 +77,7 @@ void CompressNavigationScreenshotOnWorkerThread( +@@ -73,7 +73,7 @@ void CompressNavigationScreenshotOnWorkerThread( #endif // BUILDFLAG(IS_ANDROID) void AdviseBitmap(SkBitmap& bitmap) { diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc index 97d2bad4c3e7..1e7f4b3c30b9 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/render_process_host_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_process_host_impl.cc @@ -228,7 +228,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" @@ -9,7 +9,7 @@ #include <sys/resource.h> #include "components/services/font/public/mojom/font_service.mojom.h" // nogncheck -@@ -1127,7 +1127,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = +@@ -1142,7 +1142,7 @@ static constexpr size_t kUnknownPlatformProcessLimit = // to indicate failure and std::numeric_limits<size_t>::max() to indicate // unlimited. size_t GetPlatformProcessLimit() { @@ -18,7 +18,7 @@ struct rlimit limit; if (getrlimit(RLIMIT_NPROC, &limit) != 0) return kUnknownPlatformProcessLimit; -@@ -1363,7 +1363,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost +@@ -1385,7 +1385,7 @@ RenderProcessHostImpl::IOThreadHostImpl::~IOThreadHost void RenderProcessHostImpl::IOThreadHostImpl::SetPid( base::ProcessId child_pid) { @@ -27,7 +27,7 @@ child_thread_type_switcher_.SetPid(child_pid); #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) } -@@ -3509,7 +3509,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( +@@ -3616,7 +3616,7 @@ void RenderProcessHostImpl::AppendRendererCommandLine( base::TimeTicks::UnixEpoch().since_origin().InMicroseconds())); } @@ -36,7 +36,7 @@ // Append `kDisableVideoCaptureUseGpuMemoryBuffer` flag if there is no support // for NV12 GPU memory buffer. if (switches::IsVideoCaptureUseGpuMemoryBufferEnabled() && -@@ -3565,6 +3565,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin +@@ -3672,6 +3672,8 @@ void RenderProcessHostImpl::PropagateBrowserCommandLin switches::kDisableSkiaRuntimeOpts, switches::kDisableSpeechAPI, switches::kDisableThreadedCompositing, @@ -45,7 +45,7 @@ switches::kDisableV8IdleTasks, switches::kDisableVideoCaptureUseGpuMemoryBuffer, switches::kDisableWebGLImageChromium, -@@ -5487,7 +5489,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr +@@ -5550,7 +5552,7 @@ uint64_t RenderProcessHostImpl::GetPrivateMemoryFootpr // - Win: https://crbug.com/707022 . uint64_t total_size = 0; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.h b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.h index e9f4de49acf9..85d07bc11f8c 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.h +++ b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl.h @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl.h.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/render_process_host_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_process_host_impl.h @@ -103,7 +103,7 @@ #include "media/fuchsia_media_codec_provider_impl.h" @@ -9,7 +9,7 @@ #include "content/browser/child_thread_type_switcher_linux.h" #include "media/mojo/mojom/video_encode_accelerator.mojom.h" #endif -@@ -1014,7 +1014,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1021,7 +1021,7 @@ class CONTENT_EXPORT RenderProcessHostImpl mojo::Remote<media::mojom::VideoEncodeAcceleratorProviderFactory> video_encode_accelerator_factory_remote_; #endif @@ -18,7 +18,7 @@ ChildThreadTypeSwitcher child_thread_type_switcher_; #endif }; -@@ -1268,7 +1268,7 @@ class CONTENT_EXPORT RenderProcessHostImpl +@@ -1275,7 +1275,7 @@ class CONTENT_EXPORT RenderProcessHostImpl // if the request isn't handled on the IO thread. void OnBindHostReceiver(mojo::GenericPendingReceiver receiver); diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc index f2e4de8beca2..aaca7468c90d 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__process__host__impl__receiver__bindings.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_process_host_impl_receiver_bindings.cc @@ -52,7 +52,7 @@ #include "third_party/blink/public/mojom/android_font_lookup/android_font_lookup.mojom.h" diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__view__host__impl.cc b/www/iridium/files/patch-content_browser_renderer__host_render__view__host__impl.cc index fbcf868f6a69..ccb46ceaa1b4 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__view__host__impl.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__view__host__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/render_view_host_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_view_host_impl.cc @@ -276,7 +276,7 @@ void RenderViewHostImpl::GetPlatformSpecificPrefs( display::win::GetScreenWin()->GetSystemMetricsInDIP(SM_CYVSCROLL); diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc index a9445bdca5fd..030a6deeb1e0 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.cc @@ -1,7 +1,7 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.cc -@@ -122,7 +122,7 @@ - #include "ui/gfx/gdi_util.h" +@@ -127,7 +127,7 @@ + #include "ui/gfx/win/gdi_util.h" #endif // BUILDFLAG(IS_WIN) -#if BUILDFLAG(IS_LINUX) @@ -9,7 +9,7 @@ #include "ui/accessibility/platform/browser_accessibility_auralinux.h" #include "ui/base/ime/linux/text_edit_command_auralinux.h" #include "ui/base/ime/text_input_flags.h" -@@ -477,7 +477,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge +@@ -531,7 +531,7 @@ gfx::NativeViewAccessible RenderWidgetHostViewAura::Ge return ToBrowserAccessibilityWin(manager->GetBrowserAccessibilityRoot()) ->GetCOM(); @@ -18,7 +18,7 @@ ui::BrowserAccessibilityManager* manager = host()->GetOrCreateRootBrowserAccessibilityManager(); if (manager && manager->GetBrowserAccessibilityRoot()) -@@ -1880,7 +1880,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { +@@ -1958,7 +1958,7 @@ bool RenderWidgetHostViewAura::ShouldDoLearning() { return host() && host()->delegate() && host()->delegate()->ShouldDoLearning(); } @@ -27,7 +27,7 @@ bool RenderWidgetHostViewAura::SetCompositionFromExistingText( const gfx::Range& range, const std::vector<ui::ImeTextSpan>& ui_ime_text_spans) { -@@ -2861,7 +2861,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { +@@ -2946,7 +2946,7 @@ bool RenderWidgetHostViewAura::NeedsInputGrab() { } bool RenderWidgetHostViewAura::NeedsMouseCapture() { @@ -36,7 +36,7 @@ return NeedsInputGrab(); #else return false; -@@ -3045,7 +3045,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit +@@ -3132,7 +3132,7 @@ void RenderWidgetHostViewAura::ForwardKeyboardEventWit if (!target_host) return; diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h index ee0c52130017..88453c60fc34 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h +++ b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__aura.h @@ -1,6 +1,6 @@ ---- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/renderer_host/render_widget_host_view_aura.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_widget_host_view_aura.h -@@ -276,7 +276,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura +@@ -288,7 +288,7 @@ class CONTENT_EXPORT RenderWidgetHostViewAura ukm::SourceId GetClientSourceForMetrics() const override; bool ShouldDoLearning() override; diff --git a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc index 8f38e569fe81..cfe9a26c3451 100644 --- a/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc +++ b/www/iridium/files/patch-content_browser_renderer__host_render__widget__host__view__event__handler.cc @@ -1,4 +1,4 @@ ---- content/browser/renderer_host/render_widget_host_view_event_handler.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/renderer_host/render_widget_host_view_event_handler.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/renderer_host/render_widget_host_view_event_handler.cc @@ -618,7 +618,7 @@ bool RenderWidgetHostViewEventHandler::CanRendererHand if (event->type() == ui::EventType::kMouseExited) { diff --git a/www/iridium/files/patch-content_browser_sandbox__host__linux.cc b/www/iridium/files/patch-content_browser_sandbox__host__linux.cc index 3dc718e5b4af..421be331ec05 100644 --- a/www/iridium/files/patch-content_browser_sandbox__host__linux.cc +++ b/www/iridium/files/patch-content_browser_sandbox__host__linux.cc @@ -1,4 +1,4 @@ ---- content/browser/sandbox_host_linux.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/sandbox_host_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/sandbox_host_linux.cc @@ -45,6 +45,7 @@ void SandboxHostLinux::Init() { // Instead, it replies on a temporary socket provided by the caller. diff --git a/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc b/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc index 02302b811a1a..6570ab76a35c 100644 --- a/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc +++ b/www/iridium/files/patch-content_browser_scheduler_responsiveness_jank__monitor__impl.cc @@ -1,4 +1,4 @@ ---- content/browser/scheduler/responsiveness/jank_monitor_impl.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/scheduler/responsiveness/jank_monitor_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/scheduler/responsiveness/jank_monitor_impl.cc @@ -337,7 +337,7 @@ void JankMonitorImpl::ThreadExecutionState::DidRunTask // in context menus, among others). Simply ignore the mismatches for now. diff --git a/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc b/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc index 6ebdbcd515ce..4eebd965308b 100644 --- a/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc +++ b/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.cc @@ -1,4 +1,4 @@ ---- content/browser/scheduler/responsiveness/native_event_observer.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/scheduler/responsiveness/native_event_observer.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/scheduler/responsiveness/native_event_observer.cc @@ -15,7 +15,7 @@ diff --git a/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h b/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h index 781ad6b18be6..e3ac32737812 100644 --- a/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h +++ b/www/iridium/files/patch-content_browser_scheduler_responsiveness_native__event__observer.h @@ -1,4 +1,4 @@ ---- content/browser/scheduler/responsiveness/native_event_observer.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/scheduler/responsiveness/native_event_observer.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/scheduler/responsiveness/native_event_observer.h @@ -16,7 +16,7 @@ #include "content/public/browser/native_event_processor_observer_mac.h" diff --git a/www/iridium/files/patch-content_browser_service__host_utility__process__host.cc b/www/iridium/files/patch-content_browser_service__host_utility__process__host.cc index a5ca672bb772..4cefc34d85e5 100644 --- a/www/iridium/files/patch-content_browser_service__host_utility__process__host.cc +++ b/www/iridium/files/patch-content_browser_service__host_utility__process__host.cc @@ -1,6 +1,6 @@ ---- content/browser/service_host/utility_process_host.cc.orig 2025-10-28 14:29:43 UTC +--- content/browser/service_host/utility_process_host.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/service_host/utility_process_host.cc -@@ -68,7 +68,7 @@ +@@ -64,7 +64,7 @@ #include "content/browser/v8_snapshot_files.h" #endif @@ -9,7 +9,7 @@ #include "base/files/file_util.h" #include "base/files/scoped_file.h" #include "base/pickle.h" -@@ -97,7 +97,7 @@ namespace content { +@@ -93,7 +93,7 @@ namespace content { namespace { @@ -18,7 +18,7 @@ base::ScopedFD PassNetworkContextParentDirs( std::vector<base::FilePath> network_context_parent_dirs) { base::Pickle pickle; -@@ -495,7 +495,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -491,7 +491,7 @@ bool UtilityProcessHost::StartProcess() { GetV8SnapshotFilesToPreload(*cmd_line)); #endif // BUILDFLAG(IS_POSIX) @@ -27,7 +27,7 @@ // The network service should have access to the parent directories // necessary for its usage. if (options_.sandbox_type_ == sandbox::mojom::Sandbox::kNetwork) { -@@ -513,7 +513,7 @@ bool UtilityProcessHost::StartProcess() { +@@ -509,7 +509,7 @@ bool UtilityProcessHost::StartProcess() { video_capture::mojom::VideoCaptureService::Name_) { bool pass_gpu_buffer_flag = switches::IsVideoCaptureUseGpuMemoryBufferEnabled(); diff --git a/www/iridium/files/patch-content_browser_service__host_utility__process__host__receiver__bindings.cc b/www/iridium/files/patch-content_browser_service__host_utility__process__host__receiver__bindings.cc index c2276b5e893a..f2586dbd56a7 100644 --- a/www/iridium/files/patch-content_browser_service__host_utility__process__host__receiver__bindings.cc +++ b/www/iridium/files/patch-content_browser_service__host_utility__process__host__receiver__bindings.cc @@ -1,4 +1,4 @@ ---- content/browser/service_host/utility_process_host_receiver_bindings.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/service_host/utility_process_host_receiver_bindings.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/service_host/utility_process_host_receiver_bindings.cc @@ -10,7 +10,7 @@ #include "content/public/common/content_client.h" diff --git a/www/iridium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc b/www/iridium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc index 29537c7db857..c525ebe048fd 100644 --- a/www/iridium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc +++ b/www/iridium/files/patch-content_browser_service__host_utility__sandbox__delegate.cc @@ -1,16 +1,20 @@ ---- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/service_host/utility_sandbox_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/service_host/utility_sandbox_delegate.cc -@@ -28,7 +28,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -24,7 +24,7 @@ + #include "sandbox/policy/sandbox_type.h" + #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" #include "media/media_buildflags.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -79,7 +79,7 @@ UtilitySandboxedProcessLauncherDelegate:: - #if BUILDFLAG(IS_FUCHSIA) +@@ -72,10 +72,10 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceModelExecution || + sandbox_type_ == sandbox::mojom::Sandbox::kCdm || + sandbox_type_ == sandbox::mojom::Sandbox::kPrintCompositor || +-#if BUILDFLAG(IS_FUCHSIA) ++#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kVideoCapture || #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -18,8 +22,8 @@ sandbox_type_ == sandbox::mojom::Sandbox::kShapeDetection || #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) sandbox_type_ == sandbox::mojom::Sandbox::kHardwareVideoDecoding || -@@ -97,14 +97,14 @@ UtilitySandboxedProcessLauncherDelegate:: - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -90,11 +90,11 @@ UtilitySandboxedProcessLauncherDelegate:: + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ - BUILDFLAG(IS_WIN) @@ -27,17 +31,13 @@ sandbox_type_ == sandbox::mojom::Sandbox::kScreenAI || sandbox_type_ == sandbox::mojom::Sandbox::kPrintBackend || #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -@@ -164,15 +164,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -151,15 +151,15 @@ ZygoteCommunication* UtilitySandboxedProcessLauncherDe + sandbox_type_ == sandbox::mojom::Sandbox::kNearby || #endif // BUILDFLAG(IS_CHROMEOS) sandbox_type_ == sandbox::mojom::Sandbox::kAudio || -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) @@ -52,6 +52,6 @@ #endif -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - sandbox_type_ == sandbox::mojom::Sandbox::kVideoEffects || sandbox_type_ == sandbox::mojom::Sandbox::kOnDeviceTranslation || #endif // BUILDFLAG(IS_LINUX) + sandbox_type_ == sandbox::mojom::Sandbox::kSpeechRecognition) { diff --git a/www/iridium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc b/www/iridium/files/patch-content_browser_shape__detection_shape__detection__service.cc index 45e88fa66ba4..f88f5f365864 100644 --- a/www/iridium/files/patch-content_browser_shape__detection_shape__detection__service__host.cc +++ b/www/iridium/files/patch-content_browser_shape__detection_shape__detection__service.cc @@ -1,5 +1,5 @@ ---- content/browser/shape_detection/shape_detection_service_host.cc.orig 2025-10-28 14:29:43 UTC -+++ content/browser/shape_detection/shape_detection_service_host.cc +--- content/browser/shape_detection/shape_detection_service.cc.orig 2025-12-10 15:04:57 UTC ++++ content/browser/shape_detection/shape_detection_service.cc @@ -15,7 +15,7 @@ #endif diff --git a/www/iridium/files/patch-content_browser_theme__helper.cc b/www/iridium/files/patch-content_browser_theme__helper.cc index a1162ee17d6d..9df22d9615f4 100644 --- a/www/iridium/files/patch-content_browser_theme__helper.cc +++ b/www/iridium/files/patch-content_browser_theme__helper.cc @@ -1,4 +1,4 @@ ---- content/browser/theme_helper.cc.orig 2025-10-28 14:29:43 UTC +--- content/browser/theme_helper.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/theme_helper.cc @@ -27,7 +27,7 @@ mojom::UpdateSystemColorInfoParamsPtr MakeUpdateSystem ui::NativeTheme* native_theme) { diff --git a/www/iridium/files/patch-content_browser_v8__snapshot__files.cc b/www/iridium/files/patch-content_browser_v8__snapshot__files.cc index c339a86d3fa8..3ae72040abc4 100644 --- a/www/iridium/files/patch-content_browser_v8__snapshot__files.cc +++ b/www/iridium/files/patch-content_browser_v8__snapshot__files.cc @@ -1,4 +1,4 @@ ---- content/browser/v8_snapshot_files.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/v8_snapshot_files.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/v8_snapshot_files.cc @@ -36,7 +36,7 @@ void registerContextSnapshotAndroid( std::map<std::string, std::variant<base::FilePath, base::ScopedFD>> diff --git a/www/iridium/files/patch-content_browser_web__contents_slow__web__preference__cache.cc b/www/iridium/files/patch-content_browser_web__contents_slow__web__preference__cache.cc index 301f18aba461..bb25ab324e6b 100644 --- a/www/iridium/files/patch-content_browser_web__contents_slow__web__preference__cache.cc +++ b/www/iridium/files/patch-content_browser_web__contents_slow__web__preference__cache.cc @@ -1,4 +1,4 @@ ---- content/browser/web_contents/slow_web_preference_cache.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/web_contents/slow_web_preference_cache.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/web_contents/slow_web_preference_cache.cc @@ -17,7 +17,7 @@ diff --git a/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura.cc b/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura.cc index e28e7e756d5e..144aea9b26f8 100644 --- a/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura.cc +++ b/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura.cc @@ -1,6 +1,6 @@ ---- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-09-11 13:19:19 UTC +--- content/browser/web_contents/web_contents_view_aura.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/web_contents/web_contents_view_aura.cc -@@ -175,7 +175,7 @@ class WebDragSourceAura : public content::WebContentsO +@@ -176,7 +176,7 @@ class WebDragSourceAura : public content::WebContentsO raw_ptr<aura::Window> window_; }; @@ -9,7 +9,7 @@ // Fill out the OSExchangeData with a file contents, synthesizing a name if // necessary. void PrepareDragForFileContents(const DropData& drop_data, -@@ -260,7 +260,7 @@ void PrepareDragData(const DropData& drop_data, +@@ -261,7 +261,7 @@ void PrepareDragData(const DropData& drop_data, if (!drop_data.download_metadata.empty()) PrepareDragForDownload(drop_data, provider, web_contents); #endif @@ -18,7 +18,7 @@ // We set the file contents before the URL because the URL also sets file // contents (to a .URL shortcut). We want to prefer file content data over // a shortcut so we add it first. -@@ -1326,7 +1326,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* +@@ -1344,7 +1344,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent* // Linux window managers like to handle raise-on-click themselves. If we // raise-on-click manually, this may override user settings that prevent // focus-stealing. diff --git a/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc b/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc index 2f32b569aae7..b082e22c77d4 100644 --- a/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc +++ b/www/iridium/files/patch-content_browser_web__contents_web__contents__view__aura__unittest.cc @@ -1,4 +1,4 @@ ---- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-11-06 10:11:34 UTC +--- content/browser/web_contents/web_contents_view_aura_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/web_contents/web_contents_view_aura_unittest.cc @@ -42,7 +42,7 @@ #include "ui/base/dragdrop/os_exchange_data_provider_win.h" @@ -18,7 +18,7 @@ void UpdateDragImage(const gfx::ImageSkia& image, const gfx::Vector2d& offset) override {} #endif -@@ -235,7 +235,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu +@@ -236,7 +236,7 @@ TEST_F(WebContentsViewAuraTest, WebContentsDestroyedDu ui::EF_LEFT_MOUSE_BUTTON, 0); ui::EventHandler* event_handler = GetView(); event_handler->OnMouseEvent(&mouse_event); @@ -27,7 +27,7 @@ // The web-content is not activated during mouse-press on Linux. // See comment in WebContentsViewAura::OnMouseEvent() for more details. EXPECT_NE(web_contents(), nullptr); -@@ -301,7 +301,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -302,7 +302,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -36,7 +36,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -341,7 +341,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { +@@ -342,7 +342,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFiles) { CheckDropData(view); @@ -45,7 +45,7 @@ // By design, Linux implementations returns an empty string if file data // is also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -399,7 +399,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -400,7 +400,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri view->OnDragEntered(event); ASSERT_NE(nullptr, view->current_drag_data_); @@ -54,7 +54,7 @@ // By design, Linux implementations return an empty string if file data // is also present. EXPECT_TRUE(!view->current_drag_data_->text || -@@ -431,7 +431,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri +@@ -432,7 +432,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropFilesOri CheckDropData(view); @@ -63,7 +63,7 @@ // By design, Linux implementations returns an empty string if file data is // also present. EXPECT_TRUE(!drop_complete_data_->drop_data.text || -@@ -462,7 +462,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro +@@ -463,7 +463,7 @@ TEST_F(WebContentsViewAuraTest, MAYBE_DragDropImageFro auto data = std::make_unique<ui::OSExchangeData>(); diff --git a/www/iridium/files/patch-content_browser_webui_web__ui__main__frame__observer.cc b/www/iridium/files/patch-content_browser_webui_web__ui__main__frame__observer.cc index 675a870953b3..9b0e40f35788 100644 --- a/www/iridium/files/patch-content_browser_webui_web__ui__main__frame__observer.cc +++ b/www/iridium/files/patch-content_browser_webui_web__ui__main__frame__observer.cc @@ -1,4 +1,4 @@ ---- content/browser/webui/web_ui_main_frame_observer.cc.orig 2025-05-07 06:48:23 UTC +--- content/browser/webui/web_ui_main_frame_observer.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/webui/web_ui_main_frame_observer.cc @@ -47,7 +47,7 @@ std::string RedactURL(const GURL& url) { bool IsWebUIJavaScriptErrorReportingSupported() { diff --git a/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc b/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc index 8ec19fc3b0f7..a921a31e7d31 100644 --- a/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc +++ b/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.cc @@ -1,4 +1,4 @@ ---- content/browser/zygote_host/zygote_host_impl_linux.cc.orig 2025-10-28 14:29:43 UTC +--- content/browser/zygote_host/zygote_host_impl_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/browser/zygote_host/zygote_host_impl_linux.cc @@ -19,8 +19,10 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h b/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h index 05a1644789b0..ccb72668d486 100644 --- a/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h +++ b/www/iridium/files/patch-content_browser_zygote__host_zygote__host__impl__linux.h @@ -1,4 +1,4 @@ ---- content/browser/zygote_host/zygote_host_impl_linux.h.orig 2025-05-07 06:48:23 UTC +--- content/browser/zygote_host/zygote_host_impl_linux.h.orig 2025-12-10 15:04:57 UTC +++ content/browser/zygote_host/zygote_host_impl_linux.h @@ -46,12 +46,14 @@ class CONTENT_EXPORT ZygoteHostImpl : public ZygoteHos base::ScopedFD* control_fd, diff --git a/www/iridium/files/patch-content_child_BUILD.gn b/www/iridium/files/patch-content_child_BUILD.gn index e19535d03f05..69158b63dd63 100644 --- a/www/iridium/files/patch-content_child_BUILD.gn +++ b/www/iridium/files/patch-content_child_BUILD.gn @@ -1,6 +1,6 @@ ---- content/child/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- content/child/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/child/BUILD.gn -@@ -135,6 +135,13 @@ target(link_target_type, "child") { +@@ -134,6 +134,13 @@ target(link_target_type, "child") { ] } diff --git a/www/iridium/files/patch-content_child_child__process.cc b/www/iridium/files/patch-content_child_child__process.cc index d827eaf5dedd..c8c6cd7b1424 100644 --- a/www/iridium/files/patch-content_child_child__process.cc +++ b/www/iridium/files/patch-content_child_child__process.cc @@ -1,4 +1,4 @@ ---- content/child/child_process.cc.orig 2025-11-06 10:11:34 UTC +--- content/child/child_process.cc.orig 2025-12-10 15:04:57 UTC +++ content/child/child_process.cc @@ -37,7 +37,7 @@ #include "content/common/android/cpu_time_metrics.h" diff --git a/www/iridium/files/patch-content_child_child__process.h b/www/iridium/files/patch-content_child_child__process.h index 1a8768608010..bef0dcdf2f5b 100644 --- a/www/iridium/files/patch-content_child_child__process.h +++ b/www/iridium/files/patch-content_child_child__process.h @@ -1,4 +1,4 @@ ---- content/child/child_process.h.orig 2025-11-06 10:11:34 UTC +--- content/child/child_process.h.orig 2025-12-10 15:04:57 UTC +++ content/child/child_process.h @@ -81,7 +81,7 @@ class CONTENT_EXPORT ChildProcess { return io_thread_runner_.get(); diff --git a/www/iridium/files/patch-content_common_BUILD.gn b/www/iridium/files/patch-content_common_BUILD.gn index 0fede09589b5..3767b96ef9bd 100644 --- a/www/iridium/files/patch-content_common_BUILD.gn +++ b/www/iridium/files/patch-content_common_BUILD.gn @@ -1,6 +1,6 @@ ---- content/common/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- content/common/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/common/BUILD.gn -@@ -367,19 +367,28 @@ source_set("common") { +@@ -365,19 +365,28 @@ source_set("common") { } if (is_linux || is_chromeos) { diff --git a/www/iridium/files/patch-content_common_features.cc b/www/iridium/files/patch-content_common_features.cc index 167e54c4f076..fd67069a7458 100644 --- a/www/iridium/files/patch-content_common_features.cc +++ b/www/iridium/files/patch-content_common_features.cc @@ -1,6 +1,6 @@ ---- content/common/features.cc.orig 2025-11-06 10:11:34 UTC +--- content/common/features.cc.orig 2025-12-10 15:04:57 UTC +++ content/common/features.cc -@@ -144,7 +144,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE +@@ -171,7 +171,7 @@ BASE_FEATURE(kDocumentPolicyNegotiation, base::FEATURE BASE_FEATURE(kEmbeddingRequiresOptIn, base::FEATURE_DISABLED_BY_DEFAULT); // Enables error reporting for JS errors inside DevTools frontend host diff --git a/www/iridium/files/patch-content_common_features.h b/www/iridium/files/patch-content_common_features.h index 9ccdfdecf2c1..b202fe018d08 100644 --- a/www/iridium/files/patch-content_common_features.h +++ b/www/iridium/files/patch-content_common_features.h @@ -1,8 +1,8 @@ ---- content/common/features.h.orig 2025-09-11 13:19:19 UTC +--- content/common/features.h.orig 2025-12-10 15:04:57 UTC +++ content/common/features.h -@@ -60,7 +60,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginEn - CONTENT_EXPORT BASE_DECLARE_FEATURE(kCommittedOriginTracking); +@@ -65,7 +65,7 @@ CONTENT_EXPORT BASE_DECLARE_FEATURE(kCopyFromSurfaceAl CONTENT_EXPORT BASE_DECLARE_FEATURE(kCriticalClientHint); + CONTENT_EXPORT BASE_DECLARE_FEATURE(kDelayRfhDestructionsOnUnloadAndDetach); CONTENT_EXPORT BASE_DECLARE_FEATURE(kDocumentPolicyNegotiation); -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/iridium/files/patch-content_common_font__list__unittest.cc b/www/iridium/files/patch-content_common_font__list__unittest.cc index 0b0d4f43dc58..002c94a46be1 100644 --- a/www/iridium/files/patch-content_common_font__list__unittest.cc +++ b/www/iridium/files/patch-content_common_font__list__unittest.cc @@ -1,4 +1,4 @@ ---- content/common/font_list_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- content/common/font_list_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ content/common/font_list_unittest.cc @@ -48,7 +48,7 @@ TEST(FontList, GetFontList) { EXPECT_TRUE(HasFontWithName(fonts, "MS Gothic", "MS Gothic")); diff --git a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc index da073e63776b..62f6468d6861 100644 --- a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc +++ b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.cc @@ -1,4 +1,4 @@ ---- content/common/gpu_pre_sandbox_hook_bsd.cc.orig 2025-09-11 13:19:19 UTC +--- content/common/gpu_pre_sandbox_hook_bsd.cc.orig 2025-12-10 15:04:57 UTC +++ content/common/gpu_pre_sandbox_hook_bsd.cc @@ -0,0 +1,68 @@ +// Copyright 2023 The Chromium Authors diff --git a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.h b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.h index 3b4dc6ac5427..986f09cd73e0 100644 --- a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.h +++ b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__bsd.h @@ -1,4 +1,4 @@ ---- content/common/gpu_pre_sandbox_hook_bsd.h.orig 2025-05-07 06:48:23 UTC +--- content/common/gpu_pre_sandbox_hook_bsd.h.orig 2025-12-10 15:04:57 UTC +++ content/common/gpu_pre_sandbox_hook_bsd.h @@ -0,0 +1,20 @@ +// Copyright 2017 The Chromium Authors diff --git a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h index c055a7f23b25..420eda8e9faa 100644 --- a/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h +++ b/www/iridium/files/patch-content_common_gpu__pre__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- content/common/gpu_pre_sandbox_hook_linux.h.orig 2025-09-11 13:19:19 UTC +--- content/common/gpu_pre_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ content/common/gpu_pre_sandbox_hook_linux.h @@ -7,7 +7,15 @@ diff --git a/www/iridium/files/patch-content_common_thread__type__switcher.mojom b/www/iridium/files/patch-content_common_thread__type__switcher.mojom index 1b5cb6e116b8..1594e9942da0 100644 --- a/www/iridium/files/patch-content_common_thread__type__switcher.mojom +++ b/www/iridium/files/patch-content_common_thread__type__switcher.mojom @@ -1,4 +1,4 @@ ---- content/common/thread_type_switcher.mojom.orig 2025-05-07 06:48:23 UTC +--- content/common/thread_type_switcher.mojom.orig 2025-12-10 15:04:57 UTC +++ content/common/thread_type_switcher.mojom @@ -10,6 +10,6 @@ import "mojo/public/mojom/base/thread_type.mojom"; // occur in a child process due to its sandbox, e.g. on Linux and ChromeOS. diff --git a/www/iridium/files/patch-content_gpu_gpu__child__thread.cc b/www/iridium/files/patch-content_gpu_gpu__child__thread.cc index 8ed2c5b62679..0510d1c70757 100644 --- a/www/iridium/files/patch-content_gpu_gpu__child__thread.cc +++ b/www/iridium/files/patch-content_gpu_gpu__child__thread.cc @@ -1,4 +1,4 @@ ---- content/gpu/gpu_child_thread.cc.orig 2025-11-06 10:11:34 UTC +--- content/gpu/gpu_child_thread.cc.orig 2025-12-10 15:04:57 UTC +++ content/gpu/gpu_child_thread.cc @@ -58,7 +58,7 @@ #include "third_party/skia/include/ports/SkFontConfigInterface.h" diff --git a/www/iridium/files/patch-content_gpu_gpu__main.cc b/www/iridium/files/patch-content_gpu_gpu__main.cc index 677fad880a4e..15214180235d 100644 --- a/www/iridium/files/patch-content_gpu_gpu__main.cc +++ b/www/iridium/files/patch-content_gpu_gpu__main.cc @@ -1,4 +1,4 @@ ---- content/gpu/gpu_main.cc.orig 2025-10-28 14:29:43 UTC +--- content/gpu/gpu_main.cc.orig 2025-12-10 15:04:57 UTC +++ content/gpu/gpu_main.cc @@ -108,10 +108,14 @@ #include "sandbox/win/src/sandbox.h" diff --git a/www/iridium/files/patch-content_public_browser_content__browser__client.cc b/www/iridium/files/patch-content_public_browser_content__browser__client.cc index 2bfb1a530a7e..9d5cad1ad4c3 100644 --- a/www/iridium/files/patch-content_public_browser_content__browser__client.cc +++ b/www/iridium/files/patch-content_public_browser_content__browser__client.cc @@ -1,6 +1,6 @@ ---- content/public/browser/content_browser_client.cc.orig 2025-11-06 10:11:34 UTC +--- content/public/browser/content_browser_client.cc.orig 2025-12-10 15:04:57 UTC +++ content/public/browser/content_browser_client.cc -@@ -1410,7 +1410,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem +@@ -1434,7 +1434,7 @@ bool ContentBrowserClient::ShouldRunOutOfProcessSystem // that can be adequately sandboxed. // Currently Android's network service will not run out of process or sandboxed, // so OutOfProcessSystemDnsResolution is not currently enabled on Android. diff --git a/www/iridium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h b/www/iridium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h index bc2d5be0abaa..7144bac75735 100644 --- a/www/iridium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h +++ b/www/iridium/files/patch-content_public_browser_zygote__host_zygote__host__linux.h @@ -1,4 +1,4 @@ ---- content/public/browser/zygote_host/zygote_host_linux.h.orig 2025-05-07 06:48:23 UTC +--- content/public/browser/zygote_host/zygote_host_linux.h.orig 2025-12-10 15:04:57 UTC +++ content/public/browser/zygote_host/zygote_host_linux.h @@ -34,11 +34,13 @@ class ZygoteHost { // after the first render has been forked. diff --git a/www/iridium/files/patch-content_public_common_content__features.cc b/www/iridium/files/patch-content_public_common_content__features.cc index 0c8bcab3f36f..d1fca3654190 100644 --- a/www/iridium/files/patch-content_public_common_content__features.cc +++ b/www/iridium/files/patch-content_public_common_content__features.cc @@ -1,6 +1,6 @@ ---- content/public/common/content_features.cc.orig 2025-11-06 10:11:34 UTC +--- content/public/common/content_features.cc.orig 2025-12-10 15:04:57 UTC +++ content/public/common/content_features.cc -@@ -95,7 +95,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU +@@ -106,7 +106,7 @@ BASE_FEATURE(kAudioServiceLaunchOnStartup, base::FEATU // Runs the audio service in a separate process. BASE_FEATURE(kAudioServiceOutOfProcess, @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -1152,10 +1152,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE +@@ -1165,10 +1165,10 @@ BASE_FEATURE(kWebAssemblyTiering, base::FEATURE_ENABLE // Enable WebAssembly trap handler. BASE_FEATURE(kWebAssemblyTrapHandler, @@ -22,7 +22,7 @@ defined(ARCH_CPU_ARM64)) base::FEATURE_ENABLED_BY_DEFAULT #else -@@ -1203,7 +1203,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA +@@ -1216,7 +1216,11 @@ BASE_FEATURE(kWebUIJSErrorReportingExtended, base::FEA // Controls whether the WebUSB API is enabled: // https://wicg.github.io/webusb diff --git a/www/iridium/files/patch-content_public_common_content__switches.cc b/www/iridium/files/patch-content_public_common_content__switches.cc index f032f4b06dee..4064cc06fc6c 100644 --- a/www/iridium/files/patch-content_public_common_content__switches.cc +++ b/www/iridium/files/patch-content_public_common_content__switches.cc @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.cc.orig 2025-10-28 14:29:43 UTC +--- content/public/common/content_switches.cc.orig 2025-12-10 15:04:57 UTC +++ content/public/common/content_switches.cc @@ -347,6 +347,10 @@ const char kEnableIsolatedWebAppsInRenderer[] = // builds. @@ -11,7 +11,7 @@ // Enables the type, downlinkMax attributes of the NetInfo API. Also, enables // triggering of change attribute of the NetInfo API when there is a change in // the connection type. -@@ -940,7 +944,7 @@ const char kPreventResizingContentsForTesting[] = +@@ -946,7 +950,7 @@ const char kPreventResizingContentsForTesting[] = "prevent-resizing-contents-for-testing"; #endif diff --git a/www/iridium/files/patch-content_public_common_content__switches.h b/www/iridium/files/patch-content_public_common_content__switches.h index f14d45d04074..2c770793dcc7 100644 --- a/www/iridium/files/patch-content_public_common_content__switches.h +++ b/www/iridium/files/patch-content_public_common_content__switches.h @@ -1,4 +1,4 @@ ---- content/public/common/content_switches.h.orig 2025-10-28 14:29:43 UTC +--- content/public/common/content_switches.h.orig 2025-12-10 15:04:57 UTC +++ content/public/common/content_switches.h @@ -108,6 +108,8 @@ CONTENT_EXPORT extern const char kEnableGpuMemoryBuffe CONTENT_EXPORT extern const char kEnableIsolatedWebAppsInRenderer[]; @@ -9,7 +9,7 @@ CONTENT_EXPORT extern const char kEnableNetworkInformationDownlinkMax[]; CONTENT_EXPORT extern const char kEnableCanvas2DLayers[]; CONTENT_EXPORT extern const char kEnablePluginPlaceholderTesting[]; -@@ -256,7 +258,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD +@@ -259,7 +261,7 @@ CONTENT_EXPORT extern const char kRendererWaitForJavaD CONTENT_EXPORT extern const char kPreventResizingContentsForTesting[]; #endif diff --git a/www/iridium/files/patch-content_public_common_zygote_features.gni b/www/iridium/files/patch-content_public_common_zygote_features.gni index e9f4aa2b43a9..733b3b64977c 100644 --- a/www/iridium/files/patch-content_public_common_zygote_features.gni +++ b/www/iridium/files/patch-content_public_common_zygote_features.gni @@ -1,4 +1,4 @@ ---- content/public/common/zygote/features.gni.orig 2025-05-07 06:48:23 UTC +--- content/public/common/zygote/features.gni.orig 2025-12-10 15:04:57 UTC +++ content/public/common/zygote/features.gni @@ -2,4 +2,4 @@ # Use of this source code is governed by a BSD-style license that can be diff --git a/www/iridium/files/patch-content_renderer_render__thread__impl.cc b/www/iridium/files/patch-content_renderer_render__thread__impl.cc index 5594d351c6ab..baacac0c82fb 100644 --- a/www/iridium/files/patch-content_renderer_render__thread__impl.cc +++ b/www/iridium/files/patch-content_renderer_render__thread__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/render_thread_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/renderer/render_thread_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/renderer/render_thread_impl.cc -@@ -204,6 +204,8 @@ +@@ -205,6 +205,8 @@ #if BUILDFLAG(IS_APPLE) #include <malloc/malloc.h> @@ -9,7 +9,7 @@ #else #include <malloc.h> #endif -@@ -989,7 +991,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -981,7 +983,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: /*lose_context_when_out_of_memory=*/true); const bool enable_video_decode_accelerator = @@ -18,7 +18,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoDecodeLinux) && #endif // BUILDFLAG(IS_LINUX) !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoDecode) && -@@ -998,7 +1000,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: +@@ -990,7 +992,7 @@ media::GpuVideoAcceleratorFactories* RenderThreadImpl: gpu::kGpuFeatureStatusEnabled); const bool enable_video_encode_accelerator = @@ -27,7 +27,7 @@ base::FeatureList::IsEnabled(media::kAcceleratedVideoEncodeLinux) && #else !cmd_line->HasSwitch(switches::kDisableAcceleratedVideoEncode) && -@@ -1760,7 +1762,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( +@@ -1750,7 +1752,7 @@ RenderThreadImpl::CreateMediaMojoCodecFactory( bool enable_video_encode_accelerator) { mojo::PendingRemote<media::mojom::VideoEncodeAcceleratorProvider> vea_provider; diff --git a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.cc b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.cc index 55213934e1f5..555644a4c422 100644 --- a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.cc +++ b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.cc @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.cc.orig 2025-11-06 10:11:34 UTC +--- content/renderer/renderer_blink_platform_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/renderer/renderer_blink_platform_impl.cc -@@ -124,7 +124,7 @@ +@@ -125,7 +125,7 @@ #if BUILDFLAG(IS_MAC) #include "content/child/child_process_sandbox_support_impl_mac.h" @@ -9,7 +9,7 @@ #include "content/child/child_process_sandbox_support_impl_linux.h" #include "content/child/sandboxed_process_thread_type_handler.h" #endif -@@ -200,13 +200,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -201,13 +201,13 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( is_locked_to_site_(false), main_thread_scheduler_(main_thread_scheduler), next_frame_sink_id_(uint32_t{std::numeric_limits<int32_t>::max()} + 1) { @@ -25,7 +25,7 @@ mojo::PendingRemote<font_service::mojom::FontService> font_service; RenderThreadImpl::current()->BindHostReceiver( font_service.InitWithNewPipeAndPassReceiver()); -@@ -230,7 +230,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( +@@ -231,7 +231,7 @@ RendererBlinkPlatformImpl::RendererBlinkPlatformImpl( } #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -34,7 +34,7 @@ if (sandboxEnabled()) { #if BUILDFLAG(IS_MAC) sandbox_support_ = std::make_unique<WebSandboxSupportMac>(); -@@ -303,7 +303,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes +@@ -304,7 +304,7 @@ RendererBlinkPlatformImpl::GetWebUIBundledCodeCacheRes blink::WebSandboxSupport* RendererBlinkPlatformImpl::GetSandboxSupport() { #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h index 1c1c10739f9e..ba4f92878be9 100644 --- a/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h +++ b/www/iridium/files/patch-content_renderer_renderer__blink__platform__impl.h @@ -1,6 +1,6 @@ ---- content/renderer/renderer_blink_platform_impl.h.orig 2025-11-06 10:11:34 UTC +--- content/renderer/renderer_blink_platform_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/renderer/renderer_blink_platform_impl.h -@@ -279,7 +279,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi +@@ -280,7 +280,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : publi const gpu::GPUInfo& gpu_info) const; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ diff --git a/www/iridium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc b/www/iridium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc index 9f00112eec8b..795faeff3a6d 100644 --- a/www/iridium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc +++ b/www/iridium/files/patch-content_renderer_renderer__main__platform__delegate__linux.cc @@ -1,4 +1,4 @@ ---- content/renderer/renderer_main_platform_delegate_linux.cc.orig 2025-05-07 06:48:23 UTC +--- content/renderer/renderer_main_platform_delegate_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/renderer/renderer_main_platform_delegate_linux.cc @@ -44,6 +44,7 @@ bool RendererMainPlatformDelegate::EnableSandbox() { // any renderer has been started. diff --git a/www/iridium/files/patch-content_shell_BUILD.gn b/www/iridium/files/patch-content_shell_BUILD.gn index 87c6d6e9c560..288141fe3d1e 100644 --- a/www/iridium/files/patch-content_shell_BUILD.gn +++ b/www/iridium/files/patch-content_shell_BUILD.gn @@ -1,6 +1,6 @@ ---- content/shell/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- content/shell/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/shell/BUILD.gn -@@ -1098,7 +1098,7 @@ group("content_shell_crash_test") { +@@ -1103,7 +1103,7 @@ group("content_shell_crash_test") { if (is_win) { data_deps += [ "//build/win:copy_cdb_to_output" ] } diff --git a/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc b/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc index 9130e75d32f8..cd8ca8427d7a 100644 --- a/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc +++ b/www/iridium/files/patch-content_shell_app_shell__main__delegate.cc @@ -1,6 +1,6 @@ ---- content/shell/app/shell_main_delegate.cc.orig 2025-11-06 10:11:34 UTC +--- content/shell/app/shell_main_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ content/shell/app/shell_main_delegate.cc -@@ -297,7 +297,7 @@ void ShellMainDelegate::PreSandboxStartup() { +@@ -299,7 +299,7 @@ void ShellMainDelegate::PreSandboxStartup() { // Reporting for sub-processes will be initialized in ZygoteForked. if (process_type != switches::kZygoteProcess) { crash_reporter::InitializeCrashpad(process_type.empty(), process_type); diff --git a/www/iridium/files/patch-content_shell_browser_shell__browser__main__parts.cc b/www/iridium/files/patch-content_shell_browser_shell__browser__main__parts.cc index 26053d01ee8e..8853867b3ca9 100644 --- a/www/iridium/files/patch-content_shell_browser_shell__browser__main__parts.cc +++ b/www/iridium/files/patch-content_shell_browser_shell__browser__main__parts.cc @@ -1,4 +1,4 @@ ---- content/shell/browser/shell_browser_main_parts.cc.orig 2025-05-07 06:48:23 UTC +--- content/shell/browser/shell_browser_main_parts.cc.orig 2025-12-10 15:04:57 UTC +++ content/shell/browser/shell_browser_main_parts.cc @@ -50,7 +50,7 @@ #include "net/base/network_change_notifier.h" diff --git a/www/iridium/files/patch-content_shell_browser_shell__platform__delegate__views.cc b/www/iridium/files/patch-content_shell_browser_shell__platform__delegate__views.cc index 2b2d3799bd07..df51d5ccf65d 100644 --- a/www/iridium/files/patch-content_shell_browser_shell__platform__delegate__views.cc +++ b/www/iridium/files/patch-content_shell_browser_shell__platform__delegate__views.cc @@ -1,4 +1,4 @@ ---- content/shell/browser/shell_platform_delegate_views.cc.orig 2025-05-07 06:48:23 UTC +--- content/shell/browser/shell_platform_delegate_views.cc.orig 2025-12-10 15:04:57 UTC +++ content/shell/browser/shell_platform_delegate_views.cc @@ -373,7 +373,7 @@ void ShellPlatformDelegate::CreatePlatformWindow( views::Widget::InitParams::NATIVE_WIDGET_OWNS_WIDGET); diff --git a/www/iridium/files/patch-content_shell_renderer_shell__content__renderer__client.cc b/www/iridium/files/patch-content_shell_renderer_shell__content__renderer__client.cc index e6fd0bf0bc61..e33c62d555dd 100644 --- a/www/iridium/files/patch-content_shell_renderer_shell__content__renderer__client.cc +++ b/www/iridium/files/patch-content_shell_renderer_shell__content__renderer__client.cc @@ -1,4 +1,4 @@ ---- content/shell/renderer/shell_content_renderer_client.cc.orig 2025-09-11 13:19:19 UTC +--- content/shell/renderer/shell_content_renderer_client.cc.orig 2025-12-10 15:04:57 UTC +++ content/shell/renderer/shell_content_renderer_client.cc @@ -50,7 +50,7 @@ #include "media/base/media_switches.h" diff --git a/www/iridium/files/patch-content_shell_utility_shell__content__utility__client.cc b/www/iridium/files/patch-content_shell_utility_shell__content__utility__client.cc index 8c238d6065b5..efebe99fe27a 100644 --- a/www/iridium/files/patch-content_shell_utility_shell__content__utility__client.cc +++ b/www/iridium/files/patch-content_shell_utility_shell__content__utility__client.cc @@ -1,4 +1,4 @@ ---- content/shell/utility/shell_content_utility_client.cc.orig 2025-10-28 14:29:43 UTC +--- content/shell/utility/shell_content_utility_client.cc.orig 2025-12-10 15:04:57 UTC +++ content/shell/utility/shell_content_utility_client.cc @@ -39,7 +39,7 @@ #include "sandbox/policy/sandbox.h" diff --git a/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc b/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc index 4dc5f219a5e2..5ec81604620c 100644 --- a/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc +++ b/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.cc @@ -1,4 +1,4 @@ ---- content/utility/on_device_model/on_device_model_sandbox_init.cc.orig 2025-11-06 10:11:34 UTC +--- content/utility/on_device_model/on_device_model_sandbox_init.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/on_device_model/on_device_model_sandbox_init.cc @@ -17,16 +17,20 @@ #include "services/on_device_model/ml/gpu_blocklist.h" // nogncheck diff --git a/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h b/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h index 18a259853e82..0898c72afd12 100644 --- a/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h +++ b/www/iridium/files/patch-content_utility_on__device__model_on__device__model__sandbox__init.h @@ -1,4 +1,4 @@ ---- content/utility/on_device_model/on_device_model_sandbox_init.h.orig 2025-09-11 13:19:19 UTC +--- content/utility/on_device_model/on_device_model_sandbox_init.h.orig 2025-12-10 15:04:57 UTC +++ content/utility/on_device_model/on_device_model_sandbox_init.h @@ -11,6 +11,10 @@ #include "sandbox/policy/linux/sandbox_linux.h" diff --git a/www/iridium/files/patch-content_utility_services.cc b/www/iridium/files/patch-content_utility_services.cc index 6da5ff07ae0c..ea7e39db058a 100644 --- a/www/iridium/files/patch-content_utility_services.cc +++ b/www/iridium/files/patch-content_utility_services.cc @@ -1,6 +1,6 @@ ---- content/utility/services.cc.orig 2025-10-28 14:29:43 UTC +--- content/utility/services.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/services.cc -@@ -74,14 +74,14 @@ +@@ -68,14 +68,14 @@ extern sandbox::TargetServices* g_utility_target_services; #endif // BUILDFLAG(IS_WIN) @@ -17,7 +17,7 @@ #include "services/shape_detection/public/mojom/shape_detection_service.mojom.h" // nogncheck #include "services/shape_detection/shape_detection_service.h" // nogncheck #endif // BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && -@@ -237,7 +237,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -227,7 +227,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi << "task_policy_set TASK_QOS_POLICY"; #endif @@ -26,7 +26,7 @@ auto* command_line = base::CommandLine::ForCurrentProcess(); if (sandbox::policy::SandboxTypeFromCommandLine(*command_line) == sandbox::mojom::Sandbox::kNoSandbox) { -@@ -260,7 +260,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi +@@ -250,7 +250,7 @@ auto RunAudio(mojo::PendingReceiver<audio::mojom::Audi } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ @@ -35,7 +35,7 @@ auto RunShapeDetectionService( mojo::PendingReceiver<shape_detection::mojom::ShapeDetectionService> receiver) { -@@ -436,7 +436,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& +@@ -406,7 +406,7 @@ void RegisterMainThreadServices(mojo::ServiceFactory& } #if BUILDFLAG(IS_WIN) || (BUILDFLAG(GOOGLE_CHROME_BRANDING) && \ diff --git a/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc b/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc index d40101838471..2787ba454cd4 100644 --- a/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- content/utility/speech/speech_recognition_sandbox_hook_linux.cc.orig 2025-05-07 06:48:23 UTC +--- content/utility/speech/speech_recognition_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/speech/speech_recognition_sandbox_hook_linux.cc @@ -12,11 +12,14 @@ #include "sandbox/linux/syscall_broker/broker_command.h" diff --git a/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h b/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h index a15b8e429727..865ce677c5a9 100644 --- a/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h +++ b/www/iridium/files/patch-content_utility_speech_speech__recognition__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- content/utility/speech/speech_recognition_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- content/utility/speech/speech_recognition_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ content/utility/speech/speech_recognition_sandbox_hook_linux.h @@ -5,7 +5,13 @@ #ifndef CONTENT_UTILITY_SPEECH_SPEECH_RECOGNITION_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc b/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc index c4c845f9befb..5c128ef4bfa2 100644 --- a/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc +++ b/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.cc @@ -1,4 +1,4 @@ ---- content/utility/utility_blink_platform_with_sandbox_support_impl.cc.orig 2025-05-07 06:48:23 UTC +--- content/utility/utility_blink_platform_with_sandbox_support_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/utility_blink_platform_with_sandbox_support_impl.cc @@ -9,7 +9,7 @@ diff --git a/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h b/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h index 0b8c42edba7e..bf7040bd75c9 100644 --- a/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h +++ b/www/iridium/files/patch-content_utility_utility__blink__platform__with__sandbox__support__impl.h @@ -1,4 +1,4 @@ ---- content/utility/utility_blink_platform_with_sandbox_support_impl.h.orig 2025-05-07 06:48:23 UTC +--- content/utility/utility_blink_platform_with_sandbox_support_impl.h.orig 2025-12-10 15:04:57 UTC +++ content/utility/utility_blink_platform_with_sandbox_support_impl.h @@ -34,7 +34,7 @@ class UtilityBlinkPlatformWithSandboxSupportImpl : pub diff --git a/www/iridium/files/patch-content_utility_utility__main.cc b/www/iridium/files/patch-content_utility_utility__main.cc index 4185a5f3a325..38b00f422ed0 100644 --- a/www/iridium/files/patch-content_utility_utility__main.cc +++ b/www/iridium/files/patch-content_utility_utility__main.cc @@ -1,8 +1,8 @@ ---- content/utility/utility_main.cc.orig 2025-10-28 14:29:43 UTC +--- content/utility/utility_main.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/utility_main.cc -@@ -39,17 +39,21 @@ +@@ -38,22 +38,31 @@ + #include "services/on_device_model/public/mojom/on_device_model_service.mojom.h" #include "services/tracing/public/cpp/trace_startup.h" - #include "services/video_effects/public/cpp/buildflags.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) @@ -23,21 +23,17 @@ #include "services/audio/audio_sandbox_hook_linux.h" #include "services/network/network_sandbox_hook_linux.h" #include "services/screen_ai/buildflags/buildflags.h" -@@ -84,7 +88,12 @@ + #include "services/shape_detection/shape_detection_sandbox_hook.h" - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) - --#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_BSD) +#include "sandbox/policy/sandbox.h" +#include "content/common/gpu_pre_sandbox_hook_bsd.h" +#endif + -+#if BUILDFLAG(ENABLE_VIDEO_EFFECTS) && (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) - #include "services/video_effects/video_effects_sandbox_hook_linux.h" // nogncheck - #endif // BUILDFLAG(IS_LINUX) - -@@ -121,7 +130,7 @@ + #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) + #include "gpu/config/gpu_info_collector.h" + #include "media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h" +@@ -111,7 +120,7 @@ sandbox::TargetServices* g_utility_target_services = nullptr; #endif // BUILDFLAG(IS_WIN) @@ -46,7 +42,7 @@ #include "components/services/on_device_translation/sandbox_hook.h" #endif // BUILDFLAG(ENABLE_ON_DEVICE_TRANSLATION) && BUILDFLAG(IS_LINUX) -@@ -129,7 +138,7 @@ namespace content { +@@ -119,7 +128,7 @@ namespace content { namespace { @@ -55,7 +51,7 @@ std::vector<std::string> GetNetworkContextsParentDirectories() { base::MemoryMappedFile::Region region; base::ScopedFD read_pipe_fd = base::FileDescriptorStore::GetInstance().TakeFD( -@@ -285,7 +294,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -275,7 +284,7 @@ int UtilityMain(MainFunctionParams parameters) { CHECK(on_device_model::PreSandboxInit()); } @@ -64,7 +60,7 @@ #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) && BUILDFLAG(USE_VAAPI) // Regardless of the sandbox status, the VaapiWrapper needs to be initialized -@@ -300,7 +309,10 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -290,7 +299,10 @@ int UtilityMain(MainFunctionParams parameters) { // thread type change in ChildProcess constructor. It also needs to be // registered before the process has multiple threads, which may race with // application of the sandbox. @@ -75,7 +71,7 @@ // Initializes the sandbox before any threads are created. // TODO(jorgelo): move this after GTK initialization when we enable a strict -@@ -332,7 +344,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -322,7 +334,7 @@ int UtilityMain(MainFunctionParams parameters) { pre_sandbox_hook = base::BindOnce(&speech::SpeechRecognitionPreSandboxHook); break; @@ -84,25 +80,16 @@ case sandbox::mojom::Sandbox::kOnDeviceTranslation: pre_sandbox_hook = base::BindOnce( &on_device_translation::OnDeviceTranslationSandboxHook); -@@ -348,7 +360,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -338,7 +350,7 @@ int UtilityMain(MainFunctionParams parameters) { #else NOTREACHED(); #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case sandbox::mojom::Sandbox::kVideoEffects: - #if BUILDFLAG(ENABLE_VIDEO_EFFECTS) - pre_sandbox_hook = -@@ -356,7 +368,7 @@ int UtilityMain(MainFunctionParams parameters) { - #endif - break; - #endif // BUILDFLAG(IS_LINUX) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) case sandbox::mojom::Sandbox::kShapeDetection: pre_sandbox_hook = base::BindOnce(&shape_detection::ShapeDetectionPreSandboxHook); -@@ -391,6 +403,7 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -367,6 +379,7 @@ int UtilityMain(MainFunctionParams parameters) { default: break; } @@ -110,7 +97,7 @@ if (!sandbox::policy::IsUnsandboxedSandboxType(sandbox_type) && (parameters.zygote_child || !pre_sandbox_hook.is_null())) { sandbox_options.use_amd_specific_policies = -@@ -398,6 +411,11 @@ int UtilityMain(MainFunctionParams parameters) { +@@ -374,6 +387,11 @@ int UtilityMain(MainFunctionParams parameters) { sandbox::policy::Sandbox::Initialize( sandbox_type, std::move(pre_sandbox_hook), sandbox_options); } diff --git a/www/iridium/files/patch-content_utility_utility__thread__impl.cc b/www/iridium/files/patch-content_utility_utility__thread__impl.cc index 375e5c2b0247..63469eb32c8d 100644 --- a/www/iridium/files/patch-content_utility_utility__thread__impl.cc +++ b/www/iridium/files/patch-content_utility_utility__thread__impl.cc @@ -1,4 +1,4 @@ ---- content/utility/utility_thread_impl.cc.orig 2025-05-07 06:48:23 UTC +--- content/utility/utility_thread_impl.cc.orig 2025-12-10 15:04:57 UTC +++ content/utility/utility_thread_impl.cc @@ -31,7 +31,7 @@ #include "mojo/public/cpp/bindings/pending_receiver.h" diff --git a/www/iridium/files/patch-content_zygote_BUILD.gn b/www/iridium/files/patch-content_zygote_BUILD.gn index 9c86983dcdca..bac3945b8862 100644 --- a/www/iridium/files/patch-content_zygote_BUILD.gn +++ b/www/iridium/files/patch-content_zygote_BUILD.gn @@ -1,4 +1,4 @@ ---- content/zygote/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- content/zygote/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ content/zygote/BUILD.gn @@ -4,7 +4,7 @@ diff --git a/www/iridium/files/patch-content_zygote_zygote__linux.cc b/www/iridium/files/patch-content_zygote_zygote__linux.cc index bc8f2b8b002d..e2b29237f711 100644 --- a/www/iridium/files/patch-content_zygote_zygote__linux.cc +++ b/www/iridium/files/patch-content_zygote_zygote__linux.cc @@ -1,4 +1,4 @@ ---- content/zygote/zygote_linux.cc.orig 2025-10-28 14:29:43 UTC +--- content/zygote/zygote_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/zygote/zygote_linux.cc @@ -1,6 +1,7 @@ // Copyright 2012 The Chromium Authors diff --git a/www/iridium/files/patch-content_zygote_zygote__main__linux.cc b/www/iridium/files/patch-content_zygote_zygote__main__linux.cc index d1f4b96c6051..3c3f564995af 100644 --- a/www/iridium/files/patch-content_zygote_zygote__main__linux.cc +++ b/www/iridium/files/patch-content_zygote_zygote__main__linux.cc @@ -1,4 +1,4 @@ ---- content/zygote/zygote_main_linux.cc.orig 2025-05-07 06:48:23 UTC +--- content/zygote/zygote_main_linux.cc.orig 2025-12-10 15:04:57 UTC +++ content/zygote/zygote_main_linux.cc @@ -11,7 +11,9 @@ #include <stddef.h> diff --git a/www/iridium/files/patch-device_bluetooth_bluetooth__adapter.cc b/www/iridium/files/patch-device_bluetooth_bluetooth__adapter.cc index 93bc3d5fba8f..e03da2cd2a34 100644 --- a/www/iridium/files/patch-device_bluetooth_bluetooth__adapter.cc +++ b/www/iridium/files/patch-device_bluetooth_bluetooth__adapter.cc @@ -1,4 +1,4 @@ ---- device/bluetooth/bluetooth_adapter.cc.orig 2025-09-11 13:19:19 UTC +--- device/bluetooth/bluetooth_adapter.cc.orig 2025-12-10 15:04:57 UTC +++ device/bluetooth/bluetooth_adapter.cc @@ -33,7 +33,7 @@ namespace device { BluetoothAdapter::ServiceOptions::ServiceOptions() = default; diff --git a/www/iridium/files/patch-device_bluetooth_cast__bluetooth.gni b/www/iridium/files/patch-device_bluetooth_cast__bluetooth.gni index a9766edee297..b9f71012af6f 100644 --- a/www/iridium/files/patch-device_bluetooth_cast__bluetooth.gni +++ b/www/iridium/files/patch-device_bluetooth_cast__bluetooth.gni @@ -1,4 +1,4 @@ ---- device/bluetooth/cast_bluetooth.gni.orig 2025-09-11 13:19:19 UTC +--- device/bluetooth/cast_bluetooth.gni.orig 2025-12-10 15:04:57 UTC +++ device/bluetooth/cast_bluetooth.gni @@ -6,5 +6,5 @@ import("//build/config/features.gni") diff --git a/www/iridium/files/patch-device_fido_features.cc b/www/iridium/files/patch-device_fido_features.cc new file mode 100644 index 000000000000..e7c97b9da0c4 --- /dev/null +++ b/www/iridium/files/patch-device_fido_features.cc @@ -0,0 +1,11 @@ +--- device/fido/features.cc.orig 2025-12-10 15:04:57 UTC ++++ device/fido/features.cc +@@ -37,7 +37,7 @@ namespace device { + // comment. + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Not yet enabled by default. + BASE_FEATURE(kPasskeyUnlockErrorUi, base::FEATURE_DISABLED_BY_DEFAULT); + #endif diff --git a/www/iridium/files/patch-device_fido_features.h b/www/iridium/files/patch-device_fido_features.h new file mode 100644 index 000000000000..90e7ce3d5a1d --- /dev/null +++ b/www/iridium/files/patch-device_fido_features.h @@ -0,0 +1,11 @@ +--- device/fido/features.h.orig 2025-12-10 15:04:57 UTC ++++ device/fido/features.h +@@ -13,7 +13,7 @@ + namespace device { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + // Allows the passkey unlock error UI to be shown. + COMPONENT_EXPORT(DEVICE_FIDO) + BASE_DECLARE_FEATURE(kPasskeyUnlockErrorUi); diff --git a/www/iridium/files/patch-device_gamepad_BUILD.gn b/www/iridium/files/patch-device_gamepad_BUILD.gn index d5a2a8a2c932..bbb46b7fb085 100644 --- a/www/iridium/files/patch-device_gamepad_BUILD.gn +++ b/www/iridium/files/patch-device_gamepad_BUILD.gn @@ -1,4 +1,4 @@ ---- device/gamepad/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- device/gamepad/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ device/gamepad/BUILD.gn @@ -105,7 +105,7 @@ component("gamepad") { "hid_writer_linux.cc", diff --git a/www/iridium/files/patch-device_gamepad_gamepad__provider.cc b/www/iridium/files/patch-device_gamepad_gamepad__provider.cc index f3adf70976bb..bbbb541ed903 100644 --- a/www/iridium/files/patch-device_gamepad_gamepad__provider.cc +++ b/www/iridium/files/patch-device_gamepad_gamepad__provider.cc @@ -1,6 +1,6 @@ ---- device/gamepad/gamepad_provider.cc.orig 2025-11-06 10:11:34 UTC +--- device/gamepad/gamepad_provider.cc.orig 2025-12-10 15:04:57 UTC +++ device/gamepad/gamepad_provider.cc -@@ -160,7 +160,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep +@@ -201,7 +201,7 @@ void GamepadProvider::Initialize(std::unique_ptr<Gamep if (!polling_thread_) polling_thread_ = std::make_unique<base::Thread>("Gamepad polling thread"); diff --git a/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc b/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc index 9d64d3480e8f..d6779735aa73 100644 --- a/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc +++ b/www/iridium/files/patch-device_gamepad_hid__writer__linux.cc @@ -1,4 +1,4 @@ ---- device/gamepad/hid_writer_linux.cc.orig 2025-05-07 06:48:23 UTC +--- device/gamepad/hid_writer_linux.cc.orig 2025-12-10 15:04:57 UTC +++ device/gamepad/hid_writer_linux.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be diff --git a/www/iridium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc b/www/iridium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc index 06da164ec72d..cc00cd4e2100 100644 --- a/www/iridium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc +++ b/www/iridium/files/patch-extensions_browser_api_api__browser__context__keyed__service__factories.cc @@ -1,4 +1,4 @@ ---- extensions/browser/api/api_browser_context_keyed_service_factories.cc.orig 2025-11-06 10:11:34 UTC +--- extensions/browser/api/api_browser_context_keyed_service_factories.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/browser/api/api_browser_context_keyed_service_factories.cc @@ -123,7 +123,7 @@ void EnsureApiBrowserContextKeyedServiceFactoriesBuilt MediaPerceptionAPIManager::GetFactoryInstance(); diff --git a/www/iridium/files/patch-extensions_browser_api_management_management__api.cc b/www/iridium/files/patch-extensions_browser_api_management_management__api.cc index 6f6f27b09fb7..eaa7ef4c3e67 100644 --- a/www/iridium/files/patch-extensions_browser_api_management_management__api.cc +++ b/www/iridium/files/patch-extensions_browser_api_management_management__api.cc @@ -1,4 +1,4 @@ ---- extensions/browser/api/management/management_api.cc.orig 2025-11-06 10:11:34 UTC +--- extensions/browser/api/management/management_api.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/browser/api/management/management_api.cc @@ -296,7 +296,7 @@ void AddExtensionInfo(const Extension* source_extensio diff --git a/www/iridium/files/patch-extensions_browser_api_messaging_message__service.cc b/www/iridium/files/patch-extensions_browser_api_messaging_message__service.cc index 3edcd96c8c89..d7dd7368f849 100644 --- a/www/iridium/files/patch-extensions_browser_api_messaging_message__service.cc +++ b/www/iridium/files/patch-extensions_browser_api_messaging_message__service.cc @@ -1,4 +1,4 @@ ---- extensions/browser/api/messaging/message_service.cc.orig 2025-10-28 14:29:43 UTC +--- extensions/browser/api/messaging/message_service.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/browser/api/messaging/message_service.cc @@ -83,7 +83,7 @@ namespace { const char kReceivingEndDoesntExistError[] = diff --git a/www/iridium/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc b/www/iridium/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc index 46cb6b5eebea..9218fd4a7ebe 100644 --- a/www/iridium/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc +++ b/www/iridium/files/patch-extensions_browser_api_networking__private_networking__private__delegate__factory.cc @@ -1,4 +1,4 @@ ---- extensions/browser/api/networking_private/networking_private_delegate_factory.cc.orig 2025-05-07 06:48:23 UTC +--- extensions/browser/api/networking_private/networking_private_delegate_factory.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/browser/api/networking_private/networking_private_delegate_factory.cc @@ -12,7 +12,7 @@ diff --git a/www/iridium/files/patch-extensions_common_api___permission__features.json b/www/iridium/files/patch-extensions_common_api___permission__features.json index 9bf808c165de..2d0983f5484d 100644 --- a/www/iridium/files/patch-extensions_common_api___permission__features.json +++ b/www/iridium/files/patch-extensions_common_api___permission__features.json @@ -1,4 +1,4 @@ ---- extensions/common/api/_permission_features.json.orig 2025-11-06 10:11:34 UTC +--- extensions/common/api/_permission_features.json.orig 2025-12-10 15:04:57 UTC +++ extensions/common/api/_permission_features.json @@ -61,7 +61,7 @@ "channel": "stable", @@ -101,7 +101,7 @@ "allowlist": [ "0DE0F05680A4A056BCEC864ED8DDA84296F82B40", // http://crbug.com/434651 "1C93BD3CF875F4A73C0B2A163BB8FBDA8B8B3D80", // http://crbug.com/293683 -@@ -490,7 +490,7 @@ +@@ -484,7 +484,7 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -110,7 +110,7 @@ "allowlist": [ // DO NOT ADD ANY MORE ENTRIES HERE. // networkingPrivate is being migrated to networking.onc. -@@ -570,7 +570,7 @@ +@@ -564,7 +564,7 @@ "channel": "stable", "extension_types": ["extension", "platform_app" ], // "desktop_android" is not supported. @@ -119,7 +119,7 @@ }, // Note: runtime is not actually a permission, but some systems check these // values to verify restrictions. -@@ -582,13 +582,13 @@ +@@ -576,13 +576,13 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. @@ -135,7 +135,7 @@ }, "storage": [ { -@@ -678,13 +678,13 @@ +@@ -672,13 +672,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -151,7 +151,7 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -693,13 +693,13 @@ +@@ -687,13 +687,13 @@ "channel": "stable", "extension_types": ["extension", "legacy_packaged_app", "platform_app"], // "desktop_android" is not supported. @@ -167,16 +167,16 @@ "allowlist": ["B44D08FD98F1523ED5837D78D0A606EA9D6206E5"] // Web Store } ], -@@ -727,7 +727,7 @@ - "channel": "stable", - "extension_types": ["platform_app"], - // "desktop_android" is not supported. -- "platforms": ["chromeos", "linux", "mac", "win"] -+ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] - }, +@@ -720,7 +720,7 @@ + "channel": "stable", + "extension_types": ["platform_app"], + // "desktop_android" is not supported. +- "platforms": ["chromeos", "linux", "mac", "win"] ++ "platforms": ["chromeos", "linux", "mac", "win", "openbsd", "freebsd"] + }, + "usbDevices": [ { - "channel": "dev", -@@ -813,7 +813,7 @@ +@@ -788,7 +788,7 @@ "channel": "stable", "extension_types": ["platform_app"], // "desktop_android" is not supported. diff --git a/www/iridium/files/patch-extensions_common_api_runtime.json b/www/iridium/files/patch-extensions_common_api_runtime.json index 8cebb1d85842..ee874a2ec9bb 100644 --- a/www/iridium/files/patch-extensions_common_api_runtime.json +++ b/www/iridium/files/patch-extensions_common_api_runtime.json @@ -1,4 +1,4 @@ ---- extensions/common/api/runtime.json.orig 2025-10-28 14:29:43 UTC +--- extensions/common/api/runtime.json.orig 2025-12-10 15:04:57 UTC +++ extensions/common/api/runtime.json @@ -85,7 +85,8 @@ {"name": "android", "description": "Specifies the Android operating system."}, diff --git a/www/iridium/files/patch-extensions_common_command.cc b/www/iridium/files/patch-extensions_common_command.cc index 067153a1e175..162d1426833b 100644 --- a/www/iridium/files/patch-extensions_common_command.cc +++ b/www/iridium/files/patch-extensions_common_command.cc @@ -1,4 +1,4 @@ ---- extensions/common/command.cc.orig 2025-09-11 13:19:19 UTC +--- extensions/common/command.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/common/command.cc @@ -117,7 +117,7 @@ std::string Command::CommandPlatform() { return ui::kKeybindingPlatformMac; diff --git a/www/iridium/files/patch-extensions_common_features_feature.cc b/www/iridium/files/patch-extensions_common_features_feature.cc index e1f405906ce2..ba3c9542933d 100644 --- a/www/iridium/files/patch-extensions_common_features_feature.cc +++ b/www/iridium/files/patch-extensions_common_features_feature.cc @@ -1,4 +1,4 @@ ---- extensions/common/features/feature.cc.orig 2025-09-11 13:19:19 UTC +--- extensions/common/features/feature.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/common/features/feature.cc @@ -30,6 +30,8 @@ Feature::Platform Feature::GetCurrentPlatform() { return WIN_PLATFORM; diff --git a/www/iridium/files/patch-extensions_renderer_bindings_api__binding__util.cc b/www/iridium/files/patch-extensions_renderer_bindings_api__binding__util.cc index 25e2e0afd071..aa60a2b0f442 100644 --- a/www/iridium/files/patch-extensions_renderer_bindings_api__binding__util.cc +++ b/www/iridium/files/patch-extensions_renderer_bindings_api__binding__util.cc @@ -1,4 +1,4 @@ ---- extensions/renderer/bindings/api_binding_util.cc.orig 2025-11-06 10:11:34 UTC +--- extensions/renderer/bindings/api_binding_util.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/renderer/bindings/api_binding_util.cc @@ -128,7 +128,7 @@ void InvalidateContext(v8::Local<v8::Context> context) std::string GetPlatformString() { diff --git a/www/iridium/files/patch-extensions_renderer_bindings_argument__spec.cc b/www/iridium/files/patch-extensions_renderer_bindings_argument__spec.cc index eefaa8afe20b..c4047372f812 100644 --- a/www/iridium/files/patch-extensions_renderer_bindings_argument__spec.cc +++ b/www/iridium/files/patch-extensions_renderer_bindings_argument__spec.cc @@ -1,4 +1,4 @@ ---- extensions/renderer/bindings/argument_spec.cc.orig 2025-05-07 06:48:23 UTC +--- extensions/renderer/bindings/argument_spec.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/renderer/bindings/argument_spec.cc @@ -18,6 +18,8 @@ #include "gin/data_object_builder.h" diff --git a/www/iridium/files/patch-extensions_shell_app_shell__main__delegate.cc b/www/iridium/files/patch-extensions_shell_app_shell__main__delegate.cc index 53272465c357..f9fbf785c447 100644 --- a/www/iridium/files/patch-extensions_shell_app_shell__main__delegate.cc +++ b/www/iridium/files/patch-extensions_shell_app_shell__main__delegate.cc @@ -1,4 +1,4 @@ ---- extensions/shell/app/shell_main_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- extensions/shell/app/shell_main_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/shell/app/shell_main_delegate.cc @@ -31,7 +31,7 @@ #if BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc b/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc index 4fce27b6112f..2b7f7272d343 100644 --- a/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc +++ b/www/iridium/files/patch-extensions_shell_browser_api_runtime_shell__runtime__api__delegate.cc @@ -1,4 +1,4 @@ ---- extensions/shell/browser/api/runtime/shell_runtime_api_delegate.cc.orig 2025-05-07 06:48:23 UTC +--- extensions/shell/browser/api/runtime/shell_runtime_api_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/shell/browser/api/runtime/shell_runtime_api_delegate.cc @@ -45,7 +45,7 @@ void ShellRuntimeAPIDelegate::OpenURL(const GURL& unin bool ShellRuntimeAPIDelegate::GetPlatformInfo(PlatformInfo* info) { diff --git a/www/iridium/files/patch-extensions_shell_browser_shell__browser__main__parts.cc b/www/iridium/files/patch-extensions_shell_browser_shell__browser__main__parts.cc index 85ea048429ec..7f5eb00f8366 100644 --- a/www/iridium/files/patch-extensions_shell_browser_shell__browser__main__parts.cc +++ b/www/iridium/files/patch-extensions_shell_browser_shell__browser__main__parts.cc @@ -1,4 +1,4 @@ ---- extensions/shell/browser/shell_browser_main_parts.cc.orig 2025-09-11 13:19:19 UTC +--- extensions/shell/browser/shell_browser_main_parts.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/shell/browser/shell_browser_main_parts.cc @@ -126,7 +126,7 @@ void ShellBrowserMainParts::PostCreateMainMessageLoop( switches::kAppShellAllowRoaming)) { diff --git a/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc b/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc index 5f32ee023741..7f3a1421d133 100644 --- a/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc +++ b/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.cc @@ -1,4 +1,4 @@ ---- extensions/shell/browser/shell_extensions_api_client.cc.orig 2025-06-19 07:37:57 UTC +--- extensions/shell/browser/shell_extensions_api_client.cc.orig 2025-12-10 15:04:57 UTC +++ extensions/shell/browser/shell_extensions_api_client.cc @@ -18,7 +18,7 @@ #include "extensions/shell/browser/shell_extension_web_contents_observer.h" diff --git a/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h b/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h index fe52887737f0..2f107f09c75a 100644 --- a/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h +++ b/www/iridium/files/patch-extensions_shell_browser_shell__extensions__api__client.h @@ -1,4 +1,4 @@ ---- extensions/shell/browser/shell_extensions_api_client.h.orig 2025-06-19 07:37:57 UTC +--- extensions/shell/browser/shell_extensions_api_client.h.orig 2025-12-10 15:04:57 UTC +++ extensions/shell/browser/shell_extensions_api_client.h @@ -42,14 +42,14 @@ class ShellExtensionsAPIClient : public ExtensionsAPIC content::BrowserContext* browser_context) const override; diff --git a/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc b/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc index 310d78df907c..cd3086917405 100644 --- a/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc +++ b/www/iridium/files/patch-google__apis_gcm_engine_heartbeat__manager.cc @@ -1,4 +1,4 @@ ---- google_apis/gcm/engine/heartbeat_manager.cc.orig 2025-05-07 06:48:23 UTC +--- google_apis/gcm/engine/heartbeat_manager.cc.orig 2025-12-10 15:04:57 UTC +++ google_apis/gcm/engine/heartbeat_manager.cc @@ -31,7 +31,7 @@ const int kMinClientHeartbeatIntervalMs = 1000 * 30; // Minimum time spent sleeping before we force a new heartbeat. diff --git a/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc b/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc index 91ddd3cf69ed..46f2e1d86bda 100644 --- a/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc +++ b/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-09-11 13:19:19 UTC +--- gpu/command_buffer/client/test_shared_image_interface.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/client/test_shared_image_interface.cc -@@ -30,7 +30,7 @@ +@@ -29,7 +29,7 @@ #include "ui/gfx/gpu_fence.h" #include "ui/gfx/gpu_memory_buffer_handle.h" @@ -17,4 +17,4 @@ +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) gfx::GpuMemoryBufferHandle TestSharedImageInterface::CreatePixmapHandle( const gfx::Size& size, - gfx::BufferFormat format) { + viz::SharedImageFormat format) { diff --git a/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h b/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h index 3a4dba8c1168..6f1d1f25cad7 100644 --- a/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h +++ b/www/iridium/files/patch-gpu_command__buffer_client_test__shared__image__interface.h @@ -1,4 +1,4 @@ ---- gpu/command_buffer/client/test_shared_image_interface.h.orig 2025-09-11 13:19:19 UTC +--- gpu/command_buffer/client/test_shared_image_interface.h.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/client/test_shared_image_interface.h @@ -37,7 +37,7 @@ class TestSharedImageInterface : public SharedImageInt public: diff --git a/www/iridium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc b/www/iridium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc index 1f1cf1accad3..b70987dc1bee 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_dawn__context__provider.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/dawn_context_provider.cc.orig 2025-10-28 14:29:43 UTC +--- gpu/command_buffer/service/dawn_context_provider.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/dawn_context_provider.cc @@ -407,7 +407,7 @@ wgpu::BackendType DawnContextProvider::GetDefaultBacke return base::FeatureList::IsEnabled(features::kSkiaGraphiteDawnUseD3D12) diff --git a/www/iridium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc b/www/iridium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc index 258ebb6934ee..9ab1557b773b 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_gles2__cmd__decoder.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-11-06 10:11:34 UTC +--- gpu/command_buffer/service/gles2_cmd_decoder.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/gles2_cmd_decoder.cc -@@ -2851,7 +2851,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( +@@ -2850,7 +2850,7 @@ std::unique_ptr<GLES2Decoder> GLES2Decoder::Create( } // Allow linux to run fuzzers. diff --git a/www/iridium/files/patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc b/www/iridium/files/patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc index 21aede3f06f9..822ed4c605f8 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_raster__decoder__unittest__context__lost.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/raster_decoder_unittest_context_lost.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/command_buffer/service/raster_decoder_unittest_context_lost.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/raster_decoder_unittest_context_lost.cc @@ -15,6 +15,18 @@ using ::testing::Return; using ::testing::SaveArg; diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.cc index 16e2b17c9219..57695565fabd 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_context_state.cc.orig 2025-09-11 13:19:19 UTC +--- gpu/command_buffer/service/shared_context_state.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_context_state.cc @@ -65,7 +65,7 @@ #include "gpu/vulkan/vulkan_implementation.h" diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.h b/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.h index 958e72d6c10a..9a7b8c7961e5 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.h +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__context__state.h @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_context_state.h.orig 2025-09-11 13:19:19 UTC +--- gpu/command_buffer/service/shared_context_state.h.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_context_state.h -@@ -236,7 +236,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -235,7 +235,7 @@ class GPU_GLES2_EXPORT SharedContextState return &memory_type_tracker_; } #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -9,7 +9,7 @@ ExternalSemaphorePool* external_semaphore_pool() { return external_semaphore_pool_.get(); } -@@ -401,7 +401,7 @@ class GPU_GLES2_EXPORT SharedContextState +@@ -400,7 +400,7 @@ class GPU_GLES2_EXPORT SharedContextState bool disable_check_reset_status_throttling_for_test_ = false; #if BUILDFLAG(ENABLE_VULKAN) && \ diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc index 41c675fb556c..298bbbce2576 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_angle__vulkan__image__backing__factory.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.cc @@ -20,7 +20,7 @@ namespace { // TODO(penghuang): verify the scanout is the right usage for video playback. @@ -9,7 +9,7 @@ SHARED_IMAGE_USAGE_SCANOUT | #endif SHARED_IMAGE_USAGE_GLES2_READ | SHARED_IMAGE_USAGE_GLES2_WRITE | -@@ -121,7 +121,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( +@@ -119,7 +119,7 @@ bool AngleVulkanImageBackingFactory::IsGMBSupported( switch (gmb_type) { case gfx::EMPTY_BUFFER: return true; diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc index 2da8ad0c845d..f89742179120 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-10-28 14:29:43 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing.cc -@@ -58,7 +58,7 @@ +@@ -57,7 +57,7 @@ #include "ui/gl/gl_version_info.h" #include "ui/gl/scoped_binders.h" diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc index 30674fe6b05c..7e99899c705c 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_external__vk__image__backing__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-09-11 13:19:19 UTC +--- gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.cc -@@ -140,7 +140,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, +@@ -139,7 +139,7 @@ bool IsFormatSupported(viz::SharedImageFormat format, SharedImageUsageSet SupportedUsage() { SharedImageUsageSet supported_usage = diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc deleted file mode 100644 index 7db8cb11d03a..000000000000 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_gpu__memory__buffer__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc.orig 2025-11-06 10:11:34 UTC -+++ gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory.cc -@@ -14,7 +14,7 @@ - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_io_surface.h" - #endif - --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - #include "gpu/command_buffer/service/shared_image/gpu_memory_buffer_factory_native_pixmap.h" - #endif - -@@ -36,7 +36,7 @@ GpuMemoryBufferFactory::CreateNativeType( - // AHardwareBuffers), but the codebase is structured such that it is easier - // to create a dummy factory than create no factory. - return std::make_unique<GpuMemoryBufferFactory>(); --#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) -+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) - return std::make_unique<GpuMemoryBufferFactoryNativePixmap>( - vulkan_context_provider); - #elif BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc index f78938fe4c68..3c0b7b21a402 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__factory.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-11-06 10:11:34 UTC +--- gpu/command_buffer/service/shared_image/shared_image_factory.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/shared_image_factory.cc -@@ -54,7 +54,7 @@ +@@ -52,7 +52,7 @@ #include "gpu/command_buffer/service/shared_image/angle_vulkan_image_backing_factory.h" #include "gpu/vulkan/vulkan_device_queue.h" @@ -9,7 +9,7 @@ #include "gpu/command_buffer/service/shared_image/external_vk_image_backing_factory.h" #endif -@@ -112,7 +112,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t +@@ -109,7 +109,7 @@ const char* GmbTypeToString(gfx::GpuMemoryBufferType t case gfx::IO_SURFACE_BUFFER: return "platform"; #endif @@ -18,7 +18,7 @@ case gfx::NATIVE_PIXMAP: return "platform"; #endif -@@ -133,7 +133,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { +@@ -130,7 +130,7 @@ gfx::GpuMemoryBufferType GetNativeBufferType() { return gfx::GpuMemoryBufferType::IO_SURFACE_BUFFER; #elif BUILDFLAG(IS_ANDROID) return gfx::GpuMemoryBufferType::ANDROID_HARDWARE_BUFFER; @@ -27,7 +27,7 @@ return gfx::GpuMemoryBufferType::NATIVE_PIXMAP; #elif BUILDFLAG(IS_WIN) return gfx::GpuMemoryBufferType::DXGI_SHARED_HANDLE; -@@ -318,7 +318,7 @@ SharedImageFactory::SharedImageFactory( +@@ -316,7 +316,7 @@ SharedImageFactory::SharedImageFactory( context_state_, workarounds_); factories_.push_back(std::move(ozone_factory)); } diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc index a8f4306b3de3..944252077466 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_shared__image__manager.cc @@ -1,9 +1,9 @@ ---- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-11-06 10:11:34 UTC +--- gpu/command_buffer/service/shared_image/shared_image_manager.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/shared_image_manager.cc -@@ -765,7 +765,7 @@ bool SharedImageManager::SupportsScanoutImages() { +@@ -769,7 +769,7 @@ bool SharedImageManager::SupportsScanoutImages() { return true; #elif BUILDFLAG(IS_ANDROID) - return base::AndroidHardwareBufferCompat::IsSupportAvailable(); + return true; -#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) +#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) return supports_overlays_on_ozone_; diff --git a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc index d30142dddb72..d562798e9be9 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_shared__image_wrapped__sk__image__backing.cc @@ -1,4 +1,4 @@ ---- gpu/command_buffer/service/shared_image/wrapped_sk_image_backing.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/command_buffer/service/shared_image/wrapped_sk_image_backing.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/shared_image/wrapped_sk_image_backing.cc @@ -214,7 +214,7 @@ bool WrappedSkImageBacking::Initialize(const std::stri diff --git a/www/iridium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc b/www/iridium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc index 167267f09d99..b09369eae6fb 100644 --- a/www/iridium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc +++ b/www/iridium/files/patch-gpu_command__buffer_service_webgpu__decoder__impl.cc @@ -1,6 +1,6 @@ ---- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-10-28 14:29:43 UTC +--- gpu/command_buffer/service/webgpu_decoder_impl.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/command_buffer/service/webgpu_decoder_impl.cc -@@ -1747,7 +1747,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte +@@ -1758,7 +1758,7 @@ wgpu::Adapter WebGPUDecoderImpl::CreatePreferredAdapte backend_types = {wgpu::BackendType::D3D12}; #elif BUILDFLAG(IS_APPLE) backend_types = {wgpu::BackendType::Metal}; @@ -9,7 +9,7 @@ if (shared_context_state_->GrContextIsVulkan() || shared_context_state_->IsGraphiteDawnVulkan()) { backend_types = {wgpu::BackendType::Vulkan}; -@@ -1992,7 +1992,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( +@@ -2003,7 +2003,7 @@ WebGPUDecoderImpl::AssociateMailboxDawn( } #if !BUILDFLAG(IS_WIN) && !BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_APPLE) && \ diff --git a/www/iridium/files/patch-gpu_config_gpu__control__list.cc b/www/iridium/files/patch-gpu_config_gpu__control__list.cc index 09f99ddefbf7..f7983444fa79 100644 --- a/www/iridium/files/patch-gpu_config_gpu__control__list.cc +++ b/www/iridium/files/patch-gpu_config_gpu__control__list.cc @@ -1,4 +1,4 @@ ---- gpu/config/gpu_control_list.cc.orig 2025-10-28 14:29:43 UTC +--- gpu/config/gpu_control_list.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/config/gpu_control_list.cc @@ -846,7 +846,7 @@ GpuControlList::OsType GpuControlList::GetOsType() { return kOsAndroid; diff --git a/www/iridium/files/patch-gpu_config_gpu__finch__features.cc b/www/iridium/files/patch-gpu_config_gpu__finch__features.cc index 739374b4830a..82368c23e409 100644 --- a/www/iridium/files/patch-gpu_config_gpu__finch__features.cc +++ b/www/iridium/files/patch-gpu_config_gpu__finch__features.cc @@ -1,4 +1,4 @@ ---- gpu/config/gpu_finch_features.cc.orig 2025-11-06 10:11:34 UTC +--- gpu/config/gpu_finch_features.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/config/gpu_finch_features.cc @@ -122,7 +122,8 @@ BASE_FEATURE(kAllowHardwareBufferUsageFlagsFromVulkanF // Android and Linux. diff --git a/www/iridium/files/patch-gpu_config_gpu__info__collector.cc b/www/iridium/files/patch-gpu_config_gpu__info__collector.cc index 3d9ec62b0c6e..c67f14d01dc7 100644 --- a/www/iridium/files/patch-gpu_config_gpu__info__collector.cc +++ b/www/iridium/files/patch-gpu_config_gpu__info__collector.cc @@ -1,6 +1,6 @@ ---- gpu/config/gpu_info_collector.cc.orig 2025-11-06 10:11:34 UTC +--- gpu/config/gpu_info_collector.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/config/gpu_info_collector.cc -@@ -363,7 +363,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance +@@ -362,7 +362,7 @@ void ReportWebGPUAdapterMetrics(dawn::native::Instance void ReportWebGPUSupportMetrics(dawn::native::Instance* instance) { static BASE_FEATURE(kCollectWebGPUSupportMetrics, "CollectWebGPUSupportMetrics", diff --git a/www/iridium/files/patch-gpu_config_gpu__test__config.cc b/www/iridium/files/patch-gpu_config_gpu__test__config.cc index 79cfa3f273bf..59ef33c028f8 100644 --- a/www/iridium/files/patch-gpu_config_gpu__test__config.cc +++ b/www/iridium/files/patch-gpu_config_gpu__test__config.cc @@ -1,4 +1,4 @@ ---- gpu/config/gpu_test_config.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/config/gpu_test_config.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/config/gpu_test_config.cc @@ -27,7 +27,7 @@ namespace { GPUTestConfig::OS GetCurrentOS() { diff --git a/www/iridium/files/patch-gpu_ipc_service_gpu__init.cc b/www/iridium/files/patch-gpu_ipc_service_gpu__init.cc index 4aec43ef55cd..d647a2273dc1 100644 --- a/www/iridium/files/patch-gpu_ipc_service_gpu__init.cc +++ b/www/iridium/files/patch-gpu_ipc_service_gpu__init.cc @@ -1,6 +1,6 @@ ---- gpu/ipc/service/gpu_init.cc.orig 2025-09-11 13:19:19 UTC +--- gpu/ipc/service/gpu_init.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/ipc/service/gpu_init.cc -@@ -155,7 +155,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in +@@ -156,7 +156,7 @@ void InitializePlatformOverlaySettings(GPUInfo* gpu_in #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CASTOS) bool CanAccessDeviceFile(const GPUInfo& gpu_info) { @@ -9,7 +9,7 @@ if (gpu_info.gpu.vendor_id != 0x10de || // NVIDIA gpu_info.gpu.driver_vendor != "NVIDIA") return true; -@@ -417,7 +417,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -418,7 +418,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL enable_watchdog = false; #endif @@ -18,7 +18,7 @@ bool gpu_sandbox_start_early = gpu_preferences_.gpu_sandbox_start_early; #else // !(BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)) // For some reasons MacOSX's VideoToolbox might crash when called after -@@ -455,7 +455,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -456,7 +456,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } bool attempted_startsandbox = false; @@ -27,7 +27,7 @@ // On Chrome OS ARM Mali, GPU driver userspace creates threads when // initializing a GL context, so start the sandbox early. // TODO(zmo): Need to collect OS version before this. -@@ -552,7 +552,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -553,7 +553,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL gpu_preferences_.gr_context_type = GrContextType::kGL; } @@ -36,7 +36,7 @@ // The ContentSandboxHelper is currently the only one implementation of // GpuSandboxHelper and it has no dependency. Except on Linux where // VaapiWrapper checks the GL implementation to determine which display -@@ -610,7 +610,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -611,7 +611,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL command_line, gpu_feature_info_, gpu_preferences_.disable_software_rasterizer, false); if (gl_use_swiftshader_) { @@ -45,7 +45,7 @@ VLOG(1) << "Quit GPU process launch to fallback to SwiftShader cleanly " << "on Linux"; return false; -@@ -778,7 +778,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -779,7 +779,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL ->GetSupportedFormatsForGLNativePixmapImport(); #endif // BUILDFLAG(IS_OZONE) @@ -54,7 +54,7 @@ // Driver may create a compatibility profile context when collect graphics // information on Linux platform. Try to collect graphics information // based on core profile context after disabling platform extensions. -@@ -830,7 +830,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL +@@ -831,7 +831,7 @@ bool GpuInit::InitializeAndStartSandbox(base::CommandL } } } @@ -63,7 +63,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1032,7 +1032,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1033,7 +1033,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } bool gl_disabled = gl::GetGLImplementation() == gl::kGLImplementationDisabled; @@ -72,7 +72,7 @@ (BUILDFLAG(IS_CHROMEOS) && !BUILDFLAG(IS_CHROMEOS_DEVICE)) if (!gl_disabled && !gl_use_swiftshader_ && std::getenv("RUNNING_UNDER_RR")) { // https://rr-project.org/ is a Linux-only record-and-replay debugger that -@@ -1088,7 +1088,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c +@@ -1089,7 +1089,7 @@ void GpuInit::InitializeInProcess(base::CommandLine* c } } diff --git a/www/iridium/files/patch-gpu_ipc_service_x__util.h b/www/iridium/files/patch-gpu_ipc_service_x__util.h index a94a018f0ed3..394f1e987e35 100644 --- a/www/iridium/files/patch-gpu_ipc_service_x__util.h +++ b/www/iridium/files/patch-gpu_ipc_service_x__util.h @@ -1,4 +1,4 @@ ---- gpu/ipc/service/x_util.h.orig 2025-05-07 06:48:23 UTC +--- gpu/ipc/service/x_util.h.orig 2025-12-10 15:04:57 UTC +++ gpu/ipc/service/x_util.h @@ -12,7 +12,7 @@ #include "gpu/ipc/service/gpu_config.h" diff --git a/www/iridium/files/patch-gpu_vulkan_generate__bindings.py b/www/iridium/files/patch-gpu_vulkan_generate__bindings.py index d38760231276..afba2a3e8912 100644 --- a/www/iridium/files/patch-gpu_vulkan_generate__bindings.py +++ b/www/iridium/files/patch-gpu_vulkan_generate__bindings.py @@ -1,4 +1,4 @@ ---- gpu/vulkan/generate_bindings.py.orig 2025-05-07 06:48:23 UTC +--- gpu/vulkan/generate_bindings.py.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/generate_bindings.py @@ -271,7 +271,7 @@ VULKAN_DEVICE_FUNCTIONS = [ ] diff --git a/www/iridium/files/patch-gpu_vulkan_semaphore__handle.cc b/www/iridium/files/patch-gpu_vulkan_semaphore__handle.cc index f4f4e355f087..7a5d89de1388 100644 --- a/www/iridium/files/patch-gpu_vulkan_semaphore__handle.cc +++ b/www/iridium/files/patch-gpu_vulkan_semaphore__handle.cc @@ -1,4 +1,4 @@ ---- gpu/vulkan/semaphore_handle.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/vulkan/semaphore_handle.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/semaphore_handle.cc @@ -39,7 +39,7 @@ SemaphoreHandle::SemaphoreHandle(gfx::GpuFenceHandle f // https://fuchsia.dev/reference/fidl/fuchsia.ui.scenic. diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.cc b/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.cc index f257f866445c..6d7913ff8859 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.cc +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.cc @@ -1,4 +1,4 @@ ---- gpu/vulkan/vulkan_device_queue.cc.orig 2025-06-19 07:37:57 UTC +--- gpu/vulkan/vulkan_device_queue.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_device_queue.cc @@ -145,7 +145,7 @@ bool VulkanDeviceQueue::Initialize( diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.h b/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.h index 587bcd729194..ffee4e84c98f 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.h +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__device__queue.h @@ -1,4 +1,4 @@ ---- gpu/vulkan/vulkan_device_queue.h.orig 2025-09-11 13:19:19 UTC +--- gpu/vulkan/vulkan_device_queue.h.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_device_queue.h @@ -188,7 +188,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanDeviceQueue #endif diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc b/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc index 2f1f1d4f4715..45cae77c06ed 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.cc @@ -1,4 +1,4 @@ ---- gpu/vulkan/vulkan_function_pointers.cc.orig 2025-05-07 06:48:23 UTC +--- gpu/vulkan/vulkan_function_pointers.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_function_pointers.cc @@ -1297,7 +1297,7 @@ bool VulkanFunctionPointers::BindDeviceFunctionPointer } diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h b/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h index 133528551b65..52c791a18a5b 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__function__pointers.h @@ -1,4 +1,4 @@ ---- gpu/vulkan/vulkan_function_pointers.h.orig 2025-05-07 06:48:23 UTC +--- gpu/vulkan/vulkan_function_pointers.h.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_function_pointers.h @@ -391,7 +391,7 @@ struct COMPONENT_EXPORT(VULKAN) VulkanFunctionPointers VulkanFunction<PFN_vkGetSwapchainImagesKHR> vkGetSwapchainImagesKHR; diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__image.h b/www/iridium/files/patch-gpu_vulkan_vulkan__image.h index 1fdd04f1e04a..d97d26d23024 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__image.h +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__image.h @@ -1,4 +1,4 @@ ---- gpu/vulkan/vulkan_image.h.orig 2025-09-11 13:19:19 UTC +--- gpu/vulkan/vulkan_image.h.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_image.h @@ -86,7 +86,7 @@ class COMPONENT_EXPORT(VULKAN) VulkanImage { VkImageUsageFlags usage, diff --git a/www/iridium/files/patch-gpu_vulkan_vulkan__util.cc b/www/iridium/files/patch-gpu_vulkan_vulkan__util.cc index e93fd8313c98..de51a19c6b76 100644 --- a/www/iridium/files/patch-gpu_vulkan_vulkan__util.cc +++ b/www/iridium/files/patch-gpu_vulkan_vulkan__util.cc @@ -1,6 +1,6 @@ ---- gpu/vulkan/vulkan_util.cc.orig 2025-10-28 14:29:43 UTC +--- gpu/vulkan/vulkan_util.cc.orig 2025-12-10 15:04:57 UTC +++ gpu/vulkan/vulkan_util.cc -@@ -481,7 +481,7 @@ bool CheckVulkanCompatibilities( +@@ -474,7 +474,7 @@ bool CheckVulkanCompatibilities( } } diff --git a/www/iridium/files/patch-headless_BUILD.gn b/www/iridium/files/patch-headless_BUILD.gn index b7a21f1d7480..ee64e29c4675 100644 --- a/www/iridium/files/patch-headless_BUILD.gn +++ b/www/iridium/files/patch-headless_BUILD.gn @@ -1,6 +1,6 @@ ---- headless/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- headless/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ headless/BUILD.gn -@@ -483,7 +483,7 @@ component("headless_non_renderer") { +@@ -489,7 +489,7 @@ component("headless_non_renderer") { } } diff --git a/www/iridium/files/patch-headless_lib_browser_headless__browser__impl.cc b/www/iridium/files/patch-headless_lib_browser_headless__browser__impl.cc new file mode 100644 index 000000000000..725cc84de098 --- /dev/null +++ b/www/iridium/files/patch-headless_lib_browser_headless__browser__impl.cc @@ -0,0 +1,20 @@ +--- headless/lib/browser/headless_browser_impl.cc.orig 2025-12-10 15:04:57 UTC ++++ headless/lib/browser/headless_browser_impl.cc +@@ -40,7 +40,7 @@ + #include "components/os_crypt/async/browser/keychain_key_provider.h" + #endif + +-#if BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#if (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + #include "base/command_line.h" + #include "components/os_crypt/async/browser/freedesktop_secret_key_provider.h" + #include "components/password_manager/core/browser/password_manager_switches.h" // nogncheck +@@ -413,7 +413,7 @@ void HeadlessBrowserImpl::CreateOSCryptAsync() { + providers.emplace_back(std::make_pair( + /*precedence=*/10u, + std::make_unique<os_crypt_async::KeychainKeyProvider>())); +-#elif BUILDFLAG(IS_LINUX) && BUILDFLAG(USE_DBUS) ++#elif (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && BUILDFLAG(USE_DBUS) + base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); + const auto password_store = + cmd_line->GetSwitchValueASCII(password_manager::kPasswordStore); diff --git a/www/iridium/files/patch-headless_lib_browser_headless__browser__main__parts__posix.cc b/www/iridium/files/patch-headless_lib_browser_headless__browser__main__parts__posix.cc index f28ea628a446..0175344a3d1b 100644 --- a/www/iridium/files/patch-headless_lib_browser_headless__browser__main__parts__posix.cc +++ b/www/iridium/files/patch-headless_lib_browser_headless__browser__main__parts__posix.cc @@ -1,4 +1,4 @@ ---- headless/lib/browser/headless_browser_main_parts_posix.cc.orig 2025-10-28 14:29:43 UTC +--- headless/lib/browser/headless_browser_main_parts_posix.cc.orig 2025-12-10 15:04:57 UTC +++ headless/lib/browser/headless_browser_main_parts_posix.cc @@ -26,7 +26,7 @@ #include "content/public/browser/browser_thread.h" diff --git a/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.cc b/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.cc index 377070d3f930..18a714c61df9 100644 --- a/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.cc +++ b/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_content_browser_client.cc.orig 2025-09-11 13:19:19 UTC +--- headless/lib/browser/headless_content_browser_client.cc.orig 2025-12-10 15:04:57 UTC +++ headless/lib/browser/headless_content_browser_client.cc -@@ -59,7 +59,7 @@ +@@ -61,7 +61,7 @@ #include "content/public/common/content_descriptors.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -9,7 +9,7 @@ #include "components/os_crypt/sync/os_crypt.h" // nogncheck #include "content/public/browser/network_service_util.h" #endif -@@ -557,7 +557,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll +@@ -569,7 +569,7 @@ void HeadlessContentBrowserClient::HandleExplicitlyAll void HeadlessContentBrowserClient::SetEncryptionKey( ::network::mojom::NetworkService* network_service) { diff --git a/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.h b/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.h index 2feee573b9cc..fcd38b395cfe 100644 --- a/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.h +++ b/www/iridium/files/patch-headless_lib_browser_headless__content__browser__client.h @@ -1,4 +1,4 @@ ---- headless/lib/browser/headless_content_browser_client.h.orig 2025-09-11 13:19:19 UTC +--- headless/lib/browser/headless_content_browser_client.h.orig 2025-12-10 15:04:57 UTC +++ headless/lib/browser/headless_content_browser_client.h @@ -48,7 +48,7 @@ class HeadlessContentBrowserClient : public content::C CreateDevToolsManagerDelegate() override; diff --git a/www/iridium/files/patch-headless_lib_browser_headless__web__contents__impl.cc b/www/iridium/files/patch-headless_lib_browser_headless__web__contents__impl.cc index d8ae23f2473e..0e3282c0fa5c 100644 --- a/www/iridium/files/patch-headless_lib_browser_headless__web__contents__impl.cc +++ b/www/iridium/files/patch-headless_lib_browser_headless__web__contents__impl.cc @@ -1,6 +1,6 @@ ---- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-11-06 10:11:34 UTC +--- headless/lib/browser/headless_web_contents_impl.cc.orig 2025-12-10 15:04:57 UTC +++ headless/lib/browser/headless_web_contents_impl.cc -@@ -69,7 +69,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ +@@ -71,7 +71,7 @@ BASE_FEATURE(kPrerender2InHeadlessMode, base::FEATURE_ namespace { void UpdatePrefsFromSystemSettings(blink::RendererPreferences* prefs) { diff --git a/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc b/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc index 904e1244541b..f4b508fb6170 100644 --- a/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc +++ b/www/iridium/files/patch-headless_lib_headless__content__main__delegate.cc @@ -1,4 +1,4 @@ ---- headless/lib/headless_content_main_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- headless/lib/headless_content_main_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ headless/lib/headless_content_main_delegate.cc @@ -411,7 +411,7 @@ void HeadlessContentMainDelegate::InitCrashReporter( if (process_type != ::switches::kZygoteProcess) { diff --git a/www/iridium/files/patch-ipc_ipc__channel.cc b/www/iridium/files/patch-ipc_ipc__channel.cc index d83fab1a1b0a..22baf45fc18d 100644 --- a/www/iridium/files/patch-ipc_ipc__channel.cc +++ b/www/iridium/files/patch-ipc_ipc__channel.cc @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.cc.orig 2025-11-06 10:11:34 UTC +--- ipc/ipc_channel.cc.orig 2025-12-10 15:04:57 UTC +++ ipc/ipc_channel.cc -@@ -22,7 +22,7 @@ namespace { +@@ -41,7 +41,7 @@ namespace { // Global atomic used to guarantee channel IDs are unique. base::AtomicSequenceNumber g_last_id; @@ -9,7 +9,16 @@ int g_global_pid = 0; -@@ -60,7 +60,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { +@@ -83,7 +83,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe + }; + + base::ProcessId GetSelfPID() { +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + if (int global_pid = Channel::GetGlobalPid()) { + return global_pid; + } +@@ -123,7 +123,7 @@ std::string Channel::GenerateUniqueRandomChannelID() { base::RandInt(0, std::numeric_limits<int32_t>::max())); } diff --git a/www/iridium/files/patch-ipc_ipc__channel.h b/www/iridium/files/patch-ipc_ipc__channel.h index 89e044dbf6bd..133ef8a13ec6 100644 --- a/www/iridium/files/patch-ipc_ipc__channel.h +++ b/www/iridium/files/patch-ipc_ipc__channel.h @@ -1,6 +1,6 @@ ---- ipc/ipc_channel.h.orig 2025-11-06 10:11:34 UTC +--- ipc/ipc_channel.h.orig 2025-12-10 15:04:57 UTC +++ ipc/ipc_channel.h -@@ -206,7 +206,7 @@ class COMPONENT_EXPORT(IPC) Channel : public Sender { +@@ -201,7 +201,7 @@ class COMPONENT_EXPORT(IPC) Channel final // Generates a channel ID that's non-predictable and unique. static std::string GenerateUniqueRandomChannelID(); diff --git a/www/iridium/files/patch-ipc_ipc__channel__mojo.cc b/www/iridium/files/patch-ipc_ipc__channel__mojo.cc deleted file mode 100644 index a0848ff76a3d..000000000000 --- a/www/iridium/files/patch-ipc_ipc__channel__mojo.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ipc/ipc_channel_mojo.cc.orig 2025-11-06 10:11:34 UTC -+++ ipc/ipc_channel_mojo.cc -@@ -72,7 +72,7 @@ class ThreadSafeChannelProxy : public mojo::ThreadSafe - }; - - base::ProcessId GetSelfPID() { --#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - if (int global_pid = Channel::GetGlobalPid()) - return global_pid; - #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-ipc_ipc__message__utils.h b/www/iridium/files/patch-ipc_param__traits__utils.h index 72d5c171251c..290049993073 100644 --- a/www/iridium/files/patch-ipc_ipc__message__utils.h +++ b/www/iridium/files/patch-ipc_param__traits__utils.h @@ -1,6 +1,6 @@ ---- ipc/ipc_message_utils.h.orig 2025-11-06 10:11:34 UTC -+++ ipc/ipc_message_utils.h -@@ -178,7 +178,7 @@ struct ParamTraits<unsigned int> { +--- ipc/param_traits_utils.h.orig 2025-12-10 15:04:57 UTC ++++ ipc/param_traits_utils.h +@@ -177,7 +177,7 @@ struct ParamTraits<unsigned int> { // Since we want to support Android 32<>64 bit IPC, as long as we don't have // these traits for 32 bit ARM then that'll catch any errors. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-media_BUILD.gn b/www/iridium/files/patch-media_BUILD.gn index 21e5b2395c1c..213603b7b60d 100644 --- a/www/iridium/files/patch-media_BUILD.gn +++ b/www/iridium/files/patch-media_BUILD.gn @@ -1,4 +1,4 @@ ---- media/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- media/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ media/BUILD.gn @@ -101,6 +101,9 @@ config("media_config") { defines += [ "DLOPEN_PULSEAUDIO" ] diff --git a/www/iridium/files/patch-media_audio_BUILD.gn b/www/iridium/files/patch-media_audio_BUILD.gn index 08ca8176eb48..63466c9a6016 100644 --- a/www/iridium/files/patch-media_audio_BUILD.gn +++ b/www/iridium/files/patch-media_audio_BUILD.gn @@ -1,4 +1,4 @@ ---- media/audio/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- media/audio/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ media/audio/BUILD.gn @@ -291,9 +291,23 @@ source_set("audio") { deps += [ "//media/base/android:media_jni_headers" ] diff --git a/www/iridium/files/patch-media_audio_alsa_audio__manager__alsa.cc b/www/iridium/files/patch-media_audio_alsa_audio__manager__alsa.cc index 57ca288e272e..c1fcb69a6bd2 100644 --- a/www/iridium/files/patch-media_audio_alsa_audio__manager__alsa.cc +++ b/www/iridium/files/patch-media_audio_alsa_audio__manager__alsa.cc @@ -1,4 +1,4 @@ ---- media/audio/alsa/audio_manager_alsa.cc.orig 2025-09-11 13:19:19 UTC +--- media/audio/alsa/audio_manager_alsa.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/alsa/audio_manager_alsa.cc @@ -103,7 +103,9 @@ void AudioManagerAlsa::GetAlsaAudioDevices(StreamType int card = -1; diff --git a/www/iridium/files/patch-media_audio_audio__input__device.cc b/www/iridium/files/patch-media_audio_audio__input__device.cc index a033e9366d54..669d8e39044c 100644 --- a/www/iridium/files/patch-media_audio_audio__input__device.cc +++ b/www/iridium/files/patch-media_audio_audio__input__device.cc @@ -1,4 +1,4 @@ ---- media/audio/audio_input_device.cc.orig 2025-11-06 10:11:34 UTC +--- media/audio/audio_input_device.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/audio_input_device.cc @@ -270,7 +270,7 @@ void AudioInputDevice::OnStreamCreated( // here. See comments in AliveChecker and PowerObserverHelper for details and diff --git a/www/iridium/files/patch-media_audio_audio__output__proxy__unittest.cc b/www/iridium/files/patch-media_audio_audio__output__proxy__unittest.cc index 4b78211fd102..4f850e729adb 100644 --- a/www/iridium/files/patch-media_audio_audio__output__proxy__unittest.cc +++ b/www/iridium/files/patch-media_audio_audio__output__proxy__unittest.cc @@ -1,4 +1,4 @@ ---- media/audio/audio_output_proxy_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- media/audio/audio_output_proxy_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/audio_output_proxy_unittest.cc @@ -443,7 +443,11 @@ class AudioOutputProxyTest : public testing::Test { // |stream| is closed at this point. Start() should reopen it again. diff --git a/www/iridium/files/patch-media_audio_pulse_pulse__util.cc b/www/iridium/files/patch-media_audio_pulse_pulse__util.cc index bc5b2a1d4775..b42e1166ed0c 100644 --- a/www/iridium/files/patch-media_audio_pulse_pulse__util.cc +++ b/www/iridium/files/patch-media_audio_pulse_pulse__util.cc @@ -1,4 +1,4 @@ ---- media/audio/pulse/pulse_util.cc.orig 2025-09-11 13:19:19 UTC +--- media/audio/pulse/pulse_util.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/pulse/pulse_util.cc @@ -45,7 +45,11 @@ constexpr char kBrowserDisplayName[] = "chromium-brows diff --git a/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.cc b/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.cc index 3f5b095436a1..160aa9d34be7 100644 --- a/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.cc +++ b/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.cc @@ -1,4 +1,4 @@ ---- media/audio/sndio/audio_manager_sndio.cc.orig 2025-09-11 13:19:19 UTC +--- media/audio/sndio/audio_manager_sndio.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/audio_manager_sndio.cc @@ -0,0 +1,215 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.h b/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.h index aca65ef9fcd5..2c0ccd78b805 100644 --- a/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.h +++ b/www/iridium/files/patch-media_audio_sndio_audio__manager__sndio.h @@ -1,4 +1,4 @@ ---- media/audio/sndio/audio_manager_sndio.h.orig 2025-09-11 13:19:19 UTC +--- media/audio/sndio/audio_manager_sndio.h.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/audio_manager_sndio.h @@ -0,0 +1,66 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_audio_sndio_sndio__input.cc b/www/iridium/files/patch-media_audio_sndio_sndio__input.cc index 680c1a755617..50302b9c172e 100644 --- a/www/iridium/files/patch-media_audio_sndio_sndio__input.cc +++ b/www/iridium/files/patch-media_audio_sndio_sndio__input.cc @@ -1,4 +1,4 @@ ---- media/audio/sndio/sndio_input.cc.orig 2025-09-11 13:19:19 UTC +--- media/audio/sndio/sndio_input.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/sndio_input.cc @@ -0,0 +1,201 @@ +// Copyright 2013 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_audio_sndio_sndio__input.h b/www/iridium/files/patch-media_audio_sndio_sndio__input.h index 55d8bff8a511..d4f301fb2509 100644 --- a/www/iridium/files/patch-media_audio_sndio_sndio__input.h +++ b/www/iridium/files/patch-media_audio_sndio_sndio__input.h @@ -1,4 +1,4 @@ ---- media/audio/sndio/sndio_input.h.orig 2025-05-07 06:48:23 UTC +--- media/audio/sndio/sndio_input.h.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/sndio_input.h @@ -0,0 +1,91 @@ +// Copyright 2013 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_audio_sndio_sndio__output.cc b/www/iridium/files/patch-media_audio_sndio_sndio__output.cc index 99273e058ec9..b235aef03565 100644 --- a/www/iridium/files/patch-media_audio_sndio_sndio__output.cc +++ b/www/iridium/files/patch-media_audio_sndio_sndio__output.cc @@ -1,4 +1,4 @@ ---- media/audio/sndio/sndio_output.cc.orig 2025-09-11 13:19:19 UTC +--- media/audio/sndio/sndio_output.cc.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/sndio_output.cc @@ -0,0 +1,188 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_audio_sndio_sndio__output.h b/www/iridium/files/patch-media_audio_sndio_sndio__output.h index 486e8c1c08cd..8e2c13ac5a88 100644 --- a/www/iridium/files/patch-media_audio_sndio_sndio__output.h +++ b/www/iridium/files/patch-media_audio_sndio_sndio__output.h @@ -1,4 +1,4 @@ ---- media/audio/sndio/sndio_output.h.orig 2025-05-07 06:48:23 UTC +--- media/audio/sndio/sndio_output.h.orig 2025-12-10 15:04:57 UTC +++ media/audio/sndio/sndio_output.h @@ -0,0 +1,88 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-media_base_audio__latency.cc b/www/iridium/files/patch-media_base_audio__latency.cc index 3193d31a65f5..d044d80be9f7 100644 --- a/www/iridium/files/patch-media_base_audio__latency.cc +++ b/www/iridium/files/patch-media_base_audio__latency.cc @@ -1,4 +1,4 @@ ---- media/base/audio_latency.cc.orig 2025-09-11 13:19:19 UTC +--- media/base/audio_latency.cc.orig 2025-12-10 15:04:57 UTC +++ media/base/audio_latency.cc @@ -143,7 +143,7 @@ int AudioLatency::GetRtcBufferSize(int sample_rate, in } diff --git a/www/iridium/files/patch-media_base_libaom__thread__wrapper.cc b/www/iridium/files/patch-media_base_libaom__thread__wrapper.cc index c48ec2e2d4d3..c8785990b5a7 100644 --- a/www/iridium/files/patch-media_base_libaom__thread__wrapper.cc +++ b/www/iridium/files/patch-media_base_libaom__thread__wrapper.cc @@ -1,4 +1,4 @@ ---- media/base/libaom_thread_wrapper.cc.orig 2025-05-07 06:48:23 UTC +--- media/base/libaom_thread_wrapper.cc.orig 2025-12-10 15:04:57 UTC +++ media/base/libaom_thread_wrapper.cc @@ -5,17 +5,21 @@ #include "base/logging.h" diff --git a/www/iridium/files/patch-media_base_libvpx__thread__wrapper.cc b/www/iridium/files/patch-media_base_libvpx__thread__wrapper.cc index 19cb05d67d88..f6f0b53e6051 100644 --- a/www/iridium/files/patch-media_base_libvpx__thread__wrapper.cc +++ b/www/iridium/files/patch-media_base_libvpx__thread__wrapper.cc @@ -1,4 +1,4 @@ ---- media/base/libvpx_thread_wrapper.cc.orig 2025-05-07 06:48:23 UTC +--- media/base/libvpx_thread_wrapper.cc.orig 2025-12-10 15:04:57 UTC +++ media/base/libvpx_thread_wrapper.cc @@ -5,11 +5,14 @@ #include "media/base/libvpx_thread_wrapper.h" diff --git a/www/iridium/files/patch-media_base_media__switches.cc b/www/iridium/files/patch-media_base_media__switches.cc index 09590cc07a6f..736f0a93877a 100644 --- a/www/iridium/files/patch-media_base_media__switches.cc +++ b/www/iridium/files/patch-media_base_media__switches.cc @@ -1,4 +1,4 @@ ---- media/base/media_switches.cc.orig 2025-11-06 10:11:34 UTC +--- media/base/media_switches.cc.orig 2025-12-10 15:04:57 UTC +++ media/base/media_switches.cc @@ -19,7 +19,7 @@ #include "ui/gl/gl_features.h" @@ -9,7 +9,7 @@ #include "base/cpu.h" #endif -@@ -368,13 +368,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, +@@ -367,13 +367,35 @@ BASE_FEATURE(kMacCatapLoopbackAudioForScreenShare, BASE_FEATURE(kUseSCContentSharingPicker, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_MAC) @@ -46,7 +46,7 @@ #endif // BUILDFLAG(IS_LINUX) // When enabled, MediaCapabilities will check with GPU Video Accelerator -@@ -626,7 +648,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, +@@ -614,7 +636,7 @@ BASE_FEATURE(kFileDialogsTuckPictureInPicture, // Show toolbar button that opens dialog for controlling media sessions. BASE_FEATURE(kGlobalMediaControls, @@ -55,7 +55,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -644,7 +666,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT +@@ -632,7 +654,7 @@ BASE_FEATURE(kGlobalMediaControlsUpdatedUI, base::FEAT #if !BUILDFLAG(IS_ANDROID) // If enabled, users can request Media Remoting without fullscreen-in-tab. BASE_FEATURE(kMediaRemotingWithoutFullscreen, @@ -64,7 +64,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -655,7 +677,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, +@@ -643,7 +665,7 @@ BASE_FEATURE(kMediaRemotingWithoutFullscreen, // Show picture-in-picture button in Global Media Controls. BASE_FEATURE(kGlobalMediaControlsPictureInPicture, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -73,7 +73,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -677,7 +699,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU +@@ -665,7 +687,7 @@ BASE_FEATURE(kSuspendMediaForFrozenFrames, base::FEATU // autoplay policy. BASE_FEATURE(kUnifiedAutoplay, base::FEATURE_ENABLED_BY_DEFAULT); @@ -82,7 +82,7 @@ // Enable vaapi/v4l2 video decoding on linux. This is already enabled by default // on chromeos, but needs an experiment on linux. BASE_FEATURE(kAcceleratedVideoDecodeLinux, -@@ -733,7 +755,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E +@@ -721,7 +743,7 @@ BASE_FEATURE(kVaapiVp9SModeHWEncoding, base::FEATURE_E // Enables VSync aligned MJPEG decoding. BASE_FEATURE(kVSyncMjpegDecoding, base::FEATURE_DISABLED_BY_DEFAULT); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -91,8 +91,8 @@ // Enable H264 temporal layer encoding with V4L2 HW encoder on ChromeOS. BASE_FEATURE(kV4L2H264TemporalLayerHWEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1235,7 +1257,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, - ); +@@ -1220,7 +1242,7 @@ BASE_FEATURE(kUseOutOfProcessVideoDecoding, + BASE_FEATURE(kUseSharedImageInOOPVDProcess, base::FEATURE_DISABLED_BY_DEFAULT); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -100,7 +100,7 @@ // Spawn utility processes to perform hardware encode acceleration instead of // using the GPU process. BASE_FEATURE(kUseOutOfProcessVideoEncoding, base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1297,7 +1319,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU +@@ -1282,7 +1304,7 @@ BASE_FEATURE(kRecordMediaEngagementScores, base::FEATU // Enables Media Engagement Index recording for Web Audio playbacks. BASE_FEATURE(kRecordWebAudioEngagement, base::FEATURE_ENABLED_BY_DEFAULT); @@ -109,7 +109,7 @@ // Reduces the number of buffers needed in the output video frame pool to // populate the Renderer pipeline for hardware accelerated VideoDecoder in // non-low latency scenarios. -@@ -1565,7 +1587,7 @@ bool IsSystemLoopbackCaptureSupported() { +@@ -1545,7 +1567,7 @@ bool IsSystemLoopbackCaptureSupported() { #elif BUILDFLAG(IS_MAC) return (IsMacSckSystemLoopbackCaptureSupported() || IsMacCatapSystemLoopbackCaptureSupported()); diff --git a/www/iridium/files/patch-media_base_media__switches.h b/www/iridium/files/patch-media_base_media__switches.h index 3ce3df778ab3..15c0641b7ec1 100644 --- a/www/iridium/files/patch-media_base_media__switches.h +++ b/www/iridium/files/patch-media_base_media__switches.h @@ -1,6 +1,6 @@ ---- media/base/media_switches.h.orig 2025-11-06 10:11:34 UTC +--- media/base/media_switches.h.orig 2025-12-10 15:04:57 UTC +++ media/base/media_switches.h -@@ -342,13 +342,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu +@@ -334,13 +334,25 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaRecorderHEVCSu MEDIA_EXPORT BASE_DECLARE_FEATURE(kPlaybackSpeedButton); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMediaEngagementData); MEDIA_EXPORT BASE_DECLARE_FEATURE(kPreloadMetadataSuspend); @@ -28,7 +28,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kReduceHardwareVideoDecoderBuffers); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kResumeBackgroundVideo); -@@ -366,7 +378,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); +@@ -358,7 +370,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUnifiedAutoplay); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseAndroidOverlayForSecureOnly); MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseFakeDeviceForMediaStream); MEDIA_EXPORT BASE_DECLARE_FEATURE(kMediaStreamAccurateDroppedFrameCount); @@ -37,7 +37,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinux); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoDecodeLinuxGL); MEDIA_EXPORT BASE_DECLARE_FEATURE(kAcceleratedVideoEncodeLinux); -@@ -382,7 +394,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay +@@ -374,7 +386,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiAV1TemporalLay MEDIA_EXPORT BASE_DECLARE_FEATURE(kVaapiVp9SModeHWEncoding); MEDIA_EXPORT BASE_DECLARE_FEATURE(kVSyncMjpegDecoding); #endif // defined(ARCH_CPU_X86_FAMILY) && BUILDFLAG(IS_CHROMEOS) @@ -46,8 +46,8 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kV4L2H264TemporalLayerHWEncoding); #endif // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) MEDIA_EXPORT BASE_DECLARE_FEATURE(kVideoBlitColorAccuracy); -@@ -501,7 +513,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kBackgroundListening - MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVideoDecoding); +@@ -478,7 +490,7 @@ MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseOutOfProcessVide + MEDIA_EXPORT BASE_DECLARE_FEATURE(kUseSharedImageInOOPVDProcess); #endif // BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-media_base_video__frame.cc b/www/iridium/files/patch-media_base_video__frame.cc index 11cf1f79023e..134f53b46c3c 100644 --- a/www/iridium/files/patch-media_base_video__frame.cc +++ b/www/iridium/files/patch-media_base_video__frame.cc @@ -1,6 +1,6 @@ ---- media/base/video_frame.cc.orig 2025-11-06 10:11:34 UTC +--- media/base/video_frame.cc.orig 2025-12-10 15:04:57 UTC +++ media/base/video_frame.cc -@@ -86,7 +86,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -85,7 +85,7 @@ std::string VideoFrame::StorageTypeToString( return "OWNED_MEMORY"; case VideoFrame::STORAGE_SHMEM: return "SHMEM"; @@ -9,7 +9,7 @@ case VideoFrame::STORAGE_DMABUFS: return "DMABUFS"; #endif -@@ -100,7 +100,7 @@ std::string VideoFrame::StorageTypeToString( +@@ -99,7 +99,7 @@ std::string VideoFrame::StorageTypeToString( // static bool VideoFrame::IsStorageTypeMappable(VideoFrame::StorageType storage_type) { return @@ -18,7 +18,7 @@ // This is not strictly needed but makes explicit that, at VideoFrame // level, DmaBufs are not mappable from userspace. storage_type != VideoFrame::STORAGE_DMABUFS && -@@ -395,7 +395,7 @@ scoped_refptr<VideoFrame> VideoFrame::CreateFrameForMa +@@ -503,7 +503,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapMappableShar plane_size.width() * VideoFrame::BytesPerElement(*format, plane); } uint64_t modifier = gfx::NativePixmapHandle::kNoModifier; @@ -27,7 +27,7 @@ bool is_native_buffer = !shared_image->IsSharedMemoryForVideoFrame(); if (is_native_buffer) { const auto gmb_handle = shared_image->CloneGpuMemoryBufferHandle(); -@@ -852,7 +852,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM +@@ -800,7 +800,7 @@ scoped_refptr<VideoFrame> VideoFrame::WrapExternalGpuM } #endif @@ -36,7 +36,7 @@ // static scoped_refptr<VideoFrame> VideoFrame::WrapExternalDmabufs( const VideoFrameLayout& layout, -@@ -1539,7 +1539,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar +@@ -1492,7 +1492,7 @@ scoped_refptr<gpu::ClientSharedImage> VideoFrame::shar return wrapped_frame_ ? wrapped_frame_->shared_image() : shared_image_; } diff --git a/www/iridium/files/patch-media_base_video__frame.h b/www/iridium/files/patch-media_base_video__frame.h index 14d0a7512a3a..8bc077c3bae7 100644 --- a/www/iridium/files/patch-media_base_video__frame.h +++ b/www/iridium/files/patch-media_base_video__frame.h @@ -1,4 +1,4 @@ ---- media/base/video_frame.h.orig 2025-10-28 14:29:43 UTC +--- media/base/video_frame.h.orig 2025-12-10 15:04:57 UTC +++ media/base/video_frame.h @@ -41,7 +41,7 @@ #include "ui/gfx/geometry/size.h" @@ -18,7 +18,7 @@ STORAGE_DMABUFS = 5, // Each plane is stored into a DmaBuf. #endif STORAGE_GPU_MEMORY_BUFFER = 6, -@@ -370,7 +370,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -348,7 +348,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte base::TimeDelta timestamp); #endif @@ -27,7 +27,7 @@ // Wraps provided dmabufs // (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a // VideoFrame. The frame will take ownership of |dmabuf_fds|, and will -@@ -712,7 +712,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -693,7 +693,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // wait for the included sync point. scoped_refptr<gpu::ClientSharedImage> shared_image() const; @@ -36,7 +36,7 @@ // The number of DmaBufs will be equal or less than the number of planes of // the frame. If there are less, this means that the last FD contains the // remaining planes. Should be > 0 for STORAGE_DMABUFS. -@@ -947,7 +947,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte +@@ -909,7 +909,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte // GpuMemoryBuffers. Clients will set this flag while creating a VideoFrame. bool is_mappable_si_enabled_ = false; diff --git a/www/iridium/files/patch-media_capture_video_create__video__capture__device__factory.cc b/www/iridium/files/patch-media_capture_video_create__video__capture__device__factory.cc index 36d2591728a3..0fe8c5afca8d 100644 --- a/www/iridium/files/patch-media_capture_video_create__video__capture__device__factory.cc +++ b/www/iridium/files/patch-media_capture_video_create__video__capture__device__factory.cc @@ -1,4 +1,4 @@ ---- media/capture/video/create_video_capture_device_factory.cc.orig 2025-09-11 13:19:19 UTC +--- media/capture/video/create_video_capture_device_factory.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/create_video_capture_device_factory.cc @@ -13,7 +13,7 @@ #include "media/capture/video/fake_video_capture_device_factory.h" diff --git a/www/iridium/files/patch-media_capture_video_fake__video__capture__device__factory.cc b/www/iridium/files/patch-media_capture_video_fake__video__capture__device__factory.cc index 07bb8317488d..025ac3fa3c6a 100644 --- a/www/iridium/files/patch-media_capture_video_fake__video__capture__device__factory.cc +++ b/www/iridium/files/patch-media_capture_video_fake__video__capture__device__factory.cc @@ -1,4 +1,4 @@ ---- media/capture/video/fake_video_capture_device_factory.cc.orig 2025-06-19 07:37:57 UTC +--- media/capture/video/fake_video_capture_device_factory.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/fake_video_capture_device_factory.cc @@ -228,7 +228,7 @@ void FakeVideoCaptureDeviceFactory::GetDevicesInfo( int entry_index = 0; diff --git a/www/iridium/files/patch-media_capture_video_file__video__capture__device__factory.cc b/www/iridium/files/patch-media_capture_video_file__video__capture__device__factory.cc index 8ac1039bced3..758cd3502241 100644 --- a/www/iridium/files/patch-media_capture_video_file__video__capture__device__factory.cc +++ b/www/iridium/files/patch-media_capture_video_file__video__capture__device__factory.cc @@ -1,4 +1,4 @@ ---- media/capture/video/file_video_capture_device_factory.cc.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/file_video_capture_device_factory.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/file_video_capture_device_factory.cc @@ -52,7 +52,7 @@ void FileVideoCaptureDeviceFactory::GetDevicesInfo( VideoCaptureApi::WIN_DIRECT_SHOW; diff --git a/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.cc b/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.cc index 90b051f056ce..67eb5e3b11e0 100644 --- a/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.cc +++ b/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.cc @@ -1,4 +1,4 @@ ---- media/capture/video/linux/fake_v4l2_impl.cc.orig 2025-10-28 14:29:43 UTC +--- media/capture/video/linux/fake_v4l2_impl.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/fake_v4l2_impl.cc @@ -571,7 +571,7 @@ int FakeV4L2Impl::close(int fd) { return kSuccessReturnValue; diff --git a/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.h b/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.h index fbdc3644a319..b6eba5b7322f 100644 --- a/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.h +++ b/www/iridium/files/patch-media_capture_video_linux_fake__v4l2__impl.h @@ -1,4 +1,4 @@ ---- media/capture/video/linux/fake_v4l2_impl.h.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/fake_v4l2_impl.h.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/fake_v4l2_impl.h @@ -8,7 +8,13 @@ #include <map> diff --git a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc index 4bf35a29ba18..e6566294e2ee 100644 --- a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc +++ b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.cc @@ -1,4 +1,4 @@ ---- media/capture/video/linux/v4l2_capture_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- media/capture/video/linux/v4l2_capture_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/v4l2_capture_delegate.cc @@ -10,8 +10,10 @@ #include "media/capture/video/linux/v4l2_capture_delegate.h" diff --git a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.h b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.h index 340f0bf13255..ad9b03d3a926 100644 --- a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.h +++ b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__delegate.h @@ -1,4 +1,4 @@ ---- media/capture/video/linux/v4l2_capture_delegate.h.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/v4l2_capture_delegate.h.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/v4l2_capture_delegate.h @@ -34,7 +34,7 @@ class Location; diff --git a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device.h b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device.h index 480b70d44df0..738ad9c840f8 100644 --- a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device.h +++ b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device.h @@ -1,4 +1,4 @@ ---- media/capture/video/linux/v4l2_capture_device.h.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/v4l2_capture_device.h.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/v4l2_capture_device.h @@ -23,7 +23,7 @@ class CAPTURE_EXPORT V4L2CaptureDevice diff --git a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.cc b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.cc index eb712e6a3148..9069b9ad1902 100644 --- a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.cc +++ b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.cc @@ -1,4 +1,4 @@ ---- media/capture/video/linux/v4l2_capture_device_impl.cc.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/v4l2_capture_device_impl.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/v4l2_capture_device_impl.cc @@ -22,7 +22,7 @@ int V4L2CaptureDeviceImpl::close(int fd) { return ::close(fd); diff --git a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.h b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.h index 00ed40868bc0..ac4f64badef7 100644 --- a/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.h +++ b/www/iridium/files/patch-media_capture_video_linux_v4l2__capture__device__impl.h @@ -1,4 +1,4 @@ ---- media/capture/video/linux/v4l2_capture_device_impl.h.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/v4l2_capture_device_impl.h.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/v4l2_capture_device_impl.h @@ -19,7 +19,7 @@ class CAPTURE_EXPORT V4L2CaptureDeviceImpl : public V4 public: diff --git a/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc b/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc index da9abf1f55b5..dd36f4778a98 100644 --- a/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc +++ b/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.cc @@ -1,4 +1,4 @@ ---- media/capture/video/linux/video_capture_device_factory_v4l2.cc.orig 2025-09-11 13:19:19 UTC +--- media/capture/video/linux/video_capture_device_factory_v4l2.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/video_capture_device_factory_v4l2.cc @@ -44,6 +44,7 @@ bool CompareCaptureDevices(const VideoCaptureDeviceInf return a.descriptor < b.descriptor; diff --git a/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h b/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h index 42d3b6bd7131..75eefe8b87f6 100644 --- a/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h +++ b/www/iridium/files/patch-media_capture_video_linux_video__capture__device__factory__v4l2.h @@ -1,4 +1,4 @@ ---- media/capture/video/linux/video_capture_device_factory_v4l2.h.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/linux/video_capture_device_factory_v4l2.h.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/linux/video_capture_device_factory_v4l2.h @@ -51,7 +51,7 @@ class CAPTURE_EXPORT VideoCaptureDeviceFactoryV4L2 diff --git a/www/iridium/files/patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc b/www/iridium/files/patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc index 7e1982fb6afb..d34bf0920b05 100644 --- a/www/iridium/files/patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc +++ b/www/iridium/files/patch-media_capture_video_video__capture__buffer__tracker__factory__impl.cc @@ -1,4 +1,4 @@ ---- media/capture/video/video_capture_buffer_tracker_factory_impl.cc.orig 2025-05-07 06:48:23 UTC +--- media/capture/video/video_capture_buffer_tracker_factory_impl.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/video_capture_buffer_tracker_factory_impl.cc @@ -13,7 +13,7 @@ #include "media/capture/video/chromeos/gpu_memory_buffer_tracker_cros.h" diff --git a/www/iridium/files/patch-media_capture_video_video__capture__device__client.cc b/www/iridium/files/patch-media_capture_video_video__capture__device__client.cc index 4438947bbe24..989597506759 100644 --- a/www/iridium/files/patch-media_capture_video_video__capture__device__client.cc +++ b/www/iridium/files/patch-media_capture_video_video__capture__device__client.cc @@ -1,6 +1,6 @@ ---- media/capture/video/video_capture_device_client.cc.orig 2025-11-06 10:11:34 UTC +--- media/capture/video/video_capture_device_client.cc.orig 2025-12-10 15:04:57 UTC +++ media/capture/video/video_capture_device_client.cc -@@ -167,7 +167,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( +@@ -168,7 +168,7 @@ FourccAndFlip GetFourccAndFlipFromPixelFormat( CHECK(!is_width_odd && !is_height_odd); return {libyuv::FOURCC_UYVY}; case media::PIXEL_FORMAT_RGB24: diff --git a/www/iridium/files/patch-media_cdm_cdm__paths__unittest.cc b/www/iridium/files/patch-media_cdm_cdm__paths__unittest.cc index d35d5e2916a6..730603e69670 100644 --- a/www/iridium/files/patch-media_cdm_cdm__paths__unittest.cc +++ b/www/iridium/files/patch-media_cdm_cdm__paths__unittest.cc @@ -1,4 +1,4 @@ ---- media/cdm/cdm_paths_unittest.cc.orig 2025-05-07 06:48:23 UTC +--- media/cdm/cdm_paths_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ media/cdm/cdm_paths_unittest.cc @@ -26,7 +26,7 @@ const char kComponentPlatform[] = "win"; diff --git a/www/iridium/files/patch-media_cdm_library__cdm_cdm__paths.gni b/www/iridium/files/patch-media_cdm_library__cdm_cdm__paths.gni index 86f4bc40074d..5af009149bd4 100644 --- a/www/iridium/files/patch-media_cdm_library__cdm_cdm__paths.gni +++ b/www/iridium/files/patch-media_cdm_library__cdm_cdm__paths.gni @@ -1,4 +1,4 @@ ---- media/cdm/library_cdm/cdm_paths.gni.orig 2025-05-07 06:48:23 UTC +--- media/cdm/library_cdm/cdm_paths.gni.orig 2025-12-10 15:04:57 UTC +++ media/cdm/library_cdm/cdm_paths.gni @@ -14,7 +14,7 @@ assert(enable_library_cdms) # Explicitly define what we use to avoid confusion. diff --git a/www/iridium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py b/www/iridium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py index f02ec1dd731d..e1007d4b300b 100644 --- a/www/iridium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py +++ b/www/iridium/files/patch-media_ffmpeg_scripts_build__ffmpeg.py @@ -1,4 +1,4 @@ ---- media/ffmpeg/scripts/build_ffmpeg.py.orig 2025-09-11 13:19:19 UTC +--- media/ffmpeg/scripts/build_ffmpeg.py.orig 2025-12-10 15:04:57 UTC +++ media/ffmpeg/scripts/build_ffmpeg.py @@ -33,7 +33,7 @@ NDK_ROOT_DIR = os.path.abspath( SUCCESS_TOKEN = 'THIS_BUILD_WORKED' diff --git a/www/iridium/files/patch-media_ffmpeg_scripts_robo__lib_config.py b/www/iridium/files/patch-media_ffmpeg_scripts_robo__lib_config.py index 4ee9a0571977..8467845293f4 100644 --- a/www/iridium/files/patch-media_ffmpeg_scripts_robo__lib_config.py +++ b/www/iridium/files/patch-media_ffmpeg_scripts_robo__lib_config.py @@ -1,4 +1,4 @@ ---- media/ffmpeg/scripts/robo_lib/config.py.orig 2025-09-11 13:19:19 UTC +--- media/ffmpeg/scripts/robo_lib/config.py.orig 2025-12-10 15:04:57 UTC +++ media/ffmpeg/scripts/robo_lib/config.py @@ -56,19 +56,13 @@ class RoboConfiguration: self._llvm_path = os.path.join(self.chrome_src(), "third_party", diff --git a/www/iridium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc b/www/iridium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc index 845c2d0496d9..38dc54bab539 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_gl__image__processor__backend.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/chromeos/gl_image_processor_backend.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/chromeos/gl_image_processor_backend.cc -@@ -28,6 +28,10 @@ +@@ -29,6 +29,10 @@ #include "ui/ozone/public/ozone_platform.h" #include "ui/ozone/public/surface_factory_ozone.h" diff --git a/www/iridium/files/patch-media_gpu_chromeos_libyuv__image__processor__backend.cc b/www/iridium/files/patch-media_gpu_chromeos_libyuv__image__processor__backend.cc index 1d0222ae30d4..b827df92c9ac 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_libyuv__image__processor__backend.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_libyuv__image__processor__backend.cc @@ -1,4 +1,4 @@ ---- media/gpu/chromeos/libyuv_image_processor_backend.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/chromeos/libyuv_image_processor_backend.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/chromeos/libyuv_image_processor_backend.cc @@ -53,7 +53,7 @@ static constexpr struct { #define CONV(in, out, trans, result) \ diff --git a/www/iridium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc b/www/iridium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc index 4b57bb3eefff..0605e269d776 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_mailbox__video__frame__converter.cc @@ -1,4 +1,4 @@ ---- media/gpu/chromeos/mailbox_video_frame_converter.cc.orig 2025-11-06 10:11:34 UTC +--- media/gpu/chromeos/mailbox_video_frame_converter.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/chromeos/mailbox_video_frame_converter.cc @@ -226,7 +226,7 @@ MailboxVideoFrameConverter::GenerateSharedImage( VideoPixelFormatToString(origin_frame->format())); diff --git a/www/iridium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc b/www/iridium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc index 3d144e4239cb..b04a41f74196 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_platform__video__frame__utils.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-10-28 14:29:43 UTC +--- media/gpu/chromeos/platform_video_frame_utils.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/chromeos/platform_video_frame_utils.cc -@@ -71,7 +71,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( +@@ -70,7 +70,7 @@ static std::unique_ptr<ui::GbmDevice> CreateGbmDevice( const base::FilePath dev_path(FILE_PATH_LITERAL( base::StrCat({drm_node_file_prefix, base::NumberToString(i)}))); @@ -9,7 +9,7 @@ const bool is_render_node = base::Contains(drm_node_file_prefix, "render"); // TODO(b/313513760): don't guard base::File::FLAG_WRITE behind -@@ -176,7 +176,7 @@ class GbmDeviceWrapper { +@@ -175,7 +175,7 @@ class GbmDeviceWrapper { const base::FilePath dev_path( base::CommandLine::ForCurrentProcess()->GetSwitchValuePath( switches::kRenderNodeOverride)); diff --git a/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc b/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc index 806e9ebccd8f..2ab645a12882 100644 --- a/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc +++ b/www/iridium/files/patch-media_gpu_chromeos_video__decoder__pipeline.cc @@ -1,6 +1,6 @@ ---- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-06-19 07:37:57 UTC +--- media/gpu/chromeos/video_decoder_pipeline.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/chromeos/video_decoder_pipeline.cc -@@ -1128,7 +1128,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1132,7 +1132,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( } #endif @@ -9,7 +9,7 @@ // Linux should always use a custom allocator (to allocate buffers using // libva) and a PlatformVideoFramePool. CHECK(allocator.has_value()); -@@ -1137,7 +1137,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1141,7 +1141,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( // VideoFrame::StorageType of VideoFrame::STORAGE_DMABUFS. main_frame_pool_->AsPlatformVideoFramePool()->SetCustomFrameAllocator( *allocator, VideoFrame::STORAGE_DMABUFS); @@ -18,7 +18,7 @@ // Linux w/ V4L2 should not use a custom allocator // Only tested with video_decode_accelerator_tests // TODO(wenst@) Test with full Chromium Browser -@@ -1311,7 +1311,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( +@@ -1315,7 +1315,7 @@ VideoDecoderPipeline::PickDecoderOutputFormat( << " VideoFrames"; auxiliary_frame_pool_->set_parent_task_runner(decoder_task_runner_); diff --git a/www/iridium/files/patch-media_gpu_gpu__video__decode__accelerator__factory.cc b/www/iridium/files/patch-media_gpu_gpu__video__decode__accelerator__factory.cc index 6af0aad32ad1..9de918d3a466 100644 --- a/www/iridium/files/patch-media_gpu_gpu__video__decode__accelerator__factory.cc +++ b/www/iridium/files/patch-media_gpu_gpu__video__decode__accelerator__factory.cc @@ -1,4 +1,4 @@ ---- media/gpu/gpu_video_decode_accelerator_factory.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/gpu_video_decode_accelerator_factory.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/gpu_video_decode_accelerator_factory.cc @@ -13,7 +13,7 @@ #include "media/gpu/media_gpu_export.h" diff --git a/www/iridium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc b/www/iridium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc index 70ff7109e5db..e893578ceb91 100644 --- a/www/iridium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc +++ b/www/iridium/files/patch-media_gpu_gpu__video__encode__accelerator__factory.cc @@ -1,4 +1,4 @@ ---- media/gpu/gpu_video_encode_accelerator_factory.cc.orig 2025-11-06 10:11:34 UTC +--- media/gpu/gpu_video_encode_accelerator_factory.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/gpu_video_encode_accelerator_factory.cc @@ -160,7 +160,7 @@ std::vector<VEAFactoryFunction> GetVEAFactoryFunctions } diff --git a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc index e51170c64625..d93345d6c21d 100644 --- a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.cc.orig 2025-09-11 13:19:19 UTC +--- media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.cc @@ -17,7 +17,9 @@ #include "media/gpu/vaapi/vaapi_wrapper.h" diff --git a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h index 685c1bb3cb5e..0ad52d2a3c56 100644 --- a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h +++ b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__decoding__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ media/gpu/sandbox/hardware_video_decoding_sandbox_hook_linux.h @@ -5,7 +5,13 @@ #ifndef MEDIA_GPU_SANDBOX_HARDWARE_VIDEO_DECODING_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc index 80e64e3ae0de..28ef034e5535 100644 --- a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.cc @@ -18,12 +18,15 @@ #include "media/gpu/v4l2/v4l2_device.h" diff --git a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h index 5d41e5f2814a..d0f8e2310de6 100644 --- a/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h +++ b/www/iridium/files/patch-media_gpu_sandbox_hardware__video__encoding__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ media/gpu/sandbox/hardware_video_encoding_sandbox_hook_linux.h @@ -5,7 +5,13 @@ #ifndef MEDIA_GPU_SANDBOX_HARDWARE_VIDEO_ENCODING_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-media_gpu_test_raw__video.cc b/www/iridium/files/patch-media_gpu_test_raw__video.cc index e6c21bd0da00..0cc847031889 100644 --- a/www/iridium/files/patch-media_gpu_test_raw__video.cc +++ b/www/iridium/files/patch-media_gpu_test_raw__video.cc @@ -1,4 +1,4 @@ ---- media/gpu/test/raw_video.cc.orig 2025-10-28 14:29:43 UTC +--- media/gpu/test/raw_video.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/test/raw_video.cc @@ -64,7 +64,7 @@ std::unique_ptr<base::MemoryMappedFile> CreateMemoryMa base::File::FLAG_READ | base::File::FLAG_WRITE diff --git a/www/iridium/files/patch-media_gpu_test_video__frame__file__writer.cc b/www/iridium/files/patch-media_gpu_test_video__frame__file__writer.cc index f9307ae01958..5ae170745234 100644 --- a/www/iridium/files/patch-media_gpu_test_video__frame__file__writer.cc +++ b/www/iridium/files/patch-media_gpu_test_video__frame__file__writer.cc @@ -1,4 +1,4 @@ ---- media/gpu/test/video_frame_file_writer.cc.orig 2025-05-07 06:48:23 UTC +--- media/gpu/test/video_frame_file_writer.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/test/video_frame_file_writer.cc @@ -25,7 +25,7 @@ #include "testing/gtest/include/gtest/gtest.h" diff --git a/www/iridium/files/patch-media_gpu_test_video__frame__helpers.cc b/www/iridium/files/patch-media_gpu_test_video__frame__helpers.cc index d2f74f0459d0..39dcbb4a7e39 100644 --- a/www/iridium/files/patch-media_gpu_test_video__frame__helpers.cc +++ b/www/iridium/files/patch-media_gpu_test_video__frame__helpers.cc @@ -1,7 +1,7 @@ ---- media/gpu/test/video_frame_helpers.cc.orig 2025-09-11 13:19:19 UTC +--- media/gpu/test/video_frame_helpers.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/test/video_frame_helpers.cc -@@ -23,7 +23,7 @@ - #include "ui/gfx/buffer_format_util.h" +@@ -22,7 +22,7 @@ + #include "third_party/libyuv/include/libyuv.h" #include "ui/gfx/gpu_memory_buffer_handle.h" -#if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) diff --git a/www/iridium/files/patch-media_gpu_test_video__frame__validator.cc b/www/iridium/files/patch-media_gpu_test_video__frame__validator.cc index 85cbdebb9cb8..98676b8ddbaf 100644 --- a/www/iridium/files/patch-media_gpu_test_video__frame__validator.cc +++ b/www/iridium/files/patch-media_gpu_test_video__frame__validator.cc @@ -1,4 +1,4 @@ ---- media/gpu/test/video_frame_validator.cc.orig 2025-09-11 13:19:19 UTC +--- media/gpu/test/video_frame_validator.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/test/video_frame_validator.cc @@ -29,7 +29,7 @@ #include "media/media_buildflags.h" diff --git a/www/iridium/files/patch-media_gpu_v4l2_v4l2__utils.cc b/www/iridium/files/patch-media_gpu_v4l2_v4l2__utils.cc index ad132a2f1b00..bfb02eb9a14f 100644 --- a/www/iridium/files/patch-media_gpu_v4l2_v4l2__utils.cc +++ b/www/iridium/files/patch-media_gpu_v4l2_v4l2__utils.cc @@ -1,4 +1,4 @@ ---- media/gpu/v4l2/v4l2_utils.cc.orig 2025-11-06 10:11:34 UTC +--- media/gpu/v4l2/v4l2_utils.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/v4l2/v4l2_utils.cc @@ -18,7 +18,7 @@ #include <map> diff --git a/www/iridium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc b/www/iridium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc index 97ad0e9f7f12..d6ecefe2562c 100644 --- a/www/iridium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc +++ b/www/iridium/files/patch-media_gpu_vaapi_vaapi__video__decoder.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-09-11 13:19:19 UTC +--- media/gpu/vaapi/vaapi_video_decoder.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/vaapi/vaapi_video_decoder.cc -@@ -787,7 +787,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree +@@ -786,7 +786,7 @@ void VaapiVideoDecoder::ApplyResolutionChangeWithScree const gfx::Size decoder_natural_size = aspect_ratio_.GetNaturalSize(decoder_visible_rect); diff --git a/www/iridium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc b/www/iridium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc index adca30aba66a..d2ce13873b0c 100644 --- a/www/iridium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc +++ b/www/iridium/files/patch-media_gpu_vaapi_vaapi__wrapper.cc @@ -1,6 +1,6 @@ ---- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-10-28 14:29:43 UTC +--- media/gpu/vaapi/vaapi_wrapper.cc.orig 2025-12-10 15:04:57 UTC +++ media/gpu/vaapi/vaapi_wrapper.cc -@@ -85,7 +85,7 @@ +@@ -84,7 +84,7 @@ using media_gpu_vaapi::kModuleVa_prot; #endif diff --git a/www/iridium/files/patch-media_media__options.gni b/www/iridium/files/patch-media_media__options.gni index 3cbdce867c12..2e44570e0f15 100644 --- a/www/iridium/files/patch-media_media__options.gni +++ b/www/iridium/files/patch-media_media__options.gni @@ -1,4 +1,4 @@ ---- media/media_options.gni.orig 2025-09-11 13:19:19 UTC +--- media/media_options.gni.orig 2025-12-10 15:04:57 UTC +++ media/media_options.gni @@ -206,12 +206,15 @@ declare_args() { # Enables runtime selection of ALSA library for audio. diff --git a/www/iridium/files/patch-media_mojo_mojom_BUILD.gn b/www/iridium/files/patch-media_mojo_mojom_BUILD.gn index 331c27fac613..38fde6c8d8b8 100644 --- a/www/iridium/files/patch-media_mojo_mojom_BUILD.gn +++ b/www/iridium/files/patch-media_mojo_mojom_BUILD.gn @@ -1,6 +1,6 @@ ---- media/mojo/mojom/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- media/mojo/mojom/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ media/mojo/mojom/BUILD.gn -@@ -970,7 +970,7 @@ source_set("test_support") { +@@ -1037,7 +1037,7 @@ source_set("test_support") { sources = [] deps = [] diff --git a/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc b/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc index 65f2d4c08904..93f6a2efe7ce 100644 --- a/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc +++ b/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.cc @@ -1,6 +1,6 @@ ---- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-10-28 14:29:43 UTC +--- media/mojo/mojom/video_frame_mojom_traits.cc.orig 2025-12-10 15:04:57 UTC +++ media/mojo/mojom/video_frame_mojom_traits.cc -@@ -21,7 +21,7 @@ +@@ -22,7 +22,7 @@ #include "ui/gfx/mojom/color_space_mojom_traits.h" #include "ui/gfx/mojom/hdr_metadata_mojom_traits.h" @@ -9,7 +9,7 @@ #include "base/posix/eintr_wrapper.h" #include "media/gpu/buffer_validation.h" #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -@@ -182,7 +182,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -183,7 +183,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( media::mojom::OpaqueVideoFrameData::New()); } @@ -18,7 +18,7 @@ if (input->storage_type() == media::VideoFrame::STORAGE_DMABUFS) { // Duplicates the DMA buffer FDs to a new vector since this cannot take // ownership of the FDs in |input| due to constness. -@@ -213,7 +213,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( +@@ -214,7 +214,7 @@ media::mojom::VideoFrameDataPtr MakeVideoFrameData( } // namespace @@ -27,7 +27,7 @@ // static bool StructTraits< media::mojom::ColorPlaneLayoutDataView, -@@ -445,7 +445,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, +@@ -446,7 +446,7 @@ bool StructTraits<media::mojom::VideoFrameDataView, frame = media::VideoFrame::WrapTrackingToken( format, *metadata.tracking_token, coded_size, visible_rect, natural_size, timestamp); diff --git a/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.h b/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.h index 6a26a4e6cb86..1223c49510cc 100644 --- a/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.h +++ b/www/iridium/files/patch-media_mojo_mojom_video__frame__mojom__traits.h @@ -1,4 +1,4 @@ ---- media/mojo/mojom/video_frame_mojom_traits.h.orig 2025-05-07 06:48:23 UTC +--- media/mojo/mojom/video_frame_mojom_traits.h.orig 2025-12-10 15:04:57 UTC +++ media/mojo/mojom/video_frame_mojom_traits.h @@ -21,7 +21,7 @@ diff --git a/www/iridium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc b/www/iridium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc index 668db5df3cbe..aec3e530ff35 100644 --- a/www/iridium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc +++ b/www/iridium/files/patch-media_video_gpu__memory__buffer__video__frame__pool.cc @@ -1,6 +1,6 @@ ---- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-10-28 14:29:43 UTC +--- media/video/gpu_memory_buffer_video_frame_pool.cc.orig 2025-12-10 15:04:57 UTC +++ media/video/gpu_memory_buffer_video_frame_pool.cc -@@ -679,7 +679,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa +@@ -677,7 +677,7 @@ void GpuMemoryBufferVideoFramePool::PoolImpl::CreateHa } bool is_software_backed_video_frame = !video_frame->HasSharedImage(); @@ -9,7 +9,7 @@ is_software_backed_video_frame &= !video_frame->HasDmaBufs(); #endif -@@ -1080,7 +1080,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo +@@ -1078,7 +1078,7 @@ scoped_refptr<VideoFrame> GpuMemoryBufferVideoFramePoo media::IOSurfaceIsWebGPUCompatible(handle.io_surface().get()); #endif @@ -18,7 +18,7 @@ is_webgpu_compatible = handle.type == gfx::NATIVE_PIXMAP && handle.native_pixmap_handle().supports_zero_copy_webgpu_import; -@@ -1248,7 +1248,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr +@@ -1246,7 +1246,7 @@ GpuMemoryBufferVideoFramePool::PoolImpl::GetOrCreateFr si_usage |= gpu::SHARED_IMAGE_USAGE_SCANOUT; } diff --git a/www/iridium/files/patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc b/www/iridium/files/patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc index 119480503dbd..ad84e553b2ae 100644 --- a/www/iridium/files/patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc +++ b/www/iridium/files/patch-media_video_renderable__gpu__memory__buffer__video__frame__pool.cc @@ -1,4 +1,4 @@ ---- media/video/renderable_gpu_memory_buffer_video_frame_pool.cc.orig 2025-10-28 14:29:43 UTC +--- media/video/renderable_gpu_memory_buffer_video_frame_pool.cc.orig 2025-12-10 15:04:57 UTC +++ media/video/renderable_gpu_memory_buffer_video_frame_pool.cc @@ -196,7 +196,7 @@ bool FrameResources::Initialize(VideoPixelFormat forma diff --git a/www/iridium/files/patch-media_video_video__encode__accelerator__adapter.cc b/www/iridium/files/patch-media_video_video__encode__accelerator__adapter.cc index ecd15d3162a5..2ac0429ea62c 100644 --- a/www/iridium/files/patch-media_video_video__encode__accelerator__adapter.cc +++ b/www/iridium/files/patch-media_video_video__encode__accelerator__adapter.cc @@ -1,4 +1,4 @@ ---- media/video/video_encode_accelerator_adapter.cc.orig 2025-10-28 14:29:43 UTC +--- media/video/video_encode_accelerator_adapter.cc.orig 2025-12-10 15:04:57 UTC +++ media/video/video_encode_accelerator_adapter.cc @@ -468,7 +468,7 @@ void VideoEncodeAcceleratorAdapter::InitializeOnAccele diff --git a/www/iridium/files/patch-media_video_video__encode__accelerator__adapter__test.cc b/www/iridium/files/patch-media_video_video__encode__accelerator__adapter__test.cc index 3471131656d0..275faf158471 100644 --- a/www/iridium/files/patch-media_video_video__encode__accelerator__adapter__test.cc +++ b/www/iridium/files/patch-media_video_video__encode__accelerator__adapter__test.cc @@ -1,4 +1,4 @@ ---- media/video/video_encode_accelerator_adapter_test.cc.orig 2025-10-28 14:29:43 UTC +--- media/video/video_encode_accelerator_adapter_test.cc.orig 2025-12-10 15:04:57 UTC +++ media/video/video_encode_accelerator_adapter_test.cc @@ -260,7 +260,7 @@ TEST_F(VideoEncodeAcceleratorAdapterTest, InitializeAf }); diff --git a/www/iridium/files/patch-media_webrtc_audio__processor.cc b/www/iridium/files/patch-media_webrtc_audio__processor.cc index bd7dd0a9080d..f162dc4c7ec8 100644 --- a/www/iridium/files/patch-media_webrtc_audio__processor.cc +++ b/www/iridium/files/patch-media_webrtc_audio__processor.cc @@ -1,6 +1,6 @@ ---- media/webrtc/audio_processor.cc.orig 2025-09-11 13:19:19 UTC +--- media/webrtc/audio_processor.cc.orig 2025-12-10 15:04:57 UTC +++ media/webrtc/audio_processor.cc -@@ -510,7 +510,7 @@ std::optional<double> AudioProcessor::ProcessData( +@@ -517,7 +517,7 @@ std::optional<double> AudioProcessor::ProcessData( // controller. #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) DCHECK_LE(volume, 1.0); diff --git a/www/iridium/files/patch-media_webrtc_helpers.cc b/www/iridium/files/patch-media_webrtc_helpers.cc index 534204b61942..99836218a759 100644 --- a/www/iridium/files/patch-media_webrtc_helpers.cc +++ b/www/iridium/files/patch-media_webrtc_helpers.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers.cc.orig 2025-06-19 07:37:57 UTC +--- media/webrtc/helpers.cc.orig 2025-12-10 15:04:57 UTC +++ media/webrtc/helpers.cc -@@ -46,14 +46,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS +@@ -48,14 +48,14 @@ void ConfigAutomaticGainControl(const AudioProcessingS return; } diff --git a/www/iridium/files/patch-media_webrtc_helpers__unittests.cc b/www/iridium/files/patch-media_webrtc_helpers__unittests.cc index e0fabf09f0da..1ae291b861b4 100644 --- a/www/iridium/files/patch-media_webrtc_helpers__unittests.cc +++ b/www/iridium/files/patch-media_webrtc_helpers__unittests.cc @@ -1,6 +1,6 @@ ---- media/webrtc/helpers_unittests.cc.orig 2025-09-11 13:19:19 UTC +--- media/webrtc/helpers_unittests.cc.orig 2025-12-10 15:04:57 UTC +++ media/webrtc/helpers_unittests.cc -@@ -38,7 +38,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau +@@ -37,7 +37,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CheckDefau EXPECT_TRUE(config.echo_canceller.enabled); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ EXPECT_FALSE(config.gain_controller1.enabled); EXPECT_TRUE(config.gain_controller2.enabled); #elif BUILDFLAG(IS_CASTOS) || BUILDFLAG(IS_CAST_ANDROID) -@@ -65,7 +65,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -63,7 +63,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -18,7 +18,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, InputVolumeAdjustmentEnabledWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -81,7 +81,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -79,7 +79,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_FUCHSIA) @@ -27,7 +27,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, CanDisableInputVolumeAdjustmentWithAgc2) { ::base::test::ScopedFeatureList feature_list; -@@ -98,7 +98,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, +@@ -96,7 +96,7 @@ TEST(CreateWebRtcAudioProcessingModuleTest, #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/iridium/files/patch-mojo_core_BUILD.gn b/www/iridium/files/patch-mojo_core_BUILD.gn index 19e27e1c71a2..c1eae976fe35 100644 --- a/www/iridium/files/patch-mojo_core_BUILD.gn +++ b/www/iridium/files/patch-mojo_core_BUILD.gn @@ -1,4 +1,4 @@ ---- mojo/core/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- mojo/core/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ mojo/core/BUILD.gn @@ -161,7 +161,7 @@ source_set("impl_for_embedder") { "channel_posix.h", diff --git a/www/iridium/files/patch-mojo_core_channel.cc b/www/iridium/files/patch-mojo_core_channel.cc index 6bf30214a211..650c157195d1 100644 --- a/www/iridium/files/patch-mojo_core_channel.cc +++ b/www/iridium/files/patch-mojo_core_channel.cc @@ -1,4 +1,4 @@ ---- mojo/core/channel.cc.orig 2025-11-06 10:11:34 UTC +--- mojo/core/channel.cc.orig 2025-12-10 15:04:57 UTC +++ mojo/core/channel.cc @@ -81,7 +81,11 @@ const size_t kMaxAttachedHandles = 64; const size_t kMaxAttachedHandles = 253; @@ -12,7 +12,16 @@ Channel::AlignedBuffer MakeAlignedBuffer(size_t size) { // Generic allocators (such as malloc) return a pointer that is suitably // aligned for storing any type of object with a fundamental alignment -@@ -1121,7 +1125,7 @@ bool Channel::OnControlMessage(Message::MessageType me +@@ -274,7 +278,7 @@ bool ShouldRecordSubsampledHistograms() { + } // namespace + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + + namespace { + +@@ -1306,7 +1310,7 @@ bool Channel::OnControlMessage(Message::MessageType me } // Currently only CrOs, Linux, and Android support upgrades. diff --git a/www/iridium/files/patch-mojo_core_channel.h b/www/iridium/files/patch-mojo_core_channel.h new file mode 100644 index 000000000000..3a47db677922 --- /dev/null +++ b/www/iridium/files/patch-mojo_core_channel.h @@ -0,0 +1,11 @@ +--- mojo/core/channel.h.orig 2025-12-10 15:04:57 UTC ++++ mojo/core/channel.h +@@ -167,7 +167,7 @@ class MOJO_SYSTEM_IMPL_EXPORT Channel + } v2; + + #if BUILDFLAG(IS_ANDROID) || \ +- (BUILDFLAG(IS_LINUX) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) ++ ((BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)) && defined(FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION)) + // On Android for each pair of connected ipcz::Node instances both sides + // of the connection run the same version of code. Restricting this + // extension of IpczHeader to Android allows to iterate on the wire format diff --git a/www/iridium/files/patch-mojo_core_channel__posix.cc b/www/iridium/files/patch-mojo_core_channel__posix.cc new file mode 100644 index 000000000000..45e0d4446db8 --- /dev/null +++ b/www/iridium/files/patch-mojo_core_channel__posix.cc @@ -0,0 +1,16 @@ +--- mojo/core/channel_posix.cc.orig 2025-12-10 15:04:57 UTC ++++ mojo/core/channel_posix.cc +@@ -594,6 +594,13 @@ void Channel::OfferChannelUpgrade() { + } + static_cast<ChannelLinux*>(this)->OfferSharedMemUpgrade(); + } ++#elif BUILDFLAG(IS_BSD) ++// static ++bool Channel::SupportsChannelUpgrade() { ++ return false; ++} ++void Channel::OfferChannelUpgrade() { ++} + #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || + // BUILDFLAG(IS_ANDROID) + diff --git a/www/iridium/files/patch-mojo_core_embedder_features.h b/www/iridium/files/patch-mojo_core_embedder_features.h index 6d38f49ab44e..08bf9c708565 100644 --- a/www/iridium/files/patch-mojo_core_embedder_features.h +++ b/www/iridium/files/patch-mojo_core_embedder_features.h @@ -1,11 +1,11 @@ ---- mojo/core/embedder/features.h.orig 2025-09-11 13:19:19 UTC +--- mojo/core/embedder/features.h.orig 2025-12-10 15:04:57 UTC +++ mojo/core/embedder/features.h -@@ -15,7 +15,7 @@ namespace mojo { +@@ -14,7 +14,7 @@ + namespace mojo { namespace core { - #if BUILDFLAG(IS_POSIX) && !BUILDFLAG(MOJO_USE_APPLE_CHANNEL) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) COMPONENT_EXPORT(MOJO_CORE_EMBEDDER_FEATURES) - BASE_DECLARE_FEATURE(kMojoLinuxChannelSharedMem); + BASE_DECLARE_FEATURE(kMojoUseEventFd); diff --git a/www/iridium/files/patch-mojo_public_tools_bindings_mojom.gni b/www/iridium/files/patch-mojo_public_tools_bindings_mojom.gni index 443316317532..4c954da00e9d 100644 --- a/www/iridium/files/patch-mojo_public_tools_bindings_mojom.gni +++ b/www/iridium/files/patch-mojo_public_tools_bindings_mojom.gni @@ -1,6 +1,6 @@ ---- mojo/public/tools/bindings/mojom.gni.orig 2025-11-06 10:11:34 UTC +--- mojo/public/tools/bindings/mojom.gni.orig 2025-12-10 15:04:57 UTC +++ mojo/public/tools/bindings/mojom.gni -@@ -763,6 +763,16 @@ template("mojom") { +@@ -751,6 +751,16 @@ template("mojom") { enabled_features += [ "is_apple" ] } diff --git a/www/iridium/files/patch-net_BUILD.gn b/www/iridium/files/patch-net_BUILD.gn index bb452ad07520..c09646d3b840 100644 --- a/www/iridium/files/patch-net_BUILD.gn +++ b/www/iridium/files/patch-net_BUILD.gn @@ -1,4 +1,4 @@ ---- net/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- net/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ net/BUILD.gn @@ -126,7 +126,7 @@ net_configs = [ "//build/config/compiler:wexit_time_destructors", @@ -9,15 +9,15 @@ net_configs += [ "//build/config/linux:libresolv" ] } -@@ -1172,6 +1172,7 @@ component("net") { +@@ -1177,6 +1177,7 @@ component("net") { ":net_deps", - "//components/miracle_parameter/common", "//components/network_time/time_tracker", + "//components/unexportable_keys", + "//content/public/common:buildflags", "//net/http:transport_security_state_generated_files", "//third_party/simdutf", ] -@@ -1376,6 +1377,19 @@ component("net") { +@@ -1379,6 +1380,19 @@ component("net") { ] } @@ -37,7 +37,7 @@ if (is_mac) { sources += [ "base/network_notification_thread_mac.cc", -@@ -1541,7 +1555,7 @@ component("net") { +@@ -1544,7 +1558,7 @@ component("net") { } # Use getifaddrs() on POSIX platforms, except Linux. @@ -46,7 +46,7 @@ sources += [ "base/network_interfaces_getifaddrs.cc", "base/network_interfaces_getifaddrs.h", -@@ -2277,7 +2291,7 @@ static_library("test_support") { +@@ -2290,7 +2304,7 @@ static_library("test_support") { ] } @@ -55,7 +55,7 @@ sources += [ "base/address_tracker_linux_test_util.cc", "base/address_tracker_linux_test_util.h", -@@ -3076,14 +3090,14 @@ target(_test_target_type, "net_unittests") { +@@ -3091,14 +3105,14 @@ target(_test_target_type, "net_unittests") { ] } @@ -72,7 +72,7 @@ sources += [ "base/address_tracker_linux_unittest.cc", "base/network_interfaces_linux_unittest.cc", -@@ -3185,6 +3199,10 @@ target(_test_target_type, "net_unittests") { +@@ -3204,6 +3218,10 @@ target(_test_target_type, "net_unittests") { ] } @@ -83,7 +83,7 @@ if (enable_websockets) { sources += [ "server/http_connection_unittest.cc", -@@ -3241,7 +3259,7 @@ target(_test_target_type, "net_unittests") { +@@ -3260,7 +3278,7 @@ target(_test_target_type, "net_unittests") { ] data_deps = [ "//testing/buildbot/filters:net_unittests_filters" ] @@ -92,7 +92,7 @@ sources += [ "tools/quic/quic_simple_server_test.cc" ] } -@@ -3371,7 +3389,7 @@ target(_test_target_type, "net_unittests") { +@@ -3390,7 +3408,7 @@ target(_test_target_type, "net_unittests") { } # Use getifaddrs() on POSIX platforms, except Linux. diff --git a/www/iridium/files/patch-net_base_features.cc b/www/iridium/files/patch-net_base_features.cc index 9840b8175741..9b2095ba6d20 100644 --- a/www/iridium/files/patch-net_base_features.cc +++ b/www/iridium/files/patch-net_base_features.cc @@ -1,4 +1,4 @@ ---- net/base/features.cc.orig 2025-11-06 10:11:34 UTC +--- net/base/features.cc.orig 2025-12-10 15:04:57 UTC +++ net/base/features.cc @@ -29,7 +29,7 @@ BASE_FEATURE(kCapReferrerToOriginOnCrossOrigin, @@ -9,16 +9,16 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -521,7 +521,7 @@ BASE_FEATURE(kDisableBlackholeOnNoNewNetwork, - "DisableBlackHoleOnNoNewNetwork", - base::FEATURE_DISABLED_BY_DEFAULT); +@@ -519,7 +519,7 @@ inline constexpr auto kMigrateSessionsOnNetworkChangeV + BASE_FEATURE(kMigrateSessionsOnNetworkChangeV2, + kMigrateSessionsOnNetworkChangeV2Default); -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) BASE_FEATURE(kAddressTrackerLinuxIsProxied, base::FEATURE_ENABLED_BY_DEFAULT); #endif // BUILDFLAG(IS_LINUX) -@@ -616,7 +616,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues +@@ -627,7 +627,7 @@ BASE_FEATURE(kReportingApiEnableEnterpriseCookieIssues base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kSimdutfBase64Support, @@ -27,12 +27,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -680,7 +680,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU - #endif +@@ -712,7 +712,7 @@ BASE_FEATURE(kHttpCacheMappedFileFlushWin, base::FEATU BASE_FEATURE(kHttpCacheNoVarySearch, --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/iridium/files/patch-net_base_network__change__notifier.cc b/www/iridium/files/patch-net_base_network__change__notifier.cc index ea558783fa7e..3a786dc5c4ed 100644 --- a/www/iridium/files/patch-net_base_network__change__notifier.cc +++ b/www/iridium/files/patch-net_base_network__change__notifier.cc @@ -1,4 +1,4 @@ ---- net/base/network_change_notifier.cc.orig 2025-06-19 07:37:57 UTC +--- net/base/network_change_notifier.cc.orig 2025-12-10 15:04:57 UTC +++ net/base/network_change_notifier.cc @@ -38,7 +38,7 @@ #include "net/base/network_change_notifier_linux.h" diff --git a/www/iridium/files/patch-net_base_network__change__notifier__passive.cc b/www/iridium/files/patch-net_base_network__change__notifier__passive.cc index e221e2862d6a..e706ad78031a 100644 --- a/www/iridium/files/patch-net_base_network__change__notifier__passive.cc +++ b/www/iridium/files/patch-net_base_network__change__notifier__passive.cc @@ -1,4 +1,4 @@ ---- net/base/network_change_notifier_passive.cc.orig 2025-10-28 14:29:43 UTC +--- net/base/network_change_notifier_passive.cc.orig 2025-12-10 15:04:57 UTC +++ net/base/network_change_notifier_passive.cc @@ -108,7 +108,7 @@ NetworkChangeNotifierPassive::GetAddressMapOwnerIntern NetworkChangeNotifier::NetworkChangeCalculatorParams diff --git a/www/iridium/files/patch-net_base_network__interfaces__posix.h b/www/iridium/files/patch-net_base_network__interfaces__posix.h index b83ccfd0d65a..2599a3d6d6b9 100644 --- a/www/iridium/files/patch-net_base_network__interfaces__posix.h +++ b/www/iridium/files/patch-net_base_network__interfaces__posix.h @@ -1,4 +1,4 @@ ---- net/base/network_interfaces_posix.h.orig 2025-05-07 06:48:23 UTC +--- net/base/network_interfaces_posix.h.orig 2025-12-10 15:04:57 UTC +++ net/base/network_interfaces_posix.h @@ -8,6 +8,8 @@ // This file provides some basic functionality shared between diff --git a/www/iridium/files/patch-net_base_sockaddr__util__posix.cc b/www/iridium/files/patch-net_base_sockaddr__util__posix.cc index 741638b3d127..f8ef75e6330d 100644 --- a/www/iridium/files/patch-net_base_sockaddr__util__posix.cc +++ b/www/iridium/files/patch-net_base_sockaddr__util__posix.cc @@ -1,4 +1,4 @@ ---- net/base/sockaddr_util_posix.cc.orig 2025-10-28 14:29:43 UTC +--- net/base/sockaddr_util_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/base/sockaddr_util_posix.cc @@ -51,7 +51,8 @@ bool FillUnixAddress(std::string_view socket_path, return true; diff --git a/www/iridium/files/patch-net_base_sockaddr__util__posix__unittest.cc b/www/iridium/files/patch-net_base_sockaddr__util__posix__unittest.cc index ed7195b2b5b6..f40eab4ff607 100644 --- a/www/iridium/files/patch-net_base_sockaddr__util__posix__unittest.cc +++ b/www/iridium/files/patch-net_base_sockaddr__util__posix__unittest.cc @@ -1,4 +1,4 @@ ---- net/base/sockaddr_util_posix_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- net/base/sockaddr_util_posix_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ net/base/sockaddr_util_posix_unittest.cc @@ -77,7 +77,8 @@ TEST(FillUnixAddressTest, AbstractLinuxAddress) { SockaddrStorage storage; diff --git a/www/iridium/files/patch-net_disk__cache_backend__experiment.h b/www/iridium/files/patch-net_disk__cache_backend__experiment.h index 866271676faa..10b11819dfc6 100644 --- a/www/iridium/files/patch-net_disk__cache_backend__experiment.h +++ b/www/iridium/files/patch-net_disk__cache_backend__experiment.h @@ -1,4 +1,4 @@ ---- net/disk_cache/backend_experiment.h.orig 2025-09-11 13:19:19 UTC +--- net/disk_cache/backend_experiment.h.orig 2025-12-10 15:04:57 UTC +++ net/disk_cache/backend_experiment.h @@ -15,7 +15,7 @@ namespace disk_cache { // default. diff --git a/www/iridium/files/patch-net_disk__cache_simple_simple__file__tracker.cc b/www/iridium/files/patch-net_disk__cache_simple_simple__file__tracker.cc index df7cd23e9d5d..54f09f4888e0 100644 --- a/www/iridium/files/patch-net_disk__cache_simple_simple__file__tracker.cc +++ b/www/iridium/files/patch-net_disk__cache_simple_simple__file__tracker.cc @@ -1,4 +1,4 @@ ---- net/disk_cache/simple/simple_file_tracker.cc.orig 2025-10-28 14:29:43 UTC +--- net/disk_cache/simple/simple_file_tracker.cc.orig 2025-12-10 15:04:57 UTC +++ net/disk_cache/simple/simple_file_tracker.cc @@ -36,7 +36,17 @@ bool SimpleFileTracker::TrackedFiles::InLRUList() cons } diff --git a/www/iridium/files/patch-net_dns_BUILD.gn b/www/iridium/files/patch-net_dns_BUILD.gn index a6765598272c..ba62be5581dc 100644 --- a/www/iridium/files/patch-net_dns_BUILD.gn +++ b/www/iridium/files/patch-net_dns_BUILD.gn @@ -1,15 +1,15 @@ ---- net/dns/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- net/dns/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ net/dns/BUILD.gn -@@ -142,7 +142,7 @@ source_set("dns") { - "dns_config_service_android.cc", - "dns_config_service_android.h", +@@ -144,7 +144,7 @@ source_set("dns") { + "platform_dns_query_executor_android.cc", + "platform_dns_query_executor_android.h", ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux.cc", "dns_config_service_linux.h", -@@ -176,6 +176,7 @@ source_set("dns") { +@@ -178,6 +178,7 @@ source_set("dns") { } deps = [ "//net:net_deps" ] @@ -17,18 +17,18 @@ public_deps = [ ":dns_client", -@@ -183,6 +184,7 @@ source_set("dns") { - ":host_resolver_manager", - ":mdns_client", - "//net:net_public_deps", +@@ -258,6 +259,7 @@ source_set("host_resolver") { + deps = [ + "//net:net_deps", + "//net/dns/public", + "//printing/buildflags", ] + public_deps = [ "//net:net_public_deps" ] - if (enable_mdns) { -@@ -458,9 +460,9 @@ source_set("tests") { - - if (is_android) { - sources += [ "dns_config_service_android_unittest.cc" ] +@@ -463,9 +465,9 @@ source_set("tests") { + "dns_config_service_android_unittest.cc", + "platform_dns_query_executor_android_unittest.cc", + ] - } else if (is_linux) { + } else if (is_linux && !is_bsd) { sources += [ "dns_config_service_linux_unittest.cc" ] diff --git a/www/iridium/files/patch-net_dns_address__info.cc b/www/iridium/files/patch-net_dns_address__info.cc index 863308fb101c..e6709917669f 100644 --- a/www/iridium/files/patch-net_dns_address__info.cc +++ b/www/iridium/files/patch-net_dns_address__info.cc @@ -1,4 +1,4 @@ ---- net/dns/address_info.cc.orig 2025-09-11 13:19:19 UTC +--- net/dns/address_info.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/address_info.cc @@ -78,8 +78,12 @@ AddressInfo::AddressInfoAndResult AddressInfo::Get( // error. diff --git a/www/iridium/files/patch-net_dns_address__sorter__posix.cc b/www/iridium/files/patch-net_dns_address__sorter__posix.cc index 6ef2132de6a9..e805145db692 100644 --- a/www/iridium/files/patch-net_dns_address__sorter__posix.cc +++ b/www/iridium/files/patch-net_dns_address__sorter__posix.cc @@ -1,4 +1,4 @@ ---- net/dns/address_sorter_posix.cc.orig 2025-09-11 13:19:19 UTC +--- net/dns/address_sorter_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/address_sorter_posix.cc @@ -33,6 +33,7 @@ #include "net/dns/netinet_in_var_ios.h" diff --git a/www/iridium/files/patch-net_dns_dns__config__service__posix.cc b/www/iridium/files/patch-net_dns_dns__config__service__posix.cc index baf57aede3c0..b0a313fdb3ca 100644 --- a/www/iridium/files/patch-net_dns_dns__config__service__posix.cc +++ b/www/iridium/files/patch-net_dns_dns__config__service__posix.cc @@ -1,4 +1,4 @@ ---- net/dns/dns_config_service_posix.cc.orig 2025-05-07 06:48:23 UTC +--- net/dns/dns_config_service_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/dns_config_service_posix.cc @@ -39,6 +39,11 @@ #include "net/dns/dns_config_watcher_mac.h" diff --git a/www/iridium/files/patch-net_dns_dns__reloader.cc b/www/iridium/files/patch-net_dns_dns__reloader.cc index c7e7f88074ac..7d9148c0cef5 100644 --- a/www/iridium/files/patch-net_dns_dns__reloader.cc +++ b/www/iridium/files/patch-net_dns_dns__reloader.cc @@ -1,4 +1,4 @@ ---- net/dns/dns_reloader.cc.orig 2025-05-07 06:48:23 UTC +--- net/dns/dns_reloader.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/dns_reloader.cc @@ -10,6 +10,7 @@ // - there's not guarantee it exists at all. :( diff --git a/www/iridium/files/patch-net_dns_dns__util.cc b/www/iridium/files/patch-net_dns_dns__util.cc index 5d057d67fd63..05c4f2295f68 100644 --- a/www/iridium/files/patch-net_dns_dns__util.cc +++ b/www/iridium/files/patch-net_dns_dns__util.cc @@ -1,4 +1,4 @@ ---- net/dns/dns_util.cc.orig 2025-05-07 06:48:23 UTC +--- net/dns/dns_util.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/dns_util.cc @@ -29,6 +29,8 @@ #include "net/dns/public/util.h" diff --git a/www/iridium/files/patch-net_dns_host__resolver__proc.cc b/www/iridium/files/patch-net_dns_host__resolver__proc.cc index 00bedc71283a..3fd4f44de8d9 100644 --- a/www/iridium/files/patch-net_dns_host__resolver__proc.cc +++ b/www/iridium/files/patch-net_dns_host__resolver__proc.cc @@ -1,4 +1,4 @@ ---- net/dns/host_resolver_proc.cc.orig 2025-06-19 07:37:57 UTC +--- net/dns/host_resolver_proc.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/host_resolver_proc.cc @@ -16,10 +16,6 @@ #include "net/base/net_errors.h" diff --git a/www/iridium/files/patch-net_dns_public_BUILD.gn b/www/iridium/files/patch-net_dns_public_BUILD.gn index 32c48e931966..a93e0b29e9ef 100644 --- a/www/iridium/files/patch-net_dns_public_BUILD.gn +++ b/www/iridium/files/patch-net_dns_public_BUILD.gn @@ -1,4 +1,4 @@ ---- net/dns/public/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- net/dns/public/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ net/dns/public/BUILD.gn @@ -78,7 +78,7 @@ source_set("tests") { "doh_provider_entry_unittest.cc", diff --git a/www/iridium/files/patch-net_dns_public_resolv__reader.cc b/www/iridium/files/patch-net_dns_public_resolv__reader.cc index ace7f25bffcb..6e190f75bb7e 100644 --- a/www/iridium/files/patch-net_dns_public_resolv__reader.cc +++ b/www/iridium/files/patch-net_dns_public_resolv__reader.cc @@ -1,4 +1,4 @@ ---- net/dns/public/resolv_reader.cc.orig 2025-09-11 13:19:19 UTC +--- net/dns/public/resolv_reader.cc.orig 2025-12-10 15:04:57 UTC +++ net/dns/public/resolv_reader.cc @@ -34,7 +34,7 @@ std::unique_ptr<ScopedResState> ResolvReader::GetResSt } diff --git a/www/iridium/files/patch-net_dns_public_resolv__reader.h b/www/iridium/files/patch-net_dns_public_resolv__reader.h index 61f200c3d2e0..1b28a49375ab 100644 --- a/www/iridium/files/patch-net_dns_public_resolv__reader.h +++ b/www/iridium/files/patch-net_dns_public_resolv__reader.h @@ -1,4 +1,4 @@ ---- net/dns/public/resolv_reader.h.orig 2025-05-07 06:48:23 UTC +--- net/dns/public/resolv_reader.h.orig 2025-12-10 15:04:57 UTC +++ net/dns/public/resolv_reader.h @@ -5,6 +5,7 @@ #ifndef NET_DNS_PUBLIC_RESOLV_READER_H_ diff --git a/www/iridium/files/patch-net_dns_public_scoped__res__state.h b/www/iridium/files/patch-net_dns_public_scoped__res__state.h index d8a9f30611e2..ac8d3c2074bc 100644 --- a/www/iridium/files/patch-net_dns_public_scoped__res__state.h +++ b/www/iridium/files/patch-net_dns_public_scoped__res__state.h @@ -1,4 +1,4 @@ ---- net/dns/public/scoped_res_state.h.orig 2025-05-07 06:48:23 UTC +--- net/dns/public/scoped_res_state.h.orig 2025-12-10 15:04:57 UTC +++ net/dns/public/scoped_res_state.h @@ -5,6 +5,7 @@ #ifndef NET_DNS_PUBLIC_SCOPED_RES_STATE_H_ diff --git a/www/iridium/files/patch-net_filter_zstd__source__stream.cc b/www/iridium/files/patch-net_filter_zstd__source__stream.cc index 5e91cb56a88d..fd8539bfec93 100644 --- a/www/iridium/files/patch-net_filter_zstd__source__stream.cc +++ b/www/iridium/files/patch-net_filter_zstd__source__stream.cc @@ -1,4 +1,4 @@ ---- net/filter/zstd_source_stream.cc.orig 2025-05-07 06:48:23 UTC +--- net/filter/zstd_source_stream.cc.orig 2025-12-10 15:04:57 UTC +++ net/filter/zstd_source_stream.cc @@ -7,6 +7,7 @@ #include <algorithm> diff --git a/www/iridium/files/patch-net_http_http__auth__gssapi__posix.cc b/www/iridium/files/patch-net_http_http__auth__gssapi__posix.cc index 7db9301607ac..0231670e9160 100644 --- a/www/iridium/files/patch-net_http_http__auth__gssapi__posix.cc +++ b/www/iridium/files/patch-net_http_http__auth__gssapi__posix.cc @@ -1,4 +1,4 @@ ---- net/http/http_auth_gssapi_posix.cc.orig 2025-05-07 06:48:23 UTC +--- net/http/http_auth_gssapi_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/http/http_auth_gssapi_posix.cc @@ -366,7 +366,9 @@ base::NativeLibrary GSSAPISharedLibrary::LoadSharedLib } else { diff --git a/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h b/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h index 471c76ddb2cb..fa4a5e1ed908 100644 --- a/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h +++ b/www/iridium/files/patch-net_http_http__auth__gssapi__posix.h @@ -1,4 +1,4 @@ ---- net/http/http_auth_gssapi_posix.h.orig 2025-05-07 06:48:23 UTC +--- net/http/http_auth_gssapi_posix.h.orig 2025-12-10 15:04:57 UTC +++ net/http/http_auth_gssapi_posix.h @@ -21,6 +21,9 @@ #if BUILDFLAG(IS_APPLE) diff --git a/www/iridium/files/patch-net_http_http__auth__handler__negotiate.cc b/www/iridium/files/patch-net_http_http__auth__handler__negotiate.cc index 61bcbe06cd1d..ee741fa21295 100644 --- a/www/iridium/files/patch-net_http_http__auth__handler__negotiate.cc +++ b/www/iridium/files/patch-net_http_http__auth__handler__negotiate.cc @@ -1,4 +1,4 @@ ---- net/http/http_auth_handler_negotiate.cc.orig 2025-05-07 06:48:23 UTC +--- net/http/http_auth_handler_negotiate.cc.orig 2025-12-10 15:04:57 UTC +++ net/http/http_auth_handler_negotiate.cc @@ -119,7 +119,7 @@ int HttpAuthHandlerNegotiate::Factory::CreateAuthHandl #elif BUILDFLAG(IS_POSIX) diff --git a/www/iridium/files/patch-net_http_http__auth__preferences.cc b/www/iridium/files/patch-net_http_http__auth__preferences.cc index 01cc5ce69525..e797df623f67 100644 --- a/www/iridium/files/patch-net_http_http__auth__preferences.cc +++ b/www/iridium/files/patch-net_http_http__auth__preferences.cc @@ -1,4 +1,4 @@ ---- net/http/http_auth_preferences.cc.orig 2025-05-07 06:48:23 UTC +--- net/http/http_auth_preferences.cc.orig 2025-12-10 15:04:57 UTC +++ net/http/http_auth_preferences.cc @@ -38,7 +38,7 @@ std::string HttpAuthPreferences::AuthAndroidNegotiateA } diff --git a/www/iridium/files/patch-net_http_http__auth__preferences.h b/www/iridium/files/patch-net_http_http__auth__preferences.h index f437953d92e3..fdd118744134 100644 --- a/www/iridium/files/patch-net_http_http__auth__preferences.h +++ b/www/iridium/files/patch-net_http_http__auth__preferences.h @@ -1,4 +1,4 @@ ---- net/http/http_auth_preferences.h.orig 2025-05-07 06:48:23 UTC +--- net/http/http_auth_preferences.h.orig 2025-12-10 15:04:57 UTC +++ net/http/http_auth_preferences.h @@ -49,7 +49,7 @@ class NET_EXPORT HttpAuthPreferences { #if BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-net_http_http__network__session.cc b/www/iridium/files/patch-net_http_http__network__session.cc index 1d9f1dd20f68..721fd87c347c 100644 --- a/www/iridium/files/patch-net_http_http__network__session.cc +++ b/www/iridium/files/patch-net_http_http__network__session.cc @@ -1,4 +1,4 @@ ---- net/http/http_network_session.cc.orig 2025-09-11 13:19:19 UTC +--- net/http/http_network_session.cc.orig 2025-12-10 15:04:57 UTC +++ net/http/http_network_session.cc @@ -21,7 +21,9 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-net_proxy__resolution_proxy__config__service.cc b/www/iridium/files/patch-net_proxy__resolution_proxy__config__service.cc index 523a3393da25..ddbf7b7557b7 100644 --- a/www/iridium/files/patch-net_proxy__resolution_proxy__config__service.cc +++ b/www/iridium/files/patch-net_proxy__resolution_proxy__config__service.cc @@ -1,4 +1,4 @@ ---- net/proxy_resolution/proxy_config_service.cc.orig 2025-05-07 06:48:23 UTC +--- net/proxy_resolution/proxy_config_service.cc.orig 2025-12-10 15:04:57 UTC +++ net/proxy_resolution/proxy_config_service.cc @@ -19,20 +19,20 @@ #include "net/proxy_resolution/proxy_config_service_ios.h" diff --git a/www/iridium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc b/www/iridium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc index 754a7f915686..fed6790713b0 100644 --- a/www/iridium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc +++ b/www/iridium/files/patch-net_proxy__resolution_proxy__config__service__linux.cc @@ -1,4 +1,4 @@ ---- net/proxy_resolution/proxy_config_service_linux.cc.orig 2025-09-11 13:19:19 UTC +--- net/proxy_resolution/proxy_config_service_linux.cc.orig 2025-12-10 15:04:57 UTC +++ net/proxy_resolution/proxy_config_service_linux.cc @@ -11,7 +11,9 @@ diff --git a/www/iridium/files/patch-net_socket_socks5__client__socket.cc b/www/iridium/files/patch-net_socket_socks5__client__socket.cc index 34adf2bc3bf0..18d98d827ef2 100644 --- a/www/iridium/files/patch-net_socket_socks5__client__socket.cc +++ b/www/iridium/files/patch-net_socket_socks5__client__socket.cc @@ -1,4 +1,4 @@ ---- net/socket/socks5_client_socket.cc.orig 2025-05-07 06:48:23 UTC +--- net/socket/socks5_client_socket.cc.orig 2025-12-10 15:04:57 UTC +++ net/socket/socks5_client_socket.cc @@ -23,6 +23,9 @@ #include "net/log/net_log_event_type.h" diff --git a/www/iridium/files/patch-net_socket_tcp__socket__posix.cc b/www/iridium/files/patch-net_socket_tcp__socket__posix.cc index e5ddd98226c0..08bdbcb3e0c0 100644 --- a/www/iridium/files/patch-net_socket_tcp__socket__posix.cc +++ b/www/iridium/files/patch-net_socket_tcp__socket__posix.cc @@ -1,4 +1,4 @@ ---- net/socket/tcp_socket_posix.cc.orig 2025-10-28 14:29:43 UTC +--- net/socket/tcp_socket_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/socket/tcp_socket_posix.cc @@ -98,6 +98,17 @@ bool SetTCPKeepAlive(int fd, bool enable, int delay) { PLOG(ERROR) << "Failed to set TCP_KEEPALIVE on fd: " << fd; diff --git a/www/iridium/files/patch-net_socket_udp__socket__posix.cc b/www/iridium/files/patch-net_socket_udp__socket__posix.cc index 76788c85862b..3fbddb092c5d 100644 --- a/www/iridium/files/patch-net_socket_udp__socket__posix.cc +++ b/www/iridium/files/patch-net_socket_udp__socket__posix.cc @@ -1,4 +1,4 @@ ---- net/socket/udp_socket_posix.cc.orig 2025-11-06 10:11:34 UTC +--- net/socket/udp_socket_posix.cc.orig 2025-12-10 15:04:57 UTC +++ net/socket/udp_socket_posix.cc @@ -550,12 +550,17 @@ int UDPSocketPosix::SetRecvTos() { #endif // BUILDFLAG(IS_APPLE) diff --git a/www/iridium/files/patch-net_socket_udp__socket__unittest.cc b/www/iridium/files/patch-net_socket_udp__socket__unittest.cc index e5ccbca829a9..3263c88d2816 100644 --- a/www/iridium/files/patch-net_socket_udp__socket__unittest.cc +++ b/www/iridium/files/patch-net_socket_udp__socket__unittest.cc @@ -1,4 +1,4 @@ ---- net/socket/udp_socket_unittest.cc.orig 2025-10-28 14:29:43 UTC +--- net/socket/udp_socket_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ net/socket/udp_socket_unittest.cc @@ -396,7 +396,7 @@ TEST_F(UDPSocketTest, PartialRecv) { EXPECT_EQ(second_packet, received); diff --git a/www/iridium/files/patch-net_third__party_quiche_BUILD.gn b/www/iridium/files/patch-net_third__party_quiche_BUILD.gn index 87c4e02d1819..63cddd95d2e8 100644 --- a/www/iridium/files/patch-net_third__party_quiche_BUILD.gn +++ b/www/iridium/files/patch-net_third__party_quiche_BUILD.gn @@ -1,4 +1,4 @@ ---- net/third_party/quiche/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- net/third_party/quiche/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ net/third_party/quiche/BUILD.gn @@ -28,7 +28,7 @@ import("//net/third_party/quiche/src/build/source_list import("//testing/libfuzzer/fuzzer_test.gni") diff --git a/www/iridium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc b/www/iridium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc index eab2b10549fd..36c2c12d32df 100644 --- a/www/iridium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc +++ b/www/iridium/files/patch-net_tools_cert__verify__tool_cert__verify__tool.cc @@ -1,4 +1,4 @@ ---- net/tools/cert_verify_tool/cert_verify_tool.cc.orig 2025-06-19 07:37:57 UTC +--- net/tools/cert_verify_tool/cert_verify_tool.cc.orig 2025-12-10 15:04:57 UTC +++ net/tools/cert_verify_tool/cert_verify_tool.cc @@ -35,7 +35,7 @@ #include "third_party/boringssl/src/pki/trust_store.h" diff --git a/www/iridium/files/patch-net_tools_net__watcher_net__watcher.cc b/www/iridium/files/patch-net_tools_net__watcher_net__watcher.cc index 69fdeaaad68d..f3807142603b 100644 --- a/www/iridium/files/patch-net_tools_net__watcher_net__watcher.cc +++ b/www/iridium/files/patch-net_tools_net__watcher_net__watcher.cc @@ -1,4 +1,4 @@ ---- net/tools/net_watcher/net_watcher.cc.orig 2025-11-06 10:11:34 UTC +--- net/tools/net_watcher/net_watcher.cc.orig 2025-12-10 15:04:57 UTC +++ net/tools/net_watcher/net_watcher.cc @@ -31,7 +31,7 @@ #include "net/proxy_resolution/proxy_config_service.h" diff --git a/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h b/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h index 0b260ad8ad2c..046aed894694 100644 --- a/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h +++ b/www/iridium/files/patch-net_traffic__annotation_network__traffic__annotation.h @@ -1,4 +1,4 @@ ---- net/traffic_annotation/network_traffic_annotation.h.orig 2025-11-06 10:11:34 UTC +--- net/traffic_annotation/network_traffic_annotation.h.orig 2025-12-10 15:04:57 UTC +++ net/traffic_annotation/network_traffic_annotation.h @@ -369,7 +369,7 @@ struct MutablePartialNetworkTrafficAnnotationTag { } // namespace net diff --git a/www/iridium/files/patch-net_url__request_url__request.cc b/www/iridium/files/patch-net_url__request_url__request.cc index 19bb489c965b..a38b64278511 100644 --- a/www/iridium/files/patch-net_url__request_url__request.cc +++ b/www/iridium/files/patch-net_url__request_url__request.cc @@ -1,4 +1,4 @@ ---- net/url_request/url_request.cc.orig 2025-05-07 06:48:23 UTC +--- net/url_request/url_request.cc.orig 2025-12-10 15:04:57 UTC +++ net/url_request/url_request.cc @@ -10,6 +10,7 @@ # include <unistd.h> diff --git a/www/iridium/files/patch-net_url__request_url__request__context.cc b/www/iridium/files/patch-net_url__request_url__request__context.cc index c3838782375f..5cee27a9796f 100644 --- a/www/iridium/files/patch-net_url__request_url__request__context.cc +++ b/www/iridium/files/patch-net_url__request_url__request__context.cc @@ -1,4 +1,4 @@ ---- net/url_request/url_request_context.cc.orig 2025-09-11 13:19:19 UTC +--- net/url_request/url_request_context.cc.orig 2025-12-10 15:04:57 UTC +++ net/url_request/url_request_context.cc @@ -128,7 +128,7 @@ const HttpNetworkSessionContext* URLRequestContext::Ge return &network_session->context(); diff --git a/www/iridium/files/patch-net_url__request_url__request__context.h b/www/iridium/files/patch-net_url__request_url__request__context.h index dbf0b579fb38..ed8221f45c0d 100644 --- a/www/iridium/files/patch-net_url__request_url__request__context.h +++ b/www/iridium/files/patch-net_url__request_url__request__context.h @@ -1,4 +1,4 @@ ---- net/url_request/url_request_context.h.orig 2025-05-07 06:48:23 UTC +--- net/url_request/url_request_context.h.orig 2025-12-10 15:04:57 UTC +++ net/url_request/url_request_context.h @@ -86,7 +86,7 @@ class NET_EXPORT URLRequestContext final { // session. diff --git a/www/iridium/files/patch-net_url__request_url__request__context__builder.cc b/www/iridium/files/patch-net_url__request_url__request__context__builder.cc index d48009e5eb53..62b048c00545 100644 --- a/www/iridium/files/patch-net_url__request_url__request__context__builder.cc +++ b/www/iridium/files/patch-net_url__request_url__request__context__builder.cc @@ -1,4 +1,4 @@ ---- net/url_request/url_request_context_builder.cc.orig 2025-09-11 13:19:19 UTC +--- net/url_request/url_request_context_builder.cc.orig 2025-12-10 15:04:57 UTC +++ net/url_request/url_request_context_builder.cc @@ -446,7 +446,7 @@ std::unique_ptr<URLRequestContext> URLRequestContextBu } diff --git a/www/iridium/files/patch-net_websockets_websocket__basic__stream__adapters__test.cc b/www/iridium/files/patch-net_websockets_websocket__basic__stream__adapters__test.cc index 2d4937097db9..3953700589ec 100644 --- a/www/iridium/files/patch-net_websockets_websocket__basic__stream__adapters__test.cc +++ b/www/iridium/files/patch-net_websockets_websocket__basic__stream__adapters__test.cc @@ -1,4 +1,4 @@ ---- net/websockets/websocket_basic_stream_adapters_test.cc.orig 2025-10-28 14:29:43 UTC +--- net/websockets/websocket_basic_stream_adapters_test.cc.orig 2025-12-10 15:04:57 UTC +++ net/websockets/websocket_basic_stream_adapters_test.cc @@ -1097,10 +1097,10 @@ TEST_F(WebSocketSpdyStreamAdapterTest, OnCloseOkShouldBeTranslatedToConnectionClose) { diff --git a/www/iridium/files/patch-pdf_pdfium_pdfium__engine.cc b/www/iridium/files/patch-pdf_pdfium_pdfium__engine.cc index 64b44e12e66a..8cea364fec28 100644 --- a/www/iridium/files/patch-pdf_pdfium_pdfium__engine.cc +++ b/www/iridium/files/patch-pdf_pdfium_pdfium__engine.cc @@ -1,4 +1,4 @@ ---- pdf/pdfium/pdfium_engine.cc.orig 2025-11-06 10:11:34 UTC +--- pdf/pdfium/pdfium_engine.cc.orig 2025-12-10 15:04:57 UTC +++ pdf/pdfium/pdfium_engine.cc @@ -116,7 +116,7 @@ #include "ui/accessibility/ax_features.mojom-features.h" diff --git a/www/iridium/files/patch-printing_backend_cups__helper.cc b/www/iridium/files/patch-printing_backend_cups__helper.cc index efec9eb85041..4ad99ef35c28 100644 --- a/www/iridium/files/patch-printing_backend_cups__helper.cc +++ b/www/iridium/files/patch-printing_backend_cups__helper.cc @@ -1,4 +1,4 @@ ---- printing/backend/cups_helper.cc.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_helper.cc.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_helper.cc @@ -13,7 +13,7 @@ #include "base/time/time.h" diff --git a/www/iridium/files/patch-printing_backend_cups__helper.h b/www/iridium/files/patch-printing_backend_cups__helper.h index a226031b5ffe..7ac64d4f129c 100644 --- a/www/iridium/files/patch-printing_backend_cups__helper.h +++ b/www/iridium/files/patch-printing_backend_cups__helper.h @@ -1,4 +1,4 @@ ---- printing/backend/cups_helper.h.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_helper.h.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_helper.h @@ -32,7 +32,7 @@ constexpr int kCupsTimeoutMs = 3000; constexpr cups_ptype_t kDestinationsFilterMask = diff --git a/www/iridium/files/patch-printing_backend_cups__ipp__helper.cc b/www/iridium/files/patch-printing_backend_cups__ipp__helper.cc index 50d07bd8983c..655ed4be68eb 100644 --- a/www/iridium/files/patch-printing_backend_cups__ipp__helper.cc +++ b/www/iridium/files/patch-printing_backend_cups__ipp__helper.cc @@ -1,4 +1,4 @@ ---- printing/backend/cups_ipp_helper.cc.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_ipp_helper.cc.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_ipp_helper.cc @@ -202,7 +202,7 @@ void ExtractResolutions(const CupsOptionProvider& prin // Provide a default DPI if no valid DPI is found. diff --git a/www/iridium/files/patch-printing_backend_cups__jobs.cc b/www/iridium/files/patch-printing_backend_cups__jobs.cc index 00c63a26b126..36d2fee796f7 100644 --- a/www/iridium/files/patch-printing_backend_cups__jobs.cc +++ b/www/iridium/files/patch-printing_backend_cups__jobs.cc @@ -1,4 +1,4 @@ ---- printing/backend/cups_jobs.cc.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_jobs.cc.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_jobs.cc @@ -31,7 +31,7 @@ #include "printing/backend/cups_ipp_helper.h" diff --git a/www/iridium/files/patch-printing_backend_cups__printer.cc b/www/iridium/files/patch-printing_backend_cups__printer.cc index 03eac1ccc465..03540e3e05f4 100644 --- a/www/iridium/files/patch-printing_backend_cups__printer.cc +++ b/www/iridium/files/patch-printing_backend_cups__printer.cc @@ -1,4 +1,4 @@ ---- printing/backend/cups_printer.cc.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_printer.cc.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_printer.cc @@ -24,7 +24,7 @@ #include "printing/print_job_constants.h" diff --git a/www/iridium/files/patch-printing_backend_cups__weak__functions.h b/www/iridium/files/patch-printing_backend_cups__weak__functions.h index 7d2c3d40c9a5..21ba679404d2 100644 --- a/www/iridium/files/patch-printing_backend_cups__weak__functions.h +++ b/www/iridium/files/patch-printing_backend_cups__weak__functions.h @@ -1,4 +1,4 @@ ---- printing/backend/cups_weak_functions.h.orig 2025-09-11 13:19:19 UTC +--- printing/backend/cups_weak_functions.h.orig 2025-12-10 15:04:57 UTC +++ printing/backend/cups_weak_functions.h @@ -6,7 +6,7 @@ diff --git a/www/iridium/files/patch-printing_backend_print__backend__cups.h b/www/iridium/files/patch-printing_backend_print__backend__cups.h index 63335dd1fa22..ded6b1d8f903 100644 --- a/www/iridium/files/patch-printing_backend_print__backend__cups.h +++ b/www/iridium/files/patch-printing_backend_print__backend__cups.h @@ -1,4 +1,4 @@ ---- printing/backend/print_backend_cups.h.orig 2025-09-11 13:19:19 UTC +--- printing/backend/print_backend_cups.h.orig 2025-12-10 15:04:57 UTC +++ printing/backend/print_backend_cups.h @@ -17,7 +17,7 @@ #include "printing/mojom/print.mojom.h" diff --git a/www/iridium/files/patch-printing_backend_print__backend__cups__ipp.cc b/www/iridium/files/patch-printing_backend_print__backend__cups__ipp.cc index d7020a617a2c..afa64542379e 100644 --- a/www/iridium/files/patch-printing_backend_print__backend__cups__ipp.cc +++ b/www/iridium/files/patch-printing_backend_print__backend__cups__ipp.cc @@ -1,4 +1,4 @@ ---- printing/backend/print_backend_cups_ipp.cc.orig 2025-09-11 13:19:19 UTC +--- printing/backend/print_backend_cups_ipp.cc.orig 2025-12-10 15:04:57 UTC +++ printing/backend/print_backend_cups_ipp.cc @@ -21,7 +21,7 @@ #include "printing/mojom/print.mojom.h" diff --git a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.cc b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.cc index 17143fab2eac..1a3287622c74 100644 --- a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.cc +++ b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.cc @@ -1,4 +1,4 @@ ---- printing/mojom/printing_context_mojom_traits.cc.orig 2025-09-11 13:19:19 UTC +--- printing/mojom/printing_context_mojom_traits.cc.orig 2025-12-10 15:04:57 UTC +++ printing/mojom/printing_context_mojom_traits.cc @@ -19,7 +19,7 @@ #include "base/numerics/safe_conversions.h" diff --git a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.h b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.h index d3f22e8e85ba..8ad94470eb5c 100644 --- a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.h +++ b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits.h @@ -1,4 +1,4 @@ ---- printing/mojom/printing_context_mojom_traits.h.orig 2025-05-07 06:48:23 UTC +--- printing/mojom/printing_context_mojom_traits.h.orig 2025-12-10 15:04:57 UTC +++ printing/mojom/printing_context_mojom_traits.h @@ -166,7 +166,7 @@ struct StructTraits<printing::mojom::PrintSettingsData return s.pages_per_sheet(); diff --git a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc index 582f956151f5..e9235e2359b9 100644 --- a/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc +++ b/www/iridium/files/patch-printing_mojom_printing__context__mojom__traits__unittest.cc @@ -1,4 +1,4 @@ ---- printing/mojom/printing_context_mojom_traits_unittest.cc.orig 2025-09-11 13:19:19 UTC +--- printing/mojom/printing_context_mojom_traits_unittest.cc.orig 2025-12-10 15:04:57 UTC +++ printing/mojom/printing_context_mojom_traits_unittest.cc @@ -80,7 +80,7 @@ base::Value::Dict GenerateSampleSystemPrintDialogData( data.Set(kMacSystemPrintDialogDataDestinationLocation, "/foo/bar.pdf"); diff --git a/www/iridium/files/patch-printing_print__settings.cc b/www/iridium/files/patch-printing_print__settings.cc index 268b7482e596..055a1709ee2e 100644 --- a/www/iridium/files/patch-printing_print__settings.cc +++ b/www/iridium/files/patch-printing_print__settings.cc @@ -1,4 +1,4 @@ ---- printing/print_settings.cc.orig 2025-06-19 07:37:57 UTC +--- printing/print_settings.cc.orig 2025-12-10 15:04:57 UTC +++ printing/print_settings.cc @@ -319,7 +319,7 @@ PrintSettings& PrintSettings::operator=(const PrintSet #endif diff --git a/www/iridium/files/patch-printing_print__settings.h b/www/iridium/files/patch-printing_print__settings.h index 49f3da5f2e99..e75f0a38a57d 100644 --- a/www/iridium/files/patch-printing_print__settings.h +++ b/www/iridium/files/patch-printing_print__settings.h @@ -1,4 +1,4 @@ ---- printing/print_settings.h.orig 2025-09-11 13:19:19 UTC +--- printing/print_settings.h.orig 2025-12-10 15:04:57 UTC +++ printing/print_settings.h @@ -25,7 +25,7 @@ #include "base/values.h" diff --git a/www/iridium/files/patch-printing_print__settings__conversion.cc b/www/iridium/files/patch-printing_print__settings__conversion.cc index 386a3835cb9a..c137957b80a0 100644 --- a/www/iridium/files/patch-printing_print__settings__conversion.cc +++ b/www/iridium/files/patch-printing_print__settings__conversion.cc @@ -1,4 +1,4 @@ ---- printing/print_settings_conversion.cc.orig 2025-06-19 07:37:57 UTC +--- printing/print_settings_conversion.cc.orig 2025-12-10 15:04:57 UTC +++ printing/print_settings_conversion.cc @@ -291,7 +291,7 @@ std::unique_ptr<PrintSettings> PrintSettingsFromJobSet settings->set_is_modifiable(is_modifiable.value()); diff --git a/www/iridium/files/patch-printing_printing__context__linux.cc b/www/iridium/files/patch-printing_printing__context__linux.cc index 9015973bbbae..14cc0988b6f4 100644 --- a/www/iridium/files/patch-printing_printing__context__linux.cc +++ b/www/iridium/files/patch-printing_printing__context__linux.cc @@ -1,6 +1,6 @@ ---- printing/printing_context_linux.cc.orig 2025-06-19 07:37:57 UTC +--- printing/printing_context_linux.cc.orig 2025-12-10 15:04:57 UTC +++ printing/printing_context_linux.cc -@@ -23,7 +23,7 @@ +@@ -22,7 +22,7 @@ #endif // Avoid using LinuxUi on Fuchsia. @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -69,7 +69,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -68,7 +68,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett ResetSettings(); @@ -18,7 +18,7 @@ if (!ui::LinuxUi::instance()) return mojom::ResultCode::kSuccess; -@@ -85,7 +85,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett +@@ -84,7 +84,7 @@ mojom::ResultCode PrintingContextLinux::UseDefaultSett } gfx::Size PrintingContextLinux::GetPdfPaperSizeDeviceUnits() { @@ -27,7 +27,7 @@ if (ui::LinuxUi::instance()) return ui::LinuxUi::instance()->GetPdfPaperSize(this); #endif -@@ -98,7 +98,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS +@@ -97,7 +97,7 @@ mojom::ResultCode PrintingContextLinux::UpdatePrinterS DCHECK(!printer_settings.show_system_dialog); DCHECK(!in_print_job_); diff --git a/www/iridium/files/patch-printing_printing__features.cc b/www/iridium/files/patch-printing_printing__features.cc index 9e6a9dfd3c33..08cded012cbb 100644 --- a/www/iridium/files/patch-printing_printing__features.cc +++ b/www/iridium/files/patch-printing_printing__features.cc @@ -1,4 +1,4 @@ ---- printing/printing_features.cc.orig 2025-11-06 10:11:34 UTC +--- printing/printing_features.cc.orig 2025-12-10 15:04:57 UTC +++ printing/printing_features.cc @@ -22,7 +22,7 @@ BASE_FEATURE(kAddPrinterViaPrintscanmgr, base::FEATURE BASE_FEATURE(kApiPrintingMarginsAndScale, base::FEATURE_DISABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-printing_printing__features.h b/www/iridium/files/patch-printing_printing__features.h index 54c61f97687a..18886a157de9 100644 --- a/www/iridium/files/patch-printing_printing__features.h +++ b/www/iridium/files/patch-printing_printing__features.h @@ -1,4 +1,4 @@ ---- printing/printing_features.h.orig 2025-09-11 13:19:19 UTC +--- printing/printing_features.h.orig 2025-12-10 15:04:57 UTC +++ printing/printing_features.h @@ -24,7 +24,7 @@ COMPONENT_EXPORT(PRINTING_BASE) BASE_DECLARE_FEATURE(kApiPrintingMarginsAndScale); diff --git a/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.cc b/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.cc index 5fa377a79c06..248d833a516b 100644 --- a/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- printing/sandbox/print_backend_sandbox_hook_linux.cc.orig 2025-05-07 06:48:23 UTC +--- printing/sandbox/print_backend_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ printing/sandbox/print_backend_sandbox_hook_linux.cc @@ -10,20 +10,27 @@ #include "base/path_service.h" diff --git a/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.h b/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.h index ce222611e103..491a2c3d177c 100644 --- a/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.h +++ b/www/iridium/files/patch-printing_sandbox_print__backend__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- printing/sandbox/print_backend_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- printing/sandbox/print_backend_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ printing/sandbox/print_backend_sandbox_hook_linux.h @@ -5,8 +5,13 @@ #ifndef PRINTING_SANDBOX_PRINT_BACKEND_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-remoting_base_constants.h b/www/iridium/files/patch-remoting_base_constants.h index 755bf706ac0e..a6fcbc645683 100644 --- a/www/iridium/files/patch-remoting_base_constants.h +++ b/www/iridium/files/patch-remoting_base_constants.h @@ -1,4 +1,4 @@ ---- remoting/base/constants.h.orig 2025-06-19 07:37:57 UTC +--- remoting/base/constants.h.orig 2025-12-10 15:04:57 UTC +++ remoting/base/constants.h @@ -27,7 +27,7 @@ const int kDefaultDpi = 96; // The video frame rate. diff --git a/www/iridium/files/patch-remoting_base_host__settings.cc b/www/iridium/files/patch-remoting_base_host__settings.cc index 72a3e103c91b..eee8523ae9ae 100644 --- a/www/iridium/files/patch-remoting_base_host__settings.cc +++ b/www/iridium/files/patch-remoting_base_host__settings.cc @@ -1,4 +1,4 @@ ---- remoting/base/host_settings.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/base/host_settings.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/base/host_settings.cc @@ -7,7 +7,7 @@ #include "base/no_destructor.h" diff --git a/www/iridium/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc b/www/iridium/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc index d32adda37d50..95621ae56f0d 100644 --- a/www/iridium/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc +++ b/www/iridium/files/patch-remoting_codec_webrtc__video__encoder__vpx.cc @@ -1,4 +1,4 @@ ---- remoting/codec/webrtc_video_encoder_vpx.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/codec/webrtc_video_encoder_vpx.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/codec/webrtc_video_encoder_vpx.cc @@ -92,7 +92,7 @@ void SetVp8CodecParameters(vpx_codec_enc_cfg_t* config const webrtc::DesktopSize& size) { diff --git a/www/iridium/files/patch-remoting_host_base_desktop__environment__options.cc b/www/iridium/files/patch-remoting_host_base_desktop__environment__options.cc index 0c26dcf1c068..fd46f3b5e148 100644 --- a/www/iridium/files/patch-remoting_host_base_desktop__environment__options.cc +++ b/www/iridium/files/patch-remoting_host_base_desktop__environment__options.cc @@ -1,4 +1,4 @@ ---- remoting/host/base/desktop_environment_options.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/base/desktop_environment_options.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/base/desktop_environment_options.cc @@ -109,7 +109,7 @@ bool DesktopEnvironmentOptions::capture_video_on_dedic // TODO(joedow): Determine whether we can migrate additional platforms to diff --git a/www/iridium/files/patch-remoting_host_base_switches.cc b/www/iridium/files/patch-remoting_host_base_switches.cc index 6519b3cd630b..224aafbd423d 100644 --- a/www/iridium/files/patch-remoting_host_base_switches.cc +++ b/www/iridium/files/patch-remoting_host_base_switches.cc @@ -1,4 +1,4 @@ ---- remoting/host/base/switches.cc.orig 2025-06-19 07:37:57 UTC +--- remoting/host/base/switches.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/base/switches.cc @@ -23,13 +23,13 @@ const char kProcessTypeEvaluateCapability[] = "evaluat const char kProcessTypeFileChooser[] = "file_chooser"; diff --git a/www/iridium/files/patch-remoting_host_base_switches.h b/www/iridium/files/patch-remoting_host_base_switches.h index 378e547502aa..f90bf4fa709a 100644 --- a/www/iridium/files/patch-remoting_host_base_switches.h +++ b/www/iridium/files/patch-remoting_host_base_switches.h @@ -1,4 +1,4 @@ ---- remoting/host/base/switches.h.orig 2025-06-19 07:37:57 UTC +--- remoting/host/base/switches.h.orig 2025-12-10 15:04:57 UTC +++ remoting/host/base/switches.h @@ -35,13 +35,13 @@ extern const char kProcessTypeRdpDesktopSession[]; extern const char kProcessTypeEvaluateCapability[]; diff --git a/www/iridium/files/patch-remoting_host_chromoting__host.cc b/www/iridium/files/patch-remoting_host_chromoting__host.cc index 24c263f5aa18..eeb66da2997a 100644 --- a/www/iridium/files/patch-remoting_host_chromoting__host.cc +++ b/www/iridium/files/patch-remoting_host_chromoting__host.cc @@ -1,4 +1,4 @@ ---- remoting/host/chromoting_host.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/chromoting_host.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/chromoting_host.cc @@ -138,7 +138,7 @@ void ChromotingHost::Start(const std::string& host_own &ChromotingHost::OnIncomingSession, base::Unretained(this))); diff --git a/www/iridium/files/patch-remoting_host_chromoting__host.h b/www/iridium/files/patch-remoting_host_chromoting__host.h index 85529fb300c8..b305716cd3e9 100644 --- a/www/iridium/files/patch-remoting_host_chromoting__host.h +++ b/www/iridium/files/patch-remoting_host_chromoting__host.h @@ -1,4 +1,4 @@ ---- remoting/host/chromoting_host.h.orig 2025-05-07 06:48:23 UTC +--- remoting/host/chromoting_host.h.orig 2025-12-10 15:04:57 UTC +++ remoting/host/chromoting_host.h @@ -36,7 +36,7 @@ #include "remoting/protocol/session_manager.h" diff --git a/www/iridium/files/patch-remoting_host_chromoting__host__context.cc b/www/iridium/files/patch-remoting_host_chromoting__host__context.cc index fef136f0a176..208802e3bafc 100644 --- a/www/iridium/files/patch-remoting_host_chromoting__host__context.cc +++ b/www/iridium/files/patch-remoting_host_chromoting__host__context.cc @@ -1,4 +1,4 @@ ---- remoting/host/chromoting_host_context.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/chromoting_host_context.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/chromoting_host_context.cc @@ -335,7 +335,7 @@ std::unique_ptr<ChromotingHostContext> ChromotingHostC // on a UI thread. diff --git a/www/iridium/files/patch-remoting_host_chromoting__host__services__client.cc b/www/iridium/files/patch-remoting_host_chromoting__host__services__client.cc index a3cc2b734608..4f19481d344f 100644 --- a/www/iridium/files/patch-remoting_host_chromoting__host__services__client.cc +++ b/www/iridium/files/patch-remoting_host_chromoting__host__services__client.cc @@ -1,4 +1,4 @@ ---- remoting/host/chromoting_host_services_client.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/chromoting_host_services_client.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/chromoting_host_services_client.cc @@ -139,7 +139,7 @@ bool ChromotingHostServicesClient::EnsureSessionServic if (session_services_remote_.is_bound()) { diff --git a/www/iridium/files/patch-remoting_host_client__session.cc b/www/iridium/files/patch-remoting_host_client__session.cc index dab2b504767d..c3d908c06ca7 100644 --- a/www/iridium/files/patch-remoting_host_client__session.cc +++ b/www/iridium/files/patch-remoting_host_client__session.cc @@ -1,6 +1,6 @@ ---- remoting/host/client_session.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/client_session.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/client_session.cc -@@ -188,7 +188,7 @@ void ClientSession::NotifyClientResolution( +@@ -195,7 +195,7 @@ void ClientSession::NotifyClientResolution( if (effective_policies_.curtain_required.value_or(false)) { dpi_vector.set(resolution.x_dpi(), resolution.y_dpi()); } diff --git a/www/iridium/files/patch-remoting_host_crash_crash__file__uploader.cc b/www/iridium/files/patch-remoting_host_crash_crash__file__uploader.cc index 3b8fe884f6af..23252acf35fc 100644 --- a/www/iridium/files/patch-remoting_host_crash_crash__file__uploader.cc +++ b/www/iridium/files/patch-remoting_host_crash_crash__file__uploader.cc @@ -1,4 +1,4 @@ ---- remoting/host/crash/crash_file_uploader.cc.orig 2025-11-06 10:11:34 UTC +--- remoting/host/crash/crash_file_uploader.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/crash/crash_file_uploader.cc @@ -45,7 +45,7 @@ constexpr char kMinidumpFileName[] = "dump"; diff --git a/www/iridium/files/patch-remoting_host_create__desktop__interaction__strategy__factory.cc b/www/iridium/files/patch-remoting_host_create__desktop__interaction__strategy__factory.cc index ef9b0b3ed39d..9e22348924b2 100644 --- a/www/iridium/files/patch-remoting_host_create__desktop__interaction__strategy__factory.cc +++ b/www/iridium/files/patch-remoting_host_create__desktop__interaction__strategy__factory.cc @@ -1,4 +1,4 @@ ---- remoting/host/create_desktop_interaction_strategy_factory.cc.orig 2025-11-06 10:11:34 UTC +--- remoting/host/create_desktop_interaction_strategy_factory.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/create_desktop_interaction_strategy_factory.cc @@ -12,7 +12,7 @@ #include "remoting/host/desktop_interaction_strategy.h" diff --git a/www/iridium/files/patch-remoting_host_evaluate__capability.cc b/www/iridium/files/patch-remoting_host_evaluate__capability.cc index a1b0d65c4054..f167a7963f4e 100644 --- a/www/iridium/files/patch-remoting_host_evaluate__capability.cc +++ b/www/iridium/files/patch-remoting_host_evaluate__capability.cc @@ -1,4 +1,4 @@ ---- remoting/host/evaluate_capability.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/evaluate_capability.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/evaluate_capability.cc @@ -56,7 +56,7 @@ base::FilePath BuildHostBinaryPath() { } diff --git a/www/iridium/files/patch-remoting_host_host__attributes.cc b/www/iridium/files/patch-remoting_host_host__attributes.cc index 732e08e0f836..b6e26996f89e 100644 --- a/www/iridium/files/patch-remoting_host_host__attributes.cc +++ b/www/iridium/files/patch-remoting_host_host__attributes.cc @@ -1,4 +1,4 @@ ---- remoting/host/host_attributes.cc.orig 2025-10-28 14:29:43 UTC +--- remoting/host/host_attributes.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/host_attributes.cc @@ -102,7 +102,7 @@ std::string GetHostAttributes() { if (media::InitializeMediaFoundation()) { diff --git a/www/iridium/files/patch-remoting_host_host__details.cc b/www/iridium/files/patch-remoting_host_host__details.cc index 19d2f60b0cd0..8c79f32d757a 100644 --- a/www/iridium/files/patch-remoting_host_host__details.cc +++ b/www/iridium/files/patch-remoting_host_host__details.cc @@ -1,4 +1,4 @@ ---- remoting/host/host_details.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/host_details.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/host_details.cc @@ -7,7 +7,7 @@ #include "base/system/sys_info.h" diff --git a/www/iridium/files/patch-remoting_host_host__main.cc b/www/iridium/files/patch-remoting_host_host__main.cc index ce6ba887651f..1bc882fc7592 100644 --- a/www/iridium/files/patch-remoting_host_host__main.cc +++ b/www/iridium/files/patch-remoting_host_host__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/host_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/host_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/host_main.cc @@ -57,7 +57,7 @@ int FileChooserMain(); int RdpDesktopSessionMain(); diff --git a/www/iridium/files/patch-remoting_host_host__power__save__blocker.cc b/www/iridium/files/patch-remoting_host_host__power__save__blocker.cc index 3b694530fa14..af550449b68a 100644 --- a/www/iridium/files/patch-remoting_host_host__power__save__blocker.cc +++ b/www/iridium/files/patch-remoting_host_host__power__save__blocker.cc @@ -1,4 +1,4 @@ ---- remoting/host/host_power_save_blocker.cc.orig 2025-11-06 10:11:34 UTC +--- remoting/host/host_power_save_blocker.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/host_power_save_blocker.cc @@ -29,7 +29,7 @@ HostPowerSaveBlocker::~HostPowerSaveBlocker() { diff --git a/www/iridium/files/patch-remoting_host_ipc__constants.cc b/www/iridium/files/patch-remoting_host_ipc__constants.cc index 39ea397a36f3..e91d2527e17d 100644 --- a/www/iridium/files/patch-remoting_host_ipc__constants.cc +++ b/www/iridium/files/patch-remoting_host_ipc__constants.cc @@ -1,4 +1,4 @@ ---- remoting/host/ipc_constants.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/ipc_constants.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/ipc_constants.cc @@ -17,7 +17,7 @@ namespace remoting { diff --git a/www/iridium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc b/www/iridium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc index 411596b47c75..e1061b70e54f 100644 --- a/www/iridium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc +++ b/www/iridium/files/patch-remoting_host_it2me_it2me__native__messaging__host__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/it2me/it2me_native_messaging_host_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/it2me/it2me_native_messaging_host_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/it2me/it2me_native_messaging_host_main.cc @@ -29,7 +29,7 @@ #include "remoting/host/resources.h" diff --git a/www/iridium/files/patch-remoting_host_me2me__desktop__environment.cc b/www/iridium/files/patch-remoting_host_me2me__desktop__environment.cc index 6539dd3ec9e1..89d6f23f3f86 100644 --- a/www/iridium/files/patch-remoting_host_me2me__desktop__environment.cc +++ b/www/iridium/files/patch-remoting_host_me2me__desktop__environment.cc @@ -1,4 +1,4 @@ ---- remoting/host/me2me_desktop_environment.cc.orig 2025-10-28 14:29:43 UTC +--- remoting/host/me2me_desktop_environment.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/me2me_desktop_environment.cc @@ -119,7 +119,7 @@ std::string Me2MeDesktopEnvironment::GetCapabilities() capabilities += protocol::kRemoteWebAuthnCapability; diff --git a/www/iridium/files/patch-remoting_host_mojo__caller__security__checker.cc b/www/iridium/files/patch-remoting_host_mojo__caller__security__checker.cc index cf4d8958bd36..fd5556fd032f 100644 --- a/www/iridium/files/patch-remoting_host_mojo__caller__security__checker.cc +++ b/www/iridium/files/patch-remoting_host_mojo__caller__security__checker.cc @@ -1,4 +1,4 @@ ---- remoting/host/mojo_caller_security_checker.cc.orig 2025-06-19 07:37:57 UTC +--- remoting/host/mojo_caller_security_checker.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/mojo_caller_security_checker.cc @@ -32,7 +32,7 @@ namespace remoting { diff --git a/www/iridium/files/patch-remoting_host_policy__watcher.cc b/www/iridium/files/patch-remoting_host_policy__watcher.cc index 416893e72fd5..4378df1d9325 100644 --- a/www/iridium/files/patch-remoting_host_policy__watcher.cc +++ b/www/iridium/files/patch-remoting_host_policy__watcher.cc @@ -1,4 +1,4 @@ ---- remoting/host/policy_watcher.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/policy_watcher.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/policy_watcher.cc @@ -183,7 +183,7 @@ base::Value::Dict PolicyWatcher::GetDefaultPolicies() result.Set(key::kRemoteAccessHostAllowEnterpriseFileTransfer, false); diff --git a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__client.cc b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__client.cc index 49f80ced7afc..6b7ba9c4e781 100644 --- a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__client.cc +++ b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__client.cc @@ -1,4 +1,4 @@ ---- remoting/host/remote_open_url/remote_open_url_client.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/remote_open_url/remote_open_url_client.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/remote_open_url/remote_open_url_client.cc @@ -18,7 +18,7 @@ #include "remoting/host/mojom/chromoting_host_services.mojom.h" diff --git a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc index a32bd0eb1740..55144db8809c 100644 --- a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc +++ b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/remote_open_url/remote_open_url_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/remote_open_url/remote_open_url_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/remote_open_url/remote_open_url_main.cc @@ -27,7 +27,7 @@ #include "remoting/host/usage_stats_consent.h" diff --git a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__util.cc b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__util.cc index 84d3fbe5ce60..9c67935c6716 100644 --- a/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__util.cc +++ b/www/iridium/files/patch-remoting_host_remote__open__url_remote__open__url__util.cc @@ -1,4 +1,4 @@ ---- remoting/host/remote_open_url/remote_open_url_util.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/remote_open_url/remote_open_url_util.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/remote_open_url/remote_open_url_util.cc @@ -29,7 +29,7 @@ const wchar_t kRegisteredApplicationsKeyName[] = #endif // BUILDFLAG(IS_WIN) diff --git a/www/iridium/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc b/www/iridium/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc index 90eb5e0b6237..3374e9b085d6 100644 --- a/www/iridium/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc +++ b/www/iridium/files/patch-remoting_host_remote__open__url_url__forwarder__configurator.cc @@ -1,4 +1,4 @@ ---- remoting/host/remote_open_url/url_forwarder_configurator.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/remote_open_url/url_forwarder_configurator.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/remote_open_url/url_forwarder_configurator.cc @@ -13,7 +13,7 @@ UrlForwarderConfigurator::UrlForwarderConfigurator() = diff --git a/www/iridium/files/patch-remoting_host_remoting__me2me__host.cc b/www/iridium/files/patch-remoting_host_remoting__me2me__host.cc index 87600a3f43dd..9afb2169cb99 100644 --- a/www/iridium/files/patch-remoting_host_remoting__me2me__host.cc +++ b/www/iridium/files/patch-remoting_host_remoting__me2me__host.cc @@ -1,4 +1,4 @@ ---- remoting/host/remoting_me2me_host.cc.orig 2025-10-28 14:29:43 UTC +--- remoting/host/remoting_me2me_host.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/remoting_me2me_host.cc @@ -140,7 +140,7 @@ #include "remoting/host/mac/permission_utils.h" @@ -99,7 +99,7 @@ context_->input_task_runner()->PostTask( FROM_HERE, base::BindOnce([]() { delete ui::X11EventSource::GetInstance(); })); -@@ -1835,7 +1835,7 @@ void HostProcess::StartHost() { +@@ -1829,7 +1829,7 @@ void HostProcess::StartHost() { SetState(HOST_STARTED); @@ -108,7 +108,7 @@ if (webrtc::DesktopCapturer::IsRunningUnderWayland()) { GnomeRemoteDesktopSession::GetInstance()->Init( base::BindOnce([](base::expected<void, std::string> result) { -@@ -1925,7 +1925,7 @@ void HostProcess::StartHost() { +@@ -1919,7 +1919,7 @@ void HostProcess::StartHost() { host_->AddExtension(std::make_unique<TestEchoExtension>()); @@ -117,7 +117,7 @@ const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); if (cmd_line->HasSwitch(kEnableWtmpdb)) { host_wtmpdb_logger_ = -@@ -1960,7 +1960,7 @@ void HostProcess::StartHost() { +@@ -1954,7 +1954,7 @@ void HostProcess::StartHost() { // addresses. host_->Start(*host_owner_emails_.begin()); @@ -126,7 +126,7 @@ // For Windows and Mac, ChromotingHostServices connections are handled by // another process, then the message pipe is forwarded to the network process. host_->StartChromotingHostServices(); -@@ -2105,7 +2105,7 @@ int HostProcessMain() { +@@ -2099,7 +2099,7 @@ int HostProcessMain() { HOST_LOG << "Starting host process: version " << STRINGIZE(VERSION); const base::CommandLine* cmd_line = base::CommandLine::ForCurrentProcess(); @@ -135,7 +135,7 @@ #if defined(REMOTING_USE_X11) // Initialize Xlib for multi-threaded use, allowing non-Chromium code to // use X11 safely (such as the WebRTC capturer, GTK ...) -@@ -2150,7 +2150,7 @@ int HostProcessMain() { +@@ -2144,7 +2144,7 @@ int HostProcessMain() { return kInitializationFailed; } @@ -144,7 +144,7 @@ // Log and cleanup the crash database. We do this after a short delay so that // the crash database has a chance to be updated properly if we just got // relaunched after a crash. -@@ -2170,7 +2170,7 @@ int HostProcessMain() { +@@ -2164,7 +2164,7 @@ int HostProcessMain() { std::unique_ptr<net::NetworkChangeNotifier> network_change_notifier( net::NetworkChangeNotifier::CreateIfNeeded()); diff --git a/www/iridium/files/patch-remoting_host_security__key_remote__security__key__main.cc b/www/iridium/files/patch-remoting_host_security__key_remote__security__key__main.cc index 7fa167b68fb7..bd8d3806f6bd 100644 --- a/www/iridium/files/patch-remoting_host_security__key_remote__security__key__main.cc +++ b/www/iridium/files/patch-remoting_host_security__key_remote__security__key__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/security_key/remote_security_key_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/security_key/remote_security_key_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/security_key/remote_security_key_main.cc @@ -24,7 +24,7 @@ #include "remoting/host/security_key/security_key_message_handler.h" diff --git a/www/iridium/files/patch-remoting_host_session__policies__from__dict.cc b/www/iridium/files/patch-remoting_host_session__policies__from__dict.cc index 4447e45de248..39a244393a1c 100644 --- a/www/iridium/files/patch-remoting_host_session__policies__from__dict.cc +++ b/www/iridium/files/patch-remoting_host_session__policies__from__dict.cc @@ -1,4 +1,4 @@ ---- remoting/host/session_policies_from_dict.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/host/session_policies_from_dict.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/session_policies_from_dict.cc @@ -75,7 +75,7 @@ std::optional<SessionPolicies> SessionPoliciesFromDict session_policies.curtain_required = diff --git a/www/iridium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc b/www/iridium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc index 2f0defe3fc1d..cad0973ff565 100644 --- a/www/iridium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc +++ b/www/iridium/files/patch-remoting_host_setup_me2me__native__messaging__host__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/setup/me2me_native_messaging_host_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/setup/me2me_native_messaging_host_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/setup/me2me_native_messaging_host_main.cc @@ -41,7 +41,7 @@ #include "base/apple/scoped_nsautorelease_pool.h" diff --git a/www/iridium/files/patch-remoting_host_setup_start__host__main.cc b/www/iridium/files/patch-remoting_host_setup_start__host__main.cc index 78ec6a5f9991..1be46d93df5f 100644 --- a/www/iridium/files/patch-remoting_host_setup_start__host__main.cc +++ b/www/iridium/files/patch-remoting_host_setup_start__host__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/setup/start_host_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/setup/start_host_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/setup/start_host_main.cc @@ -44,7 +44,7 @@ #include <unistd.h> diff --git a/www/iridium/files/patch-remoting_host_webauthn_desktop__session__type__util.cc b/www/iridium/files/patch-remoting_host_webauthn_desktop__session__type__util.cc index c230d4f8f2eb..69059df6cb37 100644 --- a/www/iridium/files/patch-remoting_host_webauthn_desktop__session__type__util.cc +++ b/www/iridium/files/patch-remoting_host_webauthn_desktop__session__type__util.cc @@ -1,4 +1,4 @@ ---- remoting/host/webauthn/desktop_session_type_util.cc.orig 2025-06-19 07:37:57 UTC +--- remoting/host/webauthn/desktop_session_type_util.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/webauthn/desktop_session_type_util.cc @@ -11,7 +11,7 @@ namespace remoting { diff --git a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc index 3a339bcf6bb5..36f495f7f8e8 100644 --- a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc +++ b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__caller__security__utils.cc @@ -1,4 +1,4 @@ ---- remoting/host/webauthn/remote_webauthn_caller_security_utils.cc.orig 2025-06-19 07:37:57 UTC +--- remoting/host/webauthn/remote_webauthn_caller_security_utils.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/webauthn/remote_webauthn_caller_security_utils.cc @@ -14,7 +14,7 @@ #include "base/strings/utf_string_conversions.h" diff --git a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc index e0ef1d3bfd83..136c0f4fcdcd 100644 --- a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc +++ b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__extension__notifier.cc @@ -1,4 +1,4 @@ ---- remoting/host/webauthn/remote_webauthn_extension_notifier.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/webauthn/remote_webauthn_extension_notifier.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/webauthn/remote_webauthn_extension_notifier.cc @@ -27,7 +27,7 @@ #include "base/task/thread_pool.h" diff --git a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc index 74996317ada1..5db02ce3e0be 100644 --- a/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc +++ b/www/iridium/files/patch-remoting_host_webauthn_remote__webauthn__main.cc @@ -1,4 +1,4 @@ ---- remoting/host/webauthn/remote_webauthn_main.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/host/webauthn/remote_webauthn_main.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/host/webauthn/remote_webauthn_main.cc @@ -27,7 +27,7 @@ #include "remoting/host/webauthn/remote_webauthn_caller_security_utils.h" diff --git a/www/iridium/files/patch-remoting_protocol_webrtc__video__stream.cc b/www/iridium/files/patch-remoting_protocol_webrtc__video__stream.cc index 10d08002ab81..c75895da56e9 100644 --- a/www/iridium/files/patch-remoting_protocol_webrtc__video__stream.cc +++ b/www/iridium/files/patch-remoting_protocol_webrtc__video__stream.cc @@ -1,6 +1,6 @@ ---- remoting/protocol/webrtc_video_stream.cc.orig 2025-09-11 13:19:19 UTC +--- remoting/protocol/webrtc_video_stream.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/protocol/webrtc_video_stream.cc -@@ -271,7 +271,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti +@@ -276,7 +276,7 @@ WebrtcVideoStream::WebrtcVideoStream(const SessionOpti : session_options_(session_options) { // TODO(joedow): Dig into the threading model on other platforms to see if they // can also be updated to run on a dedicated thread. diff --git a/www/iridium/files/patch-remoting_signaling_ftl__host__device__id__provider.cc b/www/iridium/files/patch-remoting_signaling_ftl__host__device__id__provider.cc index ab9e587cde00..65193e22147b 100644 --- a/www/iridium/files/patch-remoting_signaling_ftl__host__device__id__provider.cc +++ b/www/iridium/files/patch-remoting_signaling_ftl__host__device__id__provider.cc @@ -1,4 +1,4 @@ ---- remoting/signaling/ftl_host_device_id_provider.cc.orig 2025-05-07 06:48:23 UTC +--- remoting/signaling/ftl_host_device_id_provider.cc.orig 2025-12-10 15:04:57 UTC +++ remoting/signaling/ftl_host_device_id_provider.cc @@ -16,7 +16,7 @@ constexpr char kDeviceIdPrefix[] = "crd-win-host-"; constexpr char kDeviceIdPrefix[] = "crd-mac-host-"; diff --git a/www/iridium/files/patch-sandbox_BUILD.gn b/www/iridium/files/patch-sandbox_BUILD.gn index 1ff9ef4bf85c..c76fe3952693 100644 --- a/www/iridium/files/patch-sandbox_BUILD.gn +++ b/www/iridium/files/patch-sandbox_BUILD.gn @@ -1,4 +1,4 @@ ---- sandbox/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- sandbox/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ sandbox/BUILD.gn @@ -49,7 +49,7 @@ group("sandbox") { "//sandbox/mac:system_services", diff --git a/www/iridium/files/patch-sandbox_features.gni b/www/iridium/files/patch-sandbox_features.gni index 5c95dfcfbbe7..d0af851b8b5d 100644 --- a/www/iridium/files/patch-sandbox_features.gni +++ b/www/iridium/files/patch-sandbox_features.gni @@ -1,4 +1,4 @@ ---- sandbox/features.gni.orig 2025-05-07 06:48:23 UTC +--- sandbox/features.gni.orig 2025-12-10 15:04:57 UTC +++ sandbox/features.gni @@ -6,7 +6,7 @@ # currently. diff --git a/www/iridium/files/patch-sandbox_linux_BUILD.gn b/www/iridium/files/patch-sandbox_linux_BUILD.gn index 0f82dea8eec8..1f3fdb06f197 100644 --- a/www/iridium/files/patch-sandbox_linux_BUILD.gn +++ b/www/iridium/files/patch-sandbox_linux_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/linux/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- sandbox/linux/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ sandbox/linux/BUILD.gn -@@ -11,11 +11,11 @@ if (is_android) { +@@ -10,11 +10,11 @@ if (is_android) { } declare_args() { @@ -15,7 +15,7 @@ # On Android, use plain GTest. use_base_test_suite = is_linux || is_chromeos -@@ -373,6 +373,17 @@ component("sandbox_services") { +@@ -372,6 +372,17 @@ component("sandbox_services") { "services/libc_interceptor.h", ] } diff --git a/www/iridium/files/patch-sandbox_linux_services_init__process__reaper.cc b/www/iridium/files/patch-sandbox_linux_services_init__process__reaper.cc index 2a03dd236635..ae88369e898e 100644 --- a/www/iridium/files/patch-sandbox_linux_services_init__process__reaper.cc +++ b/www/iridium/files/patch-sandbox_linux_services_init__process__reaper.cc @@ -1,4 +1,4 @@ ---- sandbox/linux/services/init_process_reaper.cc.orig 2025-10-28 14:29:43 UTC +--- sandbox/linux/services/init_process_reaper.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/linux/services/init_process_reaper.cc @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be diff --git a/www/iridium/files/patch-sandbox_linux_services_libc__interceptor.cc b/www/iridium/files/patch-sandbox_linux_services_libc__interceptor.cc index 4441596ed0a6..8365bcc3daa9 100644 --- a/www/iridium/files/patch-sandbox_linux_services_libc__interceptor.cc +++ b/www/iridium/files/patch-sandbox_linux_services_libc__interceptor.cc @@ -1,4 +1,4 @@ ---- sandbox/linux/services/libc_interceptor.cc.orig 2025-05-07 06:48:23 UTC +--- sandbox/linux/services/libc_interceptor.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/linux/services/libc_interceptor.cc @@ -17,7 +17,9 @@ #include <stddef.h> diff --git a/www/iridium/files/patch-sandbox_policy_BUILD.gn b/www/iridium/files/patch-sandbox_policy_BUILD.gn index 5c63bc8dca5f..512c53dca977 100644 --- a/www/iridium/files/patch-sandbox_policy_BUILD.gn +++ b/www/iridium/files/patch-sandbox_policy_BUILD.gn @@ -1,6 +1,6 @@ ---- sandbox/policy/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- sandbox/policy/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/BUILD.gn -@@ -47,7 +47,7 @@ component("policy") { +@@ -46,7 +46,7 @@ component("policy") { "//third_party/jni_zero", ] } @@ -9,7 +9,7 @@ sources += [ "linux/bpf_audio_policy_linux.cc", "linux/bpf_audio_policy_linux.h", -@@ -117,6 +117,26 @@ component("policy") { +@@ -116,6 +116,26 @@ component("policy") { "//sandbox/linux:sandbox_services", "//sandbox/linux:seccomp_bpf", "//sandbox/linux:suid_sandbox_client", diff --git a/www/iridium/files/patch-sandbox_policy_features.cc b/www/iridium/files/patch-sandbox_policy_features.cc index 6bfdcff8f3f7..fd69a92f0ccb 100644 --- a/www/iridium/files/patch-sandbox_policy_features.cc +++ b/www/iridium/files/patch-sandbox_policy_features.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/features.cc.orig 2025-11-06 10:11:34 UTC +--- sandbox/policy/features.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/features.cc @@ -17,7 +17,11 @@ namespace sandbox::policy::features { #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_FUCHSIA) diff --git a/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc b/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc index fc0e10623722..0e3e18f314aa 100644 --- a/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc +++ b/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/freebsd/sandbox_freebsd.cc @@ -0,0 +1,210 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.h b/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.h index 349dd78ea0b1..658610a41a57 100644 --- a/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.h +++ b/www/iridium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.h @@ -1,4 +1,4 @@ ---- sandbox/policy/freebsd/sandbox_freebsd.h.orig 2025-05-07 06:48:23 UTC +--- sandbox/policy/freebsd/sandbox_freebsd.h.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/freebsd/sandbox_freebsd.h @@ -0,0 +1,276 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-sandbox_policy_mojom_sandbox.mojom b/www/iridium/files/patch-sandbox_policy_mojom_sandbox.mojom index acaf60422a19..d1b2acb6b86b 100644 --- a/www/iridium/files/patch-sandbox_policy_mojom_sandbox.mojom +++ b/www/iridium/files/patch-sandbox_policy_mojom_sandbox.mojom @@ -1,6 +1,6 @@ ---- sandbox/policy/mojom/sandbox.mojom.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/mojom/sandbox.mojom.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/mojom/sandbox.mojom -@@ -71,6 +71,12 @@ enum Sandbox { +@@ -68,6 +68,12 @@ enum Sandbox { // Minimally privileged sandbox on Fuchsia. [EnableIf=is_fuchsia] kVideoCapture, diff --git a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index d108e89284ac..1bb89f696e51 100644 --- a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-11-06 10:11:34 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc @@ -0,0 +1,396 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.h b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.h index e0cb48db622d..029c1bf460a3 100644 --- a/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.h +++ b/www/iridium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.h @@ -1,4 +1,4 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.h.orig 2025-05-07 06:48:23 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.h.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.h @@ -0,0 +1,280 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-sandbox_policy_sandbox.cc b/www/iridium/files/patch-sandbox_policy_sandbox.cc index 77ece39fd1b3..1578e8942604 100644 --- a/www/iridium/files/patch-sandbox_policy_sandbox.cc +++ b/www/iridium/files/patch-sandbox_policy_sandbox.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/sandbox.cc.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/sandbox.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/sandbox.cc @@ -18,6 +18,10 @@ #include "sandbox/policy/linux/sandbox_linux.h" diff --git a/www/iridium/files/patch-sandbox_policy_sandbox.h b/www/iridium/files/patch-sandbox_policy_sandbox.h index 11d9055e7fca..f27b561ce059 100644 --- a/www/iridium/files/patch-sandbox_policy_sandbox.h +++ b/www/iridium/files/patch-sandbox_policy_sandbox.h @@ -1,4 +1,4 @@ ---- sandbox/policy/sandbox.h.orig 2025-05-07 06:48:23 UTC +--- sandbox/policy/sandbox.h.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/sandbox.h @@ -12,6 +12,12 @@ #include "sandbox/policy/linux/sandbox_linux.h" diff --git a/www/iridium/files/patch-sandbox_policy_sandbox__type.cc b/www/iridium/files/patch-sandbox_policy_sandbox__type.cc index 229314f97899..5b3e047a9a08 100644 --- a/www/iridium/files/patch-sandbox_policy_sandbox__type.cc +++ b/www/iridium/files/patch-sandbox_policy_sandbox__type.cc @@ -1,15 +1,15 @@ ---- sandbox/policy/sandbox_type.cc.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/sandbox_type.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/sandbox_type.cc -@@ -16,7 +16,7 @@ - #include "chromeos/ash/components/assistant/buildflags.h" - #endif // BUILDFLAG(IS_CHROMEOS) +@@ -12,7 +12,7 @@ + #include "sandbox/policy/mojom/sandbox.mojom.h" + #include "sandbox/policy/switches.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) #include "media/gpu/buildflags.h" // nogncheck #include "media/media_buildflags.h" // nogncheck #endif -@@ -38,7 +38,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit +@@ -34,7 +34,7 @@ constexpr char kServiceSandboxWithJit[] = "service_wit constexpr char kSpeechRecognitionSandbox[] = "speech_recognition"; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -18,15 +18,10 @@ constexpr char kPrintBackendSandbox[] = "print_backend"; constexpr char kScreenAISandbox[] = "screen_ai"; #endif -@@ -56,15 +56,15 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = +@@ -52,11 +52,11 @@ constexpr char kWindowsSystemProxyResolverSandbox[] = constexpr char kMirroringSandbox[] = "mirroring"; #endif // BUILDFLAG(IS_MAC) --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - constexpr char kVideoEffectsSandbox[] = "video_effects"; - #endif - -#if BUILDFLAG(IS_FUCHSIA) +#if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_BSD) constexpr char kVideoCaptureSandbox[] = "video_capture"; @@ -37,8 +32,8 @@ constexpr char kShapeDetectionSandbox[] = "shape_detection"; // USE_LINUX_VIDEO_ACCELERATION implies IS_LINUX || IS_CHROMEOS, so this double // #if is redundant, however, we cannot include "media/gpu/buildflags.h" on all -@@ -85,7 +85,7 @@ constexpr char kLibassistantSandbox[] = "libassistant" - #endif // BUILDFLAG(ENABLE_CROS_LIBASSISTANT) +@@ -74,7 +74,7 @@ constexpr char kTtsSandbox[] = "tts"; + constexpr char kNearbySandbox[] = "nearby"; #endif // BUILDFLAG(IS_CHROMEOS) -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) @@ -46,7 +41,7 @@ constexpr char kOnDeviceTranslationSandbox[] = "on_device_translation"; #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) -@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -124,7 +124,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kCdm: case Sandbox::kPrintCompositor: case Sandbox::kAudio: @@ -55,7 +50,7 @@ case Sandbox::kVideoCapture: #endif #if BUILDFLAG(IS_WIN) -@@ -146,7 +146,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -135,7 +135,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMediaFoundationCdm: case Sandbox::kWindowsSystemProxyResolver: #endif // BUILDFLAG(IS_WIN) @@ -64,7 +59,7 @@ case Sandbox::kShapeDetection: #if BUILDFLAG(USE_LINUX_VIDEO_ACCELERATION) case Sandbox::kHardwareVideoDecoding: -@@ -165,15 +165,15 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -151,12 +151,12 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi case Sandbox::kMirroring: #endif // BUILDFLAG(IS_MAC) #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -74,16 +69,12 @@ case Sandbox::kScreenAI: #endif case Sandbox::kSpeechRecognition: --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: #endif DCHECK(command_line->GetSwitchValueASCII(switches::kProcessType) == -@@ -183,7 +183,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi +@@ -166,7 +166,7 @@ void SetCommandLineFlagsForSandboxType(base::CommandLi switches::kServiceSandboxType, StringFromUtilitySandboxType(sandbox_type)); return; @@ -92,7 +83,7 @@ case Sandbox::kZygoteIntermediateSandbox: return; #endif -@@ -214,7 +214,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( +@@ -197,7 +197,7 @@ sandbox::mojom::Sandbox SandboxTypeFromCommandLine( return Sandbox::kGpu; } @@ -101,7 +92,7 @@ // Intermediate process gains a sandbox later. if (process_type == switches::kZygoteProcessType) return Sandbox::kZygoteIntermediateSandbox; -@@ -252,7 +252,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -235,7 +235,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb return kUtilitySandbox; case Sandbox::kAudio: return kAudioSandbox; @@ -110,7 +101,7 @@ case Sandbox::kVideoCapture: return kVideoCaptureSandbox; #endif -@@ -263,17 +263,17 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -246,13 +246,13 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kSpeechRecognition: return kSpeechRecognitionSandbox; #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -121,17 +112,12 @@ case Sandbox::kScreenAI: return kScreenAISandbox; #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - case Sandbox::kVideoEffects: - return kVideoEffectsSandbox; - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) case Sandbox::kOnDeviceTranslation: return kOnDeviceTranslationSandbox; #endif -@@ -293,7 +293,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb +@@ -272,7 +272,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb case Sandbox::kMirroring: return kMirroringSandbox; #endif @@ -140,7 +126,16 @@ case Sandbox::kShapeDetection: return kShapeDetectionSandbox; #if BUILDFLAG(ALLOW_OOP_VIDEO_DECODER) -@@ -394,7 +394,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -295,7 +295,7 @@ std::string StringFromUtilitySandboxType(Sandbox sandb + // The following are not utility processes so should not occur. + case Sandbox::kRenderer: + case Sandbox::kGpu: +-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + case Sandbox::kZygoteIntermediateSandbox: + #endif + NOTREACHED(); +@@ -369,7 +369,7 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kSpeechRecognition; } #if BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -149,16 +144,10 @@ if (sandbox_string == kPrintBackendSandbox) { return Sandbox::kPrintBackend; } -@@ -402,22 +402,22 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( +@@ -377,17 +377,17 @@ sandbox::mojom::Sandbox UtilitySandboxTypeFromString( return Sandbox::kScreenAI; } #endif --#if BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - if (sandbox_string == kVideoEffectsSandbox) { - return Sandbox::kVideoEffects; - } - #endif -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_BSD) if (sandbox_string == kOnDeviceTranslationSandbox) { diff --git a/www/iridium/files/patch-sandbox_policy_switches.cc b/www/iridium/files/patch-sandbox_policy_switches.cc index 0c2736a828f2..772b6fe48387 100644 --- a/www/iridium/files/patch-sandbox_policy_switches.cc +++ b/www/iridium/files/patch-sandbox_policy_switches.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/switches.cc.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/switches.cc.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/switches.cc @@ -40,7 +40,9 @@ const char kGpuSandboxFailuresFatal[] = "gpu-sandbox-f // Meant to be used as a browser-level switch for testing purposes only. diff --git a/www/iridium/files/patch-sandbox_policy_switches.h b/www/iridium/files/patch-sandbox_policy_switches.h index e3ef1f791b44..fd93f9334e0f 100644 --- a/www/iridium/files/patch-sandbox_policy_switches.h +++ b/www/iridium/files/patch-sandbox_policy_switches.h @@ -1,4 +1,4 @@ ---- sandbox/policy/switches.h.orig 2025-09-11 13:19:19 UTC +--- sandbox/policy/switches.h.orig 2025-12-10 15:04:57 UTC +++ sandbox/policy/switches.h @@ -24,7 +24,8 @@ SANDBOX_POLICY_EXPORT extern const char kDisableSetuid SANDBOX_POLICY_EXPORT extern const char kGpuSandboxAllowSysVShm[]; diff --git a/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.cc b/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.cc index 2afa95de116d..24a906b52537 100644 --- a/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- services/audio/audio_sandbox_hook_linux.cc.orig 2025-06-19 07:37:57 UTC +--- services/audio/audio_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ services/audio/audio_sandbox_hook_linux.cc @@ -147,6 +147,7 @@ void AddPulseAudioFilePermissions( } diff --git a/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.h b/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.h index 3e86964b41f9..05ed249ffe04 100644 --- a/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.h +++ b/www/iridium/files/patch-services_audio_audio__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- services/audio/audio_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- services/audio/audio_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ services/audio/audio_sandbox_hook_linux.h @@ -5,7 +5,13 @@ #ifndef SERVICES_AUDIO_AUDIO_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-services_device_BUILD.gn b/www/iridium/files/patch-services_device_BUILD.gn index 1d047d892a48..1a5ab97f7453 100644 --- a/www/iridium/files/patch-services_device_BUILD.gn +++ b/www/iridium/files/patch-services_device_BUILD.gn @@ -1,4 +1,4 @@ ---- services/device/BUILD.gn.orig 2025-06-19 07:37:57 UTC +--- services/device/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/device/BUILD.gn @@ -17,7 +17,7 @@ if (is_ios) { } diff --git a/www/iridium/files/patch-services_device_geolocation_location__provider__manager.cc b/www/iridium/files/patch-services_device_geolocation_location__provider__manager.cc index 55c514bcb5fe..89e86f3b6553 100644 --- a/www/iridium/files/patch-services_device_geolocation_location__provider__manager.cc +++ b/www/iridium/files/patch-services_device_geolocation_location__provider__manager.cc @@ -1,4 +1,4 @@ ---- services/device/geolocation/location_provider_manager.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/geolocation/location_provider_manager.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/geolocation/location_provider_manager.cc @@ -91,7 +91,7 @@ LocationProviderManager::LocationProviderManager( #if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_IOS) diff --git a/www/iridium/files/patch-services_device_hid_BUILD.gn b/www/iridium/files/patch-services_device_hid_BUILD.gn index 4059213b7c4b..77027c9c48fb 100644 --- a/www/iridium/files/patch-services_device_hid_BUILD.gn +++ b/www/iridium/files/patch-services_device_hid_BUILD.gn @@ -1,4 +1,4 @@ ---- services/device/hid/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/BUILD.gn @@ -34,7 +34,26 @@ source_set("hid") { "//services/device/public/mojom", diff --git a/www/iridium/files/patch-services_device_hid_hid__connection__fido.cc b/www/iridium/files/patch-services_device_hid_hid__connection__fido.cc index d4ed45556fbf..9507daee54f2 100644 --- a/www/iridium/files/patch-services_device_hid_hid__connection__fido.cc +++ b/www/iridium/files/patch-services_device_hid_hid__connection__fido.cc @@ -1,4 +1,4 @@ ---- services/device/hid/hid_connection_fido.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_connection_fido.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_connection_fido.cc @@ -0,0 +1,216 @@ +// Copyright 2014 The Chromium Authors diff --git a/www/iridium/files/patch-services_device_hid_hid__connection__fido.h b/www/iridium/files/patch-services_device_hid_hid__connection__fido.h index 6a46f5ee92e7..4146e3f66370 100644 --- a/www/iridium/files/patch-services_device_hid_hid__connection__fido.h +++ b/www/iridium/files/patch-services_device_hid_hid__connection__fido.h @@ -1,4 +1,4 @@ ---- services/device/hid/hid_connection_fido.h.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_connection_fido.h.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_connection_fido.h @@ -0,0 +1,60 @@ +// Copyright 2014 The Chromium Authors diff --git a/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.cc b/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.cc index aa6a28cf61d1..3b8b5b639b6d 100644 --- a/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.cc +++ b/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.cc @@ -1,4 +1,4 @@ ---- services/device/hid/hid_connection_freebsd.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_connection_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_connection_freebsd.cc @@ -0,0 +1,240 @@ +// Copyright (c) 2014 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.h b/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.h index f8835a646b51..e1bbe15bb7ba 100644 --- a/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.h +++ b/www/iridium/files/patch-services_device_hid_hid__connection__freebsd.h @@ -1,4 +1,4 @@ ---- services/device/hid/hid_connection_freebsd.h.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_connection_freebsd.h.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_connection_freebsd.h @@ -0,0 +1,67 @@ +// Copyright (c) 2014 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-services_device_hid_hid__service.cc b/www/iridium/files/patch-services_device_hid_hid__service.cc index 5b04ddb9c1c5..099c86de6790 100644 --- a/www/iridium/files/patch-services_device_hid_hid__service.cc +++ b/www/iridium/files/patch-services_device_hid_hid__service.cc @@ -1,4 +1,4 @@ ---- services/device/hid/hid_service.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_service.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_service.cc @@ -20,6 +20,10 @@ diff --git a/www/iridium/files/patch-services_device_hid_hid__service__fido.cc b/www/iridium/files/patch-services_device_hid_hid__service__fido.cc index 7b519c7d2df6..b29ab4a1001f 100644 --- a/www/iridium/files/patch-services_device_hid_hid__service__fido.cc +++ b/www/iridium/files/patch-services_device_hid_hid__service__fido.cc @@ -1,4 +1,4 @@ ---- services/device/hid/hid_service_fido.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_service_fido.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_service_fido.cc @@ -0,0 +1,396 @@ +// Copyright 2014 The Chromium Authors diff --git a/www/iridium/files/patch-services_device_hid_hid__service__fido.h b/www/iridium/files/patch-services_device_hid_hid__service__fido.h index 0319556c27cb..863d2f5e6654 100644 --- a/www/iridium/files/patch-services_device_hid_hid__service__fido.h +++ b/www/iridium/files/patch-services_device_hid_hid__service__fido.h @@ -1,4 +1,4 @@ ---- services/device/hid/hid_service_fido.h.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_service_fido.h.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_service_fido.h @@ -0,0 +1,65 @@ +// Copyright 2014 The Chromium Authors diff --git a/www/iridium/files/patch-services_device_hid_hid__service__freebsd.cc b/www/iridium/files/patch-services_device_hid_hid__service__freebsd.cc index 1621185e3a7e..e7a91c8dd7d6 100644 --- a/www/iridium/files/patch-services_device_hid_hid__service__freebsd.cc +++ b/www/iridium/files/patch-services_device_hid_hid__service__freebsd.cc @@ -1,4 +1,4 @@ ---- services/device/hid/hid_service_freebsd.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_service_freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_service_freebsd.cc @@ -0,0 +1,395 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-services_device_hid_hid__service__freebsd.h b/www/iridium/files/patch-services_device_hid_hid__service__freebsd.h index 36dd492a4948..7cfe36bd3df6 100644 --- a/www/iridium/files/patch-services_device_hid_hid__service__freebsd.h +++ b/www/iridium/files/patch-services_device_hid_hid__service__freebsd.h @@ -1,4 +1,4 @@ ---- services/device/hid/hid_service_freebsd.h.orig 2025-05-07 06:48:23 UTC +--- services/device/hid/hid_service_freebsd.h.orig 2025-12-10 15:04:57 UTC +++ services/device/hid/hid_service_freebsd.h @@ -0,0 +1,49 @@ +// Copyright 2014 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-services_device_public_cpp_device__features.cc b/www/iridium/files/patch-services_device_public_cpp_device__features.cc index 991c1a86cb28..93e6a54e1a9f 100644 --- a/www/iridium/files/patch-services_device_public_cpp_device__features.cc +++ b/www/iridium/files/patch-services_device_public_cpp_device__features.cc @@ -1,15 +1,6 @@ ---- services/device/public/cpp/device_features.cc.orig 2025-11-06 10:11:34 UTC +--- services/device/public/cpp/device_features.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/public/cpp/device_features.cc -@@ -81,7 +81,7 @@ BASE_FEATURE(kBatteryStatusManagerBroadcastReceiverInB - // Modifies the internal allowlist behavior that enables privileged extensions - // to bypass the HID blocklist when accessing FIDO devices. When enabled, - // privileged extensions can access non-FIDO interfaces on known security keys. --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - BASE_FEATURE(kSecurityKeyHidInterfacesAreFido, - base::FEATURE_ENABLED_BY_DEFAULT); - #else -@@ -130,7 +130,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { +@@ -125,7 +125,7 @@ bool IsOsLevelGeolocationPermissionSupportEnabled() { // a USB interface is busy. #if BUILDFLAG(IS_ANDROID) BASE_FEATURE(kAutomaticUsbDetach, base::FEATURE_ENABLED_BY_DEFAULT); diff --git a/www/iridium/files/patch-services_device_public_cpp_device__features.h b/www/iridium/files/patch-services_device_public_cpp_device__features.h index a54693d4a948..36dacee05f3b 100644 --- a/www/iridium/files/patch-services_device_public_cpp_device__features.h +++ b/www/iridium/files/patch-services_device_public_cpp_device__features.h @@ -1,4 +1,4 @@ ---- services/device/public/cpp/device_features.h.orig 2025-05-07 06:48:23 UTC +--- services/device/public/cpp/device_features.h.orig 2025-12-10 15:04:57 UTC +++ services/device/public/cpp/device_features.h @@ -53,7 +53,7 @@ extern const DEVICE_FEATURES_EXPORT diff --git a/www/iridium/files/patch-services_device_public_cpp_generic__sensor_sensor__reading.h b/www/iridium/files/patch-services_device_public_cpp_generic__sensor_sensor__reading.h index f4b585b8ef0f..72e9b59b4214 100644 --- a/www/iridium/files/patch-services_device_public_cpp_generic__sensor_sensor__reading.h +++ b/www/iridium/files/patch-services_device_public_cpp_generic__sensor_sensor__reading.h @@ -1,4 +1,4 @@ ---- services/device/public/cpp/generic_sensor/sensor_reading.h.orig 2025-05-07 06:48:23 UTC +--- services/device/public/cpp/generic_sensor/sensor_reading.h.orig 2025-12-10 15:04:57 UTC +++ services/device/public/cpp/generic_sensor/sensor_reading.h @@ -8,6 +8,8 @@ #include <stddef.h> diff --git a/www/iridium/files/patch-services_device_public_mojom_BUILD.gn b/www/iridium/files/patch-services_device_public_mojom_BUILD.gn index b1cf5e9bd14d..c1f1145a27e5 100644 --- a/www/iridium/files/patch-services_device_public_mojom_BUILD.gn +++ b/www/iridium/files/patch-services_device_public_mojom_BUILD.gn @@ -1,4 +1,4 @@ ---- services/device/public/mojom/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- services/device/public/mojom/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/device/public/mojom/BUILD.gn @@ -95,7 +95,7 @@ mojom("device_service") { enable_js_fuzzing = false diff --git a/www/iridium/files/patch-services_device_serial_BUILD.gn b/www/iridium/files/patch-services_device_serial_BUILD.gn index 75f71cea5f53..2693d7f3370e 100644 --- a/www/iridium/files/patch-services_device_serial_BUILD.gn +++ b/www/iridium/files/patch-services_device_serial_BUILD.gn @@ -1,4 +1,4 @@ ---- services/device/serial/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/device/serial/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/device/serial/BUILD.gn @@ -4,7 +4,7 @@ diff --git a/www/iridium/files/patch-services_device_serial_serial__device__enumerator.cc b/www/iridium/files/patch-services_device_serial_serial__device__enumerator.cc index e6557122c61d..c7900da53ffa 100644 --- a/www/iridium/files/patch-services_device_serial_serial__device__enumerator.cc +++ b/www/iridium/files/patch-services_device_serial_serial__device__enumerator.cc @@ -1,4 +1,4 @@ ---- services/device/serial/serial_device_enumerator.cc.orig 2025-09-11 13:19:19 UTC +--- services/device/serial/serial_device_enumerator.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/serial/serial_device_enumerator.cc @@ -12,7 +12,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-services_device_serial_serial__io__handler__posix.cc b/www/iridium/files/patch-services_device_serial_serial__io__handler__posix.cc index 919b12442640..c22f9425d741 100644 --- a/www/iridium/files/patch-services_device_serial_serial__io__handler__posix.cc +++ b/www/iridium/files/patch-services_device_serial_serial__io__handler__posix.cc @@ -1,4 +1,4 @@ ---- services/device/serial/serial_io_handler_posix.cc.orig 2025-10-28 14:29:43 UTC +--- services/device/serial/serial_io_handler_posix.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/serial/serial_io_handler_posix.cc @@ -70,7 +70,7 @@ bool BitrateToSpeedConstant(int bitrate, speed_t* spee BITRATE_TO_SPEED_CASE(9600) diff --git a/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc b/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc index af1ebf10b267..a7955dd28e79 100644 --- a/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc +++ b/www/iridium/files/patch-services_device_time__zone__monitor_time__zone__monitor__linux.cc @@ -1,4 +1,4 @@ ---- services/device/time_zone_monitor/time_zone_monitor_linux.cc.orig 2025-05-07 06:48:23 UTC +--- services/device/time_zone_monitor/time_zone_monitor_linux.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/time_zone_monitor/time_zone_monitor_linux.cc @@ -131,9 +131,12 @@ class TimeZoneMonitorLinuxImpl // false positives are harmless, assuming the false positive rate is diff --git a/www/iridium/files/patch-services_device_usb_BUILD.gn b/www/iridium/files/patch-services_device_usb_BUILD.gn index 14505f455761..cc235e3e3de1 100644 --- a/www/iridium/files/patch-services_device_usb_BUILD.gn +++ b/www/iridium/files/patch-services_device_usb_BUILD.gn @@ -1,4 +1,4 @@ ---- services/device/usb/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/device/usb/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/BUILD.gn @@ -90,7 +90,7 @@ static_library("usb") { deps += [ "//third_party/re2" ] diff --git a/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.cc b/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.cc index 1695911f76b3..6810fbee72f4 100644 --- a/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.cc +++ b/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.cc @@ -1,4 +1,4 @@ ---- services/device/usb/usb_device_handle_usbfs.cc.orig 2025-10-28 14:29:43 UTC +--- services/device/usb/usb_device_handle_usbfs.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/usb_device_handle_usbfs.cc @@ -34,7 +34,7 @@ #include "chromeos/dbus/permission_broker/permission_broker_client.h" diff --git a/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.h b/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.h index b55e5874fd60..0d99bb766fff 100644 --- a/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.h +++ b/www/iridium/files/patch-services_device_usb_usb__device__handle__usbfs.h @@ -1,6 +1,6 @@ ---- services/device/usb/usb_device_handle_usbfs.h.orig 2025-05-07 06:48:23 UTC +--- services/device/usb/usb_device_handle_usbfs.h.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/usb_device_handle_usbfs.h -@@ -19,7 +19,7 @@ +@@ -20,7 +20,7 @@ #include "base/threading/sequence_bound.h" #include "services/device/usb/usb_device_handle.h" @@ -9,7 +9,7 @@ #include "base/containers/flat_set.h" #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -215,7 +215,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -216,7 +216,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { bool ClearHalt(uint8_t endpoint_address); void DiscardUrb(Transfer* transfer); @@ -18,7 +18,7 @@ // Detach the interface from a kernel driver before ClaimInterface virtual bool DetachInterface(int interface_number, const CombinedInterfaceInfo& interfaceInfo); -@@ -228,7 +228,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -229,7 +229,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { // Called when |fd_| is writable without blocking. void OnFileCanWriteWithoutBlocking(); @@ -27,7 +27,7 @@ // Called from |DetachInterface|. std::string GetKernelDriver(int interface_number) const; #endif // BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_LINUX) -@@ -240,7 +240,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { +@@ -241,7 +241,7 @@ class UsbDeviceHandleUsbfs::BlockingTaskRunnerHelper { std::unique_ptr<base::FileDescriptorWatcher::Controller> watch_controller_; SEQUENCE_CHECKER(sequence_checker_); diff --git a/www/iridium/files/patch-services_device_usb_usb__service.cc b/www/iridium/files/patch-services_device_usb_usb__service.cc index 728b343cf68b..194e16d811be 100644 --- a/www/iridium/files/patch-services_device_usb_usb__service.cc +++ b/www/iridium/files/patch-services_device_usb_usb__service.cc @@ -1,4 +1,4 @@ ---- services/device/usb/usb_service.cc.orig 2025-09-11 13:19:19 UTC +--- services/device/usb/usb_service.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/usb_service.cc @@ -20,12 +20,16 @@ diff --git a/www/iridium/files/patch-services_device_usb_usb__service__fake.cc b/www/iridium/files/patch-services_device_usb_usb__service__fake.cc index 95ea9e0ab812..53f5cc5af492 100644 --- a/www/iridium/files/patch-services_device_usb_usb__service__fake.cc +++ b/www/iridium/files/patch-services_device_usb_usb__service__fake.cc @@ -1,4 +1,4 @@ ---- services/device/usb/usb_service_fake.cc.orig 2025-09-11 13:19:19 UTC +--- services/device/usb/usb_service_fake.cc.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/usb_service_fake.cc @@ -0,0 +1,50 @@ +// Copyright 2014 The Chromium Authors diff --git a/www/iridium/files/patch-services_device_usb_usb__service__fake.h b/www/iridium/files/patch-services_device_usb_usb__service__fake.h index 0a5c9739abff..039d8339b85e 100644 --- a/www/iridium/files/patch-services_device_usb_usb__service__fake.h +++ b/www/iridium/files/patch-services_device_usb_usb__service__fake.h @@ -1,4 +1,4 @@ ---- services/device/usb/usb_service_fake.h.orig 2025-05-07 06:48:23 UTC +--- services/device/usb/usb_service_fake.h.orig 2025-12-10 15:04:57 UTC +++ services/device/usb/usb_service_fake.h @@ -0,0 +1,48 @@ +// Copyright 2015 The Chromium Authors diff --git a/www/iridium/files/patch-services_network_BUILD.gn b/www/iridium/files/patch-services_network_BUILD.gn index ad0f7d4c93ac..37f563c5c9a4 100644 --- a/www/iridium/files/patch-services_network_BUILD.gn +++ b/www/iridium/files/patch-services_network_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- services/network/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/network/BUILD.gn -@@ -426,7 +426,6 @@ if (is_linux || is_chromeos) { +@@ -423,7 +423,6 @@ if (is_linux || is_chromeos) { ] deps = [ "//base", diff --git a/www/iridium/files/patch-services_network_network__context.cc b/www/iridium/files/patch-services_network_network__context.cc index 29e47fd741c7..880a444f2435 100644 --- a/www/iridium/files/patch-services_network_network__context.cc +++ b/www/iridium/files/patch-services_network_network__context.cc @@ -1,4 +1,4 @@ ---- services/network/network_context.cc.orig 2025-11-06 10:11:34 UTC +--- services/network/network_context.cc.orig 2025-12-10 15:04:57 UTC +++ services/network/network_context.cc @@ -630,7 +630,7 @@ NetworkContext::NetworkContextHttpAuthPreferences:: NetworkContext::NetworkContextHttpAuthPreferences:: @@ -9,7 +9,7 @@ bool NetworkContext::NetworkContextHttpAuthPreferences::AllowGssapiLibraryLoad() const { if (network_service_) { -@@ -2620,7 +2620,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( +@@ -2627,7 +2627,7 @@ void NetworkContext::OnHttpAuthDynamicParamsChanged( http_auth_dynamic_network_service_params->android_negotiate_account_type); #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-services_network_network__context.h b/www/iridium/files/patch-services_network_network__context.h index 4e3fc13cbb9c..488fa0b644ca 100644 --- a/www/iridium/files/patch-services_network_network__context.h +++ b/www/iridium/files/patch-services_network_network__context.h @@ -1,6 +1,6 @@ ---- services/network/network_context.h.orig 2025-11-06 10:11:34 UTC +--- services/network/network_context.h.orig 2025-12-10 15:04:57 UTC +++ services/network/network_context.h -@@ -751,7 +751,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext +@@ -757,7 +757,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext public: explicit NetworkContextHttpAuthPreferences(NetworkService* network_service); ~NetworkContextHttpAuthPreferences() override; diff --git a/www/iridium/files/patch-services_network_network__sandbox__hook__linux.cc b/www/iridium/files/patch-services_network_network__sandbox__hook__linux.cc index 0b80905121cf..35fc82efc92e 100644 --- a/www/iridium/files/patch-services_network_network__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-services_network_network__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- services/network/network_sandbox_hook_linux.cc.orig 2025-05-07 06:48:23 UTC +--- services/network/network_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ services/network/network_sandbox_hook_linux.cc @@ -15,11 +15,14 @@ #include "sandbox/linux/syscall_broker/broker_file_permission.h" diff --git a/www/iridium/files/patch-services_network_network__sandbox__hook__linux.h b/www/iridium/files/patch-services_network_network__sandbox__hook__linux.h index 597cd9f34b23..4e154d202793 100644 --- a/www/iridium/files/patch-services_network_network__sandbox__hook__linux.h +++ b/www/iridium/files/patch-services_network_network__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- services/network/network_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- services/network/network_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ services/network/network_sandbox_hook_linux.h @@ -6,7 +6,11 @@ #define SERVICES_NETWORK_NETWORK_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-services_network_network__service.cc b/www/iridium/files/patch-services_network_network__service.cc index a185eb2c1d96..06a52945b80e 100644 --- a/www/iridium/files/patch-services_network_network__service.cc +++ b/www/iridium/files/patch-services_network_network__service.cc @@ -1,4 +1,4 @@ ---- services/network/network_service.cc.orig 2025-10-28 14:29:43 UTC +--- services/network/network_service.cc.orig 2025-12-10 15:04:57 UTC +++ services/network/network_service.cc @@ -108,11 +108,11 @@ #include "third_party/boringssl/src/include/openssl/cpu.h" diff --git a/www/iridium/files/patch-services_network_network__service.h b/www/iridium/files/patch-services_network_network__service.h index bb0097c72792..b7e56fdb5b0f 100644 --- a/www/iridium/files/patch-services_network_network__service.h +++ b/www/iridium/files/patch-services_network_network__service.h @@ -1,4 +1,4 @@ ---- services/network/network_service.h.orig 2025-10-28 14:29:43 UTC +--- services/network/network_service.h.orig 2025-12-10 15:04:57 UTC +++ services/network/network_service.h @@ -243,7 +243,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkService const std::vector<ContentSettingPatternSource>& settings) override; diff --git a/www/iridium/files/patch-services_network_public_cpp_BUILD.gn b/www/iridium/files/patch-services_network_public_cpp_BUILD.gn index 34bc0bc6626d..6e0a82d5d84a 100644 --- a/www/iridium/files/patch-services_network_public_cpp_BUILD.gn +++ b/www/iridium/files/patch-services_network_public_cpp_BUILD.gn @@ -1,6 +1,6 @@ ---- services/network/public/cpp/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- services/network/public/cpp/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/network/public/cpp/BUILD.gn -@@ -699,7 +699,7 @@ component("cpp_base") { +@@ -721,7 +721,7 @@ component("cpp_base") { sources += [ "transferable_directory_fuchsia.cc" ] } diff --git a/www/iridium/files/patch-services_network_public_cpp_features.cc b/www/iridium/files/patch-services_network_public_cpp_features.cc index ac55d0488787..e4efd144ca8b 100644 --- a/www/iridium/files/patch-services_network_public_cpp_features.cc +++ b/www/iridium/files/patch-services_network_public_cpp_features.cc @@ -1,4 +1,4 @@ ---- services/network/public/cpp/features.cc.orig 2025-11-06 10:11:34 UTC +--- services/network/public/cpp/features.cc.orig 2025-12-10 15:04:57 UTC +++ services/network/public/cpp/features.cc @@ -93,7 +93,7 @@ BASE_FEATURE(kSplitAuthCacheByNetworkIsolationKey, // Enable usage of hardcoded DoH upgrade mapping for use in automatic mode. @@ -9,7 +9,7 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT -@@ -345,7 +345,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR +@@ -361,7 +361,7 @@ BASE_FEATURE(kAvoidResourceRequestCopies, base::FEATUR // https://github.com/WICG/document-isolation-policy BASE_FEATURE(kDocumentIsolationPolicy, #if BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || BUILDFLAG(IS_CHROMEOS) || \ diff --git a/www/iridium/files/patch-services_network_public_mojom_BUILD.gn b/www/iridium/files/patch-services_network_public_mojom_BUILD.gn index d420edf60763..65f0b5697d86 100644 --- a/www/iridium/files/patch-services_network_public_mojom_BUILD.gn +++ b/www/iridium/files/patch-services_network_public_mojom_BUILD.gn @@ -1,7 +1,7 @@ ---- services/network/public/mojom/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- services/network/public/mojom/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/network/public/mojom/BUILD.gn -@@ -690,11 +690,11 @@ mojom("url_loader_base") { - } +@@ -719,11 +719,11 @@ mojom("url_loader_base") { + ] enabled_features = [] - if (is_android || is_chromeos || is_linux) { @@ -14,7 +14,7 @@ # TODO(crbug.com/40263697): Remove this once is_linux in the mojom IDL does # not include lacros. enabled_features += [ "use_network_interface_change_listener" ] -@@ -1007,7 +1007,7 @@ mojom("url_loader_base") { +@@ -1044,7 +1044,7 @@ mojom("url_loader_base") { }, ] @@ -23,7 +23,7 @@ cpp_typemaps += [ { types = [ -@@ -1797,7 +1797,7 @@ mojom("mojom") { +@@ -1830,7 +1830,7 @@ mojom("mojom") { } } diff --git a/www/iridium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h b/www/iridium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h index 936488739e04..f3d36f01fc41 100644 --- a/www/iridium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h +++ b/www/iridium/files/patch-services_network_shared__dictionary_shared__dictionary__writer__in__memory.h @@ -1,4 +1,4 @@ ---- services/network/shared_dictionary/shared_dictionary_writer_in_memory.h.orig 2025-09-11 13:19:19 UTC +--- services/network/shared_dictionary/shared_dictionary_writer_in_memory.h.orig 2025-12-10 15:04:57 UTC +++ services/network/shared_dictionary/shared_dictionary_writer_in_memory.h @@ -9,6 +9,8 @@ #include <string> diff --git a/www/iridium/files/patch-services_on__device__model_ml_BUILD.gn b/www/iridium/files/patch-services_on__device__model_ml_BUILD.gn index a0973ed1dd82..8814cf68c7ec 100644 --- a/www/iridium/files/patch-services_on__device__model_ml_BUILD.gn +++ b/www/iridium/files/patch-services_on__device__model_ml_BUILD.gn @@ -1,4 +1,4 @@ ---- services/on_device_model/ml/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- services/on_device_model/ml/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/on_device_model/ml/BUILD.gn @@ -82,7 +82,7 @@ if (use_blink || (is_ios && build_with_internal_optimi if (!is_fuchsia) { diff --git a/www/iridium/files/patch-services_on__device__model_ml_gpu__blocklist.cc b/www/iridium/files/patch-services_on__device__model_ml_gpu__blocklist.cc index d1880aecc250..6fc2a04c7bec 100644 --- a/www/iridium/files/patch-services_on__device__model_ml_gpu__blocklist.cc +++ b/www/iridium/files/patch-services_on__device__model_ml_gpu__blocklist.cc @@ -1,4 +1,4 @@ ---- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-11-12 18:20:14 UTC +--- services/on_device_model/ml/gpu_blocklist.cc.orig 2025-12-10 15:04:57 UTC +++ services/on_device_model/ml/gpu_blocklist.cc @@ -24,7 +24,7 @@ const base::FeatureParam<std::string> kGpuBlockList{ &optimization_guide::features::kOnDeviceModelPerformanceParams, @@ -6,6 +6,6 @@ // These devices are nearly always crashing or have very low performance. -#if BUILDFLAG(IS_LINUX) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - "8086:64a0|" // TODO(b/456603738): Remove when fixed. + "8086:64a0|8086:e20b|" // TODO(b/456603738): Remove when fixed. #endif // BUILDFLAG(IS_LINUX) "8086:412|8086:a16|8086:41e|8086:416|8086:402|8086:166|8086:1616|8086:22b1|" diff --git a/www/iridium/files/patch-services_on__device__model_ml_on__device__model__executor.cc b/www/iridium/files/patch-services_on__device__model_ml_on__device__model__executor.cc index fb07ee161e55..4c5e527ee496 100644 --- a/www/iridium/files/patch-services_on__device__model_ml_on__device__model__executor.cc +++ b/www/iridium/files/patch-services_on__device__model_ml_on__device__model__executor.cc @@ -1,4 +1,4 @@ ---- services/on_device_model/ml/on_device_model_executor.cc.orig 2025-11-06 10:11:34 UTC +--- services/on_device_model/ml/on_device_model_executor.cc.orig 2025-12-10 15:04:57 UTC +++ services/on_device_model/ml/on_device_model_executor.cc @@ -34,6 +34,7 @@ #include "services/on_device_model/public/mojom/on_device_model.mojom.h" diff --git a/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc b/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc index b5d8a5b89400..22e7d8dab575 100644 --- a/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc +++ b/www/iridium/files/patch-services_resource__coordinator_memory__instrumentation_queued__request__dispatcher.cc @@ -1,6 +1,6 @@ ---- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-09-11 13:19:19 UTC +--- services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc.orig 2025-12-10 15:04:57 UTC +++ services/resource_coordinator/memory_instrumentation/queued_request_dispatcher.cc -@@ -55,7 +55,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO +@@ -56,7 +56,7 @@ uint32_t CalculatePrivateFootprintKb(const mojom::RawO uint32_t shared_resident_kb) { DCHECK(os_dump.platform_private_footprint); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ @@ -9,7 +9,7 @@ uint64_t rss_anon_bytes = os_dump.platform_private_footprint->rss_anon_bytes; uint64_t vm_swap_bytes = os_dump.platform_private_footprint->vm_swap_bytes; return (rss_anon_bytes + vm_swap_bytes) / 1024; -@@ -84,7 +84,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl +@@ -85,7 +85,7 @@ memory_instrumentation::mojom::OSMemDumpPtr CreatePubl os_dump->is_peak_rss_resettable = internal_os_dump.is_peak_rss_resettable; os_dump->private_footprint_kb = CalculatePrivateFootprintKb(internal_os_dump, shared_resident_kb); @@ -18,7 +18,7 @@ os_dump->private_footprint_swap_kb = internal_os_dump.platform_private_footprint->vm_swap_bytes / 1024; os_dump->mappings_count = internal_os_dump.mappings_count; -@@ -223,7 +223,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -224,7 +224,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // On most platforms each process can dump data about their own process // so ask each process to do so Linux is special see below. @@ -27,7 +27,7 @@ request->pending_responses.insert({client_info.pid, ResponseType::kOSDump}); client->RequestOSMemoryDump( request->memory_map_option(), request->memory_dump_flags(), -@@ -238,7 +238,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( +@@ -239,7 +239,7 @@ void QueuedRequestDispatcher::SetUpAndDispatch( // In some cases, OS stats can only be dumped from a privileged process to // get around to sandboxing/selinux restrictions (see crbug.com/461788). diff --git a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn index 4988e1a00d66..5d3109addc03 100644 --- a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn +++ b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_BUILD.gn @@ -1,4 +1,4 @@ ---- services/resource_coordinator/public/cpp/memory_instrumentation/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/resource_coordinator/public/cpp/memory_instrumentation/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/resource_coordinator/public/cpp/memory_instrumentation/BUILD.gn @@ -27,8 +27,12 @@ component("memory_instrumentation") { sources += [ "os_metrics_win.cc" ] diff --git a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h index 261c87d2d3f3..6020e6b3ac01 100644 --- a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h +++ b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics.h @@ -1,4 +1,4 @@ ---- services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h.orig 2025-06-19 07:37:57 UTC +--- services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h.orig 2025-12-10 15:04:57 UTC +++ services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics.h @@ -65,7 +65,7 @@ class COMPONENT_EXPORT( static std::vector<mojom::VmRegionPtr> GetProcessMemoryMaps( diff --git a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc index d53051b69154..69e55e75a838 100644 --- a/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc +++ b/www/iridium/files/patch-services_resource__coordinator_public_cpp_memory__instrumentation_os__metrics__bsd.cc @@ -1,4 +1,4 @@ ---- services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics_bsd.cc.orig 2025-09-11 13:19:19 UTC +--- services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics_bsd.cc.orig 2025-12-10 15:04:57 UTC +++ services/resource_coordinator/public/cpp/memory_instrumentation/os_metrics_bsd.cc @@ -0,0 +1,61 @@ +// Copyright 2022 The Chromium Authors. All rights reserved. diff --git a/www/iridium/files/patch-services_screen__ai_public_cpp_utilities.cc b/www/iridium/files/patch-services_screen__ai_public_cpp_utilities.cc index 78b6b1c580ac..66c0986316ab 100644 --- a/www/iridium/files/patch-services_screen__ai_public_cpp_utilities.cc +++ b/www/iridium/files/patch-services_screen__ai_public_cpp_utilities.cc @@ -1,4 +1,4 @@ ---- services/screen_ai/public/cpp/utilities.cc.orig 2025-09-11 13:19:19 UTC +--- services/screen_ai/public/cpp/utilities.cc.orig 2025-12-10 15:04:57 UTC +++ services/screen_ai/public/cpp/utilities.cc @@ -21,7 +21,7 @@ namespace { // The maximum image dimension which is processed without downsampling by OCR. diff --git a/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc b/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc index 22895d1a3eb6..42823354f669 100644 --- a/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc +++ b/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.cc @@ -1,4 +1,4 @@ ---- services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.cc.orig 2025-09-11 13:19:19 UTC +--- services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.cc.orig 2025-12-10 15:04:57 UTC +++ services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.cc @@ -70,6 +70,7 @@ bool ScreenAIPreSandboxHook(base::FilePath binary_path } diff --git a/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h b/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h index 429079309647..5c84a8346d25 100644 --- a/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h +++ b/www/iridium/files/patch-services_screen__ai_sandbox_screen__ai__sandbox__hook__linux.h @@ -1,4 +1,4 @@ ---- services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC +--- services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.h.orig 2025-12-10 15:04:57 UTC +++ services/screen_ai/sandbox/screen_ai_sandbox_hook_linux.h @@ -6,7 +6,13 @@ #define SERVICES_SCREEN_AI_SANDBOX_SCREEN_AI_SANDBOX_HOOK_LINUX_H_ diff --git a/www/iridium/files/patch-services_screen__ai_screen__ai__service__impl.cc b/www/iridium/files/patch-services_screen__ai_screen__ai__service__impl.cc index 49f3d4c96840..a850154e88d9 100644 --- a/www/iridium/files/patch-services_screen__ai_screen__ai__service__impl.cc +++ b/www/iridium/files/patch-services_screen__ai_screen__ai__service__impl.cc @@ -1,6 +1,6 @@ ---- services/screen_ai/screen_ai_service_impl.cc.orig 2025-09-11 13:19:19 UTC +--- services/screen_ai/screen_ai_service_impl.cc.orig 2025-12-10 15:04:57 UTC +++ services/screen_ai/screen_ai_service_impl.cc -@@ -38,7 +38,7 @@ +@@ -34,7 +34,7 @@ #include "ui/accessibility/ax_tree_id.h" #include "ui/gfx/geometry/rect_f.h" @@ -9,7 +9,7 @@ #include "partition_alloc/buildflags.h" #if PA_BUILDFLAG( \ -@@ -266,7 +266,7 @@ ScreenAIService::ScreenAIService( +@@ -237,7 +237,7 @@ ScreenAIService::ScreenAIService( : factory_receiver_(this, std::move(receiver)), ocr_receiver_(this), main_content_extraction_receiver_(this) { diff --git a/www/iridium/files/patch-services_service__manager_BUILD.gn b/www/iridium/files/patch-services_service__manager_BUILD.gn index 1db147769783..8fc264632891 100644 --- a/www/iridium/files/patch-services_service__manager_BUILD.gn +++ b/www/iridium/files/patch-services_service__manager_BUILD.gn @@ -1,4 +1,4 @@ ---- services/service_manager/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/service_manager/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/service_manager/BUILD.gn @@ -65,7 +65,7 @@ source_set("service_manager") { ] diff --git a/www/iridium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn b/www/iridium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn index 9db4e62fa2a8..127e6fd8f090 100644 --- a/www/iridium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn +++ b/www/iridium/files/patch-services_service__manager_public_cpp_service__executable_BUILD.gn @@ -1,4 +1,4 @@ ---- services/service_manager/public/cpp/service_executable/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- services/service_manager/public/cpp/service_executable/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/service_manager/public/cpp/service_executable/BUILD.gn @@ -22,7 +22,7 @@ source_set("support") { "//services/service_manager/public/mojom", diff --git a/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc b/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc index fccd936f6276..7e146dd1609d 100644 --- a/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc +++ b/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.cc @@ -1,4 +1,4 @@ ---- services/shape_detection/shape_detection_sandbox_hook.cc.orig 2025-09-11 13:19:19 UTC +--- services/shape_detection/shape_detection_sandbox_hook.cc.orig 2025-12-10 15:04:57 UTC +++ services/shape_detection/shape_detection_sandbox_hook.cc @@ -31,8 +31,10 @@ bool ShapeDetectionPreSandboxHook( DVLOG(1) << "Successfully opened Chrome Shape Detection shared library."; diff --git a/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h b/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h index cf5780834257..b11609bf3b1d 100644 --- a/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h +++ b/www/iridium/files/patch-services_shape__detection_shape__detection__sandbox__hook.h @@ -1,4 +1,4 @@ ---- services/shape_detection/shape_detection_sandbox_hook.h.orig 2025-09-11 13:19:19 UTC +--- services/shape_detection/shape_detection_sandbox_hook.h.orig 2025-12-10 15:04:57 UTC +++ services/shape_detection/shape_detection_sandbox_hook.h @@ -5,7 +5,13 @@ #ifndef SERVICES_SHAPE_DETECTION_SHAPE_DETECTION_SANDBOX_HOOK_H_ diff --git a/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc b/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc index 924c9abb0059..1334deebd293 100644 --- a/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc +++ b/www/iridium/files/patch-services_shape__detection_shape__detection__service.cc @@ -1,4 +1,4 @@ ---- services/shape_detection/shape_detection_service.cc.orig 2025-10-28 14:29:43 UTC +--- services/shape_detection/shape_detection_service.cc.orig 2025-12-10 15:04:57 UTC +++ services/shape_detection/shape_detection_service.cc @@ -22,7 +22,7 @@ #elif BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc b/www/iridium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc index bb00b0452cf7..af4537e8051b 100644 --- a/www/iridium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc +++ b/www/iridium/files/patch-services_tracing_public_cpp_perfetto_track__name__recorder.cc @@ -1,4 +1,4 @@ ---- services/tracing/public/cpp/perfetto/track_name_recorder.cc.orig 2025-10-28 14:29:43 UTC +--- services/tracing/public/cpp/perfetto/track_name_recorder.cc.orig 2025-12-10 15:04:57 UTC +++ services/tracing/public/cpp/perfetto/track_name_recorder.cc @@ -53,7 +53,7 @@ void FillThreadTrack(const perfetto::ThreadTrack& trac desc.mutable_chrome_thread()->set_thread_type( diff --git a/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc b/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc index 01f75d2ac217..86ae777c3974 100644 --- a/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc +++ b/www/iridium/files/patch-services_tracing_public_cpp_stack__sampling_tracing__sampler__profiler.cc @@ -1,4 +1,4 @@ ---- services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc.orig 2025-10-28 14:29:43 UTC +--- services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc.orig 2025-12-10 15:04:57 UTC +++ services/tracing/public/cpp/stack_sampling/tracing_sampler_profiler.cc @@ -39,7 +39,7 @@ #include "third_party/perfetto/protos/perfetto/trace/track_event/process_descriptor.pbzero.h" diff --git a/www/iridium/files/patch-services_tracing_public_cpp_system__metrics__sampler.cc b/www/iridium/files/patch-services_tracing_public_cpp_system__metrics__sampler.cc index 119fd3390f0b..778d92bff951 100644 --- a/www/iridium/files/patch-services_tracing_public_cpp_system__metrics__sampler.cc +++ b/www/iridium/files/patch-services_tracing_public_cpp_system__metrics__sampler.cc @@ -1,4 +1,4 @@ ---- services/tracing/public/cpp/system_metrics_sampler.cc.orig 2025-06-19 07:37:57 UTC +--- services/tracing/public/cpp/system_metrics_sampler.cc.orig 2025-12-10 15:04:57 UTC +++ services/tracing/public/cpp/system_metrics_sampler.cc @@ -166,8 +166,8 @@ void SystemMetricsSampler::ProcessSampler::SampleProce TRACE_COUNTER(TRACE_DISABLED_BY_DEFAULT("system_metrics"), diff --git a/www/iridium/files/patch-services_video__capture_public_mojom_video__capture__service.mojom b/www/iridium/files/patch-services_video__capture_public_mojom_video__capture__service.mojom index bd4c807d964c..737d10166582 100644 --- a/www/iridium/files/patch-services_video__capture_public_mojom_video__capture__service.mojom +++ b/www/iridium/files/patch-services_video__capture_public_mojom_video__capture__service.mojom @@ -1,4 +1,4 @@ ---- services/video_capture/public/mojom/video_capture_service.mojom.orig 2025-05-07 06:48:23 UTC +--- services/video_capture/public/mojom/video_capture_service.mojom.orig 2025-12-10 15:04:57 UTC +++ services/video_capture/public/mojom/video_capture_service.mojom @@ -25,10 +25,10 @@ interface AcceleratorFactory { pending_receiver<chromeos_camera.mojom.MjpegDecodeAccelerator> jda); diff --git a/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc b/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc deleted file mode 100644 index 96c557b420ca..000000000000 --- a/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.cc +++ /dev/null @@ -1,27 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.cc.orig 2025-05-07 06:48:23 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.cc -@@ -6,7 +6,13 @@ - - #include <dlfcn.h> - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - #include "services/on_device_model/ml/chrome_ml_holder.h" - - namespace video_effects { -@@ -29,8 +35,10 @@ bool VideoEffectsPreSandboxHook( - DVLOG(1) << "Successfully opened Chrome ML shared library."; - } - -+#if !BUILDFLAG(IS_BSD) - auto* instance = sandbox::policy::SandboxLinux::GetInstance(); - instance->EngageNamespaceSandboxIfPossible(); -+#endif - return true; - } - diff --git a/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h b/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h deleted file mode 100644 index 3c90df573d76..000000000000 --- a/www/iridium/files/patch-services_video__effects_video__effects__sandbox__hook__linux.h +++ /dev/null @@ -1,16 +0,0 @@ ---- services/video_effects/video_effects_sandbox_hook_linux.h.orig 2025-05-07 06:48:23 UTC -+++ services/video_effects/video_effects_sandbox_hook_linux.h -@@ -5,7 +5,13 @@ - #ifndef SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - #define SERVICES_VIDEO_EFFECTS_VIDEO_EFFECTS_SANDBOX_HOOK_LINUX_H_ - -+#include "build/build_config.h" -+ -+#if BUILDFLAG(IS_BSD) -+#include "sandbox/policy/sandbox.h" -+#else - #include "sandbox/policy/linux/sandbox_linux.h" -+#endif - - namespace video_effects { - diff --git a/www/iridium/files/patch-services_viz_public_mojom_BUILD.gn b/www/iridium/files/patch-services_viz_public_mojom_BUILD.gn index ac6e14864d45..0d05567778e3 100644 --- a/www/iridium/files/patch-services_viz_public_mojom_BUILD.gn +++ b/www/iridium/files/patch-services_viz_public_mojom_BUILD.gn @@ -1,4 +1,4 @@ ---- services/viz/public/mojom/BUILD.gn.orig 2025-10-28 14:29:43 UTC +--- services/viz/public/mojom/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ services/viz/public/mojom/BUILD.gn @@ -53,7 +53,7 @@ mojom("mojom") { diff --git a/www/iridium/files/patch-skia_ext_SkMemory__new__handler.cpp b/www/iridium/files/patch-skia_ext_SkMemory__new__handler.cpp index f34f15640459..144e6b3f39c4 100644 --- a/www/iridium/files/patch-skia_ext_SkMemory__new__handler.cpp +++ b/www/iridium/files/patch-skia_ext_SkMemory__new__handler.cpp @@ -1,4 +1,4 @@ ---- skia/ext/SkMemory_new_handler.cpp.orig 2025-05-07 06:48:23 UTC +--- skia/ext/SkMemory_new_handler.cpp.orig 2025-12-10 15:04:57 UTC +++ skia/ext/SkMemory_new_handler.cpp @@ -24,7 +24,7 @@ #include <windows.h> diff --git a/www/iridium/files/patch-skia_ext_font__utils.cc b/www/iridium/files/patch-skia_ext_font__utils.cc index c4566fb137b1..dcfd749f59d3 100644 --- a/www/iridium/files/patch-skia_ext_font__utils.cc +++ b/www/iridium/files/patch-skia_ext_font__utils.cc @@ -1,4 +1,4 @@ ---- skia/ext/font_utils.cc.orig 2025-09-11 13:19:19 UTC +--- skia/ext/font_utils.cc.orig 2025-12-10 15:04:57 UTC +++ skia/ext/font_utils.cc @@ -21,7 +21,7 @@ #include "third_party/skia/include/ports/SkFontMgr_mac_ct.h" diff --git a/www/iridium/files/patch-skia_ext_skcolorspace__trfn.cc b/www/iridium/files/patch-skia_ext_skcolorspace__trfn.cc index 708e437e3a8f..0e69e941e0c6 100644 --- a/www/iridium/files/patch-skia_ext_skcolorspace__trfn.cc +++ b/www/iridium/files/patch-skia_ext_skcolorspace__trfn.cc @@ -1,4 +1,4 @@ ---- skia/ext/skcolorspace_trfn.cc.orig 2025-05-07 06:48:23 UTC +--- skia/ext/skcolorspace_trfn.cc.orig 2025-12-10 15:04:57 UTC +++ skia/ext/skcolorspace_trfn.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be diff --git a/www/iridium/files/patch-sql_database.cc b/www/iridium/files/patch-sql_database.cc new file mode 100644 index 000000000000..421d0dcbba18 --- /dev/null +++ b/www/iridium/files/patch-sql_database.cc @@ -0,0 +1,11 @@ +--- sql/database.cc.orig 2025-12-10 15:04:57 UTC ++++ sql/database.cc +@@ -106,7 +106,7 @@ bool FilePathIsFixedSSD(const base::FilePath& path) { + + return !drive_info->has_seek_penalty.value_or(false) + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + && !drive_info->is_removable.value_or(false) + #endif + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) diff --git a/www/iridium/files/patch-third__party_abseil-cpp_absl_base_config.h b/www/iridium/files/patch-third__party_abseil-cpp_absl_base_config.h index cbfb4198b9be..950b91c037c3 100644 --- a/www/iridium/files/patch-third__party_abseil-cpp_absl_base_config.h +++ b/www/iridium/files/patch-third__party_abseil-cpp_absl_base_config.h @@ -1,4 +1,4 @@ ---- third_party/abseil-cpp/absl/base/config.h.orig 2025-11-06 10:11:34 UTC +--- third_party/abseil-cpp/absl/base/config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/abseil-cpp/absl/base/config.h @@ -412,7 +412,7 @@ static_assert(ABSL_INTERNAL_INLINE_NAMESPACE_STR[0] != #ifdef ABSL_HAVE_SCHED_YIELD diff --git a/www/iridium/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc b/www/iridium/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc index 8e5a0a68bbc9..3e58eb1b2900 100644 --- a/www/iridium/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc +++ b/www/iridium/files/patch-third__party_abseil-cpp_absl_base_internal_sysinfo.cc @@ -1,4 +1,4 @@ ---- third_party/abseil-cpp/absl/base/internal/sysinfo.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/abseil-cpp/absl/base/internal/sysinfo.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/abseil-cpp/absl/base/internal/sysinfo.cc @@ -30,7 +30,7 @@ #include <sys/syscall.h> diff --git a/www/iridium/files/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h b/www/iridium/files/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h index b24d16c512fc..1417ef057e38 100644 --- a/www/iridium/files/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h +++ b/www/iridium/files/patch-third__party_abseil-cpp_absl_debugging_internal_elf__mem__image.h @@ -1,4 +1,4 @@ ---- third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h.orig 2025-11-06 10:11:34 UTC +--- third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h.orig 2025-12-10 15:04:57 UTC +++ third_party/abseil-cpp/absl/debugging/internal/elf_mem_image.h @@ -35,7 +35,7 @@ #if defined(__ELF__) && !defined(__OpenBSD__) && !defined(__QNX__) && \ diff --git a/www/iridium/files/patch-third__party_angle_BUILD.gn b/www/iridium/files/patch-third__party_angle_BUILD.gn index 1d34b1ce66e5..fce2f36b29f3 100644 --- a/www/iridium/files/patch-third__party_angle_BUILD.gn +++ b/www/iridium/files/patch-third__party_angle_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/angle/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/angle/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/BUILD.gn @@ -367,7 +367,6 @@ config("extra_warnings") { "-Wtautological-type-limit-compare", diff --git a/www/iridium/files/patch-third__party_angle_src_common_platform.h b/www/iridium/files/patch-third__party_angle_src_common_platform.h index 0f84d97e0d17..1c8bf50ce4e4 100644 --- a/www/iridium/files/patch-third__party_angle_src_common_platform.h +++ b/www/iridium/files/patch-third__party_angle_src_common_platform.h @@ -1,4 +1,4 @@ ---- third_party/angle/src/common/platform.h.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/common/platform.h.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/common/platform.h @@ -23,7 +23,15 @@ #elif defined(__linux__) || defined(EMSCRIPTEN) diff --git a/www/iridium/files/patch-third__party_angle_src_common_platform__helpers.h b/www/iridium/files/patch-third__party_angle_src_common_platform__helpers.h index 02fcf9d3a60c..22a13c4b1d44 100644 --- a/www/iridium/files/patch-third__party_angle_src_common_platform__helpers.h +++ b/www/iridium/files/patch-third__party_angle_src_common_platform__helpers.h @@ -1,4 +1,4 @@ ---- third_party/angle/src/common/platform_helpers.h.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/common/platform_helpers.h.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/common/platform_helpers.h @@ -62,7 +62,7 @@ inline constexpr bool IsIOS() diff --git a/www/iridium/files/patch-third__party_angle_src_common_system__utils.cpp b/www/iridium/files/patch-third__party_angle_src_common_system__utils.cpp index e03b4ea7baa2..2ff44f299cdb 100644 --- a/www/iridium/files/patch-third__party_angle_src_common_system__utils.cpp +++ b/www/iridium/files/patch-third__party_angle_src_common_system__utils.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/common/system_utils.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/common/system_utils.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/common/system_utils.cpp @@ -25,7 +25,7 @@ namespace angle { diff --git a/www/iridium/files/patch-third__party_angle_src_common_system__utils__linux.cpp b/www/iridium/files/patch-third__party_angle_src_common_system__utils__linux.cpp index 88b13a82ee96..de5300418722 100644 --- a/www/iridium/files/patch-third__party_angle_src_common_system__utils__linux.cpp +++ b/www/iridium/files/patch-third__party_angle_src_common_system__utils__linux.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/common/system_utils_linux.cpp.orig 2025-10-28 14:29:43 UTC +--- third_party/angle/src/common/system_utils_linux.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/common/system_utils_linux.cpp @@ -19,10 +19,15 @@ #include <sys/types.h> diff --git a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h index 13357d3d5358..e8dbb4341269 100644 --- a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h +++ b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__internal.h @@ -1,4 +1,4 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_internal.h.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/gpu_info_util/SystemInfo_internal.h.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/gpu_info_util/SystemInfo_internal.h @@ -15,6 +15,13 @@ namespace angle diff --git a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp index 7b32d56283a3..73f862ed4144 100644 --- a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp +++ b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__libpci.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/gpu_info_util/SystemInfo_libpci.cpp @@ -12,6 +12,11 @@ #include <pci/pci.h> diff --git a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp index 86fdad90ef20..965af9409564 100644 --- a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp +++ b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__linux.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/gpu_info_util/SystemInfo_linux.cpp @@ -71,6 +71,24 @@ bool GetPCIDevicesWithLibPCI(std::vector<GPUDeviceInfo diff --git a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp index 2141d6e2efd3..ace7071cd3f6 100644 --- a/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp +++ b/www/iridium/files/patch-third__party_angle_src_gpu__info__util_SystemInfo__x11.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/gpu_info_util/SystemInfo_x11.cpp @@ -8,6 +8,10 @@ diff --git a/www/iridium/files/patch-third__party_angle_src_libANGLE_Display.cpp b/www/iridium/files/patch-third__party_angle_src_libANGLE_Display.cpp index d3bb1cdddd63..0b19e1afd292 100644 --- a/www/iridium/files/patch-third__party_angle_src_libANGLE_Display.cpp +++ b/www/iridium/files/patch-third__party_angle_src_libANGLE_Display.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/libANGLE/Display.cpp.orig 2025-10-28 14:29:43 UTC +--- third_party/angle/src/libANGLE/Display.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/libANGLE/Display.cpp @@ -62,7 +62,7 @@ # include "libANGLE/renderer/gl/wgl/DisplayWGL.h" diff --git a/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp b/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp index 9194739ba60e..d164c912b6f3 100644 --- a/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp +++ b/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_gl_glx_FunctionsGLX.cpp @@ -1,4 +1,4 @@ ---- third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/libANGLE/renderer/gl/glx/FunctionsGLX.cpp @@ -144,10 +144,10 @@ bool FunctionsGLX::initialize(Display *xDisplay, int s // which a GLXWindow was ever created. diff --git a/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h b/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h index dd03d40e6f1e..40000c2dbaab 100644 --- a/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h +++ b/www/iridium/files/patch-third__party_angle_src_libANGLE_renderer_vulkan_DisplayVk__api.h @@ -1,4 +1,4 @@ ---- third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk_api.h.orig 2025-05-07 06:48:23 UTC +--- third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk_api.h.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/src/libANGLE/renderer/vulkan/DisplayVk_api.h @@ -23,7 +23,7 @@ bool IsVulkanWin32DisplayAvailable(); DisplayImpl *CreateVulkanWin32Display(const egl::DisplayState &state); diff --git a/www/iridium/files/patch-third__party_angle_util_BUILD.gn b/www/iridium/files/patch-third__party_angle_util_BUILD.gn index b4551e2befa5..13b7cee05568 100644 --- a/www/iridium/files/patch-third__party_angle_util_BUILD.gn +++ b/www/iridium/files/patch-third__party_angle_util_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/angle/util/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/angle/util/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/angle/util/BUILD.gn @@ -334,7 +334,7 @@ foreach(is_shared_library, ] diff --git a/www/iridium/files/patch-third__party_blink_common_features.cc b/www/iridium/files/patch-third__party_blink_common_features.cc index 4867bf260c95..cceed3eaad82 100644 --- a/www/iridium/files/patch-third__party_blink_common_features.cc +++ b/www/iridium/files/patch-third__party_blink_common_features.cc @@ -1,6 +1,6 @@ ---- third_party/blink/common/features.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/common/features.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/common/features.cc -@@ -572,7 +572,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, +@@ -588,7 +588,7 @@ BASE_FEATURE_PARAM(base::TimeDelta, BASE_FEATURE(kDevToolsImprovedNetworkError, base::FEATURE_DISABLED_BY_DEFAULT); BASE_FEATURE(kDirectCompositorThreadIpc, @@ -9,3 +9,12 @@ base::FEATURE_ENABLED_BY_DEFAULT #else base::FEATURE_DISABLED_BY_DEFAULT +@@ -1946,7 +1946,7 @@ BASE_FEATURE(kPrefetchFontLookupTables, + // currently out of scope. + BASE_FEATURE(kPreloadingEagerHoverHeuristics, + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + base::FEATURE_ENABLED_BY_DEFAULT + #else + base::FEATURE_DISABLED_BY_DEFAULT diff --git a/www/iridium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc b/www/iridium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc index 2943655ef77d..63986b640347 100644 --- a/www/iridium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc +++ b/www/iridium/files/patch-third__party_blink_common_renderer__preferences_renderer__preferences__mojom__traits.cc @@ -1,4 +1,4 @@ ---- third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/common/renderer_preferences/renderer_preferences_mojom_traits.cc @@ -78,7 +78,7 @@ bool StructTraits<blink::mojom::RendererPreferencesDat diff --git a/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h b/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h index 1275ccda3c01..5f10aa1e075d 100644 --- a/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h +++ b/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences.h @@ -1,4 +1,4 @@ ---- third_party/blink/public/common/renderer_preferences/renderer_preferences.h.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/public/common/renderer_preferences/renderer_preferences.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/public/common/renderer_preferences/renderer_preferences.h @@ -66,7 +66,7 @@ struct BLINK_COMMON_EXPORT RendererPreferences { UserAgentOverride user_agent_override; diff --git a/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h b/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h index 0d77a0e1927b..7e1d86acfd6a 100644 --- a/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h +++ b/www/iridium/files/patch-third__party_blink_public_common_renderer__preferences_renderer__preferences__mojom__traits.h @@ -1,4 +1,4 @@ ---- third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/public/common/renderer_preferences/renderer_preferences_mojom_traits.h @@ -185,7 +185,7 @@ struct BLINK_COMMON_EXPORT return data.send_subresource_notification; diff --git a/www/iridium/files/patch-third__party_blink_public_platform_platform.h b/www/iridium/files/patch-third__party_blink_public_platform_platform.h index 20c66d9b9b2c..8432c8c34407 100644 --- a/www/iridium/files/patch-third__party_blink_public_platform_platform.h +++ b/www/iridium/files/patch-third__party_blink_public_platform_platform.h @@ -1,6 +1,6 @@ ---- third_party/blink/public/platform/platform.h.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/public/platform/platform.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/public/platform/platform.h -@@ -376,7 +376,7 @@ class BLINK_PLATFORM_EXPORT Platform { +@@ -377,7 +377,7 @@ class BLINK_PLATFORM_EXPORT Platform { return nullptr; } diff --git a/www/iridium/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py b/www/iridium/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py index 4929a4c78f4a..341ff46a7302 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py +++ b/www/iridium/files/patch-third__party_blink_renderer_bindings_scripts_bind__gen_style__format.py @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/bindings/scripts/bind_gen/style_format.py @@ -30,7 +30,7 @@ def init(root_src_dir, enable_style_format=True): diff --git a/www/iridium/files/patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py b/www/iridium/files/patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py index 6515ec2eb6f5..57cc0c464267 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py +++ b/www/iridium/files/patch-third__party_blink_renderer_build_scripts_run__with__pythonpath.py @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/build/scripts/run_with_pythonpath.py.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/build/scripts/run_with_pythonpath.py.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/build/scripts/run_with_pythonpath.py @@ -22,6 +22,7 @@ def main(): existing_pp = ( diff --git a/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc b/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc index e012f0574ed6..aec207fd86cf 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_controller_blink__initializer.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/controller/blink_initializer.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/controller/blink_initializer.cc -@@ -82,12 +82,12 @@ +@@ -83,12 +83,12 @@ #include "third_party/blink/renderer/controller/private_memory_footprint_provider.h" #endif @@ -15,7 +15,7 @@ #include "third_party/blink/renderer/controller/highest_pmf_reporter.h" #include "third_party/blink/renderer/controller/user_level_memory_pressure_signal_generator.h" #endif -@@ -255,7 +255,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder +@@ -261,7 +261,7 @@ void BlinkInitializer::RegisterInterfaces(mojo::Binder main_thread_task_runner); #endif @@ -24,7 +24,7 @@ binders.Add<mojom::blink::MemoryUsageMonitorLinux>( ConvertToBaseRepeatingCallback( CrossThreadBindRepeating(&MemoryUsageMonitorPosix::Bind)), -@@ -304,7 +304,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform +@@ -310,7 +310,7 @@ void BlinkInitializer::RegisterMemoryWatchers(Platform MemorySaverController::Initialize(); #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \ diff --git a/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc b/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc index de9619525f48..b2674e8b3052 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/controller/memory_usage_monitor_posix.cc.orig 2025-06-19 07:37:57 UTC +--- third_party/blink/renderer/controller/memory_usage_monitor_posix.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/controller/memory_usage_monitor_posix.cc @@ -132,15 +132,17 @@ void MemoryUsageMonitorPosix::ResetFileDescriptors() { diff --git a/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h b/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h index 9b01eb6d9a2c..3054f2b66fbf 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h +++ b/www/iridium/files/patch-third__party_blink_renderer_controller_memory__usage__monitor__posix.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/controller/memory_usage_monitor_posix.h.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/controller/memory_usage_monitor_posix.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/controller/memory_usage_monitor_posix.h @@ -13,7 +13,7 @@ #include "third_party/blink/renderer/controller/controller_export.h" diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_dom_tree__scope.h b/www/iridium/files/patch-third__party_blink_renderer_core_dom_tree__scope.h index 33b165cdf621..f503fe3c4bae 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_dom_tree__scope.h +++ b/www/iridium/files/patch-third__party_blink_renderer_core_dom_tree__scope.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/dom/tree_scope.h.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/dom/tree_scope.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/dom/tree_scope.h @@ -28,6 +28,7 @@ #define THIRD_PARTY_BLINK_RENDERER_CORE_DOM_TREE_SCOPE_H_ diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc b/www/iridium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc index 1b2828538829..9efc86d87a6d 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_editing_editing__behavior.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/editing/editing_behavior.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/core/editing/editing_behavior.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/editing/editing_behavior.cc @@ -138,7 +138,7 @@ const KeyboardCodeKeyDownEntry kKeyboardCodeKeyDownEnt {VKEY_DELETE, 0, "DeleteForward"}, diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc b/www/iridium/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc index 18658df9b043..c95fe4c7d5f6 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_execution__context_navigator__base.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/execution_context/navigator_base.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/core/execution_context/navigator_base.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/execution_context/navigator_base.cc @@ -31,7 +31,7 @@ String GetReducedNavigatorPlatform() { return "Win32"; diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc b/www/iridium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc index cb3044cc8d23..0d20fea856cd 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_exported_web__view__impl.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/exported/web_view_impl.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/exported/web_view_impl.cc -@@ -422,7 +422,7 @@ void RecordPrerenderActivationSignalDelay(const String +@@ -423,7 +423,7 @@ void RecordPrerenderActivationSignalDelay(const String #if !BUILDFLAG(IS_MAC) && !BUILDFLAG(IS_WIN) SkFontHinting RendererPreferencesToSkiaHinting( const blink::RendererPreferences& prefs) { @@ -9,7 +9,7 @@ if (!prefs.should_antialias_text) { // When anti-aliasing is off, GTK maps all non-zero hinting settings to // 'Normal' hinting so we do the same. Otherwise, folks who have 'Slight' -@@ -3467,7 +3467,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs +@@ -3478,7 +3478,7 @@ void WebViewImpl::UpdateFontRenderingFromRendererPrefs gfx::FontRenderParams::SUBPIXEL_RENDERING_NONE); WebFontRenderStyle::SetSubpixelPositioning( renderer_preferences_.use_subpixel_positioning); diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc b/www/iridium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc index fa0eb48d72ad..d9bb81377c95 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_frame_web__frame__test.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/core/frame/web_frame_test.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/frame/web_frame_test.cc -@@ -6469,7 +6469,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { +@@ -6475,7 +6475,7 @@ TEST_F(WebFrameTest, DISABLED_PositionForPointTest) { } #if BUILDFLAG(IS_FUCHSIA) || BUILDFLAG(IS_APPLE) || BUILDFLAG(IS_LINUX) || \ @@ -9,7 +9,7 @@ // TODO(crbug.com/1090246): Fix these tests on Fuchsia and re-enable. // TODO(crbug.com/1317375): Build these tests on all platforms. #define MAYBE_SelectRangeStaysHorizontallyAlignedWhenMoved \ -@@ -6878,7 +6878,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc +@@ -6884,7 +6884,7 @@ TEST_F(CompositedSelectionBoundsTest, LargeSelectionSc TEST_F(CompositedSelectionBoundsTest, LargeSelectionNoScroll) { RunTest("composited_selection_bounds_large_selection_noscroll.html"); } diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc b/www/iridium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc index 84f4841a59b1..f046d8436e19 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_html_canvas_canvas__async__blob__creator.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/html/canvas/canvas_async_blob_creator.cc @@ -52,7 +52,7 @@ constexpr base::TimeDelta kEncodeRowSlackBeforeDeadlin diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc b/www/iridium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc index fd09d413c711..394420ebaed9 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_inspector_inspector__memory__agent.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/inspector/inspector_memory_agent.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/core/inspector/inspector_memory_agent.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/inspector/inspector_memory_agent.cc @@ -192,7 +192,7 @@ InspectorMemoryAgent::GetSamplingProfileById(uint32_t diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc b/www/iridium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc index 88c2da22c072..988ab379ce12 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_layout_layout__view.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/layout/layout_view.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/core/layout/layout_view.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/layout/layout_view.cc @@ -75,7 +75,7 @@ #include "ui/display/screen_info.h" diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc b/www/iridium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc index 9c2ee884636c..db7b7c929d24 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_origin__trials_origin__trial__context.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/origin_trials/origin_trial_context.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/origin_trials/origin_trial_context.cc @@ -559,7 +559,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const } @@ -9,3 +9,12 @@ return base::FeatureList::IsEnabled(features::kTranslationAPI); #else return false; +@@ -572,7 +572,7 @@ bool OriginTrialContext::CanEnableTrialFromName(const + + if (trial_name == "WebAppInstallation") { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ +- BUILDFLAG(IS_CHROMEOS) ++ BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(blink::features::kWebAppInstallation); + #else + return false; diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc b/www/iridium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc index 966e49a69507..62d9df96452e 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_page_context__menu__controller.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/page/context_menu_controller.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/page/context_menu_controller.cc -@@ -649,7 +649,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame +@@ -650,7 +650,7 @@ bool ContextMenuController::ShowContextMenu(LocalFrame if (potential_image_node != nullptr && IsA<HTMLCanvasElement>(potential_image_node)) { data.media_type = mojom::blink::ContextMenuDataMediaType::kCanvas; diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc b/www/iridium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc index 4e93f3ad343b..ee1fbb55eef1 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_paint_paint__layer.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/paint/paint_layer.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/core/paint/paint_layer.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/paint/paint_layer.cc @@ -123,7 +123,7 @@ namespace blink { diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc b/www/iridium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc index 338e4a8c04de..d030786ea84f 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_scroll_scrollbar__theme__aura.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/scroll/scrollbar_theme_aura.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/scroll/scrollbar_theme_aura.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/scroll/scrollbar_theme_aura.cc @@ -122,7 +122,7 @@ bool ScrollbarThemeAura::SupportsDragSnapBack() const // Disable snapback on desktop Linux to better integrate with the desktop diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor.h b/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor.h index 720bc102c660..934bc94c866f 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor.h +++ b/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/xml/xslt_processor.h.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/core/xml/xslt_processor.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/xml/xslt_processor.h @@ -82,7 +82,11 @@ class XSLTProcessor final : public ScriptWrappable { diff --git a/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc b/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc index b5a91db9e6b2..e50c01bfb378 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_core_xml_xslt__processor__libxslt.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/core/xml/xslt_processor_libxslt.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/core/xml/xslt_processor_libxslt.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/core/xml/xslt_processor_libxslt.cc @@ -68,7 +68,11 @@ void XSLTProcessor::GenericErrorFunc(void*, const char // It would be nice to do something with this error message. diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc index d92080121d14..f33a79b6ab5d 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__device__factory.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/media/audio/audio_device_factory.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/modules/media/audio/audio_device_factory.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/media/audio/audio_device_factory.cc @@ -33,7 +33,7 @@ namespace { // Set when the default factory is overridden. diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc index 7ce1f183bf7f..d3f9d1a09997 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_media_audio_audio__renderer__mixer__manager__test.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/media/audio/audio_renderer_mixer_manager_test.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/modules/media/audio/audio_renderer_mixer_manager_test.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/media/audio/audio_renderer_mixer_manager_test.cc @@ -857,7 +857,7 @@ TEST_F(AudioRendererMixerManagerTest, MixerParamsLaten mixer->get_output_params_for_testing().sample_rate()); diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc index 7b0f9a175d20..9a742e7d52ea 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_rtc__data__channel.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/peerconnection/rtc_data_channel.cc @@ -538,6 +538,7 @@ void RTCDataChannel::send(Blob* data, ExceptionState& pending_messages_.push_back(message); diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc index 0c3d065f4efe..6e7b69c66019 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_peerconnection_webrtc__audio__renderer__test.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/peerconnection/webrtc_audio_renderer_test.cc @@ -385,7 +385,7 @@ TEST_F(WebRtcAudioRendererTest, DISABLED_VerifySinkPar SetupRenderer(kDefaultOutputDeviceId); diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc index f3d5788d5d49..68881b3efdb7 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_webaudio_audio__worklet__thread__test.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/webaudio/audio_worklet_thread_test.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/modules/webaudio/audio_worklet_thread_test.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/webaudio/audio_worklet_thread_test.cc @@ -465,7 +465,7 @@ class AudioWorkletThreadPriorityTest diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc index 48c14e860a10..e7660ee15f8a 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_webgl_webgl__rendering__context__base.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc -@@ -6621,7 +6621,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid +@@ -6588,7 +6588,7 @@ void WebGLRenderingContextBase::TexImageHelperMediaVid // unmultiply has been requested or we need to never premultiply for Image // creation from a VideoFrame. diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc index d017c88bf4f7..b8f8f1f5c299 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__canvas__context.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_canvas_context.cc @@ -255,7 +255,7 @@ GPUCanvasContext::PaintRenderingResultsToCanvas( diff --git a/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc b/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc index f26ada4e5736..237cfd42bc0c 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_modules_webgpu_gpu__queue.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/modules/webgpu/gpu_queue.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/modules/webgpu/gpu_queue.cc -@@ -829,7 +829,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( +@@ -892,7 +892,7 @@ bool GPUQueue::CopyFromCanvasSourceImage( // on linux platform. // TODO(crbug.com/1424119): using a webgpu mailbox texture on the OpenGLES // backend is failing for unknown reasons. diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_BUILD.gn b/www/iridium/files/patch-third__party_blink_renderer_platform_BUILD.gn index 41309318aead..62afcca3c99a 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_BUILD.gn +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/platform/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/BUILD.gn -@@ -2079,7 +2079,7 @@ static_library("test_support") { +@@ -2075,7 +2075,7 @@ static_library("test_support") { ] # fuzzed_data_provider may not work with a custom toolchain. diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc index 9469ab1c5c6f..654e90020817 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_cache.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/platform/fonts/font_cache.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/font_cache.cc @@ -80,7 +80,7 @@ const char kMonoEmojiLocale[] = "und-Zsym"; extern const char kNotoColorEmojiCompat[] = "Noto Color Emoji Compat"; diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h index 327d64729ccf..41d2d6ea4b66 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__cache.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/platform/fonts/font_cache.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/font_cache.h @@ -55,7 +55,7 @@ #include "third_party/skia/include/core/SkFontMgr.h" diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc index ada54f09a7df..2c08530d93fb 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__description.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_description.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/platform/fonts/font_description.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/font_description.cc @@ -45,7 +45,7 @@ #include "third_party/blink/renderer/platform/wtf/text/string_hash.h" diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc index b3a01bb8ab21..e7841a64c0c8 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__metrics.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_metrics.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/blink/renderer/platform/fonts/font_metrics.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/font_metrics.cc @@ -40,7 +40,7 @@ namespace blink { diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc index 0ee5f59eb26c..0392bca2b5ea 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_font__unique__name__lookup.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/font_unique_name_lookup.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/platform/fonts/font_unique_name_lookup.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/font_unique_name_lookup.cc @@ -9,7 +9,7 @@ #if BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc index 8a6b49012714..3ef0d638d4d8 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_fonts_skia_font__cache__skia.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc.orig 2025-11-12 18:20:14 UTC +--- third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/fonts/skia/font_cache_skia.cc @@ -66,7 +66,7 @@ AtomicString ToAtomicString(const SkString& str) { return AtomicString::FromUTF8(std::string_view(str.begin(), str.end())); diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc index fe89bf058aec..76c3c54961e1 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_begin__frame__provider.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/graphics/begin_frame_provider.cc.orig 2025-06-19 07:37:57 UTC +--- third_party/blink/renderer/platform/graphics/begin_frame_provider.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/graphics/begin_frame_provider.cc @@ -70,8 +70,12 @@ void BeginFrameProvider::CreateCompositorFrameSinkIfNe diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc index 7e7fd33d44bf..30449544d4eb 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_gpu_image__layer__bridge.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/graphics/gpu/image_layer_bridge.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/platform/graphics/gpu/image_layer_bridge.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/graphics/gpu/image_layer_bridge.cc @@ -47,7 +47,7 @@ scoped_refptr<StaticBitmapImage> MakeAccelerated( diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc index 35b551fa2e2c..c4dceb9c8be7 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_graphics_video__frame__submitter.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/blink/renderer/platform/graphics/video_frame_submitter.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/graphics/video_frame_submitter.cc @@ -380,7 +380,7 @@ void VideoFrameSubmitter::OnBeginFrame( auto& details = timing_details.find(frame_token)->value; diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc index 924523f621a4..b239248014b8 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_instrumentation_partition__alloc__memory__dump__provider.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/instrumentation/partition_alloc_memory_dump_provider.cc @@ -14,7 +14,9 @@ diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc deleted file mode 100644 index aa81c3ebd5ff..000000000000 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_rtc__video__encoder__factory.cc +++ /dev/null @@ -1,20 +0,0 @@ ---- third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc.orig 2025-11-06 10:11:34 UTC -+++ third_party/blink/renderer/platform/peerconnection/rtc_video_encoder_factory.cc -@@ -36,7 +36,7 @@ namespace blink { - - namespace { - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - // Enables H.264 CBP encode acceleration. - BASE_FEATURE(kPlatformH264CbpEncoding, - #if BUILDFLAG(IS_WIN) -@@ -327,7 +327,7 @@ SupportedFormats GetSupportedFormatsInternal( - supported_formats.profiles.push_back(profile.profile); - supported_formats.sdp_formats.push_back(std::move(*format)); - --#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) -+#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) - const bool kShouldAddH264Cbp = - base::FeatureList::IsEnabled(kPlatformH264CbpEncoding) && - profile.profile == media::VideoCodecProfile::H264PROFILE_BASELINE; diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc new file mode 100644 index 000000000000..f1b0062ab543 --- /dev/null +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_peerconnection_webrtc__util.cc @@ -0,0 +1,20 @@ +--- third_party/blink/renderer/platform/peerconnection/webrtc_util.cc.orig 2025-12-10 15:04:57 UTC ++++ third_party/blink/renderer/platform/peerconnection/webrtc_util.cc +@@ -23,7 +23,7 @@ + namespace blink { + + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + // Enables H.264 CBP encode acceleration. + BASE_FEATURE(kPlatformH264CbpEncoding, + #if BUILDFLAG(IS_WIN) +@@ -126,7 +126,7 @@ ConvertToOptionalTimeDelta(std::optional<webrtc::TimeD + bool PLATFORM_EXPORT + IsH264ConstrainedBaselineProfileAvailableForAcceleratedEncoder() { + #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || \ +- BUILDFLAG(IS_ANDROID) ++ BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_BSD) + return base::FeatureList::IsEnabled(kPlatformH264CbpEncoding); + #else + return false; diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 b/www/iridium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 index abf28834f6cc..c2739694c2c9 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_runtime__enabled__features.json5 @@ -1,42 +1,51 @@ ---- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-11-12 18:20:14 UTC +--- third_party/blink/renderer/platform/runtime_enabled_features.json5.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/runtime_enabled_features.json5 -@@ -340,7 +340,7 @@ +@@ -348,7 +348,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, implied_by: ["AIPromptAPIMultimodalInput"], }, -@@ -370,7 +370,7 @@ +@@ -378,7 +378,7 @@ "default": "", }, origin_trial_feature_name: "AIPromptAPIMultimodalInput", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + origin_trial_allows_third_party: true, + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", +@@ -399,7 +399,7 @@ + "default": "", + }, + origin_trial_feature_name: "AIProofreaderAPI", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -406,7 +406,7 @@ +@@ -414,7 +414,7 @@ "default": "", }, origin_trial_feature_name: "AIRewriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -439,7 +439,7 @@ +@@ -447,7 +447,7 @@ "default": "", }, origin_trial_feature_name: "AIWriterAPI", -- origin_trial_os: ["win", "mac", "linux"], -+ origin_trial_os: ["win", "mac", "linux", "openbsd", "freebsd"], +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], origin_trial_allows_third_party: true, base_feature_status: "enabled", copied_from_base_feature_if: "overridden", -@@ -553,7 +553,7 @@ +@@ -576,7 +576,7 @@ name: "AppTitle", status: "experimental", origin_trial_feature_name: "AppTitle", @@ -45,7 +54,16 @@ base_feature: "WebAppEnableAppTitle", }, { -@@ -1781,7 +1781,7 @@ +@@ -1257,7 +1257,7 @@ + name: "CSPHashesV1", + base_feature: "none", + origin_trial_feature_name: "CSPExtendedScriptSrcHashes", +- origin_trial_os: ["win", "linux", "mac", "android", "chromeos"], ++ origin_trial_os: ["win", "linux", "mac", "android", "chromeos", "openbsd", "freebsd"], + status: "experimental", + public: true, + }, +@@ -1838,7 +1838,7 @@ { name: "DeviceBoundSessionCredentials", origin_trial_feature_name: "DeviceBoundSessionCredentials", @@ -54,7 +72,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1789,7 +1789,7 @@ +@@ -1846,7 +1846,7 @@ { name: "DeviceBoundSessionCredentials2", origin_trial_feature_name: "DeviceBoundSessionCredentials2", @@ -63,7 +81,7 @@ status: "experimental", // Killswitch is net::features::kDeviceBoundSessions base_feature: "none", -@@ -1932,7 +1932,7 @@ +@@ -1982,7 +1982,7 @@ name: "DocumentIsolationPolicy", status: "experimental", origin_trial_feature_name: "DocumentIsolationPolicy", @@ -72,7 +90,7 @@ base_feature: "none", }, { -@@ -2175,7 +2175,7 @@ +@@ -2254,7 +2254,7 @@ base_feature: "none", public: true, origin_trial_feature_name: "FedCmMultipleIdentityProviders", @@ -81,7 +99,7 @@ origin_trial_allows_third_party: true, }, { -@@ -3721,7 +3721,7 @@ +@@ -3761,7 +3761,7 @@ // Tracking bug for the implementation: https://crbug.com/1462930 name: "PermissionElement", origin_trial_feature_name: "PermissionElement", @@ -90,7 +108,7 @@ status: "experimental", public: true, base_feature_status: "enabled", -@@ -5312,7 +5312,7 @@ +@@ -5299,7 +5299,7 @@ name: "UnrestrictedSharedArrayBuffer", base_feature: "none", origin_trial_feature_name: "UnrestrictedSharedArrayBuffer", @@ -99,7 +117,16 @@ }, // Enables using policy-controlled feature "usb-unrestricted" to allow // isolated context to access protected USB interface classes and to -@@ -5506,7 +5506,7 @@ +@@ -5481,7 +5481,7 @@ + name: "WebAppInstallation", + status: {"Android": "", "default": "test"}, + origin_trial_feature_name: "WebAppInstallation", +- origin_trial_os: ["win", "mac", "linux", "chromeos"], ++ origin_trial_os: ["win", "mac", "linux", "chromeos", "openbsd", "freebsd"], + base_feature_status: "enabled", + copied_from_base_feature_if: "overridden", + }, +@@ -5493,7 +5493,7 @@ { name: "WebAppScopeExtensions", origin_trial_feature_name: "WebAppScopeExtensions", @@ -108,7 +135,7 @@ status: "experimental", base_feature: "none", }, -@@ -5614,7 +5614,7 @@ +@@ -5601,7 +5601,7 @@ { name: "WebAuthenticationImmediateGet", origin_trial_feature_name: "WebAuthenticationImmediateGet", diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc index 59bd0e46d3ad..72227e23664f 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_scheduler_common_thread.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/scheduler/common/thread.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/platform/scheduler/common/thread.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/scheduler/common/thread.cc @@ -95,7 +95,7 @@ void Thread::CreateAndSetCompositorThread() { // the program's lifetime once assigned. diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc new file mode 100644 index 000000000000..99fb5beb2182 --- /dev/null +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_text_text__break__iterator.cc @@ -0,0 +1,13 @@ +--- third_party/blink/renderer/platform/text/text_break_iterator.cc.orig 2025-12-10 15:04:57 UTC ++++ third_party/blink/renderer/platform/text/text_break_iterator.cc +@@ -102,6 +102,10 @@ static const unsigned char kBreakAllLineBreakClassTabl + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VF + { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // VI + #endif // U_ICU_VERSION_MAJOR_NUM >= 74 ++#if U_ICU_VERSION_MAJOR_NUM >= 78 ++ // Added in ICU 78. https://icu.unicode.org/download/78 ++ { B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0), B(0, 0, 0, 0, 0, 0, 0, 0) }, // UH ++#endif // U_ICU_VERSION_MAJOR_NUM >= 78 + }; + // clang-format on + diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc index 53517de33263..24e8088c7cd5 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_widget_compositing_blink__categorized__worker__pool__delegate.cc @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/widget/compositing/blink_categorized_worker_pool_delegate.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/platform/widget/compositing/blink_categorized_worker_pool_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/widget/compositing/blink_categorized_worker_pool_delegate.cc @@ -27,7 +27,7 @@ BlinkCategorizedWorkerPoolDelegate& BlinkCategorizedWo diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h index c70b31752054..0b40df6a49d2 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_container__annotations.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/wtf/container_annotations.h.orig 2025-05-07 06:48:23 UTC +--- third_party/blink/renderer/platform/wtf/container_annotations.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/wtf/container_annotations.h @@ -11,7 +11,7 @@ // TODO(ochang): Remove the ARCH_CPU_X86_64 condition to enable this for X86 diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h index caf78e8bfb52..e20b69e69674 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_math__extras.h @@ -1,4 +1,4 @@ ---- third_party/blink/renderer/platform/wtf/math_extras.h.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/platform/wtf/math_extras.h.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/wtf/math_extras.h @@ -130,6 +130,10 @@ constexpr float Grad2turn(float g) { return g * (1.0f / 400.0f); diff --git a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc index 2bb4bcf7265c..35f78a5001f1 100644 --- a/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc +++ b/www/iridium/files/patch-third__party_blink_renderer_platform_wtf_stack__util.cc @@ -1,6 +1,6 @@ ---- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/blink/renderer/platform/wtf/stack_util.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/blink/renderer/platform/wtf/stack_util.cc -@@ -27,6 +27,11 @@ extern "C" void* __libc_stack_end; // NOLINT +@@ -22,6 +22,11 @@ extern "C" void* __libc_stack_end; // NOLINT #include <sanitizer/asan_interface.h> #endif @@ -12,7 +12,7 @@ namespace blink { size_t GetUnderestimatedStackSize() { -@@ -71,6 +76,8 @@ size_t GetUnderestimatedStackSize() { +@@ -66,6 +71,8 @@ size_t GetUnderestimatedStackSize() { // low as 512k. // return 512 * 1024; @@ -21,7 +21,7 @@ #elif BUILDFLAG(IS_APPLE) // pthread_get_stacksize_np() returns too low a value for the main thread on // OSX 10.9, -@@ -161,6 +168,13 @@ void* GetStackStartImpl() { +@@ -156,6 +163,13 @@ void* GetStackStartImpl() { ::GetCurrentThreadStackLimits(&lowLimit, &highLimit); return reinterpret_cast<void*>(highLimit); #endif diff --git a/www/iridium/files/patch-third__party_brotli_common_platform.h b/www/iridium/files/patch-third__party_brotli_common_platform.h index aa03fbe7be41..f1fb769efc32 100644 --- a/www/iridium/files/patch-third__party_brotli_common_platform.h +++ b/www/iridium/files/patch-third__party_brotli_common_platform.h @@ -1,4 +1,4 @@ ---- third_party/brotli/common/platform.h.orig 2025-05-07 06:48:23 UTC +--- third_party/brotli/common/platform.h.orig 2025-12-10 15:04:57 UTC +++ third_party/brotli/common/platform.h @@ -28,7 +28,7 @@ #include <brotli/port.h> diff --git a/www/iridium/files/patch-third__party_cpuinfo_cpuinfo.gni b/www/iridium/files/patch-third__party_cpuinfo_cpuinfo.gni index aa8c45f27ccb..e525a7227280 100644 --- a/www/iridium/files/patch-third__party_cpuinfo_cpuinfo.gni +++ b/www/iridium/files/patch-third__party_cpuinfo_cpuinfo.gni @@ -1,4 +1,4 @@ ---- third_party/cpuinfo/cpuinfo.gni.orig 2025-09-11 13:19:19 UTC +--- third_party/cpuinfo/cpuinfo.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/cpuinfo/cpuinfo.gni @@ -7,7 +7,7 @@ use_cpuinfo = current_cpu != "ppc64" && current_cpu != "ppc64le" && diff --git a/www/iridium/files/patch-third__party_crabbyavif_BUILD.gn b/www/iridium/files/patch-third__party_crabbyavif_BUILD.gn index 2f7743b21167..5d7ea532f379 100644 --- a/www/iridium/files/patch-third__party_crabbyavif_BUILD.gn +++ b/www/iridium/files/patch-third__party_crabbyavif_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crabbyavif/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- third_party/crabbyavif/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/crabbyavif/BUILD.gn -@@ -197,12 +197,11 @@ rust_static_library("crabbyavif") { +@@ -198,12 +198,11 @@ rust_static_library("crabbyavif") { "dav1d", "libyuv", "capi", diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni b/www/iridium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni index 8141ea90c57b..4df7b626a39c 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_build_crashpad__buildconfig.gni @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/build/crashpad_buildconfig.gni.orig 2025-06-19 07:37:57 UTC +--- third_party/crashpad/crashpad/build/crashpad_buildconfig.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/build/crashpad_buildconfig.gni @@ -67,7 +67,7 @@ if (crashpad_is_in_chromium) { crashpad_is_tvos = is_ios && target_platform == "tvos" diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn b/www/iridium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn index f2364f44ee61..80c70b8272ba 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_client_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/client/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/crashpad/crashpad/client/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/client/BUILD.gn @@ -148,6 +148,13 @@ static_library("common") { if (crashpad_is_win) { diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc index a38a8c268c39..076e7c5e20ba 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_client_crashpad__client__posix.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/client/crashpad_client_posix.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/client/crashpad_client_posix.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/client/crashpad_client_posix.cc @@ -0,0 +1,40 @@ +// Copyright 2017 The Crashpad Authors. All rights reserved. diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc index 36a375d79d8d..86348d24b465 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_minidump_minidump__misc__info__writer.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.cc @@ -159,6 +159,10 @@ std::string MinidumpMiscInfoDebugBuildString() { static constexpr char kOS[] = "win"; diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h index ebb57ac0ef6a..de16241467fb 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_address__types.h @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/misc/address_types.h.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/misc/address_types.h.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/misc/address_types.h @@ -25,7 +25,7 @@ #include <mach/mach_types.h> diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h index cf1877e98122..21dc0923ec98 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_capture__context.h @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2025-09-11 13:19:19 UTC +--- third_party/crashpad/crashpad/util/misc/capture_context.h.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/misc/capture_context.h @@ -21,8 +21,11 @@ #include <mach/mach.h> diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc index bc6ae3adbbbf..d21b66ae0bfd 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_metrics.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/misc/metrics.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/misc/metrics.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/misc/metrics.cc @@ -25,7 +25,7 @@ #define METRICS_OS_NAME "Win" diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc index 993c87232aa6..59813bec5bef 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_misc_uuid.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/misc/uuid.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/misc/uuid.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/misc/uuid.cc @@ -110,7 +110,7 @@ bool UUID::InitializeWithNew() { InitializeFromBytes(uuid); diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc index 278bdd8402ee..ed4764631596 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_close__multiple.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/posix/close_multiple.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/posix/close_multiple.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/posix/close_multiple.cc @@ -73,7 +73,7 @@ void CloseNowOrOnExec(int fd, bool ebadf_ok) { // This is an advantage over looping over all possible file descriptors, because diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc index 0f55a3be5c07..4ee28696d0bb 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_drop__privileges.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/posix/drop_privileges.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/posix/drop_privileges.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/posix/drop_privileges.cc @@ -25,7 +25,7 @@ void DropPrivileges() { gid_t gid = getgid(); diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc index 13eefa1908ec..5a5409799455 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_signals.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/posix/signals.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/posix/signals.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/posix/signals.cc @@ -51,7 +51,7 @@ constexpr int kCrashSignals[] = { #if defined(SIGEMT) diff --git a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc index 15dcd5562ed1..9741c859deb8 100644 --- a/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc +++ b/www/iridium/files/patch-third__party_crashpad_crashpad_util_posix_symbolic__constants__posix.cc @@ -1,4 +1,4 @@ ---- third_party/crashpad/crashpad/util/posix/symbolic_constants_posix.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/crashpad/crashpad/util/posix/symbolic_constants_posix.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/crashpad/crashpad/util/posix/symbolic_constants_posix.cc @@ -68,7 +68,7 @@ constexpr const char* kSignalNames[] = { "INFO", diff --git a/www/iridium/files/patch-third__party_crc32c_BUILD.gn b/www/iridium/files/patch-third__party_crc32c_BUILD.gn index afe0138cabce..3ffc28fc73bf 100644 --- a/www/iridium/files/patch-third__party_crc32c_BUILD.gn +++ b/www/iridium/files/patch-third__party_crc32c_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/crc32c/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/crc32c/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/crc32c/BUILD.gn -@@ -46,7 +46,7 @@ config("crc32c_config") { +@@ -45,7 +45,7 @@ config("crc32c_config") { } # Android added <sys/auxv.h> in API level 18. diff --git a/www/iridium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h b/www/iridium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h index dd7187131d9e..bc2e6f3cb3a8 100644 --- a/www/iridium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h +++ b/www/iridium/files/patch-third__party_dawn_include_dawn_native_VulkanBackend.h @@ -1,4 +1,4 @@ ---- third_party/dawn/include/dawn/native/VulkanBackend.h.orig 2025-05-07 06:48:23 UTC +--- third_party/dawn/include/dawn/native/VulkanBackend.h.orig 2025-12-10 15:04:57 UTC +++ third_party/dawn/include/dawn/native/VulkanBackend.h @@ -83,7 +83,7 @@ struct ExternalImageExportInfoVk : ExternalImageExport }; diff --git a/www/iridium/files/patch-third__party_dawn_src_dawn_common_Platform.h b/www/iridium/files/patch-third__party_dawn_src_dawn_common_Platform.h index 3dc362f0c3f8..55f1947c4861 100644 --- a/www/iridium/files/patch-third__party_dawn_src_dawn_common_Platform.h +++ b/www/iridium/files/patch-third__party_dawn_src_dawn_common_Platform.h @@ -1,4 +1,4 @@ ---- third_party/dawn/src/dawn/common/Platform.h.orig 2025-05-07 06:48:23 UTC +--- third_party/dawn/src/dawn/common/Platform.h.orig 2025-12-10 15:04:57 UTC +++ third_party/dawn/src/dawn/common/Platform.h @@ -60,6 +60,11 @@ #error "Unsupported Windows platform." diff --git a/www/iridium/files/patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp b/www/iridium/files/patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp index 8a152b08525e..a93494b1b9a0 100644 --- a/www/iridium/files/patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp +++ b/www/iridium/files/patch-third__party_dawn_src_dawn_native_vulkan_BackendVk.cpp @@ -1,4 +1,4 @@ ---- third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp.orig 2025-06-19 07:37:57 UTC +--- third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/dawn/src/dawn/native/vulkan/BackendVk.cpp @@ -56,7 +56,7 @@ constexpr char kSwiftshaderLibName[] = "libvk_swiftsha #endif diff --git a/www/iridium/files/patch-third__party_ffmpeg_BUILD.gn b/www/iridium/files/patch-third__party_ffmpeg_BUILD.gn index 1aadc64c6f61..c594e65fd617 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_BUILD.gn +++ b/www/iridium/files/patch-third__party_ffmpeg_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/BUILD.gn.orig 2025-06-19 07:37:57 UTC +--- third_party/ffmpeg/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/BUILD.gn @@ -355,7 +355,6 @@ target(link_target_type, "ffmpeg_internal") { libs += [ diff --git a/www/iridium/files/patch-third__party_ffmpeg_configure b/www/iridium/files/patch-third__party_ffmpeg_configure index 811d3b793893..8b4c3517ab26 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_configure +++ b/www/iridium/files/patch-third__party_ffmpeg_configure @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/configure.orig 2025-10-28 14:29:43 UTC +--- third_party/ffmpeg/configure.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/configure @@ -6972,8 +6972,8 @@ if ! disabled pthreads && ! enabled w32threads && ! en if enabled pthread_np_h; then diff --git a/www/iridium/files/patch-third__party_ffmpeg_libavcodec_x86_cabac.h b/www/iridium/files/patch-third__party_ffmpeg_libavcodec_x86_cabac.h index 4716e9605ccf..08002ae29fb1 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_libavcodec_x86_cabac.h +++ b/www/iridium/files/patch-third__party_ffmpeg_libavcodec_x86_cabac.h @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/libavcodec/x86/cabac.h.orig 2025-05-07 06:48:23 UTC +--- third_party/ffmpeg/libavcodec/x86/cabac.h.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/libavcodec/x86/cabac.h @@ -31,7 +31,8 @@ diff --git a/www/iridium/files/patch-third__party_ffmpeg_libavutil_cpu.c b/www/iridium/files/patch-third__party_ffmpeg_libavutil_cpu.c index 798796402fba..1dea712aefae 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_libavutil_cpu.c +++ b/www/iridium/files/patch-third__party_ffmpeg_libavutil_cpu.c @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/libavutil/cpu.c.orig 2025-05-07 06:48:23 UTC +--- third_party/ffmpeg/libavutil/cpu.c.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/libavutil/cpu.c @@ -38,10 +38,7 @@ #if HAVE_GETPROCESSAFFINITYMASK || HAVE_WINRT diff --git a/www/iridium/files/patch-third__party_ffmpeg_libavutil_mem.c b/www/iridium/files/patch-third__party_ffmpeg_libavutil_mem.c index 492322b73704..686337fb92ee 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_libavutil_mem.c +++ b/www/iridium/files/patch-third__party_ffmpeg_libavutil_mem.c @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/libavutil/mem.c.orig 2025-05-07 06:48:23 UTC +--- third_party/ffmpeg/libavutil/mem.c.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/libavutil/mem.c @@ -33,9 +33,6 @@ #include <stdlib.h> diff --git a/www/iridium/files/patch-third__party_ffmpeg_libavutil_random__seed.c b/www/iridium/files/patch-third__party_ffmpeg_libavutil_random__seed.c index 1920f6fc7766..ba0162fd14a2 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_libavutil_random__seed.c +++ b/www/iridium/files/patch-third__party_ffmpeg_libavutil_random__seed.c @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/libavutil/random_seed.c.orig 2025-05-07 06:48:23 UTC +--- third_party/ffmpeg/libavutil/random_seed.c.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/libavutil/random_seed.c @@ -35,6 +35,11 @@ #elif CONFIG_OPENSSL diff --git a/www/iridium/files/patch-third__party_ffmpeg_libavutil_x86_x86inc.asm b/www/iridium/files/patch-third__party_ffmpeg_libavutil_x86_x86inc.asm index 4fab817986a9..b330bf2fbe09 100644 --- a/www/iridium/files/patch-third__party_ffmpeg_libavutil_x86_x86inc.asm +++ b/www/iridium/files/patch-third__party_ffmpeg_libavutil_x86_x86inc.asm @@ -1,4 +1,4 @@ ---- third_party/ffmpeg/libavutil/x86/x86inc.asm.orig 2025-05-07 06:48:23 UTC +--- third_party/ffmpeg/libavutil/x86/x86inc.asm.orig 2025-12-10 15:04:57 UTC +++ third_party/ffmpeg/libavutil/x86/x86inc.asm @@ -46,6 +46,12 @@ %endif diff --git a/www/iridium/files/patch-third__party_fontconfig_include_meson-config.h b/www/iridium/files/patch-third__party_fontconfig_include_meson-config.h index 9a0fb253b2a2..72700b2e9d86 100644 --- a/www/iridium/files/patch-third__party_fontconfig_include_meson-config.h +++ b/www/iridium/files/patch-third__party_fontconfig_include_meson-config.h @@ -1,4 +1,4 @@ ---- third_party/fontconfig/include/meson-config.h.orig 2025-09-11 13:19:19 UTC +--- third_party/fontconfig/include/meson-config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/fontconfig/include/meson-config.h @@ -17,7 +17,7 @@ diff --git a/www/iridium/files/patch-third__party_fontconfig_src_src_fccompat.c b/www/iridium/files/patch-third__party_fontconfig_src_src_fccompat.c index 3adce5f95113..3d5305e34f10 100644 --- a/www/iridium/files/patch-third__party_fontconfig_src_src_fccompat.c +++ b/www/iridium/files/patch-third__party_fontconfig_src_src_fccompat.c @@ -1,4 +1,4 @@ ---- third_party/fontconfig/src/src/fccompat.c.orig 2025-09-11 13:19:19 UTC +--- third_party/fontconfig/src/src/fccompat.c.orig 2025-12-10 15:04:57 UTC +++ third_party/fontconfig/src/src/fccompat.c @@ -175,7 +175,9 @@ FcRandom (void) { diff --git a/www/iridium/files/patch-third__party_ipcz_src_BUILD.gn b/www/iridium/files/patch-third__party_ipcz_src_BUILD.gn index 029ae7fb29fa..a5c1504c3e4f 100644 --- a/www/iridium/files/patch-third__party_ipcz_src_BUILD.gn +++ b/www/iridium/files/patch-third__party_ipcz_src_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/ipcz/src/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/ipcz/src/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/ipcz/src/BUILD.gn @@ -7,7 +7,7 @@ import("//build_overrides/ipcz.gni") import("//testing/libfuzzer/fuzzer_test.gni") diff --git a/www/iridium/files/patch-third__party_ipcz_src_reference__drivers_random.cc b/www/iridium/files/patch-third__party_ipcz_src_reference__drivers_random.cc index 7ed570463a05..bf1c6c984e5d 100644 --- a/www/iridium/files/patch-third__party_ipcz_src_reference__drivers_random.cc +++ b/www/iridium/files/patch-third__party_ipcz_src_reference__drivers_random.cc @@ -1,4 +1,4 @@ ---- third_party/ipcz/src/reference_drivers/random.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/ipcz/src/reference_drivers/random.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/ipcz/src/reference_drivers/random.cc @@ -53,7 +53,7 @@ decltype(&ProcessPrng) GetProcessPrng() { } diff --git a/www/iridium/files/patch-third__party_ipcz_src_standalone_base_logging.cc b/www/iridium/files/patch-third__party_ipcz_src_standalone_base_logging.cc index cde6469214aa..50f3370cb346 100644 --- a/www/iridium/files/patch-third__party_ipcz_src_standalone_base_logging.cc +++ b/www/iridium/files/patch-third__party_ipcz_src_standalone_base_logging.cc @@ -1,4 +1,4 @@ ---- third_party/ipcz/src/standalone/base/logging.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/ipcz/src/standalone/base/logging.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/ipcz/src/standalone/base/logging.cc @@ -55,6 +55,9 @@ LogMessage::LogMessage(const char* file, int line, Lev #elif BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-third__party_leveldatabase_env__chromium.cc b/www/iridium/files/patch-third__party_leveldatabase_env__chromium.cc index 312ac1aaffdd..1b91b0696c66 100644 --- a/www/iridium/files/patch-third__party_leveldatabase_env__chromium.cc +++ b/www/iridium/files/patch-third__party_leveldatabase_env__chromium.cc @@ -1,4 +1,4 @@ ---- third_party/leveldatabase/env_chromium.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/leveldatabase/env_chromium.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/leveldatabase/env_chromium.cc @@ -330,7 +330,8 @@ ChromiumWritableFile::ChromiumWritableFile(const std:: diff --git a/www/iridium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c b/www/iridium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c index 0a2fc57e2149..df00587150d2 100644 --- a/www/iridium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c +++ b/www/iridium/files/patch-third__party_libaom_source_libaom_aom__ports_aarch64__cpudetect.c @@ -1,4 +1,4 @@ ---- third_party/libaom/source/libaom/aom_ports/aarch64_cpudetect.c.orig 2025-05-07 06:48:23 UTC +--- third_party/libaom/source/libaom/aom_ports/aarch64_cpudetect.c.orig 2025-12-10 15:04:57 UTC +++ third_party/libaom/source/libaom/aom_ports/aarch64_cpudetect.c @@ -127,9 +127,45 @@ static int arm_get_cpu_caps(void) { return flags; diff --git a/www/iridium/files/patch-third__party_libc++_src_src_chrono.cpp b/www/iridium/files/patch-third__party_libc++_src_src_chrono.cpp index d08721c30eda..711f63a0b8c4 100644 --- a/www/iridium/files/patch-third__party_libc++_src_src_chrono.cpp +++ b/www/iridium/files/patch-third__party_libc++_src_src_chrono.cpp @@ -1,4 +1,4 @@ ---- third_party/libc++/src/src/chrono.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/libc++/src/src/chrono.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/libc++/src/src/chrono.cpp @@ -38,7 +38,7 @@ // OpenBSD and GPU do not have a fully conformant suite of POSIX timers, but diff --git a/www/iridium/files/patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp b/www/iridium/files/patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp index b43c9d3062fa..fe52383ed275 100644 --- a/www/iridium/files/patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp +++ b/www/iridium/files/patch-third__party_libc++_src_src_filesystem_filesystem__clock.cpp @@ -1,4 +1,4 @@ ---- third_party/libc++/src/src/filesystem/filesystem_clock.cpp.orig 2025-09-11 13:19:19 UTC +--- third_party/libc++/src/src/filesystem/filesystem_clock.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/libc++/src/src/filesystem/filesystem_clock.cpp @@ -37,7 +37,7 @@ #endif diff --git a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h index 8d63bd2e75f3..67567e0b4b26 100644 --- a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h +++ b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_memory_singleton.h @@ -1,4 +1,4 @@ ---- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/memory/singleton.h.orig 2025-05-07 06:48:23 UTC +--- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/memory/singleton.h.orig 2025-12-10 15:04:57 UTC +++ third_party/libphonenumber/dist/cpp/src/phonenumbers/base/memory/singleton.h @@ -22,7 +22,7 @@ #elif (__cplusplus >= 201103L) && defined(I18N_PHONENUMBERS_USE_STDMUTEX) diff --git a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h index 9787af4082bd..040075a1eb89 100644 --- a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h +++ b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_synchronization_lock.h @@ -1,4 +1,4 @@ ---- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/synchronization/lock.h.orig 2025-05-07 06:48:23 UTC +--- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/synchronization/lock.h.orig 2025-12-10 15:04:57 UTC +++ third_party/libphonenumber/dist/cpp/src/phonenumbers/base/synchronization/lock.h @@ -22,7 +22,7 @@ #elif (__cplusplus >= 201103L) && defined(I18N_PHONENUMBERS_USE_STDMUTEX) diff --git a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h index 8b87e752bb1d..4535ab41d84d 100644 --- a/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h +++ b/www/iridium/files/patch-third__party_libphonenumber_dist_cpp_src_phonenumbers_base_thread__checker.h @@ -1,4 +1,4 @@ ---- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/thread_checker.h.orig 2025-05-07 06:48:23 UTC +--- third_party/libphonenumber/dist/cpp/src/phonenumbers/base/thread_checker.h.orig 2025-12-10 15:04:57 UTC +++ third_party/libphonenumber/dist/cpp/src/phonenumbers/base/thread_checker.h @@ -22,7 +22,7 @@ // Note that I18N_PHONENUMBERS_NO_THREAD_SAFETY must be defined only to let the diff --git a/www/iridium/files/patch-third__party_libsync_src_include_sync_sync.h b/www/iridium/files/patch-third__party_libsync_src_include_sync_sync.h deleted file mode 100644 index f39adab21810..000000000000 --- a/www/iridium/files/patch-third__party_libsync_src_include_sync_sync.h +++ /dev/null @@ -1,12 +0,0 @@ ---- third_party/libsync/src/include/sync/sync.h.orig 2025-05-07 06:48:23 UTC -+++ third_party/libsync/src/include/sync/sync.h -@@ -22,7 +22,9 @@ - #include <sys/cdefs.h> - #include <stdint.h> - -+#if !defined(__OpenBSD__) && !defined(__FreeBSD__) - #include <linux/types.h> -+#endif - - __BEGIN_DECLS - diff --git a/www/iridium/files/patch-third__party_libsync_src_sync.c b/www/iridium/files/patch-third__party_libsync_src_sync.c deleted file mode 100644 index a344b6bb903f..000000000000 --- a/www/iridium/files/patch-third__party_libsync_src_sync.c +++ /dev/null @@ -1,25 +0,0 @@ ---- third_party/libsync/src/sync.c.orig 2025-05-07 06:48:23 UTC -+++ third_party/libsync/src/sync.c -@@ -17,8 +17,8 @@ - */ - - #include <fcntl.h> --#include <malloc.h> - #include <stdint.h> -+#include <stdlib.h> - #include <string.h> - #include <errno.h> - #include <poll.h> -@@ -29,6 +29,12 @@ - - #include <sync/sync.h> - -+#if defined(__OpenBSD__) || defined(__FreeBSD__) -+typedef __uint8_t __u8; -+typedef __uint32_t __u32; -+typedef __int32_t __s32; -+#define ETIME ETIMEDOUT -+#endif - - struct sw_sync_create_fence_data { - __u32 value; diff --git a/www/iridium/files/patch-third__party_libusb_BUILD.gn b/www/iridium/files/patch-third__party_libusb_BUILD.gn index 3afc07e6a89d..ef7c3c483f9b 100644 --- a/www/iridium/files/patch-third__party_libusb_BUILD.gn +++ b/www/iridium/files/patch-third__party_libusb_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/libusb/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/libusb/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/libusb/BUILD.gn @@ -3,7 +3,7 @@ # found in the LICENSE file. diff --git a/www/iridium/files/patch-third__party_libusb_src_libusb_core.c b/www/iridium/files/patch-third__party_libusb_src_libusb_core.c index d7d5be2ab58c..b71b78f1afa6 100644 --- a/www/iridium/files/patch-third__party_libusb_src_libusb_core.c +++ b/www/iridium/files/patch-third__party_libusb_src_libusb_core.c @@ -1,4 +1,4 @@ ---- third_party/libusb/src/libusb/core.c.orig 2025-05-07 06:48:23 UTC +--- third_party/libusb/src/libusb/core.c.orig 2025-12-10 15:04:57 UTC +++ third_party/libusb/src/libusb/core.c @@ -448,7 +448,7 @@ libusb_free_device_list(list, 1); * which grows when required. it can be freed once discovery has completed, diff --git a/www/iridium/files/patch-third__party_libusb_src_libusb_os_threads__posix.c b/www/iridium/files/patch-third__party_libusb_src_libusb_os_threads__posix.c index 09977cad2caa..b1df9ff7be67 100644 --- a/www/iridium/files/patch-third__party_libusb_src_libusb_os_threads__posix.c +++ b/www/iridium/files/patch-third__party_libusb_src_libusb_os_threads__posix.c @@ -1,4 +1,4 @@ ---- third_party/libusb/src/libusb/os/threads_posix.c.orig 2025-05-07 06:48:23 UTC +--- third_party/libusb/src/libusb/os/threads_posix.c.orig 2025-12-10 15:04:57 UTC +++ third_party/libusb/src/libusb/os/threads_posix.c @@ -19,9 +19,11 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA diff --git a/www/iridium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c b/www/iridium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c index 0e8946ae3393..996d5612e53b 100644 --- a/www/iridium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c +++ b/www/iridium/files/patch-third__party_libvpx_source_libvpx_vpx__ports_aarch64__cpudetect.c @@ -1,4 +1,4 @@ ---- third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c.orig 2025-05-07 06:48:23 UTC +--- third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c.orig 2025-12-10 15:04:57 UTC +++ third_party/libvpx/source/libvpx/vpx_ports/aarch64_cpudetect.c @@ -120,9 +120,23 @@ static int arm_get_cpu_caps(void) { return flags; diff --git a/www/iridium/files/patch-third__party_lzma__sdk_C_CpuArch.c b/www/iridium/files/patch-third__party_lzma__sdk_C_CpuArch.c index ba67cb798272..93882aec413c 100644 --- a/www/iridium/files/patch-third__party_lzma__sdk_C_CpuArch.c +++ b/www/iridium/files/patch-third__party_lzma__sdk_C_CpuArch.c @@ -1,4 +1,4 @@ ---- third_party/lzma_sdk/C/CpuArch.c.orig 2025-05-07 06:48:23 UTC +--- third_party/lzma_sdk/C/CpuArch.c.orig 2025-12-10 15:04:57 UTC +++ third_party/lzma_sdk/C/CpuArch.c @@ -854,6 +854,34 @@ BoolInt CPU_IsSupported_SHA1(void) { return APPLE_CRYP BoolInt CPU_IsSupported_SHA2(void) { return APPLE_CRYPTO_SUPPORT_VAL; } diff --git a/www/iridium/files/patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc b/www/iridium/files/patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc index 85bb0a99122e..f7ad66f3db88 100644 --- a/www/iridium/files/patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc +++ b/www/iridium/files/patch-third__party_material__color__utilities_src_cpp_palettes_tones.cc @@ -1,4 +1,4 @@ ---- third_party/material_color_utilities/src/cpp/palettes/tones.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/material_color_utilities/src/cpp/palettes/tones.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/material_color_utilities/src/cpp/palettes/tones.cc @@ -14,6 +14,8 @@ * limitations under the License. diff --git a/www/iridium/files/patch-third__party_nasm_BUILD.gn b/www/iridium/files/patch-third__party_nasm_BUILD.gn index 0b85054625a4..0cce6c199704 100644 --- a/www/iridium/files/patch-third__party_nasm_BUILD.gn +++ b/www/iridium/files/patch-third__party_nasm_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/nasm/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/nasm/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/nasm/BUILD.gn @@ -63,6 +63,13 @@ config("nasm_config") { diff --git a/www/iridium/files/patch-third__party_nasm_config_config-linux.h b/www/iridium/files/patch-third__party_nasm_config_config-linux.h index 21613bf5edc3..0ea91c26e381 100644 --- a/www/iridium/files/patch-third__party_nasm_config_config-linux.h +++ b/www/iridium/files/patch-third__party_nasm_config_config-linux.h @@ -1,4 +1,4 @@ ---- third_party/nasm/config/config-linux.h.orig 2025-06-19 07:37:57 UTC +--- third_party/nasm/config/config-linux.h.orig 2025-12-10 15:04:57 UTC +++ third_party/nasm/config/config-linux.h @@ -209,7 +209,7 @@ #define HAVE_DECL_STRSEP 1 diff --git a/www/iridium/files/patch-third__party_node_check__version.py b/www/iridium/files/patch-third__party_node_check__version.py index 87400a035dbd..682440c144ed 100644 --- a/www/iridium/files/patch-third__party_node_check__version.py +++ b/www/iridium/files/patch-third__party_node_check__version.py @@ -1,4 +1,4 @@ ---- third_party/node/check_version.py.orig 2025-09-11 13:19:19 UTC +--- third_party/node/check_version.py.orig 2025-12-10 15:04:57 UTC +++ third_party/node/check_version.py @@ -17,11 +17,6 @@ def main(argv): parser.add_argument('--out_file', required=True) diff --git a/www/iridium/files/patch-third__party_node_node.gni b/www/iridium/files/patch-third__party_node_node.gni index aa645a1c3697..26b6dfd961d2 100644 --- a/www/iridium/files/patch-third__party_node_node.gni +++ b/www/iridium/files/patch-third__party_node_node.gni @@ -1,4 +1,4 @@ ---- third_party/node/node.gni.orig 2025-09-11 13:19:19 UTC +--- third_party/node/node.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/node/node.gni @@ -22,7 +22,7 @@ template("node") { diff --git a/www/iridium/files/patch-third__party_node_node.py b/www/iridium/files/patch-third__party_node_node.py index 3f0b4d0b29c7..d395ea088842 100644 --- a/www/iridium/files/patch-third__party_node_node.py +++ b/www/iridium/files/patch-third__party_node_node.py @@ -1,4 +1,4 @@ ---- third_party/node/node.py.orig 2025-05-07 06:48:23 UTC +--- third_party/node/node.py.orig 2025-12-10 15:04:57 UTC +++ third_party/node/node.py @@ -20,6 +20,8 @@ def GetBinaryPath(): return os_path.join(os_path.dirname(__file__), *{ diff --git a/www/iridium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp b/www/iridium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp index 4b36d6a5ede7..ee115c2f92e0 100644 --- a/www/iridium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp +++ b/www/iridium/files/patch-third__party_pdfium_core_fxge_cfx__fontmapper.cpp @@ -1,4 +1,4 @@ ---- third_party/pdfium/core/fxge/cfx_fontmapper.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/pdfium/core/fxge/cfx_fontmapper.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/pdfium/core/fxge/cfx_fontmapper.cpp @@ -157,7 +157,7 @@ constexpr AltFontFamily kAltFontFamilies[] = { {"ForteMT", "Forte"}, diff --git a/www/iridium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp b/www/iridium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp index d4af636ca6d8..e83abeb53014 100644 --- a/www/iridium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp +++ b/www/iridium/files/patch-third__party_pdfium_core_fxge_linux_fx__linux__impl.cpp @@ -1,4 +1,4 @@ ---- third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp.orig 2025-09-11 13:19:19 UTC +--- third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/pdfium/core/fxge/linux/fx_linux_impl.cpp @@ -19,7 +19,7 @@ #include "core/fxge/fx_font.h" diff --git a/www/iridium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp b/www/iridium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp index 6378017d1e6a..93034139169e 100644 --- a/www/iridium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp +++ b/www/iridium/files/patch-third__party_pdfium_fxjs_fx__date__helpers.cpp @@ -1,4 +1,4 @@ ---- third_party/pdfium/fxjs/fx_date_helpers.cpp.orig 2025-06-19 07:37:57 UTC +--- third_party/pdfium/fxjs/fx_date_helpers.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/pdfium/fxjs/fx_date_helpers.cpp @@ -41,6 +41,11 @@ double GetLocalTZA() { } diff --git a/www/iridium/files/patch-third__party_pdfium_pdfium.gni b/www/iridium/files/patch-third__party_pdfium_pdfium.gni index 2fc9dc50e19c..c286585d03a4 100644 --- a/www/iridium/files/patch-third__party_pdfium_pdfium.gni +++ b/www/iridium/files/patch-third__party_pdfium_pdfium.gni @@ -1,4 +1,4 @@ ---- third_party/pdfium/pdfium.gni.orig 2025-05-07 06:48:23 UTC +--- third_party/pdfium/pdfium.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/pdfium/pdfium.gni @@ -42,7 +42,7 @@ declare_args() { # PDFium will use PartitionAlloc partitions to separate strings, scalars, diff --git a/www/iridium/files/patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp b/www/iridium/files/patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp index 8922f64a101b..65684222623b 100644 --- a/www/iridium/files/patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp +++ b/www/iridium/files/patch-third__party_pdfium_xfa_fxfa_parser_cxfa__timezoneprovider.cpp @@ -1,4 +1,4 @@ ---- third_party/pdfium/xfa/fxfa/parser/cxfa_timezoneprovider.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/pdfium/xfa/fxfa/parser/cxfa_timezoneprovider.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/pdfium/xfa/fxfa/parser/cxfa_timezoneprovider.cpp @@ -6,12 +6,16 @@ diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h index f55c8c5f05b0..b3927f6025c6 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_build__config.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/base/build_config.h.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/include/perfetto/base/build_config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/base/build_config.h @@ -27,6 +27,7 @@ #if defined(__ANDROID__) diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h index 4a52c7711414..ce1817ef4bb0 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_thread__utils.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/base/thread_utils.h.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/include/perfetto/base/thread_utils.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/base/thread_utils.h @@ -37,6 +37,7 @@ __declspec(dllimport) unsigned long __stdcall GetCurre #include <sys/syscall.h> diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_time.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_time.h index b16fd69315ba..bab48c3ca800 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_time.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_base_time.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/base/time.h.orig 2025-10-28 14:29:43 UTC +--- third_party/perfetto/include/perfetto/base/time.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/base/time.h @@ -228,6 +228,9 @@ inline TimeNanos GetTimeInternalNs(clockid_t clk_id) { // Return ns from boot. Conversely to GetWallTimeNs, this clock counts also time diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h index 351e6503a8a8..7338943b7958 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_event__fd.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/ext/base/event_fd.h.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/include/perfetto/ext/base/event_fd.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/ext/base/event_fd.h @@ -58,6 +58,8 @@ class EventFd { // On Mac and other non-Linux UNIX platforms a pipe-based fallback is used. diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h index e0545dfd1aaf..7b85993113a8 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_ext_base_thread__utils.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/ext/base/thread_utils.h.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/include/perfetto/ext/base/thread_utils.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/ext/base/thread_utils.h @@ -41,9 +41,10 @@ namespace perfetto { diff --git a/www/iridium/files/patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h b/www/iridium/files/patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h index 8fae30fab51e..1210c37bd70a 100644 --- a/www/iridium/files/patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h +++ b/www/iridium/files/patch-third__party_perfetto_include_perfetto_tracing_internal_track__event__legacy.h @@ -1,4 +1,4 @@ ---- third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h.orig 2025-11-06 10:11:34 UTC +--- third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/include/perfetto/tracing/internal/track_event_legacy.h @@ -253,7 +253,7 @@ class PERFETTO_EXPORT_COMPONENT LegacyTraceId { // are different. E.g. on Mac size_t is considered a different type from diff --git a/www/iridium/files/patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto b/www/iridium/files/patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto index 38bfa7ae2659..40be3f5763a4 100644 --- a/www/iridium/files/patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto +++ b/www/iridium/files/patch-third__party_perfetto_protos_perfetto_trace_ftrace_v4l2.proto @@ -1,4 +1,4 @@ ---- third_party/perfetto/protos/perfetto/trace/ftrace/v4l2.proto.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/protos/perfetto/trace/ftrace/v4l2.proto.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/protos/perfetto/trace/ftrace/v4l2.proto @@ -10,7 +10,7 @@ message V4l2QbufFtraceEvent { optional uint32 field = 2; diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_clock__snapshots.cc b/www/iridium/files/patch-third__party_perfetto_src_base_clock__snapshots.cc index 3ac7bbc16dd2..e303251777be 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_clock__snapshots.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_clock__snapshots.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/clock_snapshots.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/src/base/clock_snapshots.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/clock_snapshots.cc @@ -27,6 +27,7 @@ ClockSnapshotVector CaptureClockSnapshots() { #if !PERFETTO_BUILDFLAG(PERFETTO_OS_APPLE) && \ diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_event__fd.cc b/www/iridium/files/patch-third__party_perfetto_src_base_event__fd.cc index 8219458ee889..c222f697525b 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_event__fd.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_event__fd.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/event_fd.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/perfetto/src/base/event_fd.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/event_fd.cc @@ -25,7 +25,8 @@ #include <synchapi.h> diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_periodic__task.cc b/www/iridium/files/patch-third__party_perfetto_src_base_periodic__task.cc index cc287a063c6d..36d98b4fb17e 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_periodic__task.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_periodic__task.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/periodic_task.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/src/base/periodic_task.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/periodic_task.cc @@ -24,7 +24,7 @@ #include "perfetto/base/time.h" diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc b/www/iridium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc index cbca39f9ba0f..b31037601750 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_scoped__sched__boost.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/scoped_sched_boost.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/perfetto/src/base/scoped_sched_boost.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/scoped_sched_boost.cc @@ -18,8 +18,9 @@ diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_string__utils.cc b/www/iridium/files/patch-third__party_perfetto_src_base_string__utils.cc index c22272388abf..ce0d66cfc86a 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_string__utils.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_string__utils.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/string_utils.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/perfetto/src/base/string_utils.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/string_utils.cc @@ -39,7 +39,8 @@ namespace base { // Locale-independent as possible version of strtod. diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_subprocess__posix.cc b/www/iridium/files/patch-third__party_perfetto_src_base_subprocess__posix.cc index 80484f90ff37..7e228e6950b7 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_subprocess__posix.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_subprocess__posix.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/subprocess_posix.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/src/base/subprocess_posix.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/subprocess_posix.cc @@ -35,7 +35,8 @@ #include <thread> diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc b/www/iridium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc index f6034150c208..435c9b7252d5 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_test_vm__test__utils.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/test/vm_test_utils.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/perfetto/src/base/test/vm_test_utils.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/test/vm_test_utils.cc @@ -92,7 +92,7 @@ bool IsMapped(void* start, size_t size) { // Fuchsia doesn't yet support paging (b/119503290). diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc b/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc index 1485c607b8bc..01a1822a02e0 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_thread__task__runner.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/thread_task_runner.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/perfetto/src/base/thread_task_runner.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/thread_task_runner.cc @@ -27,7 +27,8 @@ #include "perfetto/ext/base/lock_free_task_runner.h" diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_unix__socket.cc b/www/iridium/files/patch-third__party_perfetto_src_base_unix__socket.cc index 3b65ce5bcb0f..8f4062db3222 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_unix__socket.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_unix__socket.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/unix_socket.cc.orig 2025-06-19 07:37:57 UTC +--- third_party/perfetto/src/base/unix_socket.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/unix_socket.cc @@ -45,7 +45,7 @@ #include <unistd.h> diff --git a/www/iridium/files/patch-third__party_perfetto_src_base_utils.cc b/www/iridium/files/patch-third__party_perfetto_src_base_utils.cc index 36b08e534694..b68dd55a6c95 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_base_utils.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_base_utils.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/base/utils.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/perfetto/src/base/utils.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/base/utils.cc @@ -38,7 +38,8 @@ #include <mach/vm_page_size.h> diff --git a/www/iridium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc b/www/iridium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc index 39fba27c0fc0..931559c6994d 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_trace__processor_importers_ftrace_v4l2__tracker.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/trace_processor/importers/ftrace/v4l2_tracker.cc @@ -59,7 +59,7 @@ void V4l2Tracker::ParseV4l2Event(uint64_t fld_id, case FtraceEvent::kV4l2QbufFieldNumber: { diff --git a/www/iridium/files/patch-third__party_perfetto_src_tracing_ipc_memfd.cc b/www/iridium/files/patch-third__party_perfetto_src_tracing_ipc_memfd.cc index 3eb9341a9890..022ef5c19acb 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_tracing_ipc_memfd.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_tracing_ipc_memfd.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/tracing/ipc/memfd.cc.orig 2025-06-19 07:37:57 UTC +--- third_party/perfetto/src/tracing/ipc/memfd.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/tracing/ipc/memfd.cc @@ -20,7 +20,8 @@ diff --git a/www/iridium/files/patch-third__party_perfetto_src_tracing_platform__posix.cc b/www/iridium/files/patch-third__party_perfetto_src_tracing_platform__posix.cc index 4db5c75613b4..c41d799e07a6 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_tracing_platform__posix.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_tracing_platform__posix.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/tracing/platform_posix.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/perfetto/src/tracing/platform_posix.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/tracing/platform_posix.cc @@ -110,12 +110,13 @@ std::unique_ptr<base::TaskRunner> PlatformPosix::Creat } diff --git a/www/iridium/files/patch-third__party_perfetto_src_tracing_track.cc b/www/iridium/files/patch-third__party_perfetto_src_tracing_track.cc index 24f829a5e466..ed598573a6c6 100644 --- a/www/iridium/files/patch-third__party_perfetto_src_tracing_track.cc +++ b/www/iridium/files/patch-third__party_perfetto_src_tracing_track.cc @@ -1,4 +1,4 @@ ---- third_party/perfetto/src/tracing/track.cc.orig 2025-10-28 14:29:43 UTC +--- third_party/perfetto/src/tracing/track.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/perfetto/src/tracing/track.cc @@ -60,8 +60,9 @@ protos::gen::TrackDescriptor ProcessTrack::Serialize() auto desc = Track::Serialize(); diff --git a/www/iridium/files/patch-third__party_protobuf_proto__library.gni b/www/iridium/files/patch-third__party_protobuf_proto__library.gni index c3be794490f3..2224f848f85b 100644 --- a/www/iridium/files/patch-third__party_protobuf_proto__library.gni +++ b/www/iridium/files/patch-third__party_protobuf_proto__library.gni @@ -1,4 +1,4 @@ ---- third_party/protobuf/proto_library.gni.orig 2025-11-24 05:40:57 UTC +--- third_party/protobuf/proto_library.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/protobuf/proto_library.gni @@ -260,7 +260,15 @@ _protoc_gen_ts_runtime_deps = [ diff --git a/www/iridium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h b/www/iridium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h index 3f4899e2a1ff..78deee5f9d29 100644 --- a/www/iridium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h +++ b/www/iridium/files/patch-third__party_protobuf_src_google_protobuf_stubs_platform__macros.h @@ -1,4 +1,4 @@ ---- third_party/protobuf/src/google/protobuf/stubs/platform_macros.h.orig 2025-05-07 06:48:23 UTC +--- third_party/protobuf/src/google/protobuf/stubs/platform_macros.h.orig 2025-12-10 15:04:57 UTC +++ third_party/protobuf/src/google/protobuf/stubs/platform_macros.h @@ -99,7 +99,7 @@ GOOGLE_PROTOBUF_PLATFORM_ERROR diff --git a/www/iridium/files/patch-third__party_rust_qr__code_v2_BUILD.gn b/www/iridium/files/patch-third__party_rust_qr__code_v2_BUILD.gn index 23a8a4236212..0ea1173f636d 100644 --- a/www/iridium/files/patch-third__party_rust_qr__code_v2_BUILD.gn +++ b/www/iridium/files/patch-third__party_rust_qr__code_v2_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/rust/qr_code/v2/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/rust/qr_code/v2/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/rust/qr_code/v2/BUILD.gn @@ -40,6 +40,10 @@ cargo_crate("lib") { cargo_pkg_repository = "https://github.com/RCasatta/qr_code" diff --git a/www/iridium/files/patch-third__party_skia_rust_png_FFI.rs b/www/iridium/files/patch-third__party_skia_rust_png_FFI.rs index 1b3284dac568..b03fb13e60ad 100644 --- a/www/iridium/files/patch-third__party_skia_rust_png_FFI.rs +++ b/www/iridium/files/patch-third__party_skia_rust_png_FFI.rs @@ -1,4 +1,4 @@ ---- third_party/skia/rust/png/FFI.rs.orig 2025-11-06 10:11:34 UTC +--- third_party/skia/rust/png/FFI.rs.orig 2025-12-10 15:04:57 UTC +++ third_party/skia/rust/png/FFI.rs @@ -246,6 +246,7 @@ mod ffi { type StreamWriter; diff --git a/www/iridium/files/patch-third__party_skia_src_ports_SkMemory__malloc.cpp b/www/iridium/files/patch-third__party_skia_src_ports_SkMemory__malloc.cpp index 929b23f6c118..9402f77f72bd 100644 --- a/www/iridium/files/patch-third__party_skia_src_ports_SkMemory__malloc.cpp +++ b/www/iridium/files/patch-third__party_skia_src_ports_SkMemory__malloc.cpp @@ -1,4 +1,4 @@ ---- third_party/skia/src/ports/SkMemory_malloc.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/skia/src/ports/SkMemory_malloc.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/skia/src/ports/SkMemory_malloc.cpp @@ -15,7 +15,7 @@ diff --git a/www/iridium/files/patch-third__party_skia_src_ports_SkOSFile__posix.cpp b/www/iridium/files/patch-third__party_skia_src_ports_SkOSFile__posix.cpp index 22cff79d51c0..02032c1eaaa8 100644 --- a/www/iridium/files/patch-third__party_skia_src_ports_SkOSFile__posix.cpp +++ b/www/iridium/files/patch-third__party_skia_src_ports_SkOSFile__posix.cpp @@ -1,4 +1,4 @@ ---- third_party/skia/src/ports/SkOSFile_posix.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/skia/src/ports/SkOSFile_posix.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/skia/src/ports/SkOSFile_posix.cpp @@ -25,7 +25,7 @@ #endif diff --git a/www/iridium/files/patch-third__party_speech-dispatcher_libspeechd__version.h b/www/iridium/files/patch-third__party_speech-dispatcher_libspeechd__version.h index 1b7530e4971f..7a2f087271ac 100644 --- a/www/iridium/files/patch-third__party_speech-dispatcher_libspeechd__version.h +++ b/www/iridium/files/patch-third__party_speech-dispatcher_libspeechd__version.h @@ -1,4 +1,4 @@ ---- third_party/speech-dispatcher/libspeechd_version.h.orig 2025-11-06 10:11:34 UTC +--- third_party/speech-dispatcher/libspeechd_version.h.orig 2025-12-10 15:04:57 UTC +++ third_party/speech-dispatcher/libspeechd_version.h @@ -0,0 +1,29 @@ +/* @@ -19,7 +19,7 @@ + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see <https://www.gnu.org/licenses/>. + * -+ * $Id: patch-third_party_speech-dispatcher_libspeechd_version_h,v 1.16 2025/11/04 17:10:46 robert Exp $ ++ * $Id: patch-third_party_speech-dispatcher_libspeechd_version_h,v 1.17 2025/12/10 08:13:26 robert Exp $ + */ + +#ifndef _LIBSPEECHD_VERSION_H diff --git a/www/iridium/files/patch-third__party_speech-dispatcher_speechd__types.h b/www/iridium/files/patch-third__party_speech-dispatcher_speechd__types.h index d165802f6c44..4a0c97945602 100644 --- a/www/iridium/files/patch-third__party_speech-dispatcher_speechd__types.h +++ b/www/iridium/files/patch-third__party_speech-dispatcher_speechd__types.h @@ -1,4 +1,4 @@ ---- third_party/speech-dispatcher/speechd_types.h.orig 2025-05-07 06:48:23 UTC +--- third_party/speech-dispatcher/speechd_types.h.orig 2025-12-10 15:04:57 UTC +++ third_party/speech-dispatcher/speechd_types.h @@ -119,4 +119,139 @@ typedef struct { SPDVoice voice; diff --git a/www/iridium/files/patch-third__party_sqlite_BUILD.gn b/www/iridium/files/patch-third__party_sqlite_BUILD.gn index 0592a7211810..01ad9ce473cc 100644 --- a/www/iridium/files/patch-third__party_sqlite_BUILD.gn +++ b/www/iridium/files/patch-third__party_sqlite_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/sqlite/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/sqlite/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/sqlite/BUILD.gn @@ -155,7 +155,7 @@ config("sqlite_warnings") { ] diff --git a/www/iridium/files/patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c b/www/iridium/files/patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c index f7f06f3cb969..490ce029be2e 100644 --- a/www/iridium/files/patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c +++ b/www/iridium/files/patch-third__party_sqlite_src_amalgamation__dev_sqlite3.c @@ -1,4 +1,4 @@ ---- third_party/sqlite/src/amalgamation_dev/sqlite3.c.orig 2025-10-28 14:29:43 UTC +--- third_party/sqlite/src/amalgamation_dev/sqlite3.c.orig 2025-12-10 15:04:57 UTC +++ third_party/sqlite/src/amalgamation_dev/sqlite3.c @@ -14554,7 +14554,7 @@ struct fts5_api { ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit diff --git a/www/iridium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c b/www/iridium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c index 79510003a528..2799c1029206 100644 --- a/www/iridium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c +++ b/www/iridium/files/patch-third__party_sqlite_src_amalgamation_sqlite3.c @@ -1,4 +1,4 @@ ---- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2025-10-28 14:29:43 UTC +--- third_party/sqlite/src/amalgamation/sqlite3.c.orig 2025-12-10 15:04:57 UTC +++ third_party/sqlite/src/amalgamation/sqlite3.c @@ -14554,7 +14554,7 @@ struct fts5_api { ** But _XOPEN_SOURCE define causes problems for Mac OS X, so omit diff --git a/www/iridium/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp b/www/iridium/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp index 628c50b3775b..7166f49fce7f 100644 --- a/www/iridium/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_src_Reactor_Debug.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/src/Reactor/Debug.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/src/Reactor/Debug.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/src/Reactor/Debug.cpp @@ -46,7 +46,7 @@ namespace { diff --git a/www/iridium/files/patch-third__party_swiftshader_src_System_Configurator.cpp b/www/iridium/files/patch-third__party_swiftshader_src_System_Configurator.cpp index 70478e5002fa..59cef15f1f40 100644 --- a/www/iridium/files/patch-third__party_swiftshader_src_System_Configurator.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_src_System_Configurator.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/src/System/Configurator.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/src/System/Configurator.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/src/System/Configurator.cpp @@ -38,6 +38,9 @@ namespace sw { diff --git a/www/iridium/files/patch-third__party_swiftshader_src_System_Linux_MemFd.cpp b/www/iridium/files/patch-third__party_swiftshader_src_System_Linux_MemFd.cpp index db696f1cffee..e03ef2fd7197 100644 --- a/www/iridium/files/patch-third__party_swiftshader_src_System_Linux_MemFd.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_src_System_Linux_MemFd.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/src/System/Linux/MemFd.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/src/System/Linux/MemFd.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/src/System/Linux/MemFd.cpp @@ -25,6 +25,7 @@ # define MFD_CLOEXEC 0x0001U diff --git a/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp b/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp index 6fb769a2b6da..d6a5cd48d168 100644 --- a/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp +++ b/www/iridium/files/patch-third__party_swiftshader_src_Vulkan_VkSemaphoreExternalLinux.hpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/src/Vulkan/VkSemaphoreExternalLinux.hpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/src/Vulkan/VkSemaphoreExternalLinux.hpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/src/Vulkan/VkSemaphoreExternalLinux.hpp @@ -49,13 +49,17 @@ class SharedSemaphore (public) { diff --git a/www/iridium/files/patch-third__party_swiftshader_src_WSI_libXCB.cpp b/www/iridium/files/patch-third__party_swiftshader_src_WSI_libXCB.cpp index c2cd972e454f..985bcd8779e5 100644 --- a/www/iridium/files/patch-third__party_swiftshader_src_WSI_libXCB.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_src_WSI_libXCB.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/src/WSI/libXCB.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/src/WSI/libXCB.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/src/WSI/libXCB.cpp @@ -57,7 +57,7 @@ LibXcbExports *LibXCB::loadExports() } diff --git a/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h b/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h index 2ba167bfd3c2..42da545f0536 100644 --- a/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h +++ b/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-10.0_configs_linux_include_llvm_Config_config.h @@ -1,4 +1,4 @@ ---- third_party/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/config.h.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/config.h @@ -29,7 +29,7 @@ diff --git a/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h b/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h index 7103023eab39..aaacd87f4598 100644 --- a/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h +++ b/www/iridium/files/patch-third__party_swiftshader_third__party_llvm-subzero_build_Linux_include_llvm_Config_config.h @@ -1,4 +1,4 @@ ---- third_party/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/config.h.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/third_party/llvm-subzero/build/Linux/include/llvm/Config/config.h @@ -5,8 +5,6 @@ #include "llvm/Config/llvm-config.h" diff --git a/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp b/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp index 8d663c8639d8..648bd97db22d 100644 --- a/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_memory.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/third_party/marl/src/memory.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/third_party/marl/src/memory.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/third_party/marl/src/memory.cpp @@ -19,7 +19,7 @@ diff --git a/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp b/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp index 5582f467915d..944d7a9e2f2c 100644 --- a/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp +++ b/www/iridium/files/patch-third__party_swiftshader_third__party_marl_src_thread.cpp @@ -1,4 +1,4 @@ ---- third_party/swiftshader/third_party/marl/src/thread.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/swiftshader/third_party/marl/src/thread.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/swiftshader/third_party/marl/src/thread.cpp @@ -444,7 +444,7 @@ void Thread::setName(const char* fmt, ...) { pthread_setname_np(name); diff --git a/www/iridium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn b/www/iridium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn index 5d48d9469dfb..21fd50cfdb65 100644 --- a/www/iridium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn +++ b/www/iridium/files/patch-third__party_test__fonts_fontconfig_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/test_fonts/fontconfig/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- third_party/test_fonts/fontconfig/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/test_fonts/fontconfig/BUILD.gn @@ -26,7 +26,11 @@ if (is_linux || is_chromeos) { diff --git a/www/iridium/files/patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc b/www/iridium/files/patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc index d1eab9eb178e..21f7a254cb5b 100644 --- a/www/iridium/files/patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc +++ b/www/iridium/files/patch-third__party_test__fonts_fontconfig_fontconfig__util__linux.cc @@ -1,4 +1,4 @@ ---- third_party/test_fonts/fontconfig/fontconfig_util_linux.cc.orig 2025-05-07 06:48:23 UTC +--- third_party/test_fonts/fontconfig/fontconfig_util_linux.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/test_fonts/fontconfig/fontconfig_util_linux.cc @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style license that can be diff --git a/www/iridium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc b/www/iridium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc index 9b092ad0fa80..4b4533a6f3d4 100644 --- a/www/iridium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc +++ b/www/iridium/files/patch-third__party_test__fonts_fontconfig_generate__fontconfig__caches.cc @@ -1,4 +1,4 @@ ---- third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig 2025-11-06 10:11:34 UTC +--- third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/test_fonts/fontconfig/generate_fontconfig_caches.cc @@ -56,7 +56,7 @@ int main() { FcFini(); diff --git a/www/iridium/files/patch-third__party_tflite_features.gni b/www/iridium/files/patch-third__party_tflite_features.gni index 23810def6a4f..55f8fe584d7d 100644 --- a/www/iridium/files/patch-third__party_tflite_features.gni +++ b/www/iridium/files/patch-third__party_tflite_features.gni @@ -1,4 +1,4 @@ ---- third_party/tflite/features.gni.orig 2025-11-06 10:11:34 UTC +--- third_party/tflite/features.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/tflite/features.gni @@ -11,7 +11,7 @@ if (build_with_chromium) { diff --git a/www/iridium/files/patch-third__party_unrar_src_crypt.cpp b/www/iridium/files/patch-third__party_unrar_src_crypt.cpp index 49eb1ccd51d6..0fa897c840ea 100644 --- a/www/iridium/files/patch-third__party_unrar_src_crypt.cpp +++ b/www/iridium/files/patch-third__party_unrar_src_crypt.cpp @@ -1,4 +1,4 @@ ---- third_party/unrar/src/crypt.cpp.orig 2025-05-07 06:48:23 UTC +--- third_party/unrar/src/crypt.cpp.orig 2025-12-10 15:04:57 UTC +++ third_party/unrar/src/crypt.cpp @@ -116,6 +116,8 @@ void GetRnd(byte *RndBuf,size_t BufSize) Success=CryptGenRandom(hProvider, (DWORD)BufSize, RndBuf) != FALSE; diff --git a/www/iridium/files/patch-third__party_vulkan-loader_src_BUILD.gn b/www/iridium/files/patch-third__party_vulkan-loader_src_BUILD.gn index 00c626809fac..5e0cea352c98 100644 --- a/www/iridium/files/patch-third__party_vulkan-loader_src_BUILD.gn +++ b/www/iridium/files/patch-third__party_vulkan-loader_src_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/vulkan-loader/src/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/vulkan-loader/src/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/vulkan-loader/src/BUILD.gn @@ -57,7 +57,7 @@ config("vulkan_internal_config") { defines += [ diff --git a/www/iridium/files/patch-third__party_vulkan-loader_src_loader_vk__loader__platform.h b/www/iridium/files/patch-third__party_vulkan-loader_src_loader_vk__loader__platform.h index 3842b13546d9..7250ce3006f6 100644 --- a/www/iridium/files/patch-third__party_vulkan-loader_src_loader_vk__loader__platform.h +++ b/www/iridium/files/patch-third__party_vulkan-loader_src_loader_vk__loader__platform.h @@ -1,4 +1,4 @@ ---- third_party/vulkan-loader/src/loader/vk_loader_platform.h.orig 2025-10-28 14:29:43 UTC +--- third_party/vulkan-loader/src/loader/vk_loader_platform.h.orig 2025-12-10 15:04:57 UTC +++ third_party/vulkan-loader/src/loader/vk_loader_platform.h @@ -357,7 +357,15 @@ static inline char *loader_platform_executable_path(ch diff --git a/www/iridium/files/patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h b/www/iridium/files/patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h index fea28b35de65..914d147ce66a 100644 --- a/www/iridium/files/patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h +++ b/www/iridium/files/patch-third__party_vulkan-validation-layers_src_layers_external_vma_vk__mem__alloc.h @@ -1,4 +1,4 @@ ---- third_party/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h.orig 2025-05-07 06:48:23 UTC +--- third_party/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h.orig 2025-12-10 15:04:57 UTC +++ third_party/vulkan-validation-layers/src/layers/external/vma/vk_mem_alloc.h @@ -2971,7 +2971,7 @@ static void* vma_aligned_alloc(size_t alignment, size_ diff --git a/www/iridium/files/patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h b/www/iridium/files/patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h index d1365c6a934e..93437fd59a93 100644 --- a/www/iridium/files/patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h +++ b/www/iridium/files/patch-third__party_vulkan__memory__allocator_include_vk__mem__alloc.h @@ -1,4 +1,4 @@ ---- third_party/vulkan_memory_allocator/include/vk_mem_alloc.h.orig 2025-05-07 06:48:23 UTC +--- third_party/vulkan_memory_allocator/include/vk_mem_alloc.h.orig 2025-12-10 15:04:57 UTC +++ third_party/vulkan_memory_allocator/include/vk_mem_alloc.h @@ -2760,7 +2760,7 @@ void* vma_aligned_alloc(size_t alignment, size_t size) diff --git a/www/iridium/files/patch-third__party_wayland_BUILD.gn b/www/iridium/files/patch-third__party_wayland_BUILD.gn index c3c97ad254da..ab160a26954f 100644 --- a/www/iridium/files/patch-third__party_wayland_BUILD.gn +++ b/www/iridium/files/patch-third__party_wayland_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/wayland/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- third_party/wayland/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/wayland/BUILD.gn @@ -24,6 +24,11 @@ if (!use_system_libwayland) { "src/src", diff --git a/www/iridium/files/patch-third__party_wayland_include_config.h b/www/iridium/files/patch-third__party_wayland_include_config.h index d18cae48b2ef..181ac75b9213 100644 --- a/www/iridium/files/patch-third__party_wayland_include_config.h +++ b/www/iridium/files/patch-third__party_wayland_include_config.h @@ -1,4 +1,4 @@ ---- third_party/wayland/include/config.h.orig 2025-05-07 06:48:23 UTC +--- third_party/wayland/include/config.h.orig 2025-12-10 15:04:57 UTC +++ third_party/wayland/include/config.h @@ -9,7 +9,14 @@ diff --git a/www/iridium/files/patch-third__party_webrtc_BUILD.gn b/www/iridium/files/patch-third__party_webrtc_BUILD.gn index 923499ee4922..a85fcb95f637 100644 --- a/www/iridium/files/patch-third__party_webrtc_BUILD.gn +++ b/www/iridium/files/patch-third__party_webrtc_BUILD.gn @@ -1,6 +1,6 @@ ---- third_party/webrtc/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/BUILD.gn -@@ -220,6 +220,9 @@ config("common_inherited_config") { +@@ -221,6 +221,9 @@ config("common_inherited_config") { if (is_linux || is_chromeos) { defines += [ "WEBRTC_LINUX" ] } diff --git a/www/iridium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn b/www/iridium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn index 8f676fa700bb..2983aa91ad1d 100644 --- a/www/iridium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn +++ b/www/iridium/files/patch-third__party_webrtc_modules_audio__device_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/modules/audio_device/BUILD.gn @@ -336,7 +336,7 @@ rtc_library("audio_device_impl") { if (rtc_use_dummy_audio_file_devices) { diff --git a/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc b/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc index 0acb5ae166d7..1129ee87a02d 100644 --- a/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc +++ b/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_wayland_egl__dmabuf.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/modules/desktop_capture/linux/wayland/egl_dmabuf.cc @@ -15,7 +15,9 @@ #include <EGL/eglplatform.h> diff --git a/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc b/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc index 2af26d5eee22..7931df269b9c 100644 --- a/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc +++ b/www/iridium/files/patch-third__party_webrtc_modules_desktop__capture_linux_x11_x__server__pixel__buffer.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/modules/desktop_capture/linux/x11/x_server_pixel_buffer.cc @@ -212,6 +212,12 @@ bool XServerPixelBuffer::Init(XAtomCache* cache, Windo void XServerPixelBuffer::InitShm(const XWindowAttributes& attributes) { diff --git a/www/iridium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h b/www/iridium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h index bbc22009a9b8..29029ac23295 100644 --- a/www/iridium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h +++ b/www/iridium/files/patch-third__party_webrtc_modules_portal_pipewire__utils.h @@ -1,4 +1,4 @@ ---- third_party/webrtc/modules/portal/pipewire_utils.h.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/modules/portal/pipewire_utils.h.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/modules/portal/pipewire_utils.h @@ -11,7 +11,9 @@ #ifndef MODULES_PORTAL_PIPEWIRE_UTILS_H_ diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_byte__order.h b/www/iridium/files/patch-third__party_webrtc_rtc__base_byte__order.h index fc6b76a7e474..06419d590436 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_byte__order.h +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_byte__order.h @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/byte_order.h.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/byte_order.h.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/byte_order.h @@ -82,6 +82,8 @@ #error WEBRTC_ARCH_BIG_ENDIAN or WEBRTC_ARCH_LITTLE_ENDIAN must be defined. diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc index 87155702ad9f..aa368de50205 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_cpu__info.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/cpu_info.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/cpu_info.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/cpu_info.cc @@ -37,7 +37,9 @@ #include <intrin.h> diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_ip__address.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_ip__address.cc index 4ed3ea4153cc..c0a143410fa8 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_ip__address.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_ip__address.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/ip_address.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/ip_address.cc @@ -22,7 +22,8 @@ #include "rtc_base/string_utils.h" diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc index 7333dc597a7e..47241ebfdb2a 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_net__helpers.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/net_helpers.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/net_helpers.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/net_helpers.cc @@ -20,6 +20,7 @@ #endif diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_network.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_network.cc index fccf889ca242..a4f1614bd959 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_network.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_network.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/network.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/network.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/network.cc @@ -303,7 +303,12 @@ AdapterType GetAdapterTypeFromName(absl::string_view n } diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc index 3b1369995495..e1e290919063 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/physical_socket_server.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/physical_socket_server.cc @@ -61,7 +61,7 @@ #undef SetPort diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h b/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h index e292e2be5f23..e0f8ac7a1af3 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_physical__socket__server.h @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/physical_socket_server.h.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/physical_socket_server.h.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/physical_socket_server.h @@ -22,7 +22,7 @@ #include "rtc_base/third_party/sigslot/sigslot.h" diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc b/www/iridium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc index 792f1c3104d6..14076201f456 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_platform__thread__types.cc @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/platform_thread_types.cc.orig 2025-09-11 13:19:19 UTC +--- third_party/webrtc/rtc_base/platform_thread_types.cc.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/platform_thread_types.cc @@ -12,11 +12,13 @@ diff --git a/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h b/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h index eedbc8656cdb..c5351e320b50 100644 --- a/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h +++ b/www/iridium/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h @@ -1,4 +1,4 @@ ---- third_party/webrtc/rtc_base/third_party/sigslot/sigslot.h.orig 2025-05-07 06:48:23 UTC +--- third_party/webrtc/rtc_base/third_party/sigslot/sigslot.h.orig 2025-12-10 15:04:57 UTC +++ third_party/webrtc/rtc_base/third_party/sigslot/sigslot.h @@ -178,6 +178,10 @@ class multi_threaded_local { #endif // _SIGSLOT_HAS_WIN32_THREADS diff --git a/www/iridium/files/patch-third__party_widevine_cdm_widevine.gni b/www/iridium/files/patch-third__party_widevine_cdm_widevine.gni index c1a8f4d17c42..8f7133c367e8 100644 --- a/www/iridium/files/patch-third__party_widevine_cdm_widevine.gni +++ b/www/iridium/files/patch-third__party_widevine_cdm_widevine.gni @@ -1,4 +1,4 @@ ---- third_party/widevine/cdm/widevine.gni.orig 2025-05-07 06:48:23 UTC +--- third_party/widevine/cdm/widevine.gni.orig 2025-12-10 15:04:57 UTC +++ third_party/widevine/cdm/widevine.gni @@ -28,6 +28,8 @@ library_widevine_cdm_available = (is_chromeos && diff --git a/www/iridium/files/patch-third__party_zlib_BUILD.gn b/www/iridium/files/patch-third__party_zlib_BUILD.gn index 40a8e7fa9ea6..f4cc48420fec 100644 --- a/www/iridium/files/patch-third__party_zlib_BUILD.gn +++ b/www/iridium/files/patch-third__party_zlib_BUILD.gn @@ -1,4 +1,4 @@ ---- third_party/zlib/BUILD.gn.orig 2025-09-11 13:19:19 UTC +--- third_party/zlib/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ third_party/zlib/BUILD.gn @@ -128,7 +128,7 @@ if (use_arm_neon_optimizations) { defines = [ "CRC32_ARMV8_CRC32" ] diff --git a/www/iridium/files/patch-third__party_zlib_cpu__features.c b/www/iridium/files/patch-third__party_zlib_cpu__features.c index 12cce1f19249..f894dfddea4d 100644 --- a/www/iridium/files/patch-third__party_zlib_cpu__features.c +++ b/www/iridium/files/patch-third__party_zlib_cpu__features.c @@ -1,4 +1,4 @@ ---- third_party/zlib/cpu_features.c.orig 2025-05-07 06:48:23 UTC +--- third_party/zlib/cpu_features.c.orig 2025-12-10 15:04:57 UTC +++ third_party/zlib/cpu_features.c @@ -39,7 +39,8 @@ int ZLIB_INTERNAL riscv_cpu_enable_vclmul = 0; #ifndef CPU_NO_SIMD diff --git a/www/iridium/files/patch-tools_generate__shim__headers_generate__shim__headers.py b/www/iridium/files/patch-tools_generate__shim__headers_generate__shim__headers.py index 1c1c55c56b18..c6f57957a6bd 100644 --- a/www/iridium/files/patch-tools_generate__shim__headers_generate__shim__headers.py +++ b/www/iridium/files/patch-tools_generate__shim__headers_generate__shim__headers.py @@ -1,4 +1,4 @@ ---- tools/generate_shim_headers/generate_shim_headers.py.orig 2025-05-07 06:48:23 UTC +--- tools/generate_shim_headers/generate_shim_headers.py.orig 2025-12-10 15:04:57 UTC +++ tools/generate_shim_headers/generate_shim_headers.py @@ -18,7 +18,7 @@ import sys diff --git a/www/iridium/files/patch-tools_generate__stubs_rules.gni b/www/iridium/files/patch-tools_generate__stubs_rules.gni index 4f93cee3434e..2b241391a7a7 100644 --- a/www/iridium/files/patch-tools_generate__stubs_rules.gni +++ b/www/iridium/files/patch-tools_generate__stubs_rules.gni @@ -1,4 +1,4 @@ ---- tools/generate_stubs/rules.gni.orig 2025-05-07 06:48:23 UTC +--- tools/generate_stubs/rules.gni.orig 2025-12-10 15:04:57 UTC +++ tools/generate_stubs/rules.gni @@ -110,7 +110,6 @@ template("generate_stubs") { "${target_gen_dir}/${invoker.output_name}.cc", diff --git a/www/iridium/files/patch-tools_gn_build_build__linux.ninja.template b/www/iridium/files/patch-tools_gn_build_build__linux.ninja.template index da59dd27b01c..ccb143d566f7 100644 --- a/www/iridium/files/patch-tools_gn_build_build__linux.ninja.template +++ b/www/iridium/files/patch-tools_gn_build_build__linux.ninja.template @@ -1,4 +1,4 @@ ---- tools/gn/build/build_linux.ninja.template.orig 2025-05-07 06:48:23 UTC +--- tools/gn/build/build_linux.ninja.template.orig 2025-12-10 15:04:57 UTC +++ tools/gn/build/build_linux.ninja.template @@ -5,7 +5,7 @@ rule cxx deps = gcc diff --git a/www/iridium/files/patch-tools_gn_build_gen.py b/www/iridium/files/patch-tools_gn_build_gen.py index 6c84bea2f819..1f43621ac016 100644 --- a/www/iridium/files/patch-tools_gn_build_gen.py +++ b/www/iridium/files/patch-tools_gn_build_gen.py @@ -1,4 +1,4 @@ ---- tools/gn/build/gen.py.orig 2025-09-11 13:19:19 UTC +--- tools/gn/build/gen.py.orig 2025-12-10 15:04:57 UTC +++ tools/gn/build/gen.py @@ -94,6 +94,12 @@ class Platform(object): def is_solaris(self): diff --git a/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc b/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc index 979b7f9ab7e0..31f888fa0716 100644 --- a/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc +++ b/www/iridium/files/patch-tools_gn_src_base_files_file__posix.cc @@ -1,4 +1,4 @@ ---- tools/gn/src/base/files/file_posix.cc.orig 2025-05-07 06:48:23 UTC +--- tools/gn/src/base/files/file_posix.cc.orig 2025-12-10 15:04:57 UTC +++ tools/gn/src/base/files/file_posix.cc @@ -359,7 +359,7 @@ void File::DoInitialize(const FilePath& path, uint32_t bool File::Flush() { diff --git a/www/iridium/files/patch-tools_gn_src_gn_version.h b/www/iridium/files/patch-tools_gn_src_gn_version.h index e1c8515967f6..341bc2ff8a9b 100644 --- a/www/iridium/files/patch-tools_gn_src_gn_version.h +++ b/www/iridium/files/patch-tools_gn_src_gn_version.h @@ -1,4 +1,4 @@ ---- tools/gn/src/gn/version.h.orig 2025-05-07 06:48:23 UTC +--- tools/gn/src/gn/version.h.orig 2025-12-10 15:04:57 UTC +++ tools/gn/src/gn/version.h @@ -22,9 +22,9 @@ class Version { diff --git a/www/iridium/files/patch-tools_gn_src_util_exe__path.cc b/www/iridium/files/patch-tools_gn_src_util_exe__path.cc index 1c2f4bd05597..c7ce2f0b1321 100644 --- a/www/iridium/files/patch-tools_gn_src_util_exe__path.cc +++ b/www/iridium/files/patch-tools_gn_src_util_exe__path.cc @@ -1,4 +1,4 @@ ---- tools/gn/src/util/exe_path.cc.orig 2025-05-07 06:48:23 UTC +--- tools/gn/src/util/exe_path.cc.orig 2025-12-10 15:04:57 UTC +++ tools/gn/src/util/exe_path.cc @@ -15,7 +15,7 @@ #include <windows.h> diff --git a/www/iridium/files/patch-tools_grit_grit_node_base.py b/www/iridium/files/patch-tools_grit_grit_node_base.py index 3bb404585b7b..149cf2c0fa95 100644 --- a/www/iridium/files/patch-tools_grit_grit_node_base.py +++ b/www/iridium/files/patch-tools_grit_grit_node_base.py @@ -1,4 +1,4 @@ ---- tools/grit/grit/node/base.py.orig 2025-09-11 13:19:19 UTC +--- tools/grit/grit/node/base.py.orig 2025-12-10 15:04:57 UTC +++ tools/grit/grit/node/base.py @@ -491,7 +491,8 @@ class Node: value = defs diff --git a/www/iridium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py b/www/iridium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py index d866eadb7476..6bf3fd4fa996 100644 --- a/www/iridium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py +++ b/www/iridium/files/patch-tools_json__schema__compiler_cpp__bundle__generator.py @@ -1,4 +1,4 @@ ---- tools/json_schema_compiler/cpp_bundle_generator.py.orig 2025-09-11 13:19:19 UTC +--- tools/json_schema_compiler/cpp_bundle_generator.py.orig 2025-12-10 15:04:57 UTC +++ tools/json_schema_compiler/cpp_bundle_generator.py @@ -140,7 +140,7 @@ class CppBundleGenerator(object): elif platform == Platforms.DESKTOP_ANDROID: diff --git a/www/iridium/files/patch-tools_json__schema__compiler_feature__compiler.py b/www/iridium/files/patch-tools_json__schema__compiler_feature__compiler.py index 3ca293467d04..7bd894828002 100644 --- a/www/iridium/files/patch-tools_json__schema__compiler_feature__compiler.py +++ b/www/iridium/files/patch-tools_json__schema__compiler_feature__compiler.py @@ -1,4 +1,4 @@ ---- tools/json_schema_compiler/feature_compiler.py.orig 2025-05-07 06:48:23 UTC +--- tools/json_schema_compiler/feature_compiler.py.orig 2025-12-10 15:04:57 UTC +++ tools/json_schema_compiler/feature_compiler.py @@ -289,6 +289,8 @@ FEATURE_GRAMMAR = ({ 'linux': 'Feature::LINUX_PLATFORM', diff --git a/www/iridium/files/patch-tools_memory_partition__allocator_inspect__utils.h b/www/iridium/files/patch-tools_memory_partition__allocator_inspect__utils.h index 4afb36c40564..81ec0d893703 100644 --- a/www/iridium/files/patch-tools_memory_partition__allocator_inspect__utils.h +++ b/www/iridium/files/patch-tools_memory_partition__allocator_inspect__utils.h @@ -1,4 +1,4 @@ ---- tools/memory/partition_allocator/inspect_utils.h.orig 2025-05-07 06:48:23 UTC +--- tools/memory/partition_allocator/inspect_utils.h.orig 2025-12-10 15:04:57 UTC +++ tools/memory/partition_allocator/inspect_utils.h @@ -61,7 +61,7 @@ class RemoteProcessMemoryReader { const pid_t pid_; diff --git a/www/iridium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn b/www/iridium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn index ce7be23ba56d..e5dbd4fcbcb3 100644 --- a/www/iridium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn +++ b/www/iridium/files/patch-tools_perf_chrome__telemetry__build_BUILD.gn @@ -1,4 +1,4 @@ ---- tools/perf/chrome_telemetry_build/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- tools/perf/chrome_telemetry_build/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ tools/perf/chrome_telemetry_build/BUILD.gn @@ -56,7 +56,7 @@ group("telemetry_chrome_test") { data_deps += [ "//chrome:reorder_imports" ] diff --git a/www/iridium/files/patch-tools_protoc__wrapper_protoc__wrapper.py b/www/iridium/files/patch-tools_protoc__wrapper_protoc__wrapper.py index 84956a7a84f5..4ee75ae59d37 100644 --- a/www/iridium/files/patch-tools_protoc__wrapper_protoc__wrapper.py +++ b/www/iridium/files/patch-tools_protoc__wrapper_protoc__wrapper.py @@ -1,4 +1,4 @@ ---- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-09-11 13:19:19 UTC +--- tools/protoc_wrapper/protoc_wrapper.py.orig 2025-12-10 15:04:57 UTC +++ tools/protoc_wrapper/protoc_wrapper.py @@ -227,15 +227,19 @@ def main(argv): if not options.exclude_imports: diff --git a/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py b/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py index c5cd1f125f7b..84efeea98c82 100644 --- a/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py +++ b/www/iridium/files/patch-tools_variations_fieldtrial__to__struct.py @@ -1,4 +1,4 @@ ---- tools/variations/fieldtrial_to_struct.py.orig 2025-05-07 06:48:23 UTC +--- tools/variations/fieldtrial_to_struct.py.orig 2025-12-10 15:04:57 UTC +++ tools/variations/fieldtrial_to_struct.py @@ -41,6 +41,8 @@ _platforms = [ 'linux', diff --git a/www/iridium/files/patch-ui_accessibility_accessibility__features.cc b/www/iridium/files/patch-ui_accessibility_accessibility__features.cc index 8e4cceb10259..e3035271c0c6 100644 --- a/www/iridium/files/patch-ui_accessibility_accessibility__features.cc +++ b/www/iridium/files/patch-ui_accessibility_accessibility__features.cc @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.cc.orig 2025-11-06 10:11:34 UTC +--- ui/accessibility/accessibility_features.cc.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/accessibility_features.cc -@@ -470,7 +470,7 @@ bool IsScreenAITestModeEnabled() { +@@ -485,7 +485,7 @@ bool IsScreenAITestModeEnabled() { return base::FeatureList::IsEnabled(::features::kScreenAITestMode); } @@ -9,7 +9,7 @@ BASE_FEATURE(kScreenAIPartitionAllocAdvancedChecksEnabled, base::FEATURE_DISABLED_BY_DEFAULT); #endif -@@ -505,7 +505,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled +@@ -520,7 +520,7 @@ bool IsBlockRootWindowAccessibleNameChangeEventEnabled } #endif // BUILDFLAG(IS_MAC) diff --git a/www/iridium/files/patch-ui_accessibility_accessibility__features.h b/www/iridium/files/patch-ui_accessibility_accessibility__features.h index bc4fefbca9f2..b72597ba3f2a 100644 --- a/www/iridium/files/patch-ui_accessibility_accessibility__features.h +++ b/www/iridium/files/patch-ui_accessibility_accessibility__features.h @@ -1,6 +1,6 @@ ---- ui/accessibility/accessibility_features.h.orig 2025-11-06 10:11:34 UTC +--- ui/accessibility/accessibility_features.h.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/accessibility_features.h -@@ -367,7 +367,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); +@@ -378,7 +378,7 @@ AX_BASE_EXPORT bool IsScreenAIOCREnabled(); AX_BASE_EXPORT BASE_DECLARE_FEATURE(kScreenAITestMode); AX_BASE_EXPORT bool IsScreenAITestModeEnabled(); @@ -9,7 +9,7 @@ // Enables advanced partition allocation checks in ScreenAI service. // TODO(crbug.com/418199684): Remove when the bug is fixed. AX_BASE_EXPORT BASE_DECLARE_FEATURE( -@@ -394,7 +394,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc +@@ -405,7 +405,7 @@ AX_BASE_EXPORT BASE_DECLARE_FEATURE(kBlockRootWindowAc AX_BASE_EXPORT bool IsBlockRootWindowAccessibleNameChangeEventEnabled(); #endif // BUILDFLAG(IS_MAC) diff --git a/www/iridium/files/patch-ui_accessibility_ax__node.cc b/www/iridium/files/patch-ui_accessibility_ax__node.cc index c89beff419a9..7a52a8f9500a 100644 --- a/www/iridium/files/patch-ui_accessibility_ax__node.cc +++ b/www/iridium/files/patch-ui_accessibility_ax__node.cc @@ -1,4 +1,4 @@ ---- ui/accessibility/ax_node.cc.orig 2025-09-11 13:19:19 UTC +--- ui/accessibility/ax_node.cc.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/ax_node.cc @@ -1547,7 +1547,7 @@ AXNode::GetExtraMacNodes() const { return &table_info->extra_mac_nodes; diff --git a/www/iridium/files/patch-ui_accessibility_ax__node.h b/www/iridium/files/patch-ui_accessibility_ax__node.h index 8070f52b3c4a..1559920c1fd2 100644 --- a/www/iridium/files/patch-ui_accessibility_ax__node.h +++ b/www/iridium/files/patch-ui_accessibility_ax__node.h @@ -1,4 +1,4 @@ ---- ui/accessibility/ax_node.h.orig 2025-09-11 13:19:19 UTC +--- ui/accessibility/ax_node.h.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/ax_node.h @@ -582,7 +582,7 @@ class AX_EXPORT AXNode final { const std::vector<raw_ptr<AXNode, VectorExperimental>>* GetExtraMacNodes() diff --git a/www/iridium/files/patch-ui_accessibility_ax__tree.cc b/www/iridium/files/patch-ui_accessibility_ax__tree.cc index 952c52de9075..07eb5bd3a465 100644 --- a/www/iridium/files/patch-ui_accessibility_ax__tree.cc +++ b/www/iridium/files/patch-ui_accessibility_ax__tree.cc @@ -1,4 +1,4 @@ ---- ui/accessibility/ax_tree.cc.orig 2025-10-28 14:29:43 UTC +--- ui/accessibility/ax_tree.cc.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/ax_tree.cc @@ -700,7 +700,7 @@ struct AXTreeUpdateState { // (crrev.com/c/2892259). diff --git a/www/iridium/files/patch-ui_accessibility_ax__tree.h b/www/iridium/files/patch-ui_accessibility_ax__tree.h index 36e5ff518907..c13492341aff 100644 --- a/www/iridium/files/patch-ui_accessibility_ax__tree.h +++ b/www/iridium/files/patch-ui_accessibility_ax__tree.h @@ -1,4 +1,4 @@ ---- ui/accessibility/ax_tree.h.orig 2025-09-11 13:19:19 UTC +--- ui/accessibility/ax_tree.h.orig 2025-12-10 15:04:57 UTC +++ ui/accessibility/ax_tree.h @@ -64,7 +64,7 @@ enum class AXTreeUnserializeError { }; diff --git a/www/iridium/files/patch-ui_aura_client_drag__drop__client.h b/www/iridium/files/patch-ui_aura_client_drag__drop__client.h index 3ebb7ab64352..3ef2aac5753e 100644 --- a/www/iridium/files/patch-ui_aura_client_drag__drop__client.h +++ b/www/iridium/files/patch-ui_aura_client_drag__drop__client.h @@ -1,4 +1,4 @@ ---- ui/aura/client/drag_drop_client.h.orig 2025-05-07 06:48:23 UTC +--- ui/aura/client/drag_drop_client.h.orig 2025-12-10 15:04:57 UTC +++ ui/aura/client/drag_drop_client.h @@ -44,7 +44,7 @@ class AURA_EXPORT DragDropClient { int allowed_operations, diff --git a/www/iridium/files/patch-ui_aura_screen__ozone.cc b/www/iridium/files/patch-ui_aura_screen__ozone.cc index 698affc9e48f..60316ef04fb8 100644 --- a/www/iridium/files/patch-ui_aura_screen__ozone.cc +++ b/www/iridium/files/patch-ui_aura_screen__ozone.cc @@ -1,4 +1,4 @@ ---- ui/aura/screen_ozone.cc.orig 2025-05-07 06:48:23 UTC +--- ui/aura/screen_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ ui/aura/screen_ozone.cc @@ -107,7 +107,7 @@ display::Display ScreenOzone::GetPrimaryDisplay() cons return platform_screen_->GetPrimaryDisplay(); diff --git a/www/iridium/files/patch-ui_aura_screen__ozone.h b/www/iridium/files/patch-ui_aura_screen__ozone.h index f97c79dad1b5..7402937b5987 100644 --- a/www/iridium/files/patch-ui_aura_screen__ozone.h +++ b/www/iridium/files/patch-ui_aura_screen__ozone.h @@ -1,4 +1,4 @@ ---- ui/aura/screen_ozone.h.orig 2025-10-28 14:29:43 UTC +--- ui/aura/screen_ozone.h.orig 2025-12-10 15:04:57 UTC +++ ui/aura/screen_ozone.h @@ -44,7 +44,7 @@ class AURA_EXPORT ScreenOzone : public display::Screen display::Display GetDisplayMatching( diff --git a/www/iridium/files/patch-ui_base_accelerators_accelerator.cc b/www/iridium/files/patch-ui_base_accelerators_accelerator.cc index 7fad6dcb28c0..3c96c5e5907e 100644 --- a/www/iridium/files/patch-ui_base_accelerators_accelerator.cc +++ b/www/iridium/files/patch-ui_base_accelerators_accelerator.cc @@ -1,4 +1,4 @@ ---- ui/base/accelerators/accelerator.cc.orig 2025-09-11 13:19:19 UTC +--- ui/base/accelerators/accelerator.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/accelerators/accelerator.cc @@ -335,7 +335,7 @@ std::vector<std::u16string> Accelerator::GetLongFormMo modifiers.push_back(l10n_util::GetStringUTF16(IDS_APP_SEARCH_KEY)); diff --git a/www/iridium/files/patch-ui_base_accelerators_command.cc b/www/iridium/files/patch-ui_base_accelerators_command.cc index 7ab17312e2ff..84f2853cc78e 100644 --- a/www/iridium/files/patch-ui_base_accelerators_command.cc +++ b/www/iridium/files/patch-ui_base_accelerators_command.cc @@ -1,4 +1,4 @@ ---- ui/base/accelerators/command.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/accelerators/command.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/accelerators/command.cc @@ -81,7 +81,7 @@ std::string Command::CommandPlatform() { return ui::kKeybindingPlatformMac; diff --git a/www/iridium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc b/www/iridium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc index 3ea0c41a74e1..283aac84942c 100644 --- a/www/iridium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc +++ b/www/iridium/files/patch-ui_base_accelerators_global__accelerator__listener_global__accelerator__listener__ozone.cc @@ -1,4 +1,4 @@ ---- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-11-06 10:11:34 UTC +--- ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/accelerators/global_accelerator_listener/global_accelerator_listener_ozone.cc @@ -12,7 +12,7 @@ #include "ui/base/accelerators/accelerator.h" diff --git a/www/iridium/files/patch-ui_base_clipboard_clipboard__constants.h b/www/iridium/files/patch-ui_base_clipboard_clipboard__constants.h index bc6903a9becd..b16d697e2fa0 100644 --- a/www/iridium/files/patch-ui_base_clipboard_clipboard__constants.h +++ b/www/iridium/files/patch-ui_base_clipboard_clipboard__constants.h @@ -1,4 +1,4 @@ ---- ui/base/clipboard/clipboard_constants.h.orig 2025-06-19 07:37:57 UTC +--- ui/base/clipboard/clipboard_constants.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/clipboard/clipboard_constants.h @@ -44,7 +44,7 @@ inline constexpr char kMimeTypeWindowDrag[] = "chromiu diff --git a/www/iridium/files/patch-ui_base_clipboard_clipboard__non__backed.cc b/www/iridium/files/patch-ui_base_clipboard_clipboard__non__backed.cc index b28d5ec000fe..8902f61c4c89 100644 --- a/www/iridium/files/patch-ui_base_clipboard_clipboard__non__backed.cc +++ b/www/iridium/files/patch-ui_base_clipboard_clipboard__non__backed.cc @@ -1,4 +1,4 @@ ---- ui/base/clipboard/clipboard_non_backed.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/clipboard/clipboard_non_backed.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/clipboard/clipboard_non_backed.cc @@ -461,7 +461,7 @@ ClipboardNonBacked::ClipboardNonBacked() { // so create internal clipboards for platform supported clipboard buffers. diff --git a/www/iridium/files/patch-ui_base_cursor_cursor__factory.cc b/www/iridium/files/patch-ui_base_cursor_cursor__factory.cc index 5e5ec269e243..531d24990fe9 100644 --- a/www/iridium/files/patch-ui_base_cursor_cursor__factory.cc +++ b/www/iridium/files/patch-ui_base_cursor_cursor__factory.cc @@ -1,4 +1,4 @@ ---- ui/base/cursor/cursor_factory.cc.orig 2025-09-11 13:19:19 UTC +--- ui/base/cursor/cursor_factory.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/cursor/cursor_factory.cc @@ -97,7 +97,7 @@ void CursorFactory::ObserveThemeChanges() { NOTIMPLEMENTED(); diff --git a/www/iridium/files/patch-ui_base_cursor_cursor__factory.h b/www/iridium/files/patch-ui_base_cursor_cursor__factory.h index a3366a443173..e399d4462b1e 100644 --- a/www/iridium/files/patch-ui_base_cursor_cursor__factory.h +++ b/www/iridium/files/patch-ui_base_cursor_cursor__factory.h @@ -1,4 +1,4 @@ ---- ui/base/cursor/cursor_factory.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/cursor/cursor_factory.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/cursor/cursor_factory.h @@ -93,7 +93,7 @@ class COMPONENT_EXPORT(UI_BASE_CURSOR) CursorFactory { base::ObserverList<CursorFactoryObserver>::Unchecked observers_; diff --git a/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc b/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc index 12a16965a968..e5104eefedfa 100644 --- a/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc +++ b/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__factory.cc @@ -1,4 +1,4 @@ ---- ui/base/dragdrop/os_exchange_data_provider_factory.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/dragdrop/os_exchange_data_provider_factory.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/dragdrop/os_exchange_data_provider_factory.cc @@ -7,7 +7,7 @@ #include "base/notreached.h" diff --git a/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc b/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc index b6ae776ac5c5..a6c99d36b297 100644 --- a/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc +++ b/www/iridium/files/patch-ui_base_dragdrop_os__exchange__data__provider__non__backed.cc @@ -1,4 +1,4 @@ ---- ui/base/dragdrop/os_exchange_data_provider_non_backed.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/dragdrop/os_exchange_data_provider_non_backed.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/dragdrop/os_exchange_data_provider_non_backed.cc @@ -101,7 +101,7 @@ void OSExchangeDataProviderNonBacked::SetPickledData( diff --git a/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.cc b/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.cc index b672b85feb72..14520bd55d24 100644 --- a/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.cc +++ b/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.cc @@ -1,4 +1,4 @@ ---- ui/base/ime/dummy_text_input_client.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/dummy_text_input_client.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/dummy_text_input_client.cc @@ -175,7 +175,7 @@ bool DummyTextInputClient::ShouldDoLearning() { return false; diff --git a/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.h b/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.h index 1abb52cacb98..3d0175de6923 100644 --- a/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.h +++ b/www/iridium/files/patch-ui_base_ime_dummy__text__input__client.h @@ -1,4 +1,4 @@ ---- ui/base/ime/dummy_text_input_client.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/dummy_text_input_client.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/dummy_text_input_client.h @@ -73,7 +73,7 @@ class DummyTextInputClient : public TextInputClient { ukm::SourceId GetClientSourceForMetrics() const override; diff --git a/www/iridium/files/patch-ui_base_ime_fake__text__input__client.cc b/www/iridium/files/patch-ui_base_ime_fake__text__input__client.cc index f0d773bc0adb..634172ef796a 100644 --- a/www/iridium/files/patch-ui_base_ime_fake__text__input__client.cc +++ b/www/iridium/files/patch-ui_base_ime_fake__text__input__client.cc @@ -1,4 +1,4 @@ ---- ui/base/ime/fake_text_input_client.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/fake_text_input_client.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/fake_text_input_client.cc @@ -227,7 +227,7 @@ bool FakeTextInputClient::ShouldDoLearning() { return should_do_learning_; diff --git a/www/iridium/files/patch-ui_base_ime_fake__text__input__client.h b/www/iridium/files/patch-ui_base_ime_fake__text__input__client.h index 340a75491fde..3f8c8fe99219 100644 --- a/www/iridium/files/patch-ui_base_ime_fake__text__input__client.h +++ b/www/iridium/files/patch-ui_base_ime_fake__text__input__client.h @@ -1,4 +1,4 @@ ---- ui/base/ime/fake_text_input_client.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/fake_text_input_client.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/fake_text_input_client.h @@ -107,7 +107,7 @@ class FakeTextInputClient : public TextInputClient { void SetTextEditCommandForNextKeyEvent(TextEditCommand command) override; diff --git a/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc b/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc index 81908f147ef3..eb9ee1ab2c27 100644 --- a/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc +++ b/www/iridium/files/patch-ui_base_ime_init_input__method__initializer.cc @@ -1,4 +1,4 @@ ---- ui/base/ime/init/input_method_initializer.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/init/input_method_initializer.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/init/input_method_initializer.cc @@ -9,7 +9,7 @@ #include "base/trace_event/trace_event.h" diff --git a/www/iridium/files/patch-ui_base_ime_linux_linux__input__method__context__factory.cc b/www/iridium/files/patch-ui_base_ime_linux_linux__input__method__context__factory.cc index 4cac93c3ee18..9eb90f4b8529 100644 --- a/www/iridium/files/patch-ui_base_ime_linux_linux__input__method__context__factory.cc +++ b/www/iridium/files/patch-ui_base_ime_linux_linux__input__method__context__factory.cc @@ -1,4 +1,4 @@ ---- ui/base/ime/linux/linux_input_method_context_factory.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/linux/linux_input_method_context_factory.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/linux/linux_input_method_context_factory.cc @@ -9,7 +9,7 @@ #include "build/build_config.h" diff --git a/www/iridium/files/patch-ui_base_ime_text__input__client.h b/www/iridium/files/patch-ui_base_ime_text__input__client.h index 108c36dd9999..8bc212daa64a 100644 --- a/www/iridium/files/patch-ui_base_ime_text__input__client.h +++ b/www/iridium/files/patch-ui_base_ime_text__input__client.h @@ -1,4 +1,4 @@ ---- ui/base/ime/text_input_client.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/ime/text_input_client.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/ime/text_input_client.h @@ -337,7 +337,7 @@ class COMPONENT_EXPORT(UI_BASE_IME) TextInputClient { // fields that are considered 'private' (e.g. in incognito tabs). diff --git a/www/iridium/files/patch-ui_base_resource_resource__bundle.cc b/www/iridium/files/patch-ui_base_resource_resource__bundle.cc index 2f328ed39611..61105957e3c7 100644 --- a/www/iridium/files/patch-ui_base_resource_resource__bundle.cc +++ b/www/iridium/files/patch-ui_base_resource_resource__bundle.cc @@ -1,4 +1,4 @@ ---- ui/base/resource/resource_bundle.cc.orig 2025-10-28 14:29:43 UTC +--- ui/base/resource/resource_bundle.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/resource/resource_bundle.cc @@ -998,7 +998,7 @@ void ResourceBundle::ReloadFonts() { } diff --git a/www/iridium/files/patch-ui_base_test_skia__gold__pixel__diff.cc b/www/iridium/files/patch-ui_base_test_skia__gold__pixel__diff.cc index 479b7e283d61..2173d6c57e38 100644 --- a/www/iridium/files/patch-ui_base_test_skia__gold__pixel__diff.cc +++ b/www/iridium/files/patch-ui_base_test_skia__gold__pixel__diff.cc @@ -1,4 +1,4 @@ ---- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-10-28 14:29:43 UTC +--- ui/base/test/skia_gold_pixel_diff.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/test/skia_gold_pixel_diff.cc @@ -116,7 +116,7 @@ const char* GetPlatformName() { return "windows"; diff --git a/www/iridium/files/patch-ui_base_test_ui__controls.h b/www/iridium/files/patch-ui_base_test_ui__controls.h index 787d8ebcc79d..31dd60b5a8f9 100644 --- a/www/iridium/files/patch-ui_base_test_ui__controls.h +++ b/www/iridium/files/patch-ui_base_test_ui__controls.h @@ -1,4 +1,4 @@ ---- ui/base/test/ui_controls.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/test/ui_controls.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/test/ui_controls.h @@ -191,7 +191,7 @@ bool SendTouchEventsNotifyWhenDone(int action, base::OnceClosure task); diff --git a/www/iridium/files/patch-ui_base_ui__base__features.cc b/www/iridium/files/patch-ui_base_ui__base__features.cc index 7efbe1fc3af0..1e663a4d1e0e 100644 --- a/www/iridium/files/patch-ui_base_ui__base__features.cc +++ b/www/iridium/files/patch-ui_base_ui__base__features.cc @@ -1,4 +1,4 @@ ---- ui/base/ui_base_features.cc.orig 2025-11-06 10:11:34 UTC +--- ui/base/ui_base_features.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/ui_base_features.cc @@ -108,7 +108,7 @@ BASE_FEATURE(kWaylandLinuxDrmSyncobj, base::FEATURE_EN diff --git a/www/iridium/files/patch-ui_base_ui__base__switches.h b/www/iridium/files/patch-ui_base_ui__base__switches.h index 4bdc172452dd..9b1d659552a7 100644 --- a/www/iridium/files/patch-ui_base_ui__base__switches.h +++ b/www/iridium/files/patch-ui_base_ui__base__switches.h @@ -1,4 +1,4 @@ ---- ui/base/ui_base_switches.h.orig 2025-10-28 14:29:43 UTC +--- ui/base/ui_base_switches.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/ui_base_switches.h @@ -37,13 +37,13 @@ inline constexpr char kDisableModalAnimations[] = "dis inline constexpr char kShowMacOverlayBorders[] = "show-mac-overlay-borders"; diff --git a/www/iridium/files/patch-ui_base_webui_web__ui__util.cc b/www/iridium/files/patch-ui_base_webui_web__ui__util.cc index 159fffb8d593..6311890f4bd6 100644 --- a/www/iridium/files/patch-ui_base_webui_web__ui__util.cc +++ b/www/iridium/files/patch-ui_base_webui_web__ui__util.cc @@ -1,4 +1,4 @@ ---- ui/base/webui/web_ui_util.cc.orig 2025-09-11 13:19:19 UTC +--- ui/base/webui/web_ui_util.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/webui/web_ui_util.cc @@ -42,7 +42,7 @@ namespace { constexpr float kMaxScaleFactor = 1000.0f; diff --git a/www/iridium/files/patch-ui_base_x_x11__cursor__factory.cc b/www/iridium/files/patch-ui_base_x_x11__cursor__factory.cc index 7627ec998a4c..d922a72b58bd 100644 --- a/www/iridium/files/patch-ui_base_x_x11__cursor__factory.cc +++ b/www/iridium/files/patch-ui_base_x_x11__cursor__factory.cc @@ -1,4 +1,4 @@ ---- ui/base/x/x11_cursor_factory.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/x/x11_cursor_factory.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/x/x11_cursor_factory.cc @@ -13,7 +13,7 @@ #include "ui/gfx/geometry/point.h" diff --git a/www/iridium/files/patch-ui_base_x_x11__cursor__factory.h b/www/iridium/files/patch-ui_base_x_x11__cursor__factory.h index 2077006854df..027c114fa643 100644 --- a/www/iridium/files/patch-ui_base_x_x11__cursor__factory.h +++ b/www/iridium/files/patch-ui_base_x_x11__cursor__factory.h @@ -1,4 +1,4 @@ ---- ui/base/x/x11_cursor_factory.h.orig 2025-05-07 06:48:23 UTC +--- ui/base/x/x11_cursor_factory.h.orig 2025-12-10 15:04:57 UTC +++ ui/base/x/x11_cursor_factory.h @@ -20,7 +20,7 @@ namespace ui { class X11Cursor; diff --git a/www/iridium/files/patch-ui_base_x_x11__cursor__loader.cc b/www/iridium/files/patch-ui_base_x_x11__cursor__loader.cc index e55142f45b60..61d316fb384c 100644 --- a/www/iridium/files/patch-ui_base_x_x11__cursor__loader.cc +++ b/www/iridium/files/patch-ui_base_x_x11__cursor__loader.cc @@ -1,4 +1,4 @@ ---- ui/base/x/x11_cursor_loader.cc.orig 2025-10-28 14:29:43 UTC +--- ui/base/x/x11_cursor_loader.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/x/x11_cursor_loader.cc @@ -37,7 +37,7 @@ #include "ui/gfx/x/connection.h" diff --git a/www/iridium/files/patch-ui_base_x_x11__display__manager.cc b/www/iridium/files/patch-ui_base_x_x11__display__manager.cc index 71a1689c21cf..3f8643ea6883 100644 --- a/www/iridium/files/patch-ui_base_x_x11__display__manager.cc +++ b/www/iridium/files/patch-ui_base_x_x11__display__manager.cc @@ -1,4 +1,4 @@ ---- ui/base/x/x11_display_manager.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/x/x11_display_manager.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/x/x11_display_manager.cc @@ -16,7 +16,7 @@ #include "ui/gfx/x/randr.h" diff --git a/www/iridium/files/patch-ui_base_x_x11__shm__image__pool.cc b/www/iridium/files/patch-ui_base_x_x11__shm__image__pool.cc index 571c57b495e2..7e2ab807c0a0 100644 --- a/www/iridium/files/patch-ui_base_x_x11__shm__image__pool.cc +++ b/www/iridium/files/patch-ui_base_x_x11__shm__image__pool.cc @@ -1,4 +1,4 @@ ---- ui/base/x/x11_shm_image_pool.cc.orig 2025-05-07 06:48:23 UTC +--- ui/base/x/x11_shm_image_pool.cc.orig 2025-12-10 15:04:57 UTC +++ ui/base/x/x11_shm_image_pool.cc @@ -16,6 +16,7 @@ #include "base/functional/callback.h" diff --git a/www/iridium/files/patch-ui_color_color__id.h b/www/iridium/files/patch-ui_color_color__id.h index 07077b870926..ea6411e78e20 100644 --- a/www/iridium/files/patch-ui_color_color__id.h +++ b/www/iridium/files/patch-ui_color_color__id.h @@ -1,4 +1,4 @@ ---- ui/color/color_id.h.orig 2025-11-06 10:11:34 UTC +--- ui/color/color_id.h.orig 2025-12-10 15:04:57 UTC +++ ui/color/color_id.h @@ -652,7 +652,7 @@ E_CPONLY(kColorCrosSysPositive) \ diff --git a/www/iridium/files/patch-ui_color_system__theme.h b/www/iridium/files/patch-ui_color_system__theme.h index 8cb40ecffe23..ccdc05d45b84 100644 --- a/www/iridium/files/patch-ui_color_system__theme.h +++ b/www/iridium/files/patch-ui_color_system__theme.h @@ -1,4 +1,4 @@ ---- ui/color/system_theme.h.orig 2025-05-07 06:48:23 UTC +--- ui/color/system_theme.h.orig 2025-12-10 15:04:57 UTC +++ ui/color/system_theme.h @@ -15,7 +15,7 @@ namespace ui { enum class SystemTheme { diff --git a/www/iridium/files/patch-ui_compositor_compositor.cc b/www/iridium/files/patch-ui_compositor_compositor.cc index d588661d4995..657386a42af6 100644 --- a/www/iridium/files/patch-ui_compositor_compositor.cc +++ b/www/iridium/files/patch-ui_compositor_compositor.cc @@ -1,4 +1,4 @@ ---- ui/compositor/compositor.cc.orig 2025-09-11 13:19:19 UTC +--- ui/compositor/compositor.cc.orig 2025-12-10 15:04:57 UTC +++ ui/compositor/compositor.cc @@ -979,7 +979,7 @@ void Compositor::OnResume() { obs.ResetIfActive(); diff --git a/www/iridium/files/patch-ui_compositor_compositor.h b/www/iridium/files/patch-ui_compositor_compositor.h index 1fb22d7be31e..9114c11772de 100644 --- a/www/iridium/files/patch-ui_compositor_compositor.h +++ b/www/iridium/files/patch-ui_compositor_compositor.h @@ -1,4 +1,4 @@ ---- ui/compositor/compositor.h.orig 2025-09-11 13:19:19 UTC +--- ui/compositor/compositor.h.orig 2025-12-10 15:04:57 UTC +++ ui/compositor/compositor.h @@ -462,7 +462,7 @@ class COMPOSITOR_EXPORT Compositor : public base::Powe // base::PowerSuspendObserver: diff --git a/www/iridium/files/patch-ui_compositor_compositor__observer.h b/www/iridium/files/patch-ui_compositor_compositor__observer.h index aa9c167141f4..51320f30804d 100644 --- a/www/iridium/files/patch-ui_compositor_compositor__observer.h +++ b/www/iridium/files/patch-ui_compositor_compositor__observer.h @@ -1,4 +1,4 @@ ---- ui/compositor/compositor_observer.h.orig 2025-05-07 06:48:23 UTC +--- ui/compositor/compositor_observer.h.orig 2025-12-10 15:04:57 UTC +++ ui/compositor/compositor_observer.h @@ -56,7 +56,7 @@ class COMPOSITOR_EXPORT CompositorObserver { // Called when a child of the compositor is resizing. diff --git a/www/iridium/files/patch-ui_display_screen.cc b/www/iridium/files/patch-ui_display_screen.cc index 5bdc88f5cb5c..92ceabb08ae5 100644 --- a/www/iridium/files/patch-ui_display_screen.cc +++ b/www/iridium/files/patch-ui_display_screen.cc @@ -1,4 +1,4 @@ ---- ui/display/screen.cc.orig 2025-11-06 10:11:34 UTC +--- ui/display/screen.cc.orig 2025-12-10 15:04:57 UTC +++ ui/display/screen.cc @@ -82,7 +82,7 @@ void Screen::SetDisplayForNewWindows(int64_t display_i display_id_for_new_windows_ = display_id; diff --git a/www/iridium/files/patch-ui_display_screen.h b/www/iridium/files/patch-ui_display_screen.h index 0521fbc7a693..8416aa1c2e01 100644 --- a/www/iridium/files/patch-ui_display_screen.h +++ b/www/iridium/files/patch-ui_display_screen.h @@ -1,4 +1,4 @@ ---- ui/display/screen.h.orig 2025-11-06 10:11:34 UTC +--- ui/display/screen.h.orig 2025-12-10 15:04:57 UTC +++ ui/display/screen.h @@ -139,7 +139,7 @@ class DISPLAY_EXPORT Screen { // (both of which may or may not be `nearest_id`). diff --git a/www/iridium/files/patch-ui_events_event.cc b/www/iridium/files/patch-ui_events_event.cc index 2b12a65e6a69..8f3c358d8ee9 100644 --- a/www/iridium/files/patch-ui_events_event.cc +++ b/www/iridium/files/patch-ui_events_event.cc @@ -1,4 +1,4 @@ ---- ui/events/event.cc.orig 2025-09-11 13:19:19 UTC +--- ui/events/event.cc.orig 2025-12-10 15:04:57 UTC +++ ui/events/event.cc @@ -375,7 +375,7 @@ std::string LocatedEvent::ToString() const { MouseEvent::MouseEvent(const PlatformEvent& native_event) diff --git a/www/iridium/files/patch-ui_events_event__switches.cc b/www/iridium/files/patch-ui_events_event__switches.cc index 749dbf509a53..4f399632bd4a 100644 --- a/www/iridium/files/patch-ui_events_event__switches.cc +++ b/www/iridium/files/patch-ui_events_event__switches.cc @@ -1,4 +1,4 @@ ---- ui/events/event_switches.cc.orig 2025-05-07 06:48:23 UTC +--- ui/events/event_switches.cc.orig 2025-12-10 15:04:57 UTC +++ ui/events/event_switches.cc @@ -21,7 +21,7 @@ const char kCompensateForUnstablePinchZoom[] = // value is a floating point number that is interpreted as a distance in pixels. diff --git a/www/iridium/files/patch-ui_events_event__switches.h b/www/iridium/files/patch-ui_events_event__switches.h index af58046a1662..6838ca667c52 100644 --- a/www/iridium/files/patch-ui_events_event__switches.h +++ b/www/iridium/files/patch-ui_events_event__switches.h @@ -1,4 +1,4 @@ ---- ui/events/event_switches.h.orig 2025-05-07 06:48:23 UTC +--- ui/events/event_switches.h.orig 2025-12-10 15:04:57 UTC +++ ui/events/event_switches.h @@ -13,7 +13,7 @@ namespace switches { EVENTS_BASE_EXPORT extern const char kCompensateForUnstablePinchZoom[]; diff --git a/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.cc b/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.cc index fcb04e07d0e7..98c24d45af75 100644 --- a/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.cc +++ b/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.cc @@ -1,4 +1,4 @@ ---- ui/events/keycodes/dom/keycode_converter.cc.orig 2025-10-28 14:29:43 UTC +--- ui/events/keycodes/dom/keycode_converter.cc.orig 2025-12-10 15:04:57 UTC +++ ui/events/keycodes/dom/keycode_converter.cc @@ -14,7 +14,7 @@ #include "ui/events/keycodes/dom/dom_code.h" diff --git a/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.h b/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.h index 40bb8d4975d8..6942a6ed7357 100644 --- a/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.h +++ b/www/iridium/files/patch-ui_events_keycodes_dom_keycode__converter.h @@ -1,4 +1,4 @@ ---- ui/events/keycodes/dom/keycode_converter.h.orig 2025-05-07 06:48:23 UTC +--- ui/events/keycodes/dom/keycode_converter.h.orig 2025-12-10 15:04:57 UTC +++ ui/events/keycodes/dom/keycode_converter.h @@ -64,7 +64,7 @@ class KeycodeConverter { // Convert a DomCode into a native keycode. diff --git a/www/iridium/files/patch-ui_gfx_BUILD.gn b/www/iridium/files/patch-ui_gfx_BUILD.gn index 5286b5b9c368..9ced7d35817f 100644 --- a/www/iridium/files/patch-ui_gfx_BUILD.gn +++ b/www/iridium/files/patch-ui_gfx_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/gfx/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- ui/gfx/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/BUILD.gn -@@ -657,7 +657,7 @@ source_set("memory_buffer_sources") { +@@ -652,7 +652,7 @@ source_set("memory_buffer_sources") { deps += [ "//build/config/linux/libdrm" ] } diff --git a/www/iridium/files/patch-ui_gfx_canvas__skia.cc b/www/iridium/files/patch-ui_gfx_canvas__skia.cc index 43672f6546d1..0cfea3d181e2 100644 --- a/www/iridium/files/patch-ui_gfx_canvas__skia.cc +++ b/www/iridium/files/patch-ui_gfx_canvas__skia.cc @@ -1,4 +1,4 @@ ---- ui/gfx/canvas_skia.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/canvas_skia.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/canvas_skia.cc @@ -219,7 +219,7 @@ void Canvas::DrawStringRectWithFlags(std::u16string_vi Range range = StripAcceleratorChars(flags, &adjusted_text); diff --git a/www/iridium/files/patch-ui_gfx_font__fallback__linux.cc b/www/iridium/files/patch-ui_gfx_font__fallback__linux.cc index 8e8bd4a529f8..ef2cfdee4d12 100644 --- a/www/iridium/files/patch-ui_gfx_font__fallback__linux.cc +++ b/www/iridium/files/patch-ui_gfx_font__fallback__linux.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_fallback_linux.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/font_fallback_linux.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/font_fallback_linux.cc @@ -28,6 +28,8 @@ #include "ui/gfx/linux/fontconfig_util.h" diff --git a/www/iridium/files/patch-ui_gfx_font__render__params.h b/www/iridium/files/patch-ui_gfx_font__render__params.h index 3d3cc7f1b095..f98696392866 100644 --- a/www/iridium/files/patch-ui_gfx_font__render__params.h +++ b/www/iridium/files/patch-ui_gfx_font__render__params.h @@ -1,4 +1,4 @@ ---- ui/gfx/font_render_params.h.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/font_render_params.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/font_render_params.h @@ -115,7 +115,7 @@ COMPONENT_EXPORT(GFX) FontRenderParams GetFontRenderParams(const FontRenderParamsQuery& query, diff --git a/www/iridium/files/patch-ui_gfx_font__render__params__linux.cc b/www/iridium/files/patch-ui_gfx_font__render__params__linux.cc index 74fafcda3115..f4a5190bfb94 100644 --- a/www/iridium/files/patch-ui_gfx_font__render__params__linux.cc +++ b/www/iridium/files/patch-ui_gfx_font__render__params__linux.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_render_params_linux.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/font_render_params_linux.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/font_render_params_linux.cc @@ -24,7 +24,7 @@ #include "ui/gfx/linux/fontconfig_util.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -224,7 +224,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP +@@ -233,7 +233,7 @@ FontRenderParams GetFontRenderParams(const FontRenderP // Start with the delegate's settings, but let Fontconfig have the final say. FontRenderParams params; diff --git a/www/iridium/files/patch-ui_gfx_font__util.cc b/www/iridium/files/patch-ui_gfx_font__util.cc index 210e67da1afa..8d4f542abc2c 100644 --- a/www/iridium/files/patch-ui_gfx_font__util.cc +++ b/www/iridium/files/patch-ui_gfx_font__util.cc @@ -1,4 +1,4 @@ ---- ui/gfx/font_util.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/font_util.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/font_util.cc @@ -6,7 +6,7 @@ diff --git a/www/iridium/files/patch-ui_gfx_gpu__extra__info.h b/www/iridium/files/patch-ui_gfx_gpu__extra__info.h index 795ecacb8b51..24cdae710285 100644 --- a/www/iridium/files/patch-ui_gfx_gpu__extra__info.h +++ b/www/iridium/files/patch-ui_gfx_gpu__extra__info.h @@ -1,4 +1,4 @@ ---- ui/gfx/gpu_extra_info.h.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/gpu_extra_info.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/gpu_extra_info.h @@ -51,7 +51,7 @@ struct COMPONENT_EXPORT(GFX) GpuExtraInfo { std::vector<gfx::BufferUsageAndFormat> gpu_memory_buffer_support_x11; diff --git a/www/iridium/files/patch-ui_gfx_linux_dmabuf__uapi.h b/www/iridium/files/patch-ui_gfx_linux_dmabuf__uapi.h index 84bbe3fa80f4..5289976778a3 100644 --- a/www/iridium/files/patch-ui_gfx_linux_dmabuf__uapi.h +++ b/www/iridium/files/patch-ui_gfx_linux_dmabuf__uapi.h @@ -1,4 +1,4 @@ ---- ui/gfx/linux/dmabuf_uapi.h.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/linux/dmabuf_uapi.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/linux/dmabuf_uapi.h @@ -5,12 +5,11 @@ #ifndef UI_GFX_LINUX_DMABUF_UAPI_H_ diff --git a/www/iridium/files/patch-ui_gfx_linux_gbm__wrapper.cc b/www/iridium/files/patch-ui_gfx_linux_gbm__wrapper.cc index 51b36abe8bb3..54f647d9131d 100644 --- a/www/iridium/files/patch-ui_gfx_linux_gbm__wrapper.cc +++ b/www/iridium/files/patch-ui_gfx_linux_gbm__wrapper.cc @@ -1,4 +1,4 @@ ---- ui/gfx/linux/gbm_wrapper.cc.orig 2025-11-06 10:11:34 UTC +--- ui/gfx/linux/gbm_wrapper.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/linux/gbm_wrapper.cc @@ -341,7 +341,7 @@ class Device final : public ui::GbmDevice { // of 1x1 BOs which are destroyed before creating the final BO creation used diff --git a/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc b/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc index ba124fd02f3f..fd29d7decfba 100644 --- a/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc +++ b/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.cc @@ -1,4 +1,4 @@ ---- ui/gfx/mojom/native_handle_types_mojom_traits.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/mojom/native_handle_types_mojom_traits.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/mojom/native_handle_types_mojom_traits.cc @@ -14,7 +14,7 @@ #include "ui/gfx/mac/io_surface.h" diff --git a/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h b/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h index 6c71c5ec19f4..dc9453054694 100644 --- a/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h +++ b/www/iridium/files/patch-ui_gfx_mojom_native__handle__types__mojom__traits.h @@ -1,4 +1,4 @@ ---- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/mojom/native_handle_types_mojom_traits.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/mojom/native_handle_types_mojom_traits.h @@ -18,7 +18,7 @@ #include "ui/gfx/gpu_memory_buffer_handle.h" diff --git a/www/iridium/files/patch-ui_gfx_native__pixmap__handle.cc b/www/iridium/files/patch-ui_gfx_native__pixmap__handle.cc index 6f9c377f9621..a325fe019b9e 100644 --- a/www/iridium/files/patch-ui_gfx_native__pixmap__handle.cc +++ b/www/iridium/files/patch-ui_gfx_native__pixmap__handle.cc @@ -1,7 +1,7 @@ ---- ui/gfx/native_pixmap_handle.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/native_pixmap_handle.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/native_pixmap_handle.cc @@ -11,7 +11,7 @@ - #include "ui/gfx/buffer_format_util.h" + #include "components/viz/common/resources/shared_image_format_utils.h" #include "ui/gfx/geometry/size.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-ui_gfx_native__pixmap__handle.h b/www/iridium/files/patch-ui_gfx_native__pixmap__handle.h index 113db71d8476..7a49a57e393a 100644 --- a/www/iridium/files/patch-ui_gfx_native__pixmap__handle.h +++ b/www/iridium/files/patch-ui_gfx_native__pixmap__handle.h @@ -1,8 +1,8 @@ ---- ui/gfx/native_pixmap_handle.h.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/native_pixmap_handle.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/native_pixmap_handle.h @@ -14,7 +14,7 @@ #include "build/build_config.h" - #include "ui/gfx/buffer_types.h" + #include "components/viz/common/resources/shared_image_format.h" -#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) +#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_BSD) diff --git a/www/iridium/files/patch-ui_gfx_native__ui__types.h b/www/iridium/files/patch-ui_gfx_native__ui__types.h index 681a85020b92..a3d5a829fa8c 100644 --- a/www/iridium/files/patch-ui_gfx_native__ui__types.h +++ b/www/iridium/files/patch-ui_gfx_native__ui__types.h @@ -1,4 +1,4 @@ ---- ui/gfx/native_ui_types.h.orig 2025-11-06 10:11:34 UTC +--- ui/gfx/native_ui_types.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/native_ui_types.h @@ -101,7 +101,7 @@ class ViewAndroid; } // namespace ui diff --git a/www/iridium/files/patch-ui_gfx_platform__font__skia.cc b/www/iridium/files/patch-ui_gfx_platform__font__skia.cc index 461d697f3559..2fdf42b7ade6 100644 --- a/www/iridium/files/patch-ui_gfx_platform__font__skia.cc +++ b/www/iridium/files/patch-ui_gfx_platform__font__skia.cc @@ -1,4 +1,4 @@ ---- ui/gfx/platform_font_skia.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/platform_font_skia.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/platform_font_skia.cc @@ -29,7 +29,7 @@ #include "ui/gfx/system_fonts_win.h" diff --git a/www/iridium/files/patch-ui_gfx_render__text__api__fuzzer.cc b/www/iridium/files/patch-ui_gfx_render__text__api__fuzzer.cc index 27f79901883b..06b4197ccb26 100644 --- a/www/iridium/files/patch-ui_gfx_render__text__api__fuzzer.cc +++ b/www/iridium/files/patch-ui_gfx_render__text__api__fuzzer.cc @@ -1,4 +1,4 @@ ---- ui/gfx/render_text_api_fuzzer.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/render_text_api_fuzzer.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/render_text_api_fuzzer.cc @@ -19,7 +19,7 @@ #include "ui/gfx/font_util.h" diff --git a/www/iridium/files/patch-ui_gfx_render__text__fuzzer.cc b/www/iridium/files/patch-ui_gfx_render__text__fuzzer.cc index 7eb492f2c7ab..0e9237ae2304 100644 --- a/www/iridium/files/patch-ui_gfx_render__text__fuzzer.cc +++ b/www/iridium/files/patch-ui_gfx_render__text__fuzzer.cc @@ -1,4 +1,4 @@ ---- ui/gfx/render_text_fuzzer.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/render_text_fuzzer.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/render_text_fuzzer.cc @@ -17,7 +17,7 @@ #include "ui/gfx/canvas.h" diff --git a/www/iridium/files/patch-ui_gfx_switches.cc b/www/iridium/files/patch-ui_gfx_switches.cc index c7346a1ffb3d..3dd0f12275a2 100644 --- a/www/iridium/files/patch-ui_gfx_switches.cc +++ b/www/iridium/files/patch-ui_gfx_switches.cc @@ -1,4 +1,4 @@ ---- ui/gfx/switches.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/switches.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/switches.cc @@ -36,7 +36,7 @@ const char kHeadless[] = "headless"; // See //components/headless/screen_info/README.md for more details. diff --git a/www/iridium/files/patch-ui_gfx_switches.h b/www/iridium/files/patch-ui_gfx_switches.h index 31c59986a057..4c6caa9c07d7 100644 --- a/www/iridium/files/patch-ui_gfx_switches.h +++ b/www/iridium/files/patch-ui_gfx_switches.h @@ -1,4 +1,4 @@ ---- ui/gfx/switches.h.orig 2025-09-11 13:19:19 UTC +--- ui/gfx/switches.h.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/switches.h @@ -19,7 +19,7 @@ GFX_SWITCHES_EXPORT extern const char kForcePrefersNoR GFX_SWITCHES_EXPORT extern const char kHeadless[]; diff --git a/www/iridium/files/patch-ui_gfx_x_atom__cache.cc b/www/iridium/files/patch-ui_gfx_x_atom__cache.cc index 6291a469b33b..c945282a7f79 100644 --- a/www/iridium/files/patch-ui_gfx_x_atom__cache.cc +++ b/www/iridium/files/patch-ui_gfx_x_atom__cache.cc @@ -1,4 +1,4 @@ ---- ui/gfx/x/atom_cache.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/x/atom_cache.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/x/atom_cache.cc @@ -157,6 +157,7 @@ constexpr auto kAtomsToCache = std::to_array<const cha "application/octet-stream", diff --git a/www/iridium/files/patch-ui_gfx_x_connection.cc b/www/iridium/files/patch-ui_gfx_x_connection.cc new file mode 100644 index 000000000000..6d687b3eeaeb --- /dev/null +++ b/www/iridium/files/patch-ui_gfx_x_connection.cc @@ -0,0 +1,11 @@ +--- ui/gfx/x/connection.cc.orig 2025-12-10 15:04:57 UTC ++++ ui/gfx/x/connection.cc +@@ -410,7 +410,7 @@ bool Connection::HasNextEvent() { + } + events_.pop_front(); + } +-#if BUILDFLAG(IS_LINUX) ++#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) + // Move an event from XCB's internal queue to our queue, if available. + return ReadResponse(/*queued=*/false); + #else diff --git a/www/iridium/files/patch-ui_gfx_x_generated__protos_dri3.cc b/www/iridium/files/patch-ui_gfx_x_generated__protos_dri3.cc index 82aa2d03de17..9c9036d0431b 100644 --- a/www/iridium/files/patch-ui_gfx_x_generated__protos_dri3.cc +++ b/www/iridium/files/patch-ui_gfx_x_generated__protos_dri3.cc @@ -1,4 +1,4 @@ ---- ui/gfx/x/generated_protos/dri3.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/x/generated_protos/dri3.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/x/generated_protos/dri3.cc @@ -27,6 +27,8 @@ #include <xcb/xcb.h> diff --git a/www/iridium/files/patch-ui_gfx_x_generated__protos_shm.cc b/www/iridium/files/patch-ui_gfx_x_generated__protos_shm.cc index aeaa158db133..88db39bf230c 100644 --- a/www/iridium/files/patch-ui_gfx_x_generated__protos_shm.cc +++ b/www/iridium/files/patch-ui_gfx_x_generated__protos_shm.cc @@ -1,4 +1,4 @@ ---- ui/gfx/x/generated_protos/shm.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/x/generated_protos/shm.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/x/generated_protos/shm.cc @@ -27,6 +27,8 @@ #include <xcb/xcb.h> diff --git a/www/iridium/files/patch-ui_gfx_x_xlib__support.cc b/www/iridium/files/patch-ui_gfx_x_xlib__support.cc index f4f0315bf572..85bbaf8a0ed1 100644 --- a/www/iridium/files/patch-ui_gfx_x_xlib__support.cc +++ b/www/iridium/files/patch-ui_gfx_x_xlib__support.cc @@ -1,4 +1,4 @@ ---- ui/gfx/x/xlib_support.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gfx/x/xlib_support.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gfx/x/xlib_support.cc @@ -39,10 +39,18 @@ void InitXlib() { return; diff --git a/www/iridium/files/patch-ui_gl_BUILD.gn b/www/iridium/files/patch-ui_gl_BUILD.gn new file mode 100644 index 000000000000..046e78ce0c73 --- /dev/null +++ b/www/iridium/files/patch-ui_gl_BUILD.gn @@ -0,0 +1,11 @@ +--- ui/gl/BUILD.gn.orig 2025-12-10 15:04:57 UTC ++++ ui/gl/BUILD.gn +@@ -387,7 +387,7 @@ component("gl") { + ] + } + +- if (is_android || is_chromeos || is_linux) { ++ if ((is_android || is_chromeos || is_linux) && !is_bsd) { + # Windows doesn't support base::FileDescriptor. + # libsync isn't supported or needed on MacOSX. + # Fuchsia is excluded due to a libsync dependency and because it's diff --git a/www/iridium/files/patch-ui_gl_gl__context.cc b/www/iridium/files/patch-ui_gl_gl__context.cc index 606609d3c568..45162cf820ba 100644 --- a/www/iridium/files/patch-ui_gl_gl__context.cc +++ b/www/iridium/files/patch-ui_gl_gl__context.cc @@ -1,6 +1,6 @@ ---- ui/gl/gl_context.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gl/gl_context.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gl/gl_context.cc -@@ -159,7 +159,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { +@@ -154,7 +154,7 @@ bool GLContext::MakeCurrent(GLSurface* surface) { recorded_max_gles_version_if_feasible = true; } #elif (BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -9,7 +9,7 @@ static bool recorded_emulated_gles_version = false; if (!recorded_emulated_gles_version) { base::UmaHistogramBoolean("GPU.ANGLECanEmulateGLES3", -@@ -526,7 +526,7 @@ bool GLContext::MakeVirtuallyCurrent( +@@ -432,7 +432,7 @@ bool GLContext::MakeVirtuallyCurrent( DCHECK(virtual_context->IsCurrent(surface)); if (switched_real_contexts || virtual_context != current_virtual_context_) { diff --git a/www/iridium/files/patch-ui_gl_gl__fence.cc b/www/iridium/files/patch-ui_gl_gl__fence.cc deleted file mode 100644 index 6eb3a3a165ed..000000000000 --- a/www/iridium/files/patch-ui_gl_gl__fence.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- ui/gl/gl_fence.cc.orig 2025-09-11 13:19:19 UTC -+++ ui/gl/gl_fence.cc -@@ -18,7 +18,7 @@ - #include "ui/gl/gl_surface_egl.h" - #include "ui/gl/gl_version_info.h" - --#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) -+#if BUILDFLAG(IS_ANDROID) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD) - #define USE_GL_FENCE_ANDROID_NATIVE_FENCE_SYNC - #include "ui/gl/gl_fence_android_native_fence_sync.h" - #endif diff --git a/www/iridium/files/patch-ui_gl_gl__implementation.cc b/www/iridium/files/patch-ui_gl_gl__implementation.cc index 8766a7040713..e3ee8827e566 100644 --- a/www/iridium/files/patch-ui_gl_gl__implementation.cc +++ b/www/iridium/files/patch-ui_gl_gl__implementation.cc @@ -1,4 +1,4 @@ ---- ui/gl/gl_implementation.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gl/gl_implementation.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gl/gl_implementation.cc @@ -304,7 +304,7 @@ GetRequestedGLImplementationFromCommandLine( const base::CommandLine* command_line) { diff --git a/www/iridium/files/patch-ui_gl_gl__switches.cc b/www/iridium/files/patch-ui_gl_gl__switches.cc index 902d534466f9..20e15b0c18f7 100644 --- a/www/iridium/files/patch-ui_gl_gl__switches.cc +++ b/www/iridium/files/patch-ui_gl_gl__switches.cc @@ -1,4 +1,4 @@ ---- ui/gl/gl_switches.cc.orig 2025-11-06 10:11:34 UTC +--- ui/gl/gl_switches.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gl/gl_switches.cc @@ -17,7 +17,7 @@ #endif @@ -9,7 +9,7 @@ #include <vulkan/vulkan_core.h> #include "third_party/angle/src/gpu_info_util/SystemInfo.h" // nogncheck #endif // BUILDFLAG(ENABLE_VULKAN) && (BUILDFLAG(IS_LINUX) || -@@ -316,7 +316,7 @@ bool IsDefaultANGLEVulkan() { +@@ -320,7 +320,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(ENABLE_VULKAN) && \ @@ -18,7 +18,7 @@ angle::SystemInfo system_info; { TRACE_EVENT("gpu,startup", "angle::GetSystemInfoVulkan"); -@@ -410,7 +410,7 @@ bool IsDefaultANGLEVulkan() { +@@ -414,7 +414,7 @@ bool IsDefaultANGLEVulkan() { } #endif // BUILDFLAG(IS_ANDROID) diff --git a/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.cc b/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.cc index 4731c1d496bb..f62cab6c06a4 100644 --- a/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.cc +++ b/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.cc @@ -1,4 +1,4 @@ ---- ui/gl/sync_control_vsync_provider.cc.orig 2025-05-07 06:48:23 UTC +--- ui/gl/sync_control_vsync_provider.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gl/sync_control_vsync_provider.cc @@ -11,7 +11,7 @@ #include "base/trace_event/trace_event.h" diff --git a/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.h b/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.h index df977a12505e..069dee82966e 100644 --- a/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.h +++ b/www/iridium/files/patch-ui_gl_sync__control__vsync__provider.h @@ -1,4 +1,4 @@ ---- ui/gl/sync_control_vsync_provider.h.orig 2025-05-07 06:48:23 UTC +--- ui/gl/sync_control_vsync_provider.h.orig 2025-12-10 15:04:57 UTC +++ ui/gl/sync_control_vsync_provider.h @@ -31,7 +31,7 @@ class SyncControlVSyncProvider : public gfx::VSyncProv bool SupportGetVSyncParametersIfAvailable() const override; diff --git a/www/iridium/files/patch-ui_gtk_gtk__compat.cc b/www/iridium/files/patch-ui_gtk_gtk__compat.cc index 07e1725f39d0..0218acb41f71 100644 --- a/www/iridium/files/patch-ui_gtk_gtk__compat.cc +++ b/www/iridium/files/patch-ui_gtk_gtk__compat.cc @@ -1,4 +1,4 @@ ---- ui/gtk/gtk_compat.cc.orig 2025-09-11 13:19:19 UTC +--- ui/gtk/gtk_compat.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gtk/gtk_compat.cc @@ -64,27 +64,47 @@ auto DlCast(void* symbol) { } diff --git a/www/iridium/files/patch-ui_gtk_printing_print__dialog__gtk.cc b/www/iridium/files/patch-ui_gtk_printing_print__dialog__gtk.cc index 82f981307bd8..5f3921c308fd 100644 --- a/www/iridium/files/patch-ui_gtk_printing_print__dialog__gtk.cc +++ b/www/iridium/files/patch-ui_gtk_printing_print__dialog__gtk.cc @@ -1,4 +1,4 @@ ---- ui/gtk/printing/print_dialog_gtk.cc.orig 2025-10-28 14:29:43 UTC +--- ui/gtk/printing/print_dialog_gtk.cc.orig 2025-12-10 15:04:57 UTC +++ ui/gtk/printing/print_dialog_gtk.cc @@ -442,7 +442,7 @@ void PrintDialogGtk::ShowDialog( GtkPrintCapabilities cap = static_cast<GtkPrintCapabilities>( diff --git a/www/iridium/files/patch-ui_message__center_views_message__popup__view.cc b/www/iridium/files/patch-ui_message__center_views_message__popup__view.cc index 8303bc666c0d..cc0aae1e71d9 100644 --- a/www/iridium/files/patch-ui_message__center_views_message__popup__view.cc +++ b/www/iridium/files/patch-ui_message__center_views_message__popup__view.cc @@ -1,4 +1,4 @@ ---- ui/message_center/views/message_popup_view.cc.orig 2025-09-11 13:19:19 UTC +--- ui/message_center/views/message_popup_view.cc.orig 2025-12-10 15:04:57 UTC +++ ui/message_center/views/message_popup_view.cc @@ -164,7 +164,7 @@ std::unique_ptr<views::Widget> MessagePopupView::Show( views::Widget::InitParams::CLIENT_OWNS_WIDGET, diff --git a/www/iridium/files/patch-ui_native__theme_features_native__theme__features.cc b/www/iridium/files/patch-ui_native__theme_features_native__theme__features.cc index 007210b9c1d8..5c5f9da64de6 100644 --- a/www/iridium/files/patch-ui_native__theme_features_native__theme__features.cc +++ b/www/iridium/files/patch-ui_native__theme_features_native__theme__features.cc @@ -1,4 +1,4 @@ ---- ui/native_theme/features/native_theme_features.cc.orig 2025-11-06 10:11:34 UTC +--- ui/native_theme/features/native_theme_features.cc.orig 2025-12-10 15:04:57 UTC +++ ui/native_theme/features/native_theme_features.cc @@ -54,7 +54,7 @@ namespace ui { diff --git a/www/iridium/files/patch-ui_native__theme_native__theme.h b/www/iridium/files/patch-ui_native__theme_native__theme.h index 465757e39715..b66748ace160 100644 --- a/www/iridium/files/patch-ui_native__theme_native__theme.h +++ b/www/iridium/files/patch-ui_native__theme_native__theme.h @@ -1,4 +1,4 @@ ---- ui/native_theme/native_theme.h.orig 2025-11-06 10:11:34 UTC +--- ui/native_theme/native_theme.h.orig 2025-12-10 15:04:57 UTC +++ ui/native_theme/native_theme.h @@ -61,7 +61,7 @@ class COMPONENT_EXPORT(NATIVE_THEME) NativeTheme { // A part being sized or painted. diff --git a/www/iridium/files/patch-ui_native__theme_native__theme__base.cc b/www/iridium/files/patch-ui_native__theme_native__theme__base.cc index 39cf01026e33..28c4cebf023d 100644 --- a/www/iridium/files/patch-ui_native__theme_native__theme__base.cc +++ b/www/iridium/files/patch-ui_native__theme_native__theme__base.cc @@ -1,4 +1,4 @@ ---- ui/native_theme/native_theme_base.cc.orig 2025-11-06 10:11:34 UTC +--- ui/native_theme/native_theme_base.cc.orig 2025-12-10 15:04:57 UTC +++ ui/native_theme/native_theme_base.cc @@ -168,7 +168,7 @@ void NativeThemeBase::PaintImpl(cc::PaintCanvas* canva std::get<ButtonExtraParams>(extra_params), dark_mode, diff --git a/www/iridium/files/patch-ui_ozone_common_egl__util.cc b/www/iridium/files/patch-ui_ozone_common_egl__util.cc index cd79b968b8c6..9d81584a409f 100644 --- a/www/iridium/files/patch-ui_ozone_common_egl__util.cc +++ b/www/iridium/files/patch-ui_ozone_common_egl__util.cc @@ -1,4 +1,4 @@ ---- ui/ozone/common/egl_util.cc.orig 2025-09-11 13:19:19 UTC +--- ui/ozone/common/egl_util.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/common/egl_util.cc @@ -35,9 +35,9 @@ const base::FilePath::CharType kDefaultGlesSoname[] = FILE_PATH_LITERAL("libGLESv2.so"); diff --git a/www/iridium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc b/www/iridium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc index c4d9beb4cd54..43f02614ce0f 100644 --- a/www/iridium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc +++ b/www/iridium/files/patch-ui_ozone_platform_headless_headless__surface__factory.cc @@ -1,6 +1,6 @@ ---- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/platform/headless/headless_surface_factory.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/headless/headless_surface_factory.cc -@@ -34,7 +34,7 @@ +@@ -35,7 +35,7 @@ #include "ui/ozone/platform/headless/headless_window_manager.h" #include "ui/ozone/public/surface_ozone_canvas.h" @@ -9,7 +9,7 @@ #include "ui/ozone/platform/headless/vulkan_implementation_headless.h" #endif -@@ -281,7 +281,7 @@ std::unique_ptr<gpu::VulkanImplementation> +@@ -285,7 +285,7 @@ std::unique_ptr<gpu::VulkanImplementation> HeadlessSurfaceFactory::CreateVulkanImplementation( bool use_swiftshader, bool allow_protected_memory) { diff --git a/www/iridium/files/patch-ui_ozone_platform_headless_ozone__platform__headless.cc b/www/iridium/files/patch-ui_ozone_platform_headless_ozone__platform__headless.cc index 2fe25aaef13e..a2e38480a13b 100644 --- a/www/iridium/files/patch-ui_ozone_platform_headless_ozone__platform__headless.cc +++ b/www/iridium/files/patch-ui_ozone_platform_headless_ozone__platform__headless.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/headless/ozone_platform_headless.cc.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/platform/headless/ozone_platform_headless.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/headless/ozone_platform_headless.cc @@ -108,7 +108,7 @@ class OzonePlatformHeadlessImpl : public OzonePlatform } diff --git a/www/iridium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc b/www/iridium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc index 0f93b652459f..e5668f7d4797 100644 --- a/www/iridium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc +++ b/www/iridium/files/patch-ui_ozone_platform_headless_vulkan__implementation__headless.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/headless/vulkan_implementation_headless.cc.orig 2025-09-11 13:19:19 UTC +--- ui/ozone/platform/headless/vulkan_implementation_headless.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/headless/vulkan_implementation_headless.cc @@ -117,7 +117,7 @@ VulkanImplementationHeadless::ExportVkFenceToGpuFence( diff --git a/www/iridium/files/patch-ui_ozone_platform_wayland_BUILD.gn b/www/iridium/files/patch-ui_ozone_platform_wayland_BUILD.gn new file mode 100644 index 000000000000..3d34d5ca4c90 --- /dev/null +++ b/www/iridium/files/patch-ui_ozone_platform_wayland_BUILD.gn @@ -0,0 +1,10 @@ +--- ui/ozone/platform/wayland/BUILD.gn.orig 2025-12-10 15:04:57 UTC ++++ ui/ozone/platform/wayland/BUILD.gn +@@ -246,7 +246,6 @@ source_set("wayland") { + "//mojo/public/cpp/system", + "//skia", + "//third_party/angle:includes", +- "//third_party/libsync", + "//third_party/wayland:wayland_client", + "//third_party/wayland:wayland_cursor", + "//third_party/wayland:wayland_egl", diff --git a/www/iridium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc b/www/iridium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc index 249cc9344856..e1afeb6d6b30 100644 --- a/www/iridium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc +++ b/www/iridium/files/patch-ui_ozone_platform_wayland_common_wayland__util.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/wayland/common/wayland_util.cc.orig 2025-11-06 10:11:34 UTC +--- ui/ozone/platform/wayland/common/wayland_util.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/wayland/common/wayland_util.cc @@ -419,6 +419,7 @@ void RecordConnectionMetrics(wl_display* display) { {"weston", WaylandCompositor::kWeston}, diff --git a/www/iridium/files/patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc b/www/iridium/files/patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc index 95e886318db9..b63f898b4ab1 100644 --- a/www/iridium/files/patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc +++ b/www/iridium/files/patch-ui_ozone_platform_wayland_gpu_vulkan__implementation__wayland.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.cc.orig 2025-09-11 13:19:19 UTC +--- ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/wayland/gpu/vulkan_implementation_wayland.cc @@ -39,7 +39,11 @@ bool VulkanImplementationWayland::InitializeVulkanInst diff --git a/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc b/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc index 23a183a94bcc..41e9074666be 100644 --- a/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc +++ b/www/iridium/files/patch-ui_ozone_platform_wayland_host_wayland__frame__manager.cc @@ -1,6 +1,16 @@ ---- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-10-28 14:29:43 UTC +--- ui/ozone/platform/wayland/host/wayland_frame_manager.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/wayland/host/wayland_frame_manager.cc -@@ -462,8 +462,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC +@@ -5,7 +5,9 @@ + #include "ui/ozone/platform/wayland/host/wayland_frame_manager.h" + + #include <presentation-time-client-protocol.h> ++#if !BUILDFLAG(IS_BSD) + #include <sync/sync.h> ++#endif + + #include <cstdint> + #include <variant> +@@ -462,8 +464,10 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC surface->UpdateBufferDamageRegion( gfx::ToEnclosingRectIgnoringError(surface_damage)); @@ -11,3 +21,45 @@ bool needs_commit = false; +@@ -495,6 +499,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kNone: + break; + case WaylandBufferHandle::SyncMethod::kSyncobj: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + surface->RequestExplicitRelease( + base::BindOnce(&WaylandFrameManager::OnExplicitBufferRelease, + weak_factory_.GetWeakPtr(), surface)); +@@ -502,6 +509,9 @@ std::optional<bool> WaylandFrameManager::ApplySurfaceC + case WaylandBufferHandle::SyncMethod::kDMAFence: + [[fallthrough]]; + case WaylandBufferHandle::SyncMethod::kImplicit: ++#if BUILDFLAG(IS_BSD) ++ LOG(WARNING) << "WaylandBufferHandle::SyncMethod::kSyncobj is not supported!"; ++#endif + buffer_handle->set_buffer_released_callback( + base::BindOnce(&WaylandFrameManager::OnWlBufferRelease, + weak_factory_.GetWeakPtr(), surface), +@@ -736,8 +746,10 @@ void WaylandFrameManager::OnExplicitBufferRelease(Wayl + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } +@@ -775,8 +787,10 @@ void WaylandFrameManager::OnWlBufferRelease(WaylandSur + + if (fence.is_valid()) { + if (frame->merged_release_fence_fd.is_valid()) { ++#if !BUILDFLAG(IS_BSD) + frame->merged_release_fence_fd.reset(sync_merge( + "", frame->merged_release_fence_fd.get(), fence.get())); ++#endif + } else { + frame->merged_release_fence_fd = std::move(fence); + } diff --git a/www/iridium/files/patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc b/www/iridium/files/patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc index e1b9b2cee2c8..bd58bd3bee81 100644 --- a/www/iridium/files/patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc +++ b/www/iridium/files/patch-ui_ozone_platform_x11_vulkan__implementation__x11.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/x11/vulkan_implementation_x11.cc.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/platform/x11/vulkan_implementation_x11.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/x11/vulkan_implementation_x11.cc @@ -59,7 +59,11 @@ bool VulkanImplementationX11::InitializeVulkanInstance diff --git a/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.cc b/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.cc index f26726cdc9ae..25a235c99d13 100644 --- a/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.cc +++ b/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/x11/x11_screen_ozone.cc.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/platform/x11/x11_screen_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/x11/x11_screen_ozone.cc @@ -22,7 +22,7 @@ #include "ui/ozone/platform/x11/x11_window.h" diff --git a/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.h b/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.h index c0fb3c990e2c..be859d9cd954 100644 --- a/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.h +++ b/www/iridium/files/patch-ui_ozone_platform_x11_x11__screen__ozone.h @@ -1,4 +1,4 @@ ---- ui/ozone/platform/x11/x11_screen_ozone.h.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/platform/x11/x11_screen_ozone.h.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/x11/x11_screen_ozone.h @@ -16,7 +16,7 @@ #include "ui/gfx/x/event.h" diff --git a/www/iridium/files/patch-ui_ozone_platform_x11_x11__window.cc b/www/iridium/files/patch-ui_ozone_platform_x11_x11__window.cc index c9eec1e8c8d0..1b38953ae384 100644 --- a/www/iridium/files/patch-ui_ozone_platform_x11_x11__window.cc +++ b/www/iridium/files/patch-ui_ozone_platform_x11_x11__window.cc @@ -1,4 +1,4 @@ ---- ui/ozone/platform/x11/x11_window.cc.orig 2025-10-28 14:29:43 UTC +--- ui/ozone/platform/x11/x11_window.cc.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/platform/x11/x11_window.cc @@ -1503,7 +1503,7 @@ void X11Window::OnXWindowStateChanged() { WindowTiledEdges tiled_state = GetTiledState(); diff --git a/www/iridium/files/patch-ui_ozone_public_ozone__ui__controls__test__helper.h b/www/iridium/files/patch-ui_ozone_public_ozone__ui__controls__test__helper.h index e1ce06a94f1f..1fcbeb9d1634 100644 --- a/www/iridium/files/patch-ui_ozone_public_ozone__ui__controls__test__helper.h +++ b/www/iridium/files/patch-ui_ozone_public_ozone__ui__controls__test__helper.h @@ -1,4 +1,4 @@ ---- ui/ozone/public/ozone_ui_controls_test_helper.h.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/public/ozone_ui_controls_test_helper.h.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/public/ozone_ui_controls_test_helper.h @@ -62,7 +62,7 @@ class OzoneUIControlsTestHelper { // aura::Window. diff --git a/www/iridium/files/patch-ui_ozone_test_mock__platform__window__delegate.h b/www/iridium/files/patch-ui_ozone_test_mock__platform__window__delegate.h index 43d92d3a1252..ab64dbfe714a 100644 --- a/www/iridium/files/patch-ui_ozone_test_mock__platform__window__delegate.h +++ b/www/iridium/files/patch-ui_ozone_test_mock__platform__window__delegate.h @@ -1,4 +1,4 @@ ---- ui/ozone/test/mock_platform_window_delegate.h.orig 2025-05-07 06:48:23 UTC +--- ui/ozone/test/mock_platform_window_delegate.h.orig 2025-12-10 15:04:57 UTC +++ ui/ozone/test/mock_platform_window_delegate.h @@ -35,7 +35,7 @@ class MockPlatformWindowDelegate : public PlatformWind MOCK_METHOD2(OnWindowStateChanged, diff --git a/www/iridium/files/patch-ui_platform__window_platform__window__delegate.cc b/www/iridium/files/patch-ui_platform__window_platform__window__delegate.cc index 663a5f03b841..7b2bfb884ce6 100644 --- a/www/iridium/files/patch-ui_platform__window_platform__window__delegate.cc +++ b/www/iridium/files/patch-ui_platform__window_platform__window__delegate.cc @@ -1,4 +1,4 @@ ---- ui/platform_window/platform_window_delegate.cc.orig 2025-10-28 14:29:43 UTC +--- ui/platform_window/platform_window_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ ui/platform_window/platform_window_delegate.cc @@ -58,7 +58,7 @@ gfx::Insets PlatformWindowDelegate::CalculateInsetsInD return gfx::Insets(); diff --git a/www/iridium/files/patch-ui_platform__window_platform__window__delegate.h b/www/iridium/files/patch-ui_platform__window_platform__window__delegate.h index ca7458bf3258..5de05f0b3960 100644 --- a/www/iridium/files/patch-ui_platform__window_platform__window__delegate.h +++ b/www/iridium/files/patch-ui_platform__window_platform__window__delegate.h @@ -1,4 +1,4 @@ ---- ui/platform_window/platform_window_delegate.h.orig 2025-10-28 14:29:43 UTC +--- ui/platform_window/platform_window_delegate.h.orig 2025-12-10 15:04:57 UTC +++ ui/platform_window/platform_window_delegate.h @@ -146,7 +146,7 @@ class COMPONENT_EXPORT(PLATFORM_WINDOW) PlatformWindow virtual void OnWindowStateChanged(PlatformWindowState old_state, diff --git a/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h b/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h index 0785728ea378..166e64f88252 100644 --- a/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h +++ b/www/iridium/files/patch-ui_platform__window_platform__window__init__properties.h @@ -1,4 +1,4 @@ ---- ui/platform_window/platform_window_init_properties.h.orig 2025-05-07 06:48:23 UTC +--- ui/platform_window/platform_window_init_properties.h.orig 2025-12-10 15:04:57 UTC +++ ui/platform_window/platform_window_init_properties.h @@ -56,7 +56,7 @@ class WorkspaceExtensionDelegate; class ScenicWindowDelegate; diff --git a/www/iridium/files/patch-ui_qt_BUILD.gn b/www/iridium/files/patch-ui_qt_BUILD.gn index 8d9719f983c7..748eb420ff1d 100644 --- a/www/iridium/files/patch-ui_qt_BUILD.gn +++ b/www/iridium/files/patch-ui_qt_BUILD.gn @@ -1,4 +1,4 @@ ---- ui/qt/BUILD.gn.orig 2025-05-07 06:48:23 UTC +--- ui/qt/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ ui/qt/BUILD.gn @@ -20,7 +20,7 @@ config("qt_internal_config") { diff --git a/www/iridium/files/patch-ui_qt_moc__wrapper.py b/www/iridium/files/patch-ui_qt_moc__wrapper.py index 655d1523ef83..4e0d56592c94 100644 --- a/www/iridium/files/patch-ui_qt_moc__wrapper.py +++ b/www/iridium/files/patch-ui_qt_moc__wrapper.py @@ -1,4 +1,4 @@ ---- ui/qt/moc_wrapper.py.orig 2025-06-19 07:37:57 UTC +--- ui/qt/moc_wrapper.py.orig 2025-12-10 15:04:57 UTC +++ ui/qt/moc_wrapper.py @@ -20,4 +20,4 @@ args = parser.parse_args() if args.path is None: diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__bn.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__bn.xtb index c2d650617f87..8d6f90f1a2cf 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__bn.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__bn.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_bn.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_bn.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_bn.xtb @@ -10,7 +10,7 @@ <translation id="IDS_WEB_FONT_FAMILY">Vrinda</translation> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ja.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ja.xtb index 68b8e2f6b790..290ea5767448 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ja.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ja.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_ja.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_ja.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_ja.xtb @@ -12,7 +12,7 @@ <if expr="is_ios"> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ko.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ko.xtb index 7b17e7d9e62a..2d58389e476f 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ko.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ko.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_ko.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_ko.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_ko.xtb @@ -12,7 +12,7 @@ <if expr="is_ios"> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ml.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ml.xtb index 20a12e23e0ab..132634f0a0ca 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ml.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__ml.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_ml.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_ml.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_ml.xtb @@ -9,7 +9,7 @@ <translation id="IDS_WEB_FONT_FAMILY">'Segoe UI',Arial,AnjaliOldLipi,Rachana,Kartika</translation> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__th.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__th.xtb index 53946d6d4b47..59d283b243af 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__th.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__th.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_th.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_th.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_th.xtb @@ -6,7 +6,7 @@ <translation id="IDS_WEB_FONT_FAMILY">Tahoma,sans-serif</translation> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-CN.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-CN.xtb index c8b04ba00429..912acea58fb8 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-CN.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-CN.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_zh-CN.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_zh-CN.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_zh-CN.xtb @@ -12,7 +12,7 @@ <if expr="is_ios"> diff --git a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-TW.xtb b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-TW.xtb index c8502b5d00c7..48203115b183 100644 --- a/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-TW.xtb +++ b/www/iridium/files/patch-ui_strings_translations_app__locale__settings__zh-TW.xtb @@ -1,4 +1,4 @@ ---- ui/strings/translations/app_locale_settings_zh-TW.xtb.orig 2025-05-07 06:48:23 UTC +--- ui/strings/translations/app_locale_settings_zh-TW.xtb.orig 2025-12-10 15:04:57 UTC +++ ui/strings/translations/app_locale_settings_zh-TW.xtb @@ -12,7 +12,7 @@ <if expr="is_ios"> diff --git a/www/iridium/files/patch-ui_views_BUILD.gn b/www/iridium/files/patch-ui_views_BUILD.gn index e8843ff59aa1..2555afcb082c 100644 --- a/www/iridium/files/patch-ui_views_BUILD.gn +++ b/www/iridium/files/patch-ui_views_BUILD.gn @@ -1,6 +1,6 @@ ---- ui/views/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- ui/views/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ ui/views/BUILD.gn -@@ -835,7 +835,6 @@ component("views") { +@@ -834,7 +834,6 @@ component("views") { "windows_stationarity_monitor_aura.cc", ] deps += [ diff --git a/www/iridium/files/patch-ui_views_accessibility_view__accessibility.cc b/www/iridium/files/patch-ui_views_accessibility_view__accessibility.cc index fcc6474c5f58..18328eed2b4f 100644 --- a/www/iridium/files/patch-ui_views_accessibility_view__accessibility.cc +++ b/www/iridium/files/patch-ui_views_accessibility_view__accessibility.cc @@ -1,4 +1,4 @@ ---- ui/views/accessibility/view_accessibility.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/accessibility/view_accessibility.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/accessibility/view_accessibility.cc @@ -34,7 +34,7 @@ #include "ui/views/accessibility/view_ax_platform_node_delegate_win.h" diff --git a/www/iridium/files/patch-ui_views_controls_prefix__selector.cc b/www/iridium/files/patch-ui_views_controls_prefix__selector.cc index 9cd23a2145ab..9954f8becd3a 100644 --- a/www/iridium/files/patch-ui_views_controls_prefix__selector.cc +++ b/www/iridium/files/patch-ui_views_controls_prefix__selector.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/prefix_selector.cc.orig 2025-09-11 13:19:19 UTC +--- ui/views/controls/prefix_selector.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/controls/prefix_selector.cc @@ -193,7 +193,7 @@ bool PrefixSelector::ShouldDoLearning() { return false; diff --git a/www/iridium/files/patch-ui_views_controls_prefix__selector.h b/www/iridium/files/patch-ui_views_controls_prefix__selector.h index 0f756af397fd..5f6a686c6010 100644 --- a/www/iridium/files/patch-ui_views_controls_prefix__selector.h +++ b/www/iridium/files/patch-ui_views_controls_prefix__selector.h @@ -1,4 +1,4 @@ ---- ui/views/controls/prefix_selector.h.orig 2025-05-07 06:48:23 UTC +--- ui/views/controls/prefix_selector.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/controls/prefix_selector.h @@ -91,7 +91,7 @@ class VIEWS_EXPORT PrefixSelector : public ui::TextInp ukm::SourceId GetClientSourceForMetrics() const override; diff --git a/www/iridium/files/patch-ui_views_controls_textfield_textfield.cc b/www/iridium/files/patch-ui_views_controls_textfield_textfield.cc index f902d9d4c01f..0c820cd323c4 100644 --- a/www/iridium/files/patch-ui_views_controls_textfield_textfield.cc +++ b/www/iridium/files/patch-ui_views_controls_textfield_textfield.cc @@ -1,4 +1,4 @@ ---- ui/views/controls/textfield/textfield.cc.orig 2025-11-06 10:11:34 UTC +--- ui/views/controls/textfield/textfield.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/controls/textfield/textfield.cc @@ -86,7 +86,7 @@ #include "base/win/win_util.h" @@ -36,7 +36,7 @@ // Skip any accelerator handling that conflicts with custom keybindings. if (auto* linux_ui = ui::LinuxUi::instance()) { if (IsTextEditCommandEnabled(linux_ui->GetTextEditCommandForEvent( -@@ -2070,7 +2070,7 @@ bool Textfield::ShouldDoLearning() { +@@ -2079,7 +2079,7 @@ bool Textfield::ShouldDoLearning() { return false; } @@ -45,7 +45,7 @@ // TODO(crbug.com/41452689): Implement this method to support Korean IME // reconversion feature on native text fields (e.g. find bar). bool Textfield::SetCompositionFromExistingText( -@@ -2586,7 +2586,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2595,7 +2595,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_BACKWARD; } @@ -54,7 +54,7 @@ // Only erase by line break on Linux and ChromeOS. if (shift) { return ui::TextEditCommand::DELETE_TO_BEGINNING_OF_LINE; -@@ -2594,7 +2594,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( +@@ -2603,7 +2603,7 @@ ui::TextEditCommand Textfield::GetCommandForKeyEvent( #endif return ui::TextEditCommand::DELETE_WORD_BACKWARD; case ui::VKEY_DELETE: diff --git a/www/iridium/files/patch-ui_views_controls_textfield_textfield.h b/www/iridium/files/patch-ui_views_controls_textfield_textfield.h index 58d36ed4f491..dd2b56a5fd68 100644 --- a/www/iridium/files/patch-ui_views_controls_textfield_textfield.h +++ b/www/iridium/files/patch-ui_views_controls_textfield_textfield.h @@ -1,6 +1,6 @@ ---- ui/views/controls/textfield/textfield.h.orig 2025-09-11 13:19:19 UTC +--- ui/views/controls/textfield/textfield.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/controls/textfield/textfield.h -@@ -48,7 +48,7 @@ +@@ -49,7 +49,7 @@ #include "ui/views/view_observer.h" #include "ui/views/word_lookup_client.h" @@ -9,7 +9,7 @@ #include <vector> #endif -@@ -478,7 +478,7 @@ class VIEWS_EXPORT Textfield : public View, +@@ -481,7 +481,7 @@ class VIEWS_EXPORT Textfield : public View, // Set whether the text should be used to improve typing suggestions. void SetShouldDoLearning(bool value) { should_do_learning_ = value; } diff --git a/www/iridium/files/patch-ui_views_examples_widget__example.cc b/www/iridium/files/patch-ui_views_examples_widget__example.cc index 18d8d8bbb1f4..907698576be4 100644 --- a/www/iridium/files/patch-ui_views_examples_widget__example.cc +++ b/www/iridium/files/patch-ui_views_examples_widget__example.cc @@ -1,4 +1,4 @@ ---- ui/views/examples/widget_example.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/examples/widget_example.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/examples/widget_example.cc @@ -51,7 +51,7 @@ void WidgetExample::CreateExampleView(View* container) modal_button->SetCallback( diff --git a/www/iridium/files/patch-ui_views_focus_focus__manager.cc b/www/iridium/files/patch-ui_views_focus_focus__manager.cc index f1e70f2f70d0..507d2a75e2bc 100644 --- a/www/iridium/files/patch-ui_views_focus_focus__manager.cc +++ b/www/iridium/files/patch-ui_views_focus_focus__manager.cc @@ -1,4 +1,4 @@ ---- ui/views/focus/focus_manager.cc.orig 2025-11-06 10:11:34 UTC +--- ui/views/focus/focus_manager.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/focus/focus_manager.cc @@ -616,7 +616,7 @@ bool FocusManager::RedirectAcceleratorToBubbleAnchorWi return false; diff --git a/www/iridium/files/patch-ui_views_style_platform__style.cc b/www/iridium/files/patch-ui_views_style_platform__style.cc index 93fe10b0056c..24fd9e3d0a11 100644 --- a/www/iridium/files/patch-ui_views_style_platform__style.cc +++ b/www/iridium/files/patch-ui_views_style_platform__style.cc @@ -1,4 +1,4 @@ ---- ui/views/style/platform_style.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/style/platform_style.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/style/platform_style.cc @@ -23,7 +23,7 @@ #include "ui/views/controls/focusable_border.h" diff --git a/www/iridium/files/patch-ui_views_style_platform__style.h b/www/iridium/files/patch-ui_views_style_platform__style.h index 4c202f5594de..31c98e32ef7e 100644 --- a/www/iridium/files/patch-ui_views_style_platform__style.h +++ b/www/iridium/files/patch-ui_views_style_platform__style.h @@ -1,4 +1,4 @@ ---- ui/views/style/platform_style.h.orig 2025-05-07 06:48:23 UTC +--- ui/views/style/platform_style.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/style/platform_style.h @@ -84,7 +84,7 @@ class VIEWS_EXPORT PlatformStyle { // Default setting at bubble creation time for whether arrow will be adjusted diff --git a/www/iridium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc b/www/iridium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc index aa4da693d542..298e47fb5625 100644 --- a/www/iridium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc +++ b/www/iridium/files/patch-ui_views_test_ui__controls__factory__desktop__aura__ozone.cc @@ -1,4 +1,4 @@ ---- ui/views/test/ui_controls_factory_desktop_aura_ozone.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/test/ui_controls_factory_desktop_aura_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/test/ui_controls_factory_desktop_aura_ozone.cc @@ -237,7 +237,7 @@ bool SendMouseClick(MouseButton type, gfx::NativeWindo window_hint); diff --git a/www/iridium/files/patch-ui_views_views__delegate.cc b/www/iridium/files/patch-ui_views_views__delegate.cc index 7f47017b6267..449829cae88f 100644 --- a/www/iridium/files/patch-ui_views_views__delegate.cc +++ b/www/iridium/files/patch-ui_views_views__delegate.cc @@ -1,4 +1,4 @@ ---- ui/views/views_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- ui/views/views_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/views_delegate.cc @@ -92,7 +92,7 @@ bool ViewsDelegate::IsWindowInMetro(gfx::NativeWindow return false; diff --git a/www/iridium/files/patch-ui_views_views__delegate.h b/www/iridium/files/patch-ui_views_views__delegate.h index 6c85d6dd0179..92a1e29a8f44 100644 --- a/www/iridium/files/patch-ui_views_views__delegate.h +++ b/www/iridium/files/patch-ui_views_views__delegate.h @@ -1,4 +1,4 @@ ---- ui/views/views_delegate.h.orig 2025-06-19 07:37:57 UTC +--- ui/views/views_delegate.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/views_delegate.h @@ -143,7 +143,7 @@ class VIEWS_EXPORT ViewsDelegate { // environment. diff --git a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc index d28f36a835ed..c2680d4f5420 100644 --- a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc +++ b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.cc @@ -203,7 +203,7 @@ DragOperation DesktopDragDropClientOzone::StartDragAnd return selected_operation_; diff --git a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h index 73d89aa3b8a2..f55a84e099bf 100644 --- a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h +++ b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__drag__drop__client__ozone.h @@ -1,4 +1,4 @@ ---- ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.h.orig 2025-05-07 06:48:23 UTC +--- ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone.h @@ -67,7 +67,7 @@ class VIEWS_EXPORT DesktopDragDropClientOzone // The offset of |drag_widget_| relative to the mouse position. diff --git a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc index 168fb4412b46..1367fadbf3d4 100644 --- a/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc +++ b/www/iridium/files/patch-ui_views_widget_desktop__aura_desktop__window__tree__host__platform.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-11-06 10:11:34 UTC +--- ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/desktop_aura/desktop_window_tree_host_platform.cc @@ -51,7 +51,7 @@ #include "ui/wm/core/window_util.h" @@ -9,7 +9,7 @@ #include "ui/views/widget/desktop_aura/desktop_drag_drop_client_ozone_linux.h" #endif -@@ -358,7 +358,7 @@ std::unique_ptr<aura::client::DragDropClient> +@@ -357,7 +357,7 @@ std::unique_ptr<aura::client::DragDropClient> DesktopWindowTreeHostPlatform::CreateDragDropClient() { ui::WmDragHandler* drag_handler = ui::GetWmDragHandler(*(platform_window())); std::unique_ptr<DesktopDragDropClientOzone> drag_drop_client = @@ -18,7 +18,7 @@ std::make_unique<DesktopDragDropClientOzoneLinux>(window(), drag_handler); #else std::make_unique<DesktopDragDropClientOzone>(window(), drag_handler); -@@ -1189,7 +1189,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg +@@ -1188,7 +1188,7 @@ bool DesktopWindowTreeHostPlatform::RotateFocusForWidg // DesktopWindowTreeHost: // Linux subclasses this host and adds some Linux specific bits. diff --git a/www/iridium/files/patch-ui_views_widget_root__view.cc b/www/iridium/files/patch-ui_views_widget_root__view.cc index ed1eace5c6f2..a8548217e53c 100644 --- a/www/iridium/files/patch-ui_views_widget_root__view.cc +++ b/www/iridium/files/patch-ui_views_widget_root__view.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/root_view.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/widget/root_view.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/root_view.cc @@ -169,7 +169,7 @@ class AnnounceTextView : public View { #if BUILDFLAG(IS_CHROMEOS) diff --git a/www/iridium/files/patch-ui_views_widget_widget.cc b/www/iridium/files/patch-ui_views_widget_widget.cc index 2a0acad59442..6d924169daa4 100644 --- a/www/iridium/files/patch-ui_views_widget_widget.cc +++ b/www/iridium/files/patch-ui_views_widget_widget.cc @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.cc.orig 2025-11-06 10:11:34 UTC +--- ui/views/widget/widget.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/widget.cc @@ -64,7 +64,7 @@ #include "ui/views/widget/widget_removals_observer.h" @@ -9,7 +9,7 @@ #include "ui/linux/linux_ui.h" #endif -@@ -2519,7 +2519,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const +@@ -2545,7 +2545,7 @@ const ui::NativeTheme* Widget::GetNativeTheme() const return parent_->GetNativeTheme(); } diff --git a/www/iridium/files/patch-ui_views_widget_widget.h b/www/iridium/files/patch-ui_views_widget_widget.h index f3bc28503507..67301c794fb5 100644 --- a/www/iridium/files/patch-ui_views_widget_widget.h +++ b/www/iridium/files/patch-ui_views_widget_widget.h @@ -1,4 +1,4 @@ ---- ui/views/widget/widget.h.orig 2025-11-06 10:11:34 UTC +--- ui/views/widget/widget.h.orig 2025-12-10 15:04:57 UTC +++ ui/views/widget/widget.h @@ -489,7 +489,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWid bool force_system_menu_for_frameless = false; diff --git a/www/iridium/files/patch-ui_views_window_default__frame__view.cc b/www/iridium/files/patch-ui_views_window_default__frame__view.cc index ecc0408120fc..e777b422d290 100644 --- a/www/iridium/files/patch-ui_views_window_default__frame__view.cc +++ b/www/iridium/files/patch-ui_views_window_default__frame__view.cc @@ -1,4 +1,4 @@ ---- ui/views/window/default_frame_view.cc.orig 2025-11-06 10:11:34 UTC +--- ui/views/window/default_frame_view.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/window/default_frame_view.cc @@ -285,7 +285,7 @@ int DefaultFrameView::NonClientTopBorderHeight() const int DefaultFrameView::CaptionButtonY() const { diff --git a/www/iridium/files/patch-ui_views_window_dialog__delegate.cc b/www/iridium/files/patch-ui_views_window_dialog__delegate.cc index c2bcc62a1c8b..a9db974ee1e9 100644 --- a/www/iridium/files/patch-ui_views_window_dialog__delegate.cc +++ b/www/iridium/files/patch-ui_views_window_dialog__delegate.cc @@ -1,4 +1,4 @@ ---- ui/views/window/dialog_delegate.cc.orig 2025-09-11 13:19:19 UTC +--- ui/views/window/dialog_delegate.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/window/dialog_delegate.cc @@ -108,7 +108,7 @@ Widget* DialogDelegate::CreateDialogWidget( diff --git a/www/iridium/files/patch-ui_views_window_frame__background.cc b/www/iridium/files/patch-ui_views_window_frame__background.cc index d1267d2661bd..b158f0f36873 100644 --- a/www/iridium/files/patch-ui_views_window_frame__background.cc +++ b/www/iridium/files/patch-ui_views_window_frame__background.cc @@ -1,4 +1,4 @@ ---- ui/views/window/frame_background.cc.orig 2025-05-07 06:48:23 UTC +--- ui/views/window/frame_background.cc.orig 2025-12-10 15:04:57 UTC +++ ui/views/window/frame_background.cc @@ -110,7 +110,7 @@ void FrameBackground::PaintMaximized(gfx::Canvas* canv int width) const { diff --git a/www/iridium/files/patch-v8_BUILD.gn b/www/iridium/files/patch-v8_BUILD.gn index 536ad35c47e1..a0f11e2b5192 100644 --- a/www/iridium/files/patch-v8_BUILD.gn +++ b/www/iridium/files/patch-v8_BUILD.gn @@ -1,6 +1,6 @@ ---- v8/BUILD.gn.orig 2025-11-06 10:11:34 UTC +--- v8/BUILD.gn.orig 2025-12-10 15:04:57 UTC +++ v8/BUILD.gn -@@ -989,6 +989,8 @@ external_v8_defines = [ +@@ -990,6 +990,8 @@ external_v8_defines = [ "V8_TARGET_OS_MACOS", "V8_TARGET_OS_WIN", "V8_TARGET_OS_CHROMEOS", @@ -9,7 +9,7 @@ ] enabled_external_v8_defines = [ -@@ -1063,6 +1065,12 @@ if (target_os == "android") { +@@ -1064,6 +1066,12 @@ if (target_os == "android") { } else if (target_os == "chromeos") { enabled_external_v8_defines += [ "V8_HAVE_TARGET_OS" ] enabled_external_v8_defines += [ "V8_TARGET_OS_CHROMEOS" ] @@ -22,7 +22,7 @@ } disabled_external_v8_defines = external_v8_defines - enabled_external_v8_defines -@@ -1777,7 +1785,6 @@ config("strict_warnings") { +@@ -1778,7 +1786,6 @@ config("strict_warnings") { } cflags += [ "-Wmissing-field-initializers", @@ -30,7 +30,7 @@ ] } } -@@ -2624,6 +2631,12 @@ template("run_mksnapshot") { +@@ -2625,6 +2632,12 @@ template("run_mksnapshot") { if (!v8_enable_builtins_profiling && v8_enable_builtins_reordering) { args += [ "--reorder-builtins" ] } @@ -43,7 +43,7 @@ } # This is needed to distinguish between generating code for the simulator -@@ -6875,7 +6888,7 @@ v8_component("v8_libbase") { +@@ -6879,7 +6892,7 @@ v8_component("v8_libbase") { } } @@ -52,7 +52,7 @@ sources += [ "src/base/debug/stack_trace_posix.cc", "src/base/platform/platform-linux.cc", -@@ -6886,6 +6899,18 @@ v8_component("v8_libbase") { +@@ -6890,6 +6903,18 @@ v8_component("v8_libbase") { "dl", "rt", ] diff --git a/www/iridium/files/patch-v8_include_v8-internal.h b/www/iridium/files/patch-v8_include_v8-internal.h index 44cba8914a97..b93ca608fd41 100644 --- a/www/iridium/files/patch-v8_include_v8-internal.h +++ b/www/iridium/files/patch-v8_include_v8-internal.h @@ -1,6 +1,6 @@ ---- v8/include/v8-internal.h.orig 2025-05-07 06:48:23 UTC +--- v8/include/v8-internal.h.orig 2025-12-10 15:04:57 UTC +++ v8/include/v8-internal.h -@@ -232,7 +232,7 @@ using SandboxedPointer_t = Address; +@@ -218,7 +218,7 @@ using SandboxedPointer_t = Address; #ifdef V8_ENABLE_SANDBOX // Size of the sandbox, excluding the guard regions surrounding it. diff --git a/www/iridium/files/patch-v8_include_v8config.h b/www/iridium/files/patch-v8_include_v8config.h index ae9d30b24aca..93af6c04446e 100644 --- a/www/iridium/files/patch-v8_include_v8config.h +++ b/www/iridium/files/patch-v8_include_v8config.h @@ -1,4 +1,4 @@ ---- v8/include/v8config.h.orig 2025-11-06 10:11:34 UTC +--- v8/include/v8config.h.orig 2025-12-10 15:04:57 UTC +++ v8/include/v8config.h @@ -207,6 +207,8 @@ path. Add it with -I<path> to the command line && !defined(V8_TARGET_OS_IOS) \ diff --git a/www/iridium/files/patch-v8_src_api_api.cc b/www/iridium/files/patch-v8_src_api_api.cc index 75047d02f5a6..503e25c4fa26 100644 --- a/www/iridium/files/patch-v8_src_api_api.cc +++ b/www/iridium/files/patch-v8_src_api_api.cc @@ -1,4 +1,4 @@ ---- v8/src/api/api.cc.orig 2025-11-06 10:11:34 UTC +--- v8/src/api/api.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/api/api.cc @@ -159,7 +159,7 @@ #include "src/objects/intl-objects.h" @@ -9,7 +9,7 @@ #include <signal.h> #include <unistd.h> -@@ -6480,7 +6480,7 @@ bool v8::V8::Initialize(const int build_config) { +@@ -6273,7 +6273,7 @@ bool v8::V8::Initialize(const int build_config) { return true; } diff --git a/www/iridium/files/patch-v8_src_base_atomicops.h b/www/iridium/files/patch-v8_src_base_atomicops.h index b786315209b9..7e122caee565 100644 --- a/www/iridium/files/patch-v8_src_base_atomicops.h +++ b/www/iridium/files/patch-v8_src_base_atomicops.h @@ -1,6 +1,6 @@ ---- v8/src/base/atomicops.h.orig 2025-11-06 10:11:34 UTC +--- v8/src/base/atomicops.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/atomicops.h -@@ -57,10 +57,10 @@ using Atomic64 = SbAtomic64; +@@ -32,10 +32,10 @@ using Atomic64 = SbAtomic64; using Atomic8 = char; using Atomic16 = int16_t; using Atomic32 = int32_t; @@ -13,12 +13,12 @@ using Atomic64 = int64_t; #else using Atomic64 = intptr_t; -@@ -281,7 +281,7 @@ inline Atomic32 SeqCst_Load(volatile const Atomic32* p - std::memory_order_seq_cst); - } +@@ -59,7 +59,7 @@ inline void SeqCst_MemoryFence() { + template <typename T> + concept AtomicTypeForTrivialOperations = -#if defined(V8_HOST_ARCH_64_BIT) +#if defined(V8_HOST_ARCH_64_BIT) || defined(V8_OS_OPENBSD) - - inline Atomic64 Relaxed_CompareAndSwap(volatile Atomic64* ptr, - Atomic64 old_value, Atomic64 new_value) { + std::is_same_v<T, Atomic64> || + #endif + std::is_same_v<T, Atomic8> || std::is_same_v<T, Atomic16> || diff --git a/www/iridium/files/patch-v8_src_base_platform_memory.h b/www/iridium/files/patch-v8_src_base_platform_memory.h index 7a9cee68a1eb..58f46ab0d654 100644 --- a/www/iridium/files/patch-v8_src_base_platform_memory.h +++ b/www/iridium/files/patch-v8_src_base_platform_memory.h @@ -1,4 +1,4 @@ ---- v8/src/base/platform/memory.h.orig 2025-05-07 06:48:23 UTC +--- v8/src/base/platform/memory.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/platform/memory.h @@ -21,13 +21,13 @@ #include <malloc/malloc.h> diff --git a/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc b/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc index 125440a23053..17f5d2a1c5df 100644 --- a/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc +++ b/www/iridium/files/patch-v8_src_base_platform_platform-freebsd.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-freebsd.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/base/platform/platform-freebsd.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/platform/platform-freebsd.cc @@ -43,14 +43,10 @@ TimezoneCache* OS::CreateTimezoneCache() { return new PosixDefaultTimezoneCache(); diff --git a/www/iridium/files/patch-v8_src_base_platform_platform-openbsd.cc b/www/iridium/files/patch-v8_src_base_platform_platform-openbsd.cc index 7dfe2bf94086..86d528828a9f 100644 --- a/www/iridium/files/patch-v8_src_base_platform_platform-openbsd.cc +++ b/www/iridium/files/patch-v8_src_base_platform_platform-openbsd.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-openbsd.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/base/platform/platform-openbsd.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/platform/platform-openbsd.cc @@ -6,6 +6,7 @@ // POSIX-compatible parts, the implementation is in platform-posix.cc. diff --git a/www/iridium/files/patch-v8_src_base_platform_platform-posix.cc b/www/iridium/files/patch-v8_src_base_platform_platform-posix.cc index 234bf59c2ed4..f198d5562597 100644 --- a/www/iridium/files/patch-v8_src_base_platform_platform-posix.cc +++ b/www/iridium/files/patch-v8_src_base_platform_platform-posix.cc @@ -1,4 +1,4 @@ ---- v8/src/base/platform/platform-posix.cc.orig 2025-09-11 13:19:19 UTC +--- v8/src/base/platform/platform-posix.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/platform/platform-posix.cc @@ -78,7 +78,7 @@ #include <sys/syscall.h> @@ -9,7 +9,7 @@ #define MAP_ANONYMOUS MAP_ANON #endif -@@ -353,8 +353,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { +@@ -361,8 +361,15 @@ void OS::SetRandomMmapSeed(int64_t seed) { } } @@ -25,7 +25,7 @@ uintptr_t raw_addr; { MutexGuard guard(rng_mutex.Pointer()); -@@ -451,6 +458,7 @@ void* OS::GetRandomMmapAddr() { +@@ -459,6 +466,7 @@ void* OS::GetRandomMmapAddr() { #endif return reinterpret_cast<void*>(raw_addr); } @@ -33,7 +33,7 @@ // TODO(bbudge) Move Cygwin and Fuchsia stuff into platform-specific files. #if !V8_OS_CYGWIN && !V8_OS_FUCHSIA -@@ -739,7 +747,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor +@@ -759,7 +767,7 @@ void OS::DestroySharedMemoryHandle(PlatformSharedMemor #if !V8_OS_ZOS // static bool OS::HasLazyCommits() { @@ -42,7 +42,7 @@ return true; #else // TODO(bbudge) Return true for all POSIX platforms. -@@ -1388,7 +1396,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* +@@ -1409,7 +1417,7 @@ void Thread::SetThreadLocal(LocalStorageKey key, void* // keep this version in POSIX as most Linux-compatible derivatives will // support it. MacOS and FreeBSD are different here. #if !defined(V8_OS_FREEBSD) && !defined(V8_OS_DARWIN) && !defined(_AIX) && \ diff --git a/www/iridium/files/patch-v8_src_base_sys-info.cc b/www/iridium/files/patch-v8_src_base_sys-info.cc index 7e24563e995a..1ab60467da6b 100644 --- a/www/iridium/files/patch-v8_src_base_sys-info.cc +++ b/www/iridium/files/patch-v8_src_base_sys-info.cc @@ -1,4 +1,4 @@ ---- v8/src/base/sys-info.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/base/sys-info.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/base/sys-info.cc @@ -36,7 +36,7 @@ namespace base { // static diff --git a/www/iridium/files/patch-v8_src_diagnostics_perf-jit.cc b/www/iridium/files/patch-v8_src_diagnostics_perf-jit.cc index 88912e1d5988..7a145a810b5f 100644 --- a/www/iridium/files/patch-v8_src_diagnostics_perf-jit.cc +++ b/www/iridium/files/patch-v8_src_diagnostics_perf-jit.cc @@ -1,4 +1,4 @@ ---- v8/src/diagnostics/perf-jit.cc.orig 2025-06-19 07:37:57 UTC +--- v8/src/diagnostics/perf-jit.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/diagnostics/perf-jit.cc @@ -31,7 +31,7 @@ #include "src/flags/flags.h" diff --git a/www/iridium/files/patch-v8_src_diagnostics_perf-jit.h b/www/iridium/files/patch-v8_src_diagnostics_perf-jit.h index b1cc0848ce0d..7f399ed85dd1 100644 --- a/www/iridium/files/patch-v8_src_diagnostics_perf-jit.h +++ b/www/iridium/files/patch-v8_src_diagnostics_perf-jit.h @@ -1,4 +1,4 @@ ---- v8/src/diagnostics/perf-jit.h.orig 2025-06-19 07:37:57 UTC +--- v8/src/diagnostics/perf-jit.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/diagnostics/perf-jit.h @@ -31,7 +31,7 @@ #include "include/v8config.h" diff --git a/www/iridium/files/patch-v8_src_execution_isolate.cc b/www/iridium/files/patch-v8_src_execution_isolate.cc index 7bffc398de97..1ef39377739d 100644 --- a/www/iridium/files/patch-v8_src_execution_isolate.cc +++ b/www/iridium/files/patch-v8_src_execution_isolate.cc @@ -1,4 +1,4 @@ ---- v8/src/execution/isolate.cc.orig 2025-11-06 10:11:34 UTC +--- v8/src/execution/isolate.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/execution/isolate.cc @@ -176,6 +176,10 @@ #include "src/execution/simulator-base.h" @@ -11,7 +11,7 @@ extern "C" const uint8_t v8_Default_embedded_blob_code_[]; extern "C" uint32_t v8_Default_embedded_blob_code_size_; extern "C" const uint8_t v8_Default_embedded_blob_data_[]; -@@ -5235,6 +5239,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { +@@ -5251,6 +5255,13 @@ void Isolate::InitializeDefaultEmbeddedBlob() { uint32_t code_size = DefaultEmbeddedBlobCodeSize(); const uint8_t* data = DefaultEmbeddedBlobData(); uint32_t data_size = DefaultEmbeddedBlobDataSize(); diff --git a/www/iridium/files/patch-v8_src_flags_flags.cc b/www/iridium/files/patch-v8_src_flags_flags.cc index 83120017b7e8..8e661fcc9e06 100644 --- a/www/iridium/files/patch-v8_src_flags_flags.cc +++ b/www/iridium/files/patch-v8_src_flags_flags.cc @@ -1,4 +1,4 @@ ---- v8/src/flags/flags.cc.orig 2025-11-06 10:11:34 UTC +--- v8/src/flags/flags.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/flags/flags.cc @@ -16,6 +16,10 @@ #include <set> @@ -11,7 +11,7 @@ #include "src/base/fpu.h" #include "src/base/hashing.h" #include "src/base/lazy-instance.h" -@@ -836,6 +840,10 @@ void FlagList::FreezeFlags() { +@@ -838,6 +842,10 @@ void FlagList::FreezeFlags() { // Note that for string flags we only protect the pointer itself, but not the // string storage. TODO(12887): Fix this. base::OS::SetDataReadOnly(&v8_flags, sizeof(v8_flags)); diff --git a/www/iridium/files/patch-v8_src_libsampler_sampler.cc b/www/iridium/files/patch-v8_src_libsampler_sampler.cc index cc09b4410af2..06e47aaa8af4 100644 --- a/www/iridium/files/patch-v8_src_libsampler_sampler.cc +++ b/www/iridium/files/patch-v8_src_libsampler_sampler.cc @@ -1,4 +1,4 @@ ---- v8/src/libsampler/sampler.cc.orig 2025-09-11 13:19:19 UTC +--- v8/src/libsampler/sampler.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/libsampler/sampler.cc @@ -527,6 +527,16 @@ void SignalHandler::FillRegisterState(void* context, R state->pc = reinterpret_cast<void*>(mcontext.__gregs[_REG_PC]); diff --git a/www/iridium/files/patch-v8_src_objects_js-temporal-zoneinfo64.cc b/www/iridium/files/patch-v8_src_objects_js-temporal-zoneinfo64.cc index b464627626dc..2c6e0e5008e7 100644 --- a/www/iridium/files/patch-v8_src_objects_js-temporal-zoneinfo64.cc +++ b/www/iridium/files/patch-v8_src_objects_js-temporal-zoneinfo64.cc @@ -1,4 +1,4 @@ ---- v8/src/objects/js-temporal-zoneinfo64.cc.orig 2025-11-06 10:11:34 UTC +--- v8/src/objects/js-temporal-zoneinfo64.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/objects/js-temporal-zoneinfo64.cc @@ -11,7 +11,7 @@ #include "temporal_rs/TimeZone.hpp" diff --git a/www/iridium/files/patch-v8_src_sandbox_sandbox.cc b/www/iridium/files/patch-v8_src_sandbox_sandbox.cc index ee6231913f0b..eb248d7e9377 100644 --- a/www/iridium/files/patch-v8_src_sandbox_sandbox.cc +++ b/www/iridium/files/patch-v8_src_sandbox_sandbox.cc @@ -1,4 +1,4 @@ ---- v8/src/sandbox/sandbox.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/sandbox/sandbox.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/sandbox/sandbox.cc @@ -59,7 +59,7 @@ static Address DetermineAddressSpaceLimit() { } diff --git a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc index cabd4be1d35b..37aa1272dead 100644 --- a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc +++ b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.cc @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.cc -@@ -148,6 +148,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { +@@ -150,6 +150,8 @@ EmbeddedTargetOs ToEmbeddedTargetOs(const char* s) { return EmbeddedTargetOs::kStarboard; } else if (string == "zos") { return EmbeddedTargetOs::kZOS; diff --git a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h index 13c58e79d457..bb9473599d51 100644 --- a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h +++ b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-base.h @@ -1,6 +1,6 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2025-05-07 06:48:23 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-base.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-base.h -@@ -36,6 +36,7 @@ enum class EmbeddedTargetOs { +@@ -37,6 +37,7 @@ enum class EmbeddedTargetOs { kWin, kStarboard, kZOS, diff --git a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc index b5d6bfd673fa..0c677c6de1fb 100644 --- a/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc +++ b/www/iridium/files/patch-v8_src_snapshot_embedded_platform-embedded-file-writer-generic.cc @@ -1,4 +1,4 @@ ---- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2025-05-07 06:48:23 UTC +--- v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/snapshot/embedded/platform-embedded-file-writer-generic.cc @@ -9,6 +9,10 @@ @@ -22,19 +22,19 @@ } else { fprintf(fp_, ".section .text\n"); } -@@ -66,6 +74,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli - // On these architectures and platforms, we remap the builtins, so need these - // to be aligned on a page boundary. +@@ -75,6 +83,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToCodeAli + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #elif V8_TARGET_ARCH_X64 // On x64 use 64-bytes code alignment to allow 64-bytes loop header alignment. static_assert(64 >= kCodeAlignment); -@@ -86,6 +96,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz - (V8_TARGET_ARCH_X64 || V8_TARGET_ARCH_ARM64) - // Since the builtins are remapped, need to pad until the next page boundary. +@@ -102,6 +112,8 @@ void PlatformEmbeddedFileWriterGeneric::AlignToPageSiz + #else fprintf(fp_, ".balign 4096\n"); + #endif +#elif defined(V8_OS_OPENBSD) && !defined(V8_TARGET_ARCH_IA32) + fprintf(fp_, ".balign %d\n", PAGE_SIZE); #endif diff --git a/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.cc b/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.cc index 4205421a300e..322d4eefced7 100644 --- a/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.cc +++ b/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.cc @@ -1,4 +1,4 @@ ---- v8/src/trap-handler/handler-inside-posix.cc.orig 2025-09-11 13:19:19 UTC +--- v8/src/trap-handler/handler-inside-posix.cc.orig 2025-12-10 15:04:57 UTC +++ v8/src/trap-handler/handler-inside-posix.cc @@ -62,6 +62,8 @@ namespace trap_handler { #define CONTEXT_REG(reg, REG) &uc->uc_mcontext->__ss.__##reg diff --git a/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.h b/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.h index 04476215cd3a..d31c0a47bd90 100644 --- a/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.h +++ b/www/iridium/files/patch-v8_src_trap-handler_handler-inside-posix.h @@ -1,4 +1,4 @@ ---- v8/src/trap-handler/handler-inside-posix.h.orig 2025-05-07 06:48:23 UTC +--- v8/src/trap-handler/handler-inside-posix.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/trap-handler/handler-inside-posix.h @@ -13,7 +13,7 @@ namespace v8 { namespace internal { diff --git a/www/iridium/files/patch-v8_src_trap-handler_trap-handler.h b/www/iridium/files/patch-v8_src_trap-handler_trap-handler.h index 80cb1fb0dd3d..862a4fc3251c 100644 --- a/www/iridium/files/patch-v8_src_trap-handler_trap-handler.h +++ b/www/iridium/files/patch-v8_src_trap-handler_trap-handler.h @@ -1,4 +1,4 @@ ---- v8/src/trap-handler/trap-handler.h.orig 2025-06-19 07:37:57 UTC +--- v8/src/trap-handler/trap-handler.h.orig 2025-12-10 15:04:57 UTC +++ v8/src/trap-handler/trap-handler.h @@ -18,7 +18,7 @@ namespace v8::internal::trap_handler { // X64 on Linux, Windows, MacOS, FreeBSD. diff --git a/www/iridium/files/patch-v8_tools_run.py b/www/iridium/files/patch-v8_tools_run.py index ded6264b29d2..64e3e3c80f0e 100644 --- a/www/iridium/files/patch-v8_tools_run.py +++ b/www/iridium/files/patch-v8_tools_run.py @@ -1,4 +1,4 @@ ---- v8/tools/run.py.orig 2025-05-07 06:48:23 UTC +--- v8/tools/run.py.orig 2025-12-10 15:04:57 UTC +++ v8/tools/run.py @@ -21,7 +21,7 @@ if cmd and cmd[0] == '--redirect-stdout': kwargs = dict(stdout=subprocess.PIPE) diff --git a/www/katana/Makefile b/www/katana/Makefile index 35198c2e3c12..95f21251be11 100644 --- a/www/katana/Makefile +++ b/www/katana/Makefile @@ -1,7 +1,6 @@ PORTNAME= katana DISTVERSIONPREFIX= v -DISTVERSION= 1.2.2 -PORTREVISION= 4 +DISTVERSION= 1.3.0 CATEGORIES= www MAINTAINER= dutra@FreeBSD.org diff --git a/www/katana/distinfo b/www/katana/distinfo index 89f2abaa3483..a78921cf7987 100644 --- a/www/katana/distinfo +++ b/www/katana/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1757795043 -SHA256 (go/www_katana/katana-v1.2.2/v1.2.2.mod) = 8a9a099376db47a4784abbf53028303868b2528b1a381c87a74936803d3a6649 -SIZE (go/www_katana/katana-v1.2.2/v1.2.2.mod) = 7752 -SHA256 (go/www_katana/katana-v1.2.2/v1.2.2.zip) = 83d06b172e7691d340c95f01b72c9a45a008dbc37860052253d5c79cc5b70e06 -SIZE (go/www_katana/katana-v1.2.2/v1.2.2.zip) = 159438 +TIMESTAMP = 1765336272 +SHA256 (go/www_katana/katana-v1.3.0/v1.3.0.mod) = 45395dde9b943efc527182640351fbe5b95b8ccbd9edb7593ac68eac14e3b10a +SIZE (go/www_katana/katana-v1.3.0/v1.3.0.mod) = 7992 +SHA256 (go/www_katana/katana-v1.3.0/v1.3.0.zip) = 3321a432f0b4db6f50475b72c5d9ca5072ba4868442751c52ed7227ae4dd34c0 +SIZE (go/www_katana/katana-v1.3.0/v1.3.0.zip) = 164680 diff --git a/www/kcgi/Makefile b/www/kcgi/Makefile index 1af4126163a5..7a914f29b8c1 100644 --- a/www/kcgi/Makefile +++ b/www/kcgi/Makefile @@ -1,5 +1,5 @@ PORTNAME= kcgi -PORTVERSION= 1.0.0 +PORTVERSION= 1.0.1 CATEGORIES= www devel MASTER_SITES= http://kristaps.bsd.lv/kcgi/snapshots/ @@ -18,8 +18,4 @@ MAKE_ARGS= DATADIR=${EXAMPLESDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ MANDIR=${PREFIX}/share/man USE_RC_SUBR= kfcgi -post-install: - cd ${STAGEDIR}${PREFIX}/lib; for i in *.so; do \ - ${RLN} -s $${i}.1.1 $${i}.1 ; \ - done .include <bsd.port.mk> diff --git a/www/kcgi/distinfo b/www/kcgi/distinfo index 60372e0e82cb..85cf3482366e 100644 --- a/www/kcgi/distinfo +++ b/www/kcgi/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762944922 -SHA256 (kcgi-1.0.0.tgz) = 7b846c5012cc49639456bb99ddbc7b9525168697b891535f9195818e5483272e -SIZE (kcgi-1.0.0.tgz) = 271163 +TIMESTAMP = 1765376321 +SHA256 (kcgi-1.0.1.tgz) = bc1cc29bca48eace5df4ba0f1aa1dfc2fe7ac773f750d4af84d80c52cece3c45 +SIZE (kcgi-1.0.1.tgz) = 271225 diff --git a/www/kcgi/pkg-plist b/www/kcgi/pkg-plist index 4c3d21fa8e35..74850c49f8d5 100644 --- a/www/kcgi/pkg-plist +++ b/www/kcgi/pkg-plist @@ -5,23 +5,18 @@ include/kcgiregress.h include/kcgixml.h lib/libkcgi.a lib/libkcgi.so -lib/libkcgi.so.1 lib/libkcgi.so.1.1 lib/libkcgihtml.a lib/libkcgihtml.so -lib/libkcgihtml.so.1 lib/libkcgihtml.so.1.1 lib/libkcgijson.a lib/libkcgijson.so -lib/libkcgijson.so.1 lib/libkcgijson.so.1.1 lib/libkcgiregress.a lib/libkcgiregress.so -lib/libkcgiregress.so.1 lib/libkcgiregress.so.1.1 lib/libkcgixml.a lib/libkcgixml.so -lib/libkcgixml.so.1 lib/libkcgixml.so.1.1 libdata/pkgconfig/kcgi-html.pc libdata/pkgconfig/kcgi-json.pc diff --git a/www/ladybird/Makefile b/www/ladybird/Makefile index 0e769530d829..57d2c94972a9 100644 --- a/www/ladybird/Makefile +++ b/www/ladybird/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= ${_DISTFILES:M*${GH_ACCOUNT}*} PATCH_SITES= https://github.com/LadybirdBrowser/ladybird/commit/ PATCHFILES= 397774d42272fff8dbc6d8d53616d79667d6608a.diff:-p1 -MAINTAINER= fuz@FreeBSD.org +MAINTAINER= portsFreeBSD.org COMMENT= SerenityOS web browser WWW= https://ladybird.dev/ diff --git a/www/libnghttp2/Makefile b/www/libnghttp2/Makefile index 1e8df2073b8f..5c99e522670b 100644 --- a/www/libnghttp2/Makefile +++ b/www/libnghttp2/Makefile @@ -12,7 +12,7 @@ WWW= https://nghttp2.org/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe libtool pathfix pkgconfig tar:xz +USES= cpe libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes diff --git a/www/libnghttp3/Makefile b/www/libnghttp3/Makefile index 2a4ebbdd7326..826567f99fa0 100644 --- a/www/libnghttp3/Makefile +++ b/www/libnghttp3/Makefile @@ -12,7 +12,7 @@ WWW= https://nghttp2.org/nghttp3/ \ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool pathfix pkgconfig tar:xz +USES= libtool pkgconfig tar:xz CONFIGURE_ARGS= --enable-lib-only GNU_CONFIGURE= yes diff --git a/www/librewolf/Makefile b/www/librewolf/Makefile index 6543467c2713..1cd55a3aec9e 100644 --- a/www/librewolf/Makefile +++ b/www/librewolf/Makefile @@ -1,5 +1,5 @@ PORTNAME= librewolf -DISTVERSION= 145.0.2 +DISTVERSION= 146.0 PORTREVISION= 1 LWPATCH= -2 DISTVERSIONSUFFIX= ${LWPATCH}.source diff --git a/www/librewolf/distinfo b/www/librewolf/distinfo index 9f1a497a0191..07bf6bf48938 100644 --- a/www/librewolf/distinfo +++ b/www/librewolf/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764538533 -SHA256 (librewolf-145.0.2-2.source.tar.gz) = ad430591cb4a166e8d261cedc4b72d26b5afbdc0c7e5c7177f9a7476c5ee0678 -SIZE (librewolf-145.0.2-2.source.tar.gz) = 1032012733 +TIMESTAMP = 1765483043 +SHA256 (librewolf-146.0-2.source.tar.gz) = 244784bac847344feb091ef7605370a8267df04bf0a71a4a03f01c11b8610046 +SIZE (librewolf-146.0-2.source.tar.gz) = 1033240389 diff --git a/www/librewolf/files/patch-libwebrtc-generated b/www/librewolf/files/patch-libwebrtc-generated index c09d5d546918..870dbd0fc349 100644 --- a/www/librewolf/files/patch-libwebrtc-generated +++ b/www/librewolf/files/patch-libwebrtc-generated @@ -1,13 +1,14 @@ -commit 2cc9257c2e654c532598271ed04efddda1e5f082 +commit 91d5feee32ac273c405d11b7533478e125ba1b28 Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> +Date: Tue Nov 25 22:46:47 2025 +0000 - regenerate FreeBSD libwebrtc patch for gecko 145 + regenerate FreeBSD libwebrtc patch for gecko 146 diff --git third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build -index 34349a80d52b..fa28d93f2ce7 100644 +index aee79e4f8762..53fb767b2713 100644 --- third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build +++ third_party/libwebrtc/api/adaptation/resource_adaptation_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -21,7 +22,6 @@ index 34349a80d52b..fa28d93f2ce7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38,7 +38,7 @@ index 34349a80d52b..fa28d93f2ce7 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -147,7 +147,7 @@ index 34349a80d52b..fa28d93f2ce7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -234,16 +234,15 @@ index 34349a80d52b..fa28d93f2ce7 100644 Library("resource_adaptation_api_gn") diff --git third_party/libwebrtc/api/array_view_gn/moz.build third_party/libwebrtc/api/array_view_gn/moz.build -index aba4df15e70d..940c0813b07b 100644 +index bd1db8d43c59..b9b8f890ae52 100644 --- third_party/libwebrtc/api/array_view_gn/moz.build +++ third_party/libwebrtc/api/array_view_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -260,7 +259,7 @@ index aba4df15e70d..940c0813b07b 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -349,7 +348,7 @@ index aba4df15e70d..940c0813b07b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -375,7 +374,7 @@ index aba4df15e70d..940c0813b07b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -417,16 +416,15 @@ index aba4df15e70d..940c0813b07b 100644 - Library("array_view_gn") diff --git third_party/libwebrtc/api/async_dns_resolver_gn/moz.build third_party/libwebrtc/api/async_dns_resolver_gn/moz.build -index 7071eaa2c55c..d06057bdb4c7 100644 +index 02d940bac470..eaca805506ef 100644 --- third_party/libwebrtc/api/async_dns_resolver_gn/moz.build +++ third_party/libwebrtc/api/async_dns_resolver_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -443,7 +441,7 @@ index 7071eaa2c55c..d06057bdb4c7 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -540,7 +538,7 @@ index 7071eaa2c55c..d06057bdb4c7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -566,7 +564,7 @@ index 7071eaa2c55c..d06057bdb4c7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -608,10 +606,10 @@ index 7071eaa2c55c..d06057bdb4c7 100644 - Library("async_dns_resolver_gn") diff --git third_party/libwebrtc/api/audio/aec3_config_gn/moz.build third_party/libwebrtc/api/audio/aec3_config_gn/moz.build -index 9d1275357cc4..63a660cb0be8 100644 +index 9281d07ae0fd..6b5d596ace4a 100644 --- third_party/libwebrtc/api/audio/aec3_config_gn/moz.build +++ third_party/libwebrtc/api/audio/aec3_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -625,7 +623,6 @@ index 9d1275357cc4..63a660cb0be8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -642,7 +639,7 @@ index 9d1275357cc4..63a660cb0be8 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -751,7 +748,7 @@ index 9d1275357cc4..63a660cb0be8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -838,10 +835,10 @@ index 9d1275357cc4..63a660cb0be8 100644 Library("aec3_config_gn") diff --git third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build -index 0da503561773..35a17e7b8dd2 100644 +index 21a38089fa53..9edfe25c428b 100644 --- third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build +++ third_party/libwebrtc/api/audio/aec3_factory_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -855,7 +852,6 @@ index 0da503561773..35a17e7b8dd2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -873,7 +869,7 @@ index 0da503561773..35a17e7b8dd2 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -989,7 +985,7 @@ index 0da503561773..35a17e7b8dd2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -1076,16 +1072,15 @@ index 0da503561773..35a17e7b8dd2 100644 Library("aec3_factory_gn") diff --git third_party/libwebrtc/api/audio/audio_device_gn/moz.build third_party/libwebrtc/api/audio/audio_device_gn/moz.build -index 4adeb31f19ea..dcaf6e34ca7f 100644 +index ec9e287800f9..8406c1f27370 100644 --- third_party/libwebrtc/api/audio/audio_device_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_device_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -1102,7 +1097,7 @@ index 4adeb31f19ea..dcaf6e34ca7f 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1191,7 +1186,7 @@ index 4adeb31f19ea..dcaf6e34ca7f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -1217,7 +1212,7 @@ index 4adeb31f19ea..dcaf6e34ca7f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -1259,10 +1254,10 @@ index 4adeb31f19ea..dcaf6e34ca7f 100644 - Library("audio_device_gn") diff --git third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build -index e3f1eeca0543..a66627db589f 100644 +index 48004d56d26c..eead287814ee 100644 --- third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_frame_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -1276,7 +1271,6 @@ index e3f1eeca0543..a66627db589f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -1293,7 +1287,7 @@ index e3f1eeca0543..a66627db589f 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1409,7 +1403,7 @@ index e3f1eeca0543..a66627db589f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -1496,16 +1490,15 @@ index e3f1eeca0543..a66627db589f 100644 Library("audio_frame_api_gn") diff --git third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build -index 4ade24b607cf..a862046a5e03 100644 +index e24b887aca02..afe5ea321104 100644 --- third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_frame_processor_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -1522,7 +1515,7 @@ index 4ade24b607cf..a862046a5e03 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1607,7 +1600,7 @@ index 4ade24b607cf..a862046a5e03 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -1633,7 +1626,7 @@ index 4ade24b607cf..a862046a5e03 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -1675,16 +1668,15 @@ index 4ade24b607cf..a862046a5e03 100644 - Library("audio_frame_processor_gn") diff --git third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build -index e09b103e5937..e4f8ac284c15 100644 +index c71e4aefc473..d5094f32fe87 100644 --- third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_mixer_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -1701,7 +1693,7 @@ index e09b103e5937..e4f8ac284c15 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -1797,7 +1789,7 @@ index e09b103e5937..e4f8ac284c15 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -1823,7 +1815,7 @@ index e09b103e5937..e4f8ac284c15 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -1865,10 +1857,10 @@ index e09b103e5937..e4f8ac284c15 100644 - Library("audio_mixer_api_gn") diff --git third_party/libwebrtc/api/audio/audio_processing_gn/moz.build third_party/libwebrtc/api/audio/audio_processing_gn/moz.build -index e051e02a6d30..a4acafe34678 100644 +index d978579b2abd..8ca9f207ec62 100644 --- third_party/libwebrtc/api/audio/audio_processing_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_processing_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -1882,7 +1874,6 @@ index e051e02a6d30..a4acafe34678 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -1899,7 +1890,7 @@ index e051e02a6d30..a4acafe34678 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2015,7 +2006,7 @@ index e051e02a6d30..a4acafe34678 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -2102,10 +2093,10 @@ index e051e02a6d30..a4acafe34678 100644 Library("audio_processing_gn") diff --git third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build -index 0914f0e18b89..a56412ac2f5a 100644 +index bcbad6855330..fc175bc15db7 100644 --- third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build +++ third_party/libwebrtc/api/audio/audio_processing_statistics_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -2119,7 +2110,6 @@ index 0914f0e18b89..a56412ac2f5a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -2136,7 +2126,7 @@ index 0914f0e18b89..a56412ac2f5a 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2241,7 +2231,7 @@ index 0914f0e18b89..a56412ac2f5a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -2328,10 +2318,10 @@ index 0914f0e18b89..a56412ac2f5a 100644 Library("audio_processing_statistics_gn") diff --git third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build -index 87b27f4ee9fd..08b604c3e8ad 100644 +index 91819267ea18..190da4597629 100644 --- third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build +++ third_party/libwebrtc/api/audio/builtin_audio_processing_builder_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -2345,7 +2335,6 @@ index 87b27f4ee9fd..08b604c3e8ad 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -2363,7 +2352,7 @@ index 87b27f4ee9fd..08b604c3e8ad 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2479,7 +2468,7 @@ index 87b27f4ee9fd..08b604c3e8ad 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -2566,16 +2555,15 @@ index 87b27f4ee9fd..08b604c3e8ad 100644 Library("builtin_audio_processing_builder_gn") diff --git third_party/libwebrtc/api/audio/echo_control_gn/moz.build third_party/libwebrtc/api/audio/echo_control_gn/moz.build -index 62ebaabf6d01..d6be6247afbe 100644 +index 0447b43cda76..e63333ff3a68 100644 --- third_party/libwebrtc/api/audio/echo_control_gn/moz.build +++ third_party/libwebrtc/api/audio/echo_control_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -2592,7 +2580,7 @@ index 62ebaabf6d01..d6be6247afbe 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2688,7 +2676,7 @@ index 62ebaabf6d01..d6be6247afbe 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -2714,7 +2702,7 @@ index 62ebaabf6d01..d6be6247afbe 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -2756,10 +2744,10 @@ index 62ebaabf6d01..d6be6247afbe 100644 - Library("echo_control_gn") diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build -index eb476bf4e811..0ca908fc006c 100644 +index ddc08b43582a..3474430e39d6 100644 --- third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/L16/audio_decoder_L16_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -2773,7 +2761,6 @@ index eb476bf4e811..0ca908fc006c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -2790,7 +2777,7 @@ index eb476bf4e811..0ca908fc006c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -2906,7 +2893,7 @@ index eb476bf4e811..0ca908fc006c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -2993,10 +2980,10 @@ index eb476bf4e811..0ca908fc006c 100644 Library("audio_decoder_L16_gn") diff --git third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build -index f8b716d152d9..128a13fa8b29 100644 +index 4f20b35f175a..c897f5d972c6 100644 --- third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/L16/audio_encoder_L16_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -3010,7 +2997,6 @@ index f8b716d152d9..128a13fa8b29 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -3027,7 +3013,7 @@ index f8b716d152d9..128a13fa8b29 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3143,7 +3129,7 @@ index f8b716d152d9..128a13fa8b29 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -3230,10 +3216,10 @@ index f8b716d152d9..128a13fa8b29 100644 Library("audio_encoder_L16_gn") diff --git third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build -index 2c0c1a0e424a..d12cf9bf2495 100644 +index 34219b497edb..f92b57a92fad 100644 --- third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/audio_codecs_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -3247,7 +3233,6 @@ index 2c0c1a0e424a..d12cf9bf2495 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -3264,7 +3249,7 @@ index 2c0c1a0e424a..d12cf9bf2495 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3380,7 +3365,7 @@ index 2c0c1a0e424a..d12cf9bf2495 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -3467,10 +3452,10 @@ index 2c0c1a0e424a..d12cf9bf2495 100644 Library("audio_codecs_api_gn") diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build -index b2bba8174897..9e44036f912e 100644 +index dd1fb2ab90f9..9ca2d1b9cc08 100644 --- third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/builtin_audio_decoder_factory_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -3484,7 +3469,6 @@ index b2bba8174897..9e44036f912e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -3502,7 +3486,7 @@ index b2bba8174897..9e44036f912e 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3618,7 +3602,7 @@ index b2bba8174897..9e44036f912e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -3705,10 +3689,10 @@ index b2bba8174897..9e44036f912e 100644 Library("builtin_audio_decoder_factory_gn") diff --git third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build -index 9e966fa3dbaf..b6808557e2c3 100644 +index 5c50f1d023a5..f4d3b969a2d8 100644 --- third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/builtin_audio_encoder_factory_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -3722,7 +3706,6 @@ index 9e966fa3dbaf..b6808557e2c3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -3740,7 +3723,7 @@ index 9e966fa3dbaf..b6808557e2c3 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -3856,7 +3839,7 @@ index 9e966fa3dbaf..b6808557e2c3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -3943,10 +3926,10 @@ index 9e966fa3dbaf..b6808557e2c3 100644 Library("builtin_audio_encoder_factory_gn") diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build -index 68b77f448a92..2d102909ed6b 100644 +index ff5f3ef6bb92..4ad68a39c2ef 100644 --- third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/g711/audio_decoder_g711_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -3960,7 +3943,6 @@ index 68b77f448a92..2d102909ed6b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -3977,7 +3959,7 @@ index 68b77f448a92..2d102909ed6b 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4093,7 +4075,7 @@ index 68b77f448a92..2d102909ed6b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -4180,10 +4162,10 @@ index 68b77f448a92..2d102909ed6b 100644 Library("audio_decoder_g711_gn") diff --git third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build -index 3a0b25758b6f..5ec75aab3132 100644 +index e06f9a48fb40..29c1063fe54f 100644 --- third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/g711/audio_encoder_g711_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -4197,7 +4179,6 @@ index 3a0b25758b6f..5ec75aab3132 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -4214,7 +4195,7 @@ index 3a0b25758b6f..5ec75aab3132 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4330,7 +4311,7 @@ index 3a0b25758b6f..5ec75aab3132 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -4417,10 +4398,10 @@ index 3a0b25758b6f..5ec75aab3132 100644 Library("audio_encoder_g711_gn") diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build -index a47d637406f2..052305452dcb 100644 +index 3bf3cbe2d4c3..57d954de06c2 100644 --- third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/g722/audio_decoder_g722_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -4434,7 +4415,6 @@ index a47d637406f2..052305452dcb 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -4451,7 +4431,7 @@ index a47d637406f2..052305452dcb 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4567,7 +4547,7 @@ index a47d637406f2..052305452dcb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -4654,16 +4634,15 @@ index a47d637406f2..052305452dcb 100644 Library("audio_decoder_g722_gn") diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build -index 3181edf5f88d..d6c5f698a095 100644 +index 69b390a8d78d..da241ca25304 100644 --- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_config_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -4680,7 +4659,7 @@ index 3181edf5f88d..d6c5f698a095 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4776,7 +4755,7 @@ index 3181edf5f88d..d6c5f698a095 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -4802,7 +4781,7 @@ index 3181edf5f88d..d6c5f698a095 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -4844,10 +4823,10 @@ index 3181edf5f88d..d6c5f698a095 100644 - Library("audio_encoder_g722_config_gn") diff --git third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build -index c737718ad303..2db1764b24d1 100644 +index 4a214578903a..b263dc5c5671 100644 --- third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/g722/audio_encoder_g722_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -4861,7 +4840,6 @@ index c737718ad303..2db1764b24d1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -4878,7 +4856,7 @@ index c737718ad303..2db1764b24d1 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -4994,7 +4972,7 @@ index c737718ad303..2db1764b24d1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5081,10 +5059,10 @@ index c737718ad303..2db1764b24d1 100644 Library("audio_encoder_g722_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build -index 68a8151b7ab6..a4e9076fe70d 100644 +index 7cdb268dfead..516dbbf91567 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_multiopus_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -5098,7 +5076,6 @@ index 68a8151b7ab6..a4e9076fe70d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -5115,7 +5092,7 @@ index 68a8151b7ab6..a4e9076fe70d 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5231,7 +5208,7 @@ index 68a8151b7ab6..a4e9076fe70d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5318,16 +5295,15 @@ index 68a8151b7ab6..a4e9076fe70d 100644 Library("audio_decoder_multiopus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build -index 79996d1a4f48..8d6c5a275846 100644 +index 0de46076d269..7f2da454fead 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_config_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -5344,7 +5320,7 @@ index 79996d1a4f48..8d6c5a275846 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5440,7 +5416,7 @@ index 79996d1a4f48..8d6c5a275846 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5466,7 +5442,7 @@ index 79996d1a4f48..8d6c5a275846 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -5508,10 +5484,10 @@ index 79996d1a4f48..8d6c5a275846 100644 - Library("audio_decoder_opus_config_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build -index ac4cc821126a..ff493b5e5f6d 100644 +index ff8d5a8a045d..4eb2e353971f 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_decoder_opus_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -5525,7 +5501,6 @@ index ac4cc821126a..ff493b5e5f6d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -5542,7 +5517,7 @@ index ac4cc821126a..ff493b5e5f6d 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5658,7 +5633,7 @@ index ac4cc821126a..ff493b5e5f6d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5745,10 +5720,10 @@ index ac4cc821126a..ff493b5e5f6d 100644 Library("audio_decoder_opus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build -index b60bfc62db0f..eadc54f8ebfd 100644 +index d8667c0e683b..1c7456f0533e 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_multiopus_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -5762,7 +5737,6 @@ index b60bfc62db0f..eadc54f8ebfd 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -5779,7 +5753,7 @@ index b60bfc62db0f..eadc54f8ebfd 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -5895,7 +5869,7 @@ index b60bfc62db0f..eadc54f8ebfd 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -5982,10 +5956,10 @@ index b60bfc62db0f..eadc54f8ebfd 100644 Library("audio_encoder_multiopus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build -index 3cddc786816c..378dca435fce 100644 +index 228087036228..9cbb90f8404c 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_config_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -5999,7 +5973,6 @@ index 3cddc786816c..378dca435fce 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -6017,7 +5990,7 @@ index 3cddc786816c..378dca435fce 100644 FINAL_LIBRARY = "xul" -@@ -52,114 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6133,7 +6106,7 @@ index 3cddc786816c..378dca435fce 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -167,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -6220,10 +6193,10 @@ index 3cddc786816c..378dca435fce 100644 Library("audio_encoder_opus_config_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build -index 070957b668ac..3b3e7074f3c7 100644 +index 768f143888a3..82aae85d04c3 100644 --- third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus/audio_encoder_opus_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -6237,7 +6210,6 @@ index 070957b668ac..3b3e7074f3c7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -6254,7 +6226,7 @@ index 070957b668ac..3b3e7074f3c7 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6370,7 +6342,7 @@ index 070957b668ac..3b3e7074f3c7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -6457,10 +6429,10 @@ index 070957b668ac..3b3e7074f3c7 100644 Library("audio_encoder_opus_gn") diff --git third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build -index d782ceeaf897..1d36b711c53a 100644 +index 29253b42c50c..093987e65a08 100644 --- third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build +++ third_party/libwebrtc/api/audio_codecs/opus_audio_decoder_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -6474,7 +6446,6 @@ index d782ceeaf897..1d36b711c53a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -6491,7 +6462,7 @@ index d782ceeaf897..1d36b711c53a 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6607,7 +6578,7 @@ index d782ceeaf897..1d36b711c53a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -6694,10 +6665,10 @@ index d782ceeaf897..1d36b711c53a 100644 Library("opus_audio_decoder_factory_gn") diff --git third_party/libwebrtc/api/audio_options_api_gn/moz.build third_party/libwebrtc/api/audio_options_api_gn/moz.build -index 6493de098939..ecbadda009d4 100644 +index 13401fe31fc3..335c9e764a18 100644 --- third_party/libwebrtc/api/audio_options_api_gn/moz.build +++ third_party/libwebrtc/api/audio_options_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -6711,7 +6682,6 @@ index 6493de098939..ecbadda009d4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -6728,7 +6698,7 @@ index 6493de098939..ecbadda009d4 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -6837,7 +6807,7 @@ index 6493de098939..ecbadda009d4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -6924,16 +6894,15 @@ index 6493de098939..ecbadda009d4 100644 Library("audio_options_api_gn") diff --git third_party/libwebrtc/api/bitrate_allocation_gn/moz.build third_party/libwebrtc/api/bitrate_allocation_gn/moz.build -index d77ac1a3c024..067cf0a3566b 100644 +index d82b6d36d152..0534696d9a46 100644 --- third_party/libwebrtc/api/bitrate_allocation_gn/moz.build +++ third_party/libwebrtc/api/bitrate_allocation_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -6950,7 +6919,7 @@ index d77ac1a3c024..067cf0a3566b 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7039,7 +7008,7 @@ index d77ac1a3c024..067cf0a3566b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -7065,7 +7034,7 @@ index d77ac1a3c024..067cf0a3566b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7107,16 +7076,15 @@ index d77ac1a3c024..067cf0a3566b 100644 - Library("bitrate_allocation_gn") diff --git third_party/libwebrtc/api/call_api_gn/moz.build third_party/libwebrtc/api/call_api_gn/moz.build -index e3860a2d5cb0..01913d2a42d6 100644 +index 705bf2e04244..52ae9a5aaa46 100644 --- third_party/libwebrtc/api/call_api_gn/moz.build +++ third_party/libwebrtc/api/call_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -7133,7 +7101,7 @@ index e3860a2d5cb0..01913d2a42d6 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7218,7 +7186,7 @@ index e3860a2d5cb0..01913d2a42d6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -7244,7 +7212,7 @@ index e3860a2d5cb0..01913d2a42d6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7286,16 +7254,15 @@ index e3860a2d5cb0..01913d2a42d6 100644 - Library("call_api_gn") diff --git third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build -index 03536897a3e5..7d4e36cffba6 100644 +index 2c37fab92885..eb610c5ae493 100644 --- third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build +++ third_party/libwebrtc/api/crypto/frame_decryptor_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -7312,7 +7279,7 @@ index 03536897a3e5..7d4e36cffba6 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7401,7 +7368,7 @@ index 03536897a3e5..7d4e36cffba6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -7427,7 +7394,7 @@ index 03536897a3e5..7d4e36cffba6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7469,16 +7436,15 @@ index 03536897a3e5..7d4e36cffba6 100644 - Library("frame_decryptor_interface_gn") diff --git third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build -index ce2ccba3ddd9..3424ea2600f3 100644 +index 1e581de158e2..f470e1833365 100644 --- third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build +++ third_party/libwebrtc/api/crypto/frame_encryptor_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -7495,7 +7461,7 @@ index ce2ccba3ddd9..3424ea2600f3 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7584,7 +7550,7 @@ index ce2ccba3ddd9..3424ea2600f3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -7610,7 +7576,7 @@ index ce2ccba3ddd9..3424ea2600f3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -7652,10 +7618,10 @@ index ce2ccba3ddd9..3424ea2600f3 100644 - Library("frame_encryptor_interface_gn") diff --git third_party/libwebrtc/api/crypto/options_gn/moz.build third_party/libwebrtc/api/crypto/options_gn/moz.build -index 0c1ee79945f7..1b675d26265c 100644 +index c5a963140c3b..eb08976e0155 100644 --- third_party/libwebrtc/api/crypto/options_gn/moz.build +++ third_party/libwebrtc/api/crypto/options_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -7669,7 +7635,6 @@ index 0c1ee79945f7..1b675d26265c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -7686,7 +7651,7 @@ index 0c1ee79945f7..1b675d26265c 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -7795,7 +7760,7 @@ index 0c1ee79945f7..1b675d26265c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -7882,10 +7847,10 @@ index 0c1ee79945f7..1b675d26265c 100644 Library("options_gn") diff --git third_party/libwebrtc/api/environment/environment_factory_gn/moz.build third_party/libwebrtc/api/environment/environment_factory_gn/moz.build -index 6fdd69b3e053..cb788428a901 100644 +index bfe66c238792..fa0977f74725 100644 --- third_party/libwebrtc/api/environment/environment_factory_gn/moz.build +++ third_party/libwebrtc/api/environment/environment_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -7899,7 +7864,6 @@ index 6fdd69b3e053..cb788428a901 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -7916,7 +7880,7 @@ index 6fdd69b3e053..cb788428a901 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8032,7 +7996,7 @@ index 6fdd69b3e053..cb788428a901 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -8119,16 +8083,15 @@ index 6fdd69b3e053..cb788428a901 100644 Library("environment_factory_gn") diff --git third_party/libwebrtc/api/environment/environment_gn/moz.build third_party/libwebrtc/api/environment/environment_gn/moz.build -index d073eb81a021..8476399ec931 100644 +index 07ce4e1dbb2a..beaf734ba830 100644 --- third_party/libwebrtc/api/environment/environment_gn/moz.build +++ third_party/libwebrtc/api/environment/environment_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -8145,7 +8108,7 @@ index d073eb81a021..8476399ec931 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8241,7 +8204,7 @@ index d073eb81a021..8476399ec931 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -8267,7 +8230,7 @@ index d073eb81a021..8476399ec931 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8309,16 +8272,15 @@ index d073eb81a021..8476399ec931 100644 - Library("environment_gn") diff --git third_party/libwebrtc/api/fec_controller_api_gn/moz.build third_party/libwebrtc/api/fec_controller_api_gn/moz.build -index 9443f65da2bd..4c1fa1a08737 100644 +index 5313c0045ec2..aab46b963082 100644 --- third_party/libwebrtc/api/fec_controller_api_gn/moz.build +++ third_party/libwebrtc/api/fec_controller_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -8335,7 +8297,7 @@ index 9443f65da2bd..4c1fa1a08737 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8431,7 +8393,7 @@ index 9443f65da2bd..4c1fa1a08737 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -8457,7 +8419,7 @@ index 9443f65da2bd..4c1fa1a08737 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -8498,248 +8460,11 @@ index 9443f65da2bd..4c1fa1a08737 100644 - DEFINES["_GNU_SOURCE"] = True - Library("fec_controller_api_gn") -diff --git third_party/libwebrtc/api/field_trials_gn/moz.build third_party/libwebrtc/api/field_trials_gn/moz.build -index 56eff29aa8ba..74e49839eda6 100644 ---- third_party/libwebrtc/api/field_trials_gn/moz.build -+++ third_party/libwebrtc/api/field_trials_gn/moz.build -@@ -9,17 +9,30 @@ - COMPILE_FLAGS["OS_INCLUDES"] = [] - AllowCompilerWarnings() - -+CXXFLAGS += [ -+ "-std=gnu++20" -+] -+ - DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -+DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- CXXFLAGS += [ -- "-std=gnu++20" -- ] -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- -- OS_LIBS += [ -- "log" -- ] -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- CXXFLAGS += [ -- "-std=gnu++20" -- ] -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- CXXFLAGS += [ -- "-std=gnu++20" -- ] -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- CXXFLAGS += [ -- "-std=gnu++20" -- ] -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- CXXFLAGS += [ -- "-std:c++20" -- ] -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True -- DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": - DEFINES["WEBRTC_HAS_NEON"] = True - DEFINES["__ARM_NEON__"] = "1" - --if CONFIG["TARGET_CPU"] == "arm": -- -- CXXFLAGS += [ -- "-mfpu=neon" -- ] -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "loongarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["WEBRTC_ENABLE_AVX2"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": -- -- CXXFLAGS += [ -- "-msse2" -- ] -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- - CXXFLAGS += [ - "-msse2" - ] - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -+if CONFIG["TARGET_CPU"] == "x86_64": - -- DEFINES["_GNU_SOURCE"] = True -+ DEFINES["WEBRTC_ENABLE_AVX2"] = True - - Library("field_trials_gn") diff --git third_party/libwebrtc/api/field_trials_registry_gn/moz.build third_party/libwebrtc/api/field_trials_registry_gn/moz.build -index f9a651b5a8be..1d1836c2d8f5 100644 +index 37de6d110f27..86f276f7dee2 100644 --- third_party/libwebrtc/api/field_trials_registry_gn/moz.build +++ third_party/libwebrtc/api/field_trials_registry_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -8753,7 +8478,6 @@ index f9a651b5a8be..1d1836c2d8f5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -8770,7 +8494,7 @@ index f9a651b5a8be..1d1836c2d8f5 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -8886,7 +8610,7 @@ index f9a651b5a8be..1d1836c2d8f5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -8973,16 +8697,15 @@ index f9a651b5a8be..1d1836c2d8f5 100644 Library("field_trials_registry_gn") diff --git third_party/libwebrtc/api/field_trials_view_gn/moz.build third_party/libwebrtc/api/field_trials_view_gn/moz.build -index 1e9a1e7a666a..3fa9f12b8585 100644 +index d229ad4b07f7..7f3c05488404 100644 --- third_party/libwebrtc/api/field_trials_view_gn/moz.build +++ third_party/libwebrtc/api/field_trials_view_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -8999,7 +8722,7 @@ index 1e9a1e7a666a..3fa9f12b8585 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9084,7 +8807,7 @@ index 1e9a1e7a666a..3fa9f12b8585 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -9110,7 +8833,7 @@ index 1e9a1e7a666a..3fa9f12b8585 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9152,10 +8875,10 @@ index 1e9a1e7a666a..3fa9f12b8585 100644 - Library("field_trials_view_gn") diff --git third_party/libwebrtc/api/frame_transformer_factory_gn/moz.build third_party/libwebrtc/api/frame_transformer_factory_gn/moz.build -index 48fe9eeb863b..e307cfdecbe7 100644 +index 98cf27b280d5..169cbd285741 100644 --- third_party/libwebrtc/api/frame_transformer_factory_gn/moz.build +++ third_party/libwebrtc/api/frame_transformer_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -9169,7 +8892,6 @@ index 48fe9eeb863b..e307cfdecbe7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -9186,13 +8908,17 @@ index 48fe9eeb863b..e307cfdecbe7 100644 FINAL_LIBRARY = "xul" -@@ -47,95 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" - -if CONFIG["OS_TARGET"] == "Android": - +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- - DEFINES["ANDROID"] = True - DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" - DEFINES["HAVE_SYS_UIO_H"] = True @@ -9212,6 +8938,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "Darwin": - +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- - DEFINES["WEBRTC_MAC"] = True - DEFINES["WEBRTC_POSIX"] = True - DEFINES["__STDC_CONSTANT_MACROS"] = True @@ -9219,6 +8949,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "Linux": - +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- - DEFINES["USE_AURA"] = "1" - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" @@ -9234,6 +8968,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "OpenBSD": - +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- - DEFINES["USE_GLIB"] = "1" - DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_BSD"] = True @@ -9246,6 +8984,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "WINNT": - +- CXXFLAGS += [ +- "-std:c++20" +- ] +- - DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True - DEFINES["NOMINMAX"] = True - DEFINES["NTDDI_VERSION"] = "0x0A000000" @@ -9283,7 +9025,7 @@ index 48fe9eeb863b..e307cfdecbe7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -143,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -9341,10 +9083,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": - - CXXFLAGS += [ - "-msse2" - ] - +- CXXFLAGS += [ +- "-msse2" +- ] +- -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -9355,10 +9097,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - -- CXXFLAGS += [ -- "-msse2" -- ] -- + CXXFLAGS += [ + "-msse2" + ] + - DEFINES["_GNU_SOURCE"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9370,10 +9112,10 @@ index 48fe9eeb863b..e307cfdecbe7 100644 Library("frame_transformer_factory_gn") diff --git third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build -index 2e696dd3f397..ff0a4984c39b 100644 +index 6b6749937d6a..fb36a9f6a884 100644 --- third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build +++ third_party/libwebrtc/api/frame_transformer_interface_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -9387,7 +9129,6 @@ index 2e696dd3f397..ff0a4984c39b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -9404,7 +9145,7 @@ index 2e696dd3f397..ff0a4984c39b 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9520,7 +9261,7 @@ index 2e696dd3f397..ff0a4984c39b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -9607,16 +9348,15 @@ index 2e696dd3f397..ff0a4984c39b 100644 Library("frame_transformer_interface_gn") diff --git third_party/libwebrtc/api/function_view_gn/moz.build third_party/libwebrtc/api/function_view_gn/moz.build -index dc26789ded68..de73bc9c5c6a 100644 +index d4c22b97a672..942e98bfe0e2 100644 --- third_party/libwebrtc/api/function_view_gn/moz.build +++ third_party/libwebrtc/api/function_view_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -9633,7 +9373,7 @@ index dc26789ded68..de73bc9c5c6a 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9722,7 +9462,7 @@ index dc26789ded68..de73bc9c5c6a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -9748,7 +9488,7 @@ index dc26789ded68..de73bc9c5c6a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9790,16 +9530,15 @@ index dc26789ded68..de73bc9c5c6a 100644 - Library("function_view_gn") diff --git third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build -index 379cf8c822da..44b19737a655 100644 +index fa18e171a29e..81e962a72646 100644 --- third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build +++ third_party/libwebrtc/api/libjingle_logging_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -9816,7 +9555,7 @@ index 379cf8c822da..44b19737a655 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -9901,7 +9640,7 @@ index 379cf8c822da..44b19737a655 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -9927,7 +9666,7 @@ index 379cf8c822da..44b19737a655 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -9969,16 +9708,15 @@ index 379cf8c822da..44b19737a655 100644 - Library("jingle_logging_api_gn") diff --git third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build -index bafbd895ae23..85d46ef795ba 100644 +index 40b640eebadc..2134f306b45f 100644 --- third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build +++ third_party/libwebrtc/api/libjingle_peerconnection_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -9995,7 +9733,7 @@ index bafbd895ae23..85d46ef795ba 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10080,7 +9818,7 @@ index bafbd895ae23..85d46ef795ba 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -10106,7 +9844,7 @@ index bafbd895ae23..85d46ef795ba 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10148,16 +9886,15 @@ index bafbd895ae23..85d46ef795ba 100644 - Library("jingle_peerconnection_api_gn") diff --git third_party/libwebrtc/api/location_gn/moz.build third_party/libwebrtc/api/location_gn/moz.build -index 1384cb4c2c9a..27432b87cd60 100644 +index 71e2e1f0bc05..903e6070a8d3 100644 --- third_party/libwebrtc/api/location_gn/moz.build +++ third_party/libwebrtc/api/location_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -10174,7 +9911,7 @@ index 1384cb4c2c9a..27432b87cd60 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10259,7 +9996,7 @@ index 1384cb4c2c9a..27432b87cd60 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -10285,7 +10022,7 @@ index 1384cb4c2c9a..27432b87cd60 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10327,16 +10064,15 @@ index 1384cb4c2c9a..27432b87cd60 100644 - Library("location_gn") diff --git third_party/libwebrtc/api/make_ref_counted_gn/moz.build third_party/libwebrtc/api/make_ref_counted_gn/moz.build -index 5260714563c4..88e1ecb122bb 100644 +index 734e2ff2ee3c..a92aaf7d3960 100644 --- third_party/libwebrtc/api/make_ref_counted_gn/moz.build +++ third_party/libwebrtc/api/make_ref_counted_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -10353,7 +10089,7 @@ index 5260714563c4..88e1ecb122bb 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10438,7 +10174,7 @@ index 5260714563c4..88e1ecb122bb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -10464,7 +10200,7 @@ index 5260714563c4..88e1ecb122bb 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10506,10 +10242,10 @@ index 5260714563c4..88e1ecb122bb 100644 - Library("make_ref_counted_gn") diff --git third_party/libwebrtc/api/media_stream_interface_gn/moz.build third_party/libwebrtc/api/media_stream_interface_gn/moz.build -index fdfc7e4e7b12..bcffed7409bf 100644 +index 9bda91f8387f..e2e583f0e715 100644 --- third_party/libwebrtc/api/media_stream_interface_gn/moz.build +++ third_party/libwebrtc/api/media_stream_interface_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -10523,7 +10259,6 @@ index fdfc7e4e7b12..bcffed7409bf 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -10540,7 +10275,7 @@ index fdfc7e4e7b12..bcffed7409bf 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10656,7 +10391,7 @@ index fdfc7e4e7b12..bcffed7409bf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -10743,16 +10478,15 @@ index fdfc7e4e7b12..bcffed7409bf 100644 Library("media_stream_interface_gn") diff --git third_party/libwebrtc/api/metronome/metronome_gn/moz.build third_party/libwebrtc/api/metronome/metronome_gn/moz.build -index ac0f4065814a..975fd554189e 100644 +index 175a179e516d..e3bc694d44e5 100644 --- third_party/libwebrtc/api/metronome/metronome_gn/moz.build +++ third_party/libwebrtc/api/metronome/metronome_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -10769,7 +10503,7 @@ index ac0f4065814a..975fd554189e 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -10858,7 +10592,7 @@ index ac0f4065814a..975fd554189e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -10884,7 +10618,7 @@ index ac0f4065814a..975fd554189e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -10926,10 +10660,10 @@ index ac0f4065814a..975fd554189e 100644 - Library("metronome_gn") diff --git third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build -index a2205de61ac7..9bcf9a430262 100644 +index e881fd3e0895..9f788008e593 100644 --- third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build +++ third_party/libwebrtc/api/neteq/default_neteq_controller_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -10943,7 +10677,6 @@ index a2205de61ac7..9bcf9a430262 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -10960,7 +10693,7 @@ index a2205de61ac7..9bcf9a430262 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11076,7 +10809,7 @@ index a2205de61ac7..9bcf9a430262 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -11163,10 +10896,10 @@ index a2205de61ac7..9bcf9a430262 100644 Library("default_neteq_controller_factory_gn") diff --git third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build -index f005615ae052..26b4d6d37ef0 100644 +index 6c0ac3eacaa6..af150d2ad9c2 100644 --- third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build +++ third_party/libwebrtc/api/neteq/default_neteq_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -11180,7 +10913,6 @@ index f005615ae052..26b4d6d37ef0 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -11197,7 +10929,7 @@ index f005615ae052..26b4d6d37ef0 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11313,7 +11045,7 @@ index f005615ae052..26b4d6d37ef0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -11399,11 +11131,200 @@ index f005615ae052..26b4d6d37ef0 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("default_neteq_factory_gn") +diff --git third_party/libwebrtc/api/neteq/delay_manager_api_gn/moz.build third_party/libwebrtc/api/neteq/delay_manager_api_gn/moz.build +index 7b391f843b1a..e878c22c5811 100644 +--- third_party/libwebrtc/api/neteq/delay_manager_api_gn/moz.build ++++ third_party/libwebrtc/api/neteq/delay_manager_api_gn/moz.build +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": + + DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["_GNU_SOURCE"] = True +- + Library("delay_manager_api_gn") diff --git third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build -index 04450c00d566..eea5127c7e1c 100644 +index 5870536292fb..5ca950628495 100644 --- third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build +++ third_party/libwebrtc/api/neteq/neteq_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -11417,7 +11338,6 @@ index 04450c00d566..eea5127c7e1c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -11434,7 +11354,7 @@ index 04450c00d566..eea5127c7e1c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11550,7 +11470,7 @@ index 04450c00d566..eea5127c7e1c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -11637,16 +11557,15 @@ index 04450c00d566..eea5127c7e1c 100644 Library("neteq_api_gn") diff --git third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build -index 69a27422d4e9..0d9110cf2533 100644 +index aaca246c346a..faadd8470d90 100644 --- third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build +++ third_party/libwebrtc/api/neteq/neteq_controller_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -11663,7 +11582,7 @@ index 69a27422d4e9..0d9110cf2533 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11759,7 +11678,7 @@ index 69a27422d4e9..0d9110cf2533 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -11785,7 +11704,7 @@ index 69a27422d4e9..0d9110cf2533 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -11827,10 +11746,10 @@ index 69a27422d4e9..0d9110cf2533 100644 - Library("neteq_controller_api_gn") diff --git third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build -index b5472e2813a6..4bb7073222ea 100644 +index a35e00f8603e..627fb0d77b44 100644 --- third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build +++ third_party/libwebrtc/api/neteq/tick_timer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -11844,7 +11763,6 @@ index b5472e2813a6..4bb7073222ea 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -11861,7 +11779,7 @@ index b5472e2813a6..4bb7073222ea 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -11970,7 +11888,7 @@ index b5472e2813a6..4bb7073222ea 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -12057,16 +11975,15 @@ index b5472e2813a6..4bb7073222ea 100644 Library("tick_timer_gn") diff --git third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build -index 6d6d33ace75b..01573acc86d3 100644 +index 89c7b2f1bbee..e19cb0366383 100644 --- third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build +++ third_party/libwebrtc/api/network_state_predictor_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -12083,7 +12000,7 @@ index 6d6d33ace75b..01573acc86d3 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12168,7 +12085,7 @@ index 6d6d33ace75b..01573acc86d3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -12194,7 +12111,7 @@ index 6d6d33ace75b..01573acc86d3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12236,10 +12153,10 @@ index 6d6d33ace75b..01573acc86d3 100644 - Library("network_state_predictor_api_gn") diff --git third_party/libwebrtc/api/priority_gn/moz.build third_party/libwebrtc/api/priority_gn/moz.build -index 664522ae44fc..219a580c27fb 100644 +index 2ae9d6e256bf..9506fe3d8523 100644 --- third_party/libwebrtc/api/priority_gn/moz.build +++ third_party/libwebrtc/api/priority_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -12253,7 +12170,6 @@ index 664522ae44fc..219a580c27fb 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -12270,7 +12186,7 @@ index 664522ae44fc..219a580c27fb 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12379,7 +12295,7 @@ index 664522ae44fc..219a580c27fb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -12466,16 +12382,15 @@ index 664522ae44fc..219a580c27fb 100644 Library("priority_gn") diff --git third_party/libwebrtc/api/ref_count_gn/moz.build third_party/libwebrtc/api/ref_count_gn/moz.build -index 4d11702ac95b..098a60790f04 100644 +index 6e708d91c28e..8e5737e376cb 100644 --- third_party/libwebrtc/api/ref_count_gn/moz.build +++ third_party/libwebrtc/api/ref_count_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -12492,7 +12407,7 @@ index 4d11702ac95b..098a60790f04 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12577,7 +12492,7 @@ index 4d11702ac95b..098a60790f04 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -12603,7 +12518,7 @@ index 4d11702ac95b..098a60790f04 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12645,16 +12560,15 @@ index 4d11702ac95b..098a60790f04 100644 - Library("ref_count_gn") diff --git third_party/libwebrtc/api/refcountedbase_gn/moz.build third_party/libwebrtc/api/refcountedbase_gn/moz.build -index c2d93fe7f690..4cd1a1af8562 100644 +index 5cc39bebe881..d7236ced3bac 100644 --- third_party/libwebrtc/api/refcountedbase_gn/moz.build +++ third_party/libwebrtc/api/refcountedbase_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -12671,7 +12585,7 @@ index c2d93fe7f690..4cd1a1af8562 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12756,7 +12670,7 @@ index c2d93fe7f690..4cd1a1af8562 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -12782,7 +12696,7 @@ index c2d93fe7f690..4cd1a1af8562 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -12824,10 +12738,10 @@ index c2d93fe7f690..4cd1a1af8562 100644 - Library("refcountedbase_gn") diff --git third_party/libwebrtc/api/rtc_error_gn/moz.build third_party/libwebrtc/api/rtc_error_gn/moz.build -index 2a4fdad0e854..23c7aa407ba7 100644 +index 22af15c986d7..b08e37ef6637 100644 --- third_party/libwebrtc/api/rtc_error_gn/moz.build +++ third_party/libwebrtc/api/rtc_error_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -12841,7 +12755,6 @@ index 2a4fdad0e854..23c7aa407ba7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -12858,7 +12771,7 @@ index 2a4fdad0e854..23c7aa407ba7 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -12974,7 +12887,7 @@ index 2a4fdad0e854..23c7aa407ba7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -13061,10 +12974,10 @@ index 2a4fdad0e854..23c7aa407ba7 100644 Library("rtc_error_gn") diff --git third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build -index 31a4c48a4ff8..7d0fb6e2bcaa 100644 +index ef7443badabe..1ebd539654ba 100644 --- third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build +++ third_party/libwebrtc/api/rtc_event_log/rtc_event_log_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -13078,7 +12991,6 @@ index 31a4c48a4ff8..7d0fb6e2bcaa 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -13095,7 +13007,7 @@ index 31a4c48a4ff8..7d0fb6e2bcaa 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13211,7 +13123,7 @@ index 31a4c48a4ff8..7d0fb6e2bcaa 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -13298,10 +13210,10 @@ index 31a4c48a4ff8..7d0fb6e2bcaa 100644 Library("rtc_event_log_gn") diff --git third_party/libwebrtc/api/rtp_headers_gn/moz.build third_party/libwebrtc/api/rtp_headers_gn/moz.build -index fa90a0470b3d..9f6397b565a6 100644 +index 6b8fa70f917e..ccb5b524512b 100644 --- third_party/libwebrtc/api/rtp_headers_gn/moz.build +++ third_party/libwebrtc/api/rtp_headers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -13315,7 +13227,6 @@ index fa90a0470b3d..9f6397b565a6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -13332,7 +13243,7 @@ index fa90a0470b3d..9f6397b565a6 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13448,7 +13359,7 @@ index fa90a0470b3d..9f6397b565a6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -13535,10 +13446,10 @@ index fa90a0470b3d..9f6397b565a6 100644 Library("rtp_headers_gn") diff --git third_party/libwebrtc/api/rtp_packet_info_gn/moz.build third_party/libwebrtc/api/rtp_packet_info_gn/moz.build -index 2116187a5760..732de20bb7d1 100644 +index 60ac57fdb088..e6d8ea47cb13 100644 --- third_party/libwebrtc/api/rtp_packet_info_gn/moz.build +++ third_party/libwebrtc/api/rtp_packet_info_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -13552,7 +13463,6 @@ index 2116187a5760..732de20bb7d1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -13569,7 +13479,7 @@ index 2116187a5760..732de20bb7d1 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13685,7 +13595,7 @@ index 2116187a5760..732de20bb7d1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -13772,16 +13682,15 @@ index 2116187a5760..732de20bb7d1 100644 Library("rtp_packet_info_gn") diff --git third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build -index 4e690f286985..48513d98fdc2 100644 +index f5380aa782ca..ada14ba1b2f8 100644 --- third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build +++ third_party/libwebrtc/api/rtp_packet_sender_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -13798,7 +13707,7 @@ index 4e690f286985..48513d98fdc2 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -13883,7 +13792,7 @@ index 4e690f286985..48513d98fdc2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -13909,7 +13818,7 @@ index 4e690f286985..48513d98fdc2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -13951,10 +13860,10 @@ index 4e690f286985..48513d98fdc2 100644 - Library("rtp_packet_sender_gn") diff --git third_party/libwebrtc/api/rtp_parameters_gn/moz.build third_party/libwebrtc/api/rtp_parameters_gn/moz.build -index 7c2adb6224ac..4af76563fb1a 100644 +index ca88debead18..ad44a44dbe44 100644 --- third_party/libwebrtc/api/rtp_parameters_gn/moz.build +++ third_party/libwebrtc/api/rtp_parameters_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -13968,7 +13877,6 @@ index 7c2adb6224ac..4af76563fb1a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -13985,7 +13893,7 @@ index 7c2adb6224ac..4af76563fb1a 100644 FINAL_LIBRARY = "xul" -@@ -48,107 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14094,7 +14002,7 @@ index 7c2adb6224ac..4af76563fb1a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -156,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -14181,16 +14089,15 @@ index 7c2adb6224ac..4af76563fb1a 100644 Library("rtp_parameters_gn") diff --git third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build -index 58b6b9d4eced..b946ded20f7c 100644 +index 4d234f8b55b0..0ad2a4fbf32b 100644 --- third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build +++ third_party/libwebrtc/api/rtp_sender_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -14207,7 +14114,7 @@ index 58b6b9d4eced..b946ded20f7c 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14292,7 +14199,7 @@ index 58b6b9d4eced..b946ded20f7c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -14318,7 +14225,7 @@ index 58b6b9d4eced..b946ded20f7c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -14360,10 +14267,10 @@ index 58b6b9d4eced..b946ded20f7c 100644 - Library("rtp_sender_interface_gn") diff --git third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build -index 6eb8421c264d..bbd3c955f1f2 100644 +index a4805ffc1c99..bff6bf560c8a 100644 --- third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build +++ third_party/libwebrtc/api/rtp_sender_setparameters_callback_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -14377,7 +14284,6 @@ index 6eb8421c264d..bbd3c955f1f2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -14394,7 +14300,7 @@ index 6eb8421c264d..bbd3c955f1f2 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14510,7 +14416,7 @@ index 6eb8421c264d..bbd3c955f1f2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -14597,16 +14503,15 @@ index 6eb8421c264d..bbd3c955f1f2 100644 Library("rtp_sender_setparameters_callback_gn") diff --git third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build -index 0898e296f690..50e8741a1e5c 100644 +index 3200010d7be9..a7f3de771f21 100644 --- third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build +++ third_party/libwebrtc/api/rtp_transceiver_direction_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -14623,7 +14528,7 @@ index 0898e296f690..50e8741a1e5c 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14708,7 +14613,7 @@ index 0898e296f690..50e8741a1e5c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -14734,7 +14639,7 @@ index 0898e296f690..50e8741a1e5c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -14776,16 +14681,15 @@ index 0898e296f690..50e8741a1e5c 100644 - Library("rtp_transceiver_direction_gn") diff --git third_party/libwebrtc/api/scoped_refptr_gn/moz.build third_party/libwebrtc/api/scoped_refptr_gn/moz.build -index 91059bcfdf24..95c749ab05f5 100644 +index 05d52fc67a4c..0cc6993ab717 100644 --- third_party/libwebrtc/api/scoped_refptr_gn/moz.build +++ third_party/libwebrtc/api/scoped_refptr_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -14802,7 +14706,7 @@ index 91059bcfdf24..95c749ab05f5 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -14887,7 +14791,7 @@ index 91059bcfdf24..95c749ab05f5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -14913,7 +14817,7 @@ index 91059bcfdf24..95c749ab05f5 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -14955,16 +14859,15 @@ index 91059bcfdf24..95c749ab05f5 100644 - Library("scoped_refptr_gn") diff --git third_party/libwebrtc/api/sequence_checker_gn/moz.build third_party/libwebrtc/api/sequence_checker_gn/moz.build -index 2e05c3b8bd13..1536e71c6bad 100644 +index 94361b85f4a3..1d99c403a99d 100644 --- third_party/libwebrtc/api/sequence_checker_gn/moz.build +++ third_party/libwebrtc/api/sequence_checker_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -14981,7 +14884,7 @@ index 2e05c3b8bd13..1536e71c6bad 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15070,7 +14973,7 @@ index 2e05c3b8bd13..1536e71c6bad 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -15096,7 +14999,7 @@ index 2e05c3b8bd13..1536e71c6bad 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -15138,16 +15041,15 @@ index 2e05c3b8bd13..1536e71c6bad 100644 - Library("sequence_checker_gn") diff --git third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build -index caccfa576579..12b3b4429d9b 100644 +index 3efdfa726191..f049abc3ddf5 100644 --- third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build +++ third_party/libwebrtc/api/task_queue/default_task_queue_factory_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -15164,7 +15066,7 @@ index caccfa576579..12b3b4429d9b 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15249,7 +15151,7 @@ index caccfa576579..12b3b4429d9b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -15275,7 +15177,7 @@ index caccfa576579..12b3b4429d9b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -15317,10 +15219,10 @@ index caccfa576579..12b3b4429d9b 100644 - Library("default_task_queue_factory_gn") diff --git third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build -index ff8d3a76a7a9..96f87d7090a5 100644 +index 714eb9e748de..9359661039d6 100644 --- third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build +++ third_party/libwebrtc/api/task_queue/pending_task_safety_flag_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -15334,7 +15236,6 @@ index ff8d3a76a7a9..96f87d7090a5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -15351,7 +15252,7 @@ index ff8d3a76a7a9..96f87d7090a5 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15460,7 +15361,7 @@ index ff8d3a76a7a9..96f87d7090a5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -15547,10 +15448,10 @@ index ff8d3a76a7a9..96f87d7090a5 100644 Library("pending_task_safety_flag_gn") diff --git third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build -index 8af8920c440e..0f923f69e8b9 100644 +index 67bbd643dcf2..f1a5bc97fc2c 100644 --- third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build +++ third_party/libwebrtc/api/task_queue/task_queue_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -15564,7 +15465,6 @@ index 8af8920c440e..0f923f69e8b9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -15581,7 +15481,7 @@ index 8af8920c440e..0f923f69e8b9 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15690,7 +15590,7 @@ index 8af8920c440e..0f923f69e8b9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -15777,16 +15677,15 @@ index 8af8920c440e..0f923f69e8b9 100644 Library("task_queue_gn") diff --git third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build -index 37fa27def74f..b4ad056226a0 100644 +index 161cde130304..8e0139eafbb4 100644 --- third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build +++ third_party/libwebrtc/api/transport/bandwidth_estimation_settings_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -15803,7 +15702,7 @@ index 37fa27def74f..b4ad056226a0 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -15888,7 +15787,7 @@ index 37fa27def74f..b4ad056226a0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -15914,7 +15813,7 @@ index 37fa27def74f..b4ad056226a0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -15956,16 +15855,15 @@ index 37fa27def74f..b4ad056226a0 100644 - Library("bandwidth_estimation_settings_gn") diff --git third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build -index b4ffa83b92cd..26f1bb8546e7 100644 +index f8ad511f0820..5b490cc8b03c 100644 --- third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build +++ third_party/libwebrtc/api/transport/bandwidth_usage_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -15982,7 +15880,7 @@ index b4ffa83b92cd..26f1bb8546e7 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16067,7 +15965,7 @@ index b4ffa83b92cd..26f1bb8546e7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -16093,7 +15991,7 @@ index b4ffa83b92cd..26f1bb8546e7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -16135,10 +16033,10 @@ index b4ffa83b92cd..26f1bb8546e7 100644 - Library("bandwidth_usage_gn") diff --git third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -index 7ea84aaa8a70..3dc831e8f4ec 100644 +index 15a02a15ec22..47b4ba15b41c 100644 --- third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build +++ third_party/libwebrtc/api/transport/bitrate_settings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -16152,7 +16050,6 @@ index 7ea84aaa8a70..3dc831e8f4ec 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -16169,7 +16066,7 @@ index 7ea84aaa8a70..3dc831e8f4ec 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16274,7 +16171,7 @@ index 7ea84aaa8a70..3dc831e8f4ec 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -16361,16 +16258,15 @@ index 7ea84aaa8a70..3dc831e8f4ec 100644 Library("bitrate_settings_gn") diff --git third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build -index 0868af0077a4..d1a4f7b5dd54 100644 +index 86faea91265a..d33ba400e8de 100644 --- third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build +++ third_party/libwebrtc/api/transport/datagram_transport_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -16387,7 +16283,7 @@ index 0868af0077a4..d1a4f7b5dd54 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16483,7 +16379,7 @@ index 0868af0077a4..d1a4f7b5dd54 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -16509,7 +16405,7 @@ index 0868af0077a4..d1a4f7b5dd54 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -16551,16 +16447,15 @@ index 0868af0077a4..d1a4f7b5dd54 100644 - Library("datagram_transport_interface_gn") diff --git third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build -index 8ab0d1a1c443..00fbb2407fdc 100644 +index 208ee8847f83..208719b03b57 100644 --- third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build +++ third_party/libwebrtc/api/transport/ecn_marking_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -16577,7 +16472,7 @@ index 8ab0d1a1c443..00fbb2407fdc 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16662,7 +16557,7 @@ index 8ab0d1a1c443..00fbb2407fdc 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -16688,7 +16583,7 @@ index 8ab0d1a1c443..00fbb2407fdc 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -16730,10 +16625,10 @@ index 8ab0d1a1c443..00fbb2407fdc 100644 - Library("ecn_marking_gn") diff --git third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build -index 8dd672452d7d..6f271615cd1c 100644 +index 2e54542f5291..a73c2a391505 100644 --- third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build +++ third_party/libwebrtc/api/transport/field_trial_based_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -16747,7 +16642,6 @@ index 8dd672452d7d..6f271615cd1c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -16764,7 +16658,7 @@ index 8dd672452d7d..6f271615cd1c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -16880,7 +16774,7 @@ index 8dd672452d7d..6f271615cd1c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -16967,10 +16861,10 @@ index 8dd672452d7d..6f271615cd1c 100644 Library("field_trial_based_config_gn") diff --git third_party/libwebrtc/api/transport/goog_cc_gn/moz.build third_party/libwebrtc/api/transport/goog_cc_gn/moz.build -index 3f55b77e406a..624669cf8d61 100644 +index 7a66e70ca013..3f3045103dce 100644 --- third_party/libwebrtc/api/transport/goog_cc_gn/moz.build +++ third_party/libwebrtc/api/transport/goog_cc_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -16984,7 +16878,6 @@ index 3f55b77e406a..624669cf8d61 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -17001,7 +16894,7 @@ index 3f55b77e406a..624669cf8d61 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17118,7 +17011,7 @@ index 3f55b77e406a..624669cf8d61 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -17205,10 +17098,10 @@ index 3f55b77e406a..624669cf8d61 100644 Library("goog_cc_gn") diff --git third_party/libwebrtc/api/transport/network_control_gn/moz.build third_party/libwebrtc/api/transport/network_control_gn/moz.build -index 395d249cfe68..761031fc3155 100644 +index c901772b804b..f439f12a64a0 100644 --- third_party/libwebrtc/api/transport/network_control_gn/moz.build +++ third_party/libwebrtc/api/transport/network_control_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -17222,7 +17115,6 @@ index 395d249cfe68..761031fc3155 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -17239,7 +17131,7 @@ index 395d249cfe68..761031fc3155 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17355,7 +17247,7 @@ index 395d249cfe68..761031fc3155 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -17442,16 +17334,15 @@ index 395d249cfe68..761031fc3155 100644 Library("network_control_gn") diff --git third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build -index 9b403b9d6955..376f7571e166 100644 +index b6e01a151f48..858f49e8ebc3 100644 --- third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build +++ third_party/libwebrtc/api/transport/rtp/corruption_detection_message_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -17468,7 +17359,7 @@ index 9b403b9d6955..376f7571e166 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17557,7 +17448,7 @@ index 9b403b9d6955..376f7571e166 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -17583,7 +17474,7 @@ index 9b403b9d6955..376f7571e166 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -17625,10 +17516,10 @@ index 9b403b9d6955..376f7571e166 100644 - Library("corruption_detection_message_gn") diff --git third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build -index a12d04338b63..e45f05637aab 100644 +index d90f5c1fff26..aa6d3855421a 100644 --- third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build +++ third_party/libwebrtc/api/transport/rtp/dependency_descriptor_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -17642,7 +17533,6 @@ index a12d04338b63..e45f05637aab 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -17659,7 +17549,7 @@ index a12d04338b63..e45f05637aab 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17768,7 +17658,7 @@ index a12d04338b63..e45f05637aab 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -17855,16 +17745,15 @@ index a12d04338b63..e45f05637aab 100644 Library("dependency_descriptor_gn") diff --git third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build -index f2651257f028..5bf21623b84a 100644 +index 04dea7a88a95..4a75f1179c77 100644 --- third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build +++ third_party/libwebrtc/api/transport/rtp/rtp_source_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -17881,7 +17770,7 @@ index f2651257f028..5bf21623b84a 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -17977,7 +17866,7 @@ index f2651257f028..5bf21623b84a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -18003,7 +17892,7 @@ index f2651257f028..5bf21623b84a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -18045,16 +17934,15 @@ index f2651257f028..5bf21623b84a 100644 - Library("rtp_source_gn") diff --git third_party/libwebrtc/api/transport/stun_types_gn/moz.build third_party/libwebrtc/api/transport/stun_types_gn/moz.build -index eccfcb9643bc..9cfc97dac8c0 100644 +index 1df2fbf24564..19472d624dec 100644 --- third_party/libwebrtc/api/transport/stun_types_gn/moz.build +++ third_party/libwebrtc/api/transport/stun_types_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -18071,7 +17959,7 @@ index eccfcb9643bc..9cfc97dac8c0 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18156,7 +18044,7 @@ index eccfcb9643bc..9cfc97dac8c0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -18182,7 +18070,7 @@ index eccfcb9643bc..9cfc97dac8c0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -18224,10 +18112,10 @@ index eccfcb9643bc..9cfc97dac8c0 100644 - Library("stun_types_gn") diff --git third_party/libwebrtc/api/transport_api_gn/moz.build third_party/libwebrtc/api/transport_api_gn/moz.build -index e1b43d5aa4b0..1796ba2056fc 100644 +index ae593f92c78f..6d7690536e17 100644 --- third_party/libwebrtc/api/transport_api_gn/moz.build +++ third_party/libwebrtc/api/transport_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -18241,7 +18129,6 @@ index e1b43d5aa4b0..1796ba2056fc 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -18258,7 +18145,7 @@ index e1b43d5aa4b0..1796ba2056fc 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18367,7 +18254,7 @@ index e1b43d5aa4b0..1796ba2056fc 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -18454,10 +18341,10 @@ index e1b43d5aa4b0..1796ba2056fc 100644 Library("transport_api_gn") diff --git third_party/libwebrtc/api/units/data_rate_gn/moz.build third_party/libwebrtc/api/units/data_rate_gn/moz.build -index 53744a2683c8..1d1449b27b1b 100644 +index 5cd3be22e3be..d24a6c085e9e 100644 --- third_party/libwebrtc/api/units/data_rate_gn/moz.build +++ third_party/libwebrtc/api/units/data_rate_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -18471,7 +18358,6 @@ index 53744a2683c8..1d1449b27b1b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -18488,7 +18374,7 @@ index 53744a2683c8..1d1449b27b1b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18597,7 +18483,7 @@ index 53744a2683c8..1d1449b27b1b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -18684,10 +18570,10 @@ index 53744a2683c8..1d1449b27b1b 100644 Library("data_rate_gn") diff --git third_party/libwebrtc/api/units/data_size_gn/moz.build third_party/libwebrtc/api/units/data_size_gn/moz.build -index 6578bb3c178e..b35832022553 100644 +index d7ed81461302..f3c3b04ba2dc 100644 --- third_party/libwebrtc/api/units/data_size_gn/moz.build +++ third_party/libwebrtc/api/units/data_size_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -18701,7 +18587,6 @@ index 6578bb3c178e..b35832022553 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -18718,7 +18603,7 @@ index 6578bb3c178e..b35832022553 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -18827,7 +18712,7 @@ index 6578bb3c178e..b35832022553 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -18914,10 +18799,10 @@ index 6578bb3c178e..b35832022553 100644 Library("data_size_gn") diff --git third_party/libwebrtc/api/units/frequency_gn/moz.build third_party/libwebrtc/api/units/frequency_gn/moz.build -index 3c8e38b3b417..c52bdb630c6e 100644 +index 7a0251439e48..fcaf081a5be8 100644 --- third_party/libwebrtc/api/units/frequency_gn/moz.build +++ third_party/libwebrtc/api/units/frequency_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -18931,7 +18816,6 @@ index 3c8e38b3b417..c52bdb630c6e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -18948,7 +18832,7 @@ index 3c8e38b3b417..c52bdb630c6e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19057,7 +18941,7 @@ index 3c8e38b3b417..c52bdb630c6e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -19144,10 +19028,10 @@ index 3c8e38b3b417..c52bdb630c6e 100644 Library("frequency_gn") diff --git third_party/libwebrtc/api/units/time_delta_gn/moz.build third_party/libwebrtc/api/units/time_delta_gn/moz.build -index 5664378f6ac4..8e0d3fe8129e 100644 +index 33d1ff96cc22..b7676710e4e7 100644 --- third_party/libwebrtc/api/units/time_delta_gn/moz.build +++ third_party/libwebrtc/api/units/time_delta_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -19161,7 +19045,6 @@ index 5664378f6ac4..8e0d3fe8129e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -19178,7 +19061,7 @@ index 5664378f6ac4..8e0d3fe8129e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19287,7 +19170,7 @@ index 5664378f6ac4..8e0d3fe8129e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -19374,10 +19257,10 @@ index 5664378f6ac4..8e0d3fe8129e 100644 Library("time_delta_gn") diff --git third_party/libwebrtc/api/units/timestamp_gn/moz.build third_party/libwebrtc/api/units/timestamp_gn/moz.build -index 998c585fa2bd..e1bb4c5d2252 100644 +index 1c78d311f808..d839dbd4c05f 100644 --- third_party/libwebrtc/api/units/timestamp_gn/moz.build +++ third_party/libwebrtc/api/units/timestamp_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -19391,7 +19274,6 @@ index 998c585fa2bd..e1bb4c5d2252 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -19408,7 +19290,7 @@ index 998c585fa2bd..e1bb4c5d2252 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19517,7 +19399,7 @@ index 998c585fa2bd..e1bb4c5d2252 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -19604,10 +19486,10 @@ index 998c585fa2bd..e1bb4c5d2252 100644 Library("timestamp_gn") diff --git third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build -index b2883d10c17c..6fc2ea95bfba 100644 +index 21396f2532b3..515f9ef7ce12 100644 --- third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build +++ third_party/libwebrtc/api/video/builtin_video_bitrate_allocator_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -19621,7 +19503,6 @@ index b2883d10c17c..6fc2ea95bfba 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -19638,7 +19519,7 @@ index b2883d10c17c..6fc2ea95bfba 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19755,7 +19636,7 @@ index b2883d10c17c..6fc2ea95bfba 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -19842,16 +19723,15 @@ index b2883d10c17c..6fc2ea95bfba 100644 Library("builtin_video_bitrate_allocator_factory_gn") diff --git third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build -index 3fea2f9197be..843f8dafb50c 100644 +index 007b03f40df4..f35f563d51d6 100644 --- third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build +++ third_party/libwebrtc/api/video/corruption_detection_filter_settings_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -19868,7 +19748,7 @@ index 3fea2f9197be..843f8dafb50c 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -19953,7 +19833,7 @@ index 3fea2f9197be..843f8dafb50c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -19979,7 +19859,7 @@ index 3fea2f9197be..843f8dafb50c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -20021,10 +19901,10 @@ index 3fea2f9197be..843f8dafb50c 100644 - Library("corruption_detection_filter_settings_gn") diff --git third_party/libwebrtc/api/video/encoded_frame_gn/moz.build third_party/libwebrtc/api/video/encoded_frame_gn/moz.build -index 02eff7bf46cc..3310104b80ec 100644 +index ce7e805a6e46..80b0a7e36c3e 100644 --- third_party/libwebrtc/api/video/encoded_frame_gn/moz.build +++ third_party/libwebrtc/api/video/encoded_frame_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -20038,7 +19918,6 @@ index 02eff7bf46cc..3310104b80ec 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -20055,7 +19934,7 @@ index 02eff7bf46cc..3310104b80ec 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20171,7 +20050,7 @@ index 02eff7bf46cc..3310104b80ec 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -20258,10 +20137,10 @@ index 02eff7bf46cc..3310104b80ec 100644 Library("encoded_frame_gn") diff --git third_party/libwebrtc/api/video/encoded_image_gn/moz.build third_party/libwebrtc/api/video/encoded_image_gn/moz.build -index 460a18c63608..85a79c63fcc6 100644 +index ef3923f3f0a1..ab2df18f8879 100644 --- third_party/libwebrtc/api/video/encoded_image_gn/moz.build +++ third_party/libwebrtc/api/video/encoded_image_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -20275,7 +20154,6 @@ index 460a18c63608..85a79c63fcc6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -20292,7 +20170,7 @@ index 460a18c63608..85a79c63fcc6 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20408,7 +20286,7 @@ index 460a18c63608..85a79c63fcc6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -20495,10 +20373,10 @@ index 460a18c63608..85a79c63fcc6 100644 Library("encoded_image_gn") diff --git third_party/libwebrtc/api/video/frame_buffer_gn/moz.build third_party/libwebrtc/api/video/frame_buffer_gn/moz.build -index 61b1d44c616f..cd2ac96a9335 100644 +index 976a6ff25651..01221e0c95b7 100644 --- third_party/libwebrtc/api/video/frame_buffer_gn/moz.build +++ third_party/libwebrtc/api/video/frame_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -20512,7 +20390,6 @@ index 61b1d44c616f..cd2ac96a9335 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -20529,7 +20406,7 @@ index 61b1d44c616f..cd2ac96a9335 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20646,7 +20523,7 @@ index 61b1d44c616f..cd2ac96a9335 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -20733,16 +20610,15 @@ index 61b1d44c616f..cd2ac96a9335 100644 Library("frame_buffer_gn") diff --git third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build -index 955432300e05..0d61ca33884f 100644 +index 90c39627ea9c..315daacff346 100644 --- third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build +++ third_party/libwebrtc/api/video/recordable_encoded_frame_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -20759,7 +20635,7 @@ index 955432300e05..0d61ca33884f 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -20855,7 +20731,7 @@ index 955432300e05..0d61ca33884f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -20881,7 +20757,7 @@ index 955432300e05..0d61ca33884f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -20923,16 +20799,15 @@ index 955432300e05..0d61ca33884f 100644 - Library("recordable_encoded_frame_gn") diff --git third_party/libwebrtc/api/video/render_resolution_gn/moz.build third_party/libwebrtc/api/video/render_resolution_gn/moz.build -index 6b8d5d0ce97f..c1248e15a3c5 100644 +index 6b314536b258..9961eaa7d49b 100644 --- third_party/libwebrtc/api/video/render_resolution_gn/moz.build +++ third_party/libwebrtc/api/video/render_resolution_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -20949,7 +20824,7 @@ index 6b8d5d0ce97f..c1248e15a3c5 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21034,7 +20909,7 @@ index 6b8d5d0ce97f..c1248e15a3c5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -21060,7 +20935,7 @@ index 6b8d5d0ce97f..c1248e15a3c5 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -21102,16 +20977,15 @@ index 6b8d5d0ce97f..c1248e15a3c5 100644 - Library("render_resolution_gn") diff --git third_party/libwebrtc/api/video/resolution_gn/moz.build third_party/libwebrtc/api/video/resolution_gn/moz.build -index 2bdc20cfef27..bab75c04d836 100644 +index 04e2b1922e32..e6dbc2d6f88c 100644 --- third_party/libwebrtc/api/video/resolution_gn/moz.build +++ third_party/libwebrtc/api/video/resolution_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -21128,7 +21002,7 @@ index 2bdc20cfef27..bab75c04d836 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21213,7 +21087,7 @@ index 2bdc20cfef27..bab75c04d836 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -21239,7 +21113,7 @@ index 2bdc20cfef27..bab75c04d836 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -21281,10 +21155,10 @@ index 2bdc20cfef27..bab75c04d836 100644 - Library("resolution_gn") diff --git third_party/libwebrtc/api/video/video_adaptation_gn/moz.build third_party/libwebrtc/api/video/video_adaptation_gn/moz.build -index a15401b49e09..eb34e710758b 100644 +index d142cec6811b..5b0a157dee57 100644 --- third_party/libwebrtc/api/video/video_adaptation_gn/moz.build +++ third_party/libwebrtc/api/video/video_adaptation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -21298,7 +21172,6 @@ index a15401b49e09..eb34e710758b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -21315,7 +21188,7 @@ index a15401b49e09..eb34e710758b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21424,7 +21297,7 @@ index a15401b49e09..eb34e710758b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -21511,10 +21384,10 @@ index a15401b49e09..eb34e710758b 100644 Library("video_adaptation_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build -index 5b44bd14d566..ef838806b526 100644 +index 8d1cc02953c4..1139199f56de 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -21528,7 +21401,6 @@ index 5b44bd14d566..ef838806b526 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -21545,7 +21417,7 @@ index 5b44bd14d566..ef838806b526 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21654,7 +21526,7 @@ index 5b44bd14d566..ef838806b526 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -21741,16 +21613,15 @@ index 5b44bd14d566..ef838806b526 100644 Library("video_bitrate_allocation_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build -index c11a7e8be75b..94bff6a3ed16 100644 +index d2bf0c7403d6..6be377872652 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocator_factory_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -21767,7 +21638,7 @@ index c11a7e8be75b..94bff6a3ed16 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -21863,7 +21734,7 @@ index c11a7e8be75b..94bff6a3ed16 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -21889,7 +21760,7 @@ index c11a7e8be75b..94bff6a3ed16 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -21931,10 +21802,10 @@ index c11a7e8be75b..94bff6a3ed16 100644 - Library("video_bitrate_allocator_factory_gn") diff --git third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build -index 6732466a6ea7..8af59df11824 100644 +index 53ac7e089c7a..c36c59f06b72 100644 --- third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build +++ third_party/libwebrtc/api/video/video_bitrate_allocator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -21948,7 +21819,6 @@ index 6732466a6ea7..8af59df11824 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -21965,7 +21835,7 @@ index 6732466a6ea7..8af59df11824 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22074,7 +21944,7 @@ index 6732466a6ea7..8af59df11824 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -22161,16 +22031,15 @@ index 6732466a6ea7..8af59df11824 100644 Library("video_bitrate_allocator_gn") diff --git third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build -index 2c7b69b25447..d9d3757994c1 100644 +index 12364de002c7..3dcb2f1fa8a7 100644 --- third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build +++ third_party/libwebrtc/api/video/video_codec_constants_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -22187,7 +22056,7 @@ index 2c7b69b25447..d9d3757994c1 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22272,7 +22141,7 @@ index 2c7b69b25447..d9d3757994c1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -22298,7 +22167,7 @@ index 2c7b69b25447..d9d3757994c1 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -22340,10 +22209,10 @@ index 2c7b69b25447..d9d3757994c1 100644 - Library("video_codec_constants_gn") diff --git third_party/libwebrtc/api/video/video_frame_gn/moz.build third_party/libwebrtc/api/video/video_frame_gn/moz.build -index 1c2f1993bb00..38e69e6fd4b6 100644 +index 0563038a395c..ea93de3e6bbf 100644 --- third_party/libwebrtc/api/video/video_frame_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -22357,7 +22226,6 @@ index 1c2f1993bb00..38e69e6fd4b6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -22374,7 +22242,7 @@ index 1c2f1993bb00..38e69e6fd4b6 100644 FINAL_LIBRARY = "xul" -@@ -58,114 +71,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,114 +70,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22490,7 +22358,7 @@ index 1c2f1993bb00..38e69e6fd4b6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -173,82 +79,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -172,82 +78,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -22577,10 +22445,10 @@ index 1c2f1993bb00..38e69e6fd4b6 100644 Library("video_frame_gn") diff --git third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build -index 9e95b881c493..5a977949c4a4 100644 +index bfbd610a528b..3b78a97299cb 100644 --- third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_i010_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -22594,7 +22462,6 @@ index 9e95b881c493..5a977949c4a4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -22611,7 +22478,7 @@ index 9e95b881c493..5a977949c4a4 100644 FINAL_LIBRARY = "xul" -@@ -54,114 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,114 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22727,7 +22594,7 @@ index 9e95b881c493..5a977949c4a4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -22814,10 +22681,10 @@ index 9e95b881c493..5a977949c4a4 100644 Library("video_frame_i010_gn") diff --git third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build -index 9d326284b4e0..99e5e51740d7 100644 +index 75b269e2048f..732982ea8f93 100644 --- third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_metadata_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -22831,7 +22698,6 @@ index 9d326284b4e0..99e5e51740d7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -22848,7 +22714,7 @@ index 9d326284b4e0..99e5e51740d7 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -22964,7 +22830,7 @@ index 9d326284b4e0..99e5e51740d7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23051,16 +22917,15 @@ index 9d326284b4e0..99e5e51740d7 100644 Library("video_frame_metadata_gn") diff --git third_party/libwebrtc/api/video/video_frame_type_gn/moz.build third_party/libwebrtc/api/video/video_frame_type_gn/moz.build -index 41926d168f2e..c45d7d819761 100644 +index 5935a6c894c2..095217577bc0 100644 --- third_party/libwebrtc/api/video/video_frame_type_gn/moz.build +++ third_party/libwebrtc/api/video/video_frame_type_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -23077,7 +22942,7 @@ index 41926d168f2e..c45d7d819761 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23166,7 +23031,7 @@ index 41926d168f2e..c45d7d819761 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23192,7 +23057,7 @@ index 41926d168f2e..c45d7d819761 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23234,16 +23099,15 @@ index 41926d168f2e..c45d7d819761 100644 - Library("video_frame_type_gn") diff --git third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build -index 453b22c40132..75d7ee7ebad3 100644 +index af9ad6ff4c34..ad3d57b292f1 100644 --- third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build +++ third_party/libwebrtc/api/video/video_layers_allocation_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -23260,7 +23124,7 @@ index 453b22c40132..75d7ee7ebad3 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23349,7 +23213,7 @@ index 453b22c40132..75d7ee7ebad3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23375,7 +23239,7 @@ index 453b22c40132..75d7ee7ebad3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23417,10 +23281,10 @@ index 453b22c40132..75d7ee7ebad3 100644 - Library("video_layers_allocation_gn") diff --git third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build -index 5a5f6c5be542..06f1ac36df9f 100644 +index 7c66b583afd8..ff59a9c613f9 100644 --- third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build +++ third_party/libwebrtc/api/video/video_rtp_headers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -23434,7 +23298,6 @@ index 5a5f6c5be542..06f1ac36df9f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -23451,7 +23314,7 @@ index 5a5f6c5be542..06f1ac36df9f 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23567,7 +23430,7 @@ index 5a5f6c5be542..06f1ac36df9f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23654,16 +23517,15 @@ index 5a5f6c5be542..06f1ac36df9f 100644 Library("video_rtp_headers_gn") diff --git third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build -index f9eedb372ad5..c64b22b66cd4 100644 +index a006d12053d8..21688646efab 100644 --- third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build +++ third_party/libwebrtc/api/video/video_stream_encoder_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -23680,7 +23542,7 @@ index f9eedb372ad5..c64b22b66cd4 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23776,7 +23638,7 @@ index f9eedb372ad5..c64b22b66cd4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23802,7 +23664,7 @@ index f9eedb372ad5..c64b22b66cd4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -23844,16 +23706,15 @@ index f9eedb372ad5..c64b22b66cd4 100644 - Library("video_stream_encoder_gn") diff --git third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build -index fffc859f7e91..85c4a75b1d5e 100644 +index 07c2bb5faf09..ab4917f08c5b 100644 --- third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/bitstream_parser_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -23870,7 +23731,7 @@ index fffc859f7e91..85c4a75b1d5e 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -23959,7 +23820,7 @@ index fffc859f7e91..85c4a75b1d5e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -23985,7 +23846,7 @@ index fffc859f7e91..85c4a75b1d5e 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -24027,10 +23888,10 @@ index fffc859f7e91..85c4a75b1d5e 100644 - Library("bitstream_parser_api_gn") diff --git third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build -index a02883b898f9..bb5bbf580246 100644 +index 8395acf5481d..5b5ee908771a 100644 --- third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/builtin_video_decoder_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -24044,7 +23905,6 @@ index a02883b898f9..bb5bbf580246 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -24061,7 +23921,7 @@ index a02883b898f9..bb5bbf580246 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24178,7 +24038,7 @@ index a02883b898f9..bb5bbf580246 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -24265,10 +24125,10 @@ index a02883b898f9..bb5bbf580246 100644 Library("builtin_video_decoder_factory_gn") diff --git third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build -index ca4634e9d743..a8695ab163f6 100644 +index 83b3e5382450..56d24eb49b3a 100644 --- third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/rtc_software_fallback_wrappers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -24282,7 +24142,6 @@ index ca4634e9d743..a8695ab163f6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -24299,7 +24158,7 @@ index ca4634e9d743..a8695ab163f6 100644 FINAL_LIBRARY = "xul" -@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24416,7 +24275,7 @@ index ca4634e9d743..a8695ab163f6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -24503,10 +24362,10 @@ index ca4634e9d743..a8695ab163f6 100644 Library("rtc_software_fallback_wrappers_gn") diff --git third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build -index 125c11a379cf..a31fc63e5929 100644 +index 661ac13346af..289cbee55009 100644 --- third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/scalability_mode_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -24520,7 +24379,6 @@ index 125c11a379cf..a31fc63e5929 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -24537,7 +24395,7 @@ index 125c11a379cf..a31fc63e5929 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24646,7 +24504,7 @@ index 125c11a379cf..a31fc63e5929 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -24733,10 +24591,10 @@ index 125c11a379cf..a31fc63e5929 100644 Library("scalability_mode_gn") diff --git third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build -index ed21d72aa530..2902844ab151 100644 +index da45996c83c0..055e6ae6e83b 100644 --- third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_codecs_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -24750,7 +24608,6 @@ index ed21d72aa530..2902844ab151 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -24767,7 +24624,7 @@ index ed21d72aa530..2902844ab151 100644 FINAL_LIBRARY = "xul" -@@ -57,114 +70,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -56,114 +69,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -24883,7 +24740,7 @@ index ed21d72aa530..2902844ab151 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -172,82 +78,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -171,82 +77,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -24970,16 +24827,15 @@ index ed21d72aa530..2902844ab151 100644 Library("video_codecs_api_gn") diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build -index 333ce812ea8e..4b1b30a2d0f6 100644 +index 1a9164e7e41c..c76c9a3552d7 100644 --- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -24996,7 +24852,7 @@ index 333ce812ea8e..4b1b30a2d0f6 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25092,7 +24948,7 @@ index 333ce812ea8e..4b1b30a2d0f6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -25118,7 +24974,7 @@ index 333ce812ea8e..4b1b30a2d0f6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25160,16 +25016,15 @@ index 333ce812ea8e..4b1b30a2d0f6 100644 - Library("video_encoder_factory_template_gn") diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build -index a2cd2de315ee..78cced434a30 100644 +index a8b930a85b6b..b22b0a732179 100644 --- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libaom_av1_adapter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -25186,7 +25041,7 @@ index a2cd2de315ee..78cced434a30 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25282,7 +25137,7 @@ index a2cd2de315ee..78cced434a30 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -25308,7 +25163,7 @@ index a2cd2de315ee..78cced434a30 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25350,16 +25205,15 @@ index a2cd2de315ee..78cced434a30 100644 - Library("video_encoder_factory_template_libaom_av1_adapter_gn") diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build -index d0a50140cd77..a664d72af4fd 100644 +index 9dac3c93b2a3..db12a5af1e46 100644 --- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp8_adapter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -25376,7 +25230,7 @@ index d0a50140cd77..a664d72af4fd 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25473,7 +25327,7 @@ index d0a50140cd77..a664d72af4fd 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -25499,7 +25353,7 @@ index d0a50140cd77..a664d72af4fd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25541,16 +25395,15 @@ index d0a50140cd77..a664d72af4fd 100644 - Library("video_encoder_factory_template_libvpx_vp8_adapter_gn") diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build -index 97b7fda2e030..e25c605b56cf 100644 +index 0eef288f971c..1bb0b123d76f 100644 --- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_libvpx_vp9_adapter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -25567,7 +25420,7 @@ index 97b7fda2e030..e25c605b56cf 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25664,7 +25517,7 @@ index 97b7fda2e030..e25c605b56cf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -25690,7 +25543,7 @@ index 97b7fda2e030..e25c605b56cf 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25732,16 +25585,15 @@ index 97b7fda2e030..e25c605b56cf 100644 - Library("video_encoder_factory_template_libvpx_vp9_adapter_gn") diff --git third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build -index 93993aa49aa4..f079fa84bb50 100644 +index 62b95f84fd54..c3611901cec2 100644 --- third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/video_encoder_factory_template_open_h264_adapter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -25758,7 +25610,7 @@ index 93993aa49aa4..f079fa84bb50 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -25855,7 +25707,7 @@ index 93993aa49aa4..f079fa84bb50 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -25881,7 +25733,7 @@ index 93993aa49aa4..f079fa84bb50 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -25923,10 +25775,10 @@ index 93993aa49aa4..f079fa84bb50 100644 - Library("video_encoder_factory_template_open_h264_adapter_gn") diff --git third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build -index 7f22476b7558..666766b1cfe3 100644 +index 287b47573441..8987834c3404 100644 --- third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build +++ third_party/libwebrtc/api/video_codecs/vp8_temporal_layers_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -25940,7 +25792,6 @@ index 7f22476b7558..666766b1cfe3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -25957,7 +25808,7 @@ index 7f22476b7558..666766b1cfe3 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26074,7 +25925,7 @@ index 7f22476b7558..666766b1cfe3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -26161,16 +26012,15 @@ index 7f22476b7558..666766b1cfe3 100644 Library("vp8_temporal_layers_factory_gn") diff --git third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build -index e09e7bbfe6a7..04e07ea7827b 100644 +index 2ea47a17004e..60fc36572eb3 100644 --- third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build +++ third_party/libwebrtc/api/video_track_source_constraints_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26187,7 +26037,7 @@ index e09e7bbfe6a7..04e07ea7827b 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26272,7 +26122,7 @@ index e09e7bbfe6a7..04e07ea7827b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -26298,7 +26148,7 @@ index e09e7bbfe6a7..04e07ea7827b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -26340,10 +26190,10 @@ index e09e7bbfe6a7..04e07ea7827b 100644 - Library("video_track_source_constraints_gn") diff --git third_party/libwebrtc/audio/audio_gn/moz.build third_party/libwebrtc/audio/audio_gn/moz.build -index 205e83a3214c..9c68f830aa6b 100644 +index 0f6558106fa3..8713480a7a16 100644 --- third_party/libwebrtc/audio/audio_gn/moz.build +++ third_party/libwebrtc/audio/audio_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -26357,7 +26207,6 @@ index 205e83a3214c..9c68f830aa6b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26374,7 +26223,7 @@ index 205e83a3214c..9c68f830aa6b 100644 FINAL_LIBRARY = "xul" -@@ -59,115 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -58,115 +71,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26491,7 +26340,7 @@ index 205e83a3214c..9c68f830aa6b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -175,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -174,82 +79,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -26578,10 +26427,10 @@ index 205e83a3214c..9c68f830aa6b 100644 Library("audio_gn") diff --git third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build -index 8c07bd01af43..a68fd67dde38 100644 +index c9e14552b453..266fce02a468 100644 --- third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build +++ third_party/libwebrtc/audio/utility/audio_frame_operations_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -26595,7 +26444,6 @@ index 8c07bd01af43..a68fd67dde38 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26612,7 +26460,7 @@ index 8c07bd01af43..a68fd67dde38 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26728,7 +26576,7 @@ index 8c07bd01af43..a68fd67dde38 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -26815,10 +26663,10 @@ index 8c07bd01af43..a68fd67dde38 100644 Library("audio_frame_operations_gn") diff --git third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build -index d436bcfe5480..3961cf066b65 100644 +index 78921cc941f9..e8a3cb15337b 100644 --- third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build +++ third_party/libwebrtc/call/adaptation/resource_adaptation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -26832,7 +26680,6 @@ index d436bcfe5480..3961cf066b65 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -26849,7 +26696,7 @@ index d436bcfe5480..3961cf066b65 100644 FINAL_LIBRARY = "xul" -@@ -56,114 +69,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,114 +68,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -26965,7 +26812,7 @@ index d436bcfe5480..3961cf066b65 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -171,82 +77,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -170,82 +76,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -27052,16 +26899,15 @@ index d436bcfe5480..3961cf066b65 100644 Library("resource_adaptation_gn") diff --git third_party/libwebrtc/call/audio_sender_interface_gn/moz.build third_party/libwebrtc/call/audio_sender_interface_gn/moz.build -index 996e17f52c62..cb998aabc5b0 100644 +index d585bb6edff0..b4a643771882 100644 --- third_party/libwebrtc/call/audio_sender_interface_gn/moz.build +++ third_party/libwebrtc/call/audio_sender_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -27078,7 +26924,7 @@ index 996e17f52c62..cb998aabc5b0 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27174,7 +27020,7 @@ index 996e17f52c62..cb998aabc5b0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -27200,7 +27046,7 @@ index 996e17f52c62..cb998aabc5b0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -27242,10 +27088,10 @@ index 996e17f52c62..cb998aabc5b0 100644 - Library("audio_sender_interface_gn") diff --git third_party/libwebrtc/call/bitrate_allocator_gn/moz.build third_party/libwebrtc/call/bitrate_allocator_gn/moz.build -index 8a661397bfd0..358a762a3200 100644 +index 3ed5924b069f..c233d4789a84 100644 --- third_party/libwebrtc/call/bitrate_allocator_gn/moz.build +++ third_party/libwebrtc/call/bitrate_allocator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -27259,7 +27105,6 @@ index 8a661397bfd0..358a762a3200 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -27276,7 +27121,7 @@ index 8a661397bfd0..358a762a3200 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27392,7 +27237,7 @@ index 8a661397bfd0..358a762a3200 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -27479,10 +27324,10 @@ index 8a661397bfd0..358a762a3200 100644 Library("bitrate_allocator_gn") diff --git third_party/libwebrtc/call/bitrate_configurator_gn/moz.build third_party/libwebrtc/call/bitrate_configurator_gn/moz.build -index 54f4a88bfd02..366519059d73 100644 +index c58befd49ca2..698f00ffa213 100644 --- third_party/libwebrtc/call/bitrate_configurator_gn/moz.build +++ third_party/libwebrtc/call/bitrate_configurator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -27496,7 +27341,6 @@ index 54f4a88bfd02..366519059d73 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -27513,7 +27357,7 @@ index 54f4a88bfd02..366519059d73 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27622,7 +27466,7 @@ index 54f4a88bfd02..366519059d73 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -27709,10 +27553,10 @@ index 54f4a88bfd02..366519059d73 100644 Library("bitrate_configurator_gn") diff --git third_party/libwebrtc/call/call_gn/moz.build third_party/libwebrtc/call/call_gn/moz.build -index 4a8ab5b21af7..00c80663a74d 100644 +index f9aec69b9481..0b6233af7cf4 100644 --- third_party/libwebrtc/call/call_gn/moz.build +++ third_party/libwebrtc/call/call_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -27726,7 +27570,6 @@ index 4a8ab5b21af7..00c80663a74d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -27743,7 +27586,7 @@ index 4a8ab5b21af7..00c80663a74d 100644 FINAL_LIBRARY = "xul" -@@ -49,115 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -27860,7 +27703,7 @@ index 4a8ab5b21af7..00c80663a74d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -27947,10 +27790,10 @@ index 4a8ab5b21af7..00c80663a74d 100644 Library("call_gn") diff --git third_party/libwebrtc/call/call_interfaces_gn/moz.build third_party/libwebrtc/call/call_interfaces_gn/moz.build -index 0f4aa1339ad3..245345b98a43 100644 +index 1f23b1b27a12..1ea225bc89ec 100644 --- third_party/libwebrtc/call/call_interfaces_gn/moz.build +++ third_party/libwebrtc/call/call_interfaces_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -27964,7 +27807,6 @@ index 0f4aa1339ad3..245345b98a43 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -27981,7 +27823,7 @@ index 0f4aa1339ad3..245345b98a43 100644 FINAL_LIBRARY = "xul" -@@ -52,115 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,115 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28098,7 +27940,7 @@ index 0f4aa1339ad3..245345b98a43 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -168,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -167,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -28185,16 +28027,15 @@ index 0f4aa1339ad3..245345b98a43 100644 Library("call_interfaces_gn") diff --git third_party/libwebrtc/call/payload_type_gn/moz.build third_party/libwebrtc/call/payload_type_gn/moz.build -index 3531ddb82d1b..ca28e79f0b66 100644 +index cdfdd3213e1c..f4ab9557672a 100644 --- third_party/libwebrtc/call/payload_type_gn/moz.build +++ third_party/libwebrtc/call/payload_type_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -28211,7 +28052,7 @@ index 3531ddb82d1b..ca28e79f0b66 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28307,7 +28148,7 @@ index 3531ddb82d1b..ca28e79f0b66 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -28333,7 +28174,7 @@ index 3531ddb82d1b..ca28e79f0b66 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -28375,10 +28216,10 @@ index 3531ddb82d1b..ca28e79f0b66 100644 - Library("payload_type_gn") diff --git third_party/libwebrtc/call/payload_type_picker_gn/moz.build third_party/libwebrtc/call/payload_type_picker_gn/moz.build -index fa6f16eea2b5..665d3671a54f 100644 +index ec169391df3f..9ba0c035a513 100644 --- third_party/libwebrtc/call/payload_type_picker_gn/moz.build +++ third_party/libwebrtc/call/payload_type_picker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -28392,7 +28233,6 @@ index fa6f16eea2b5..665d3671a54f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -28409,7 +28249,7 @@ index fa6f16eea2b5..665d3671a54f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28525,7 +28365,7 @@ index fa6f16eea2b5..665d3671a54f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -28612,16 +28452,15 @@ index fa6f16eea2b5..665d3671a54f 100644 Library("payload_type_picker_gn") diff --git third_party/libwebrtc/call/receive_stream_interface_gn/moz.build third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -index 6fc6e5ea533a..8d549a7ab50f 100644 +index 64966940592a..63ee63d8fd44 100644 --- third_party/libwebrtc/call/receive_stream_interface_gn/moz.build +++ third_party/libwebrtc/call/receive_stream_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -28638,7 +28477,7 @@ index 6fc6e5ea533a..8d549a7ab50f 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28734,7 +28573,7 @@ index 6fc6e5ea533a..8d549a7ab50f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -28760,7 +28599,7 @@ index 6fc6e5ea533a..8d549a7ab50f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -28802,10 +28641,10 @@ index 6fc6e5ea533a..8d549a7ab50f 100644 - Library("receive_stream_interface_gn") diff --git third_party/libwebrtc/call/rtp_interfaces_gn/moz.build third_party/libwebrtc/call/rtp_interfaces_gn/moz.build -index 07525d15ae0d..df22e47357de 100644 +index a28b8e1a3ffb..bf8bfc4afa1a 100644 --- third_party/libwebrtc/call/rtp_interfaces_gn/moz.build +++ third_party/libwebrtc/call/rtp_interfaces_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -28819,7 +28658,6 @@ index 07525d15ae0d..df22e47357de 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -28836,7 +28674,7 @@ index 07525d15ae0d..df22e47357de 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -28952,7 +28790,7 @@ index 07525d15ae0d..df22e47357de 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -29039,10 +28877,10 @@ index 07525d15ae0d..df22e47357de 100644 Library("rtp_interfaces_gn") diff --git third_party/libwebrtc/call/rtp_receiver_gn/moz.build third_party/libwebrtc/call/rtp_receiver_gn/moz.build -index 5a7f02577007..f9573858c076 100644 +index 2270482f3cec..411cfe288875 100644 --- third_party/libwebrtc/call/rtp_receiver_gn/moz.build +++ third_party/libwebrtc/call/rtp_receiver_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -29056,7 +28894,6 @@ index 5a7f02577007..f9573858c076 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -29073,7 +28910,7 @@ index 5a7f02577007..f9573858c076 100644 FINAL_LIBRARY = "xul" -@@ -49,115 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29190,7 +29027,7 @@ index 5a7f02577007..f9573858c076 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -29277,10 +29114,10 @@ index 5a7f02577007..f9573858c076 100644 Library("rtp_receiver_gn") diff --git third_party/libwebrtc/call/rtp_sender_gn/moz.build third_party/libwebrtc/call/rtp_sender_gn/moz.build -index f8116a4cbaea..9c9240df8166 100644 +index a700eea303e1..214f2fa96582 100644 --- third_party/libwebrtc/call/rtp_sender_gn/moz.build +++ third_party/libwebrtc/call/rtp_sender_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -29294,7 +29131,6 @@ index f8116a4cbaea..9c9240df8166 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -29311,7 +29147,7 @@ index f8116a4cbaea..9c9240df8166 100644 FINAL_LIBRARY = "xul" -@@ -49,115 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29428,7 +29264,7 @@ index f8116a4cbaea..9c9240df8166 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -29515,10 +29351,10 @@ index f8116a4cbaea..9c9240df8166 100644 Library("rtp_sender_gn") diff --git third_party/libwebrtc/call/version_gn/moz.build third_party/libwebrtc/call/version_gn/moz.build -index 77b26af21e2f..1adeee139247 100644 +index 6df784f98d03..7ce9a2c33b2a 100644 --- third_party/libwebrtc/call/version_gn/moz.build +++ third_party/libwebrtc/call/version_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -29532,7 +29368,6 @@ index 77b26af21e2f..1adeee139247 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -29549,7 +29384,7 @@ index 77b26af21e2f..1adeee139247 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29654,7 +29489,7 @@ index 77b26af21e2f..1adeee139247 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -29741,10 +29576,10 @@ index 77b26af21e2f..1adeee139247 100644 Library("version_gn") diff --git third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build -index 37a59c8514d8..8276da6e54b5 100644 +index 3f79e8283204..193d1cf61255 100644 --- third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build +++ third_party/libwebrtc/call/video_receive_stream_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -29758,7 +29593,6 @@ index 37a59c8514d8..8276da6e54b5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -29775,7 +29609,7 @@ index 37a59c8514d8..8276da6e54b5 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -29891,7 +29725,7 @@ index 37a59c8514d8..8276da6e54b5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -29978,10 +29812,10 @@ index 37a59c8514d8..8276da6e54b5 100644 Library("video_receive_stream_api_gn") diff --git third_party/libwebrtc/call/video_send_stream_api_gn/moz.build third_party/libwebrtc/call/video_send_stream_api_gn/moz.build -index 6b3794c0fc76..1e74ecdd4410 100644 +index b2b129fde9a1..3fb37cb3423d 100644 --- third_party/libwebrtc/call/video_send_stream_api_gn/moz.build +++ third_party/libwebrtc/call/video_send_stream_api_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -29995,7 +29829,6 @@ index 6b3794c0fc76..1e74ecdd4410 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -30012,7 +29845,7 @@ index 6b3794c0fc76..1e74ecdd4410 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30128,7 +29961,7 @@ index 6b3794c0fc76..1e74ecdd4410 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -30215,10 +30048,10 @@ index 6b3794c0fc76..1e74ecdd4410 100644 Library("video_send_stream_api_gn") diff --git third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -index e60d36491f7f..640be74d01a8 100644 +index 5ffb201a4212..99fbd769e4f3 100644 --- third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_avx2_gn/moz.build -@@ -11,21 +11,31 @@ AllowCompilerWarnings() +@@ -11,20 +11,30 @@ AllowCompilerWarnings() CXXFLAGS += [ "-mavx2", @@ -30233,7 +30066,6 @@ index e60d36491f7f..640be74d01a8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -30251,7 +30083,7 @@ index e60d36491f7f..640be74d01a8 100644 FINAL_LIBRARY = "xul" -@@ -54,143 +64,9 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,143 +63,9 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30397,16 +30229,15 @@ index e60d36491f7f..640be74d01a8 100644 CXXFLAGS += [ "-msse2" diff --git third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build -index 2adc30b60cc3..7ffb62cc89f2 100644 +index 5d96fe0893a9..0bb8ba5e4738 100644 --- third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_c_arm_asm_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -30423,7 +30254,7 @@ index 2adc30b60cc3..7ffb62cc89f2 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30508,7 +30339,7 @@ index 2adc30b60cc3..7ffb62cc89f2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,30 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,30 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -30539,7 +30370,7 @@ index 2adc30b60cc3..7ffb62cc89f2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -160,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -159,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -30581,16 +30412,15 @@ index 2adc30b60cc3..7ffb62cc89f2 100644 - Library("common_audio_c_arm_asm_gn") diff --git third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build -index db105ee1e9c0..499e855a6429 100644 +index aedc5ef7c816..8381d9637936 100644 --- third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_c_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -30607,7 +30437,7 @@ index db105ee1e9c0..499e855a6429 100644 FINAL_LIBRARY = "xul" -@@ -84,109 +93,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -83,109 +92,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -30718,7 +30548,7 @@ index db105ee1e9c0..499e855a6429 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -194,20 +101,14 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -193,20 +100,14 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -30743,7 +30573,7 @@ index db105ee1e9c0..499e855a6429 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", -@@ -218,7 +119,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -217,7 +118,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -30751,7 +30581,7 @@ index db105ee1e9c0..499e855a6429 100644 SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/resample_by_2_mips.c" -@@ -235,8 +135,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -234,8 +134,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -30760,7 +30590,7 @@ index db105ee1e9c0..499e855a6429 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", "/third_party/libwebrtc/common_audio/signal_processing/complex_fft.c", -@@ -251,78 +149,7 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -250,78 +148,7 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -30840,7 +30670,7 @@ index db105ee1e9c0..499e855a6429 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -@@ -330,13 +157,13 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": +@@ -329,13 +156,13 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "riscv64": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -30856,7 +30686,7 @@ index db105ee1e9c0..499e855a6429 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", -@@ -344,9 +171,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -343,9 +170,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/common_audio/signal_processing/filter_ar_fast_q12.c" ] @@ -30869,10 +30699,10 @@ index db105ee1e9c0..499e855a6429 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/signal_processing/complex_bit_reverse.c", diff --git third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build -index ba87f375c4ab..26bf27656058 100644 +index 0164db65a36b..b19a8495d919 100644 --- third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_cc_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -30886,7 +30716,6 @@ index ba87f375c4ab..26bf27656058 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -30903,7 +30732,7 @@ index ba87f375c4ab..26bf27656058 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31012,7 +30841,7 @@ index ba87f375c4ab..26bf27656058 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -31099,10 +30928,10 @@ index ba87f375c4ab..26bf27656058 100644 Library("common_audio_cc_gn") diff --git third_party/libwebrtc/common_audio/common_audio_gn/moz.build third_party/libwebrtc/common_audio/common_audio_gn/moz.build -index 40da830735da..fbbb389f34c2 100644 +index 13dbab50bc9a..46d820a5f097 100644 --- third_party/libwebrtc/common_audio/common_audio_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -31116,7 +30945,6 @@ index 40da830735da..fbbb389f34c2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -31133,7 +30961,7 @@ index 40da830735da..fbbb389f34c2 100644 FINAL_LIBRARY = "xul" -@@ -60,114 +73,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -59,114 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31249,7 +31077,7 @@ index 40da830735da..fbbb389f34c2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -175,82 +81,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -174,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -31336,16 +31164,15 @@ index 40da830735da..fbbb389f34c2 100644 Library("common_audio_gn") diff --git third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build -index 8c5a80faae85..aa3c85edd842 100644 +index e259acd562b7..ae82c184e9c5 100644 --- third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_neon_c_gn/moz.build -@@ -13,14 +13,25 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,13 +13,24 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -31365,7 +31192,7 @@ index 8c5a80faae85..aa3c85edd842 100644 FINAL_LIBRARY = "xul" -@@ -50,132 +61,6 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,132 +60,6 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31499,10 +31326,10 @@ index 8c5a80faae85..aa3c85edd842 100644 - Library("common_audio_neon_c_gn") diff --git third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build -index 28ef0bb77482..1b54c78125ec 100644 +index 410a9b6c9e1e..fcf864a3511b 100644 --- third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_neon_gn/moz.build -@@ -9,18 +9,33 @@ +@@ -9,17 +9,32 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -31516,7 +31343,6 @@ index 28ef0bb77482..1b54c78125ec 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_ARCH_ARM64"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -31536,7 +31362,7 @@ index 28ef0bb77482..1b54c78125ec 100644 FINAL_LIBRARY = "xul" -@@ -49,159 +64,6 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,159 +63,6 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31697,10 +31523,10 @@ index 28ef0bb77482..1b54c78125ec 100644 - Library("common_audio_neon_gn") diff --git third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -index ccd141c734f4..e1661bd3169b 100644 +index 95fa6e2c26ca..b53526107ee5 100644 --- third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build +++ third_party/libwebrtc/common_audio/common_audio_sse2_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -31714,7 +31540,6 @@ index ccd141c734f4..e1661bd3169b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -31732,7 +31557,7 @@ index ccd141c734f4..e1661bd3169b 100644 FINAL_LIBRARY = "xul" -@@ -49,159 +62,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,159 +61,16 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -31895,10 +31720,10 @@ index ccd141c734f4..e1661bd3169b 100644 CXXFLAGS += [ "-msse2" diff --git third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build -index 3ce6bd610f1f..5e77a915e125 100644 +index 722bf527c9ba..b3573a266567 100644 --- third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build +++ third_party/libwebrtc/common_audio/fir_filter_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -31912,7 +31737,6 @@ index 3ce6bd610f1f..5e77a915e125 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -31929,7 +31753,7 @@ index 3ce6bd610f1f..5e77a915e125 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32045,7 +31869,7 @@ index 3ce6bd610f1f..5e77a915e125 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -32132,16 +31956,15 @@ index 3ce6bd610f1f..5e77a915e125 100644 Library("fir_filter_factory_gn") diff --git third_party/libwebrtc/common_audio/fir_filter_gn/moz.build third_party/libwebrtc/common_audio/fir_filter_gn/moz.build -index eb3c6df45839..0fcc226c6d9a 100644 +index 577a3319bc5e..97bfb46c2b34 100644 --- third_party/libwebrtc/common_audio/fir_filter_gn/moz.build +++ third_party/libwebrtc/common_audio/fir_filter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -32158,7 +31981,7 @@ index eb3c6df45839..0fcc226c6d9a 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32243,7 +32066,7 @@ index eb3c6df45839..0fcc226c6d9a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -32269,7 +32092,7 @@ index eb3c6df45839..0fcc226c6d9a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -32311,16 +32134,15 @@ index eb3c6df45839..0fcc226c6d9a 100644 - Library("fir_filter_gn") diff --git third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -index 5c813682cbb1..8a65508b1542 100644 +index 5169bab0cd78..66ce24f0c8a8 100644 --- third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build +++ third_party/libwebrtc/common_audio/sinc_resampler_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -32337,7 +32159,7 @@ index 5c813682cbb1..8a65508b1542 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32433,7 +32255,7 @@ index 5c813682cbb1..8a65508b1542 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -32459,7 +32281,7 @@ index 5c813682cbb1..8a65508b1542 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -32501,10 +32323,10 @@ index 5c813682cbb1..8a65508b1542 100644 - Library("sinc_resampler_gn") diff --git third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build -index d1ea19bfdf26..2e617d3bd4df 100644 +index 9b470d2c3df3..35ff0b9cb1ca 100644 --- third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -32518,7 +32340,6 @@ index d1ea19bfdf26..2e617d3bd4df 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -32535,7 +32356,7 @@ index d1ea19bfdf26..2e617d3bd4df 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32651,7 +32472,7 @@ index d1ea19bfdf26..2e617d3bd4df 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -166,122 +72,38 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -165,122 +71,38 @@ if CONFIG["TARGET_CPU"] == "aarch64": "/third_party/libwebrtc/common_audio/third_party/ooura/fft_size_128/ooura_fft_neon.cc" ] @@ -32782,10 +32603,10 @@ index d1ea19bfdf26..2e617d3bd4df 100644 Library("fft_size_128_gn") diff --git third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build -index 03a212909ad1..adbdb0e61bcd 100644 +index a97e1340a1c4..2bdbd579a813 100644 --- third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/ooura/fft_size_256_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -32799,7 +32620,6 @@ index 03a212909ad1..adbdb0e61bcd 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -32816,7 +32636,7 @@ index 03a212909ad1..adbdb0e61bcd 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -32921,7 +32741,7 @@ index 03a212909ad1..adbdb0e61bcd 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -33008,16 +32828,15 @@ index 03a212909ad1..adbdb0e61bcd 100644 Library("fft_size_256_gn") diff --git third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build -index 3fbf9e4e2fee..d14b47d5e338 100644 +index 0d7a0bd85cf2..202e317ddd5c 100644 --- third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build +++ third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -33034,7 +32853,7 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33131,7 +32950,7 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,20 +60,12 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,20 +59,12 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -33154,7 +32973,7 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] -@@ -161,7 +74,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -160,7 +73,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -33162,7 +32981,7 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor_mips.c" -@@ -169,8 +81,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -168,8 +80,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -33171,7 +32990,7 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] -@@ -181,89 +91,27 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -180,89 +90,27 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" ] @@ -33267,10 +33086,10 @@ index 3fbf9e4e2fee..d14b47d5e338 100644 UNIFIED_SOURCES += [ "/third_party/libwebrtc/common_audio/third_party/spl_sqrt_floor/spl_sqrt_floor.c" diff --git third_party/libwebrtc/common_video/common_video_gn/moz.build third_party/libwebrtc/common_video/common_video_gn/moz.build -index b82311819780..b842c57b8b6f 100644 +index 5d190a1d8e58..8b7c8f83b3e9 100644 --- third_party/libwebrtc/common_video/common_video_gn/moz.build +++ third_party/libwebrtc/common_video/common_video_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -33284,7 +33103,6 @@ index b82311819780..b842c57b8b6f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -33301,7 +33119,7 @@ index b82311819780..b842c57b8b6f 100644 FINAL_LIBRARY = "xul" -@@ -59,114 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -58,114 +71,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33417,7 +33235,7 @@ index b82311819780..b842c57b8b6f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -174,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -173,82 +79,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -33504,10 +33322,10 @@ index b82311819780..b842c57b8b6f 100644 Library("common_video_gn") diff --git third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build -index 69db30818139..06eebbfd1cce 100644 +index c0ab4b4e89a7..bbcf737b8ba9 100644 --- third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build +++ third_party/libwebrtc/common_video/corruption_detection_converters_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -33521,7 +33339,6 @@ index 69db30818139..06eebbfd1cce 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -33538,7 +33355,7 @@ index 69db30818139..06eebbfd1cce 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33647,7 +33464,7 @@ index 69db30818139..06eebbfd1cce 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -33734,16 +33551,15 @@ index 69db30818139..06eebbfd1cce 100644 Library("corruption_detection_converters_gn") diff --git third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build -index 8923f3ddf002..937a7c082f7c 100644 +index 8a58185d4906..cd4f1b658226 100644 --- third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build +++ third_party/libwebrtc/common_video/corruption_score_calculator_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -33760,7 +33576,7 @@ index 8923f3ddf002..937a7c082f7c 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -33856,7 +33672,7 @@ index 8923f3ddf002..937a7c082f7c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -33882,7 +33698,7 @@ index 8923f3ddf002..937a7c082f7c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -33924,16 +33740,15 @@ index 8923f3ddf002..937a7c082f7c 100644 - Library("corruption_score_calculator_gn") diff --git third_party/libwebrtc/common_video/frame_counts_gn/moz.build third_party/libwebrtc/common_video/frame_counts_gn/moz.build -index 8a2276e31b03..17eb2a61992d 100644 +index ae398195f804..5606ed4ca120 100644 --- third_party/libwebrtc/common_video/frame_counts_gn/moz.build +++ third_party/libwebrtc/common_video/frame_counts_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -33950,7 +33765,7 @@ index 8a2276e31b03..17eb2a61992d 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34035,7 +33850,7 @@ index 8a2276e31b03..17eb2a61992d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -34061,7 +33876,7 @@ index 8a2276e31b03..17eb2a61992d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -34103,16 +33918,15 @@ index 8a2276e31b03..17eb2a61992d 100644 - Library("frame_counts_gn") diff --git third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build -index 704b8b08b41c..6a39ea1a1db6 100644 +index 5f35af97085c..ab2507d63de5 100644 --- third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build +++ third_party/libwebrtc/common_video/frame_instrumentation_data_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -34129,7 +33943,7 @@ index 704b8b08b41c..6a39ea1a1db6 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34214,7 +34028,7 @@ index 704b8b08b41c..6a39ea1a1db6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -34240,7 +34054,7 @@ index 704b8b08b41c..6a39ea1a1db6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -34282,10 +34096,10 @@ index 704b8b08b41c..6a39ea1a1db6 100644 - Library("frame_instrumentation_data_gn") diff --git third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build -index f6db7222bcc0..a80076c6f377 100644 +index 622a838eca2a..ad084e2194ad 100644 --- third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build +++ third_party/libwebrtc/common_video/generic_frame_descriptor/generic_frame_descriptor_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -34299,7 +34113,6 @@ index f6db7222bcc0..a80076c6f377 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -34316,7 +34129,7 @@ index f6db7222bcc0..a80076c6f377 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34425,7 +34238,7 @@ index f6db7222bcc0..a80076c6f377 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -34512,16 +34325,15 @@ index f6db7222bcc0..a80076c6f377 100644 Library("generic_frame_descriptor_gn") diff --git third_party/libwebrtc/dcsctp_gn/moz.build third_party/libwebrtc/dcsctp_gn/moz.build -index 9dce2c0157e9..f452910e84ab 100644 +index 44f583c80d8a..f4469da2599d 100644 --- third_party/libwebrtc/dcsctp_gn/moz.build +++ third_party/libwebrtc/dcsctp_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -34538,7 +34350,7 @@ index 9dce2c0157e9..f452910e84ab 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34634,7 +34446,7 @@ index 9dce2c0157e9..f452910e84ab 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -34660,7 +34472,7 @@ index 9dce2c0157e9..f452910e84ab 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -34702,16 +34514,15 @@ index 9dce2c0157e9..f452910e84ab 100644 - Library("dcsctp_gn") diff --git third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build -index 70925379fe41..9ae47f123445 100644 +index 352ec8e82f14..0ae34bbf3159 100644 --- third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build +++ third_party/libwebrtc/experiments/registered_field_trials_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -34728,7 +34539,7 @@ index 70925379fe41..9ae47f123445 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -34813,7 +34624,7 @@ index 70925379fe41..9ae47f123445 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -34839,7 +34650,7 @@ index 70925379fe41..9ae47f123445 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -34895,10 +34706,10 @@ index edb8e084a33a..e2236e78c4a0 100644 - Library("registered_field_trials_header_gn") diff --git third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -index bb0b5ebc9da5..55f9ef524abe 100644 +index 92e42333271c..fc88fc12b670 100644 --- third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_audio_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -34912,7 +34723,6 @@ index bb0b5ebc9da5..55f9ef524abe 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -34929,7 +34739,7 @@ index bb0b5ebc9da5..55f9ef524abe 100644 FINAL_LIBRARY = "xul" -@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35045,7 +34855,7 @@ index bb0b5ebc9da5..55f9ef524abe 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -35132,10 +34942,10 @@ index bb0b5ebc9da5..55f9ef524abe 100644 Library("rtc_event_audio_gn") diff --git third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build -index 0fc9c107ecc2..2234f1a0db57 100644 +index cf656cb19359..d1d7b99a002a 100644 --- third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_bwe_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -35149,7 +34959,6 @@ index 0fc9c107ecc2..2234f1a0db57 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -35166,7 +34975,7 @@ index 0fc9c107ecc2..2234f1a0db57 100644 FINAL_LIBRARY = "xul" -@@ -52,114 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35282,7 +35091,7 @@ index 0fc9c107ecc2..2234f1a0db57 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -167,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -35369,10 +35178,10 @@ index 0fc9c107ecc2..2234f1a0db57 100644 Library("rtc_event_bwe_gn") diff --git third_party/libwebrtc/logging/rtc_event_field_gn/moz.build third_party/libwebrtc/logging/rtc_event_field_gn/moz.build -index 9582a074f459..93a7dd4571bf 100644 +index b01bd2a19d2a..ff4a8f56a922 100644 --- third_party/libwebrtc/logging/rtc_event_field_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_field_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -35386,7 +35195,6 @@ index 9582a074f459..93a7dd4571bf 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -35403,7 +35211,7 @@ index 9582a074f459..93a7dd4571bf 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35519,7 +35327,7 @@ index 9582a074f459..93a7dd4571bf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -35606,16 +35414,15 @@ index 9582a074f459..93a7dd4571bf 100644 Library("rtc_event_field_gn") diff --git third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build -index a0b53a3dcf6b..23328c26c561 100644 +index 42336df5fa6b..2f1eb4312e6a 100644 --- third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_log_parse_status_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -35632,7 +35439,7 @@ index a0b53a3dcf6b..23328c26c561 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35721,7 +35528,7 @@ index a0b53a3dcf6b..23328c26c561 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -35747,7 +35554,7 @@ index a0b53a3dcf6b..23328c26c561 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -35789,10 +35596,10 @@ index a0b53a3dcf6b..23328c26c561 100644 - Library("rtc_event_log_parse_status_gn") diff --git third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build -index 3207fd6d3667..dd8bc46a0452 100644 +index 48f605b67536..28e02820b18e 100644 --- third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_number_encodings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -35806,7 +35613,6 @@ index 3207fd6d3667..dd8bc46a0452 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -35823,7 +35629,7 @@ index 3207fd6d3667..dd8bc46a0452 100644 FINAL_LIBRARY = "xul" -@@ -49,107 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,107 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -35932,7 +35738,7 @@ index 3207fd6d3667..dd8bc46a0452 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -157,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -156,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -36019,10 +35825,10 @@ index 3207fd6d3667..dd8bc46a0452 100644 Library("rtc_event_number_encodings_gn") diff --git third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build -index cab65df23441..c3dcc77e4e91 100644 +index 769426790d5e..2c19edcb9ef3 100644 --- third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_pacing_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -36036,7 +35842,6 @@ index cab65df23441..c3dcc77e4e91 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -36053,7 +35858,7 @@ index cab65df23441..c3dcc77e4e91 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36169,7 +35974,7 @@ index cab65df23441..c3dcc77e4e91 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -36256,10 +36061,10 @@ index cab65df23441..c3dcc77e4e91 100644 Library("rtc_event_pacing_gn") diff --git third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build -index fe4bc1a280d3..5a0155831e12 100644 +index 3667d09360a2..2a003ff5236b 100644 --- third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_rtp_rtcp_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -36273,7 +36078,6 @@ index fe4bc1a280d3..5a0155831e12 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -36290,7 +36094,7 @@ index fe4bc1a280d3..5a0155831e12 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36406,7 +36210,7 @@ index fe4bc1a280d3..5a0155831e12 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -36493,10 +36297,10 @@ index fe4bc1a280d3..5a0155831e12 100644 Library("rtc_event_rtp_rtcp_gn") diff --git third_party/libwebrtc/logging/rtc_event_video_gn/moz.build third_party/libwebrtc/logging/rtc_event_video_gn/moz.build -index 56dd946c01d9..0e1138e58b4e 100644 +index ba5e515cd8e4..0648ec187f14 100644 --- third_party/libwebrtc/logging/rtc_event_video_gn/moz.build +++ third_party/libwebrtc/logging/rtc_event_video_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -36510,7 +36314,6 @@ index 56dd946c01d9..0e1138e58b4e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -36527,7 +36330,7 @@ index 56dd946c01d9..0e1138e58b4e 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36643,7 +36446,7 @@ index 56dd946c01d9..0e1138e58b4e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -36730,10 +36533,10 @@ index 56dd946c01d9..0e1138e58b4e 100644 Library("rtc_event_video_gn") diff --git third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build -index fee4088679a5..643c370b49da 100644 +index 916957e22c81..10f7b60985b4 100644 --- third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build +++ third_party/libwebrtc/logging/rtc_stream_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -36747,7 +36550,6 @@ index fee4088679a5..643c370b49da 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -36764,7 +36566,7 @@ index fee4088679a5..643c370b49da 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -36880,7 +36682,7 @@ index fee4088679a5..643c370b49da 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -36967,10 +36769,10 @@ index fee4088679a5..643c370b49da 100644 Library("rtc_stream_config_gn") diff --git third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build -index 6fa3f169fc08..eae7d9ea98a3 100644 +index 695b2ba30bd3..7ebde21eaa29 100644 --- third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build +++ third_party/libwebrtc/media/adapted_video_track_source_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -36984,7 +36786,6 @@ index 6fa3f169fc08..eae7d9ea98a3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -37001,7 +36802,7 @@ index 6fa3f169fc08..eae7d9ea98a3 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37117,7 +36918,7 @@ index 6fa3f169fc08..eae7d9ea98a3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -37204,16 +37005,15 @@ index 6fa3f169fc08..eae7d9ea98a3 100644 Library("adapted_video_track_source_gn") diff --git third_party/libwebrtc/media/audio_source_gn/moz.build third_party/libwebrtc/media/audio_source_gn/moz.build -index a4593705f4d4..cf45ed1996b4 100644 +index 3581e20cca1b..9b54caddd0de 100644 --- third_party/libwebrtc/media/audio_source_gn/moz.build +++ third_party/libwebrtc/media/audio_source_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -37230,7 +37030,7 @@ index a4593705f4d4..cf45ed1996b4 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37315,7 +37115,7 @@ index a4593705f4d4..cf45ed1996b4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -37341,7 +37141,7 @@ index a4593705f4d4..cf45ed1996b4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -37383,10 +37183,10 @@ index a4593705f4d4..cf45ed1996b4 100644 - Library("audio_source_gn") diff --git third_party/libwebrtc/media/codec_gn/moz.build third_party/libwebrtc/media/codec_gn/moz.build -index f80cd3569dc4..7456c859c78b 100644 +index 1a17cd2f4d2d..2e47ae5fdda4 100644 --- third_party/libwebrtc/media/codec_gn/moz.build +++ third_party/libwebrtc/media/codec_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -37400,7 +37200,6 @@ index f80cd3569dc4..7456c859c78b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -37417,7 +37216,7 @@ index f80cd3569dc4..7456c859c78b 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37533,7 +37332,7 @@ index f80cd3569dc4..7456c859c78b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -37620,16 +37419,15 @@ index f80cd3569dc4..7456c859c78b 100644 Library("codec_gn") diff --git third_party/libwebrtc/media/media_channel_gn/moz.build third_party/libwebrtc/media/media_channel_gn/moz.build -index e5d50f57e4d9..9ba5846e1cce 100644 +index b49bb251e1b9..e01e3b526b85 100644 --- third_party/libwebrtc/media/media_channel_gn/moz.build +++ third_party/libwebrtc/media/media_channel_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -37646,7 +37444,7 @@ index e5d50f57e4d9..9ba5846e1cce 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37743,7 +37541,7 @@ index e5d50f57e4d9..9ba5846e1cce 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -37769,7 +37567,7 @@ index e5d50f57e4d9..9ba5846e1cce 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -37811,16 +37609,15 @@ index e5d50f57e4d9..9ba5846e1cce 100644 - Library("media_channel_gn") diff --git third_party/libwebrtc/media/media_channel_impl_gn/moz.build third_party/libwebrtc/media/media_channel_impl_gn/moz.build -index 314151b757d8..146ff9def9fe 100644 +index 37f5a67f2bcc..6533a1bbd386 100644 --- third_party/libwebrtc/media/media_channel_impl_gn/moz.build +++ third_party/libwebrtc/media/media_channel_impl_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -37837,7 +37634,7 @@ index 314151b757d8..146ff9def9fe 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -37922,7 +37719,7 @@ index 314151b757d8..146ff9def9fe 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -37948,7 +37745,7 @@ index 314151b757d8..146ff9def9fe 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -37990,10 +37787,10 @@ index 314151b757d8..146ff9def9fe 100644 - Library("media_channel_impl_gn") diff --git third_party/libwebrtc/media/media_constants_gn/moz.build third_party/libwebrtc/media/media_constants_gn/moz.build -index 8033f2dc36b9..a327fd43539d 100644 +index a104d2262dee..20928cdabcd3 100644 --- third_party/libwebrtc/media/media_constants_gn/moz.build +++ third_party/libwebrtc/media/media_constants_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -38007,7 +37804,6 @@ index 8033f2dc36b9..a327fd43539d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38024,7 +37820,7 @@ index 8033f2dc36b9..a327fd43539d 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38129,7 +37925,7 @@ index 8033f2dc36b9..a327fd43539d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -38216,16 +38012,15 @@ index 8033f2dc36b9..a327fd43539d 100644 Library("media_constants_gn") diff --git third_party/libwebrtc/media/media_engine_gn/moz.build third_party/libwebrtc/media/media_engine_gn/moz.build -index 8e5e4a8eb88f..310b21190384 100644 +index fdf4a8ebf6e8..de1d36c1c373 100644 --- third_party/libwebrtc/media/media_engine_gn/moz.build +++ third_party/libwebrtc/media/media_engine_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38242,7 +38037,7 @@ index 8e5e4a8eb88f..310b21190384 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38339,7 +38134,7 @@ index 8e5e4a8eb88f..310b21190384 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -38365,7 +38160,7 @@ index 8e5e4a8eb88f..310b21190384 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -38407,10 +38202,10 @@ index 8e5e4a8eb88f..310b21190384 100644 - Library("media_engine_gn") diff --git third_party/libwebrtc/media/rid_description_gn/moz.build third_party/libwebrtc/media/rid_description_gn/moz.build -index 497a53bb7f34..0954895ab11e 100644 +index 50a2fd68b45b..1e41f0c073af 100644 --- third_party/libwebrtc/media/rid_description_gn/moz.build +++ third_party/libwebrtc/media/rid_description_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -38424,7 +38219,6 @@ index 497a53bb7f34..0954895ab11e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38441,7 +38235,7 @@ index 497a53bb7f34..0954895ab11e 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38557,7 +38351,7 @@ index 497a53bb7f34..0954895ab11e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -38644,10 +38438,10 @@ index 497a53bb7f34..0954895ab11e 100644 Library("rid_description_gn") diff --git third_party/libwebrtc/media/rtc_audio_video_gn/moz.build third_party/libwebrtc/media/rtc_audio_video_gn/moz.build -index ed9f0dfcfdc8..5698b5cf8283 100644 +index e13e7218f6af..9c05bb7e2414 100644 --- third_party/libwebrtc/media/rtc_audio_video_gn/moz.build +++ third_party/libwebrtc/media/rtc_audio_video_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -38662,7 +38456,6 @@ index ed9f0dfcfdc8..5698b5cf8283 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38679,7 +38472,7 @@ index ed9f0dfcfdc8..5698b5cf8283 100644 FINAL_LIBRARY = "xul" -@@ -49,119 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,119 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -38800,7 +38593,7 @@ index ed9f0dfcfdc8..5698b5cf8283 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -38887,10 +38680,10 @@ index ed9f0dfcfdc8..5698b5cf8283 100644 Library("rtc_audio_video_gn") diff --git third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build -index ebd5da0e4440..bd1521882ba0 100644 +index 29d2e027afa8..6daa5629a1eb 100644 --- third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build +++ third_party/libwebrtc/media/rtc_internal_video_codecs_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -38905,7 +38698,6 @@ index ebd5da0e4440..bd1521882ba0 100644 DEFINES["RTC_USE_LIBAOM_AV1_ENCODER"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -38922,7 +38714,7 @@ index ebd5da0e4440..bd1521882ba0 100644 FINAL_LIBRARY = "xul" -@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39039,7 +38831,7 @@ index ebd5da0e4440..bd1521882ba0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -39126,16 +38918,15 @@ index ebd5da0e4440..bd1521882ba0 100644 Library("rtc_internal_video_codecs_gn") diff --git third_party/libwebrtc/media/rtc_media_base_gn/moz.build third_party/libwebrtc/media/rtc_media_base_gn/moz.build -index 3b54ec87106c..fedda41e6ae3 100644 +index 492ef557c6d5..2d9dd74dd71d 100644 --- third_party/libwebrtc/media/rtc_media_base_gn/moz.build +++ third_party/libwebrtc/media/rtc_media_base_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -39152,7 +38943,7 @@ index 3b54ec87106c..fedda41e6ae3 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39249,7 +39040,7 @@ index 3b54ec87106c..fedda41e6ae3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -39275,7 +39066,7 @@ index 3b54ec87106c..fedda41e6ae3 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -39317,16 +39108,15 @@ index 3b54ec87106c..fedda41e6ae3 100644 - Library("rtc_media_base_gn") diff --git third_party/libwebrtc/media/rtc_media_config_gn/moz.build third_party/libwebrtc/media/rtc_media_config_gn/moz.build -index 37cd82e2a682..972d06306f41 100644 +index c42978367e79..ae42a4df5b02 100644 --- third_party/libwebrtc/media/rtc_media_config_gn/moz.build +++ third_party/libwebrtc/media/rtc_media_config_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -39343,7 +39133,7 @@ index 37cd82e2a682..972d06306f41 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39428,7 +39218,7 @@ index 37cd82e2a682..972d06306f41 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -39454,7 +39244,7 @@ index 37cd82e2a682..972d06306f41 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -39496,16 +39286,15 @@ index 37cd82e2a682..972d06306f41 100644 - Library("rtc_media_config_gn") diff --git third_party/libwebrtc/media/rtc_media_gn/moz.build third_party/libwebrtc/media/rtc_media_gn/moz.build -index 0276f2a68d65..f1496c154221 100644 +index ab0badb3130e..fe7e6cd83f1f 100644 --- third_party/libwebrtc/media/rtc_media_gn/moz.build +++ third_party/libwebrtc/media/rtc_media_gn/moz.build -@@ -14,13 +14,22 @@ DEFINES["HAVE_WEBRTC_VIDEO"] = True +@@ -14,12 +14,21 @@ DEFINES["HAVE_WEBRTC_VIDEO"] = True DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -39522,7 +39311,7 @@ index 0276f2a68d65..f1496c154221 100644 FINAL_LIBRARY = "xul" -@@ -44,99 +53,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -43,99 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39623,7 +39412,7 @@ index 0276f2a68d65..f1496c154221 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -144,25 +61,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -143,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -39649,7 +39438,7 @@ index 0276f2a68d65..f1496c154221 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -172,40 +74,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -171,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -39691,10 +39480,10 @@ index 0276f2a68d65..f1496c154221 100644 - Library("rtc_media_gn") diff --git third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build -index 2d39a280e6ac..01b1af374d95 100644 +index 38bdd82cbc57..27de3f907e68 100644 --- third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build +++ third_party/libwebrtc/media/rtc_sdp_video_format_utils_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -39708,7 +39497,6 @@ index 2d39a280e6ac..01b1af374d95 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -39725,7 +39513,7 @@ index 2d39a280e6ac..01b1af374d95 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -39841,7 +39629,7 @@ index 2d39a280e6ac..01b1af374d95 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -39928,10 +39716,10 @@ index 2d39a280e6ac..01b1af374d95 100644 Library("rtc_sdp_video_format_utils_gn") diff --git third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -index 139263732d9f..9d50a5e7a3fe 100644 +index 66a71c40c4c3..68ac3e57788c 100644 --- third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build +++ third_party/libwebrtc/media/rtc_simulcast_encoder_adapter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -39945,7 +39733,6 @@ index 139263732d9f..9d50a5e7a3fe 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -39962,7 +39749,7 @@ index 139263732d9f..9d50a5e7a3fe 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40079,7 +39866,7 @@ index 139263732d9f..9d50a5e7a3fe 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -40166,16 +39953,15 @@ index 139263732d9f..9d50a5e7a3fe 100644 Library("rtc_simulcast_encoder_adapter_gn") diff --git third_party/libwebrtc/media/rtp_utils_gn/moz.build third_party/libwebrtc/media/rtp_utils_gn/moz.build -index 6d41faceb2a1..b3ce0c3dac99 100644 +index 4f6c7ecc79c1..05909ae9d9ab 100644 --- third_party/libwebrtc/media/rtp_utils_gn/moz.build +++ third_party/libwebrtc/media/rtp_utils_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -40192,7 +39978,7 @@ index 6d41faceb2a1..b3ce0c3dac99 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40277,7 +40063,7 @@ index 6d41faceb2a1..b3ce0c3dac99 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -40303,7 +40089,7 @@ index 6d41faceb2a1..b3ce0c3dac99 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -40345,16 +40131,15 @@ index 6d41faceb2a1..b3ce0c3dac99 100644 - Library("rtp_utils_gn") diff --git third_party/libwebrtc/media/stream_params_gn/moz.build third_party/libwebrtc/media/stream_params_gn/moz.build -index 22c82b496a59..78fd4155d38b 100644 +index d55e6e09f06c..c4f947183b41 100644 --- third_party/libwebrtc/media/stream_params_gn/moz.build +++ third_party/libwebrtc/media/stream_params_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -40371,7 +40156,7 @@ index 22c82b496a59..78fd4155d38b 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40456,7 +40241,7 @@ index 22c82b496a59..78fd4155d38b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -40482,7 +40267,7 @@ index 22c82b496a59..78fd4155d38b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -40524,10 +40309,10 @@ index 22c82b496a59..78fd4155d38b 100644 - Library("stream_params_gn") diff --git third_party/libwebrtc/media/video_adapter_gn/moz.build third_party/libwebrtc/media/video_adapter_gn/moz.build -index b5010f6d29bf..f18989a9f077 100644 +index 4dc558ddbbb7..d620cd03ecc7 100644 --- third_party/libwebrtc/media/video_adapter_gn/moz.build +++ third_party/libwebrtc/media/video_adapter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -40541,7 +40326,6 @@ index b5010f6d29bf..f18989a9f077 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -40558,7 +40342,7 @@ index b5010f6d29bf..f18989a9f077 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40674,7 +40458,7 @@ index b5010f6d29bf..f18989a9f077 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -40761,10 +40545,10 @@ index b5010f6d29bf..f18989a9f077 100644 Library("video_adapter_gn") diff --git third_party/libwebrtc/media/video_broadcaster_gn/moz.build third_party/libwebrtc/media/video_broadcaster_gn/moz.build -index c20b473bf05d..d609173d0fe8 100644 +index a93d5af7f5fe..8c063e2cd0d2 100644 --- third_party/libwebrtc/media/video_broadcaster_gn/moz.build +++ third_party/libwebrtc/media/video_broadcaster_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -40778,7 +40562,6 @@ index c20b473bf05d..d609173d0fe8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -40795,7 +40578,7 @@ index c20b473bf05d..d609173d0fe8 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -40911,7 +40694,7 @@ index c20b473bf05d..d609173d0fe8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -40998,10 +40781,10 @@ index c20b473bf05d..d609173d0fe8 100644 Library("video_broadcaster_gn") diff --git third_party/libwebrtc/media/video_common_gn/moz.build third_party/libwebrtc/media/video_common_gn/moz.build -index 0f8e20754b3d..796e370375a2 100644 +index 6c29143ad9aa..1125008a4f6c 100644 --- third_party/libwebrtc/media/video_common_gn/moz.build +++ third_party/libwebrtc/media/video_common_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -41015,7 +40798,6 @@ index 0f8e20754b3d..796e370375a2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -41032,7 +40814,7 @@ index 0f8e20754b3d..796e370375a2 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41148,7 +40930,7 @@ index 0f8e20754b3d..796e370375a2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -41235,10 +41017,10 @@ index 0f8e20754b3d..796e370375a2 100644 Library("video_common_gn") diff --git third_party/libwebrtc/media/video_source_base_gn/moz.build third_party/libwebrtc/media/video_source_base_gn/moz.build -index 0bd4fec2d0fc..ddc1d380952a 100644 +index 4dc607134aac..546b829badfc 100644 --- third_party/libwebrtc/media/video_source_base_gn/moz.build +++ third_party/libwebrtc/media/video_source_base_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -41252,7 +41034,6 @@ index 0bd4fec2d0fc..ddc1d380952a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -41269,7 +41050,7 @@ index 0bd4fec2d0fc..ddc1d380952a 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41385,7 +41166,7 @@ index 0bd4fec2d0fc..ddc1d380952a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -41472,10 +41253,10 @@ index 0bd4fec2d0fc..ddc1d380952a 100644 Library("video_source_base_gn") diff --git third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build -index 68da76dc6381..f3ff32ad5c7d 100644 +index d46f1a759687..542b5a54b1f2 100644 --- third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build +++ third_party/libwebrtc/modules/async_audio_processing/async_audio_processing_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -41489,7 +41270,6 @@ index 68da76dc6381..f3ff32ad5c7d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -41506,7 +41286,7 @@ index 68da76dc6381..f3ff32ad5c7d 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41622,7 +41402,7 @@ index 68da76dc6381..f3ff32ad5c7d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -41709,10 +41489,10 @@ index 68da76dc6381..f3ff32ad5c7d 100644 Library("async_audio_processing_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -index 4d2836a5e56d..5f3f7609a171 100644 +index d82a5a14f4b8..778a9aafefbd 100644 --- third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_coding_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -41726,7 +41506,6 @@ index 4d2836a5e56d..5f3f7609a171 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -41743,7 +41522,7 @@ index 4d2836a5e56d..5f3f7609a171 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -41859,7 +41638,7 @@ index 4d2836a5e56d..5f3f7609a171 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -41946,16 +41725,15 @@ index 4d2836a5e56d..5f3f7609a171 100644 Library("audio_coding_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build -index 2c7ca80ec0ec..ebb25ef7e20d 100644 +index 318901c1a44e..295c746c4637 100644 --- third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_coding_module_typedefs_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -41972,7 +41750,7 @@ index 2c7ca80ec0ec..ebb25ef7e20d 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42057,7 +41835,7 @@ index 2c7ca80ec0ec..ebb25ef7e20d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -42083,7 +41861,7 @@ index 2c7ca80ec0ec..ebb25ef7e20d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -42125,10 +41903,10 @@ index 2c7ca80ec0ec..ebb25ef7e20d 100644 - Library("audio_coding_module_typedefs_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build -index f7a6448f8838..9bdabe75183f 100644 +index faa1f1264733..db7345eab074 100644 --- third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_coding_opus_common_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -42142,7 +41920,6 @@ index f7a6448f8838..9bdabe75183f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -42159,7 +41936,7 @@ index f7a6448f8838..9bdabe75183f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42275,7 +42052,7 @@ index f7a6448f8838..9bdabe75183f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -42362,10 +42139,10 @@ index f7a6448f8838..9bdabe75183f 100644 Library("audio_coding_opus_common_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build -index 7f88594c91e1..7ff17dd8f794 100644 +index 17b5510ed9c7..18e473fd2581 100644 --- third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_encoder_cng_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -42379,7 +42156,6 @@ index 7f88594c91e1..7ff17dd8f794 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -42396,7 +42172,7 @@ index 7f88594c91e1..7ff17dd8f794 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42512,7 +42288,7 @@ index 7f88594c91e1..7ff17dd8f794 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -42599,10 +42375,10 @@ index 7f88594c91e1..7ff17dd8f794 100644 Library("audio_encoder_cng_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build -index bbbbc2139072..50b497f158ca 100644 +index cda4075cf2bc..01b991429a96 100644 --- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -42616,7 +42392,6 @@ index bbbbc2139072..50b497f158ca 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -42633,7 +42408,7 @@ index bbbbc2139072..50b497f158ca 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42738,7 +42513,7 @@ index bbbbc2139072..50b497f158ca 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -42825,10 +42600,10 @@ index bbbbc2139072..50b497f158ca 100644 Library("audio_network_adaptor_config_gn") diff --git third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build -index ae668f7a135b..7b996838971d 100644 +index 7caacff1ca9c..5364c2abc969 100644 --- third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/audio_network_adaptor_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -42842,7 +42617,6 @@ index ae668f7a135b..7b996838971d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -42859,7 +42633,7 @@ index ae668f7a135b..7b996838971d 100644 FINAL_LIBRARY = "xul" -@@ -57,114 +70,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -56,114 +69,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -42975,7 +42749,7 @@ index ae668f7a135b..7b996838971d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -172,82 +78,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -171,82 +77,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -43062,16 +42836,15 @@ index ae668f7a135b..7b996838971d 100644 Library("audio_network_adaptor_gn") diff --git third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -index 485b23578569..0296469454c8 100644 +index 3a67db4a6326..9d507b56f1b9 100644 --- third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/g711_c_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -43088,7 +42861,7 @@ index 485b23578569..0296469454c8 100644 FINAL_LIBRARY = "xul" -@@ -47,83 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,83 +55,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43173,7 +42946,7 @@ index 485b23578569..0296469454c8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,82 +63,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -43260,10 +43033,10 @@ index 485b23578569..0296469454c8 100644 Library("g711_c_gn") diff --git third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -index 94dc63c64d12..f3ff70796fb5 100644 +index eb2bea17da78..010e4bca5d7a 100644 --- third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/g711_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -43277,7 +43050,6 @@ index 94dc63c64d12..f3ff70796fb5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -43294,7 +43066,7 @@ index 94dc63c64d12..f3ff70796fb5 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43410,7 +43182,7 @@ index 94dc63c64d12..f3ff70796fb5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -43497,16 +43269,15 @@ index 94dc63c64d12..f3ff70796fb5 100644 Library("g711_gn") diff --git third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -index f093a25e873e..8398cd7096a5 100644 +index 16611741d3a7..324042e8bb7b 100644 --- third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/g722_c_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -43523,7 +43294,7 @@ index f093a25e873e..8398cd7096a5 100644 FINAL_LIBRARY = "xul" -@@ -47,83 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,83 +55,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43608,7 +43379,7 @@ index f093a25e873e..8398cd7096a5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,82 +63,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -43695,10 +43466,10 @@ index f093a25e873e..8398cd7096a5 100644 Library("g722_c_gn") diff --git third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -index fcc3c6850ec1..814a7957ea29 100644 +index 532a8c1f6de6..eade52d13d0d 100644 --- third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/g722_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -43712,7 +43483,6 @@ index fcc3c6850ec1..814a7957ea29 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -43729,7 +43499,7 @@ index fcc3c6850ec1..814a7957ea29 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -43845,7 +43615,7 @@ index fcc3c6850ec1..814a7957ea29 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -43932,16 +43702,15 @@ index fcc3c6850ec1..814a7957ea29 100644 Library("g722_gn") diff --git third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build -index 5ede837b17fd..6d8fdbebabc4 100644 +index b8dd874ca987..33ad21e88a9b 100644 --- third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/isac_bwinfo_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -43958,7 +43727,7 @@ index 5ede837b17fd..6d8fdbebabc4 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44043,7 +43812,7 @@ index 5ede837b17fd..6d8fdbebabc4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -44069,7 +43838,7 @@ index 5ede837b17fd..6d8fdbebabc4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -44111,16 +43880,15 @@ index 5ede837b17fd..6d8fdbebabc4 100644 - Library("isac_bwinfo_gn") diff --git third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build -index ca79e83e76a6..f2006f3a9c2c 100644 +index 6c96470ac113..6f26b7613ac0 100644 --- third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/isac_vad_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -44137,7 +43905,7 @@ index ca79e83e76a6..f2006f3a9c2c 100644 FINAL_LIBRARY = "xul" -@@ -50,83 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,83 +58,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44222,7 +43990,7 @@ index ca79e83e76a6..f2006f3a9c2c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -134,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -133,82 +66,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -44309,10 +44077,10 @@ index ca79e83e76a6..f2006f3a9c2c 100644 Library("isac_vad_gn") diff --git third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build -index beb7e09e8716..36cffe209eaa 100644 +index c42f54743647..ef46df1da4fc 100644 --- third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/legacy_encoded_audio_frame_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -44326,7 +44094,6 @@ index beb7e09e8716..36cffe209eaa 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -44343,7 +44110,7 @@ index beb7e09e8716..36cffe209eaa 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44459,7 +44226,7 @@ index beb7e09e8716..36cffe209eaa 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -44546,10 +44313,10 @@ index beb7e09e8716..36cffe209eaa 100644 Library("legacy_encoded_audio_frame_gn") diff --git third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build -index 17a861d1eeab..f3308a3fe3e4 100644 +index 61d03c2b24c2..5df332e08375 100644 --- third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/neteq_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -44563,7 +44330,6 @@ index 17a861d1eeab..f3308a3fe3e4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -44580,7 +44346,7 @@ index 17a861d1eeab..f3308a3fe3e4 100644 FINAL_LIBRARY = "xul" -@@ -82,114 +95,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -81,114 +94,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44696,7 +44462,7 @@ index 17a861d1eeab..f3308a3fe3e4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -197,82 +103,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -196,82 +102,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -44783,16 +44549,15 @@ index 17a861d1eeab..f3308a3fe3e4 100644 Library("neteq_gn") diff --git third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build -index 29b49af13c96..6a89c3181c8a 100644 +index 5f8526cb4069..55d6407090fc 100644 --- third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/pcm16b_c_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -44809,7 +44574,7 @@ index 29b49af13c96..6a89c3181c8a 100644 FINAL_LIBRARY = "xul" -@@ -47,83 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,83 +55,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -44894,7 +44659,7 @@ index 29b49af13c96..6a89c3181c8a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,82 +63,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -44981,10 +44746,10 @@ index 29b49af13c96..6a89c3181c8a 100644 Library("pcm16b_c_gn") diff --git third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build -index afa4ab64bd33..cfdb6266505a 100644 +index 428977fd1acf..cce6098221c5 100644 --- third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/pcm16b_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -44998,7 +44763,6 @@ index afa4ab64bd33..cfdb6266505a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -45015,7 +44779,7 @@ index afa4ab64bd33..cfdb6266505a 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45131,7 +44895,7 @@ index afa4ab64bd33..cfdb6266505a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -45218,10 +44982,10 @@ index afa4ab64bd33..cfdb6266505a 100644 Library("pcm16b_gn") diff --git third_party/libwebrtc/modules/audio_coding/red_gn/moz.build third_party/libwebrtc/modules/audio_coding/red_gn/moz.build -index 94dadce317f6..97f43f5fade8 100644 +index 773bab244a03..351564a69485 100644 --- third_party/libwebrtc/modules/audio_coding/red_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/red_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -45235,7 +44999,6 @@ index 94dadce317f6..97f43f5fade8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -45252,7 +45015,7 @@ index 94dadce317f6..97f43f5fade8 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45368,7 +45131,7 @@ index 94dadce317f6..97f43f5fade8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -45455,10 +45218,10 @@ index 94dadce317f6..97f43f5fade8 100644 Library("red_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build -index 2ff31b58003c..8ffa109de4e3 100644 +index 4104878e3d6a..c599a97f8fcf 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_cng_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -45472,7 +45235,6 @@ index 2ff31b58003c..8ffa109de4e3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -45489,7 +45251,7 @@ index 2ff31b58003c..8ffa109de4e3 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45598,7 +45360,7 @@ index 2ff31b58003c..8ffa109de4e3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -45685,10 +45447,10 @@ index 2ff31b58003c..8ffa109de4e3 100644 Library("webrtc_cng_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build -index 83ff932cd45a..6d0ee98dd35e 100644 +index 9403fd91f3d2..2991ddf102f6 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_multiopus_gn/moz.build -@@ -9,19 +9,32 @@ +@@ -9,18 +9,31 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -45702,7 +45464,6 @@ index 83ff932cd45a..6d0ee98dd35e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -45721,7 +45482,7 @@ index 83ff932cd45a..6d0ee98dd35e 100644 FINAL_LIBRARY = "xul" -@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -45837,7 +45598,7 @@ index 83ff932cd45a..6d0ee98dd35e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -45924,10 +45685,10 @@ index 83ff932cd45a..6d0ee98dd35e 100644 Library("webrtc_multiopus_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build -index a69906c83fe0..923fd060aae4 100644 +index f3aaa0d67bdc..08c694f63e18 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_opus_gn/moz.build -@@ -9,19 +9,32 @@ +@@ -9,18 +9,31 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -45941,7 +45702,6 @@ index a69906c83fe0..923fd060aae4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -45960,7 +45720,7 @@ index a69906c83fe0..923fd060aae4 100644 FINAL_LIBRARY = "xul" -@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46076,7 +45836,7 @@ index a69906c83fe0..923fd060aae4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -46163,10 +45923,10 @@ index a69906c83fe0..923fd060aae4 100644 Library("webrtc_opus_gn") diff --git third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build -index a4bb4f1b1df5..159e3c5c7fa0 100644 +index 86fc3f405429..5f8f8e535835 100644 --- third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_coding/webrtc_opus_wrapper_gn/moz.build -@@ -9,19 +9,32 @@ +@@ -9,18 +9,31 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -46180,7 +45940,6 @@ index a4bb4f1b1df5..159e3c5c7fa0 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_CODEC_OPUS"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -46199,7 +45958,7 @@ index a4bb4f1b1df5..159e3c5c7fa0 100644 FINAL_LIBRARY = "xul" -@@ -50,107 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,107 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46308,7 +46067,7 @@ index a4bb4f1b1df5..159e3c5c7fa0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -158,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -157,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -46395,16 +46154,15 @@ index a4bb4f1b1df5..159e3c5c7fa0 100644 Library("webrtc_opus_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build -index 4bce6bb07fdd..dcaf6e34ca7f 100644 +index 87d11c2579e5..8406c1f27370 100644 --- third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build +++ third_party/libwebrtc/modules/audio_device/audio_device_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -46421,7 +46179,7 @@ index 4bce6bb07fdd..dcaf6e34ca7f 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46506,7 +46264,7 @@ index 4bce6bb07fdd..dcaf6e34ca7f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -46532,7 +46290,7 @@ index 4bce6bb07fdd..dcaf6e34ca7f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -46574,10 +46332,10 @@ index 4bce6bb07fdd..dcaf6e34ca7f 100644 - Library("audio_device_gn") diff --git third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build -index a2de382fc2f6..72bb50be0b82 100644 +index c7e35781d9d6..ca6b5b3e12d6 100644 --- third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build +++ third_party/libwebrtc/modules/audio_mixer/audio_frame_manipulator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -46591,7 +46349,6 @@ index a2de382fc2f6..72bb50be0b82 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -46608,7 +46365,7 @@ index a2de382fc2f6..72bb50be0b82 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46724,7 +46481,7 @@ index a2de382fc2f6..72bb50be0b82 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -46811,10 +46568,10 @@ index a2de382fc2f6..72bb50be0b82 100644 Library("audio_frame_manipulator_gn") diff --git third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build -index 6de507a63fbf..51591d48720a 100644 +index 168b462ae903..67171da3d582 100644 --- third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build +++ third_party/libwebrtc/modules/audio_mixer/audio_mixer_impl_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -46828,7 +46585,6 @@ index 6de507a63fbf..51591d48720a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -46846,7 +46602,7 @@ index 6de507a63fbf..51591d48720a 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -46962,7 +46718,7 @@ index 6de507a63fbf..51591d48720a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -47049,16 +46805,15 @@ index 6de507a63fbf..51591d48720a 100644 Library("audio_mixer_impl_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build -index bc8d58361929..1d50bf8de634 100644 +index a5ea7a055c2a..257c41f92e45 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_erl_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -47075,7 +46830,7 @@ index bc8d58361929..1d50bf8de634 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47164,7 +46919,7 @@ index bc8d58361929..1d50bf8de634 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -47190,7 +46945,7 @@ index bc8d58361929..1d50bf8de634 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -47232,16 +46987,15 @@ index bc8d58361929..1d50bf8de634 100644 - Library("adaptive_fir_filter_erl_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build -index 1da39dcab2d6..afb546c9665f 100644 +index 1c7aed16fb44..ff5f6f5c6b52 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/adaptive_fir_filter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -47258,7 +47012,7 @@ index 1da39dcab2d6..afb546c9665f 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47354,7 +47108,7 @@ index 1da39dcab2d6..afb546c9665f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -47380,7 +47134,7 @@ index 1da39dcab2d6..afb546c9665f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -47422,10 +47176,10 @@ index 1da39dcab2d6..afb546c9665f 100644 - Library("adaptive_fir_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build -index c3c25d95ca77..adc1729bb334 100644 +index b199b50b1ec1..c7db7f029811 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_avx2_gn/moz.build -@@ -11,22 +11,32 @@ AllowCompilerWarnings() +@@ -11,21 +11,31 @@ AllowCompilerWarnings() CXXFLAGS += [ "-mavx2", @@ -47440,7 +47194,6 @@ index c3c25d95ca77..adc1729bb334 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -47459,7 +47212,7 @@ index c3c25d95ca77..adc1729bb334 100644 FINAL_LIBRARY = "xul" -@@ -58,143 +68,9 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,143 +67,9 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47605,16 +47358,15 @@ index c3c25d95ca77..adc1729bb334 100644 CXXFLAGS += [ "-msse2" diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build -index 653ec38ff0f8..dc18db0b8de9 100644 +index e4aecfab22ab..c4156a9ff2f4 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_common_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -47631,7 +47383,7 @@ index 653ec38ff0f8..dc18db0b8de9 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47716,7 +47468,7 @@ index 653ec38ff0f8..dc18db0b8de9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -47742,7 +47494,7 @@ index 653ec38ff0f8..dc18db0b8de9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -47784,16 +47536,15 @@ index 653ec38ff0f8..dc18db0b8de9 100644 - Library("aec3_common_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build -index 694e220558c8..5a75b52ec1ea 100644 +index f891acfdb6bc..09b3550994f4 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_fft_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -47810,7 +47561,7 @@ index 694e220558c8..5a75b52ec1ea 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -47906,7 +47657,7 @@ index 694e220558c8..5a75b52ec1ea 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -47932,7 +47683,7 @@ index 694e220558c8..5a75b52ec1ea 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -47974,10 +47725,10 @@ index 694e220558c8..5a75b52ec1ea 100644 - Library("aec3_fft_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build -index dc051d190394..0dfc53c04058 100644 +index deb61ac306cd..7e0457fca6db 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/aec3_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -47991,7 +47742,6 @@ index dc051d190394..0dfc53c04058 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -48009,7 +47759,7 @@ index dc051d190394..0dfc53c04058 100644 FINAL_LIBRARY = "xul" -@@ -104,114 +117,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -103,114 +116,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48125,7 +47875,7 @@ index dc051d190394..0dfc53c04058 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -219,82 +125,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -218,82 +124,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -48212,16 +47962,15 @@ index dc051d190394..0dfc53c04058 100644 Library("aec3_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build -index 47e42cb6ec67..9bdfe19920cc 100644 +index 595f2c8257c5..5decd286f131 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/fft_data_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -48238,7 +47987,7 @@ index 47e42cb6ec67..9bdfe19920cc 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48327,7 +48076,7 @@ index 47e42cb6ec67..9bdfe19920cc 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -48353,7 +48102,7 @@ index 47e42cb6ec67..9bdfe19920cc 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48395,16 +48144,15 @@ index 47e42cb6ec67..9bdfe19920cc 100644 - Library("fft_data_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build -index 90676a23e629..5c9ba0af45ef 100644 +index afb8ec4fcc88..5db219d43ef4 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/matched_filter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -48421,7 +48169,7 @@ index 90676a23e629..5c9ba0af45ef 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48510,7 +48258,7 @@ index 90676a23e629..5c9ba0af45ef 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -48536,7 +48284,7 @@ index 90676a23e629..5c9ba0af45ef 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48578,16 +48326,15 @@ index 90676a23e629..5c9ba0af45ef 100644 - Library("matched_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build -index f7206d6f33ef..9f8bf192d7a8 100644 +index eff40ca1ec3b..a552fc95aca4 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/render_buffer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -48604,7 +48351,7 @@ index f7206d6f33ef..9f8bf192d7a8 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48693,7 +48440,7 @@ index f7206d6f33ef..9f8bf192d7a8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -48719,7 +48466,7 @@ index f7206d6f33ef..9f8bf192d7a8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48761,16 +48508,15 @@ index f7206d6f33ef..9f8bf192d7a8 100644 - Library("render_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build -index d5e8985552cf..d34e64f796ef 100644 +index 2f5d61998ddb..1475e1f30524 100644 --- third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec3/vector_math_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -48787,7 +48533,7 @@ index d5e8985552cf..d34e64f796ef 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -48876,7 +48622,7 @@ index d5e8985552cf..d34e64f796ef 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -48902,7 +48648,7 @@ index d5e8985552cf..d34e64f796ef 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -48944,16 +48690,15 @@ index d5e8985552cf..d34e64f796ef 100644 - Library("vector_math_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build -index 0e694ea6e849..d727e8503f24 100644 +index 2cdcfb48d81f..fe42eaa02d10 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump/aec_dump_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -48970,7 +48715,7 @@ index 0e694ea6e849..d727e8503f24 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49066,7 +48811,7 @@ index 0e694ea6e849..d727e8503f24 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -49092,7 +48837,7 @@ index 0e694ea6e849..d727e8503f24 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -49134,10 +48879,10 @@ index 0e694ea6e849..d727e8503f24 100644 - Library("aec_dump_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build -index 2cc62ec504de..b5d27fe92f17 100644 +index a2d83ddf0b3d..a4a5c2aa7805 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump/null_aec_dump_factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -49151,7 +48896,6 @@ index 2cc62ec504de..b5d27fe92f17 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -49168,7 +48912,7 @@ index 2cc62ec504de..b5d27fe92f17 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49284,7 +49028,7 @@ index 2cc62ec504de..b5d27fe92f17 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -49371,10 +49115,10 @@ index 2cc62ec504de..b5d27fe92f17 100644 Library("null_aec_dump_factory_gn") diff --git third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build -index 666f2598f873..fd242454546d 100644 +index 5e57979690e7..0c17eeaf4606 100644 --- third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aec_dump_interface_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -49388,7 +49132,6 @@ index 666f2598f873..fd242454546d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -49405,7 +49148,7 @@ index 666f2598f873..fd242454546d 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49521,7 +49264,7 @@ index 666f2598f873..fd242454546d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -49608,10 +49351,10 @@ index 666f2598f873..fd242454546d 100644 Library("aec_dump_interface_gn") diff --git third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build -index b0024d8dffdc..5f30b3e91061 100644 +index 77ba6c3ff20d..31a5bd1a8db5 100644 --- third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -49625,7 +49368,6 @@ index b0024d8dffdc..5f30b3e91061 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -49642,7 +49384,7 @@ index b0024d8dffdc..5f30b3e91061 100644 FINAL_LIBRARY = "xul" -@@ -48,123 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,123 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -49767,7 +49509,7 @@ index b0024d8dffdc..5f30b3e91061 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -173,27 +70,12 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -172,27 +69,12 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["__ARM_NEON__"] = "1" SOURCES += [ @@ -49796,7 +49538,7 @@ index b0024d8dffdc..5f30b3e91061 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] -@@ -202,7 +84,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -201,7 +83,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True @@ -49804,7 +49546,7 @@ index b0024d8dffdc..5f30b3e91061 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_mips.cc" -@@ -210,8 +91,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -209,8 +90,6 @@ if CONFIG["TARGET_CPU"] == "mips32": if CONFIG["TARGET_CPU"] == "mips64": @@ -49813,7 +49555,7 @@ index b0024d8dffdc..5f30b3e91061 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] -@@ -222,77 +101,27 @@ if CONFIG["TARGET_CPU"] == "ppc64": +@@ -221,77 +100,27 @@ if CONFIG["TARGET_CPU"] == "ppc64": "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" ] @@ -49897,10 +49639,10 @@ index b0024d8dffdc..5f30b3e91061 100644 SOURCES += [ "/third_party/libwebrtc/modules/audio_processing/aecm/aecm_core_c.cc" diff --git third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build -index a09d42f59cd3..b2f01627c37c 100644 +index 83396ea27045..8705ee7bcbdc 100644 --- third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/agc_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -49914,7 +49656,6 @@ index a09d42f59cd3..b2f01627c37c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -49932,7 +49673,7 @@ index a09d42f59cd3..b2f01627c37c 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50048,7 +49789,7 @@ index a09d42f59cd3..b2f01627c37c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -50135,16 +49876,15 @@ index a09d42f59cd3..b2f01627c37c 100644 Library("agc_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build -index 43ed251cd060..c2c90bfba826 100644 +index efe63a81707f..c96d332898a4 100644 --- third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/gain_control_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -50161,7 +49901,7 @@ index 43ed251cd060..c2c90bfba826 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50246,7 +49986,7 @@ index 43ed251cd060..c2c90bfba826 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -50272,7 +50012,7 @@ index 43ed251cd060..c2c90bfba826 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -50314,10 +50054,10 @@ index 43ed251cd060..c2c90bfba826 100644 - Library("gain_control_interface_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build -index a4d874db43ff..f7a56d32231f 100644 +index 64296ecfebc2..6b25d2368901 100644 --- third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/legacy_agc_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -50331,7 +50071,6 @@ index a4d874db43ff..f7a56d32231f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -50348,7 +50087,7 @@ index a4d874db43ff..f7a56d32231f 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50464,7 +50203,7 @@ index a4d874db43ff..f7a56d32231f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -50551,10 +50290,10 @@ index a4d874db43ff..f7a56d32231f 100644 Library("legacy_agc_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build -index 2a882398e00c..2ad6e1c03790 100644 +index 06fa8de95211..34978e1ca94d 100644 --- third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc/level_estimation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -50568,7 +50307,6 @@ index 2a882398e00c..2ad6e1c03790 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -50585,7 +50323,7 @@ index 2a882398e00c..2ad6e1c03790 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50701,7 +50439,7 @@ index 2a882398e00c..2ad6e1c03790 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -50788,10 +50526,10 @@ index 2a882398e00c..2ad6e1c03790 100644 Library("level_estimation_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build -index ff94c134d95a..cead0ea7c6e7 100644 +index dbb2c6020758..88317a4d59c8 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/adaptive_digital_gain_controller_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -50805,7 +50543,6 @@ index ff94c134d95a..cead0ea7c6e7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -50823,7 +50560,7 @@ index ff94c134d95a..cead0ea7c6e7 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -50939,7 +50676,7 @@ index ff94c134d95a..cead0ea7c6e7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -51026,10 +50763,10 @@ index ff94c134d95a..cead0ea7c6e7 100644 Library("adaptive_digital_gain_controller_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build -index bb5ecdbc0b98..41cc2dadba54 100644 +index 65ef01a3df9c..c8e2620f015b 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/biquad_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -51043,7 +50780,6 @@ index bb5ecdbc0b98..41cc2dadba54 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -51060,7 +50796,7 @@ index bb5ecdbc0b98..41cc2dadba54 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51169,7 +50905,7 @@ index bb5ecdbc0b98..41cc2dadba54 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -51256,10 +50992,10 @@ index bb5ecdbc0b98..41cc2dadba54 100644 Library("biquad_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build -index fb33fd338fbd..1a1a636908ea 100644 +index e548e1a7df62..e4de39263699 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/clipping_predictor_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -51273,7 +51009,6 @@ index fb33fd338fbd..1a1a636908ea 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -51290,7 +51025,7 @@ index fb33fd338fbd..1a1a636908ea 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51406,7 +51141,7 @@ index fb33fd338fbd..1a1a636908ea 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -51493,16 +51228,15 @@ index fb33fd338fbd..1a1a636908ea 100644 Library("clipping_predictor_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build -index 6ef8c096e204..78f2953bbeaf 100644 +index 0ffd3ac34d75..b94364f25d2a 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/common_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -51519,7 +51253,7 @@ index 6ef8c096e204..78f2953bbeaf 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51604,7 +51338,7 @@ index 6ef8c096e204..78f2953bbeaf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -51630,7 +51364,7 @@ index 6ef8c096e204..78f2953bbeaf 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -51672,10 +51406,10 @@ index 6ef8c096e204..78f2953bbeaf 100644 - Library("common_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build -index 9fb17f529a1a..ddaa5f85ea27 100644 +index a7a2bbb1a173..b65a6c700d04 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/cpu_features_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -51689,7 +51423,6 @@ index 9fb17f529a1a..ddaa5f85ea27 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -51706,7 +51439,7 @@ index 9fb17f529a1a..ddaa5f85ea27 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -51822,7 +51555,7 @@ index 9fb17f529a1a..ddaa5f85ea27 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -51909,10 +51642,10 @@ index 9fb17f529a1a..ddaa5f85ea27 100644 Library("cpu_features_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build -index 3de76867a6ca..cc1916cd7995 100644 +index 5a94688af9e4..57f0eb221338 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/fixed_digital_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -51926,7 +51659,6 @@ index 3de76867a6ca..cc1916cd7995 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -51944,7 +51676,7 @@ index 3de76867a6ca..cc1916cd7995 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52060,7 +51792,7 @@ index 3de76867a6ca..cc1916cd7995 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -52147,10 +51879,10 @@ index 3de76867a6ca..cc1916cd7995 100644 Library("fixed_digital_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build -index 3cca98aee67e..ce197fa71e59 100644 +index 2e16a28ccc52..5b1a4dde05c6 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/gain_applier_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -52164,7 +51896,6 @@ index 3cca98aee67e..ce197fa71e59 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -52181,7 +51912,7 @@ index 3cca98aee67e..ce197fa71e59 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52297,7 +52028,7 @@ index 3cca98aee67e..ce197fa71e59 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -52384,16 +52115,15 @@ index 3cca98aee67e..ce197fa71e59 100644 Library("gain_applier_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build -index cbf2f842b375..3fa9a1cbeea4 100644 +index d02bbba1b46e..f2650a2d1f47 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/gain_map_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -52410,7 +52140,7 @@ index cbf2f842b375..3fa9a1cbeea4 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52495,7 +52225,7 @@ index cbf2f842b375..3fa9a1cbeea4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -52521,7 +52251,7 @@ index cbf2f842b375..3fa9a1cbeea4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -52563,10 +52293,10 @@ index cbf2f842b375..3fa9a1cbeea4 100644 - Library("gain_map_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build -index 2c3811531efa..2f5a914322bb 100644 +index 280b95eee7f8..e0519ff9a168 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/input_volume_controller_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -52580,7 +52310,6 @@ index 2c3811531efa..2f5a914322bb 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -52598,7 +52327,7 @@ index 2c3811531efa..2f5a914322bb 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52714,7 +52443,7 @@ index 2c3811531efa..2f5a914322bb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -52801,10 +52530,10 @@ index 2c3811531efa..2f5a914322bb 100644 Library("input_volume_controller_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build -index f0550f223e49..7b1a16d0de21 100644 +index 8e5f14dd12b5..c8fa737a9e36 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/input_volume_stats_reporter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -52818,7 +52547,6 @@ index f0550f223e49..7b1a16d0de21 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -52835,7 +52563,7 @@ index f0550f223e49..7b1a16d0de21 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -52951,7 +52679,7 @@ index f0550f223e49..7b1a16d0de21 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -53038,10 +52766,10 @@ index f0550f223e49..7b1a16d0de21 100644 Library("input_volume_stats_reporter_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build -index 110dba20b75d..267a83fbfb3b 100644 +index 69e15a976256..48d3994e3b62 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/noise_level_estimator_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -53055,7 +52783,6 @@ index 110dba20b75d..267a83fbfb3b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -53073,7 +52800,7 @@ index 110dba20b75d..267a83fbfb3b 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53189,7 +52916,7 @@ index 110dba20b75d..267a83fbfb3b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -53276,10 +53003,10 @@ index 110dba20b75d..267a83fbfb3b 100644 Library("noise_level_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build -index 6e0aeb2365de..196cf0ce0a55 100644 +index a666f58d28e9..cf694d66ec5c 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_auto_correlation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -53293,7 +53020,6 @@ index 6e0aeb2365de..196cf0ce0a55 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -53310,7 +53036,7 @@ index 6e0aeb2365de..196cf0ce0a55 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53426,7 +53152,7 @@ index 6e0aeb2365de..196cf0ce0a55 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -53513,16 +53239,15 @@ index 6e0aeb2365de..196cf0ce0a55 100644 Library("rnn_vad_auto_correlation_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build -index 1010c1bbc1eb..935208f9620d 100644 +index ec3430f0ea3b..24afcb8f8ed1 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_common_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -53539,7 +53264,7 @@ index 1010c1bbc1eb..935208f9620d 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53635,7 +53360,7 @@ index 1010c1bbc1eb..935208f9620d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -53661,7 +53386,7 @@ index 1010c1bbc1eb..935208f9620d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -53703,10 +53428,10 @@ index 1010c1bbc1eb..935208f9620d 100644 - Library("rnn_vad_common_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build -index b5bedca75f02..b2795c415381 100644 +index 694be007a960..36f79264c472 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -53720,7 +53445,6 @@ index b5bedca75f02..b2795c415381 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -53737,7 +53461,7 @@ index b5bedca75f02..b2795c415381 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -53853,7 +53577,7 @@ index b5bedca75f02..b2795c415381 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -53940,10 +53664,10 @@ index b5bedca75f02..b2795c415381 100644 Library("rnn_vad_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build -index d38353d07374..3579adff8551 100644 +index b737105b2e2c..1470fb8c682a 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_layers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -53957,7 +53681,6 @@ index d38353d07374..3579adff8551 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -53974,7 +53697,7 @@ index d38353d07374..3579adff8551 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54090,7 +53813,7 @@ index d38353d07374..3579adff8551 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -54177,10 +53900,10 @@ index d38353d07374..3579adff8551 100644 Library("rnn_vad_layers_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build -index 1ffd40a944f8..854f6279656a 100644 +index 071308946506..73cbc265e149 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_lp_residual_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -54194,7 +53917,6 @@ index 1ffd40a944f8..854f6279656a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -54211,7 +53933,7 @@ index 1ffd40a944f8..854f6279656a 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54320,7 +54042,7 @@ index 1ffd40a944f8..854f6279656a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -54407,10 +54129,10 @@ index 1ffd40a944f8..854f6279656a 100644 Library("rnn_vad_lp_residual_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build -index d3d428fa2286..506cb50d4c7c 100644 +index f8aa3e0757df..061f1056932c 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_pitch_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -54424,7 +54146,6 @@ index d3d428fa2286..506cb50d4c7c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -54441,7 +54162,7 @@ index d3d428fa2286..506cb50d4c7c 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54557,7 +54278,7 @@ index d3d428fa2286..506cb50d4c7c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -54644,16 +54365,15 @@ index d3d428fa2286..506cb50d4c7c 100644 Library("rnn_vad_pitch_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build -index 1f33b3fe8a24..b20704b70ce4 100644 +index e417e97673c7..76bc962a8aad 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_ring_buffer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -54670,7 +54390,7 @@ index 1f33b3fe8a24..b20704b70ce4 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54759,7 +54479,7 @@ index 1f33b3fe8a24..b20704b70ce4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -54785,7 +54505,7 @@ index 1f33b3fe8a24..b20704b70ce4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -54827,16 +54547,15 @@ index 1f33b3fe8a24..b20704b70ce4 100644 - Library("rnn_vad_ring_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build -index 01c4fadbd51d..fbb558e0f089 100644 +index e18a5bd7f9dc..2be62f51e029 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_sequence_buffer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -54853,7 +54572,7 @@ index 01c4fadbd51d..fbb558e0f089 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -54942,7 +54661,7 @@ index 01c4fadbd51d..fbb558e0f089 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -54968,7 +54687,7 @@ index 01c4fadbd51d..fbb558e0f089 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -55010,10 +54729,10 @@ index 01c4fadbd51d..fbb558e0f089 100644 - Library("rnn_vad_sequence_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build -index 2f2c495615ad..fd1fc07e3c45 100644 +index 542765dac9e3..40a3328b5980 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_spectral_features_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -55027,7 +54746,6 @@ index 2f2c495615ad..fd1fc07e3c45 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -55044,7 +54762,7 @@ index 2f2c495615ad..fd1fc07e3c45 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55160,7 +54878,7 @@ index 2f2c495615ad..fd1fc07e3c45 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -55247,16 +54965,15 @@ index 2f2c495615ad..fd1fc07e3c45 100644 Library("rnn_vad_spectral_features_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build -index b15d83f31f52..46f52e81acee 100644 +index f09fc9513baf..7cc5592dfd1d 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/rnn_vad_symmetric_matrix_buffer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -55273,7 +54990,7 @@ index b15d83f31f52..46f52e81acee 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55362,7 +55079,7 @@ index b15d83f31f52..46f52e81acee 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -55388,7 +55105,7 @@ index b15d83f31f52..46f52e81acee 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -55430,10 +55147,10 @@ index b15d83f31f52..46f52e81acee 100644 - Library("rnn_vad_symmetric_matrix_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build -index 8ae57b6ec78b..436a0853c1f9 100644 +index 45291330790b..c6229c6dc7e5 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_avx2_gn/moz.build -@@ -11,21 +11,31 @@ AllowCompilerWarnings() +@@ -11,20 +11,30 @@ AllowCompilerWarnings() CXXFLAGS += [ "-mavx2", @@ -55448,7 +55165,6 @@ index 8ae57b6ec78b..436a0853c1f9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -55466,7 +55182,7 @@ index 8ae57b6ec78b..436a0853c1f9 100644 FINAL_LIBRARY = "xul" -@@ -53,143 +63,9 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,143 +62,9 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55612,16 +55328,15 @@ index 8ae57b6ec78b..436a0853c1f9 100644 CXXFLAGS += [ "-msse2" diff --git third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build -index 7cf3372dfec8..d34e64f796ef 100644 +index 44ef3df6cc24..1475e1f30524 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/rnn_vad/vector_math_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -55638,7 +55353,7 @@ index 7cf3372dfec8..d34e64f796ef 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55734,7 +55449,7 @@ index 7cf3372dfec8..d34e64f796ef 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -55760,7 +55475,7 @@ index 7cf3372dfec8..d34e64f796ef 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -55802,10 +55517,10 @@ index 7cf3372dfec8..d34e64f796ef 100644 - Library("vector_math_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build -index 978b9e63fd52..e0c9b62b818e 100644 +index b3af82c3d3e6..34d1c7e84cd1 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/saturation_protector_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -55819,7 +55534,6 @@ index 978b9e63fd52..e0c9b62b818e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -55837,7 +55551,7 @@ index 978b9e63fd52..e0c9b62b818e 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -55953,7 +55667,7 @@ index 978b9e63fd52..e0c9b62b818e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -56040,10 +55754,10 @@ index 978b9e63fd52..e0c9b62b818e 100644 Library("saturation_protector_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build -index dccd70e23669..7f543a372557 100644 +index 4d509a799a63..6ce5e1de874e 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/speech_level_estimator_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -56057,7 +55771,6 @@ index dccd70e23669..7f543a372557 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -56075,7 +55788,7 @@ index dccd70e23669..7f543a372557 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56191,7 +55904,7 @@ index dccd70e23669..7f543a372557 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -56278,10 +55991,10 @@ index dccd70e23669..7f543a372557 100644 Library("speech_level_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build -index 305bfc0b445c..2784feb75065 100644 +index 383103815df1..e6d34f2e9963 100644 --- third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/agc2/vad_wrapper_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -56295,7 +56008,6 @@ index 305bfc0b445c..2784feb75065 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -56312,7 +56024,7 @@ index 305bfc0b445c..2784feb75065 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56428,7 +56140,7 @@ index 305bfc0b445c..2784feb75065 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -56515,10 +56227,10 @@ index 305bfc0b445c..2784feb75065 100644 Library("vad_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build -index 175392b8aeac..bf3ebdea5d5a 100644 +index 98d6b29cc08a..b7dde8b2de94 100644 --- third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/apm_logging_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -56532,7 +56244,6 @@ index 175392b8aeac..bf3ebdea5d5a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -56550,7 +56261,7 @@ index 175392b8aeac..bf3ebdea5d5a 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56666,7 +56377,7 @@ index 175392b8aeac..bf3ebdea5d5a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -56753,10 +56464,10 @@ index 175392b8aeac..bf3ebdea5d5a 100644 Library("apm_logging_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build -index e9a5119edfd3..ea363f8aa5b7 100644 +index 058ad74950dd..977deec4d7f4 100644 --- third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_buffer_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -56770,7 +56481,6 @@ index e9a5119edfd3..ea363f8aa5b7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -56788,7 +56498,7 @@ index e9a5119edfd3..ea363f8aa5b7 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -56904,7 +56614,7 @@ index e9a5119edfd3..ea363f8aa5b7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -56991,10 +56701,10 @@ index e9a5119edfd3..ea363f8aa5b7 100644 Library("audio_buffer_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build -index 6e86210d536d..3d8ede1080e3 100644 +index 23ffb08d2621..c014bab9b892 100644 --- third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_frame_proxies_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -57008,7 +56718,6 @@ index 6e86210d536d..3d8ede1080e3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -57025,7 +56734,7 @@ index 6e86210d536d..3d8ede1080e3 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57141,7 +56850,7 @@ index 6e86210d536d..3d8ede1080e3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -57228,16 +56937,15 @@ index 6e86210d536d..3d8ede1080e3 100644 Library("audio_frame_proxies_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build -index 1a02a32479d1..d8be909f90d0 100644 +index 6d2602568141..379149997075 100644 --- third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_frame_view_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -57254,7 +56962,7 @@ index 1a02a32479d1..d8be909f90d0 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57350,7 +57058,7 @@ index 1a02a32479d1..d8be909f90d0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -57376,7 +57084,7 @@ index 1a02a32479d1..d8be909f90d0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -57418,10 +57126,10 @@ index 1a02a32479d1..d8be909f90d0 100644 - Library("audio_frame_view_gn") diff --git third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build -index e4f9e168ee86..eb019e790fc6 100644 +index 92550aa6d0d4..a2ffd5dd447a 100644 --- third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/audio_processing_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -57435,7 +57143,6 @@ index e4f9e168ee86..eb019e790fc6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -57453,7 +57160,7 @@ index e4f9e168ee86..eb019e790fc6 100644 FINAL_LIBRARY = "xul" -@@ -53,114 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,114 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57569,7 +57276,7 @@ index e4f9e168ee86..eb019e790fc6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -168,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -167,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -57656,10 +57363,10 @@ index e4f9e168ee86..eb019e790fc6 100644 Library("audio_processing_gn") diff --git third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build -index 0d838411b7f9..a833f0d47b2c 100644 +index 3dbfcd5a6f9f..a08fb28c3289 100644 --- third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/capture_levels_adjuster/capture_levels_adjuster_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -57673,7 +57380,6 @@ index 0d838411b7f9..a833f0d47b2c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -57690,7 +57396,7 @@ index 0d838411b7f9..a833f0d47b2c 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -57806,7 +57512,7 @@ index 0d838411b7f9..a833f0d47b2c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -57893,10 +57599,10 @@ index 0d838411b7f9..a833f0d47b2c 100644 Library("capture_levels_adjuster_gn") diff --git third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build -index d3acc2ec6bec..2f176fbfad70 100644 +index 24d24a7b0a63..507db98ee882 100644 --- third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/gain_controller2_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -57910,7 +57616,6 @@ index d3acc2ec6bec..2f176fbfad70 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -57928,7 +57633,7 @@ index d3acc2ec6bec..2f176fbfad70 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58044,7 +57749,7 @@ index d3acc2ec6bec..2f176fbfad70 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -58131,10 +57836,10 @@ index d3acc2ec6bec..2f176fbfad70 100644 Library("gain_controller2_gn") diff --git third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build -index 52e73f51f0e5..ea7cffa1aa55 100644 +index 4090a31bc00c..399836f5bd82 100644 --- third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/high_pass_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -58148,7 +57853,6 @@ index 52e73f51f0e5..ea7cffa1aa55 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -58165,7 +57869,7 @@ index 52e73f51f0e5..ea7cffa1aa55 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58281,7 +57985,7 @@ index 52e73f51f0e5..ea7cffa1aa55 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -58368,10 +58072,10 @@ index 52e73f51f0e5..ea7cffa1aa55 100644 Library("high_pass_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build -index 46305d71eea0..060ab3bec04f 100644 +index c6b493c74573..ab6efa463be2 100644 --- third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/ns/ns_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -58385,7 +58089,6 @@ index 46305d71eea0..060ab3bec04f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -58403,7 +58106,7 @@ index 46305d71eea0..060ab3bec04f 100644 FINAL_LIBRARY = "xul" -@@ -60,114 +73,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -59,114 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58519,7 +58222,7 @@ index 46305d71eea0..060ab3bec04f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -175,82 +81,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -174,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -58606,10 +58309,10 @@ index 46305d71eea0..060ab3bec04f 100644 Library("ns_gn") diff --git third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build -index 43746d8b0ed8..f5cb9aa7af33 100644 +index 6677bc0c5c90..8c43bca031b3 100644 --- third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/post_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -58623,7 +58326,6 @@ index 43746d8b0ed8..f5cb9aa7af33 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -58640,7 +58342,7 @@ index 43746d8b0ed8..f5cb9aa7af33 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58756,7 +58458,7 @@ index 43746d8b0ed8..f5cb9aa7af33 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -58843,10 +58545,10 @@ index 43746d8b0ed8..f5cb9aa7af33 100644 Library("post_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build -index 5d840f91d382..9689fd1b01a4 100644 +index 3276b98346a3..7c8a2be7ff49 100644 --- third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/rms_level_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -58860,7 +58562,6 @@ index 5d840f91d382..9689fd1b01a4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -58877,7 +58578,7 @@ index 5d840f91d382..9689fd1b01a4 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -58986,7 +58687,7 @@ index 5d840f91d382..9689fd1b01a4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -59073,10 +58774,10 @@ index 5d840f91d382..9689fd1b01a4 100644 Library("rms_level_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build -index 2c7d65de7ac7..e43eb63d258d 100644 +index af67cfe4ed78..480ce2321da9 100644 --- third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/cascaded_biquad_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -59090,7 +58791,6 @@ index 2c7d65de7ac7..e43eb63d258d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -59107,7 +58807,7 @@ index 2c7d65de7ac7..e43eb63d258d 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59216,7 +58916,7 @@ index 2c7d65de7ac7..e43eb63d258d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -59303,10 +59003,10 @@ index 2c7d65de7ac7..e43eb63d258d 100644 Library("cascaded_biquad_filter_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build -index 5a848af06d4c..00e94d88c718 100644 +index d5df1c79df2a..433da84b049f 100644 --- third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/legacy_delay_estimator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -59320,7 +59020,6 @@ index 5a848af06d4c..00e94d88c718 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -59337,7 +59036,7 @@ index 5a848af06d4c..00e94d88c718 100644 FINAL_LIBRARY = "xul" -@@ -48,107 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59446,7 +59145,7 @@ index 5a848af06d4c..00e94d88c718 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -156,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -59533,10 +59232,10 @@ index 5a848af06d4c..00e94d88c718 100644 Library("legacy_delay_estimator_gn") diff --git third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build -index fc12e85731dc..0490100ccf71 100644 +index 2541f6fc8210..d61f972b1321 100644 --- third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/utility/pffft_wrapper_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -59550,7 +59249,6 @@ index fc12e85731dc..0490100ccf71 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -59567,7 +59265,7 @@ index fc12e85731dc..0490100ccf71 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59676,7 +59374,7 @@ index fc12e85731dc..0490100ccf71 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -59763,10 +59461,10 @@ index fc12e85731dc..0490100ccf71 100644 Library("pffft_wrapper_gn") diff --git third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build -index 786ed8b6e61f..3bed7d8008ea 100644 +index 1ceb37d542e2..0f4bb1e12367 100644 --- third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build +++ third_party/libwebrtc/modules/audio_processing/vad/vad_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -59780,7 +59478,6 @@ index 786ed8b6e61f..3bed7d8008ea 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -59797,7 +59494,7 @@ index 786ed8b6e61f..3bed7d8008ea 100644 FINAL_LIBRARY = "xul" -@@ -54,114 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,114 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -59913,7 +59610,7 @@ index 786ed8b6e61f..3bed7d8008ea 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -60000,10 +59697,10 @@ index 786ed8b6e61f..3bed7d8008ea 100644 Library("vad_gn") diff --git third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build -index d905d0d12206..529873000609 100644 +index 8c869f510632..904649b32ae0 100644 --- third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/congestion_controller_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -60017,7 +59714,6 @@ index d905d0d12206..529873000609 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -60034,7 +59730,7 @@ index d905d0d12206..529873000609 100644 FINAL_LIBRARY = "xul" -@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60151,7 +59847,7 @@ index d905d0d12206..529873000609 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -60238,10 +59934,10 @@ index d905d0d12206..529873000609 100644 Library("congestion_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build -index 0c7e5f7e1833..37b37bf5a674 100644 +index cd003ec3869f..5a485118c983 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/alr_detector_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -60255,7 +59951,6 @@ index 0c7e5f7e1833..37b37bf5a674 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -60272,7 +59967,7 @@ index 0c7e5f7e1833..37b37bf5a674 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60388,7 +60083,7 @@ index 0c7e5f7e1833..37b37bf5a674 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -60475,10 +60170,10 @@ index 0c7e5f7e1833..37b37bf5a674 100644 Library("alr_detector_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build -index cd90017c878a..e7b891732a8a 100644 +index e6b717e83cff..d8c2ef06bccb 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/delay_based_bwe_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -60492,7 +60187,6 @@ index cd90017c878a..e7b891732a8a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -60509,7 +60203,7 @@ index cd90017c878a..e7b891732a8a 100644 FINAL_LIBRARY = "xul" -@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60626,7 +60320,7 @@ index cd90017c878a..e7b891732a8a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -60713,10 +60407,10 @@ index cd90017c878a..e7b891732a8a 100644 Library("delay_based_bwe_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build -index 5ee66d5e8b71..461100c02a03 100644 +index 160eccc1f99d..28c377fc9c57 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/estimators_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -60730,7 +60424,6 @@ index 5ee66d5e8b71..461100c02a03 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -60747,7 +60440,7 @@ index 5ee66d5e8b71..461100c02a03 100644 FINAL_LIBRARY = "xul" -@@ -52,114 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -60863,7 +60556,7 @@ index 5ee66d5e8b71..461100c02a03 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -167,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -60950,10 +60643,10 @@ index 5ee66d5e8b71..461100c02a03 100644 Library("estimators_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build -index c1ace7a207a2..a9b7fca7c6d9 100644 +index 3911e8ff1001..948acef63e79 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/goog_cc_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -60967,7 +60660,6 @@ index c1ace7a207a2..a9b7fca7c6d9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -60984,7 +60676,7 @@ index c1ace7a207a2..a9b7fca7c6d9 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61101,7 +60793,7 @@ index c1ace7a207a2..a9b7fca7c6d9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -61188,10 +60880,10 @@ index c1ace7a207a2..a9b7fca7c6d9 100644 Library("goog_cc_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build -index 16a22e062faa..a3b80bad620e 100644 +index 44c809dfedd9..5d7411ee9700 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/link_capacity_estimator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -61205,7 +60897,6 @@ index 16a22e062faa..a3b80bad620e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -61222,7 +60913,7 @@ index 16a22e062faa..a3b80bad620e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61331,7 +61022,7 @@ index 16a22e062faa..a3b80bad620e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -61418,10 +61109,10 @@ index 16a22e062faa..a3b80bad620e 100644 Library("link_capacity_estimator_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build -index 23fe85a12f81..8358927b7874 100644 +index baed3863d12f..a3655b8f658d 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/loss_based_bwe_v2_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -61435,7 +61126,6 @@ index 23fe85a12f81..8358927b7874 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -61452,7 +61142,7 @@ index 23fe85a12f81..8358927b7874 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61568,7 +61258,7 @@ index 23fe85a12f81..8358927b7874 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -61655,10 +61345,10 @@ index 23fe85a12f81..8358927b7874 100644 Library("loss_based_bwe_v2_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build -index ff6af2802bda..3c9d6ff35492 100644 +index 701eb9f46814..d6bdf50e6195 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/probe_controller_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -61672,7 +61362,6 @@ index ff6af2802bda..3c9d6ff35492 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -61689,7 +61378,7 @@ index ff6af2802bda..3c9d6ff35492 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -61805,7 +61494,7 @@ index ff6af2802bda..3c9d6ff35492 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -61892,10 +61581,10 @@ index ff6af2802bda..3c9d6ff35492 100644 Library("probe_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build -index 94114ddeeea2..7fbcc84f8c75 100644 +index f31df05e9cc1..8f9781707754 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/pushback_controller_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -61909,7 +61598,6 @@ index 94114ddeeea2..7fbcc84f8c75 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -61926,7 +61614,7 @@ index 94114ddeeea2..7fbcc84f8c75 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62042,7 +61730,7 @@ index 94114ddeeea2..7fbcc84f8c75 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -62129,10 +61817,10 @@ index 94114ddeeea2..7fbcc84f8c75 100644 Library("pushback_controller_gn") diff --git third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build -index a536af72fb65..46748e188c8c 100644 +index 43e7fdcca440..2e6b77ca422d 100644 --- third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/goog_cc/send_side_bwe_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -62146,7 +61834,6 @@ index a536af72fb65..46748e188c8c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -62163,7 +61850,7 @@ index a536af72fb65..46748e188c8c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62279,7 +61966,7 @@ index a536af72fb65..46748e188c8c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -62366,10 +62053,10 @@ index a536af72fb65..46748e188c8c 100644 Library("send_side_bwe_gn") diff --git third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build -index cf10bb72c78f..23eed0bbc413 100644 +index 03eba1c22a16..10b8dd972fbe 100644 --- third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/rtp/control_handler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -62383,7 +62070,6 @@ index cf10bb72c78f..23eed0bbc413 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -62400,7 +62086,7 @@ index cf10bb72c78f..23eed0bbc413 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62517,7 +62203,7 @@ index cf10bb72c78f..23eed0bbc413 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -62604,10 +62290,10 @@ index cf10bb72c78f..23eed0bbc413 100644 Library("control_handler_gn") diff --git third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build -index 80120902c630..870e11e4c010 100644 +index 2f3d51d2d0f3..ca791c4ffb1e 100644 --- third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build +++ third_party/libwebrtc/modules/congestion_controller/rtp/transport_feedback_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -62621,7 +62307,6 @@ index 80120902c630..870e11e4c010 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -62638,7 +62323,7 @@ index 80120902c630..870e11e4c010 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62754,7 +62439,7 @@ index 80120902c630..870e11e4c010 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -62841,10 +62526,10 @@ index 80120902c630..870e11e4c010 100644 Library("transport_feedback_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build -index 167a6af099bf..5447b4c4cc4a 100644 +index 5ac5f9dc2618..6a80673f02c5 100644 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_differ_sse2_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -62858,7 +62543,6 @@ index 167a6af099bf..5447b4c4cc4a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_AVX2"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -62876,7 +62560,7 @@ index 167a6af099bf..5447b4c4cc4a 100644 FINAL_LIBRARY = "xul" -@@ -48,113 +61,16 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,113 +60,16 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -62993,10 +62677,10 @@ index 167a6af099bf..5447b4c4cc4a 100644 CXXFLAGS += [ "-msse2" diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -index 0c7bc95d03d0..3b9503eb97ab 100644 +index 89bec9b845b0..cdb54c132cb5 100644 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/desktop_capture_gn/moz.build -@@ -22,17 +22,30 @@ if not CONFIG["MOZ_SYSTEM_PIPEWIRE"]: +@@ -22,16 +22,29 @@ if not CONFIG["MOZ_SYSTEM_PIPEWIRE"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -63010,7 +62694,6 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -63027,7 +62710,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 FINAL_LIBRARY = "xul" -@@ -85,197 +98,14 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -84,197 +97,14 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63227,7 +62910,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -283,7 +113,8 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -282,7 +112,8 @@ if CONFIG["TARGET_CPU"] == "arm": ] SOURCES += [ @@ -63237,7 +62920,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] UNIFIED_SOURCES += [ -@@ -293,34 +124,9 @@ if CONFIG["TARGET_CPU"] == "arm": +@@ -292,34 +123,9 @@ if CONFIG["TARGET_CPU"] == "arm": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -63275,7 +62958,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] if CONFIG["TARGET_CPU"] == "mips32": -@@ -328,7 +134,6 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -327,7 +133,6 @@ if CONFIG["TARGET_CPU"] == "mips32": DEFINES["MIPS32_LE"] = True DEFINES["MIPS_FPU_LE"] = True DEFINES["WEBRTC_USE_PIPEWIRE"] = True @@ -63283,7 +62966,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -336,7 +141,8 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -335,7 +140,8 @@ if CONFIG["TARGET_CPU"] == "mips32": ] SOURCES += [ @@ -63293,7 +62976,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] UNIFIED_SOURCES += [ -@@ -346,13 +152,14 @@ if CONFIG["TARGET_CPU"] == "mips32": +@@ -345,13 +151,14 @@ if CONFIG["TARGET_CPU"] == "mips32": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -63310,7 +62993,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -360,7 +167,8 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -359,7 +166,8 @@ if CONFIG["TARGET_CPU"] == "mips64": ] SOURCES += [ @@ -63320,7 +63003,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] UNIFIED_SOURCES += [ -@@ -370,117 +178,19 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -369,117 +177,19 @@ if CONFIG["TARGET_CPU"] == "mips64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -63442,7 +63125,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -488,7 +198,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -487,7 +197,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": ] SOURCES += [ @@ -63452,7 +63135,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] UNIFIED_SOURCES += [ -@@ -498,13 +209,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -497,13 +208,15 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -63471,7 +63154,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -512,7 +225,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -511,7 +224,8 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ] SOURCES += [ @@ -63481,7 +63164,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 ] UNIFIED_SOURCES += [ -@@ -522,10 +236,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": +@@ -521,10 +235,12 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screen_capture_portal_interface.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_portal.cc", "/third_party/libwebrtc/modules/desktop_capture/linux/wayland/screencast_stream_utils.cc", @@ -63496,7 +63179,7 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 DEFINES["WEBRTC_USE_X11"] = True -@@ -551,134 +267,61 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE +@@ -550,134 +266,61 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGE "/third_party/libwebrtc/modules/desktop_capture/linux/x11/x_window_property.cc" ] @@ -63663,10 +63346,10 @@ index 0c7bc95d03d0..3b9503eb97ab 100644 Library("desktop_capture_gn") diff --git third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build deleted file mode 100644 -index 1a08376347cd..000000000000 +index 8d73e6328be6..000000000000 --- third_party/libwebrtc/modules/desktop_capture/desktop_capture_objc_gn/moz.build +++ /dev/null -@@ -1,82 +0,0 @@ +@@ -1,81 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -63686,7 +63369,6 @@ index 1a08376347cd..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -63750,10 +63432,10 @@ index 1a08376347cd..000000000000 - -Library("desktop_capture_objc_gn") diff --git third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build -index 8d711aa810c3..1c32f30e40d8 100644 +index 08c499404beb..e4eb5944e021 100644 --- third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build +++ third_party/libwebrtc/modules/desktop_capture/primitives_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -63767,7 +63449,6 @@ index 8d711aa810c3..1c32f30e40d8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -63784,7 +63465,7 @@ index 8d711aa810c3..1c32f30e40d8 100644 FINAL_LIBRARY = "xul" -@@ -53,85 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,85 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -63871,7 +63552,7 @@ index 8d711aa810c3..1c32f30e40d8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,69 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,69 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -63945,16 +63626,15 @@ index 8d711aa810c3..1c32f30e40d8 100644 Library("primitives_gn") diff --git third_party/libwebrtc/modules/module_api_gn/moz.build third_party/libwebrtc/modules/module_api_gn/moz.build -index fd9dea10a397..20052b5ad7c2 100644 +index f7bcafadcd73..f41f90b9b985 100644 --- third_party/libwebrtc/modules/module_api_gn/moz.build +++ third_party/libwebrtc/modules/module_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -63971,7 +63651,7 @@ index fd9dea10a397..20052b5ad7c2 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64056,7 +63736,7 @@ index fd9dea10a397..20052b5ad7c2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64082,7 +63762,7 @@ index fd9dea10a397..20052b5ad7c2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -64124,16 +63804,15 @@ index fd9dea10a397..20052b5ad7c2 100644 - Library("module_api_gn") diff --git third_party/libwebrtc/modules/module_api_public_gn/moz.build third_party/libwebrtc/modules/module_api_public_gn/moz.build -index 231edf631e22..84af1af791b8 100644 +index 18ed1d8f113e..b8b1a89645df 100644 --- third_party/libwebrtc/modules/module_api_public_gn/moz.build +++ third_party/libwebrtc/modules/module_api_public_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -64150,7 +63829,7 @@ index 231edf631e22..84af1af791b8 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64235,7 +63914,7 @@ index 231edf631e22..84af1af791b8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64261,7 +63940,7 @@ index 231edf631e22..84af1af791b8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -64303,16 +63982,15 @@ index 231edf631e22..84af1af791b8 100644 - Library("module_api_public_gn") diff --git third_party/libwebrtc/modules/module_fec_api_gn/moz.build third_party/libwebrtc/modules/module_fec_api_gn/moz.build -index cc6d4595397e..b7fe96ba4609 100644 +index 848229844edd..0d1db13f4e15 100644 --- third_party/libwebrtc/modules/module_fec_api_gn/moz.build +++ third_party/libwebrtc/modules/module_fec_api_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -64329,7 +64007,7 @@ index cc6d4595397e..b7fe96ba4609 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64414,7 +64092,7 @@ index cc6d4595397e..b7fe96ba4609 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64440,7 +64118,7 @@ index cc6d4595397e..b7fe96ba4609 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -64482,10 +64160,10 @@ index cc6d4595397e..b7fe96ba4609 100644 - Library("module_fec_api_gn") diff --git third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build -index d3f273527dc4..0c376090d326 100644 +index 440873268213..690d12ace5e1 100644 --- third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build +++ third_party/libwebrtc/modules/pacing/interval_budget_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -64499,7 +64177,6 @@ index d3f273527dc4..0c376090d326 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -64516,7 +64193,7 @@ index d3f273527dc4..0c376090d326 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64625,7 +64302,7 @@ index d3f273527dc4..0c376090d326 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64712,10 +64389,10 @@ index d3f273527dc4..0c376090d326 100644 Library("interval_budget_gn") diff --git third_party/libwebrtc/modules/pacing/pacing_gn/moz.build third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -index 04e69652bf60..8f26153907b3 100644 +index 3988f5c881cf..a7bf33d61697 100644 --- third_party/libwebrtc/modules/pacing/pacing_gn/moz.build +++ third_party/libwebrtc/modules/pacing/pacing_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -64729,7 +64406,6 @@ index 04e69652bf60..8f26153907b3 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -64746,7 +64422,7 @@ index 04e69652bf60..8f26153907b3 100644 FINAL_LIBRARY = "xul" -@@ -54,115 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,115 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -64863,7 +64539,7 @@ index 04e69652bf60..8f26153907b3 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -170,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -169,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64950,10 +64626,10 @@ index 04e69652bf60..8f26153907b3 100644 Library("pacing_gn") diff --git third_party/libwebrtc/modules/portal/portal_gn/moz.build third_party/libwebrtc/modules/portal/portal_gn/moz.build -index 865469eb17be..81410f9e54f3 100644 +index db71b13e786c..393e3a0ce470 100644 --- third_party/libwebrtc/modules/portal/portal_gn/moz.build +++ third_party/libwebrtc/modules/portal/portal_gn/moz.build -@@ -30,22 +30,18 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -30,21 +30,17 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True @@ -64961,7 +64637,6 @@ index 865469eb17be..81410f9e54f3 100644 DEFINES["USE_GLIB"] = "1" DEFINES["USE_OZONE"] = "1" -DEFINES["USE_UDEV"] = True - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -64977,7 +64652,7 @@ index 865469eb17be..81410f9e54f3 100644 DEFINES["_LARGEFILE64_SOURCE"] = True DEFINES["_LARGEFILE_SOURCE"] = True DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" -@@ -90,16 +86,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -89,16 +85,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -64995,10 +64670,10 @@ index 865469eb17be..81410f9e54f3 100644 DEFINES["MIPS32_LE"] = True diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build -index f7018226a214..9a811268f284 100644 +index 2ec77e5170f0..20a02cc02752 100644 --- third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build +++ third_party/libwebrtc/modules/remote_bitrate_estimator/congestion_control_feedback_generator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -65012,7 +64687,6 @@ index f7018226a214..9a811268f284 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -65029,7 +64703,7 @@ index f7018226a214..9a811268f284 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65145,7 +64819,7 @@ index f7018226a214..9a811268f284 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -65232,10 +64906,10 @@ index f7018226a214..9a811268f284 100644 Library("congestion_control_feedback_generator_gn") diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build -index 7fab0af4e91d..0098a23551c8 100644 +index fe512fc45b91..bc6627a86e52 100644 --- third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build +++ third_party/libwebrtc/modules/remote_bitrate_estimator/remote_bitrate_estimator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -65249,7 +64923,6 @@ index 7fab0af4e91d..0098a23551c8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -65266,7 +64939,7 @@ index 7fab0af4e91d..0098a23551c8 100644 FINAL_LIBRARY = "xul" -@@ -56,114 +69,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -55,114 +68,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65382,7 +65055,7 @@ index 7fab0af4e91d..0098a23551c8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -171,82 +77,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -170,82 +76,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -65469,16 +65142,15 @@ index 7fab0af4e91d..0098a23551c8 100644 Library("remote_bitrate_estimator_gn") diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build -index 464a65ce31af..d248f7bccac2 100644 +index c2e7377ddfd4..4e66ff5db13a 100644 --- third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build +++ third_party/libwebrtc/modules/remote_bitrate_estimator/rtp_transport_feedback_generator_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -65495,7 +65167,7 @@ index 464a65ce31af..d248f7bccac2 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65591,7 +65263,7 @@ index 464a65ce31af..d248f7bccac2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -65617,7 +65289,7 @@ index 464a65ce31af..d248f7bccac2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -65659,10 +65331,10 @@ index 464a65ce31af..d248f7bccac2 100644 - Library("rtp_transport_feedback_generator_gn") diff --git third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build -index e844e68c18e6..5457be4b2326 100644 +index ef714742ae33..1bb93172f690 100644 --- third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build +++ third_party/libwebrtc/modules/remote_bitrate_estimator/transport_sequence_number_feedback_generator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -65676,7 +65348,6 @@ index e844e68c18e6..5457be4b2326 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -65693,7 +65364,7 @@ index e844e68c18e6..5457be4b2326 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -65809,7 +65480,7 @@ index e844e68c18e6..5457be4b2326 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -65896,10 +65567,10 @@ index e844e68c18e6..5457be4b2326 100644 Library("transport_sequence_number_feedback_generator_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build -index 06dcaa024a36..339fd7234e76 100644 +index a9e95be32c67..58a2fad51751 100644 --- third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/leb128_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -65913,7 +65584,6 @@ index 06dcaa024a36..339fd7234e76 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -65930,7 +65600,7 @@ index 06dcaa024a36..339fd7234e76 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66035,7 +65705,7 @@ index 06dcaa024a36..339fd7234e76 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -66122,10 +65792,10 @@ index 06dcaa024a36..339fd7234e76 100644 Library("leb128_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build -index 941914ef471a..5470d28e08b1 100644 +index 71a7444f6edd..704888734d11 100644 --- third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/ntp_time_util_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -66139,7 +65809,6 @@ index 941914ef471a..5470d28e08b1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -66156,7 +65825,7 @@ index 941914ef471a..5470d28e08b1 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66272,7 +65941,7 @@ index 941914ef471a..5470d28e08b1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -66359,10 +66028,10 @@ index 941914ef471a..5470d28e08b1 100644 Library("ntp_time_util_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build -index eb911878a4ce..03ad79d14429 100644 +index 4d06f22b32e5..190a6e1710c9 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_format_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -66376,7 +66045,6 @@ index eb911878a4ce..03ad79d14429 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -66393,7 +66061,7 @@ index eb911878a4ce..03ad79d14429 100644 FINAL_LIBRARY = "xul" -@@ -91,114 +104,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -90,114 +103,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66509,7 +66177,7 @@ index eb911878a4ce..03ad79d14429 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -206,82 +112,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -205,82 +111,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -66596,10 +66264,10 @@ index eb911878a4ce..03ad79d14429 100644 Library("rtp_rtcp_format_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -index b724a5d6040f..e4ca70012312 100644 +index b7451abdb35b..0e5b16913861 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_rtcp_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -66613,7 +66281,6 @@ index b724a5d6040f..e4ca70012312 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -66630,7 +66297,7 @@ index b724a5d6040f..e4ca70012312 100644 FINAL_LIBRARY = "xul" -@@ -101,115 +114,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -100,115 +113,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66747,7 +66414,7 @@ index b724a5d6040f..e4ca70012312 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -217,82 +122,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -216,82 +121,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -66834,10 +66501,10 @@ index b724a5d6040f..e4ca70012312 100644 Library("rtp_rtcp_gn") diff --git third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build -index bb9d34feca97..c6e36c1b6865 100644 +index aa8cff1debbf..b2fb4ea1f57b 100644 --- third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build +++ third_party/libwebrtc/modules/rtp_rtcp/rtp_video_header_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -66851,7 +66518,6 @@ index bb9d34feca97..c6e36c1b6865 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -66868,7 +66534,7 @@ index bb9d34feca97..c6e36c1b6865 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -66984,7 +66650,7 @@ index bb9d34feca97..c6e36c1b6865 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -67071,16 +66737,15 @@ index bb9d34feca97..c6e36c1b6865 100644 Library("rtp_video_header_gn") diff --git third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build -index ddcad071428c..972cd7f213a7 100644 +index 44fe26802729..b9454797a98d 100644 --- third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build +++ third_party/libwebrtc/modules/third_party/fft/fft_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -67097,7 +66762,7 @@ index ddcad071428c..972cd7f213a7 100644 FINAL_LIBRARY = "xul" -@@ -47,83 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,83 +55,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67182,7 +66847,7 @@ index ddcad071428c..972cd7f213a7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,82 +63,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -67269,16 +66934,15 @@ index ddcad071428c..972cd7f213a7 100644 Library("fft_gn") diff --git third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build -index 62ce49f3c5cb..f59a3d81e78c 100644 +index dbc294fa96ab..9a429e728f39 100644 --- third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build +++ third_party/libwebrtc/modules/third_party/g711/g711_3p_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -67295,7 +66959,7 @@ index 62ce49f3c5cb..f59a3d81e78c 100644 FINAL_LIBRARY = "xul" -@@ -47,83 +56,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,83 +55,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67380,7 +67044,7 @@ index 62ce49f3c5cb..f59a3d81e78c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,82 +64,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,82 +63,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -67467,16 +67131,15 @@ index 62ce49f3c5cb..f59a3d81e78c 100644 Library("g711_3p_gn") diff --git third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build -index 74257a155693..c8fd6527cf97 100644 +index d88730be83ca..eb0e3d9776c2 100644 --- third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build +++ third_party/libwebrtc/modules/third_party/g722/g722_3p_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -67493,7 +67156,7 @@ index 74257a155693..c8fd6527cf97 100644 FINAL_LIBRARY = "xul" -@@ -51,83 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,83 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67578,7 +67241,7 @@ index 74257a155693..c8fd6527cf97 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -135,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -134,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -67665,16 +67328,15 @@ index 74257a155693..c8fd6527cf97 100644 Library("g722_3p_gn") diff --git third_party/libwebrtc/modules/utility/utility_gn/moz.build third_party/libwebrtc/modules/utility/utility_gn/moz.build -index 3198ecf214ea..7d106d158a94 100644 +index 747a68987a76..91501607fb33 100644 --- third_party/libwebrtc/modules/utility/utility_gn/moz.build +++ third_party/libwebrtc/modules/utility/utility_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -67691,7 +67353,7 @@ index 3198ecf214ea..7d106d158a94 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -67788,7 +67450,7 @@ index 3198ecf214ea..7d106d158a94 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -67814,7 +67476,7 @@ index 3198ecf214ea..7d106d158a94 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,52 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,52 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -67868,10 +67530,10 @@ index 3198ecf214ea..7d106d158a94 100644 - Library("utility_gn") diff --git third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build -index 7220b2a5e2b1..d6d0d1337d8d 100644 +index 8ec96d9a4a86..5d4869cd7f86 100644 --- third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build +++ third_party/libwebrtc/modules/video_capture/video_capture_internal_impl_gn/moz.build -@@ -14,17 +14,30 @@ if not CONFIG["MOZ_SYSTEM_PIPEWIRE"]: +@@ -14,16 +14,29 @@ if not CONFIG["MOZ_SYSTEM_PIPEWIRE"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -67885,7 +67547,6 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -67902,7 +67563,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 FINAL_LIBRARY = "xul" -@@ -40,6 +53,10 @@ LOCAL_INCLUDES += [ +@@ -39,6 +52,10 @@ LOCAL_INCLUDES += [ ] UNIFIED_SOURCES += [ @@ -67913,7 +67574,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 "/third_party/libwebrtc/modules/video_capture/video_capture_options.cc" ] -@@ -52,187 +69,14 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,187 +68,14 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68103,7 +67764,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -246,44 +90,11 @@ if CONFIG["TARGET_CPU"] == "mips64": +@@ -245,44 +89,11 @@ if CONFIG["TARGET_CPU"] == "mips64": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -68151,7 +67812,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -297,10 +108,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +@@ -296,10 +107,9 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -68163,7 +67824,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -314,14 +124,14 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +@@ -313,14 +123,14 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -68180,7 +67841,7 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", -@@ -335,10 +145,10 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +@@ -334,10 +144,10 @@ if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": "/third_party/libwebrtc/modules/video_capture/linux/video_capture_pipewire.cc" ] @@ -68194,10 +67855,10 @@ index 7220b2a5e2b1..d6d0d1337d8d 100644 LOCAL_INCLUDES += [ "/third_party/libepoxy/libepoxy/include/", diff --git third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build -index 49b4438212c2..d4f954bbd96d 100644 +index 8e6a20c413c2..3dce7e24b7f2 100644 --- third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build +++ third_party/libwebrtc/modules/video_capture/video_capture_module_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -68211,7 +67872,6 @@ index 49b4438212c2..d4f954bbd96d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -68228,7 +67888,7 @@ index 49b4438212c2..d4f954bbd96d 100644 FINAL_LIBRARY = "xul" -@@ -51,114 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68344,7 +68004,7 @@ index 49b4438212c2..d4f954bbd96d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -166,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -68431,10 +68091,10 @@ index 49b4438212c2..d4f954bbd96d 100644 Library("video_capture_module_gn") diff --git third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build -index b095f6deab73..b76d196558b9 100644 +index 09852f9680d2..0eeb8f20f052 100644 --- third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/chain_diff_calculator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -68448,7 +68108,6 @@ index b095f6deab73..b76d196558b9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -68465,7 +68124,7 @@ index b095f6deab73..b76d196558b9 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68581,7 +68240,7 @@ index b095f6deab73..b76d196558b9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -68668,16 +68327,15 @@ index b095f6deab73..b76d196558b9 100644 Library("chain_diff_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build -index b26732ca8bb2..c6ec6d247c75 100644 +index 18490a99922e..cd478d1ab4e0 100644 --- third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codec_globals_headers_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -68694,7 +68352,7 @@ index b26732ca8bb2..c6ec6d247c75 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -68783,7 +68441,7 @@ index b26732ca8bb2..c6ec6d247c75 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -68809,7 +68467,7 @@ index b26732ca8bb2..c6ec6d247c75 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -68851,10 +68509,10 @@ index b26732ca8bb2..c6ec6d247c75 100644 - Library("codec_globals_headers_gn") diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build -index 4c940e43716b..24af95d57331 100644 +index 6a1fce1d5dfe..c4489b1da4a4 100644 --- third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codecs/av1/av1_svc_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -68868,7 +68526,6 @@ index 4c940e43716b..24af95d57331 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -68885,7 +68542,7 @@ index 4c940e43716b..24af95d57331 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69001,7 +68658,7 @@ index 4c940e43716b..24af95d57331 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -69088,10 +68745,10 @@ index 4c940e43716b..24af95d57331 100644 Library("av1_svc_config_gn") diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build -index c16573f435bf..f10a1a4e3523 100644 +index bb6f0eeaffb8..cba1557d956e 100644 --- third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codecs/av1/dav1d_decoder_gn/moz.build -@@ -12,17 +12,30 @@ if CONFIG["MOZ_SYSTEM_AV1"]: +@@ -12,16 +12,29 @@ if CONFIG["MOZ_SYSTEM_AV1"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -69105,7 +68762,6 @@ index c16573f435bf..f10a1a4e3523 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -69122,7 +68778,7 @@ index c16573f435bf..f10a1a4e3523 100644 FINAL_LIBRARY = "xul" -@@ -54,114 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,114 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69238,7 +68894,7 @@ index c16573f435bf..f10a1a4e3523 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -69325,10 +68981,10 @@ index c16573f435bf..f10a1a4e3523 100644 Library("dav1d_decoder_gn") diff --git third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build -index eb2247aed2f3..c00843b358ed 100644 +index 64865e705dc2..b510d6294cbc 100644 --- third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/codecs/av1/libaom_av1_encoder_gn/moz.build -@@ -12,17 +12,30 @@ if CONFIG["MOZ_SYSTEM_AV1"]: +@@ -12,16 +12,29 @@ if CONFIG["MOZ_SYSTEM_AV1"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -69342,7 +68998,6 @@ index eb2247aed2f3..c00843b358ed 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -69359,7 +69014,7 @@ index eb2247aed2f3..c00843b358ed 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69475,7 +69130,7 @@ index eb2247aed2f3..c00843b358ed 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -69562,10 +69217,10 @@ index eb2247aed2f3..c00843b358ed 100644 Library("aom_av1_encoder_gn") diff --git third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build -index f85ceaad3865..82f8b91aecbc 100644 +index c7e6879e9c9b..a9e5d531c7f8 100644 --- third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/encoded_frame_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -69579,7 +69234,6 @@ index f85ceaad3865..82f8b91aecbc 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -69596,7 +69250,7 @@ index f85ceaad3865..82f8b91aecbc 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69712,7 +69366,7 @@ index f85ceaad3865..82f8b91aecbc 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -69799,10 +69453,10 @@ index f85ceaad3865..82f8b91aecbc 100644 Library("encoded_frame_gn") diff --git third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build -index c48a36f61ad2..7568358aade1 100644 +index 6ed61e2ed514..c6e8ae200597 100644 --- third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/frame_dependencies_calculator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -69816,7 +69470,6 @@ index c48a36f61ad2..7568358aade1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -69833,7 +69486,7 @@ index c48a36f61ad2..7568358aade1 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -69949,7 +69602,7 @@ index c48a36f61ad2..7568358aade1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -70036,10 +69689,10 @@ index c48a36f61ad2..7568358aade1 100644 Library("frame_dependencies_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build -index d49bb89e84dd..98643be0eb92 100644 +index 553ce31ed2dd..8ae9b6a7a492 100644 --- third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/frame_helpers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -70053,7 +69706,6 @@ index d49bb89e84dd..98643be0eb92 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -70070,7 +69722,7 @@ index d49bb89e84dd..98643be0eb92 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70186,7 +69838,7 @@ index d49bb89e84dd..98643be0eb92 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -70273,10 +69925,10 @@ index d49bb89e84dd..98643be0eb92 100644 Library("frame_helpers_gn") diff --git third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build -index 1ee4a4ec316f..82665306f93e 100644 +index eb7fb47746e0..e76ba8ac7cd1 100644 --- third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/h264_sprop_parameter_sets_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -70290,7 +69942,6 @@ index 1ee4a4ec316f..82665306f93e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -70307,7 +69958,7 @@ index 1ee4a4ec316f..82665306f93e 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70423,7 +70074,7 @@ index 1ee4a4ec316f..82665306f93e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -70510,10 +70161,10 @@ index 1ee4a4ec316f..82665306f93e 100644 Library("h264_sprop_parameter_sets_gn") diff --git third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build -index 055ff5645dd0..b7f7c837cce8 100644 +index 34122a4e87a4..d13e4278cbe3 100644 --- third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/h26x_packet_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -70527,7 +70178,6 @@ index 055ff5645dd0..b7f7c837cce8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -70544,7 +70194,7 @@ index 055ff5645dd0..b7f7c837cce8 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70660,7 +70310,7 @@ index 055ff5645dd0..b7f7c837cce8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -70747,10 +70397,10 @@ index 055ff5645dd0..b7f7c837cce8 100644 Library("h26x_packet_buffer_gn") diff --git third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build -index e64d95b03849..81120a51b3e9 100644 +index 4cca5934baed..0d44d1ae0915 100644 --- third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/nack_requester_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -70764,7 +70414,6 @@ index e64d95b03849..81120a51b3e9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -70781,7 +70430,7 @@ index e64d95b03849..81120a51b3e9 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -70897,7 +70546,7 @@ index e64d95b03849..81120a51b3e9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -70984,10 +70633,10 @@ index e64d95b03849..81120a51b3e9 100644 Library("nack_requester_gn") diff --git third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build -index a699e02b31f8..d599ed487fe4 100644 +index 7cc5fe1a9bde..f8552b642dea 100644 --- third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/packet_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -71001,7 +70650,6 @@ index a699e02b31f8..d599ed487fe4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -71018,7 +70666,7 @@ index a699e02b31f8..d599ed487fe4 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71134,7 +70782,7 @@ index a699e02b31f8..d599ed487fe4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -71221,10 +70869,10 @@ index a699e02b31f8..d599ed487fe4 100644 Library("packet_buffer_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build -index 2f648b456dbc..f1bc1dc55d85 100644 +index badcb68f6737..15b76f1c0da7 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalability_mode_util_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -71238,7 +70886,6 @@ index 2f648b456dbc..f1bc1dc55d85 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -71255,7 +70902,7 @@ index 2f648b456dbc..f1bc1dc55d85 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71371,7 +71018,7 @@ index 2f648b456dbc..f1bc1dc55d85 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -71458,10 +71105,10 @@ index 2f648b456dbc..f1bc1dc55d85 100644 Library("scalability_mode_util_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build -index 767cf7276ed5..a14a7d9003d2 100644 +index b96bece0f04e..99b1fa03fb5b 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalability_structures_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -71475,7 +71122,6 @@ index 767cf7276ed5..a14a7d9003d2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -71492,7 +71138,7 @@ index 767cf7276ed5..a14a7d9003d2 100644 FINAL_LIBRARY = "xul" -@@ -54,114 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -53,114 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71608,7 +71254,7 @@ index 767cf7276ed5..a14a7d9003d2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -71695,10 +71341,10 @@ index 767cf7276ed5..a14a7d9003d2 100644 Library("scalability_structures_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build -index 368fb5b9408d..3e837c4824ca 100644 +index d40294966654..67deb7449935 100644 --- third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/scalable_video_controller_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -71712,7 +71358,6 @@ index 368fb5b9408d..3e837c4824ca 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -71729,7 +71374,7 @@ index 368fb5b9408d..3e837c4824ca 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -71838,7 +71483,7 @@ index 368fb5b9408d..3e837c4824ca 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -71925,10 +71570,10 @@ index 368fb5b9408d..3e837c4824ca 100644 Library("scalable_video_controller_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build -index 1ee0aaf22c82..5697c97d9cd9 100644 +index 5118ad8887ff..5a330718a6d6 100644 --- third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/simulcast_to_svc_converter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -71942,7 +71587,6 @@ index 1ee0aaf22c82..5697c97d9cd9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -71959,7 +71603,7 @@ index 1ee0aaf22c82..5697c97d9cd9 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72076,7 +71720,7 @@ index 1ee0aaf22c82..5697c97d9cd9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -72163,10 +71807,10 @@ index 1ee0aaf22c82..5697c97d9cd9 100644 Library("simulcast_to_svc_converter_gn") diff --git third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build -index de365960faa4..07f3b4a100ec 100644 +index 81a9f87adcea..bcf7384bb9fb 100644 --- third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/svc/svc_rate_allocator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -72180,7 +71824,6 @@ index de365960faa4..07f3b4a100ec 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -72197,7 +71840,7 @@ index de365960faa4..07f3b4a100ec 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72313,7 +71956,7 @@ index de365960faa4..07f3b4a100ec 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -72400,10 +72043,10 @@ index de365960faa4..07f3b4a100ec 100644 Library("svc_rate_allocator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build -index b8f6c3d720f5..c878af46b3ba 100644 +index 896f0a068468..7982fdbd11b0 100644 --- third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/decode_time_percentile_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -72417,7 +72060,6 @@ index b8f6c3d720f5..c878af46b3ba 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -72434,7 +72076,7 @@ index b8f6c3d720f5..c878af46b3ba 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72543,7 +72185,7 @@ index b8f6c3d720f5..c878af46b3ba 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -72630,10 +72272,10 @@ index b8f6c3d720f5..c878af46b3ba 100644 Library("decode_time_percentile_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build -index 7a6ce9bed144..95d24871bc9e 100644 +index 5cb93affcf11..b8ca3ea9ff03 100644 --- third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/frame_delay_variation_kalman_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -72647,7 +72289,6 @@ index 7a6ce9bed144..95d24871bc9e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -72664,7 +72305,7 @@ index 7a6ce9bed144..95d24871bc9e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -72773,7 +72414,7 @@ index 7a6ce9bed144..95d24871bc9e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -72860,10 +72501,10 @@ index 7a6ce9bed144..95d24871bc9e 100644 Library("frame_delay_variation_kalman_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build -index b87c483b8d65..73cfd2e0b355 100644 +index 2f25723192bb..171a70e310c7 100644 --- third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/inter_frame_delay_variation_calculator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -72877,7 +72518,6 @@ index b87c483b8d65..73cfd2e0b355 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -72894,7 +72534,7 @@ index b87c483b8d65..73cfd2e0b355 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73003,7 +72643,7 @@ index b87c483b8d65..73cfd2e0b355 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -73090,10 +72730,10 @@ index b87c483b8d65..73cfd2e0b355 100644 Library("inter_frame_delay_variation_calculator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build -index f49f8ba2e679..a4537c2a0efb 100644 +index 01a5cbfaacb4..8bb43a2f8b3d 100644 --- third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/jitter_estimator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -73107,7 +72747,6 @@ index f49f8ba2e679..a4537c2a0efb 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -73124,7 +72763,7 @@ index f49f8ba2e679..a4537c2a0efb 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73240,7 +72879,7 @@ index f49f8ba2e679..a4537c2a0efb 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -73327,10 +72966,10 @@ index f49f8ba2e679..a4537c2a0efb 100644 Library("jitter_estimator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build -index bea968dd4251..55d0ba8b5567 100644 +index 163aec282266..54552a3a74fb 100644 --- third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/rtt_filter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -73344,7 +72983,6 @@ index bea968dd4251..55d0ba8b5567 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -73361,7 +72999,7 @@ index bea968dd4251..55d0ba8b5567 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73470,7 +73108,7 @@ index bea968dd4251..55d0ba8b5567 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -73557,10 +73195,10 @@ index bea968dd4251..55d0ba8b5567 100644 Library("rtt_filter_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build -index 569a38c3838d..6e96f7eafe1b 100644 +index 7aaf581a3d26..cea6896013de 100644 --- third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/timestamp_extrapolator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -73574,7 +73212,6 @@ index 569a38c3838d..6e96f7eafe1b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -73591,7 +73228,7 @@ index 569a38c3838d..6e96f7eafe1b 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73707,7 +73344,7 @@ index 569a38c3838d..6e96f7eafe1b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -73794,10 +73431,10 @@ index 569a38c3838d..6e96f7eafe1b 100644 Library("timestamp_extrapolator_gn") diff --git third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build -index 5a4baa1102d0..a74de8e4a74f 100644 +index b5d03bf28abf..50b7a418a899 100644 --- third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/timing/timing_module_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -73811,7 +73448,6 @@ index 5a4baa1102d0..a74de8e4a74f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -73828,7 +73464,7 @@ index 5a4baa1102d0..a74de8e4a74f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -73944,7 +73580,7 @@ index 5a4baa1102d0..a74de8e4a74f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -74031,10 +73667,10 @@ index 5a4baa1102d0..a74de8e4a74f 100644 Library("timing_module_gn") diff --git third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build -index 5f2b0c88fae5..1680170a9cab 100644 +index f290fb2a0fff..55937e920a1b 100644 --- third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_codec_interface_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -74048,7 +73684,6 @@ index 5f2b0c88fae5..1680170a9cab 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -74065,7 +73700,7 @@ index 5f2b0c88fae5..1680170a9cab 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74181,7 +73816,7 @@ index 5f2b0c88fae5..1680170a9cab 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -74268,10 +73903,10 @@ index 5f2b0c88fae5..1680170a9cab 100644 Library("video_codec_interface_gn") diff --git third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build -index 3d4fc63ef266..9b0f85616575 100644 +index 11ecb8ae48e1..e3b395a01ef8 100644 --- third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_coding_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -74285,7 +73920,6 @@ index 3d4fc63ef266..9b0f85616575 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -74302,7 +73936,7 @@ index 3d4fc63ef266..9b0f85616575 100644 FINAL_LIBRARY = "xul" -@@ -60,115 +73,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -59,115 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74419,7 +74053,7 @@ index 3d4fc63ef266..9b0f85616575 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -176,82 +81,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -175,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -74506,10 +74140,10 @@ index 3d4fc63ef266..9b0f85616575 100644 Library("video_coding_gn") diff --git third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build -index f804f4f624b5..cd01f64840e1 100644 +index 23978645a548..745135543e16 100644 --- third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/video_coding_utility_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -74523,7 +74157,6 @@ index f804f4f624b5..cd01f64840e1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -74540,7 +74173,7 @@ index f804f4f624b5..cd01f64840e1 100644 FINAL_LIBRARY = "xul" -@@ -59,115 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -58,115 +71,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74657,7 +74290,7 @@ index f804f4f624b5..cd01f64840e1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -175,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -174,82 +79,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -74744,10 +74377,10 @@ index f804f4f624b5..cd01f64840e1 100644 Library("video_coding_utility_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build -index bb2f2a122193..7b47d56b4d98 100644 +index e7966f60377b..e23460458ed9 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_h264_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -74761,7 +74394,6 @@ index bb2f2a122193..7b47d56b4d98 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -74778,7 +74410,7 @@ index bb2f2a122193..7b47d56b4d98 100644 FINAL_LIBRARY = "xul" -@@ -52,115 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,115 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -74895,7 +74527,7 @@ index bb2f2a122193..7b47d56b4d98 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -168,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -167,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -74982,10 +74614,10 @@ index bb2f2a122193..7b47d56b4d98 100644 Library("webrtc_h264_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build -index 53a9e6a2598d..aa5b1cf67935 100644 +index d71a26d07efc..013d0af5e8f4 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_libvpx_interface_gn/moz.build -@@ -12,17 +12,30 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: +@@ -12,16 +12,29 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -74999,7 +74631,6 @@ index 53a9e6a2598d..aa5b1cf67935 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -75016,7 +74647,7 @@ index 53a9e6a2598d..aa5b1cf67935 100644 FINAL_LIBRARY = "xul" -@@ -50,107 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,107 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75125,7 +74756,7 @@ index 53a9e6a2598d..aa5b1cf67935 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -158,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -157,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -75212,10 +74843,10 @@ index 53a9e6a2598d..aa5b1cf67935 100644 Library("webrtc_libvpx_interface_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build -index 18437f898f86..4932542c2c24 100644 +index c19e440232b4..e826bc9f0596 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_gn/moz.build -@@ -12,17 +12,30 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: +@@ -12,16 +12,29 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -75229,7 +74860,6 @@ index 18437f898f86..4932542c2c24 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -75246,7 +74876,7 @@ index 18437f898f86..4932542c2c24 100644 FINAL_LIBRARY = "xul" -@@ -53,115 +66,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -52,115 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75363,7 +74993,7 @@ index 18437f898f86..4932542c2c24 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -169,82 +74,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -168,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -75450,10 +75080,10 @@ index 18437f898f86..4932542c2c24 100644 Library("webrtc_vp8_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build -index fafffeeec869..715c55871a36 100644 +index 731d28fe29fa..8771b6cfa66b 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_scalability_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -75467,7 +75097,6 @@ index fafffeeec869..715c55871a36 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -75484,7 +75113,7 @@ index fafffeeec869..715c55871a36 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75593,7 +75222,7 @@ index fafffeeec869..715c55871a36 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -75680,10 +75309,10 @@ index fafffeeec869..715c55871a36 100644 Library("webrtc_vp8_scalability_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build -index f94076cf173e..38e796df1de7 100644 +index e9f43541065d..347db215e01d 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp8_temporal_layers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -75697,7 +75326,6 @@ index f94076cf173e..38e796df1de7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -75714,7 +75342,7 @@ index f94076cf173e..38e796df1de7 100644 FINAL_LIBRARY = "xul" -@@ -52,115 +65,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -51,115 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -75831,7 +75459,7 @@ index f94076cf173e..38e796df1de7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -168,82 +73,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -167,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -75918,10 +75546,10 @@ index f94076cf173e..38e796df1de7 100644 Library("webrtc_vp8_temporal_layers_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -index b153fbc1e6ae..18030f9b50c6 100644 +index c428c10ef3b6..0d272d5b971a 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_gn/moz.build -@@ -12,17 +12,30 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: +@@ -12,16 +12,29 @@ if not CONFIG["MOZ_SYSTEM_LIBVPX"]: COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -75935,7 +75563,6 @@ index b153fbc1e6ae..18030f9b50c6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -75952,7 +75579,7 @@ index b153fbc1e6ae..18030f9b50c6 100644 FINAL_LIBRARY = "xul" -@@ -55,115 +68,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,115 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76069,7 +75696,7 @@ index b153fbc1e6ae..18030f9b50c6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -171,82 +76,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -170,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -76156,10 +75783,10 @@ index b153fbc1e6ae..18030f9b50c6 100644 Library("webrtc_vp9_gn") diff --git third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build -index 2d58f2f38337..9c40fc9de72f 100644 +index b2f437e70e0e..4775059772a4 100644 --- third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build +++ third_party/libwebrtc/modules/video_coding/webrtc_vp9_helpers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -76173,7 +75800,6 @@ index 2d58f2f38337..9c40fc9de72f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -76190,7 +75816,7 @@ index 2d58f2f38337..9c40fc9de72f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76306,7 +75932,7 @@ index 2d58f2f38337..9c40fc9de72f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -76393,7 +76019,7 @@ index 2d58f2f38337..9c40fc9de72f 100644 Library("webrtc_vp9_helpers_gn") diff --git third_party/libwebrtc/moz.build third_party/libwebrtc/moz.build -index f5bc51d16728..250ce917d232 100644 +index bf06d4c2bb47..93a8e11a140e 100644 --- third_party/libwebrtc/moz.build +++ third_party/libwebrtc/moz.build @@ -291,6 +291,8 @@ DIRS += [ @@ -76638,16 +76264,15 @@ index f5bc51d16728..250ce917d232 100644 - "/third_party/libwebrtc/modules/desktop_capture/primitives_gn" - ] diff --git third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build -index 5d989ceee1f6..0190347650e9 100644 +index e948e7063568..cb82eed45dbd 100644 --- third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/common/internal_types_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -76664,7 +76289,7 @@ index 5d989ceee1f6..0190347650e9 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76753,7 +76378,7 @@ index 5d989ceee1f6..0190347650e9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -76779,7 +76404,7 @@ index 5d989ceee1f6..0190347650e9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -76821,16 +76446,15 @@ index 5d989ceee1f6..0190347650e9 100644 - Library("internal_types_gn") diff --git third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build -index 5e2c9f2def32..7eaf7c5142d8 100644 +index fb147e0954d8..7cf07c682496 100644 --- third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/common/math_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -76847,7 +76471,7 @@ index 5e2c9f2def32..7eaf7c5142d8 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -76932,7 +76556,7 @@ index 5e2c9f2def32..7eaf7c5142d8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -76958,7 +76582,7 @@ index 5e2c9f2def32..7eaf7c5142d8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77000,16 +76624,15 @@ index 5e2c9f2def32..7eaf7c5142d8 100644 - Library("math_gn") diff --git third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build -index 5c1a80e0070e..5d69af7109d6 100644 +index 345f7a7a11dd..9059a5797011 100644 --- third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/common/sequence_numbers_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -77026,7 +76649,7 @@ index 5c1a80e0070e..5d69af7109d6 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77115,7 +76738,7 @@ index 5c1a80e0070e..5d69af7109d6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -77141,7 +76764,7 @@ index 5c1a80e0070e..5d69af7109d6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77183,16 +76806,15 @@ index 5c1a80e0070e..5d69af7109d6 100644 - Library("sequence_numbers_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build -index 3f2b5a02680f..55149d8fe27a 100644 +index f17dec091b41..61070979f313 100644 --- third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/bounded_io_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -77209,7 +76831,7 @@ index 3f2b5a02680f..55149d8fe27a 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77298,7 +76920,7 @@ index 3f2b5a02680f..55149d8fe27a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -77324,7 +76946,7 @@ index 3f2b5a02680f..55149d8fe27a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -77366,10 +76988,10 @@ index 3f2b5a02680f..55149d8fe27a 100644 - Library("bounded_io_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build -index a241356abba2..1dfa9f934556 100644 +index 32a1cdfe66a6..6e89be08d86f 100644 --- third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/chunk_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -77383,7 +77005,6 @@ index a241356abba2..1dfa9f934556 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -77400,7 +77021,7 @@ index a241356abba2..1dfa9f934556 100644 FINAL_LIBRARY = "xul" -@@ -64,114 +77,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -63,114 +76,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77516,7 +77137,7 @@ index a241356abba2..1dfa9f934556 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -179,82 +85,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -178,82 +84,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -77603,10 +77224,10 @@ index a241356abba2..1dfa9f934556 100644 Library("chunk_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build -index fdf166315b64..2ed79efe15e0 100644 +index f303325e987b..f4e26f620052 100644 --- third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/chunk_validators_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -77620,7 +77241,6 @@ index fdf166315b64..2ed79efe15e0 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -77637,7 +77257,7 @@ index fdf166315b64..2ed79efe15e0 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77753,7 +77373,7 @@ index fdf166315b64..2ed79efe15e0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -77840,10 +77460,10 @@ index fdf166315b64..2ed79efe15e0 100644 Library("chunk_validators_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build -index c32366459765..d59ead808d10 100644 +index b3453a6570d4..db239f833136 100644 --- third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/crc32c_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -77857,7 +77477,6 @@ index c32366459765..d59ead808d10 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -77874,7 +77493,7 @@ index c32366459765..d59ead808d10 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -77983,7 +77602,7 @@ index c32366459765..d59ead808d10 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -78070,16 +77689,15 @@ index c32366459765..d59ead808d10 100644 Library("crc32c_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build -index 42fbfd5dd1f9..14d7570c9647 100644 +index 3ef5d5be2245..b91e78705eae 100644 --- third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/data_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -78096,7 +77714,7 @@ index 42fbfd5dd1f9..14d7570c9647 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78185,7 +77803,7 @@ index 42fbfd5dd1f9..14d7570c9647 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -78211,7 +77829,7 @@ index 42fbfd5dd1f9..14d7570c9647 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -78253,10 +77871,10 @@ index 42fbfd5dd1f9..14d7570c9647 100644 - Library("data_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build -index 180886952504..1cc1eb12e9ee 100644 +index 1d3785220850..ec47f54be732 100644 --- third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/error_cause_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -78270,7 +77888,6 @@ index 180886952504..1cc1eb12e9ee 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -78287,7 +77904,7 @@ index 180886952504..1cc1eb12e9ee 100644 FINAL_LIBRARY = "xul" -@@ -60,114 +73,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -59,114 +72,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78403,7 +78020,7 @@ index 180886952504..1cc1eb12e9ee 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -175,82 +81,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -174,82 +80,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -78490,10 +78107,10 @@ index 180886952504..1cc1eb12e9ee 100644 Library("error_cause_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build -index 5b1bc3e2b9f8..ff0a69468247 100644 +index e5a260ffa359..4a9be3392a92 100644 --- third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/parameter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -78507,7 +78124,6 @@ index 5b1bc3e2b9f8..ff0a69468247 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -78524,7 +78140,7 @@ index 5b1bc3e2b9f8..ff0a69468247 100644 FINAL_LIBRARY = "xul" -@@ -58,114 +71,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -57,114 +70,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78640,7 +78256,7 @@ index 5b1bc3e2b9f8..ff0a69468247 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -173,82 +79,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -172,82 +78,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -78727,10 +78343,10 @@ index 5b1bc3e2b9f8..ff0a69468247 100644 Library("parameter_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build -index 1e95840e9c4f..4680f9b27834 100644 +index 497644154760..c751dbbcf49b 100644 --- third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/sctp_packet_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -78744,7 +78360,6 @@ index 1e95840e9c4f..4680f9b27834 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -78761,7 +78376,7 @@ index 1e95840e9c4f..4680f9b27834 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -78877,7 +78492,7 @@ index 1e95840e9c4f..4680f9b27834 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -78964,10 +78579,10 @@ index 1e95840e9c4f..4680f9b27834 100644 Library("sctp_packet_gn") diff --git third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build -index 97f5989bea87..b95768221220 100644 +index 64e98c0ca8fb..3d1be257fd74 100644 --- third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/packet/tlv_trait_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -78981,7 +78596,6 @@ index 97f5989bea87..b95768221220 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -78998,7 +78612,7 @@ index 97f5989bea87..b95768221220 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79114,7 +78728,7 @@ index 97f5989bea87..b95768221220 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -79201,10 +78815,10 @@ index 97f5989bea87..b95768221220 100644 Library("tlv_trait_gn") diff --git third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build -index cdaa1abe9ead..12a72f416f6f 100644 +index 5afb501a0c06..d9b4e05ede8e 100644 --- third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/public/factory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -79218,7 +78832,6 @@ index cdaa1abe9ead..12a72f416f6f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -79235,7 +78848,7 @@ index cdaa1abe9ead..12a72f416f6f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79351,7 +78964,7 @@ index cdaa1abe9ead..12a72f416f6f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -79438,10 +79051,10 @@ index cdaa1abe9ead..12a72f416f6f 100644 Library("factory_gn") diff --git third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build -index 51f52ede2784..eee06b21c186 100644 +index 2ceda860f068..f857b7e881b6 100644 --- third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/public/socket_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -79455,7 +79068,6 @@ index 51f52ede2784..eee06b21c186 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -79472,7 +79084,7 @@ index 51f52ede2784..eee06b21c186 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79581,7 +79193,7 @@ index 51f52ede2784..eee06b21c186 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -79668,16 +79280,15 @@ index 51f52ede2784..eee06b21c186 100644 Library("socket_gn") diff --git third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build -index 0443a29b77d4..4528b2721a7b 100644 +index 084e64708b47..e2eaa506a512 100644 --- third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/public/types_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -79694,7 +79305,7 @@ index 0443a29b77d4..4528b2721a7b 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -79783,7 +79394,7 @@ index 0443a29b77d4..4528b2721a7b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -79809,7 +79420,7 @@ index 0443a29b77d4..4528b2721a7b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -79851,10 +79462,10 @@ index 0443a29b77d4..4528b2721a7b 100644 - Library("types_gn") diff --git third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build -index 31df9a0ed4e3..a616197df863 100644 +index bb12bb01f5b3..7be6e26f56f8 100644 --- third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/rx/data_tracker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -79868,7 +79479,6 @@ index 31df9a0ed4e3..a616197df863 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -79885,7 +79495,7 @@ index 31df9a0ed4e3..a616197df863 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80001,7 +79611,7 @@ index 31df9a0ed4e3..a616197df863 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -80088,10 +79698,10 @@ index 31df9a0ed4e3..a616197df863 100644 Library("data_tracker_gn") diff --git third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build -index 6dcdc9ee1716..ef1b50ddac31 100644 +index 7379d0595fd1..29075c722d09 100644 --- third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/rx/interleaved_reassembly_streams_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -80105,7 +79715,6 @@ index 6dcdc9ee1716..ef1b50ddac31 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -80122,7 +79731,7 @@ index 6dcdc9ee1716..ef1b50ddac31 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80238,7 +79847,7 @@ index 6dcdc9ee1716..ef1b50ddac31 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -80325,10 +79934,10 @@ index 6dcdc9ee1716..ef1b50ddac31 100644 Library("interleaved_reassembly_streams_gn") diff --git third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build -index 3f5648a25774..2b17450a059a 100644 +index f0f07f920293..ee0b8fa5952b 100644 --- third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/rx/reassembly_queue_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -80342,7 +79951,6 @@ index 3f5648a25774..2b17450a059a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -80359,7 +79967,7 @@ index 3f5648a25774..2b17450a059a 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80475,7 +80083,7 @@ index 3f5648a25774..2b17450a059a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -80562,16 +80170,15 @@ index 3f5648a25774..2b17450a059a 100644 Library("reassembly_queue_gn") diff --git third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build -index 2fd7cf0908d9..b2c7a7b46ae0 100644 +index 5057e44341e3..8c1f046755a3 100644 --- third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/rx/reassembly_streams_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -80588,7 +80195,7 @@ index 2fd7cf0908d9..b2c7a7b46ae0 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80684,7 +80291,7 @@ index 2fd7cf0908d9..b2c7a7b46ae0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -80710,7 +80317,7 @@ index 2fd7cf0908d9..b2c7a7b46ae0 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -80752,10 +80359,10 @@ index 2fd7cf0908d9..b2c7a7b46ae0 100644 - Library("reassembly_streams_gn") diff --git third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build -index bc29f5ad644f..cba7d1c54be7 100644 +index a2c6dca5eb60..80e4fb36c493 100644 --- third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/rx/traditional_reassembly_streams_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -80769,7 +80376,6 @@ index bc29f5ad644f..cba7d1c54be7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -80786,7 +80392,7 @@ index bc29f5ad644f..cba7d1c54be7 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -80902,7 +80508,7 @@ index bc29f5ad644f..cba7d1c54be7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -80989,16 +80595,15 @@ index bc29f5ad644f..cba7d1c54be7 100644 Library("traditional_reassembly_streams_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build -index c57262d8ef49..ffa8a5cda3c8 100644 +index c1b83a46abe3..14cd41f96e4f 100644 --- third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/context_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -81015,7 +80620,7 @@ index c57262d8ef49..ffa8a5cda3c8 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81111,7 +80716,7 @@ index c57262d8ef49..ffa8a5cda3c8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -81137,7 +80742,7 @@ index c57262d8ef49..ffa8a5cda3c8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -81179,10 +80784,10 @@ index c57262d8ef49..ffa8a5cda3c8 100644 - Library("context_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build -index 107e98ac63cc..9bb99c280f06 100644 +index 29a04e5ca135..0cf2728346df 100644 --- third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/dcsctp_socket_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -81196,7 +80801,6 @@ index 107e98ac63cc..9bb99c280f06 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -81213,7 +80817,7 @@ index 107e98ac63cc..9bb99c280f06 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81329,7 +80933,7 @@ index 107e98ac63cc..9bb99c280f06 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -81416,10 +81020,10 @@ index 107e98ac63cc..9bb99c280f06 100644 Library("dcsctp_socket_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build -index 00262d100031..993f18bed0a9 100644 +index 66c34162b8dc..fdf1bbb890a5 100644 --- third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/heartbeat_handler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -81433,7 +81037,6 @@ index 00262d100031..993f18bed0a9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -81450,7 +81053,7 @@ index 00262d100031..993f18bed0a9 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81566,7 +81169,7 @@ index 00262d100031..993f18bed0a9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -81653,10 +81256,10 @@ index 00262d100031..993f18bed0a9 100644 Library("heartbeat_handler_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build -index 39ab473412b0..4d15277f738b 100644 +index 00f7f6e1def2..c31b3ee4cc2d 100644 --- third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/packet_sender_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -81670,7 +81273,6 @@ index 39ab473412b0..4d15277f738b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -81687,7 +81289,7 @@ index 39ab473412b0..4d15277f738b 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -81803,7 +81405,7 @@ index 39ab473412b0..4d15277f738b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -81890,10 +81492,10 @@ index 39ab473412b0..4d15277f738b 100644 Library("packet_sender_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build -index ce3e44c4b629..19b364703a71 100644 +index 3b8899da3266..5532a14e5bda 100644 --- third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/stream_reset_handler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -81907,7 +81509,6 @@ index ce3e44c4b629..19b364703a71 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -81924,7 +81525,7 @@ index ce3e44c4b629..19b364703a71 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82040,7 +81641,7 @@ index ce3e44c4b629..19b364703a71 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -82127,10 +81728,10 @@ index ce3e44c4b629..19b364703a71 100644 Library("stream_reset_handler_gn") diff --git third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build -index 6afd5f6bf137..bdf73352fc2c 100644 +index ef3e5cdff066..5b3a5af9aba8 100644 --- third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/socket/transmission_control_block_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -82144,7 +81745,6 @@ index 6afd5f6bf137..bdf73352fc2c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -82161,7 +81761,7 @@ index 6afd5f6bf137..bdf73352fc2c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82277,7 +81877,7 @@ index 6afd5f6bf137..bdf73352fc2c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -82364,10 +81964,10 @@ index 6afd5f6bf137..bdf73352fc2c 100644 Library("transmission_control_block_gn") diff --git third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build -index a878a777f075..bc526829ccde 100644 +index c42f501ab5b8..17aff1a85181 100644 --- third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/timer/task_queue_timeout_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -82381,7 +81981,6 @@ index a878a777f075..bc526829ccde 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -82398,7 +81997,7 @@ index a878a777f075..bc526829ccde 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82514,7 +82113,7 @@ index a878a777f075..bc526829ccde 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -82601,10 +82200,10 @@ index a878a777f075..bc526829ccde 100644 Library("task_queue_timeout_gn") diff --git third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build -index 9135197b1a27..45e27cc0d699 100644 +index 1739ac8b4ef0..410e23eda3c3 100644 --- third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/timer/timer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -82618,7 +82217,6 @@ index 9135197b1a27..45e27cc0d699 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -82635,7 +82233,7 @@ index 9135197b1a27..45e27cc0d699 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82744,7 +82342,7 @@ index 9135197b1a27..45e27cc0d699 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -82831,10 +82429,10 @@ index 9135197b1a27..45e27cc0d699 100644 Library("timer_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build -index d3675c20e090..0484b7d9ee0b 100644 +index e85dc4592bf1..c2c7420b0893 100644 --- third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/outstanding_data_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -82848,7 +82446,6 @@ index d3675c20e090..0484b7d9ee0b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -82865,7 +82462,7 @@ index d3675c20e090..0484b7d9ee0b 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -82981,7 +82578,7 @@ index d3675c20e090..0484b7d9ee0b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -83068,10 +82665,10 @@ index d3675c20e090..0484b7d9ee0b 100644 Library("outstanding_data_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build -index 91eacefafc6e..4f2f4736d061 100644 +index e1ae0824a880..672690c7125d 100644 --- third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/retransmission_error_counter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -83085,7 +82682,6 @@ index 91eacefafc6e..4f2f4736d061 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -83102,7 +82698,7 @@ index 91eacefafc6e..4f2f4736d061 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83218,7 +82814,7 @@ index 91eacefafc6e..4f2f4736d061 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -83305,10 +82901,10 @@ index 91eacefafc6e..4f2f4736d061 100644 Library("retransmission_error_counter_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build -index 9f48ab274b3f..742805da2860 100644 +index 543fd767cc65..292597d1de09 100644 --- third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/retransmission_queue_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -83322,7 +82918,6 @@ index 9f48ab274b3f..742805da2860 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -83339,7 +82934,7 @@ index 9f48ab274b3f..742805da2860 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83455,7 +83050,7 @@ index 9f48ab274b3f..742805da2860 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -83542,10 +83137,10 @@ index 9f48ab274b3f..742805da2860 100644 Library("retransmission_queue_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build -index 13644937a9ca..1e3266124e81 100644 +index b0bd600462ba..7e3b4fdbd0a3 100644 --- third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/retransmission_timeout_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -83559,7 +83154,6 @@ index 13644937a9ca..1e3266124e81 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -83576,7 +83170,7 @@ index 13644937a9ca..1e3266124e81 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83685,7 +83279,7 @@ index 13644937a9ca..1e3266124e81 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -83772,10 +83366,10 @@ index 13644937a9ca..1e3266124e81 100644 Library("retransmission_timeout_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build -index c7f546cb18ee..23084f1b2834 100644 +index 828c2ae923b9..e612eaa591aa 100644 --- third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/rr_send_queue_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -83789,7 +83383,6 @@ index c7f546cb18ee..23084f1b2834 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -83806,7 +83399,7 @@ index c7f546cb18ee..23084f1b2834 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -83922,7 +83515,7 @@ index c7f546cb18ee..23084f1b2834 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -84009,16 +83602,15 @@ index c7f546cb18ee..23084f1b2834 100644 Library("rr_send_queue_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build -index ecd82d9dfcc4..de8b818042ce 100644 +index 5aab21126b8d..dc4ce43eaf02 100644 --- third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/send_queue_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -84035,7 +83627,7 @@ index ecd82d9dfcc4..de8b818042ce 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84131,7 +83723,7 @@ index ecd82d9dfcc4..de8b818042ce 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -84157,7 +83749,7 @@ index ecd82d9dfcc4..de8b818042ce 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -84199,10 +83791,10 @@ index ecd82d9dfcc4..de8b818042ce 100644 - Library("send_queue_gn") diff --git third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build -index 37e62fcafe56..fc410f996a09 100644 +index 229e9ffdb1d5..9dcd4136cd05 100644 --- third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build +++ third_party/libwebrtc/net/dcsctp/tx/stream_scheduler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -84216,7 +83808,6 @@ index 37e62fcafe56..fc410f996a09 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -84233,7 +83824,7 @@ index 37e62fcafe56..fc410f996a09 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84349,7 +83940,7 @@ index 37e62fcafe56..fc410f996a09 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -84436,10 +84027,10 @@ index 37e62fcafe56..fc410f996a09 100644 Library("stream_scheduler_gn") diff --git third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build -index ce9ad3dc92c5..949afbe50bca 100644 +index 4680b8038c15..11a5835aa0ec 100644 --- third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build +++ third_party/libwebrtc/rtc_base/async_dns_resolver_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -84453,7 +84044,6 @@ index ce9ad3dc92c5..949afbe50bca 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -84470,7 +84060,7 @@ index ce9ad3dc92c5..949afbe50bca 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84587,7 +84177,7 @@ index ce9ad3dc92c5..949afbe50bca 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -84674,16 +84264,15 @@ index ce9ad3dc92c5..949afbe50bca 100644 Library("async_dns_resolver_gn") diff --git third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build -index 07bb6443d9d6..91b568c42ae2 100644 +index 84ac167bbdb4..9add7df57b49 100644 --- third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build +++ third_party/libwebrtc/rtc_base/async_packet_socket_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -84700,7 +84289,7 @@ index 07bb6443d9d6..91b568c42ae2 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84785,7 +84374,7 @@ index 07bb6443d9d6..91b568c42ae2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -84811,7 +84400,7 @@ index 07bb6443d9d6..91b568c42ae2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -84853,10 +84442,10 @@ index 07bb6443d9d6..91b568c42ae2 100644 - Library("async_packet_socket_gn") diff --git third_party/libwebrtc/rtc_base/base64_gn/moz.build third_party/libwebrtc/rtc_base/base64_gn/moz.build -index a25babbce8ae..0dc7adde5b52 100644 +index d5290ba156ee..438d28335bbf 100644 --- third_party/libwebrtc/rtc_base/base64_gn/moz.build +++ third_party/libwebrtc/rtc_base/base64_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -84870,7 +84459,6 @@ index a25babbce8ae..0dc7adde5b52 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -84887,7 +84475,7 @@ index a25babbce8ae..0dc7adde5b52 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -84996,7 +84584,7 @@ index a25babbce8ae..0dc7adde5b52 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -85083,10 +84671,10 @@ index a25babbce8ae..0dc7adde5b52 100644 Library("base64_gn") diff --git third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -index 6b8286ce533e..223b2e1d6618 100644 +index 80ddb0225604..9bcacaba76c6 100644 --- third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build +++ third_party/libwebrtc/rtc_base/bit_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -85100,7 +84688,6 @@ index 6b8286ce533e..223b2e1d6618 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -85117,7 +84704,7 @@ index 6b8286ce533e..223b2e1d6618 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85226,7 +84813,7 @@ index 6b8286ce533e..223b2e1d6618 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -85313,10 +84900,10 @@ index 6b8286ce533e..223b2e1d6618 100644 Library("bit_buffer_gn") diff --git third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build -index 5cceeac367d7..f0d7be1b6bcc 100644 +index 827aea8164d8..48d6a8a83d35 100644 --- third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build +++ third_party/libwebrtc/rtc_base/bitrate_tracker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -85330,7 +84917,6 @@ index 5cceeac367d7..f0d7be1b6bcc 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -85347,7 +84933,7 @@ index 5cceeac367d7..f0d7be1b6bcc 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85463,7 +85049,7 @@ index 5cceeac367d7..f0d7be1b6bcc 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -85550,10 +85136,10 @@ index 5cceeac367d7..f0d7be1b6bcc 100644 Library("bitrate_tracker_gn") diff --git third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -index c309a89359e0..d3361f99f01b 100644 +index 22951bbe63d7..f7117ae3f008 100644 --- third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build +++ third_party/libwebrtc/rtc_base/bitstream_reader_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -85567,7 +85153,6 @@ index c309a89359e0..d3361f99f01b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -85584,7 +85169,7 @@ index c309a89359e0..d3361f99f01b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85693,7 +85278,7 @@ index c309a89359e0..d3361f99f01b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -85780,16 +85365,15 @@ index c309a89359e0..d3361f99f01b 100644 Library("bitstream_reader_gn") diff --git third_party/libwebrtc/rtc_base/buffer_gn/moz.build third_party/libwebrtc/rtc_base/buffer_gn/moz.build -index ef4cb47eab49..a43d4f89c6ba 100644 +index 1fcfe7639127..fb81a8672641 100644 --- third_party/libwebrtc/rtc_base/buffer_gn/moz.build +++ third_party/libwebrtc/rtc_base/buffer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -85806,7 +85390,7 @@ index ef4cb47eab49..a43d4f89c6ba 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -85895,7 +85479,7 @@ index ef4cb47eab49..a43d4f89c6ba 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -85921,7 +85505,7 @@ index ef4cb47eab49..a43d4f89c6ba 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -85963,10 +85547,10 @@ index ef4cb47eab49..a43d4f89c6ba 100644 - Library("buffer_gn") diff --git third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -index d369f151e1af..d02946fbaac5 100644 +index a3061b52e1c5..e0c40a228e26 100644 --- third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build +++ third_party/libwebrtc/rtc_base/byte_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -85980,7 +85564,6 @@ index d369f151e1af..d02946fbaac5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -85997,7 +85580,7 @@ index d369f151e1af..d02946fbaac5 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86106,7 +85689,7 @@ index d369f151e1af..d02946fbaac5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -86193,16 +85776,15 @@ index d369f151e1af..d02946fbaac5 100644 Library("byte_buffer_gn") diff --git third_party/libwebrtc/rtc_base/byte_order_gn/moz.build third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -index d357971ac11b..c936f00bf8ee 100644 +index 1545308124ab..a3ec3a3d626b 100644 --- third_party/libwebrtc/rtc_base/byte_order_gn/moz.build +++ third_party/libwebrtc/rtc_base/byte_order_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -86219,7 +85801,7 @@ index d357971ac11b..c936f00bf8ee 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86304,7 +85886,7 @@ index d357971ac11b..c936f00bf8ee 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -86330,7 +85912,7 @@ index d357971ac11b..c936f00bf8ee 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -86372,10 +85954,10 @@ index d357971ac11b..c936f00bf8ee 100644 - Library("byte_order_gn") diff --git third_party/libwebrtc/rtc_base/checks_gn/moz.build third_party/libwebrtc/rtc_base/checks_gn/moz.build -index def68740cf81..43485510c8f6 100644 +index 8d87d4d8216f..e4f306a32de0 100644 --- third_party/libwebrtc/rtc_base/checks_gn/moz.build +++ third_party/libwebrtc/rtc_base/checks_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -86389,7 +85971,6 @@ index def68740cf81..43485510c8f6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -86406,7 +85987,7 @@ index def68740cf81..43485510c8f6 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86515,7 +86096,7 @@ index def68740cf81..43485510c8f6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -86602,16 +86183,15 @@ index def68740cf81..43485510c8f6 100644 Library("checks_gn") diff --git third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -index 1b95fbaa6d76..6fcc88e2c397 100644 +index 7bdfd334c9eb..fb7482f075fd 100644 --- third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build +++ third_party/libwebrtc/rtc_base/compile_assert_c_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -86628,7 +86208,7 @@ index 1b95fbaa6d76..6fcc88e2c397 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86713,7 +86293,7 @@ index 1b95fbaa6d76..6fcc88e2c397 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -86739,7 +86319,7 @@ index 1b95fbaa6d76..6fcc88e2c397 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -86781,10 +86361,10 @@ index 1b95fbaa6d76..6fcc88e2c397 100644 - Library("compile_assert_c_gn") diff --git third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build -index 8312c651783d..aff4637d3195 100644 +index bc4699b03b1f..e81adae3ae48 100644 --- third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build +++ third_party/libwebrtc/rtc_base/containers/flat_containers_internal_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -86798,7 +86378,6 @@ index 8312c651783d..aff4637d3195 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -86815,7 +86394,7 @@ index 8312c651783d..aff4637d3195 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -86924,7 +86503,7 @@ index 8312c651783d..aff4637d3195 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -87011,16 +86590,15 @@ index 8312c651783d..aff4637d3195 100644 Library("flat_containers_internal_gn") diff --git third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -index 12d9f24a5dea..03965a3dbbbd 100644 +index 110a2268825e..f5df159ef2c1 100644 --- third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build +++ third_party/libwebrtc/rtc_base/containers/flat_map_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -87037,7 +86615,7 @@ index 12d9f24a5dea..03965a3dbbbd 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87126,7 +86704,7 @@ index 12d9f24a5dea..03965a3dbbbd 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -87152,7 +86730,7 @@ index 12d9f24a5dea..03965a3dbbbd 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -87194,16 +86772,15 @@ index 12d9f24a5dea..03965a3dbbbd 100644 - Library("flat_map_gn") diff --git third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -index 94d72b0be826..9bf7b297f73d 100644 +index fb086fe47844..3033d814afa7 100644 --- third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build +++ third_party/libwebrtc/rtc_base/containers/flat_set_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -87220,7 +86797,7 @@ index 94d72b0be826..9bf7b297f73d 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87309,7 +86886,7 @@ index 94d72b0be826..9bf7b297f73d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -87335,7 +86912,7 @@ index 94d72b0be826..9bf7b297f73d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -87377,10 +86954,10 @@ index 94d72b0be826..9bf7b297f73d 100644 - Library("flat_set_gn") diff --git third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build -index e1acd341b068..dac6e2aca2ad 100644 +index 9f17e1be42ec..03f53c77a75a 100644 --- third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build +++ third_party/libwebrtc/rtc_base/copy_on_write_buffer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -87394,7 +86971,6 @@ index e1acd341b068..dac6e2aca2ad 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -87411,7 +86987,7 @@ index e1acd341b068..dac6e2aca2ad 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87520,7 +87096,7 @@ index e1acd341b068..dac6e2aca2ad 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -87607,10 +87183,10 @@ index e1acd341b068..dac6e2aca2ad 100644 Library("copy_on_write_buffer_gn") diff --git third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build -index 238cb6c032ed..35811bc6d1bf 100644 +index 6a2345034a07..9dd328e92485 100644 --- third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build +++ third_party/libwebrtc/rtc_base/cpu_info_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -87624,7 +87200,6 @@ index 238cb6c032ed..35811bc6d1bf 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -87641,7 +87216,7 @@ index 238cb6c032ed..35811bc6d1bf 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87757,7 +87332,7 @@ index 238cb6c032ed..35811bc6d1bf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -87844,10 +87419,10 @@ index 238cb6c032ed..35811bc6d1bf 100644 Library("cpu_info_gn") diff --git third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -index 16863186a717..f2ab4d6f1744 100644 +index f11f29619d5e..de25562cd255 100644 --- third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build +++ third_party/libwebrtc/rtc_base/criticalsection_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -87861,7 +87436,6 @@ index 16863186a717..f2ab4d6f1744 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -87878,7 +87452,7 @@ index 16863186a717..f2ab4d6f1744 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -87987,7 +87561,7 @@ index 16863186a717..f2ab4d6f1744 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -88074,10 +87648,10 @@ index 16863186a717..f2ab4d6f1744 100644 Library("criticalsection_gn") diff --git third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build -index 2221c4516bcd..895f33cd1a5b 100644 +index 32d3eabe7182..1716888a1540 100644 --- third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build +++ third_party/libwebrtc/rtc_base/denormal_disabler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -88091,7 +87665,6 @@ index 2221c4516bcd..895f33cd1a5b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -88108,7 +87681,7 @@ index 2221c4516bcd..895f33cd1a5b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88217,7 +87790,7 @@ index 2221c4516bcd..895f33cd1a5b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -88304,16 +87877,15 @@ index 2221c4516bcd..895f33cd1a5b 100644 Library("denormal_disabler_gn") diff --git third_party/libwebrtc/rtc_base/divide_round_gn/moz.build third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -index 6d17c8740b6c..4081536caf3a 100644 +index c45abd0214c2..5afb72a8871d 100644 --- third_party/libwebrtc/rtc_base/divide_round_gn/moz.build +++ third_party/libwebrtc/rtc_base/divide_round_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -88330,7 +87902,7 @@ index 6d17c8740b6c..4081536caf3a 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88419,7 +87991,7 @@ index 6d17c8740b6c..4081536caf3a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -88445,7 +88017,7 @@ index 6d17c8740b6c..4081536caf3a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -88487,16 +88059,15 @@ index 6d17c8740b6c..4081536caf3a 100644 - Library("divide_round_gn") diff --git third_party/libwebrtc/rtc_base/dscp_gn/moz.build third_party/libwebrtc/rtc_base/dscp_gn/moz.build -index b11b9ea3a10f..7ff506e6f033 100644 +index 67fc0c9f2946..db5bc6af820e 100644 --- third_party/libwebrtc/rtc_base/dscp_gn/moz.build +++ third_party/libwebrtc/rtc_base/dscp_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -88513,7 +88084,7 @@ index b11b9ea3a10f..7ff506e6f033 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88598,7 +88169,7 @@ index b11b9ea3a10f..7ff506e6f033 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -88624,7 +88195,7 @@ index b11b9ea3a10f..7ff506e6f033 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -88666,10 +88237,10 @@ index b11b9ea3a10f..7ff506e6f033 100644 - Library("dscp_gn") diff --git third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -index f8f5a1578a65..1dd5e9cae110 100644 +index 9871decbb1aa..e090fdcce24c 100644 --- third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build +++ third_party/libwebrtc/rtc_base/event_tracer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -88683,7 +88254,6 @@ index f8f5a1578a65..1dd5e9cae110 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -88700,7 +88270,7 @@ index f8f5a1578a65..1dd5e9cae110 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -88816,7 +88386,7 @@ index f8f5a1578a65..1dd5e9cae110 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -88903,10 +88473,10 @@ index f8f5a1578a65..1dd5e9cae110 100644 Library("event_tracer_gn") diff --git third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -index 02462b01a41f..7b105572ca97 100644 +index 6f3804964680..09ee866580b3 100644 --- third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/alr_experiment_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -88920,7 +88490,6 @@ index 02462b01a41f..7b105572ca97 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -88937,7 +88506,7 @@ index 02462b01a41f..7b105572ca97 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89053,7 +88622,7 @@ index 02462b01a41f..7b105572ca97 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -89140,10 +88709,10 @@ index 02462b01a41f..7b105572ca97 100644 Library("alr_experiment_gn") diff --git third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build -index 13219bd5072a..6516454a00c5 100644 +index bbf714b33195..15fcbde02d97 100644 --- third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/balanced_degradation_settings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -89157,7 +88726,6 @@ index 13219bd5072a..6516454a00c5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -89174,7 +88742,7 @@ index 13219bd5072a..6516454a00c5 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89290,7 +88858,7 @@ index 13219bd5072a..6516454a00c5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -89377,10 +88945,10 @@ index 13219bd5072a..6516454a00c5 100644 Library("balanced_degradation_settings_gn") diff --git third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build -index a61b74592b43..4dbd966794df 100644 +index 439ec1d4e7c9..52a1550b84d0 100644 --- third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/encoder_info_settings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -89394,7 +88962,6 @@ index a61b74592b43..4dbd966794df 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -89411,7 +88978,7 @@ index a61b74592b43..4dbd966794df 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89527,7 +89094,7 @@ index a61b74592b43..4dbd966794df 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -89614,10 +89181,10 @@ index a61b74592b43..4dbd966794df 100644 Library("encoder_info_settings_gn") diff --git third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build -index 1bfa2439a209..2b3b0b46ae5d 100644 +index bf20d2672978..f694fc71932b 100644 --- third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/field_trial_parser_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -89631,7 +89198,6 @@ index 1bfa2439a209..2b3b0b46ae5d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -89648,7 +89214,7 @@ index 1bfa2439a209..2b3b0b46ae5d 100644 FINAL_LIBRARY = "xul" -@@ -50,114 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -89764,7 +89330,7 @@ index 1bfa2439a209..2b3b0b46ae5d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -165,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -89851,10 +89417,10 @@ index 1bfa2439a209..2b3b0b46ae5d 100644 Library("field_trial_parser_gn") diff --git third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build -index 5dcd59791760..f701e1db2a07 100644 +index 3ab54cf6bd88..e7cba2997a14 100644 --- third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/keyframe_interval_settings_experiment_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -89868,7 +89434,6 @@ index 5dcd59791760..f701e1db2a07 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -89885,7 +89450,7 @@ index 5dcd59791760..f701e1db2a07 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90001,7 +89566,7 @@ index 5dcd59791760..f701e1db2a07 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -90088,10 +89653,10 @@ index 5dcd59791760..f701e1db2a07 100644 Library("keyframe_interval_settings_experiment_gn") diff --git third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build -index 8262fe29876d..6eda4ec02686 100644 +index 07f12b5051b7..6dcc86225977 100644 --- third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/min_video_bitrate_experiment_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -90105,7 +89670,6 @@ index 8262fe29876d..6eda4ec02686 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -90122,7 +89686,7 @@ index 8262fe29876d..6eda4ec02686 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90238,7 +89802,7 @@ index 8262fe29876d..6eda4ec02686 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -90325,10 +89889,10 @@ index 8262fe29876d..6eda4ec02686 100644 Library("min_video_bitrate_experiment_gn") diff --git third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build -index 3d4141038f75..7ce1cdc5b8f7 100644 +index 79de1ae073a5..c92ecb38451c 100644 --- third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/normalize_simulcast_size_experiment_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -90342,7 +89906,6 @@ index 3d4141038f75..7ce1cdc5b8f7 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -90359,7 +89922,7 @@ index 3d4141038f75..7ce1cdc5b8f7 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90475,7 +90038,7 @@ index 3d4141038f75..7ce1cdc5b8f7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -90562,10 +90125,10 @@ index 3d4141038f75..7ce1cdc5b8f7 100644 Library("normalize_simulcast_size_experiment_gn") diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build -index bfd2b98c7a7b..335d72fa5613 100644 +index de5ccaa7e596..8ea47b1f2a07 100644 --- third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/quality_scaler_settings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -90579,7 +90142,6 @@ index bfd2b98c7a7b..335d72fa5613 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -90596,7 +90158,7 @@ index bfd2b98c7a7b..335d72fa5613 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90712,7 +90274,7 @@ index bfd2b98c7a7b..335d72fa5613 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -90799,10 +90361,10 @@ index bfd2b98c7a7b..335d72fa5613 100644 Library("quality_scaler_settings_gn") diff --git third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build -index 590ea0696c8d..e3886eb62100 100644 +index db3d8c8a188b..e3623185b4c1 100644 --- third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/quality_scaling_experiment_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -90816,7 +90378,6 @@ index 590ea0696c8d..e3886eb62100 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -90833,7 +90394,7 @@ index 590ea0696c8d..e3886eb62100 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -90949,7 +90510,7 @@ index 590ea0696c8d..e3886eb62100 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -91036,10 +90597,10 @@ index 590ea0696c8d..e3886eb62100 100644 Library("quality_scaling_experiment_gn") diff --git third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build -index bd7435a60e96..333de1887b05 100644 +index 7866b4a70a4f..6d8d954f0400 100644 --- third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build +++ third_party/libwebrtc/rtc_base/experiments/rate_control_settings_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -91053,7 +90614,6 @@ index bd7435a60e96..333de1887b05 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -91070,7 +90630,7 @@ index bd7435a60e96..333de1887b05 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91186,7 +90746,7 @@ index bd7435a60e96..333de1887b05 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -91273,10 +90833,10 @@ index bd7435a60e96..333de1887b05 100644 Library("rate_control_settings_gn") diff --git third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build -index d4e3e8670945..eea635796ddf 100644 +index c8c61429d38f..47b3096ae1da 100644 --- third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build +++ third_party/libwebrtc/rtc_base/frequency_tracker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -91290,7 +90850,6 @@ index d4e3e8670945..eea635796ddf 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -91307,7 +90866,7 @@ index d4e3e8670945..eea635796ddf 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91423,7 +90982,7 @@ index d4e3e8670945..eea635796ddf 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -91510,16 +91069,15 @@ index d4e3e8670945..eea635796ddf 100644 Library("frequency_tracker_gn") diff --git third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -index c551d6f8e7db..6afbfab03fe8 100644 +index 6e4858c05e1d..e01a08018962 100644 --- third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build +++ third_party/libwebrtc/rtc_base/gtest_prod_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -91536,7 +91094,7 @@ index c551d6f8e7db..6afbfab03fe8 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91621,7 +91179,7 @@ index c551d6f8e7db..6afbfab03fe8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -91647,7 +91205,7 @@ index c551d6f8e7db..6afbfab03fe8 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -91689,10 +91247,10 @@ index c551d6f8e7db..6afbfab03fe8 100644 - Library("gtest_prod_gn") diff --git third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -index 5484f2bc8476..cf891e0be40a 100644 +index 4c82ebf4f1a4..9bb8130d8c7a 100644 --- third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build +++ third_party/libwebrtc/rtc_base/histogram_percentile_counter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -91706,7 +91264,6 @@ index 5484f2bc8476..cf891e0be40a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -91723,7 +91280,7 @@ index 5484f2bc8476..cf891e0be40a 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -91832,7 +91389,7 @@ index 5484f2bc8476..cf891e0be40a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -91920,10 +91477,10 @@ index 5484f2bc8476..cf891e0be40a 100644 Library("histogram_percentile_counter_gn") diff --git third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build deleted file mode 100644 -index 0add5b061a15..000000000000 +index 471d8a145443..000000000000 --- third_party/libwebrtc/rtc_base/ifaddrs_android_gn/moz.build +++ /dev/null -@@ -1,100 +0,0 @@ +@@ -1,99 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -91946,7 +91503,6 @@ index 0add5b061a15..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ANDROID"] = True -DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -92025,16 +91581,15 @@ index 0add5b061a15..000000000000 - -Library("ifaddrs_android_gn") diff --git third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -index 81956aa523cb..3898fa6a642b 100644 +index f18c322cef73..70cbdf4c62e1 100644 --- third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build +++ third_party/libwebrtc/rtc_base/ignore_wundef_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -92051,7 +91606,7 @@ index 81956aa523cb..3898fa6a642b 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92136,7 +91691,7 @@ index 81956aa523cb..3898fa6a642b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -92162,7 +91717,7 @@ index 81956aa523cb..3898fa6a642b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -92204,10 +91759,10 @@ index 81956aa523cb..3898fa6a642b 100644 - Library("ignore_wundef_gn") diff --git third_party/libwebrtc/rtc_base/ip_address_gn/moz.build third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -index 2dccf74b924f..f6b3e5950ba9 100644 +index c67703077af9..8ff1adb6036f 100644 --- third_party/libwebrtc/rtc_base/ip_address_gn/moz.build +++ third_party/libwebrtc/rtc_base/ip_address_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -92221,7 +91776,6 @@ index 2dccf74b924f..f6b3e5950ba9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -92238,7 +91792,7 @@ index 2dccf74b924f..f6b3e5950ba9 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92354,7 +91908,7 @@ index 2dccf74b924f..f6b3e5950ba9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -92441,10 +91995,10 @@ index 2dccf74b924f..f6b3e5950ba9 100644 Library("ip_address_gn") diff --git third_party/libwebrtc/rtc_base/logging_gn/moz.build third_party/libwebrtc/rtc_base/logging_gn/moz.build -index 693febb71f1d..3bb173719fc9 100644 +index 853c5bcada13..d16275ec7067 100644 --- third_party/libwebrtc/rtc_base/logging_gn/moz.build +++ third_party/libwebrtc/rtc_base/logging_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -92458,7 +92012,6 @@ index 693febb71f1d..3bb173719fc9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True DEFINES["WEBRTC_APM_DEBUG_DUMP"] = "1" +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -92476,7 +92029,7 @@ index 693febb71f1d..3bb173719fc9 100644 FINAL_LIBRARY = "xul" -@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92592,7 +92145,7 @@ index 693febb71f1d..3bb173719fc9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -92679,16 +92232,15 @@ index 693febb71f1d..3bb173719fc9 100644 Library("logging_gn") diff --git third_party/libwebrtc/rtc_base/macromagic_gn/moz.build third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -index ee7bf52578e1..8cf0cbacb8c7 100644 +index fc6e8f693b98..17687531d1c6 100644 --- third_party/libwebrtc/rtc_base/macromagic_gn/moz.build +++ third_party/libwebrtc/rtc_base/macromagic_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -92705,7 +92257,7 @@ index ee7bf52578e1..8cf0cbacb8c7 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -92790,7 +92342,7 @@ index ee7bf52578e1..8cf0cbacb8c7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -92816,7 +92368,7 @@ index ee7bf52578e1..8cf0cbacb8c7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -92858,10 +92410,10 @@ index ee7bf52578e1..8cf0cbacb8c7 100644 - Library("macromagic_gn") diff --git third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -index 6b63d05f4f99..b2586a6ddfb2 100644 +index 3c352afea7ec..6ad9b42d6dc4 100644 --- third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build +++ third_party/libwebrtc/rtc_base/memory/aligned_malloc_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -92875,7 +92427,6 @@ index 6b63d05f4f99..b2586a6ddfb2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -92892,7 +92443,7 @@ index 6b63d05f4f99..b2586a6ddfb2 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93001,7 +92552,7 @@ index 6b63d05f4f99..b2586a6ddfb2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -93088,16 +92639,15 @@ index 6b63d05f4f99..b2586a6ddfb2 100644 Library("aligned_malloc_gn") diff --git third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -index 73ea529287cf..293ce4f38dd7 100644 +index 7b6b50b9dd15..03d6e54acba9 100644 --- third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build +++ third_party/libwebrtc/rtc_base/mod_ops_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -93114,7 +92664,7 @@ index 73ea529287cf..293ce4f38dd7 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93203,7 +92753,7 @@ index 73ea529287cf..293ce4f38dd7 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -93229,7 +92779,7 @@ index 73ea529287cf..293ce4f38dd7 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -93271,16 +92821,15 @@ index 73ea529287cf..293ce4f38dd7 100644 - Library("mod_ops_gn") diff --git third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -index 2e59566bed66..0ab732b24e2c 100644 +index 8bf71a1ab9b2..084355af82e2 100644 --- third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build +++ third_party/libwebrtc/rtc_base/moving_max_counter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -93297,7 +92846,7 @@ index 2e59566bed66..0ab732b24e2c 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93386,7 +92935,7 @@ index 2e59566bed66..0ab732b24e2c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -93412,7 +92961,7 @@ index 2e59566bed66..0ab732b24e2c 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -93454,10 +93003,10 @@ index 2e59566bed66..0ab732b24e2c 100644 - Library("moving_max_counter_gn") diff --git third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -index 37197827d623..6c49a98b2b89 100644 +index 250d021bf165..01e254bed37a 100644 --- third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build +++ third_party/libwebrtc/rtc_base/net_helpers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -93471,7 +93020,6 @@ index 37197827d623..6c49a98b2b89 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -93488,7 +93036,7 @@ index 37197827d623..6c49a98b2b89 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -93604,7 +93152,7 @@ index 37197827d623..6c49a98b2b89 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -93690,190 +93238,11 @@ index 37197827d623..6c49a98b2b89 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("net_helpers_gn") -diff --git third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -index 8ab0d1a1c443..00fbb2407fdc 100644 ---- third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -+++ third_party/libwebrtc/rtc_base/network/ecn_marking_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" - DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" - DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True - DEFINES["RTC_ENABLE_VP9"] = True -+DEFINES["USE_GLIB"] = "1" -+DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -+DEFINES["WEBRTC_BSD"] = True - DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" - DEFINES["WEBRTC_LIBRARY_IMPL"] = True - DEFINES["WEBRTC_MOZILLA_BUILD"] = True - DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" -+DEFINES["WEBRTC_POSIX"] = True - DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" -+DEFINES["_FILE_OFFSET_BITS"] = "64" -+DEFINES["_LARGEFILE64_SOURCE"] = True -+DEFINES["_LARGEFILE_SOURCE"] = True - DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" -+DEFINES["__STDC_CONSTANT_MACROS"] = True -+DEFINES["__STDC_FORMAT_MACROS"] = True - - FINAL_LIBRARY = "xul" - -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: - if CONFIG["MOZ_DEBUG"] == "1": - - DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" -- --if CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["ANDROID"] = True -- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" -- DEFINES["HAVE_SYS_UIO_H"] = True -- DEFINES["WEBRTC_ANDROID"] = True -- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_GNU_SOURCE"] = True -- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["WEBRTC_MAC"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["USE_AURA"] = "1" -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["USE_UDEV"] = True -- DEFINES["WEBRTC_LINUX"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["USE_GLIB"] = "1" -- DEFINES["USE_OZONE"] = "1" -- DEFINES["WEBRTC_BSD"] = True -- DEFINES["WEBRTC_POSIX"] = True -- DEFINES["_FILE_OFFSET_BITS"] = "64" -- DEFINES["_LARGEFILE64_SOURCE"] = True -- DEFINES["_LARGEFILE_SOURCE"] = True -- DEFINES["__STDC_CONSTANT_MACROS"] = True -- DEFINES["__STDC_FORMAT_MACROS"] = True -- --if CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True -- DEFINES["NOMINMAX"] = True -- DEFINES["NTDDI_VERSION"] = "0x0A000000" -- DEFINES["PSAPI_VERSION"] = "2" -- DEFINES["RTC_ENABLE_WIN_WGC"] = True -- DEFINES["UNICODE"] = True -- DEFINES["USE_AURA"] = "1" -- DEFINES["WEBRTC_WIN"] = True -- DEFINES["WIN32"] = True -- DEFINES["WIN32_LEAN_AND_MEAN"] = True -- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" -- DEFINES["WINVER"] = "0x0A00" -- DEFINES["_ATL_NO_OPENGL"] = True -- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True -- DEFINES["_CRT_RAND_S"] = True -- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True -- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True -- DEFINES["_HAS_EXCEPTIONS"] = "0" -- DEFINES["_HAS_NODISCARD"] = True -- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True -- DEFINES["_SECURE_ATL"] = True -- DEFINES["_UNICODE"] = True -- DEFINES["_WIN32_WINNT"] = "0x0A00" -- DEFINES["_WINDOWS"] = True -- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True -- DEFINES["__STD_C"] = True -+ DEFINES["_DEBUG"] = True - - if CONFIG["TARGET_CPU"] == "aarch64": - -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": - DEFINES["WEBRTC_HAS_NEON"] = True - DEFINES["__ARM_NEON__"] = "1" - --if CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["WEBRTC_ARCH_ARM"] = True -- DEFINES["WEBRTC_ARCH_ARM_V7"] = True -- DEFINES["WEBRTC_HAS_NEON"] = True -- --if CONFIG["TARGET_CPU"] == "loongarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- - if CONFIG["TARGET_CPU"] == "mips32": - - DEFINES["MIPS32_LE"] = True - DEFINES["MIPS_FPU_LE"] = True -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["TARGET_CPU"] == "mips64": -- -- DEFINES["_GNU_SOURCE"] = True - - if CONFIG["TARGET_CPU"] == "x86": - -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": - - DEFINES["WEBRTC_ENABLE_AVX2"] = True - --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": -- -- DEFINES["_DEBUG"] = True -- --if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": -- -- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": -- -- DEFINES["_GNU_SOURCE"] = True -- --if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": -- -- DEFINES["_GNU_SOURCE"] = True -- - Library("ecn_marking_gn") diff --git third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -index a07df9c7bdce..dd74655da58d 100644 +index 6b3882c8e215..28cf9963eb6f 100644 --- third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build +++ third_party/libwebrtc/rtc_base/network/sent_packet_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -93887,7 +93256,6 @@ index a07df9c7bdce..dd74655da58d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -93904,7 +93272,7 @@ index a07df9c7bdce..dd74655da58d 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94009,7 +93377,7 @@ index a07df9c7bdce..dd74655da58d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -94096,10 +93464,10 @@ index a07df9c7bdce..dd74655da58d 100644 Library("sent_packet_gn") diff --git third_party/libwebrtc/rtc_base/network_constants_gn/moz.build third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -index ee55a2e228da..a1ad5d527e0e 100644 +index 64a02b49cd61..1fb29bdbddeb 100644 --- third_party/libwebrtc/rtc_base/network_constants_gn/moz.build +++ third_party/libwebrtc/rtc_base/network_constants_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -94113,7 +93481,6 @@ index ee55a2e228da..a1ad5d527e0e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -94130,7 +93497,7 @@ index ee55a2e228da..a1ad5d527e0e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94239,7 +93606,7 @@ index ee55a2e228da..a1ad5d527e0e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -94326,10 +93693,10 @@ index ee55a2e228da..a1ad5d527e0e 100644 Library("network_constants_gn") diff --git third_party/libwebrtc/rtc_base/network_route_gn/moz.build third_party/libwebrtc/rtc_base/network_route_gn/moz.build -index 3f6ff2c31d0a..af256e4f52df 100644 +index 90b5bcd80497..2a5e0afd12ea 100644 --- third_party/libwebrtc/rtc_base/network_route_gn/moz.build +++ third_party/libwebrtc/rtc_base/network_route_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -94343,7 +93710,6 @@ index 3f6ff2c31d0a..af256e4f52df 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -94360,7 +93726,7 @@ index 3f6ff2c31d0a..af256e4f52df 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94469,7 +93835,7 @@ index 3f6ff2c31d0a..af256e4f52df 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -94556,10 +93922,10 @@ index 3f6ff2c31d0a..af256e4f52df 100644 Library("network_route_gn") diff --git third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -index 091b22847101..4547eba051a9 100644 +index d36a784ba3f9..6da644bc60af 100644 --- third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build +++ third_party/libwebrtc/rtc_base/null_socket_server_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -94573,7 +93939,6 @@ index 091b22847101..4547eba051a9 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -94590,7 +93955,7 @@ index 091b22847101..4547eba051a9 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94707,7 +94072,7 @@ index 091b22847101..4547eba051a9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -94794,16 +94159,15 @@ index 091b22847101..4547eba051a9 100644 Library("null_socket_server_gn") diff --git third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -index c1906fd2a387..613d27903932 100644 +index 43975dc4d3dd..054a6b377ce4 100644 --- third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build +++ third_party/libwebrtc/rtc_base/one_time_event_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -94820,7 +94184,7 @@ index c1906fd2a387..613d27903932 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -94909,7 +94273,7 @@ index c1906fd2a387..613d27903932 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -94935,7 +94299,7 @@ index c1906fd2a387..613d27903932 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -94977,10 +94341,10 @@ index c1906fd2a387..613d27903932 100644 - Library("one_time_event_gn") diff --git third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -index ba5f0d279810..8858e6413f16 100644 +index 2f3cc276bd06..2b3a860c4426 100644 --- third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build +++ third_party/libwebrtc/rtc_base/platform_thread_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -94994,7 +94358,6 @@ index ba5f0d279810..8858e6413f16 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -95011,7 +94374,7 @@ index ba5f0d279810..8858e6413f16 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95127,7 +94490,7 @@ index ba5f0d279810..8858e6413f16 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -95214,10 +94577,10 @@ index ba5f0d279810..8858e6413f16 100644 Library("platform_thread_gn") diff --git third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -index ef7b740ef703..b027a5869b1a 100644 +index 835c1fbf08b6..b38ba39f3d4e 100644 --- third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build +++ third_party/libwebrtc/rtc_base/platform_thread_types_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -95231,7 +94594,6 @@ index ef7b740ef703..b027a5869b1a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -95248,7 +94610,7 @@ index ef7b740ef703..b027a5869b1a 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95357,7 +94719,7 @@ index ef7b740ef703..b027a5869b1a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -95444,16 +94806,15 @@ index ef7b740ef703..b027a5869b1a 100644 Library("platform_thread_types_gn") diff --git third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -index 0874b5aa6087..61bacf572dab 100644 +index 9067fc0643a5..293ec660b38f 100644 --- third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build +++ third_party/libwebrtc/rtc_base/protobuf_utils_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -95470,7 +94831,7 @@ index 0874b5aa6087..61bacf572dab 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95555,7 +94916,7 @@ index 0874b5aa6087..61bacf572dab 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -95581,7 +94942,7 @@ index 0874b5aa6087..61bacf572dab 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -95623,10 +94984,10 @@ index 0874b5aa6087..61bacf572dab 100644 - Library("protobuf_utils_gn") diff --git third_party/libwebrtc/rtc_base/race_checker_gn/moz.build third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -index 8de48a32d20b..dde2c49ded4c 100644 +index e7748ce732f6..1500b41661b3 100644 --- third_party/libwebrtc/rtc_base/race_checker_gn/moz.build +++ third_party/libwebrtc/rtc_base/race_checker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -95640,7 +95001,6 @@ index 8de48a32d20b..dde2c49ded4c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -95657,7 +95017,7 @@ index 8de48a32d20b..dde2c49ded4c 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95766,7 +95126,7 @@ index 8de48a32d20b..dde2c49ded4c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -95853,10 +95213,10 @@ index 8de48a32d20b..dde2c49ded4c 100644 Library("race_checker_gn") diff --git third_party/libwebrtc/rtc_base/random_gn/moz.build third_party/libwebrtc/rtc_base/random_gn/moz.build -index 562cc62e6451..c613d6078f1b 100644 +index 7c69b2b2baca..a7a696a78544 100644 --- third_party/libwebrtc/rtc_base/random_gn/moz.build +++ third_party/libwebrtc/rtc_base/random_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -95870,7 +95230,6 @@ index 562cc62e6451..c613d6078f1b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -95887,7 +95246,7 @@ index 562cc62e6451..c613d6078f1b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -95996,7 +95355,7 @@ index 562cc62e6451..c613d6078f1b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -96083,10 +95442,10 @@ index 562cc62e6451..c613d6078f1b 100644 Library("random_gn") diff --git third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -index cb20b76d1167..5fa1cc9dd73d 100644 +index 999ecfa5ee3a..da43fa0b57f5 100644 --- third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build +++ third_party/libwebrtc/rtc_base/rate_limiter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -96100,7 +95459,6 @@ index cb20b76d1167..5fa1cc9dd73d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -96117,7 +95475,7 @@ index cb20b76d1167..5fa1cc9dd73d 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96233,7 +95591,7 @@ index cb20b76d1167..5fa1cc9dd73d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -96320,10 +95678,10 @@ index cb20b76d1167..5fa1cc9dd73d 100644 Library("rate_limiter_gn") diff --git third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -index 8c02922662ee..2e18d8d70916 100644 +index 42f252ca7732..18ff4d3a3f9e 100644 --- third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build +++ third_party/libwebrtc/rtc_base/rate_statistics_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -96337,7 +95695,6 @@ index 8c02922662ee..2e18d8d70916 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -96354,7 +95711,7 @@ index 8c02922662ee..2e18d8d70916 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96470,7 +95827,7 @@ index 8c02922662ee..2e18d8d70916 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -96557,10 +95914,10 @@ index 8c02922662ee..2e18d8d70916 100644 Library("rate_statistics_gn") diff --git third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -index a6d7fecfbcc1..89e957e53353 100644 +index 4634400c423d..5b89c75b3058 100644 --- third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build +++ third_party/libwebrtc/rtc_base/rate_tracker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -96574,7 +95931,6 @@ index a6d7fecfbcc1..89e957e53353 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -96591,7 +95947,7 @@ index a6d7fecfbcc1..89e957e53353 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96707,7 +96063,7 @@ index a6d7fecfbcc1..89e957e53353 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -96794,16 +96150,15 @@ index a6d7fecfbcc1..89e957e53353 100644 Library("rate_tracker_gn") diff --git third_party/libwebrtc/rtc_base/refcount_gn/moz.build third_party/libwebrtc/rtc_base/refcount_gn/moz.build -index 30cfbb15baee..0df4a80a7319 100644 +index 2ec4b4c993a9..08ec8bc2590a 100644 --- third_party/libwebrtc/rtc_base/refcount_gn/moz.build +++ third_party/libwebrtc/rtc_base/refcount_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -96820,7 +96175,7 @@ index 30cfbb15baee..0df4a80a7319 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -96905,7 +96260,7 @@ index 30cfbb15baee..0df4a80a7319 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -96931,7 +96286,7 @@ index 30cfbb15baee..0df4a80a7319 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -96973,16 +96328,15 @@ index 30cfbb15baee..0df4a80a7319 100644 - Library("refcount_gn") diff --git third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build -index e3c38a7a8821..3602d93b1ca4 100644 +index 71eaf72b7101..c3f335cd189d 100644 --- third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build +++ third_party/libwebrtc/rtc_base/rolling_accumulator_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -96999,7 +96353,7 @@ index e3c38a7a8821..3602d93b1ca4 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97088,7 +96442,7 @@ index e3c38a7a8821..3602d93b1ca4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -97114,7 +96468,7 @@ index e3c38a7a8821..3602d93b1ca4 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -97156,10 +96510,10 @@ index e3c38a7a8821..3602d93b1ca4 100644 - Library("rolling_accumulator_gn") diff --git third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -index 6f75b125e8e8..efec530f2e4c 100644 +index 12fadc1f9a42..e514f45c4c65 100644 --- third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build +++ third_party/libwebrtc/rtc_base/rtc_event_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -97173,7 +96527,6 @@ index 6f75b125e8e8..efec530f2e4c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -97190,7 +96543,7 @@ index 6f75b125e8e8..efec530f2e4c 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97295,18 +96648,11 @@ index 6f75b125e8e8..efec530f2e4c 100644 - DEFINES["_WINDOWS"] = True - DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True - DEFINES["__STD_C"] = True -- -- OS_LIBS += [ -- "crypt32", -- "iphlpapi", -- "secur32", -- "winmm" -- ] + DEFINES["_DEBUG"] = True if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -97364,10 +96710,10 @@ index 6f75b125e8e8..efec530f2e4c 100644 - -if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": - -- CXXFLAGS += [ -- "-msse2" -- ] -- + CXXFLAGS += [ + "-msse2" + ] + -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": - - DEFINES["_GNU_SOURCE"] = True @@ -97378,10 +96724,10 @@ index 6f75b125e8e8..efec530f2e4c 100644 - -if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": - - CXXFLAGS += [ - "-msse2" - ] - +- CXXFLAGS += [ +- "-msse2" +- ] +- - DEFINES["_GNU_SOURCE"] = True + DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -97393,10 +96739,10 @@ index 6f75b125e8e8..efec530f2e4c 100644 Library("rtc_event_gn") diff --git third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -index 3d26a73adc3d..53ce209db77c 100644 +index c720119a5c89..15f92340b6dc 100644 --- third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build +++ third_party/libwebrtc/rtc_base/rtc_numerics_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -97410,7 +96756,6 @@ index 3d26a73adc3d..53ce209db77c 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -97427,7 +96772,7 @@ index 3d26a73adc3d..53ce209db77c 100644 FINAL_LIBRARY = "xul" -@@ -49,107 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,107 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97536,7 +96881,7 @@ index 3d26a73adc3d..53ce209db77c 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -157,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -156,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -97623,10 +96968,10 @@ index 3d26a73adc3d..53ce209db77c 100644 Library("rtc_numerics_gn") diff --git third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build -index f407cbf3754e..000fdbf91fd6 100644 +index e0671e93a97e..4a51313a1e7c 100644 --- third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build +++ third_party/libwebrtc/rtc_base/rtp_to_ntp_estimator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -97640,7 +96985,6 @@ index f407cbf3754e..000fdbf91fd6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -97657,7 +97001,7 @@ index f407cbf3754e..000fdbf91fd6 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97773,7 +97117,7 @@ index f407cbf3754e..000fdbf91fd6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -97860,16 +97204,15 @@ index f407cbf3754e..000fdbf91fd6 100644 Library("rtp_to_ntp_estimator_gn") diff --git third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -index c93abdb78469..bf32218de21a 100644 +index 8412e5d46abd..3d944f71708e 100644 --- third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build +++ third_party/libwebrtc/rtc_base/safe_compare_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -97886,7 +97229,7 @@ index c93abdb78469..bf32218de21a 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -97971,7 +97314,7 @@ index c93abdb78469..bf32218de21a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -97997,7 +97340,7 @@ index c93abdb78469..bf32218de21a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -98039,16 +97382,15 @@ index c93abdb78469..bf32218de21a 100644 - Library("safe_compare_gn") diff --git third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -index d7da28fb1f85..22a7237ba07d 100644 +index b9b5685168cd..6e907c03078e 100644 --- third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build +++ third_party/libwebrtc/rtc_base/safe_conversions_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -98065,7 +97407,7 @@ index d7da28fb1f85..22a7237ba07d 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98154,7 +97496,7 @@ index d7da28fb1f85..22a7237ba07d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -98180,7 +97522,7 @@ index d7da28fb1f85..22a7237ba07d 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -98222,16 +97564,15 @@ index d7da28fb1f85..22a7237ba07d 100644 - Library("safe_conversions_gn") diff --git third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -index 961f0bd72b1e..c576316e0fe9 100644 +index 9e7f9b007a04..4387f10d4765 100644 --- third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build +++ third_party/libwebrtc/rtc_base/safe_minmax_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -98248,7 +97589,7 @@ index 961f0bd72b1e..c576316e0fe9 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98337,7 +97678,7 @@ index 961f0bd72b1e..c576316e0fe9 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -98363,7 +97704,7 @@ index 961f0bd72b1e..c576316e0fe9 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -98405,10 +97746,10 @@ index 961f0bd72b1e..c576316e0fe9 100644 - Library("safe_minmax_gn") diff --git third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -index 0ea43f40fb27..1c4f353d2166 100644 +index 6ebef4d853b2..7f44a48ec748 100644 --- third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build +++ third_party/libwebrtc/rtc_base/sample_counter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -98422,7 +97763,6 @@ index 0ea43f40fb27..1c4f353d2166 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -98439,7 +97779,7 @@ index 0ea43f40fb27..1c4f353d2166 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98548,7 +97888,7 @@ index 0ea43f40fb27..1c4f353d2166 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -98635,16 +97975,15 @@ index 0ea43f40fb27..1c4f353d2166 100644 Library("sample_counter_gn") diff --git third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -index cbc6c4ce08a5..8a6f2ff9cdfe 100644 +index ff05e2ced54e..635fdb7ef8cb 100644 --- third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build +++ third_party/libwebrtc/rtc_base/sanitizer_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -98661,7 +98000,7 @@ index cbc6c4ce08a5..8a6f2ff9cdfe 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98746,7 +98085,7 @@ index cbc6c4ce08a5..8a6f2ff9cdfe 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -98772,7 +98111,7 @@ index cbc6c4ce08a5..8a6f2ff9cdfe 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -98814,10 +98153,10 @@ index cbc6c4ce08a5..8a6f2ff9cdfe 100644 - Library("sanitizer_gn") diff --git third_party/libwebrtc/rtc_base/socket_address_gn/moz.build third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -index 1d2691e0432e..19b7694c4322 100644 +index 4e7011e90027..b217d69de204 100644 --- third_party/libwebrtc/rtc_base/socket_address_gn/moz.build +++ third_party/libwebrtc/rtc_base/socket_address_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -98831,7 +98170,6 @@ index 1d2691e0432e..19b7694c4322 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -98848,7 +98186,7 @@ index 1d2691e0432e..19b7694c4322 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -98965,7 +98303,7 @@ index 1d2691e0432e..19b7694c4322 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99052,16 +98390,15 @@ index 1d2691e0432e..19b7694c4322 100644 Library("socket_address_gn") diff --git third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -index dc7939c48277..b236be3572d2 100644 +index d5451f5fa8df..18a7964355d5 100644 --- third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build +++ third_party/libwebrtc/rtc_base/socket_factory_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -99078,7 +98415,7 @@ index dc7939c48277..b236be3572d2 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -99175,7 +98512,7 @@ index dc7939c48277..b236be3572d2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99201,7 +98538,7 @@ index dc7939c48277..b236be3572d2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -99243,10 +98580,10 @@ index dc7939c48277..b236be3572d2 100644 - Library("socket_factory_gn") diff --git third_party/libwebrtc/rtc_base/socket_gn/moz.build third_party/libwebrtc/rtc_base/socket_gn/moz.build -index 7c62bf8b130d..4beac3e1c28f 100644 +index 389d1784c6a7..1b424e8ed744 100644 --- third_party/libwebrtc/rtc_base/socket_gn/moz.build +++ third_party/libwebrtc/rtc_base/socket_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -99260,7 +98597,6 @@ index 7c62bf8b130d..4beac3e1c28f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -99277,7 +98613,7 @@ index 7c62bf8b130d..4beac3e1c28f 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -99394,7 +98730,7 @@ index 7c62bf8b130d..4beac3e1c28f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99481,16 +98817,15 @@ index 7c62bf8b130d..4beac3e1c28f 100644 Library("socket_gn") diff --git third_party/libwebrtc/rtc_base/socket_server_gn/moz.build third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -index 03f2f995636c..292d7dcb64ff 100644 +index 4ca8dd7726b9..44180730ad13 100644 --- third_party/libwebrtc/rtc_base/socket_server_gn/moz.build +++ third_party/libwebrtc/rtc_base/socket_server_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -99507,7 +98842,7 @@ index 03f2f995636c..292d7dcb64ff 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -99604,7 +98939,7 @@ index 03f2f995636c..292d7dcb64ff 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99630,7 +98965,7 @@ index 03f2f995636c..292d7dcb64ff 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -99672,16 +99007,15 @@ index 03f2f995636c..292d7dcb64ff 100644 - Library("socket_server_gn") diff --git third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build -index 2b58594242fa..cd78bce2c8a5 100644 +index 15aad07e729f..21e14c44e232 100644 --- third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build +++ third_party/libwebrtc/rtc_base/ssl_adapter_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -99698,7 +99032,7 @@ index 2b58594242fa..cd78bce2c8a5 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -99783,7 +99117,7 @@ index 2b58594242fa..cd78bce2c8a5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -99809,7 +99143,7 @@ index 2b58594242fa..cd78bce2c8a5 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -99851,10 +99185,10 @@ index 2b58594242fa..cd78bce2c8a5 100644 - Library("ssl_adapter_gn") diff --git third_party/libwebrtc/rtc_base/stringutils_gn/moz.build third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -index 5e002d04f471..639e512abd4a 100644 +index 9894df29155b..2a11ffc34329 100644 --- third_party/libwebrtc/rtc_base/stringutils_gn/moz.build +++ third_party/libwebrtc/rtc_base/stringutils_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -99868,7 +99202,6 @@ index 5e002d04f471..639e512abd4a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -99885,7 +99218,7 @@ index 5e002d04f471..639e512abd4a 100644 FINAL_LIBRARY = "xul" -@@ -51,107 +64,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -50,107 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -99994,7 +99327,7 @@ index 5e002d04f471..639e512abd4a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -159,82 +72,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -158,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -100081,16 +99414,15 @@ index 5e002d04f471..639e512abd4a 100644 Library("stringutils_gn") diff --git third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build -index ec3c56c17bfa..f64d83cc69ff 100644 +index a3f31a7a6fdf..8c09540fd98d 100644 --- third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build +++ third_party/libwebrtc/rtc_base/strong_alias_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -100107,7 +99439,7 @@ index ec3c56c17bfa..f64d83cc69ff 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -100192,7 +99524,7 @@ index ec3c56c17bfa..f64d83cc69ff 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -100218,7 +99550,7 @@ index ec3c56c17bfa..f64d83cc69ff 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -100260,16 +99592,15 @@ index ec3c56c17bfa..f64d83cc69ff 100644 - Library("strong_alias_gn") diff --git third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -index ba1dd17ad663..d4b79355709b 100644 +index 725c011556d5..0870b6d3f753 100644 --- third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build +++ third_party/libwebrtc/rtc_base/swap_queue_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -100286,7 +99617,7 @@ index ba1dd17ad663..d4b79355709b 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -100375,7 +99706,7 @@ index ba1dd17ad663..d4b79355709b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -100401,7 +99732,7 @@ index ba1dd17ad663..d4b79355709b 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -100443,16 +99774,15 @@ index ba1dd17ad663..d4b79355709b 100644 - Library("swap_queue_gn") diff --git third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -index a88a968ac205..1fb7f52e323f 100644 +index d37b0d0d971d..d83739dcb266 100644 --- third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build +++ third_party/libwebrtc/rtc_base/synchronization/mutex_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -100469,7 +99799,7 @@ index a88a968ac205..1fb7f52e323f 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -100558,7 +99888,7 @@ index a88a968ac205..1fb7f52e323f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -100584,7 +99914,7 @@ index a88a968ac205..1fb7f52e323f 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -100626,10 +99956,10 @@ index a88a968ac205..1fb7f52e323f 100644 - Library("mutex_gn") diff --git third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build -index 7ddddf6ee338..ff97770a8a44 100644 +index 54de498e463f..abb84d91436b 100644 --- third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build +++ third_party/libwebrtc/rtc_base/synchronization/sequence_checker_internal_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -100643,7 +99973,6 @@ index 7ddddf6ee338..ff97770a8a44 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -100660,7 +99989,7 @@ index 7ddddf6ee338..ff97770a8a44 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -100769,7 +100098,7 @@ index 7ddddf6ee338..ff97770a8a44 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -100856,10 +100185,10 @@ index 7ddddf6ee338..ff97770a8a44 100644 Library("sequence_checker_internal_gn") diff --git third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -index fa64077e34cd..fbccbd32664e 100644 +index 5131b384449d..5ef7f00d6d94 100644 --- third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build +++ third_party/libwebrtc/rtc_base/synchronization/yield_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -100873,7 +100202,6 @@ index fa64077e34cd..fbccbd32664e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -100890,7 +100218,7 @@ index fa64077e34cd..fbccbd32664e 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -100995,7 +100323,7 @@ index fa64077e34cd..fbccbd32664e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -101082,10 +100410,10 @@ index fa64077e34cd..fbccbd32664e 100644 Library("yield_gn") diff --git third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -index 0643e4bc5d18..627f1c97124b 100644 +index 5fb11b5a4bb7..029670a84ab9 100644 --- third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build +++ third_party/libwebrtc/rtc_base/synchronization/yield_policy_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -101099,7 +100427,6 @@ index 0643e4bc5d18..627f1c97124b 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -101116,7 +100443,7 @@ index 0643e4bc5d18..627f1c97124b 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -101225,7 +100552,7 @@ index 0643e4bc5d18..627f1c97124b 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -101312,16 +100639,15 @@ index 0643e4bc5d18..627f1c97124b 100644 Library("yield_policy_gn") diff --git third_party/libwebrtc/rtc_base/system/arch_gn/moz.build third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -index 1cb62e0945fa..088ea5019886 100644 +index ba6494df25bc..eb72cb65f99a 100644 --- third_party/libwebrtc/rtc_base/system/arch_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/arch_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -101338,7 +100664,7 @@ index 1cb62e0945fa..088ea5019886 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -101423,7 +100749,7 @@ index 1cb62e0945fa..088ea5019886 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -101449,7 +100775,7 @@ index 1cb62e0945fa..088ea5019886 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -101492,10 +100818,10 @@ index 1cb62e0945fa..088ea5019886 100644 Library("arch_gn") diff --git third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build deleted file mode 100644 -index 126fc5a4138d..000000000000 +index 089c08ecf102..000000000000 --- third_party/libwebrtc/rtc_base/system/asm_defines_gn/moz.build +++ /dev/null -@@ -1,76 +0,0 @@ +@@ -1,75 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -101511,7 +100837,6 @@ index 126fc5a4138d..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ARCH_ARM"] = True -DEFINES["WEBRTC_ARCH_ARM_V7"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" @@ -101574,10 +100899,10 @@ index 126fc5a4138d..000000000000 -Library("asm_defines_gn") diff --git third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build deleted file mode 100644 -index 6ee1d92a09ab..000000000000 +index 1da48987d8c3..000000000000 --- third_party/libwebrtc/rtc_base/system/cocoa_threading_gn/moz.build +++ /dev/null -@@ -1,70 +0,0 @@ +@@ -1,69 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -101597,7 +100922,6 @@ index 6ee1d92a09ab..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -101649,10 +100973,10 @@ index 6ee1d92a09ab..000000000000 - -Library("cocoa_threading_gn") diff --git third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -index e9e0f5b40cb7..ec3b7dfdaf90 100644 +index 2e4e1d69d436..44faa970f9fa 100644 --- third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/file_wrapper_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -101666,7 +100990,6 @@ index e9e0f5b40cb7..ec3b7dfdaf90 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -101683,7 +101006,7 @@ index e9e0f5b40cb7..ec3b7dfdaf90 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -101792,7 +101115,7 @@ index e9e0f5b40cb7..ec3b7dfdaf90 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -101880,10 +101203,10 @@ index e9e0f5b40cb7..ec3b7dfdaf90 100644 Library("file_wrapper_gn") diff --git third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build deleted file mode 100644 -index 0b5b9cc3e28c..000000000000 +index 6f7acfe97c19..000000000000 --- third_party/libwebrtc/rtc_base/system/gcd_helpers_gn/moz.build +++ /dev/null -@@ -1,70 +0,0 @@ +@@ -1,69 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -101903,7 +101226,6 @@ index 0b5b9cc3e28c..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -101955,16 +101277,15 @@ index 0b5b9cc3e28c..000000000000 - -Library("gcd_helpers_gn") diff --git third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -index cdb4a308314f..d8e5d7bb1406 100644 +index a631f13a179d..0d1fb75179ef 100644 --- third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/ignore_warnings_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -101981,7 +101302,7 @@ index cdb4a308314f..d8e5d7bb1406 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102066,7 +101387,7 @@ index cdb4a308314f..d8e5d7bb1406 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102092,7 +101413,7 @@ index cdb4a308314f..d8e5d7bb1406 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -102134,16 +101455,15 @@ index cdb4a308314f..d8e5d7bb1406 100644 - Library("ignore_warnings_gn") diff --git third_party/libwebrtc/rtc_base/system/inline_gn/moz.build third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -index fadc0174478c..aff95da60bae 100644 +index fed5d2d9dd25..e918460b84fe 100644 --- third_party/libwebrtc/rtc_base/system/inline_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/inline_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -102160,7 +101480,7 @@ index fadc0174478c..aff95da60bae 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102245,7 +101565,7 @@ index fadc0174478c..aff95da60bae 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102271,7 +101591,7 @@ index fadc0174478c..aff95da60bae 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -102313,16 +101633,15 @@ index fadc0174478c..aff95da60bae 100644 - Library("inline_gn") diff --git third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build -index 34a3fd2104aa..e4c2efe044e1 100644 +index ac54e7b6810d..176b44667775 100644 --- third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/no_unique_address_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -102339,7 +101658,7 @@ index 34a3fd2104aa..e4c2efe044e1 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102424,7 +101743,7 @@ index 34a3fd2104aa..e4c2efe044e1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102450,7 +101769,7 @@ index 34a3fd2104aa..e4c2efe044e1 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -102492,16 +101811,15 @@ index 34a3fd2104aa..e4c2efe044e1 100644 - Library("no_unique_address_gn") diff --git third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -index 52f34ff2cfbf..d7a1041a40b2 100644 +index 28109964edf2..be0f987a9fa0 100644 --- third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/rtc_export_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -102518,7 +101836,7 @@ index 52f34ff2cfbf..d7a1041a40b2 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102603,7 +101921,7 @@ index 52f34ff2cfbf..d7a1041a40b2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102629,7 +101947,7 @@ index 52f34ff2cfbf..d7a1041a40b2 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -102671,16 +101989,15 @@ index 52f34ff2cfbf..d7a1041a40b2 100644 - Library("rtc_export_gn") diff --git third_party/libwebrtc/rtc_base/system/unused_gn/moz.build third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -index 9e46eebe6af2..a889d722dbf6 100644 +index fc470fbc0fb4..5deb07a2a80a 100644 --- third_party/libwebrtc/rtc_base/system/unused_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/unused_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -102697,7 +102014,7 @@ index 9e46eebe6af2..a889d722dbf6 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102782,7 +102099,7 @@ index 9e46eebe6af2..a889d722dbf6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102808,7 +102125,7 @@ index 9e46eebe6af2..a889d722dbf6 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -102850,16 +102167,15 @@ index 9e46eebe6af2..a889d722dbf6 100644 - Library("unused_gn") diff --git third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build -index 7fc9b68c3766..114a58d422aa 100644 +index 2d2eeaea1294..0acf53f14d5e 100644 --- third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build +++ third_party/libwebrtc/rtc_base/system/warn_current_thread_is_deadlocked_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -102876,7 +102192,7 @@ index 7fc9b68c3766..114a58d422aa 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -102961,7 +102277,7 @@ index 7fc9b68c3766..114a58d422aa 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -102987,7 +102303,7 @@ index 7fc9b68c3766..114a58d422aa 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -103029,10 +102345,10 @@ index 7fc9b68c3766..114a58d422aa 100644 - Library("warn_current_thread_is_deadlocked_gn") diff --git third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build -index f49eae6cb112..622413810a46 100644 +index 6968afccd46e..8dcf86ee10b7 100644 --- third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build +++ third_party/libwebrtc/rtc_base/task_utils/repeating_task_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -103046,7 +102362,6 @@ index f49eae6cb112..622413810a46 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -103063,7 +102378,7 @@ index f49eae6cb112..622413810a46 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -103179,7 +102494,7 @@ index f49eae6cb112..622413810a46 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -103266,10 +102581,10 @@ index f49eae6cb112..622413810a46 100644 Library("repeating_task_gn") diff --git third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build -index 7e598bc06ed8..660ad0351af5 100644 +index 16b9830a183a..b42f955e4115 100644 --- third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build +++ third_party/libwebrtc/rtc_base/third_party/sigslot/sigslot_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -103283,7 +102598,6 @@ index 7e598bc06ed8..660ad0351af5 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -103300,7 +102614,7 @@ index 7e598bc06ed8..660ad0351af5 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -103405,7 +102719,7 @@ index 7e598bc06ed8..660ad0351af5 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -103492,10 +102806,10 @@ index 7e598bc06ed8..660ad0351af5 100644 Library("sigslot_gn") diff --git third_party/libwebrtc/rtc_base/threading_gn/moz.build third_party/libwebrtc/rtc_base/threading_gn/moz.build -index 2dfb977622ad..ea358f2f86f0 100644 +index d168d3a09470..98b262c45bf9 100644 --- third_party/libwebrtc/rtc_base/threading_gn/moz.build +++ third_party/libwebrtc/rtc_base/threading_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -103509,7 +102823,6 @@ index 2dfb977622ad..ea358f2f86f0 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -103526,7 +102839,7 @@ index 2dfb977622ad..ea358f2f86f0 100644 FINAL_LIBRARY = "xul" -@@ -50,131 +63,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -49,131 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -103659,7 +102972,7 @@ index 2dfb977622ad..ea358f2f86f0 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -182,82 +71,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -181,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -103746,10 +103059,10 @@ index 2dfb977622ad..ea358f2f86f0 100644 Library("threading_gn") diff --git third_party/libwebrtc/rtc_base/timeutils_gn/moz.build third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -index b88078d86e3e..510f8897721d 100644 +index a4a5f263e03c..a9960db995e8 100644 --- third_party/libwebrtc/rtc_base/timeutils_gn/moz.build +++ third_party/libwebrtc/rtc_base/timeutils_gn/moz.build -@@ -9,18 +9,31 @@ +@@ -9,17 +9,30 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -103763,7 +103076,6 @@ index b88078d86e3e..510f8897721d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_EXCLUDE_SYSTEM_TIME"] = True @@ -103781,7 +103093,7 @@ index b88078d86e3e..510f8897721d 100644 FINAL_LIBRARY = "xul" -@@ -49,114 +62,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -48,114 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -103897,7 +103209,7 @@ index b88078d86e3e..510f8897721d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +70,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -103984,16 +103296,15 @@ index b88078d86e3e..510f8897721d 100644 Library("timeutils_gn") diff --git third_party/libwebrtc/rtc_base/type_traits_gn/moz.build third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -index eb3c2f943e59..07203a214025 100644 +index ea897f3b3845..11ce35fdc349 100644 --- third_party/libwebrtc/rtc_base/type_traits_gn/moz.build +++ third_party/libwebrtc/rtc_base/type_traits_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -104010,7 +103321,7 @@ index eb3c2f943e59..07203a214025 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -104095,7 +103406,7 @@ index eb3c2f943e59..07203a214025 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -104121,7 +103432,7 @@ index eb3c2f943e59..07203a214025 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -104163,16 +103474,15 @@ index eb3c2f943e59..07203a214025 100644 - Library("type_traits_gn") diff --git third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build -index bb19302007e0..736d9c19b851 100644 +index 621fccf9d167..9cda58f5bf98 100644 --- third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build +++ third_party/libwebrtc/rtc_base/unique_id_generator_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -104189,7 +103499,7 @@ index bb19302007e0..736d9c19b851 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -104274,7 +103584,7 @@ index bb19302007e0..736d9c19b851 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -104300,7 +103610,7 @@ index bb19302007e0..736d9c19b851 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -104342,16 +103652,15 @@ index bb19302007e0..736d9c19b851 100644 - Library("unique_id_generator_gn") diff --git third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -index b55576d4555f..20374a951217 100644 +index da71deee59ac..7942ee7a0e00 100644 --- third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build +++ third_party/libwebrtc/rtc_base/units/unit_base_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -104368,7 +103677,7 @@ index b55576d4555f..20374a951217 100644 FINAL_LIBRARY = "xul" -@@ -43,87 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,87 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -104457,7 +103766,7 @@ index b55576d4555f..20374a951217 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -131,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -130,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -104483,7 +103792,7 @@ index b55576d4555f..20374a951217 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -159,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -158,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -104525,10 +103834,10 @@ index b55576d4555f..20374a951217 100644 - Library("unit_base_gn") diff --git third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -index f4fc51e4f317..9bd23499ca21 100644 +index 1e0c3cb0a7a5..a68f8eae3284 100644 --- third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build +++ third_party/libwebrtc/rtc_base/weak_ptr_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -104542,7 +103851,6 @@ index f4fc51e4f317..9bd23499ca21 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -104559,7 +103867,7 @@ index f4fc51e4f317..9bd23499ca21 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -104668,7 +103976,7 @@ index f4fc51e4f317..9bd23499ca21 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -104756,10 +104064,10 @@ index f4fc51e4f317..9bd23499ca21 100644 Library("weak_ptr_gn") diff --git third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build deleted file mode 100644 -index a5a416ffb7df..000000000000 +index cd55c0c4b4b9..000000000000 --- third_party/libwebrtc/rtc_base/win/create_direct3d_device_gn/moz.build +++ /dev/null -@@ -1,96 +0,0 @@ +@@ -1,95 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -104786,7 +104094,6 @@ index a5a416ffb7df..000000000000 -DEFINES["RTC_ENABLE_WIN_WGC"] = True -DEFINES["UNICODE"] = True -DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -104858,10 +104165,10 @@ index a5a416ffb7df..000000000000 -Library("create_direct3d_device_gn") diff --git third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build deleted file mode 100644 -index 2071f159446e..000000000000 +index 79ff472a7687..000000000000 --- third_party/libwebrtc/rtc_base/win/get_activation_factory_gn/moz.build +++ /dev/null -@@ -1,96 +0,0 @@ +@@ -1,95 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -104888,7 +104195,6 @@ index 2071f159446e..000000000000 -DEFINES["RTC_ENABLE_WIN_WGC"] = True -DEFINES["UNICODE"] = True -DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -104960,10 +104266,10 @@ index 2071f159446e..000000000000 -Library("get_activation_factory_gn") diff --git third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build deleted file mode 100644 -index 6d524bd3fae2..000000000000 +index 5a69bc248233..000000000000 --- third_party/libwebrtc/rtc_base/win/hstring_gn/moz.build +++ /dev/null -@@ -1,96 +0,0 @@ +@@ -1,95 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -104990,7 +104296,6 @@ index 6d524bd3fae2..000000000000 -DEFINES["RTC_ENABLE_WIN_WGC"] = True -DEFINES["UNICODE"] = True -DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -105062,10 +104367,10 @@ index 6d524bd3fae2..000000000000 -Library("hstring_gn") diff --git third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build deleted file mode 100644 -index 5ea3828f8a63..000000000000 +index 1b6458e538a7..000000000000 --- third_party/libwebrtc/rtc_base/win/windows_version_gn/moz.build +++ /dev/null -@@ -1,96 +0,0 @@ +@@ -1,95 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105092,7 +104397,6 @@ index 5ea3828f8a63..000000000000 -DEFINES["RTC_ENABLE_WIN_WGC"] = True -DEFINES["UNICODE"] = True -DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -105164,10 +104468,10 @@ index 5ea3828f8a63..000000000000 -Library("windows_version_gn") diff --git third_party/libwebrtc/rtc_base/win32_gn/moz.build third_party/libwebrtc/rtc_base/win32_gn/moz.build deleted file mode 100644 -index e5b964b8f5be..000000000000 +index 3a9a4aa749ca..000000000000 --- third_party/libwebrtc/rtc_base/win32_gn/moz.build +++ /dev/null -@@ -1,103 +0,0 @@ +@@ -1,102 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105194,7 +104498,6 @@ index e5b964b8f5be..000000000000 -DEFINES["RTC_ENABLE_WIN_WGC"] = True -DEFINES["UNICODE"] = True -DEFINES["USE_AURA"] = "1" --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MOZILLA_BUILD"] = True @@ -105272,10 +104575,10 @@ index e5b964b8f5be..000000000000 - -Library("win32_gn") diff --git third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -index 0f8de1d2fe57..1359ec9dc824 100644 +index 89a3b9b196cb..99a72c73a234 100644 --- third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build +++ third_party/libwebrtc/rtc_base/zero_memory_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -105289,7 +104592,6 @@ index 0f8de1d2fe57..1359ec9dc824 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -105306,7 +104608,7 @@ index 0f8de1d2fe57..1359ec9dc824 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -105415,7 +104717,7 @@ index 0f8de1d2fe57..1359ec9dc824 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -105503,10 +104805,10 @@ index 0f8de1d2fe57..1359ec9dc824 100644 Library("zero_memory_gn") diff --git third_party/libwebrtc/sdk/base_objc_gn/moz.build third_party/libwebrtc/sdk/base_objc_gn/moz.build deleted file mode 100644 -index 5ffb44f0d008..000000000000 +index 9b01dffe9772..000000000000 --- third_party/libwebrtc/sdk/base_objc_gn/moz.build +++ /dev/null -@@ -1,83 +0,0 @@ +@@ -1,82 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105530,7 +104832,6 @@ index 5ffb44f0d008..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -105592,10 +104893,10 @@ index 5ffb44f0d008..000000000000 -Library("base_objc_gn") diff --git third_party/libwebrtc/sdk/helpers_objc_gn/moz.build third_party/libwebrtc/sdk/helpers_objc_gn/moz.build deleted file mode 100644 -index 4c92c02984a8..000000000000 +index 7e8e518da889..000000000000 --- third_party/libwebrtc/sdk/helpers_objc_gn/moz.build +++ /dev/null -@@ -1,78 +0,0 @@ +@@ -1,77 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105619,7 +104920,6 @@ index 4c92c02984a8..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -105676,10 +104976,10 @@ index 4c92c02984a8..000000000000 -Library("helpers_objc_gn") diff --git third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build deleted file mode 100644 -index e0438f8f6e19..000000000000 +index 82bb50767500..000000000000 --- third_party/libwebrtc/sdk/videocapture_objc_gn/moz.build +++ /dev/null -@@ -1,73 +0,0 @@ +@@ -1,72 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105699,7 +104999,6 @@ index e0438f8f6e19..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -105755,10 +105054,10 @@ index e0438f8f6e19..000000000000 -Library("videocapture_objc_gn") diff --git third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build deleted file mode 100644 -index 74abd1c954a5..000000000000 +index 96823fe3a0c6..000000000000 --- third_party/libwebrtc/sdk/videoframebuffer_objc_gn/moz.build +++ /dev/null -@@ -1,76 +0,0 @@ +@@ -1,75 +0,0 @@ -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. @@ -105778,7 +105077,6 @@ index 74abd1c954a5..000000000000 -DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" -DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True -DEFINES["RTC_ENABLE_VP9"] = True --DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True -DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" -DEFINES["WEBRTC_LIBRARY_IMPL"] = True -DEFINES["WEBRTC_MAC"] = True @@ -105836,10 +105134,10 @@ index 74abd1c954a5..000000000000 - -Library("videoframebuffer_objc_gn") diff --git third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -index e0f3e28708a4..69e66a267a1a 100644 +index 7b22c5d83d57..e30f866c3be3 100644 --- third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build +++ third_party/libwebrtc/system_wrappers/field_trial_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -105853,7 +105151,6 @@ index e0f3e28708a4..69e66a267a1a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -105870,7 +105167,7 @@ index e0f3e28708a4..69e66a267a1a 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -105986,7 +105283,7 @@ index e0f3e28708a4..69e66a267a1a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -106073,10 +105370,10 @@ index e0f3e28708a4..69e66a267a1a 100644 Library("field_trial_gn") diff --git third_party/libwebrtc/system_wrappers/metrics_gn/moz.build third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -index 9a3553d90c75..e10bdc85c78e 100644 +index 5efcf4737574..cc9bc9ac01fc 100644 --- third_party/libwebrtc/system_wrappers/metrics_gn/moz.build +++ third_party/libwebrtc/system_wrappers/metrics_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -106090,7 +105387,6 @@ index 9a3553d90c75..e10bdc85c78e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -106107,7 +105403,7 @@ index 9a3553d90c75..e10bdc85c78e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -106216,7 +105512,7 @@ index 9a3553d90c75..e10bdc85c78e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -106303,10 +105599,10 @@ index 9a3553d90c75..e10bdc85c78e 100644 Library("metrics_gn") diff --git third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -index b13b957fc160..bfc0298b91e4 100644 +index 0b73327eca60..4f3ad6b76fa3 100644 --- third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build +++ third_party/libwebrtc/system_wrappers/system_wrappers_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -106320,7 +105616,6 @@ index b13b957fc160..bfc0298b91e4 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -106337,7 +105632,7 @@ index b13b957fc160..bfc0298b91e4 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -106453,7 +105748,7 @@ index b13b957fc160..bfc0298b91e4 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -106540,16 +105835,15 @@ index b13b957fc160..bfc0298b91e4 100644 Library("system_wrappers_gn") diff --git third_party/libwebrtc/test/rtp_test_utils_gn/moz.build third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -index 430838022947..052c0f84c668 100644 +index 1bccfd79c93a..898ece1e2007 100644 --- third_party/libwebrtc/test/rtp_test_utils_gn/moz.build +++ third_party/libwebrtc/test/rtp_test_utils_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -106566,7 +105860,7 @@ index 430838022947..052c0f84c668 100644 FINAL_LIBRARY = "xul" -@@ -43,95 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,95 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -106663,7 +105957,7 @@ index 430838022947..052c0f84c668 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -139,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -138,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -106689,7 +105983,7 @@ index 430838022947..052c0f84c668 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -167,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -166,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -107500,16 +106794,15 @@ index 57e79a7f9e44..b855a3042e28 100644 Library("crc32c_sse42_gn") diff --git third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build -index 290cb7c6b79a..96e9a04853c1 100644 +index d7dd3e349440..6839dc4717fa 100644 --- third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build +++ third_party/libwebrtc/third_party/dav1d/dav1d_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -107526,7 +106819,7 @@ index 290cb7c6b79a..96e9a04853c1 100644 FINAL_LIBRARY = "xul" -@@ -45,83 +54,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,83 +53,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -107611,7 +106904,7 @@ index 290cb7c6b79a..96e9a04853c1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -129,25 +62,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -128,25 +61,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -107637,7 +106930,7 @@ index 290cb7c6b79a..96e9a04853c1 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -157,40 +75,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -156,40 +74,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -107679,16 +106972,15 @@ index 290cb7c6b79a..96e9a04853c1 100644 - Library("dav1d_gn") diff --git third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build -index 5621fcc8c3a5..43b59d982945 100644 +index 26d729aa4816..9a021575ec73 100644 --- third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build +++ third_party/libwebrtc/third_party/libaom/libaom_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -107705,7 +106997,7 @@ index 5621fcc8c3a5..43b59d982945 100644 FINAL_LIBRARY = "xul" -@@ -43,83 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,83 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -107790,7 +107082,7 @@ index 5621fcc8c3a5..43b59d982945 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -127,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -126,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -107816,7 +107108,7 @@ index 5621fcc8c3a5..43b59d982945 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -155,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -154,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -107858,10 +107150,10 @@ index 5621fcc8c3a5..43b59d982945 100644 - Library("aom_gn") diff --git third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build -index efacb30c976b..37831e91930e 100644 +index 6f10f838698a..d7ba52dc8024 100644 --- third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build +++ third_party/libwebrtc/third_party/libepoxy/libepoxy_gn/moz.build -@@ -13,21 +13,17 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,20 +13,16 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True @@ -107869,7 +107161,6 @@ index efacb30c976b..37831e91930e 100644 DEFINES["USE_GLIB"] = "1" DEFINES["USE_OZONE"] = "1" -DEFINES["USE_UDEV"] = True - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -107884,7 +107175,7 @@ index efacb30c976b..37831e91930e 100644 DEFINES["_LARGEFILE64_SOURCE"] = True DEFINES["_LARGEFILE_SOURCE"] = True DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" -@@ -66,12 +62,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -65,12 +61,6 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -107898,16 +107189,15 @@ index efacb30c976b..37831e91930e 100644 DEFINES["MIPS32_LE"] = True diff --git third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build -index bed86c31bdb2..776ccac7a804 100644 +index 5ccdff9910f0..746852255f4e 100644 --- third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build +++ third_party/libwebrtc/third_party/libyuv/libyuv_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -107924,7 +107214,7 @@ index bed86c31bdb2..776ccac7a804 100644 FINAL_LIBRARY = "xul" -@@ -45,83 +54,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -44,83 +53,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -108009,7 +107299,7 @@ index bed86c31bdb2..776ccac7a804 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -129,25 +62,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -128,25 +61,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -108035,7 +107325,7 @@ index bed86c31bdb2..776ccac7a804 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -157,40 +75,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -156,40 +74,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -108547,10 +107837,10 @@ index fc239a9d7eae..541de9c16824 100644 - Library("rnn_vad_gn") diff --git third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -index e25be53f6bfc..b7f097b31897 100644 +index 3fdd6f82a882..d8565e99f4fc 100644 --- third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build +++ third_party/libwebrtc/video/adaptation/video_adaptation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -108564,7 +107854,6 @@ index e25be53f6bfc..b7f097b31897 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -108581,7 +107870,7 @@ index e25be53f6bfc..b7f097b31897 100644 FINAL_LIBRARY = "xul" -@@ -55,115 +68,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,115 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -108698,7 +107987,7 @@ index e25be53f6bfc..b7f097b31897 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -171,82 +76,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -170,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -108785,10 +108074,10 @@ index e25be53f6bfc..b7f097b31897 100644 Library("video_adaptation_gn") diff --git third_party/libwebrtc/video/config/encoder_config_gn/moz.build third_party/libwebrtc/video/config/encoder_config_gn/moz.build -index 692389195331..5d32f108043d 100644 +index 865900b598de..0fc614829ce7 100644 --- third_party/libwebrtc/video/config/encoder_config_gn/moz.build +++ third_party/libwebrtc/video/config/encoder_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -108802,7 +108091,6 @@ index 692389195331..5d32f108043d 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -108819,7 +108107,7 @@ index 692389195331..5d32f108043d 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -108935,7 +108223,7 @@ index 692389195331..5d32f108043d 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -109022,10 +108310,10 @@ index 692389195331..5d32f108043d 100644 Library("encoder_config_gn") diff --git third_party/libwebrtc/video/config/streams_config_gn/moz.build third_party/libwebrtc/video/config/streams_config_gn/moz.build -index daf8a336c835..464fd3fc1a01 100644 +index 9275bcc0855a..9bfb207645ac 100644 --- third_party/libwebrtc/video/config/streams_config_gn/moz.build +++ third_party/libwebrtc/video/config/streams_config_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -109039,7 +108327,6 @@ index daf8a336c835..464fd3fc1a01 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -109056,7 +108343,7 @@ index daf8a336c835..464fd3fc1a01 100644 FINAL_LIBRARY = "xul" -@@ -48,115 +61,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -109173,7 +108460,7 @@ index daf8a336c835..464fd3fc1a01 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -164,82 +69,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -109260,10 +108547,10 @@ index daf8a336c835..464fd3fc1a01 100644 Library("streams_config_gn") diff --git third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build -index 8bd7c0e48859..fa0f7b9ad8ca 100644 +index eab5fabcf870..8bedde4c3fa7 100644 --- third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/corruption_classifier_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -109277,7 +108564,6 @@ index 8bd7c0e48859..fa0f7b9ad8ca 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -109294,7 +108580,7 @@ index 8bd7c0e48859..fa0f7b9ad8ca 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -109410,7 +108696,7 @@ index 8bd7c0e48859..fa0f7b9ad8ca 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -109497,10 +108783,10 @@ index 8bd7c0e48859..fa0f7b9ad8ca 100644 Library("corruption_classifier_gn") diff --git third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build -index 4f00b48146d5..e549d7971040 100644 +index 9faf5b89eb15..1d6aa6fbe092 100644 --- third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/frame_instrumentation_evaluation_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -109514,7 +108800,6 @@ index 4f00b48146d5..e549d7971040 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -109531,7 +108816,7 @@ index 4f00b48146d5..e549d7971040 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -109647,7 +108932,7 @@ index 4f00b48146d5..e549d7971040 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -109734,10 +109019,10 @@ index 4f00b48146d5..e549d7971040 100644 Library("frame_instrumentation_evaluation_gn") diff --git third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build -index f494a2c7910c..6f7594891a1a 100644 +index 2fbcadb4ae1c..3ce701b2ec90 100644 --- third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/frame_instrumentation_generator_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -109751,7 +109036,6 @@ index f494a2c7910c..6f7594891a1a 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -109768,7 +109052,7 @@ index f494a2c7910c..6f7594891a1a 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -109885,7 +109169,7 @@ index f494a2c7910c..6f7594891a1a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -109972,10 +109256,10 @@ index f494a2c7910c..6f7594891a1a 100644 Library("frame_instrumentation_generator_gn") diff --git third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build -index 7361b60af777..106a3dbebfd2 100644 +index 677bd777b01a..43a2ce5228f6 100644 --- third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/generic_mapping_functions_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -109989,7 +109273,6 @@ index 7361b60af777..106a3dbebfd2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -110006,7 +109289,7 @@ index 7361b60af777..106a3dbebfd2 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -110122,7 +109405,7 @@ index 7361b60af777..106a3dbebfd2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -110209,10 +109492,10 @@ index 7361b60af777..106a3dbebfd2 100644 Library("generic_mapping_functions_gn") diff --git third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build -index f93a9ffdf515..d1a2852444c2 100644 +index 319099e20e84..1a0daac76922 100644 --- third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/halton_frame_sampler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -110226,7 +109509,6 @@ index f93a9ffdf515..d1a2852444c2 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -110243,7 +109525,7 @@ index f93a9ffdf515..d1a2852444c2 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -110359,7 +109641,7 @@ index f93a9ffdf515..d1a2852444c2 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -110446,10 +109728,10 @@ index f93a9ffdf515..d1a2852444c2 100644 Library("halton_frame_sampler_gn") diff --git third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build -index 931f12cea2d6..8e0c444bac7e 100644 +index 9726cf7d3756..85bd3bdd3734 100644 --- third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build +++ third_party/libwebrtc/video/corruption_detection/halton_sequence_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -110463,7 +109745,6 @@ index 931f12cea2d6..8e0c444bac7e 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -110480,7 +109761,7 @@ index 931f12cea2d6..8e0c444bac7e 100644 FINAL_LIBRARY = "xul" -@@ -47,107 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,107 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -110589,7 +109870,7 @@ index 931f12cea2d6..8e0c444bac7e 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -155,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -154,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -110675,11 +109956,247 @@ index 931f12cea2d6..8e0c444bac7e 100644 + DEFINES["WEBRTC_ENABLE_AVX2"] = True Library("halton_sequence_gn") +diff --git third_party/libwebrtc/video/corruption_detection/video_frame_sampler_gn/moz.build third_party/libwebrtc/video/corruption_detection/video_frame_sampler_gn/moz.build +index 8c7d63b72a90..f07e23927292 100644 +--- third_party/libwebrtc/video/corruption_detection/video_frame_sampler_gn/moz.build ++++ third_party/libwebrtc/video/corruption_detection/video_frame_sampler_gn/moz.build +@@ -9,16 +9,29 @@ + COMPILE_FLAGS["OS_INCLUDES"] = [] + AllowCompilerWarnings() + ++CXXFLAGS += [ ++ "-std=gnu++20" ++] ++ + DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" + DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" + DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True + DEFINES["RTC_ENABLE_VP9"] = True ++DEFINES["USE_GLIB"] = "1" ++DEFINES["USE_OZONE"] = "1" ++DEFINES["WEBRTC_BSD"] = True + DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" + DEFINES["WEBRTC_LIBRARY_IMPL"] = True + DEFINES["WEBRTC_MOZILLA_BUILD"] = True + DEFINES["WEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS"] = "0" ++DEFINES["WEBRTC_POSIX"] = True + DEFINES["WEBRTC_STRICT_FIELD_TRIALS"] = "0" ++DEFINES["_FILE_OFFSET_BITS"] = "64" ++DEFINES["_LARGEFILE64_SOURCE"] = True ++DEFINES["_LARGEFILE_SOURCE"] = True + DEFINES["_LIBCPP_HARDENING_MODE"] = "_LIBCPP_HARDENING_MODE_NONE" ++DEFINES["__STDC_CONSTANT_MACROS"] = True ++DEFINES["__STDC_FORMAT_MACROS"] = True + + FINAL_LIBRARY = "xul" + +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: + if CONFIG["MOZ_DEBUG"] == "1": + + DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" +- +-if CONFIG["OS_TARGET"] == "Android": +- +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- +- DEFINES["ANDROID"] = True +- DEFINES["ANDROID_NDK_VERSION_ROLL"] = "r27_1" +- DEFINES["HAVE_SYS_UIO_H"] = True +- DEFINES["WEBRTC_ANDROID"] = True +- DEFINES["WEBRTC_ANDROID_OPENSLES"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_GNU_SOURCE"] = True +- DEFINES["__ANDROID_UNAVAILABLE_SYMBOLS_ARE_WEAK__"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +- OS_LIBS += [ +- "log" +- ] +- +-if CONFIG["OS_TARGET"] == "Darwin": +- +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- +- DEFINES["WEBRTC_MAC"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "Linux": +- +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- +- DEFINES["USE_AURA"] = "1" +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["USE_UDEV"] = True +- DEFINES["WEBRTC_LINUX"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_GLIBCXX_ASSERTIONS"] = "1" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "OpenBSD": +- +- CXXFLAGS += [ +- "-std=gnu++20" +- ] +- +- DEFINES["USE_GLIB"] = "1" +- DEFINES["USE_OZONE"] = "1" +- DEFINES["WEBRTC_BSD"] = True +- DEFINES["WEBRTC_POSIX"] = True +- DEFINES["_FILE_OFFSET_BITS"] = "64" +- DEFINES["_LARGEFILE64_SOURCE"] = True +- DEFINES["_LARGEFILE_SOURCE"] = True +- DEFINES["__STDC_CONSTANT_MACROS"] = True +- DEFINES["__STDC_FORMAT_MACROS"] = True +- +-if CONFIG["OS_TARGET"] == "WINNT": +- +- CXXFLAGS += [ +- "-std:c++20" +- ] +- +- DEFINES["CERT_CHAIN_PARA_HAS_EXTRA_FIELDS"] = True +- DEFINES["NOMINMAX"] = True +- DEFINES["NTDDI_VERSION"] = "0x0A000000" +- DEFINES["PSAPI_VERSION"] = "2" +- DEFINES["RTC_ENABLE_WIN_WGC"] = True +- DEFINES["UNICODE"] = True +- DEFINES["USE_AURA"] = "1" +- DEFINES["WEBRTC_WIN"] = True +- DEFINES["WIN32"] = True +- DEFINES["WIN32_LEAN_AND_MEAN"] = True +- DEFINES["WINAPI_FAMILY"] = "WINAPI_FAMILY_DESKTOP_APP" +- DEFINES["WINVER"] = "0x0A00" +- DEFINES["_ATL_NO_OPENGL"] = True +- DEFINES["_CRT_NONSTDC_NO_WARNINGS"] = True +- DEFINES["_CRT_RAND_S"] = True +- DEFINES["_CRT_SECURE_NO_DEPRECATE"] = True +- DEFINES["_ENABLE_EXTENDED_ALIGNED_STORAGE"] = True +- DEFINES["_HAS_EXCEPTIONS"] = "0" +- DEFINES["_HAS_NODISCARD"] = True +- DEFINES["_SCL_SECURE_NO_DEPRECATE"] = True +- DEFINES["_SECURE_ATL"] = True +- DEFINES["_UNICODE"] = True +- DEFINES["_WIN32_WINNT"] = "0x0A00" +- DEFINES["_WINDOWS"] = True +- DEFINES["_WINSOCK_DEPRECATED_NO_WARNINGS"] = True +- DEFINES["__STD_C"] = True +- +- OS_LIBS += [ +- "crypt32", +- "iphlpapi", +- "secur32", +- "winmm" +- ] ++ DEFINES["_DEBUG"] = True + + if CONFIG["TARGET_CPU"] == "aarch64": + +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": + DEFINES["WEBRTC_HAS_NEON"] = True + DEFINES["__ARM_NEON__"] = "1" + +-if CONFIG["TARGET_CPU"] == "arm": +- +- CXXFLAGS += [ +- "-mfpu=neon" +- ] +- +- DEFINES["WEBRTC_ARCH_ARM"] = True +- DEFINES["WEBRTC_ARCH_ARM_V7"] = True +- DEFINES["WEBRTC_HAS_NEON"] = True +- +-if CONFIG["TARGET_CPU"] == "loongarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- + if CONFIG["TARGET_CPU"] == "mips32": + + DEFINES["MIPS32_LE"] = True + DEFINES["MIPS_FPU_LE"] = True +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["TARGET_CPU"] == "mips64": +- +- DEFINES["_GNU_SOURCE"] = True + + if CONFIG["TARGET_CPU"] == "x86": + +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["TARGET_CPU"] == "x86_64": +- +- DEFINES["WEBRTC_ENABLE_AVX2"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Android": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Darwin": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "Linux": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "OpenBSD": +- +- DEFINES["_DEBUG"] = True +- +-if CONFIG["MOZ_DEBUG"] == "1" and CONFIG["OS_TARGET"] == "WINNT": +- +- DEFINES["_HAS_ITERATOR_DEBUGGING"] = "0" +- +-if CONFIG["OS_TARGET"] == "Android" and CONFIG["TARGET_CPU"] == "x86": +- +- CXXFLAGS += [ +- "-msse2" +- ] +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "aarch64": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "arm": +- +- DEFINES["_GNU_SOURCE"] = True +- +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86": +- + CXXFLAGS += [ + "-msse2" + ] + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + +-if CONFIG["OS_TARGET"] == "Linux" and CONFIG["TARGET_CPU"] == "x86_64": ++if CONFIG["TARGET_CPU"] == "x86_64": + +- DEFINES["_GNU_SOURCE"] = True ++ DEFINES["WEBRTC_ENABLE_AVX2"] = True + + Library("video_frame_sampler_gn") diff --git third_party/libwebrtc/video/decode_synchronizer_gn/moz.build third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -index 873221a08536..f94b8fad5f45 100644 +index e5ace8e4fd24..6328ecb27e8a 100644 --- third_party/libwebrtc/video/decode_synchronizer_gn/moz.build +++ third_party/libwebrtc/video/decode_synchronizer_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -110693,7 +110210,6 @@ index 873221a08536..f94b8fad5f45 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -110710,7 +110226,7 @@ index 873221a08536..f94b8fad5f45 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -110826,7 +110342,7 @@ index 873221a08536..f94b8fad5f45 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -110913,10 +110429,10 @@ index 873221a08536..f94b8fad5f45 100644 Library("decode_synchronizer_gn") diff --git third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -index 67b74bf1a06b..f6b8c7d6dc0f 100644 +index 1eb084c24914..569219f68829 100644 --- third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build +++ third_party/libwebrtc/video/frame_cadence_adapter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -110930,7 +110446,6 @@ index 67b74bf1a06b..f6b8c7d6dc0f 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -110947,7 +110462,7 @@ index 67b74bf1a06b..f6b8c7d6dc0f 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -111063,7 +110578,7 @@ index 67b74bf1a06b..f6b8c7d6dc0f 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -111150,16 +110665,15 @@ index 67b74bf1a06b..f6b8c7d6dc0f 100644 Library("frame_cadence_adapter_gn") diff --git third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -index 5b29ccbe521c..3c4a565ff44a 100644 +index 0b4bfc8a1ae8..f6086ea6f0de 100644 --- third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build +++ third_party/libwebrtc/video/frame_decode_scheduler_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -111176,7 +110690,7 @@ index 5b29ccbe521c..3c4a565ff44a 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -111272,7 +110786,7 @@ index 5b29ccbe521c..3c4a565ff44a 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -111298,7 +110812,7 @@ index 5b29ccbe521c..3c4a565ff44a 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -111340,10 +110854,10 @@ index 5b29ccbe521c..3c4a565ff44a 100644 - Library("frame_decode_scheduler_gn") diff --git third_party/libwebrtc/video/frame_decode_timing_gn/moz.build third_party/libwebrtc/video/frame_decode_timing_gn/moz.build -index bbc66332f8db..565934d40785 100644 +index d7c80a733fd3..56cb34a1dc91 100644 --- third_party/libwebrtc/video/frame_decode_timing_gn/moz.build +++ third_party/libwebrtc/video/frame_decode_timing_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -111357,7 +110871,6 @@ index bbc66332f8db..565934d40785 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -111374,7 +110887,7 @@ index bbc66332f8db..565934d40785 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -111490,7 +111003,7 @@ index bbc66332f8db..565934d40785 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -111577,10 +111090,10 @@ index bbc66332f8db..565934d40785 100644 Library("frame_decode_timing_gn") diff --git third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build -index 1187f9bf5a5c..e809550dadec 100644 +index 12f88753ca39..65d2fa878456 100644 --- third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build +++ third_party/libwebrtc/video/frame_dumping_decoder_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -111594,7 +111107,6 @@ index 1187f9bf5a5c..e809550dadec 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -111611,7 +111123,7 @@ index 1187f9bf5a5c..e809550dadec 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -111728,7 +111240,7 @@ index 1187f9bf5a5c..e809550dadec 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -111815,10 +111327,10 @@ index 1187f9bf5a5c..e809550dadec 100644 Library("frame_dumping_decoder_gn") diff --git third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build -index 7e4d377fa7c8..54f367d540c6 100644 +index 811efba89652..1fa679c578b7 100644 --- third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build +++ third_party/libwebrtc/video/frame_dumping_encoder_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -111832,7 +111344,6 @@ index 7e4d377fa7c8..54f367d540c6 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -111849,7 +111360,7 @@ index 7e4d377fa7c8..54f367d540c6 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -111966,7 +111477,7 @@ index 7e4d377fa7c8..54f367d540c6 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -112053,10 +111564,10 @@ index 7e4d377fa7c8..54f367d540c6 100644 Library("frame_dumping_encoder_gn") diff --git third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build -index f712b4b4eb00..6f286e6b1f75 100644 +index 4055e4dc4653..8ce066226533 100644 --- third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build +++ third_party/libwebrtc/video/render/incoming_video_stream_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -112070,7 +111581,6 @@ index f712b4b4eb00..6f286e6b1f75 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -112087,7 +111597,7 @@ index f712b4b4eb00..6f286e6b1f75 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -112203,7 +111713,7 @@ index f712b4b4eb00..6f286e6b1f75 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -112290,10 +111800,10 @@ index f712b4b4eb00..6f286e6b1f75 100644 Library("incoming_video_stream_gn") diff --git third_party/libwebrtc/video/render/video_render_frames_gn/moz.build third_party/libwebrtc/video/render/video_render_frames_gn/moz.build -index ed95392c91ba..6d5d3ac3d2a1 100644 +index 2af35e613160..a78a18cf5e01 100644 --- third_party/libwebrtc/video/render/video_render_frames_gn/moz.build +++ third_party/libwebrtc/video/render/video_render_frames_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -112307,7 +111817,6 @@ index ed95392c91ba..6d5d3ac3d2a1 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -112324,7 +111833,7 @@ index ed95392c91ba..6d5d3ac3d2a1 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -112440,7 +111949,7 @@ index ed95392c91ba..6d5d3ac3d2a1 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -112527,10 +112036,10 @@ index ed95392c91ba..6d5d3ac3d2a1 100644 Library("video_render_frames_gn") diff --git third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build -index 999e50dbb94f..50004b821930 100644 +index dc552260ed86..ee34a129be13 100644 --- third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build +++ third_party/libwebrtc/video/task_queue_frame_decode_scheduler_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -112544,7 +112053,6 @@ index 999e50dbb94f..50004b821930 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -112561,7 +112069,7 @@ index 999e50dbb94f..50004b821930 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -112677,7 +112185,7 @@ index 999e50dbb94f..50004b821930 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -112764,10 +112272,10 @@ index 999e50dbb94f..50004b821930 100644 Library("task_queue_frame_decode_scheduler_gn") diff --git third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build -index 619ba5f38e47..602457913d80 100644 +index 3b6c61cda5ce..af781f74d81b 100644 --- third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build +++ third_party/libwebrtc/video/unique_timestamp_counter_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -112781,7 +112289,6 @@ index 619ba5f38e47..602457913d80 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -112798,7 +112305,7 @@ index 619ba5f38e47..602457913d80 100644 FINAL_LIBRARY = "xul" -@@ -47,103 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,103 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -112903,7 +112410,7 @@ index 619ba5f38e47..602457913d80 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -151,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -150,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -112990,10 +112497,10 @@ index 619ba5f38e47..602457913d80 100644 Library("unique_timestamp_counter_gn") diff --git third_party/libwebrtc/video/video_gn/moz.build third_party/libwebrtc/video/video_gn/moz.build -index 8cb31fe70cc3..65d818978e10 100644 +index 20305674dedd..1525bb334eb9 100644 --- third_party/libwebrtc/video/video_gn/moz.build +++ third_party/libwebrtc/video/video_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -113007,7 +112514,6 @@ index 8cb31fe70cc3..65d818978e10 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -113024,7 +112530,7 @@ index 8cb31fe70cc3..65d818978e10 100644 FINAL_LIBRARY = "xul" -@@ -66,115 +79,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -65,115 +78,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -113141,7 +112647,7 @@ index 8cb31fe70cc3..65d818978e10 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -182,82 +87,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -181,82 +86,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -113228,10 +112734,10 @@ index 8cb31fe70cc3..65d818978e10 100644 Library("video_gn") diff --git third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build -index 67fa56e37e1b..3156db6b7c60 100644 +index bc2d0a143361..c6e4d36f8444 100644 --- third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build +++ third_party/libwebrtc/video/video_receive_stream_timeout_tracker_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -113245,7 +112751,6 @@ index 67fa56e37e1b..3156db6b7c60 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -113262,7 +112767,7 @@ index 67fa56e37e1b..3156db6b7c60 100644 FINAL_LIBRARY = "xul" -@@ -47,114 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,114 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -113378,7 +112883,7 @@ index 67fa56e37e1b..3156db6b7c60 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -113465,10 +112970,10 @@ index 67fa56e37e1b..3156db6b7c60 100644 Library("video_receive_stream_timeout_tracker_gn") diff --git third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build -index 6a92dd973139..0b38ee0ddfb8 100644 +index f52787a08fce..253db3b836e7 100644 --- third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build +++ third_party/libwebrtc/video/video_stream_buffer_controller_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -113482,7 +112987,6 @@ index 6a92dd973139..0b38ee0ddfb8 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -113499,7 +113003,7 @@ index 6a92dd973139..0b38ee0ddfb8 100644 FINAL_LIBRARY = "xul" -@@ -47,115 +60,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -46,115 +59,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -113616,7 +113120,7 @@ index 6a92dd973139..0b38ee0ddfb8 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -163,82 +68,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -162,82 +67,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -113703,10 +113207,10 @@ index 6a92dd973139..0b38ee0ddfb8 100644 Library("video_stream_buffer_controller_gn") diff --git third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build -index 7594bcdc4d21..ce74566d38fa 100644 +index 25ef4221b6be..09291af07481 100644 --- third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build +++ third_party/libwebrtc/video/video_stream_encoder_impl_gn/moz.build -@@ -9,17 +9,30 @@ +@@ -9,16 +9,29 @@ COMPILE_FLAGS["OS_INCLUDES"] = [] AllowCompilerWarnings() @@ -113720,7 +113224,6 @@ index 7594bcdc4d21..ce74566d38fa 100644 DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -113737,7 +113240,7 @@ index 7594bcdc4d21..ce74566d38fa 100644 FINAL_LIBRARY = "xul" -@@ -55,115 +68,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -54,115 +67,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -113854,7 +113357,7 @@ index 7594bcdc4d21..ce74566d38fa 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -171,82 +76,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -170,82 +75,21 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -113941,16 +113444,15 @@ index 7594bcdc4d21..ce74566d38fa 100644 Library("video_stream_encoder_impl_gn") diff --git third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build -index a810f4aebacf..e9b9e9ac4128 100644 +index 89ad79e33a09..17f77a8bcf9e 100644 --- third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build +++ third_party/libwebrtc/video/video_stream_encoder_interface_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -113967,7 +113469,7 @@ index a810f4aebacf..e9b9e9ac4128 100644 FINAL_LIBRARY = "xul" -@@ -43,94 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,94 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -114063,7 +113565,7 @@ index a810f4aebacf..e9b9e9ac4128 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -138,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -137,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -114089,7 +113591,7 @@ index a810f4aebacf..e9b9e9ac4128 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -166,40 +73,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -165,40 +72,4 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -114131,16 +113633,15 @@ index a810f4aebacf..e9b9e9ac4128 100644 - Library("video_stream_encoder_interface_gn") diff --git third_party/libwebrtc/webrtc_gn/moz.build third_party/libwebrtc/webrtc_gn/moz.build -index 232972077592..85a1b6287692 100644 +index 42667b424826..dc7270acb50d 100644 --- third_party/libwebrtc/webrtc_gn/moz.build +++ third_party/libwebrtc/webrtc_gn/moz.build -@@ -13,13 +13,22 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" +@@ -13,12 +13,21 @@ DEFINES["ABSL_ALLOCATOR_NOTHROW"] = "1" DEFINES["PROTOBUF_ENABLE_DEBUG_LOGGING_MAY_LEAK_PII"] = "0" DEFINES["RTC_DAV1D_IN_INTERNAL_DECODER_FACTORY"] = True DEFINES["RTC_ENABLE_VP9"] = True +DEFINES["USE_GLIB"] = "1" +DEFINES["USE_OZONE"] = "1" - DEFINES["WEBRTC_ALLOW_DEPRECATED_NAMESPACES"] = True +DEFINES["WEBRTC_BSD"] = True DEFINES["WEBRTC_ENABLE_PROTOBUF"] = "0" DEFINES["WEBRTC_LIBRARY_IMPL"] = True @@ -114157,7 +113658,7 @@ index 232972077592..85a1b6287692 100644 FINAL_LIBRARY = "xul" -@@ -43,118 +52,7 @@ if not CONFIG["MOZ_DEBUG"]: +@@ -42,118 +51,7 @@ if not CONFIG["MOZ_DEBUG"]: if CONFIG["MOZ_DEBUG"] == "1": DEFINES["DYNAMIC_ANNOTATIONS_ENABLED"] = "1" @@ -114277,7 +113778,7 @@ index 232972077592..85a1b6287692 100644 if CONFIG["TARGET_CPU"] == "aarch64": -@@ -162,25 +60,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": +@@ -161,25 +59,10 @@ if CONFIG["TARGET_CPU"] == "aarch64": DEFINES["WEBRTC_HAS_NEON"] = True DEFINES["__ARM_NEON__"] = "1" @@ -114303,7 +113804,7 @@ index 232972077592..85a1b6287692 100644 if CONFIG["TARGET_CPU"] == "x86": -@@ -190,27 +73,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": +@@ -189,27 +72,7 @@ if CONFIG["TARGET_CPU"] == "x86_64": DEFINES["WEBRTC_ENABLE_AVX2"] = True @@ -114332,7 +113833,7 @@ index 232972077592..85a1b6287692 100644 OS_LIBS += [ "X11", -@@ -222,20 +85,4 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": +@@ -221,20 +84,4 @@ if CONFIG["MOZ_X11"] == "1" and CONFIG["OS_TARGET"] == "Linux": "Xrender" ] diff --git a/www/librewolf/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h b/www/librewolf/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h new file mode 100644 index 000000000000..14ed30920d6a --- /dev/null +++ b/www/librewolf/files/patch-third__party_libwebrtc_modules_portal_pipewire__utils.h @@ -0,0 +1,19 @@ +commit 9f34111f6f4e2ebefd878a3c256fc012826e6936 +Author: Christoph Moench-Tegeder <cmt@FreeBSD.org> + + FreeBSD does not know asm-generic/ioctl.h + +diff --git third_party/libwebrtc/modules/portal/pipewire_utils.h third_party/libwebrtc/modules/portal/pipewire_utils.h +index c3d4f347a8cd..14a36260c292 100644 +--- third_party/libwebrtc/modules/portal/pipewire_utils.h ++++ third_party/libwebrtc/modules/portal/pipewire_utils.h +@@ -11,7 +11,9 @@ + #ifndef MODULES_PORTAL_PIPEWIRE_UTILS_H_ + #define MODULES_PORTAL_PIPEWIRE_UTILS_H_ + ++#if !defined(__FreeBSD__) + #include <asm-generic/ioctl.h> ++#endif + #include <sys/ioctl.h> + #include <sys/mman.h> + diff --git a/www/linux-brave/Makefile b/www/linux-brave/Makefile index ee68e029d7e2..39f8b267fad0 100644 --- a/www/linux-brave/Makefile +++ b/www/linux-brave/Makefile @@ -33,7 +33,7 @@ EXTRACT_SUFX_amd64?= .x86_64.rpm REINPLACE_ARGS= -i "" -BRAVE_VER?= 1.84.141 +BRAVE_VER?= 1.85.111 BRAVE_BUILD?= 1 DATADIR= ${PREFIX}/share/${PORTNAME} diff --git a/www/linux-brave/distinfo b/www/linux-brave/distinfo index 4cd5b046d6dc..8eba20f1aadb 100644 --- a/www/linux-brave/distinfo +++ b/www/linux-brave/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1763635816 -SHA256 (brave-browser-1.84.141-1.aarch64.rpm) = 564331e57078544e02ea5b9e8400d67254be7f33b63da3a58c78beb7a0399269 -SIZE (brave-browser-1.84.141-1.aarch64.rpm) = 119825169 -SHA256 (brave-browser-1.84.141-1.x86_64.rpm) = 8b351a1f5a4caea9b1489edcb885131ec5d1f85fa01829f54c060975b5472183 -SIZE (brave-browser-1.84.141-1.x86_64.rpm) = 127781741 +TIMESTAMP = 1765201439 +SHA256 (brave-browser-1.85.111-1.aarch64.rpm) = 869ddf309085a988fc3a7154666f69e0a35f8121cf7ce0b736bb730065604732 +SIZE (brave-browser-1.85.111-1.aarch64.rpm) = 120742937 +SHA256 (brave-browser-1.85.111-1.x86_64.rpm) = 9bb16217687d5f4ee854b50a8a6c2c11cbb3280333acb87902e2e81e5157da48 +SIZE (brave-browser-1.85.111-1.x86_64.rpm) = 128678173 diff --git a/www/linux-chrome/Makefile b/www/linux-chrome/Makefile index 47062d0e4c9f..4d2cfc1b4d7b 100644 --- a/www/linux-chrome/Makefile +++ b/www/linux-chrome/Makefile @@ -4,7 +4,7 @@ CATEGORIES= www linux MASTER_SITES= https://dl.google.com/linux/chrome/rpm/stable/x86_64/ PKGNAMEPREFIX= linux- DISTNAME= google-${PORTNAME}-stable-${CHROME_VER}-${CHROME_BUILD} -DISTFILES_aarch64?= ${DISTNAME:S/$/${EXTRACT_SUFX_aarch64}/} +#DISTFILES_aarch64?= ${DISTNAME:S/$/${EXTRACT_SUFX_aarch64}/} DISTFILES_amd64?= ${DISTNAME:S/$/${EXTRACT_SUFX_amd64}/} EXTRACT_ONLY?= ${DISTFILES_${ARCH}:C/:[^:]+$//} @@ -36,7 +36,7 @@ EXTRACT_SUFX_amd64?= .x86_64.rpm REINPLACE_ARGS= -i "" -CHROME_VER?= 142.0.7444.175 +CHROME_VER?= 143.0.7499.40 CHROME_BUILD?= 1 DATADIR= ${PREFIX}/share/${PORTNAME} diff --git a/www/linux-chrome/distinfo b/www/linux-chrome/distinfo index e1c15871ae3c..a23612eaf566 100644 --- a/www/linux-chrome/distinfo +++ b/www/linux-chrome/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763632878 -SHA256 (google-chrome-stable-142.0.7444.175-1.x86_64.rpm) = 2120aa97d7b89b61ee5d3b3c76c28685e17c73edaedd42ef61b5a609c5d245ac -SIZE (google-chrome-stable-142.0.7444.175-1.x86_64.rpm) = 121077101 +TIMESTAMP = 1765201251 +SHA256 (google-chrome-stable-143.0.7499.40-1.x86_64.rpm) = 1e65035240d80f53c5a14b979cb7eaa0e4ff471de9d83e645e9efde3255b6cff +SIZE (google-chrome-stable-143.0.7499.40-1.x86_64.rpm) = 120963193 diff --git a/www/mediawiki139/Makefile b/www/mediawiki139/Makefile index 3c52fc6c3d31..1154b9d93e0a 100644 --- a/www/mediawiki139/Makefile +++ b/www/mediawiki139/Makefile @@ -1,5 +1,5 @@ PORTNAME= mediawiki -PORTVERSION= 1.39.15 +PORTVERSION= 1.39.16 CATEGORIES= www MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ LOCAL/wen @@ -11,6 +11,9 @@ WWW= https://www.mediawiki.org/ LICENSE= GPLv2 +DEPRECATED= Upstream EOL +EXPIRATION_DATE= 2025-12-31 + CONFLICTS= mediawiki14[0-9] USES= cpe php:flavors shebangfix diff --git a/www/mediawiki139/distinfo b/www/mediawiki139/distinfo index 11849b43e05f..cfb52c31ab68 100644 --- a/www/mediawiki139/distinfo +++ b/www/mediawiki139/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759540887 -SHA256 (mediawiki-1.39.15.tar.gz) = 8877134363e7942bd3b42ee8b3ab8e9686101e4ea993f8795fbcebbd21befab3 -SIZE (mediawiki-1.39.15.tar.gz) = 60138466 +TIMESTAMP = 1765496954 +SHA256 (mediawiki-1.39.16.tar.gz) = d7e218f01959630a9d6c6c6d07c40bb6f1e0f390c2ccd72d402d03e8293a34be +SIZE (mediawiki-1.39.16.tar.gz) = 60245725 diff --git a/www/mediawiki143/Makefile b/www/mediawiki143/Makefile index 4873fc94f2ba..045adfdaa1bf 100644 --- a/www/mediawiki143/Makefile +++ b/www/mediawiki143/Makefile @@ -1,5 +1,5 @@ PORTNAME= mediawiki -PORTVERSION= 1.43.5 +PORTVERSION= 1.43.6 # LTS CATEGORIES= www MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ LOCAL/wen @@ -11,7 +11,7 @@ WWW= https://www.mediawiki.org/ LICENSE= GPLv2 -CONFLICTS= mediawiki139 mediawiki142 mediawiki144 +CONFLICTS= mediawiki139 mediawiki144 mediawiki145 USES= cpe php:flavors shebangfix SHEBANG_FILES= maintenance/storage/make-blobs diff --git a/www/mediawiki143/distinfo b/www/mediawiki143/distinfo index 205519b3f73a..1f607e64b9a2 100644 --- a/www/mediawiki143/distinfo +++ b/www/mediawiki143/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759540626 -SHA256 (mediawiki-1.43.5.tar.gz) = 4fa51205de98f054ca264bbd4b67dec03c5842de26fafde6026fc891bdf95034 -SIZE (mediawiki-1.43.5.tar.gz) = 92288699 +TIMESTAMP = 1765497289 +SHA256 (mediawiki-1.43.6.tar.gz) = 4ba60369c14dc46c8b21ae146c3ea5f8bb56857b2448a1246e4467cb65ca3c95 +SIZE (mediawiki-1.43.6.tar.gz) = 92480035 diff --git a/www/mediawiki144/Makefile b/www/mediawiki144/Makefile index 8988715a88bc..26a51b7fab96 100644 --- a/www/mediawiki144/Makefile +++ b/www/mediawiki144/Makefile @@ -1,5 +1,5 @@ PORTNAME= mediawiki -PORTVERSION= 1.44.2 +PORTVERSION= 1.44.3 CATEGORIES= www MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ LOCAL/wen @@ -11,7 +11,7 @@ WWW= https://www.mediawiki.org/ LICENSE= GPLv2 -CONFLICTS= mediawiki139 mediawiki141 mediawiki142 mediawiki143 +CONFLICTS= mediawiki139 mediawiki143 mediawiki145 USES= cpe php:flavors shebangfix SHEBANG_FILES= maintenance/storage/make-blobs diff --git a/www/mediawiki144/distinfo b/www/mediawiki144/distinfo index 6a3643a48829..a7fb436b845a 100644 --- a/www/mediawiki144/distinfo +++ b/www/mediawiki144/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759540292 -SHA256 (mediawiki-1.44.2.tar.gz) = e7d70266979671fafd03705e17a21f185bd1b283ff843ed72fe290e86fac4331 -SIZE (mediawiki-1.44.2.tar.gz) = 94523311 +TIMESTAMP = 1765497859 +SHA256 (mediawiki-1.44.3.tar.gz) = 581cc1f7ed9f8e302e38eacea74cc63ff9f2ed5d8412f3920e7d7118351832ff +SIZE (mediawiki-1.44.3.tar.gz) = 94690086 diff --git a/www/mediawiki145/Makefile b/www/mediawiki145/Makefile new file mode 100644 index 000000000000..42ecd0570676 --- /dev/null +++ b/www/mediawiki145/Makefile @@ -0,0 +1,64 @@ +PORTNAME= mediawiki +PORTVERSION= 1.45.1 +CATEGORIES= www +MASTER_SITES= https://releases.wikimedia.org/mediawiki/${PORTVERSION:R}/ \ + LOCAL/wen +PKGNAMESUFFIX= 145${PHP_PKGNAMESUFFIX} + +MAINTAINER= wen@FreeBSD.org +COMMENT= Wiki engine used by Wikipedia +WWW= https://www.mediawiki.org/ + +LICENSE= GPLv2 + +CONFLICTS= mediawiki139 mediawiki141 mediawiki142 mediawiki143 + +USES= cpe php:flavors shebangfix +SHEBANG_FILES= maintenance/storage/make-blobs + +USE_PHP= ctype dom fileinfo filter iconv intl mbstring \ + readline session xml xmlreader zlib +MEDIAWIKIDIR?= www/mediawiki + +NO_BUILD= yes +PLIST= ${WRKDIR}/plist + +SUB_FILES= pkg-message +SUB_LIST= MEDIAWIKIDIR=${PREFIX}/${MEDIAWIKIDIR} + +OPTIONS_DEFINE= LDAP MEMCACHED IMAGICK SOCKETS +OPTIONS_SINGLE= DB +OPTIONS_SINGLE_DB= MYSQL PGSQL SQLITE +OPTIONS_DEFAULT= MYSQL SOCKETS + +MEMCACHED_DESC= Use memcached +IMAGICK_DESC= Use ImageMagick +SOCKETS_DESC= Use sockets + +MYSQL_USES= mysql +MYSQL_USE= php=mysqli +PGSQL_USE= php=pgsql +SQLITE_USE= php=sqlite3 +LDAP_USE= php=ldap +SOCKETS_USE= php=sockets + +MEMCACHED_RUN_DEPENDS= memcached:databases/memcached +IMAGICK_RUN_DEPENDS= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/imagick.so:graphics/pecl-imagick@${PHP_FLAVOR} + +pre-install: + @${FIND} -s -d ${WRKSRC} -not -type d | ${SED} "s?${WRKSRC}?${MEDIAWIKIDIR}?g" >>${PLIST} + @${ECHO} "@dir %%WWWDIR%%/cache" >> ${PLIST} + @${ECHO_CMD} "@owner ${WWWOWN}" >> ${PLIST} + @${ECHO_CMD} "@group ${WWWGRP}" >> ${PLIST} + @${ECHO} "@mode 0755" >> ${PLIST} + @${ECHO} "@dir %%WWWDIR%%/images" >> ${PLIST} + @${ECHO} "@mode" >> ${PLIST} + @${ECHO_CMD} "@owner" >> ${PLIST} + @${ECHO_CMD} "@group" >> ${PLIST} + @${ECHO} @dir ${MEDIAWIKIDIR} >> ${PLIST} + +do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} + @cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${MEDIAWIKIDIR} + +.include <bsd.port.mk> diff --git a/www/mediawiki145/distinfo b/www/mediawiki145/distinfo new file mode 100644 index 000000000000..f363316eb56f --- /dev/null +++ b/www/mediawiki145/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765498516 +SHA256 (mediawiki-1.45.1.tar.gz) = e2f126b19aec422051a0a50e0c6ab7e904f33b3988a47b9da8afbfd0c0a252cc +SIZE (mediawiki-1.45.1.tar.gz) = 82078953 diff --git a/www/mediawiki145/files/pkg-message.in b/www/mediawiki145/files/pkg-message.in new file mode 100644 index 000000000000..b05e89945b5f --- /dev/null +++ b/www/mediawiki145/files/pkg-message.in @@ -0,0 +1,15 @@ +[ +{ type: install + message: <<EOM +Remember to check + +%%MEDIAWIKIDIR%%/INSTALL + +and + +%%MEDIAWIKIDIR%%/UPGRADE + +for details +EOM +} +] diff --git a/www/mediawiki145/pkg-descr b/www/mediawiki145/pkg-descr new file mode 100644 index 000000000000..88e2e7b358ef --- /dev/null +++ b/www/mediawiki145/pkg-descr @@ -0,0 +1,4 @@ +MediaWiki is the collaborative editing software that runs Wikipedia, +the free encyclopedia, and other projects. +It's designed to handle a large number of users and pages without imposing +too rigid a structure or workflow. diff --git a/www/mod_http2/Makefile b/www/mod_http2/Makefile index c773eabb152b..33a12c041aac 100644 --- a/www/mod_http2/Makefile +++ b/www/mod_http2/Makefile @@ -1,5 +1,5 @@ PORTNAME= mod_http2 -DISTVERSION= 2.0.35 +DISTVERSION= 2.0.37 CATEGORIES= www MASTER_SITES= https://github.com/icing/mod_h2/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} diff --git a/www/mod_http2/distinfo b/www/mod_http2/distinfo index 7bf7c9cb8156..131d39a02898 100644 --- a/www/mod_http2/distinfo +++ b/www/mod_http2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1755292496 -SHA256 (mod_http2-2.0.35.tar.gz) = 426633329ab12b1f7acc5036cd62313c5e3340918d1b3fe5a74f461cb308fcd6 -SIZE (mod_http2-2.0.35.tar.gz) = 1062742 +TIMESTAMP = 1765521860 +SHA256 (mod_http2-2.0.37.tar.gz) = dd12cbff378deaf192ec60b8b003aa409994fda46c9acbc5e2b757e5eefc1e61 +SIZE (mod_http2-2.0.37.tar.gz) = 1062981 diff --git a/www/moodle44/Makefile b/www/moodle44/Makefile index 850a37ca3a7e..8e075ba5f789 100644 --- a/www/moodle44/Makefile +++ b/www/moodle44/Makefile @@ -1,5 +1,5 @@ PORTNAME= moodle -PORTVERSION= 4.4.11 +PORTVERSION= 4.4.12 CATEGORIES= www education MASTER_SITES= https://packaging.moodle.org/stable404/ \ LOCAL/wen @@ -11,7 +11,10 @@ WWW= https://www.moodle.org/ LICENSE= GPLv3 -CONFLICTS= moodle45-4.5.[0-9]* moodle50-5.0-[0-9]* moodle51-5.1 +DEPRECATED= Upstream EOL +EXPIRATION_DATE= 2025-12-31 + +CONFLICTS= moodle45-4.5.[0-9]* moodle50-5.0.[0-9]* moodle51-5.1.[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom exif fileinfo filter gd \ diff --git a/www/moodle44/distinfo b/www/moodle44/distinfo index e4ae3a32d8bf..a3118f9900b3 100644 --- a/www/moodle44/distinfo +++ b/www/moodle44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759836213 -SHA256 (moodle-4.4.11.tgz) = 2ce3f961dd5720fbdac1ce2132e1b5ad70c72f74fbcd22cfdb77e4306d547c45 -SIZE (moodle-4.4.11.tgz) = 72703324 +TIMESTAMP = 1765265827 +SHA256 (moodle-4.4.12.tgz) = ec5a92a59ec870102a0692ef08f7f6812dbdaa82b44bc2367fd5581cd46d3ea4 +SIZE (moodle-4.4.12.tgz) = 72725108 diff --git a/www/moodle45/Makefile b/www/moodle45/Makefile index b40cf3346459..7294341508b8 100644 --- a/www/moodle45/Makefile +++ b/www/moodle45/Makefile @@ -1,5 +1,5 @@ PORTNAME= moodle -PORTVERSION= 4.5.7 # 4.5 is LTS version +PORTVERSION= 4.5.8 # 4.5 is LTS version CATEGORIES= www education MASTER_SITES= https://packaging.moodle.org/stable405/ \ LOCAL/wen @@ -11,7 +11,7 @@ WWW= https://www.moodle.org/ LICENSE= GPLv3 -CONFLICTS= moodle44-4.4.[0-9]* moodle50-5.0.[0-9]* moodle51-5.1 +CONFLICTS= moodle44-4.4.[0-9]* moodle50-5.0.[0-9]* moodle51-5.1.[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom exif fileinfo filter gd \ diff --git a/www/moodle45/distinfo b/www/moodle45/distinfo index 8bbbbd07e56b..e7cfffff4aa3 100644 --- a/www/moodle45/distinfo +++ b/www/moodle45/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759835865 -SHA256 (moodle-4.5.7.tgz) = 0e4b1bec0f4f2641257dec07ba10dd23d47e66857e7fb22cd12ce418ae61d972 -SIZE (moodle-4.5.7.tgz) = 74457388 +TIMESTAMP = 1765266811 +SHA256 (moodle-4.5.8.tgz) = 440286d47468e7450f08b0c70ca629b68e35dda21c3af28ac71cf1f955e94b9e +SIZE (moodle-4.5.8.tgz) = 74479091 diff --git a/www/moodle50/Makefile b/www/moodle50/Makefile index 67d95231a68c..c0782e8d7aa0 100644 --- a/www/moodle50/Makefile +++ b/www/moodle50/Makefile @@ -1,5 +1,5 @@ PORTNAME= moodle -PORTVERSION= 5.0.3 +PORTVERSION= 5.0.4 CATEGORIES= www education MASTER_SITES= https://packaging.moodle.org/stable500/ \ LOCAL/wen @@ -11,7 +11,7 @@ WWW= https://www.moodle.org/ LICENSE= GPLv3 -CONFLICTS= moodle44-4.4.[0-9]* moodle45-4.5.[0-9]* moodle51-5.1 +CONFLICTS= moodle44-4.4.[0-9]* moodle45-4.5.[0-9]* moodle51-5.1.[0-9]* USES= cpe php:flavors tar:tgz USE_PHP= ctype curl dom exif fileinfo filter gd \ diff --git a/www/moodle50/distinfo b/www/moodle50/distinfo index c76f07943d8f..30ba32421127 100644 --- a/www/moodle50/distinfo +++ b/www/moodle50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759835318 -SHA256 (moodle-5.0.3.tgz) = 4a0e48fbf9ef5dd8aac809f62a2e339c519d9796a2a6c3023a293677fd50cc93 -SIZE (moodle-5.0.3.tgz) = 74260507 +TIMESTAMP = 1765244010 +SHA256 (moodle-5.0.4.tgz) = 0215b5005e8814adc10d142a4e42689b4f08c0400165d7a1f2bfaba383f445eb +SIZE (moodle-5.0.4.tgz) = 74308878 diff --git a/www/moodle51/Makefile b/www/moodle51/Makefile index 2291867bde94..f7506dc27276 100644 --- a/www/moodle51/Makefile +++ b/www/moodle51/Makefile @@ -1,5 +1,5 @@ PORTNAME= moodle -PORTVERSION= 5.1 +PORTVERSION= 5.1.1 CATEGORIES= www education MASTER_SITES= https://packaging.moodle.org/stable501/ \ LOCAL/wen diff --git a/www/moodle51/distinfo b/www/moodle51/distinfo index 2c37d4ef80ff..a6175afef920 100644 --- a/www/moodle51/distinfo +++ b/www/moodle51/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759802436 -SHA256 (moodle-5.1.tgz) = 7b9807f4300127aaa6c270d785ec5661b6dfe181e505bd28c118180dfd67938a -SIZE (moodle-5.1.tgz) = 74525670 +TIMESTAMP = 1765243879 +SHA256 (moodle-5.1.1.tgz) = 27c94522c3c3e3598e612632500bb5e4385de7c6fe268bd977c6f25705ca5ac1 +SIZE (moodle-5.1.1.tgz) = 74569070 diff --git a/www/nextcloud-groupfolders/Makefile b/www/nextcloud-groupfolders/Makefile index 2390bb1d63a6..2108e1059d36 100644 --- a/www/nextcloud-groupfolders/Makefile +++ b/www/nextcloud-groupfolders/Makefile @@ -1,5 +1,5 @@ PORTNAME= groupfolders -PORTVERSION= 20.1.5 +PORTVERSION= 20.1.6 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/nextcloud-groupfolders/distinfo b/www/nextcloud-groupfolders/distinfo index 68ac087ea5a3..85dee0474b78 100644 --- a/www/nextcloud-groupfolders/distinfo +++ b/www/nextcloud-groupfolders/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765223738 -SHA256 (nextcloud/groupfolders-v20.1.5.tar.gz) = 0fc373008945f0e6e91f53fb2c62a9739023610e8d68d8f3f72ee0c5f5054aed -SIZE (nextcloud/groupfolders-v20.1.5.tar.gz) = 5717372 +TIMESTAMP = 1765522460 +SHA256 (nextcloud/groupfolders-v20.1.6.tar.gz) = b58ffc467ec456071118320b70436a586690fb3ebdd7a88e40d70d3ad44182d4 +SIZE (nextcloud/groupfolders-v20.1.6.tar.gz) = 5717190 diff --git a/www/nextcloud/Makefile b/www/nextcloud/Makefile index e46366dbe01a..18e7089d5fba 100644 --- a/www/nextcloud/Makefile +++ b/www/nextcloud/Makefile @@ -1,7 +1,8 @@ PORTNAME= nextcloud -PORTVERSION= 32.0.2 +PORTVERSION= 32.0.3 CATEGORIES= www -MASTER_SITES= https://download.nextcloud.com/server/releases/ +MASTER_SITES= https://github.com/nextcloud-releases/server/releases/download/v${PORTVERSION} \ + https://download.nextcloud.com/server/releases/ PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} DIST_SUBDIR= ${PORTNAME} diff --git a/www/nextcloud/distinfo b/www/nextcloud/distinfo index 6d10c57c5cba..aed6db292499 100644 --- a/www/nextcloud/distinfo +++ b/www/nextcloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763811312 -SHA256 (nextcloud/nextcloud-32.0.2.tar.bz2) = 15ede19ad88ec724834dfad7fae306a72f932fd042f36b333fe2418155a937c5 -SIZE (nextcloud/nextcloud-32.0.2.tar.bz2) = 272625998 +TIMESTAMP = 1765523038 +SHA256 (nextcloud/nextcloud-32.0.3.tar.bz2) = 9b71ac96c910b4a350d986bd3a92ea06f02a161fa586334b56d87d8acafc62d4 +SIZE (nextcloud/nextcloud-32.0.3.tar.bz2) = 272989969 diff --git a/www/plasma6-plasma-browser-integration/distinfo b/www/plasma6-plasma-browser-integration/distinfo index a0983768ff7e..ccb7e773d798 100644 --- a/www/plasma6-plasma-browser-integration/distinfo +++ b/www/plasma6-plasma-browser-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481311 -SHA256 (KDE/plasma/6.5.3/plasma-browser-integration-6.5.3.tar.xz) = cc4d72f25e429110c2a5ad2ad808de37ed138957e32defdc15d19c8a0bffdd4e -SIZE (KDE/plasma/6.5.3/plasma-browser-integration-6.5.3.tar.xz) = 235864 +TIMESTAMP = 1765457166 +SHA256 (KDE/plasma/6.5.4/plasma-browser-integration-6.5.4.tar.xz) = 3a50d94dfff06ebfb0389e41b074ba1574a8c1af6c526a8f81395c96d196deb0 +SIZE (KDE/plasma/6.5.4/plasma-browser-integration-6.5.4.tar.xz) = 235872 diff --git a/www/proxygen/Makefile b/www/proxygen/Makefile index a208c7fdbe44..e8df0e16a922 100644 --- a/www/proxygen/Makefile +++ b/www/proxygen/Makefile @@ -1,6 +1,7 @@ PORTNAME= proxygen DISTVERSIONPREFIX= v DISTVERSION= 2025.12.01.00 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= yuri@FreeBSD.org diff --git a/www/py-adblock/Makefile b/www/py-adblock/Makefile index 39b613d90f2a..e05467eba973 100644 --- a/www/py-adblock/Makefile +++ b/www/py-adblock/Makefile @@ -1,6 +1,6 @@ PORTNAME= adblock DISTVERSION= 0.6.0 -PORTREVISION= 44 +PORTREVISION= 45 CATEGORIES= www python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-aiobreaker/Makefile b/www/py-aiobreaker/Makefile new file mode 100644 index 000000000000..c38d6bf69c10 --- /dev/null +++ b/www/py-aiobreaker/Makefile @@ -0,0 +1,21 @@ +PORTNAME= aiobreaker +PORTVERSION= 1.2.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= otis@FreeBSD.org +COMMENT= AIO Circuit Breaker pattern +WWW= https://pypi.org/project/aiobreaker/ + +LICENSE= BSD3CLAUSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-aiobreaker/distinfo b/www/py-aiobreaker/distinfo new file mode 100644 index 000000000000..55117b74f5df --- /dev/null +++ b/www/py-aiobreaker/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757576651 +SHA256 (aiobreaker-1.2.0.tar.gz) = 217a9cfa12e520bb2dd1934bace281d1d7deb8d7630dd183a6295fd22e323ce7 +SIZE (aiobreaker-1.2.0.tar.gz) = 15947 diff --git a/www/py-aiobreaker/files/patch-license.md b/www/py-aiobreaker/files/patch-license.md new file mode 100644 index 000000000000..5b2138040734 --- /dev/null +++ b/www/py-aiobreaker/files/patch-license.md @@ -0,0 +1,30 @@ +--- license.md.orig 2025-09-11 08:55:21 UTC ++++ license.md +@@ -0,0 +1,27 @@ ++Copyright (c) 2010-2014, Daniel Fernandes Martins ++All rights reserved. ++ ++Redistribution and use in source and binary forms, with or without modification, ++are permitted provided that the following conditions are met: ++ ++ 1. Redistributions of source code must retain the above copyright notice, ++ this list of conditions and the following disclaimer. ++ ++ 2. Redistributions in binary form must reproduce the above copyright ++ notice, this list of conditions and the following disclaimer in the ++ documentation and/or other materials provided with the distribution. ++ ++ 3. Neither the name of PyBreaker nor the names of its contributors may ++ be used to endorse or promote products derived from this software ++ software without specific prior written permission. ++ ++THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ++ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED ++WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE ++DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ++ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES ++(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; ++LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ++ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ++(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS ++SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/www/py-aiobreaker/files/patch-readme.rst b/www/py-aiobreaker/files/patch-readme.rst new file mode 100644 index 000000000000..48f624e0f6f1 --- /dev/null +++ b/www/py-aiobreaker/files/patch-readme.rst @@ -0,0 +1,66 @@ +--- readme.rst.orig 2025-09-11 08:55:00 UTC ++++ readme.rst +@@ -0,0 +1,63 @@ ++aiobreaker ++========== ++ ++aiobreaker is a Python implementation of the Circuit Breaker pattern, ++described in Michael T. Nygard's book `Release It!`_. ++ ++Circuit breakers exist to allow one subsystem to fail without destroying ++the entire system. This is done by wrapping dangerous operations ++(typically integration points) with a component that can circumvent ++calls when the system is not healthy. ++ ++This project is a fork of pybreaker_ by Daniel Fernandes Martins that ++replaces tornado with native asyncio, originally so I could practice ++packaging and learn about that shiny new ``typing`` package. ++ ++.. _`Release It!`: https://pragprog.com/titles/mnee2/release-it-second-edition/ ++.. _pybreaker: https://github.com/danielfm/pybreaker ++ ++Features ++-------- ++ ++- Configurable list of excluded exceptions (e.g. business exceptions) ++- Configurable failure threshold and reset timeout ++- Support for several event listeners per circuit breaker ++- Can guard generator functions ++- Functions and properties for easy monitoring and management ++- ``asyncio`` support ++- Optional redis backing ++- Synchronous and asynchronous event listeners ++ ++Requirements ++------------ ++ ++All you need is ``python 3.6`` or higher. ++ ++Installation ++------------ ++ ++To install, simply download from pypi: ++ ++.. code:: bash ++ ++ pip install aiobreaker ++ ++Usage ++----- ++ ++The first step is to create an instance of ``CircuitBreaker`` for each ++integration point you want to protect against. ++ ++.. code:: python ++ ++ from aiobreaker import CircuitBreaker ++ ++ # Used in database integration points ++ db_breaker = CircuitBreaker(fail_max=5, reset_timeout=timedelta(seconds=60)) ++ ++ @db_breaker ++ async def outside_integration(): ++ """Hits the api""" ++ ... ++ ++At that point, go ahead and get familiar with the documentation. diff --git a/www/py-aiobreaker/pkg-descr b/www/py-aiobreaker/pkg-descr new file mode 100644 index 000000000000..484dc56a325c --- /dev/null +++ b/www/py-aiobreaker/pkg-descr @@ -0,0 +1,7 @@ +aiobreaker is a Python implementation of the Circuit Breaker pattern, described +in Michael T. Nygard's book Release It!. + +Circuit breakers exist to allow one subsystem to fail without destroying the +entire system. This is done by wrapping dangerous operations (typically +integration points) with a component that can circumvent calls when the system +is not healthy. diff --git a/www/py-aiolimiter/Makefile b/www/py-aiolimiter/Makefile new file mode 100644 index 000000000000..4ac0af92dbec --- /dev/null +++ b/www/py-aiolimiter/Makefile @@ -0,0 +1,22 @@ +PORTNAME= aiolimiter +PORTVERSION= 1.2.1 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= otis@FreeBSD.org +COMMENT= AIO rate limiter for asyncio +WWW= https://pypi.org/project/aiolimiter/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}poetry-core>0:devel/py-poetry-core@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-aiolimiter/distinfo b/www/py-aiolimiter/distinfo new file mode 100644 index 000000000000..0c95a76b49f6 --- /dev/null +++ b/www/py-aiolimiter/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1757573725 +SHA256 (aiolimiter-1.2.1.tar.gz) = e02a37ea1a855d9e832252a105420ad4d15011505512a1a1d814647451b5cca9 +SIZE (aiolimiter-1.2.1.tar.gz) = 7185 diff --git a/www/py-aiolimiter/pkg-descr b/www/py-aiolimiter/pkg-descr new file mode 100644 index 000000000000..9982f7796f38 --- /dev/null +++ b/www/py-aiolimiter/pkg-descr @@ -0,0 +1,3 @@ +An efficient implementation of a rate limiter for asyncio. + +This project implements the Leaky bucket algorithm. diff --git a/www/py-boto3/Makefile b/www/py-boto3/Makefile index 2d2749bdcd09..9b91c75875d2 100644 --- a/www/py-boto3/Makefile +++ b/www/py-boto3/Makefile @@ -1,5 +1,5 @@ PORTNAME= boto3 -PORTVERSION= 1.41.5 +PORTVERSION= 1.42.4 CATEGORIES= www python devel MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=${PORTVERSION}<1.42.0:devel/py-botocore@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}botocore>=${PORTVERSION}<1.43.0:devel/py-botocore@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}jmespath>=0.7.1<2.0.0:devel/py-jmespath@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.15.0<0.16.0:net/py-s3transfer@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}s3transfer>=0.16.0<0.17.0:net/py-s3transfer@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 pytest diff --git a/www/py-boto3/distinfo b/www/py-boto3/distinfo index 85bcadf96906..4af1eac0daf8 100644 --- a/www/py-boto3/distinfo +++ b/www/py-boto3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511004 -SHA256 (boto3-1.41.5.tar.gz) = bc7806bee681dfdff2fe2b74967b107a56274f1e66ebe4d20dc8eee1ea408d17 -SIZE (boto3-1.41.5.tar.gz) = 111594 +TIMESTAMP = 1765032830 +SHA256 (boto3-1.42.4.tar.gz) = 65f0d98a3786ec729ba9b5f70448895b2d1d1f27949aa7af5cb4f39da341bbc4 +SIZE (boto3-1.42.4.tar.gz) = 112826 diff --git a/www/py-dj51-django-allauth/Makefile b/www/py-dj51-django-allauth/Makefile index 38d03af77211..44e5b7e35cc0 100644 --- a/www/py-dj51-django-allauth/Makefile +++ b/www/py-dj51-django-allauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-allauth -PORTVERSION= 65.13.0 +PORTVERSION= 65.13.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-django-allauth/distinfo b/www/py-dj51-django-allauth/distinfo index 7ed0444e9feb..88659742db25 100644 --- a/www/py-dj51-django-allauth/distinfo +++ b/www/py-dj51-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568542 -SHA256 (django_allauth-65.13.0.tar.gz) = 7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b -SIZE (django_allauth-65.13.0.tar.gz) = 1987616 +TIMESTAMP = 1765718986 +SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15 +SIZE (django_allauth-65.13.1.tar.gz) = 1983857 diff --git a/www/py-dj51-django-auditlog/Makefile b/www/py-dj51-django-auditlog/Makefile index e4f546f6fa85..171fd8b80d50 100644 --- a/www/py-dj51-django-auditlog/Makefile +++ b/www/py-dj51-django-auditlog/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-auditlog -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-django-auditlog/distinfo b/www/py-dj51-django-auditlog/distinfo index 51a2f662e932..1b0d64b03072 100644 --- a/www/py-dj51-django-auditlog/distinfo +++ b/www/py-dj51-django-auditlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760518447 -SHA256 (django_auditlog-3.3.0.tar.gz) = 01331a0e7bb1a8ff7573311b486c88f3d0c431c388f5a1e4a9b6b26911dd79b8 -SIZE (django_auditlog-3.3.0.tar.gz) = 85941 +TIMESTAMP = 1765719383 +SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d +SIZE (django_auditlog-3.4.0.tar.gz) = 91333 diff --git a/www/py-dj51-django-htmx/Makefile b/www/py-dj51-django-htmx/Makefile index eb8a103964af..180dac54e32e 100644 --- a/www/py-dj51-django-htmx/Makefile +++ b/www/py-dj51-django-htmx/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-htmx -DISTVERSION= 1.26.0 +DISTVERSION= 1.27.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-django-htmx/distinfo b/www/py-dj51-django-htmx/distinfo index 05980aa9033f..2810a47367a0 100644 --- a/www/py-dj51-django-htmx/distinfo +++ b/www/py-dj51-django-htmx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759317357 -SHA256 (django_htmx-1.26.0.tar.gz) = 88ecc2f8a3f13ad5a50e6b16be127f04fba369124cc40a09b21ce33babb04aa6 -SIZE (django_htmx-1.26.0.tar.gz) = 65345 +TIMESTAMP = 1765118679 +SHA256 (django_htmx-1.27.0.tar.gz) = 036e5da801bfdf5f1ca815f21592cfb9f004a898f330c842f15e55c70e301a75 +SIZE (django_htmx-1.27.0.tar.gz) = 65362 diff --git a/www/py-dj51-django-timezone-field/Makefile b/www/py-dj51-django-timezone-field/Makefile index 3d7b3e37acdc..562d4f194d9d 100644 --- a/www/py-dj51-django-timezone-field/Makefile +++ b/www/py-dj51-django-timezone-field/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-timezone-field -DISTVERSION= 7.1 +DISTVERSION= 7.2.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- @@ -16,7 +16,7 @@ DEPRECATED= Extended support of Django 5.1 ends December 2025, upgrade to the Dj EXPIRATION_DATE=2025-12-31 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2:www/py-django51@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django51>=3.2<6.1:www/py-django51@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/www/py-dj51-django-timezone-field/distinfo b/www/py-dj51-django-timezone-field/distinfo index 00ee309e011a..40022c204202 100644 --- a/www/py-dj51-django-timezone-field/distinfo +++ b/www/py-dj51-django-timezone-field/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737194529 -SHA256 (django_timezone_field-7.1.tar.gz) = b3ef409d88a2718b566fabe10ea996f2838bc72b22d3a2900c0aa905c761380c -SIZE (django_timezone_field-7.1.tar.gz) = 13727 +TIMESTAMP = 1765118394 +SHA256 (django_timezone_field-7.2.1.tar.gz) = def846f9e7200b7b8f2a28fcce2b78fb2d470f6a9f272b07c4e014f6ba4c6d2e +SIZE (django_timezone_field-7.2.1.tar.gz) = 13096 diff --git a/www/py-dj51-drf-spectacular-sidecar/Makefile b/www/py-dj51-drf-spectacular-sidecar/Makefile index b799bc27ed82..f65e36f5c986 100644 --- a/www/py-dj51-drf-spectacular-sidecar/Makefile +++ b/www/py-dj51-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.10.1 +DISTVERSION= 2025.12.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-drf-spectacular-sidecar/distinfo b/www/py-dj51-drf-spectacular-sidecar/distinfo index 38e671306354..a65111007d14 100644 --- a/www/py-dj51-drf-spectacular-sidecar/distinfo +++ b/www/py-dj51-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761216097 -SHA256 (drf_spectacular_sidecar-2025.10.1.tar.gz) = 506a5a21ce1ad7211c28acb4e2112e213f6dc095a2052ee6ed6db1ffe8eb5a7b -SIZE (drf_spectacular_sidecar-2025.10.1.tar.gz) = 2420998 +TIMESTAMP = 1765194792 +SHA256 (drf_spectacular_sidecar-2025.12.1.tar.gz) = d25d82ea2e6176ce4583812f73ac9f177dcd56141c11a9e9bf35f1b1878d5044 +SIZE (drf_spectacular_sidecar-2025.12.1.tar.gz) = 2460914 diff --git a/www/py-dj51-strawberry-graphql-django/Makefile b/www/py-dj51-strawberry-graphql-django/Makefile index d17878f87546..7aac75275d25 100644 --- a/www/py-dj51-strawberry-graphql-django/Makefile +++ b/www/py-dj51-strawberry-graphql-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql-django -DISTVERSION= 0.67.2 +DISTVERSION= 0.70.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj51- diff --git a/www/py-dj51-strawberry-graphql-django/distinfo b/www/py-dj51-strawberry-graphql-django/distinfo index 0f31bc723311..201553da55a6 100644 --- a/www/py-dj51-strawberry-graphql-django/distinfo +++ b/www/py-dj51-strawberry-graphql-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764099914 -SHA256 (strawberry_graphql_django-0.67.2.tar.gz) = c08581b59defa5348995ab04b58fb5d2930194447fb16717ff8906cdd4694b9d -SIZE (strawberry_graphql_django-0.67.2.tar.gz) = 85726 +TIMESTAMP = 1765276927 +SHA256 (strawberry_graphql_django-0.70.1.tar.gz) = 19496d3d2adf464c538f480b61e2b1825b6dbf09485673b6b6438b7065351e94 +SIZE (strawberry_graphql_django-0.70.1.tar.gz) = 86986 diff --git a/www/py-dj52-django-allauth/Makefile b/www/py-dj52-django-allauth/Makefile index 6b1e9a51b97c..b16ebe604bbf 100644 --- a/www/py-dj52-django-allauth/Makefile +++ b/www/py-dj52-django-allauth/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-allauth -PORTVERSION= 65.13.0 +PORTVERSION= 65.13.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-allauth/distinfo b/www/py-dj52-django-allauth/distinfo index 7361a9c5c7db..0c2f689f1035 100644 --- a/www/py-dj52-django-allauth/distinfo +++ b/www/py-dj52-django-allauth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763568690 -SHA256 (django_allauth-65.13.0.tar.gz) = 7d7b7e7ad603eb3864c142f051e2cce7be2f9a9c6945a51172ec83d48c6c843b -SIZE (django_allauth-65.13.0.tar.gz) = 1987616 +TIMESTAMP = 1765719043 +SHA256 (django_allauth-65.13.1.tar.gz) = 2af0d07812f8c1a8e3732feaabe6a9db5ecf3fad6b45b6a0f7fd825f656c5a15 +SIZE (django_allauth-65.13.1.tar.gz) = 1983857 diff --git a/www/py-dj52-django-auditlog/Makefile b/www/py-dj52-django-auditlog/Makefile index 9068f48423ae..a7b07af54984 100644 --- a/www/py-dj52-django-auditlog/Makefile +++ b/www/py-dj52-django-auditlog/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-auditlog -PORTVERSION= 3.3.0 +PORTVERSION= 3.4.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-auditlog/distinfo b/www/py-dj52-django-auditlog/distinfo index 6b110d8bde48..4b6c9eef98eb 100644 --- a/www/py-dj52-django-auditlog/distinfo +++ b/www/py-dj52-django-auditlog/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1760521835 -SHA256 (django_auditlog-3.3.0.tar.gz) = 01331a0e7bb1a8ff7573311b486c88f3d0c431c388f5a1e4a9b6b26911dd79b8 -SIZE (django_auditlog-3.3.0.tar.gz) = 85941 +TIMESTAMP = 1765719441 +SHA256 (django_auditlog-3.4.0.tar.gz) = 8dbac6927df0dae3a7ae4f67de1f60c7b53f34b60fbf384e4533c1fd1786e87d +SIZE (django_auditlog-3.4.0.tar.gz) = 91333 diff --git a/www/py-dj52-django-htmx/Makefile b/www/py-dj52-django-htmx/Makefile index f514537eab31..28e063376417 100644 --- a/www/py-dj52-django-htmx/Makefile +++ b/www/py-dj52-django-htmx/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-htmx -DISTVERSION= 1.26.0 +DISTVERSION= 1.27.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-htmx/distinfo b/www/py-dj52-django-htmx/distinfo index 05980aa9033f..2810a47367a0 100644 --- a/www/py-dj52-django-htmx/distinfo +++ b/www/py-dj52-django-htmx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759317357 -SHA256 (django_htmx-1.26.0.tar.gz) = 88ecc2f8a3f13ad5a50e6b16be127f04fba369124cc40a09b21ce33babb04aa6 -SIZE (django_htmx-1.26.0.tar.gz) = 65345 +TIMESTAMP = 1765118679 +SHA256 (django_htmx-1.27.0.tar.gz) = 036e5da801bfdf5f1ca815f21592cfb9f004a898f330c842f15e55c70e301a75 +SIZE (django_htmx-1.27.0.tar.gz) = 65362 diff --git a/www/py-dj52-django-tasks/Makefile b/www/py-dj52-django-tasks/Makefile index 374bd1f2c7a7..a81da5ecdf3c 100644 --- a/www/py-dj52-django-tasks/Makefile +++ b/www/py-dj52-django-tasks/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-tasks -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-django-tasks/distinfo b/www/py-dj52-django-tasks/distinfo index a96690e752a3..87c861964a94 100644 --- a/www/py-dj52-django-tasks/distinfo +++ b/www/py-dj52-django-tasks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446774 -SHA256 (django_tasks-0.9.0.tar.gz) = 971b3829efeee68147f7deced8d21b907131b11ec7953af83eb94b11f128a24d -SIZE (django_tasks-0.9.0.tar.gz) = 32343 +TIMESTAMP = 1765032832 +SHA256 (django_tasks-0.10.0.tar.gz) = 1505d52e35b354091fc9a24d1446323c12d99c63fe58b63c31b5a1304177d8e8 +SIZE (django_tasks-0.10.0.tar.gz) = 31297 diff --git a/www/py-dj52-django-timezone-field/Makefile b/www/py-dj52-django-timezone-field/Makefile index 15c1adcb46b1..65784f5f3d36 100644 --- a/www/py-dj52-django-timezone-field/Makefile +++ b/www/py-dj52-django-timezone-field/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-timezone-field -DISTVERSION= 7.1 +DISTVERSION= 7.2.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2<6.1:www/py-django52@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/www/py-dj52-django-timezone-field/distinfo b/www/py-dj52-django-timezone-field/distinfo index 00ee309e011a..40022c204202 100644 --- a/www/py-dj52-django-timezone-field/distinfo +++ b/www/py-dj52-django-timezone-field/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737194529 -SHA256 (django_timezone_field-7.1.tar.gz) = b3ef409d88a2718b566fabe10ea996f2838bc72b22d3a2900c0aa905c761380c -SIZE (django_timezone_field-7.1.tar.gz) = 13727 +TIMESTAMP = 1765118394 +SHA256 (django_timezone_field-7.2.1.tar.gz) = def846f9e7200b7b8f2a28fcce2b78fb2d470f6a9f272b07c4e014f6ba4c6d2e +SIZE (django_timezone_field-7.2.1.tar.gz) = 13096 diff --git a/www/py-dj52-django-treebeard/Makefile b/www/py-dj52-django-treebeard/Makefile index da79af806a82..d04ee54e2b8c 100644 --- a/www/py-dj52-django-treebeard/Makefile +++ b/www/py-dj52-django-treebeard/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-treebeard -DISTVERSION= 4.7.1 -PORTREVISION= 2 +DISTVERSION= 4.8.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- +DISTNAME= django_treebeard-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Efficient tree implementations for Django @@ -12,11 +12,13 @@ WWW= https://github.com/django-treebeard/django-treebeard LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=3.2:www/py-django52@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= DATABASE_ENGINE=sqlite @@ -24,10 +26,13 @@ NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=2.2:www/py-django52@${PY_FLAVOR} \ +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django52>=4.2:www/py-django52@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-build-DOCS-on: + ${SETENV} PYTHONPATH=${WRKSRC} ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} \ + -d ${WRKDIR} -b html ${WRKSRC}/docs/source ${WRKSRC}/build/sphinx/html post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/py-dj52-django-treebeard/distinfo b/www/py-dj52-django-treebeard/distinfo index 56310b6db66c..ae68c8e24a68 100644 --- a/www/py-dj52-django-treebeard/distinfo +++ b/www/py-dj52-django-treebeard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706970935 -SHA256 (django-treebeard-4.7.1.tar.gz) = 846e462904b437155f76e04907ba4e48480716855f88b898df4122bdcfbd6e98 -SIZE (django-treebeard-4.7.1.tar.gz) = 294139 +TIMESTAMP = 1765367154 +SHA256 (django_treebeard-4.8.0.tar.gz) = 61b8076b576107da21f6f6040774c0d17025200c2efdb70dd1f14b18c9206c3a +SIZE (django_treebeard-4.8.0.tar.gz) = 292517 diff --git a/www/py-dj52-django-treebeard/files/patch-pyproject.toml b/www/py-dj52-django-treebeard/files/patch-pyproject.toml new file mode 100644 index 000000000000..bd444905b23e --- /dev/null +++ b/www/py-dj52-django-treebeard/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +Enable build with older versions of py-setuptools. + +--- pyproject.toml.orig 2025-12-10 11:50:47 UTC ++++ pyproject.toml +@@ -12,7 +12,7 @@ readme = "README.md" + name = "django-treebeard" + description = "Efficient tree implementations for Django" + readme = "README.md" +-license = "Apache-2.0" ++license = { text="Apache-2.0" } + requires-python = ">=3.10" + dynamic = ["version"] + classifiers = [ +@@ -53,4 +53,4 @@ lint.select = [ + "I", # isort + "F", # pyflakes + "E", # pycodestyle errors +-] +\ No newline at end of file ++] diff --git a/www/py-dj52-drf-spectacular-sidecar/Makefile b/www/py-dj52-drf-spectacular-sidecar/Makefile index 71115069581a..00b884237695 100644 --- a/www/py-dj52-drf-spectacular-sidecar/Makefile +++ b/www/py-dj52-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.10.1 +DISTVERSION= 2025.12.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-drf-spectacular-sidecar/distinfo b/www/py-dj52-drf-spectacular-sidecar/distinfo index 38e671306354..a65111007d14 100644 --- a/www/py-dj52-drf-spectacular-sidecar/distinfo +++ b/www/py-dj52-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761216097 -SHA256 (drf_spectacular_sidecar-2025.10.1.tar.gz) = 506a5a21ce1ad7211c28acb4e2112e213f6dc095a2052ee6ed6db1ffe8eb5a7b -SIZE (drf_spectacular_sidecar-2025.10.1.tar.gz) = 2420998 +TIMESTAMP = 1765194792 +SHA256 (drf_spectacular_sidecar-2025.12.1.tar.gz) = d25d82ea2e6176ce4583812f73ac9f177dcd56141c11a9e9bf35f1b1878d5044 +SIZE (drf_spectacular_sidecar-2025.12.1.tar.gz) = 2460914 diff --git a/www/py-dj52-strawberry-graphql-django/Makefile b/www/py-dj52-strawberry-graphql-django/Makefile index 927cf89b6698..f9a1bf9038b8 100644 --- a/www/py-dj52-strawberry-graphql-django/Makefile +++ b/www/py-dj52-strawberry-graphql-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql-django -DISTVERSION= 0.67.2 +DISTVERSION= 0.70.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}dj52- diff --git a/www/py-dj52-strawberry-graphql-django/distinfo b/www/py-dj52-strawberry-graphql-django/distinfo index 0f31bc723311..201553da55a6 100644 --- a/www/py-dj52-strawberry-graphql-django/distinfo +++ b/www/py-dj52-strawberry-graphql-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764099914 -SHA256 (strawberry_graphql_django-0.67.2.tar.gz) = c08581b59defa5348995ab04b58fb5d2930194447fb16717ff8906cdd4694b9d -SIZE (strawberry_graphql_django-0.67.2.tar.gz) = 85726 +TIMESTAMP = 1765276927 +SHA256 (strawberry_graphql_django-0.70.1.tar.gz) = 19496d3d2adf464c538f480b61e2b1825b6dbf09485673b6b6438b7065351e94 +SIZE (strawberry_graphql_django-0.70.1.tar.gz) = 86986 diff --git a/www/py-django-bootstrap3/Makefile b/www/py-django-bootstrap3/Makefile index e96f0c5aee11..f2824aa5bf07 100644 --- a/www/py-django-bootstrap3/Makefile +++ b/www/py-django-bootstrap3/Makefile @@ -1,10 +1,9 @@ PORTNAME= django-bootstrap3 -PORTVERSION= 23.4 -PORTREVISION= 1 +DISTVERSION= 25.3 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= django_bootstrap3-${PORTVERSION} +DISTNAME= django_bootstrap3-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Bootstrap 3 support for Django projects @@ -13,17 +12,14 @@ WWW= https://github.com/zostera/django-bootstrap3 LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}hatchling>0:devel/py-hatchling@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.6<0.10.0:devel/py-uv-build@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 NO_ARCH= yes -post-extract: - @${FIND} ${WRKSRC}/src -name ".DS_Store" -delete - do-test: @cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} manage.py test -v3 --noinput diff --git a/www/py-django-bootstrap3/distinfo b/www/py-django-bootstrap3/distinfo index 884289dc28bc..c641f01231cd 100644 --- a/www/py-django-bootstrap3/distinfo +++ b/www/py-django-bootstrap3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1696852120 -SHA256 (django_bootstrap3-23.4.tar.gz) = 975e6017bb25b29a86416c4fbac6020f15bfd36d66861f42a20dd4ccfdab435d -SIZE (django_bootstrap3-23.4.tar.gz) = 19664 +TIMESTAMP = 1765538148 +SHA256 (django_bootstrap3-25.3.tar.gz) = ad7a4eb7ac472a38c053b749ebd0a0b4288ff73c321018c19a36027904e5089a +SIZE (django_bootstrap3-25.3.tar.gz) = 41293 diff --git a/www/py-django-htmx/Makefile b/www/py-django-htmx/Makefile index d6228462edb3..557110c96df6 100644 --- a/www/py-django-htmx/Makefile +++ b/www/py-django-htmx/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-htmx -DISTVERSION= 1.26.0 +DISTVERSION= 1.27.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-htmx/distinfo b/www/py-django-htmx/distinfo index 05980aa9033f..2810a47367a0 100644 --- a/www/py-django-htmx/distinfo +++ b/www/py-django-htmx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759317357 -SHA256 (django_htmx-1.26.0.tar.gz) = 88ecc2f8a3f13ad5a50e6b16be127f04fba369124cc40a09b21ce33babb04aa6 -SIZE (django_htmx-1.26.0.tar.gz) = 65345 +TIMESTAMP = 1765118679 +SHA256 (django_htmx-1.27.0.tar.gz) = 036e5da801bfdf5f1ca815f21592cfb9f004a898f330c842f15e55c70e301a75 +SIZE (django_htmx-1.27.0.tar.gz) = 65362 diff --git a/www/py-django-stubs-ext/Makefile b/www/py-django-stubs-ext/Makefile index 02e6dcb371c6..40bd611b69a3 100644 --- a/www/py-django-stubs-ext/Makefile +++ b/www/py-django-stubs-ext/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-stubs-ext -PORTVERSION= 5.2.7 +PORTVERSION= 5.2.8 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ WWW= https://github.com/typeddjango/django-stubs LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build08>=0.8.22:devel/py-uv-build08@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}uv-build>=0.9.9<0.10.0:devel/py-uv-build@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=0:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR} diff --git a/www/py-django-stubs-ext/distinfo b/www/py-django-stubs-ext/distinfo index b615e9eb8d9f..f34c8a0658ac 100644 --- a/www/py-django-stubs-ext/distinfo +++ b/www/py-django-stubs-ext/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1759774737 -SHA256 (django_stubs_ext-5.2.7.tar.gz) = b690655bd4cb8a44ae57abb314e0995dc90414280db8f26fff0cb9fb367d1cac -SIZE (django_stubs_ext-5.2.7.tar.gz) = 6524 +TIMESTAMP = 1765032834 +SHA256 (django_stubs_ext-5.2.8.tar.gz) = b39938c46d7a547cd84e4a6378dbe51a3dd64d70300459087229e5fee27e5c6b +SIZE (django_stubs_ext-5.2.8.tar.gz) = 6487 diff --git a/www/py-django-tasks/Makefile b/www/py-django-tasks/Makefile index 14e627da69f7..80f3ba4c0f48 100644 --- a/www/py-django-tasks/Makefile +++ b/www/py-django-tasks/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-tasks -PORTVERSION= 0.9.0 +PORTVERSION= 0.10.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-django-tasks/distinfo b/www/py-django-tasks/distinfo index a96690e752a3..a33f75bcbdb1 100644 --- a/www/py-django-tasks/distinfo +++ b/www/py-django-tasks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761446774 -SHA256 (django_tasks-0.9.0.tar.gz) = 971b3829efeee68147f7deced8d21b907131b11ec7953af83eb94b11f128a24d -SIZE (django_tasks-0.9.0.tar.gz) = 32343 +TIMESTAMP = 1765032836 +SHA256 (django_tasks-0.10.0.tar.gz) = 1505d52e35b354091fc9a24d1446323c12d99c63fe58b63c31b5a1304177d8e8 +SIZE (django_tasks-0.10.0.tar.gz) = 31297 diff --git a/www/py-django-timezone-field/Makefile b/www/py-django-timezone-field/Makefile index b6f21d709db5..b0bfcc118e84 100644 --- a/www/py-django-timezone-field/Makefile +++ b/www/py-django-timezone-field/Makefile @@ -1,5 +1,5 @@ PORTNAME= django-timezone-field -DISTVERSION= 7.1 +DISTVERSION= 7.2.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2<6.1:www/py-django42@${PY_FLAVOR} USES= python USE_PYTHON= autoplist pep517 diff --git a/www/py-django-timezone-field/distinfo b/www/py-django-timezone-field/distinfo index 00ee309e011a..40022c204202 100644 --- a/www/py-django-timezone-field/distinfo +++ b/www/py-django-timezone-field/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737194529 -SHA256 (django_timezone_field-7.1.tar.gz) = b3ef409d88a2718b566fabe10ea996f2838bc72b22d3a2900c0aa905c761380c -SIZE (django_timezone_field-7.1.tar.gz) = 13727 +TIMESTAMP = 1765118394 +SHA256 (django_timezone_field-7.2.1.tar.gz) = def846f9e7200b7b8f2a28fcce2b78fb2d470f6a9f272b07c4e014f6ba4c6d2e +SIZE (django_timezone_field-7.2.1.tar.gz) = 13096 diff --git a/www/py-django-treebeard/Makefile b/www/py-django-treebeard/Makefile index 2efb7a90bc0e..fecf912e88a8 100644 --- a/www/py-django-treebeard/Makefile +++ b/www/py-django-treebeard/Makefile @@ -1,9 +1,9 @@ PORTNAME= django-treebeard -DISTVERSION= 4.7.1 -PORTREVISION= 2 +DISTVERSION= 4.8.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= django_treebeard-${DISTVERSION} MAINTAINER= kai@FreeBSD.org COMMENT= Efficient tree implementations for Django @@ -12,11 +12,13 @@ WWW= https://github.com/django-treebeard/django-treebeard LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=3.2:www/py-django42@${PY_FLAVOR} +BUILD_DEPENDS= ${PY_SETUPTOOLS} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-django>=4.0:devel/py-pytest-django@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils pytest +USE_PYTHON= autoplist concurrent pep517 pytest TEST_ENV= DATABASE_ENGINE=sqlite @@ -24,10 +26,13 @@ NO_ARCH= yes PORTDOCS= * OPTIONS_DEFINE= DOCS -DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=2.2:www/py-django42@${PY_FLAVOR} \ +DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django42>=4.2:www/py-django42@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}graphviz>0:graphics/py-graphviz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}sphinx>=0,1:textproc/py-sphinx@${PY_FLAVOR} -DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E" + +post-build-DOCS-on: + ${SETENV} PYTHONPATH=${WRKSRC} ${LOCALBASE}/bin/sphinx-build-${PYTHON_VER} \ + -d ${WRKDIR} -b html ${WRKSRC}/docs/source ${WRKSRC}/build/sphinx/html post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} diff --git a/www/py-django-treebeard/distinfo b/www/py-django-treebeard/distinfo index 56310b6db66c..ae68c8e24a68 100644 --- a/www/py-django-treebeard/distinfo +++ b/www/py-django-treebeard/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1706970935 -SHA256 (django-treebeard-4.7.1.tar.gz) = 846e462904b437155f76e04907ba4e48480716855f88b898df4122bdcfbd6e98 -SIZE (django-treebeard-4.7.1.tar.gz) = 294139 +TIMESTAMP = 1765367154 +SHA256 (django_treebeard-4.8.0.tar.gz) = 61b8076b576107da21f6f6040774c0d17025200c2efdb70dd1f14b18c9206c3a +SIZE (django_treebeard-4.8.0.tar.gz) = 292517 diff --git a/www/py-django-treebeard/files/patch-pyproject.toml b/www/py-django-treebeard/files/patch-pyproject.toml new file mode 100644 index 000000000000..bd444905b23e --- /dev/null +++ b/www/py-django-treebeard/files/patch-pyproject.toml @@ -0,0 +1,20 @@ +Enable build with older versions of py-setuptools. + +--- pyproject.toml.orig 2025-12-10 11:50:47 UTC ++++ pyproject.toml +@@ -12,7 +12,7 @@ readme = "README.md" + name = "django-treebeard" + description = "Efficient tree implementations for Django" + readme = "README.md" +-license = "Apache-2.0" ++license = { text="Apache-2.0" } + requires-python = ">=3.10" + dynamic = ["version"] + classifiers = [ +@@ -53,4 +53,4 @@ lint.select = [ + "I", # isort + "F", # pyflakes + "E", # pycodestyle errors +-] +\ No newline at end of file ++] diff --git a/www/py-drf-spectacular-sidecar/Makefile b/www/py-drf-spectacular-sidecar/Makefile index 212d8c64f6ca..be1fc6796077 100644 --- a/www/py-drf-spectacular-sidecar/Makefile +++ b/www/py-drf-spectacular-sidecar/Makefile @@ -1,5 +1,5 @@ PORTNAME= drf-spectacular-sidecar -DISTVERSION= 2025.10.1 +DISTVERSION= 2025.12.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-drf-spectacular-sidecar/distinfo b/www/py-drf-spectacular-sidecar/distinfo index 38e671306354..a65111007d14 100644 --- a/www/py-drf-spectacular-sidecar/distinfo +++ b/www/py-drf-spectacular-sidecar/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1761216097 -SHA256 (drf_spectacular_sidecar-2025.10.1.tar.gz) = 506a5a21ce1ad7211c28acb4e2112e213f6dc095a2052ee6ed6db1ffe8eb5a7b -SIZE (drf_spectacular_sidecar-2025.10.1.tar.gz) = 2420998 +TIMESTAMP = 1765194792 +SHA256 (drf_spectacular_sidecar-2025.12.1.tar.gz) = d25d82ea2e6176ce4583812f73ac9f177dcd56141c11a9e9bf35f1b1878d5044 +SIZE (drf_spectacular_sidecar-2025.12.1.tar.gz) = 2460914 diff --git a/www/py-google-cloud-bigquery-storage/Makefile b/www/py-google-cloud-bigquery-storage/Makefile index bb0f192fc0a7..a91f2d4bb3e4 100644 --- a/www/py-google-cloud-bigquery-storage/Makefile +++ b/www/py-google-cloud-bigquery-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= google-cloud-bigquery-storage -PORTVERSION= 2.34.0 +PORTVERSION= 2.35.0 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-google-cloud-bigquery-storage/distinfo b/www/py-google-cloud-bigquery-storage/distinfo index 8f4a44ff4008..294054922224 100644 --- a/www/py-google-cloud-bigquery-storage/distinfo +++ b/www/py-google-cloud-bigquery-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762586916 -SHA256 (google_cloud_bigquery_storage-2.34.0.tar.gz) = 221740a991b3173027ebb0f3aa5f06c65bdf90fc4eb1b71da798093b6bf6d22d -SIZE (google_cloud_bigquery_storage-2.34.0.tar.gz) = 293674 +TIMESTAMP = 1765032838 +SHA256 (google_cloud_bigquery_storage-2.35.0.tar.gz) = c9bab6b8e41d6cb9806e589e65f320c89ada84f466e61566b7208d87924c1430 +SIZE (google_cloud_bigquery_storage-2.35.0.tar.gz) = 294268 diff --git a/www/py-google-cloud-storage-control/Makefile b/www/py-google-cloud-storage-control/Makefile new file mode 100644 index 000000000000..2c31d9854683 --- /dev/null +++ b/www/py-google-cloud-storage-control/Makefile @@ -0,0 +1,31 @@ +PORTNAME= google-cloud-storage-control +PORTVERSION= 1.8.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= google_cloud_storage_control-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Google Cloud Storage Control API client library +WWW= https://docs.cloud.google.com/python/docs/reference/google-cloud-storage-control/latest \ + https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-storage-control \ + https://github.com/googleapis/google-cloud-python + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}google-api-core>=2.11.0<3.0.0:www/py-google-api-core@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}google-auth>=2.26.0<3.0.0:security/py-google-auth@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpc-google-iam-v1>=0.14.0<1.0.0:devel/py-grpc-google-iam-v1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}grpcio>=1.75.1<2.0.0:devel/py-grpcio@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}proto-plus>=1.25.1<2.0.0:devel/py-proto-plus@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}protobuf>=4.21.6,1<7.0.0,1:devel/py-protobuf@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-google-cloud-storage-control/distinfo b/www/py-google-cloud-storage-control/distinfo new file mode 100644 index 000000000000..bc2f13ed0966 --- /dev/null +++ b/www/py-google-cloud-storage-control/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032632 +SHA256 (google_cloud_storage_control-1.8.0.tar.gz) = e77f1365667e9cf8b6fbb0fc0de725a6045ee4b42220c3e6f863adace6c4033f +SIZE (google_cloud_storage_control-1.8.0.tar.gz) = 112056 diff --git a/www/py-google-cloud-storage-control/pkg-descr b/www/py-google-cloud-storage-control/pkg-descr new file mode 100644 index 000000000000..3bb443bacebe --- /dev/null +++ b/www/py-google-cloud-storage-control/pkg-descr @@ -0,0 +1,4 @@ +Storage Control API: Lets you perform metadata-specific, control plane, and +long-running operations apart from the Storage API. Separating these operations +from the Storage API improves API standardization and lets you run faster +releases. diff --git a/www/py-requests-kerberos/Makefile b/www/py-requests-kerberos/Makefile new file mode 100644 index 000000000000..99e0e760e8de --- /dev/null +++ b/www/py-requests-kerberos/Makefile @@ -0,0 +1,29 @@ +PORTNAME= requests-kerberos +PORTVERSION= 0.15.0 +CATEGORIES= www python +MASTER_SITES= PYPI +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= requests_kerberos-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Kerberos authentication handler for python-requests +WWW= https://github.com/requests/requests-kerberos + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyspnego>=0:security/py-pyspnego@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests>=1.1.0:www/py-requests@${PY_FLAVOR} +# pyspnego[kerberos] +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}gssapi>=1.6.0:security/py-gssapi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}krb5>=0.3.0:security/py-krb5@${PY_FLAVOR} + +USES= python +USE_PYTHON= autoplist concurrent cryptography pep517 + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/www/py-requests-kerberos/distinfo b/www/py-requests-kerberos/distinfo new file mode 100644 index 000000000000..35acb117d5ea --- /dev/null +++ b/www/py-requests-kerberos/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765032634 +SHA256 (requests_kerberos-0.15.0.tar.gz) = 437512e424413d8113181d696e56694ffa4259eb9a5fc4e803926963864eaf4e +SIZE (requests_kerberos-0.15.0.tar.gz) = 24410 diff --git a/www/py-requests-kerberos/pkg-descr b/www/py-requests-kerberos/pkg-descr new file mode 100644 index 000000000000..416f8e1632f0 --- /dev/null +++ b/www/py-requests-kerberos/pkg-descr @@ -0,0 +1,3 @@ +Requests is an HTTP library, written in Python, for human beings. This library +adds optional Kerberos/GSSAPI authentication support and supports mutual +authentication. diff --git a/www/py-strawberry-graphql-django/Makefile b/www/py-strawberry-graphql-django/Makefile index da5c702b00dd..59383fa3244c 100644 --- a/www/py-strawberry-graphql-django/Makefile +++ b/www/py-strawberry-graphql-django/Makefile @@ -1,5 +1,5 @@ PORTNAME= strawberry-graphql-django -DISTVERSION= 0.67.2 +DISTVERSION= 0.70.1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-strawberry-graphql-django/distinfo b/www/py-strawberry-graphql-django/distinfo index 0f31bc723311..201553da55a6 100644 --- a/www/py-strawberry-graphql-django/distinfo +++ b/www/py-strawberry-graphql-django/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764099914 -SHA256 (strawberry_graphql_django-0.67.2.tar.gz) = c08581b59defa5348995ab04b58fb5d2930194447fb16717ff8906cdd4694b9d -SIZE (strawberry_graphql_django-0.67.2.tar.gz) = 85726 +TIMESTAMP = 1765276927 +SHA256 (strawberry_graphql_django-0.70.1.tar.gz) = 19496d3d2adf464c538f480b61e2b1825b6dbf09485673b6b6438b7065351e94 +SIZE (strawberry_graphql_django-0.70.1.tar.gz) = 86986 diff --git a/www/py-wagtail/Makefile b/www/py-wagtail/Makefile index 65f13a6e31db..b1226998e00b 100644 --- a/www/py-wagtail/Makefile +++ b/www/py-wagtail/Makefile @@ -1,5 +1,6 @@ PORTNAME= wagtail PORTVERSION= 7.2.1 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}anyascii>=0.1.5:textproc/py-anyascii@${PY_FL ${PYTHON_PKGNAMEPREFIX}dj52-django-modelcluster>=6.2.1<7.0:www/py-dj52-django-modelcluster@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-permissionedforms>=0.1<1.0:www/py-dj52-django-permissionedforms@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-taggit>=5.0<7:www/py-dj52-django-taggit@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}dj52-django-tasks>=0.8<0.10:www/py-dj52-django-tasks@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}dj52-django-tasks>=0.8<0.11:www/py-dj52-django-tasks@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-django-treebeard>=4.5.1<5.0:www/py-dj52-django-treebeard@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dj52-djangorestframework>=3.15.1<4.0:www/py-dj52-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}draftjs-exporter>=2.1.5<6.0:www/py-draftjs-exporter@${PY_FLAVOR} \ diff --git a/www/py-wagtail/files/patch-pyproject.toml b/www/py-wagtail/files/patch-pyproject.toml index 6d90f0d90325..eb5e62268aec 100644 --- a/www/py-wagtail/files/patch-pyproject.toml +++ b/www/py-wagtail/files/patch-pyproject.toml @@ -1,4 +1,4 @@ ---- pyproject.toml.orig 2025-11-05 12:10:03 UTC +--- pyproject.toml.orig 2025-11-26 17:50:21 UTC +++ pyproject.toml @@ -1,5 +1,5 @@ [build-system] @@ -17,3 +17,12 @@ authors = [ { name = "Wagtail core team + contributors", email = "hello@wagtail.org" }, ] +@@ -50,7 +49,7 @@ dependencies = [ + "anyascii>=0.1.5", + "telepath>=0.3.1,<1", + "laces>=0.1,<0.2", +- "django-tasks>=0.8,<0.10", ++ "django-tasks>=0.8,<0.11", + "modelsearch>=1.1,<1.2", + ] + diff --git a/www/rubygem-rackup/Makefile b/www/rubygem-rackup/Makefile index 7660599c2cdb..c28d9a1c083b 100644 --- a/www/rubygem-rackup/Makefile +++ b/www/rubygem-rackup/Makefile @@ -1,5 +1,5 @@ PORTNAME= rackup -PORTVERSION= 2.2.1 +PORTVERSION= 2.3.0 CATEGORIES= www rubygems MASTER_SITES= RG diff --git a/www/rubygem-rackup/distinfo b/www/rubygem-rackup/distinfo index efeafba1a349..5d8b7774a2ce 100644 --- a/www/rubygem-rackup/distinfo +++ b/www/rubygem-rackup/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679944 -SHA256 (rubygem/rackup-2.2.1.gem) = f737191fd5c5b348b7f0a4412a3b86383f88c43e13b8217b63d4c8d90b9e798d -SIZE (rubygem/rackup-2.2.1.gem) = 17408 +TIMESTAMP = 1765033048 +SHA256 (rubygem/rackup-2.3.0.gem) = 47c179a3593685cd80cf984917b57de8be4ce03aa7d230f016046142318b4b72 +SIZE (rubygem/rackup-2.3.0.gem) = 17920 diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index b93af2e9b88b..078e1759bc0a 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,10 +1,13 @@ PORTNAME= tinyproxy PORTVERSION= 1.11.2 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= https://github.com/tinyproxy/tinyproxy/releases/download/${PORTVERSION}/ +PATCH_SITES= https://github.com/tinyproxy/tinyproxy/commit/ +PATCHFILES= 3c0fde94981b025271ffa1788ae425257841bf5a.patch:-p1 + MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, efficient HTTP proxy server WWW= https://tinyproxy.github.io/ \ diff --git a/www/tinyproxy/distinfo b/www/tinyproxy/distinfo index 13ac76670db2..08260ee17cd3 100644 --- a/www/tinyproxy/distinfo +++ b/www/tinyproxy/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1715842564 +TIMESTAMP = 1765033050 SHA256 (tinyproxy-1.11.2.tar.xz) = 6a126880706691c987e2957b1c99b522efb1964a75eb767af4b30aac0b88a26a SIZE (tinyproxy-1.11.2.tar.xz) = 185864 +SHA256 (3c0fde94981b025271ffa1788ae425257841bf5a.patch) = 7b5fdcd85f55ed784e77f8bd40e24765ce24c3cb3139d9fa895c0559b5506c7d +SIZE (3c0fde94981b025271ffa1788ae425257841bf5a.patch) = 1053 diff --git a/www/tomcat101/Makefile b/www/tomcat101/Makefile index ea763420f367..89c11caf1ca1 100644 --- a/www/tomcat101/Makefile +++ b/www/tomcat101/Makefile @@ -1,5 +1,5 @@ PORTNAME= tomcat -DISTVERSION= 10.1.49 +DISTVERSION= 10.1.50 CATEGORIES= www java MASTER_SITES= APACHE/${PORTNAME}/${PORTNAME}-${DISTVERSION:C/([0-9]+)(.*)/\1/}/v${DISTVERSION}/bin PKGNAMESUFFIX= 101 diff --git a/www/tomcat101/distinfo b/www/tomcat101/distinfo index a2bd0ceda748..f6962dbc0f53 100644 --- a/www/tomcat101/distinfo +++ b/www/tomcat101/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762800000 -SHA256 (apache-tomcat-10.1.49.tar.gz) = d1f5969fbaf7ade296fb8acf7b13a1ef1305d27f2caa3a4c5124e8d4c8aa2b88 -SIZE (apache-tomcat-10.1.49.tar.gz) = 14129174 +TIMESTAMP = 1765288888 +SHA256 (apache-tomcat-10.1.50.tar.gz) = f74f9f1a7ac2cf6eeede2c50f45088d9c3e55f77d5777f9f7033ed3d43ef529c +SIZE (apache-tomcat-10.1.50.tar.gz) = 14299418 diff --git a/www/tomcat101/pkg-plist b/www/tomcat101/pkg-plist index 7e6528753669..22fb084c28ad 100644 --- a/www/tomcat101/pkg-plist +++ b/www/tomcat101/pkg-plist @@ -29,7 +29,7 @@ %%T%%/lib/catalina.jar %%T%%/lib/ecj-4.27.jar %%T%%/lib/el-api.jar -%%T%%/lib/jakartaee-migration-1.0.9-shaded.jar +%%T%%/lib/jakartaee-migration-1.0.10-shaded.jar %%T%%/lib/jasper-el.jar %%T%%/lib/jasper.jar %%T%%/lib/jaspic-api.jar diff --git a/www/tor-browser/Makefile b/www/tor-browser/Makefile index ba3c9cd74431..8a3e221a5214 100644 --- a/www/tor-browser/Makefile +++ b/www/tor-browser/Makefile @@ -1,9 +1,8 @@ PORTNAME= tor-browser -DISTVERSION= 15.0.1 -PORTREVISION= 1 +DISTVERSION= 15.0.3 CATEGORIES= www net security wayland -TAG_BASE= df313475cfd9eba31009edca530803dd991264d7 -TAG_TOR= 4fcb19da2c6b62bdd96828172162bea89ee3231e +TAG_BASE= dff70d135408cfc24931c170efa91fbaded19914 +TAG_TOR= ca310e42296a7085ea59fc323592f3dc702123ac MASTER_SITES= TOR \ LOCAL/vvd \ https://build-sources.tbb.torproject.org/:source1 \ @@ -18,9 +17,9 @@ MASTER_SITES= TOR \ LOCAL/vvd:source5 MASTER_SITE_SUBDIR= torbrowser/${DISTVERSION}/:DEFAULT \ download/releases/:source3 -DISTNAME= src-firefox-tor-browser-140.5.0esr-15.0-1-build2 +DISTNAME= src-firefox-tor-browser-140.6.0esr-15.0-1-build5 MANUAL= manual_215922.zip -NOSCRIPT= noscript-13.2.2.xpi +NOSCRIPT= noscript-13.5.2.xpi DISTFILES= ${DISTNAME}.tar.xz \ ${MANUAL}:source1 \ fonts-3--4348e1.tar.zst:source2 \ @@ -57,7 +56,7 @@ USES= compiler:c++11-lib libtool localbase:ldflags perl5 pkgconfig \ python shebangfix tar:xz USE_GECKO= gecko USE_GITHUB= nodefault -TAG_L10N= 64046fdc97c1b1886a479dead61e6dc5428ae6e6 +TAG_L10N= 412690f1368e37f70af57eecabb93497167eb9ba GH_TUPLE= mozilla-l10n:firefox-l10n:${TAG_L10N}:ffl10n USE_MOZILLA= -sqlite diff --git a/www/tor-browser/distinfo b/www/tor-browser/distinfo index 8d4438bb8cf7..8a8a9fa683fd 100644 --- a/www/tor-browser/distinfo +++ b/www/tor-browser/distinfo @@ -1,15 +1,15 @@ -TIMESTAMP = 1763367259 -SHA256 (src-firefox-tor-browser-140.5.0esr-15.0-1-build2.tar.xz) = 855f9b1e89079a66854b26f56adf1ead9113ea4c4d80999b8aae34285cb26fc3 -SIZE (src-firefox-tor-browser-140.5.0esr-15.0-1-build2.tar.xz) = 691736176 +TIMESTAMP = 1765298059 +SHA256 (src-firefox-tor-browser-140.6.0esr-15.0-1-build5.tar.xz) = 5aeaf4ae95002273d5be947c55f0abe6c509305ea676933778b5696dbf17fb06 +SIZE (src-firefox-tor-browser-140.6.0esr-15.0-1-build5.tar.xz) = 693406452 SHA256 (manual_215922.zip) = b5ed703f54d52e9f197320f3698e936d585a3fed23cc4f9fbf59edce2869f885 SIZE (manual_215922.zip) = 28305786 SHA256 (fonts-3--4348e1.tar.zst) = 7fbbecece6de777f196982f6eb567970a6d8e7ac2bf5b1ad6b90e1ea36374032 SIZE (fonts-3--4348e1.tar.zst) = 27441580 -SHA256 (noscript-13.2.2.xpi) = f5ae80f2858057a3c8ebbafc12269659003f937e1cd781e05c01cc668e025c70 -SIZE (noscript-13.2.2.xpi) = 998460 -SHA256 (tpo-translation-df313475cfd9eba31009edca530803dd991264d7_GL0.tar.gz) = 458f807afe511fdc3978f4507be9ab4951d452b225f395eb40d05b6cb80dcff6 -SIZE (tpo-translation-df313475cfd9eba31009edca530803dd991264d7_GL0.tar.gz) = 1024175 -SHA256 (tpo-translation-4fcb19da2c6b62bdd96828172162bea89ee3231e_GL0.tar.gz) = ede47efdad795378d3ce0bde92f836c6948c4ef68087e0f6b626a13c20bf2240 -SIZE (tpo-translation-4fcb19da2c6b62bdd96828172162bea89ee3231e_GL0.tar.gz) = 2901031 -SHA256 (mozilla-l10n-firefox-l10n-64046fdc97c1b1886a479dead61e6dc5428ae6e6_GH0.tar.gz) = b8b0adbb24f4eb19f9a490c2e1ce3851990a30c91029b097c1a7827e89896d2b -SIZE (mozilla-l10n-firefox-l10n-64046fdc97c1b1886a479dead61e6dc5428ae6e6_GH0.tar.gz) = 71152825 +SHA256 (noscript-13.5.2.xpi) = 1ba8ee4620b19502e4d95c5a3ea0520856028365ff9a6561882d914aa3968e2a +SIZE (noscript-13.5.2.xpi) = 1049291 +SHA256 (tpo-translation-dff70d135408cfc24931c170efa91fbaded19914_GL0.tar.gz) = caceab3ddbb4b7a0e7b85d0fd8e67023473e746e8d5c5caf18b7f97cd0abb3c5 +SIZE (tpo-translation-dff70d135408cfc24931c170efa91fbaded19914_GL0.tar.gz) = 1022345 +SHA256 (tpo-translation-ca310e42296a7085ea59fc323592f3dc702123ac_GL0.tar.gz) = 0af26f717359fdd1ed951d6376e6e350641acf5ee5f4bf28316108caff3086dd +SIZE (tpo-translation-ca310e42296a7085ea59fc323592f3dc702123ac_GL0.tar.gz) = 2904329 +SHA256 (mozilla-l10n-firefox-l10n-412690f1368e37f70af57eecabb93497167eb9ba_GH0.tar.gz) = f4d29be04a7f29934b772988e0a677f8a15ce7d6c131d6e3232642168742fb4a +SIZE (mozilla-l10n-firefox-l10n-412690f1368e37f70af57eecabb93497167eb9ba_GH0.tar.gz) = 72166951 diff --git a/www/ungoogled-chromium/Makefile b/www/ungoogled-chromium/Makefile index 238cb9468325..6ba9078b6ff7 100644 --- a/www/ungoogled-chromium/Makefile +++ b/www/ungoogled-chromium/Makefile @@ -1,5 +1,5 @@ PORTNAME= ungoogled-chromium -PORTVERSION= 143.0.7499.40 +PORTVERSION= 143.0.7499.109 PULSEMV= 16 PULSEV= ${PULSEMV}.1 UGVERSION= ${DISTVERSION}-1 diff --git a/www/ungoogled-chromium/distinfo b/www/ungoogled-chromium/distinfo index 83da84610615..a2babacc7321 100644 --- a/www/ungoogled-chromium/distinfo +++ b/www/ungoogled-chromium/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1765030153 -SHA256 (chromium-143.0.7499.40-lite.tar.xz) = c1ffa0951b98641de2718143a41e3ae13702a220da7b38be62c8eb4d94c929d2 -SIZE (chromium-143.0.7499.40-lite.tar.xz) = 1137895952 +TIMESTAMP = 1765574950 +SHA256 (chromium-143.0.7499.109-lite.tar.xz) = d3a3f3acbae7c9edc75fcea8c7725f90c6e5b57a21c8e37d3e629f2224184b51 +SIZE (chromium-143.0.7499.109-lite.tar.xz) = 1140751164 SHA256 (pulseaudio-16.1.tar.gz) = 027266c62f2a84422ac45fa721a649508f0f1628fb1fd9242315ac54ce2d7c92 SIZE (pulseaudio-16.1.tar.gz) = 2763111 -SHA256 (chromium-143.0.7499.40-testdata.tar.xz) = a6e59013408da5614f8262603fa8e4862c9bad337fc0daec71f928847502a655 -SIZE (chromium-143.0.7499.40-testdata.tar.xz) = 1200244664 -SHA256 (ungoogled-software-ungoogled-chromium-143.0.7499.40-143.0.7499.40-1_GH0.tar.gz) = 106cfeff67e371be89ce89e56d691814b5cd1d5bd663f204c7893a4196d475d1 -SIZE (ungoogled-software-ungoogled-chromium-143.0.7499.40-143.0.7499.40-1_GH0.tar.gz) = 650946 +SHA256 (chromium-143.0.7499.109-testdata.tar.xz) = 64df31b9d193c71705ec43a3fcd1120f6ec775e1660aa94276b9bc86fef715ce +SIZE (chromium-143.0.7499.109-testdata.tar.xz) = 1155272172 +SHA256 (ungoogled-software-ungoogled-chromium-143.0.7499.109-143.0.7499.109-1_GH0.tar.gz) = d5b8561004cb19ef56d7f0e23e3045f01a5971edb7ec84c5c6e7b2e2335378da +SIZE (ungoogled-software-ungoogled-chromium-143.0.7499.109-143.0.7499.109-1_GH0.tar.gz) = 651168 diff --git a/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc b/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc index cf91d4eaf304..5f08ff6b3b50 100644 --- a/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc +++ b/www/ungoogled-chromium/files/patch-base_base__paths__posix.cc @@ -1,4 +1,4 @@ ---- base/base_paths_posix.cc.orig 2025-12-06 13:30:52 UTC +--- base/base_paths_posix.cc.orig 2025-12-12 07:44:27 UTC +++ base/base_paths_posix.cc @@ -15,6 +15,7 @@ #include <ostream> @@ -97,7 +97,7 @@ + if ((cpath = getenv("CHROME_EXE_PATH")) != NULL) + *result = FilePath(cpath); + else -+ *result = FilePath("/usr/local/chrome/chrome"); ++ *result = FilePath("/usr/local/ungoogled-chromium/ungoogled-chromium"); + return true; +#if !BUILDFLAG(IS_AIX) + } diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc b/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc index 3353ead5cf69..e11bfcb9b08d 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_about__flags.cc @@ -1,4 +1,4 @@ ---- chrome/browser/about_flags.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/browser/about_flags.cc.orig 2025-12-12 21:27:37 UTC +++ chrome/browser/about_flags.cc @@ -333,12 +333,12 @@ #include "components/stylus_handwriting/win/features.h" @@ -51,7 +51,7 @@ // A limited number of combinations of the rich autocompletion params. const FeatureEntry::FeatureParam kOmniboxRichAutocompletionAggressive1[] = { -@@ -3969,7 +3989,7 @@ const FeatureEntry::FeatureVariation +@@ -3976,7 +3996,7 @@ const FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -60,7 +60,7 @@ const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOn[] = {{"link_capturing_state", "on_by_default"}}; const flags_ui::FeatureEntry::FeatureParam kPwaNavigationCapturingDefaultOff[] = -@@ -3999,7 +4019,7 @@ const flags_ui::FeatureEntry::FeatureVariation +@@ -4006,7 +4026,7 @@ const flags_ui::FeatureEntry::FeatureVariation #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || // BUILDFLAG(IS_CHROMEOS) @@ -69,7 +69,7 @@ const FeatureEntry::Choice kReplaceSyncPromosWithSignInPromosChoices[] = { {"Default", "", ""}, {"Disabled", switches::kDisableFeatures, -@@ -4225,7 +4245,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari +@@ -4232,7 +4252,7 @@ const FeatureEntry::FeatureVariation kSkiaGraphiteVari std::size(kSkiaGraphite_DebugLabelsEnabled), nullptr}, }; @@ -78,7 +78,7 @@ const FeatureEntry::FeatureParam kTranslationAPI_SkipLanguagePackLimit[] = { {"TranslationAPIAcceptLanguagesCheck", "false"}, {"TranslationAPILimitLanguagePackCount", "false"}}; -@@ -4245,7 +4265,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent +@@ -4252,7 +4272,7 @@ const FeatureEntry::FeatureVariation kSensitiveContent }; #endif // BUILDFLAG(IS_ANDROID) @@ -87,7 +87,7 @@ const FeatureEntry::FeatureParam kContextualCueingEnabledNoEngagementCap[] = { {"BackoffTime", "0h"}, {"BackoffMultiplierBase", "0.0"}, -@@ -5014,7 +5034,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes +@@ -5021,7 +5041,7 @@ const FeatureEntry::FeatureVariation kMobilePromoOnDes }; #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -96,7 +96,7 @@ const FeatureEntry::FeatureParam kNtpCustomizeChromeAutoOpenOnEveryNTP[] = { {"max_customize_chrome_auto_shown_count", "5"}, {"max_customize_chrome_auto_shown_session_count", "5"}}; -@@ -5150,7 +5170,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa +@@ -5157,7 +5177,7 @@ const FeatureEntry::FeatureVariation kSeamlessSigninVa nullptr}}; #endif // BUILDFLAG(IS_ANDROID) @@ -105,7 +105,7 @@ const FeatureEntry::FeatureParam kProfilePickerTextVariation1[] = { {"profile-picker-variation", "keep-work-and-life-separate"}}; const FeatureEntry::FeatureParam kProfilePickerTextVariation2[] = { -@@ -5737,7 +5757,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -5744,7 +5764,7 @@ const FeatureEntry kFeatureEntries[] = { }, #endif // BUILDFLAG(IS_WIN) @@ -114,7 +114,7 @@ { "fluent-overlay-scrollbars", flag_descriptions::kFluentOverlayScrollbarsName, -@@ -6035,7 +6055,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6042,7 +6062,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableIsolatedWebAppDevModeName, flag_descriptions::kEnableIsolatedWebAppDevModeDescription, kOsDesktop, FEATURE_VALUE_TYPE(features::kIsolatedWebAppDevMode)}, @@ -123,7 +123,7 @@ {"enable-iwa-key-distribution-component", flag_descriptions::kEnableIwaKeyDistributionComponentName, flag_descriptions::kEnableIwaKeyDistributionComponentDescription, -@@ -6227,7 +6247,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6234,7 +6254,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kUseSCContentSharingPicker)}, #endif // BUILDFLAG(IS_MAC) @@ -132,7 +132,7 @@ {"pulseaudio-loopback-for-cast", flag_descriptions::kPulseaudioLoopbackForCastName, flag_descriptions::kPulseaudioLoopbackForCastDescription, kOsLinux, -@@ -6256,6 +6276,16 @@ const FeatureEntry kFeatureEntries[] = { +@@ -6263,6 +6283,16 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kWaylandSessionManagementName, flag_descriptions::kWaylandSessionManagementDescription, kOsLinux, FEATURE_VALUE_TYPE(features::kWaylandSessionManagement)}, @@ -149,7 +149,7 @@ #endif // BUILDFLAG(IS_LINUX) #if BUILDFLAG(ENABLE_VR) -@@ -7126,7 +7156,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7133,7 +7163,7 @@ const FeatureEntry kFeatureEntries[] = { "MlUrlScoring")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -158,7 +158,7 @@ {"contextual-search-box-uses-contextual-search-provider", flag_descriptions::kContextualSearchBoxUsesContextualSearchProviderName, flag_descriptions:: -@@ -7540,7 +7570,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7549,7 +7579,7 @@ const FeatureEntry kFeatureEntries[] = { kNumSrpZpsRelatedSearches, "PowerTools")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -167,7 +167,7 @@ {"history-embeddings", flag_descriptions::kHistoryEmbeddingsName, flag_descriptions::kHistoryEmbeddingsDescription, kOsDesktop, FEATURE_VALUE_TYPE(history_embeddings::kHistoryEmbeddings)}, -@@ -7755,7 +7785,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -7764,7 +7794,7 @@ const FeatureEntry kFeatureEntries[] = { "NtpRealboxNext")}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -176,7 +176,7 @@ {"ntp-customize-chrome-auto-open", flag_descriptions::kNtpCustomizeChromeAutoOpenName, flag_descriptions::kNtpCustomizeChromeAutoOpenDescription, kOsDesktop, -@@ -8034,7 +8064,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8043,7 +8073,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(printing::features::kAddPrinterViaPrintscanmgr)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -185,7 +185,7 @@ {"cups-ipp-printing-backend", flag_descriptions::kCupsIppPrintingBackendName, flag_descriptions::kCupsIppPrintingBackendDescription, kOsDesktop, -@@ -8972,7 +9002,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -8981,7 +9011,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(media::kGlobalMediaControlsUpdatedUI)}, #endif // !BUILDFLAG(IS_CHROMEOS) @@ -194,7 +194,7 @@ {"enable-network-service-sandbox", flag_descriptions::kEnableNetworkServiceSandboxName, flag_descriptions::kEnableNetworkServiceSandboxDescription, -@@ -9543,7 +9573,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -9552,7 +9582,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kGlobalVaapiLockDescription, kOsCrOS | kOsLinux, FEATURE_VALUE_TYPE(media::kGlobalVaapiLock)}, @@ -203,7 +203,7 @@ { "ui-debug-tools", flag_descriptions::kUIDebugToolsName, -@@ -10000,7 +10030,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10009,7 +10039,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || \ @@ -212,7 +212,7 @@ {"media-session-enter-picture-in-picture", flag_descriptions::kMediaSessionEnterPictureInPictureName, flag_descriptions::kMediaSessionEnterPictureInPictureDescription, -@@ -10197,7 +10227,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10206,7 +10236,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kReduceTransferSizeUpdatedIPCDescription, kOsAll, FEATURE_VALUE_TYPE(network::features::kReduceTransferSizeUpdatedIPC)}, @@ -221,7 +221,7 @@ {"reduce-user-agent-data-linux-platform-version", flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionName, flag_descriptions::kReduceUserAgentDataLinuxPlatformVersionDescription, -@@ -10759,7 +10789,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10768,7 +10798,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kRcapsDynamicProfileCountryDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kDynamicProfileCountry)}, @@ -230,7 +230,7 @@ {"enable-generic-oidc-auth-profile-management", flag_descriptions::kEnableGenericOidcAuthProfileManagementName, flag_descriptions::kEnableGenericOidcAuthProfileManagementDescription, -@@ -10780,7 +10810,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -10789,7 +10819,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -239,7 +239,7 @@ {"enable-user-navigation-capturing-pwa", flag_descriptions::kPwaNavigationCapturingName, flag_descriptions::kPwaNavigationCapturingDescription, -@@ -11294,7 +11324,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11303,7 +11333,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kResponsiveIframesDescription, kOsAll, FEATURE_VALUE_TYPE(blink::features::kResponsiveIframes)}, @@ -248,7 +248,7 @@ {"replace-sync-promos-with-sign-in-promos-desktop", flag_descriptions::kReplaceSyncPromosWithSignInPromosName, flag_descriptions::kReplaceSyncPromosWithSignInPromosDescription, -@@ -11710,7 +11740,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11719,7 +11749,7 @@ const FeatureEntry kFeatureEntries[] = { segmentation_platform::features::kSegmentationSurveyPage)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -257,7 +257,7 @@ {"autofill-enable-buy-now-pay-later", flag_descriptions::kAutofillEnableBuyNowPayLaterName, flag_descriptions::kAutofillEnableBuyNowPayLaterDescription, -@@ -11781,7 +11811,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11790,7 +11820,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( autofill::features::kAutofillEnableCardInfoRuntimeRetrieval)}, @@ -266,7 +266,7 @@ {"translation-api", flag_descriptions::kTranslationAPIName, flag_descriptions::kTranslationAPIDescription, kOsMac | kOsWin | kOsLinux, FEATURE_WITH_PARAMS_VALUE_TYPE(blink::features::kTranslationAPI, -@@ -11807,7 +11837,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -11816,7 +11846,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE( password_manager::features::kPasswordFormClientsideClassifier)}, @@ -275,7 +275,7 @@ {"contextual-cueing", flag_descriptions::kContextualCueingName, flag_descriptions::kContextualCueingDescription, kOsLinux | kOsMac | kOsWin, -@@ -12183,7 +12213,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12192,7 +12222,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(ui::kUseNewEtc1Encoder)}, #endif // !BUILDFLAG(IS_ANDROID) @@ -284,7 +284,7 @@ {"automatic-usb-detach", flag_descriptions::kAutomaticUsbDetachName, flag_descriptions::kAutomaticUsbDetachDescription, kOsAndroid | kOsLinux, FEATURE_VALUE_TYPE(features::kAutomaticUsbDetach)}, -@@ -12219,7 +12249,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12228,7 +12258,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -293,7 +293,7 @@ {"autofill-enable-amount-extraction", flag_descriptions::kAutofillEnableAmountExtractionName, flag_descriptions::kAutofillEnableAmountExtractionDescription, -@@ -12364,7 +12394,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12373,7 +12403,7 @@ const FeatureEntry kFeatureEntries[] = { apps::chrome_app_deprecation::kAllowUserInstalledChromeApps)}, #endif // BUILDFLAG(IS_CHROMEOS) @@ -302,7 +302,7 @@ {"chrome-web-store-navigation-throttle", flag_descriptions::kChromeWebStoreNavigationThrottleName, flag_descriptions::kChromeWebStoreNavigationThrottleDescription, -@@ -12393,7 +12423,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12402,7 +12432,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(supervised_user::kSupervisedUserBlockInterstitialV3)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -311,7 +311,7 @@ {"autofill-enable-amount-extraction-testing", flag_descriptions::kAutofillEnableAmountExtractionTestingName, flag_descriptions::kAutofillEnableAmountExtractionTestingDescription, -@@ -12408,7 +12438,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12417,7 +12447,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kEnableWebAppPredictableAppUpdatingDescription, kOsAll, FEATURE_VALUE_TYPE(features::kWebAppPredictableAppUpdating)}, @@ -320,7 +320,7 @@ {"root-scrollbar-follows-browser-theme", flag_descriptions::kRootScrollbarFollowsTheme, flag_descriptions::kRootScrollbarFollowsThemeDescription, -@@ -12685,7 +12715,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12694,7 +12724,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -329,7 +329,7 @@ {"tab-group-home", tabs::flag_descriptions::kTabGroupHomeName, tabs::flag_descriptions::kTabGroupHomeDescription, kOsDesktop, FEATURE_VALUE_TYPE(tabs::kTabGroupHome)}, -@@ -12775,7 +12805,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12784,7 +12814,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -338,7 +338,7 @@ {"enable-site-search-allow-user-override-policy", flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyName, flag_descriptions::kEnableSiteSearchAllowUserOverridePolicyDescription, -@@ -12887,7 +12917,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12896,7 +12926,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_ANDROID) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -347,7 +347,7 @@ {"autofill-enable-buy-now-pay-later-for-klarna", flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaName, flag_descriptions::kAutofillEnableBuyNowPayLaterForKlarnaDescription, -@@ -12960,7 +12990,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -12969,7 +12999,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(ENABLE_DICE_SUPPORT) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -356,7 +356,7 @@ {"autofill-enable-buy-now-pay-later-for-externally-linked", flag_descriptions::kAutofillEnableBuyNowPayLaterForExternallyLinkedName, flag_descriptions:: -@@ -13238,7 +13268,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13247,7 +13277,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // !BUILDFLAG(IS_ANDROID), #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN) || \ @@ -365,7 +365,7 @@ {"enable-ntp-enterprise-shortcuts", flag_descriptions::kEnableNtpEnterpriseShortcutsName, flag_descriptions::kEnableNtpEnterpriseShortcutsDescription, -@@ -13345,7 +13375,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13354,7 +13384,7 @@ const FeatureEntry kFeatureEntries[] = { autofill::features::kAutofillAndPasswordsInSameSurface)}, #if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC) || \ @@ -374,7 +374,7 @@ {"contextual-suggestion-ui-improvements", flag_descriptions::kContextualSuggestionsUiImprovementsName, flag_descriptions::kContextualSuggestionsUiImprovementsDescription, -@@ -13373,7 +13403,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13382,7 +13412,7 @@ const FeatureEntry kFeatureEntries[] = { "EnableBlockCanvasReadback")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -383,7 +383,7 @@ {"autofill-enable-ai-based-amount-extraction", flag_descriptions::kAutofillEnableAiBasedAmountExtractionName, flag_descriptions::kAutofillEnableAiBasedAmountExtractionDescription, -@@ -13423,7 +13453,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13432,7 +13462,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kCryptographyComplianceCnsa)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -392,7 +392,7 @@ {"lens-reinvocation-affordance", flag_descriptions::kLensSearchReinvocationAffordanceName, flag_descriptions::kLensSearchReinvocationAffordanceDescription, -@@ -13481,7 +13511,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13490,7 +13520,7 @@ const FeatureEntry kFeatureEntries[] = { STRING_VALUE_TYPE(variations::switches::kVariationsSeedCorpus, "")}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -401,7 +401,7 @@ {"passkey-unlock-error-ui", flag_descriptions::kPasskeyUnlockErrorUiName, flag_descriptions::kPasskeyUnlockErrorUiDescription, kOsDesktop, FEATURE_VALUE_TYPE(device::kPasskeyUnlockErrorUi)}, -@@ -13518,7 +13548,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13527,7 +13557,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kUserValueDefaultBrowserStrings)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -410,7 +410,7 @@ {"read-anything-read-aloud-ts-text-segmentation", flag_descriptions::kReadAnythingReadAloudTsTextSegmentationName, flag_descriptions::kReadAnythingReadAloudTsTextSegmentationDescription, -@@ -13530,7 +13560,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13539,7 +13569,7 @@ const FeatureEntry kFeatureEntries[] = { flag_descriptions::kHandleMdmErrorsForDasherAccountsDescription, kOsAll, FEATURE_VALUE_TYPE(switches::kHandleMdmErrorsForDasherAccounts)}, @@ -419,7 +419,7 @@ {"profile-creation-decline-signin-cta-experiment", flag_descriptions::kProfileCreationDeclineSigninCTAExperimentName, flag_descriptions::kProfileCreationDeclineSigninCTAExperimentDescription, -@@ -13538,7 +13568,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13547,7 +13577,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(switches::kProfileCreationDeclineSigninCTAExperiment)}, #endif @@ -428,7 +428,7 @@ {"show-profile-picker-to-all-users-experiment", flag_descriptions::kShowProfilePickerToAllUsersExperimentName, flag_descriptions::kShowProfilePickerToAllUsersExperimentDescription, -@@ -13588,7 +13618,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13597,7 +13627,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(features::kAndroidDesktopZoomScaling)}, #endif @@ -437,7 +437,7 @@ {"profile-picker-text-variations", flag_descriptions::kProfilePickerTextVariationsName, flag_descriptions::kProfilePickerTextVariationsDescription, -@@ -13599,7 +13629,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13608,7 +13638,7 @@ const FeatureEntry kFeatureEntries[] = { #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -446,7 +446,7 @@ {"lens-overlay-optimization-filter", flag_descriptions::kLensOverlayOptimizationFilterName, flag_descriptions::kLensOverlayOptimizationFilterDescription, kOsDesktop, -@@ -13618,7 +13648,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13627,7 +13657,7 @@ const FeatureEntry kFeatureEntries[] = { FEATURE_VALUE_TYPE(network::features::kConnectionAllowlists)}, #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -455,7 +455,7 @@ {"read-anything-with-readability-enabled", flag_descriptions::kReadAnythingWithReadabilityName, flag_descriptions::kReadAnythingWithReadabilityDescription, kOsDesktop, -@@ -13626,7 +13656,7 @@ const FeatureEntry kFeatureEntries[] = { +@@ -13635,7 +13665,7 @@ const FeatureEntry kFeatureEntries[] = { #endif #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc index 794b58f241d2..04cd1ef28a1c 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_chrome__content__browser__client.cc @@ -1,4 +1,4 @@ ---- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/browser/chrome_content_browser_client.cc.orig 2025-12-14 17:46:41 UTC +++ chrome/browser/chrome_content_browser_client.cc @@ -574,7 +574,7 @@ #include "third_party/cros_system_api/switches/chrome_switches.h" @@ -55,7 +55,16 @@ #if BUILDFLAG(IS_MAC) std::unique_ptr<metrics::ClientInfo> client_info = GoogleUpdateSettings::LoadMetricsClientInfo(); -@@ -3002,7 +3004,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin +@@ -2687,7 +2689,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin + client_info->client_id); + } + #elif BUILDFLAG(IS_POSIX) +-#if !BUILDFLAG(IS_ANDROID) ++#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_BSD) + pid_t pid; + if (crash_reporter::GetHandlerSocket(nullptr, &pid)) { + command_line->AppendSwitchASCII( +@@ -3020,7 +3022,7 @@ void ChromeContentBrowserClient::AppendExtraCommandLin } } @@ -64,7 +73,7 @@ // Opt into a hardened stack canary mitigation if it hasn't already been // force-disabled. if (!browser_command_line.HasSwitch(switches::kChangeStackGuardOnFork)) { -@@ -4061,7 +4063,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref +@@ -4079,7 +4081,7 @@ GetPreferredColorScheme(const WebPreferences& web_pref std::optional<SkColor> GetRootScrollbarThemeColor(WebContents* web_contents) { bool root_scrollbar_follows_browser_theme = false; @@ -73,7 +82,7 @@ root_scrollbar_follows_browser_theme = base::FeatureList::IsEnabled( blink::features::kRootScrollbarFollowsBrowserTheme); #endif -@@ -4987,7 +4989,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS +@@ -5005,7 +5007,7 @@ void ChromeContentBrowserClient::GetAdditionalAllowedS additional_allowed_schemes->push_back(content::kChromeUIScheme); additional_allowed_schemes->push_back(content::kChromeUIUntrustedScheme); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -82,7 +91,7 @@ additional_allowed_schemes->push_back(webapps::kIsolatedAppScheme); #endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || // BUILDFLAG(IS_CHROMEOS) -@@ -5042,7 +5044,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst +@@ -5060,7 +5062,7 @@ void ChromeContentBrowserClient::GetAdditionalFileSyst } } @@ -91,7 +100,7 @@ void ChromeContentBrowserClient::GetAdditionalMappedFilesForChildProcess( const base::CommandLine& command_line, int child_process_id, -@@ -5918,7 +5920,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation +@@ -5936,7 +5938,7 @@ ChromeContentBrowserClient::CreateNonNetworkNavigation } #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -100,7 +109,7 @@ if (scheme == webapps::kIsolatedAppScheme) { if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { -@@ -5944,7 +5946,7 @@ void ChromeContentBrowserClient:: +@@ -5962,7 +5964,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -109,7 +118,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -5973,7 +5975,7 @@ void ChromeContentBrowserClient:: +@@ -5991,7 +5993,7 @@ void ChromeContentBrowserClient:: DCHECK(factories); #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -118,7 +127,7 @@ if (content::AreIsolatedWebAppsEnabled(browser_context) && !browser_context->ShutdownStarted()) { factories->emplace(webapps::kIsolatedAppScheme, -@@ -6248,7 +6250,7 @@ void ChromeContentBrowserClient:: +@@ -6266,7 +6268,7 @@ void ChromeContentBrowserClient:: #endif // BUILDFLAG(IS_CHROMEOS) #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -127,7 +136,7 @@ { auto* rph = content::RenderProcessHost::FromID(render_process_id); content::BrowserContext* browser_context = rph->GetBrowserContext(); -@@ -6941,7 +6943,7 @@ bool ChromeContentBrowserClient::HandleWebUI( +@@ -6959,7 +6961,7 @@ bool ChromeContentBrowserClient::HandleWebUI( } #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -136,7 +145,7 @@ // Rewrite chrome://settings/autofill to chrome://settings/yourSavedInfo. if (url->SchemeIs(content::kChromeUIScheme) && -@@ -7227,7 +7229,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS +@@ -7245,7 +7247,7 @@ bool ChromeContentBrowserClient::ShouldSandboxNetworkS bool ChromeContentBrowserClient::ShouldRunOutOfProcessSystemDnsResolution() { // This enterprise policy is supported on Android, but the feature will not be // launched there. @@ -145,7 +154,7 @@ // This is possibly called before `g_browser_process` is initialized. PrefService* local_state; if (g_browser_process) { -@@ -7666,7 +7668,7 @@ void ChromeContentBrowserClient:: +@@ -7684,7 +7686,7 @@ void ChromeContentBrowserClient:: GrantAdditionalRequestPrivilegesToWorkerProcess(int child_id, const GURL& script_url) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ @@ -154,7 +163,7 @@ // IWA Service Workers need to be explicitly granted access to their origin // because isolated-app: isn't a web-safe scheme that can be accessed by // default. -@@ -8043,7 +8045,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve +@@ -8061,7 +8063,7 @@ ChromeContentBrowserClient::GetAlternativeErrorPageOve content::BrowserContext* browser_context, int32_t error_code) { #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \ diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc index 2b1e2c781f28..c853adf7aa96 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_views_frame_browser__view.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/browser/ui/views/frame/browser_view.cc.orig 2025-12-12 21:27:37 UTC +++ chrome/browser/ui/views/frame/browser_view.cc @@ -2308,7 +2308,7 @@ void BrowserView::ToolbarSizeChanged(bool is_animating } @@ -9,7 +9,7 @@ std::vector<ContentsWebView*> contents_web_views = GetAllVisibleContentsWebViews(); -@@ -5925,7 +5925,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { +@@ -5926,7 +5926,7 @@ void BrowserView::MaybeShowProfileSwitchIPH() { } void BrowserView::MaybeShowSupervisedUserProfileSignInIPH() { @@ -18,7 +18,7 @@ if (!ShouldShowAvatarToolbarIPH()) { return; } -@@ -5935,7 +5935,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn +@@ -5936,7 +5936,7 @@ void BrowserView::MaybeShowSupervisedUserProfileSignIn } void BrowserView::MaybeShowSignInBenefitsIPH() { diff --git a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc index 55799c3544fd..2578cf4b40df 100644 --- a/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc +++ b/www/ungoogled-chromium/files/patch-chrome_browser_ui_webui_searchbox_searchbox__handler.cc @@ -1,4 +1,4 @@ ---- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/browser/ui/webui/searchbox/searchbox_handler.cc.orig 2025-12-12 21:27:37 UTC +++ chrome/browser/ui/webui/searchbox/searchbox_handler.cc @@ -160,7 +160,7 @@ const char* kMacShareIconResourceName = #elif BUILDFLAG(IS_WIN) @@ -18,7 +18,7 @@ kLinuxShareIconResourceName = "//resources/cr_components/searchbox/icons/share_cr23.svg"; #else -@@ -539,7 +539,7 @@ std::string SearchboxHandler::AutocompleteIconToResour +@@ -538,7 +538,7 @@ std::string SearchboxHandler::AutocompleteIconToResour if (icon.name == omnibox::kShareWinChromeRefreshIcon.name) { return kWinShareIconResourceName; } diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc index ff147bec75c0..74b4c9d0d24e 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/common/chrome_features.cc.orig 2025-12-12 21:27:37 UTC +++ chrome/common/chrome_features.cc @@ -90,7 +90,7 @@ BASE_FEATURE(kUseKeychainKeyProvider, base::FEATURE_EN #endif // BUILDFLAG(IS_MAC) @@ -45,7 +45,7 @@ base::FEATURE_ENABLED_BY_DEFAULT); #else base::FEATURE_DISABLED_BY_DEFAULT); -@@ -1295,7 +1295,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE +@@ -1299,7 +1299,7 @@ BASE_FEATURE(kKAnonymityServiceOHTTPRequests, base::FE // public keys. BASE_FEATURE(kKAnonymityServiceStorage, base::FEATURE_ENABLED_BY_DEFAULT); @@ -54,7 +54,7 @@ BASE_FEATURE(kLinuxLowMemoryMonitor, base::FEATURE_DISABLED_BY_DEFAULT); // Values taken from the low-memory-monitor documentation and also apply to the // portal API: -@@ -1306,7 +1306,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit +@@ -1310,7 +1310,7 @@ constexpr base::FeatureParam<int> kLinuxLowMemoryMonit &kLinuxLowMemoryMonitor, "critical_level", 255}; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h index 2d3eeb71049b..c73be495e478 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__features.h @@ -1,4 +1,4 @@ ---- chrome/common/chrome_features.h.orig 2025-12-06 13:30:52 UTC +--- chrome/common/chrome_features.h.orig 2025-12-12 21:27:37 UTC +++ chrome/common/chrome_features.h @@ -85,13 +85,13 @@ BASE_DECLARE_FEATURE(kUseKeychainKeyProvider); #endif // BUILDFLAG(IS_MAC) @@ -25,7 +25,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kChromeAppsDeprecation); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kShortcutsNotApps); -@@ -952,7 +952,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); +@@ -955,7 +955,7 @@ BASE_DECLARE_FEATURE(kKAnonymityServiceOHTTPRequests); COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kKAnonymityServiceStorage); @@ -34,7 +34,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) BASE_DECLARE_FEATURE(kLinuxLowMemoryMonitor); COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorModerateLevel; -@@ -960,7 +960,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) +@@ -963,7 +963,7 @@ COMPONENT_EXPORT(CHROME_FEATURES) extern const base::FeatureParam<int> kLinuxLowMemoryMonitorCriticalLevel; #endif // BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS) diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc index a71275379258..ac0d74e93d83 100644 --- a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths.cc @@ -1,4 +1,4 @@ ---- chrome/common/chrome_paths.cc.orig 2025-12-06 13:30:52 UTC +--- chrome/common/chrome_paths.cc.orig 2025-12-12 07:44:27 UTC +++ chrome/common/chrome_paths.cc @@ -31,7 +31,7 @@ #include "base/apple/foundation_util.h" @@ -20,10 +20,10 @@ const base::FilePath::CharType kFilepathSinglePrefExtensions[] = #if BUILDFLAG(GOOGLE_CHROME_BRANDING) - FILE_PATH_LITERAL("/usr/share/google-chrome/extensions"); -+ FILE_PATH_LITERAL("/usr/local/share/chromium/extensions"); ++ FILE_PATH_LITERAL("/usr/local/share/ungoogled-chromium/extensions"); #else - FILE_PATH_LITERAL("/usr/share/chromium/extensions"); -+ FILE_PATH_LITERAL("/usr/local/share/chromium/extensions"); ++ FILE_PATH_LITERAL("/usr/local/share/ungoogled-chromium/extensions"); #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) #endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) @@ -70,13 +70,17 @@ case chrome::DIR_NATIVE_MESSAGING: #if BUILDFLAG(IS_MAC) #if BUILDFLAG(GOOGLE_CHROME_BRANDING) -@@ -474,6 +474,9 @@ bool PathProvider(int key, base::FilePath* result) { +@@ -474,9 +474,12 @@ bool PathProvider(int key, base::FilePath* result) { #if BUILDFLAG(GOOGLE_CHROME_BRANDING) cur = base::FilePath( FILE_PATH_LITERAL("/etc/opt/chrome/native-messaging-hosts")); +#elif BUILDFLAG(IS_FREEBSD) + cur = base::FilePath(FILE_PATH_LITERAL( -+ "/usr/local/etc/chromium/native-messaging-hosts")); ++ "/usr/local/etc/ungoogled-chromium/native-messaging-hosts")); #else cur = base::FilePath( - FILE_PATH_LITERAL("/etc/chromium/native-messaging-hosts")); +- FILE_PATH_LITERAL("/etc/chromium/native-messaging-hosts")); ++ FILE_PATH_LITERAL("/etc/ungoogled-chromium/native-messaging-hosts")); + #endif + #endif // !BUILDFLAG(IS_MAC) + break; diff --git a/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc new file mode 100644 index 000000000000..c7de7bb3f3f0 --- /dev/null +++ b/www/ungoogled-chromium/files/patch-chrome_common_chrome__paths__linux.cc @@ -0,0 +1,11 @@ +--- chrome/common/chrome_paths_linux.cc.orig 2025-12-12 07:44:27 UTC ++++ chrome/common/chrome_paths_linux.cc +@@ -95,7 +95,7 @@ bool GetDefaultUserDataDirectory(base::FilePath* resul + #elif BUILDFLAG(GOOGLE_CHROME_BRANDING) + std::string data_dir_basename = "google-chrome"; + #else +- std::string data_dir_basename = "chromium"; ++ std::string data_dir_basename = "ungoogled-chromium"; + #endif + *result = config_dir.Append(data_dir_basename + GetChannelSuffixForDataDir()); + return true; diff --git a/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn b/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn deleted file mode 100644 index ae57853b4033..000000000000 --- a/www/ungoogled-chromium/files/patch-components_contextual__tasks_internal_BUILD.gn +++ /dev/null @@ -1,10 +0,0 @@ ---- components/contextual_tasks/internal/BUILD.gn.orig 2025-12-06 13:30:52 UTC -+++ components/contextual_tasks/internal/BUILD.gn -@@ -43,6 +43,7 @@ source_set("internal") { - "//components/sync/model", - "//components/url_formatter", - "//net", -+ "//third_party/re2", - "//ui/gfx", - "//url", - ] diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc b/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc index 42479024f255..6864b9168a18 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_freebsd_sandbox__freebsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-12-06 13:30:52 UTC +--- sandbox/policy/freebsd/sandbox_freebsd.cc.orig 2025-12-12 07:44:27 UTC +++ sandbox/policy/freebsd/sandbox_freebsd.cc @@ -0,0 +1,210 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -121,7 +121,7 @@ + base::PathService::Get(base::DIR_CACHE, &cache_directory); + base::PathService::Get(base::DIR_HOME, &local_directory); + -+ cache_directory = cache_directory.AppendASCII("chromium"); ++ cache_directory = cache_directory.AppendASCII("ungoogled-chromium"); + local_directory = local_directory.AppendASCII(".local").AppendASCII("share").AppendASCII("applications"); + + if (!base::CreateDirectory(cache_directory)) { diff --git a/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc b/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc index cd7b127314c6..3f4b52f31051 100644 --- a/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc +++ b/www/ungoogled-chromium/files/patch-sandbox_policy_openbsd_sandbox__openbsd.cc @@ -1,4 +1,4 @@ ---- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-12-06 13:30:52 UTC +--- sandbox/policy/openbsd/sandbox_openbsd.cc.orig 2025-12-12 07:44:27 UTC +++ sandbox/policy/openbsd/sandbox_openbsd.cc @@ -0,0 +1,396 @@ +// Copyright (c) 2012 The Chromium Authors. All rights reserved. @@ -68,11 +68,11 @@ + +#define MAXTOKENS 3 + -+#define _UNVEIL_MAIN "/etc/chromium/unveil.main"; -+#define _UNVEIL_GPU "/etc/chromium/unveil.gpu"; -+#define _UNVEIL_UTILITY_NETWORK "/etc/chromium/unveil.utility_network"; -+#define _UNVEIL_UTILITY_AUDIO "/etc/chromium/unveil.utility_audio"; -+#define _UNVEIL_UTILITY_VIDEO "/etc/chromium/unveil.utility_video"; ++#define _UNVEIL_MAIN "/etc/ungoogled-chromium/unveil.main"; ++#define _UNVEIL_GPU "/etc/ungoogled-chromium/unveil.gpu"; ++#define _UNVEIL_UTILITY_NETWORK "/etc/ungoogled-chromium/unveil.utility_network"; ++#define _UNVEIL_UTILITY_AUDIO "/etc/ungoogled-chromium/unveil.utility_audio"; ++#define _UNVEIL_UTILITY_VIDEO "/etc/ungoogled-chromium/unveil.utility_video"; + +namespace sandbox { +namespace policy { @@ -135,7 +135,7 @@ + base::PathService::Get(base::DIR_CACHE, &cache_directory); + base::PathService::Get(base::DIR_HOME, &local_directory); + -+ cache_directory = cache_directory.AppendASCII("chromium"); ++ cache_directory = cache_directory.AppendASCII("ungoogled-chromium"); + local_directory = local_directory.AppendASCII(".local").AppendASCII("share").AppendASCII("applications"); + + if (!base::CreateDirectory(cache_directory)) { @@ -334,7 +334,7 @@ + + switch(sandbox_type) { + case sandbox::mojom::Sandbox::kNoSandbox: -+ SetPledge(NULL, "/etc/chromium/pledge.main"); ++ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.main"); + break; + case sandbox::mojom::Sandbox::kRenderer: + // prot_exec needed by v8 @@ -346,13 +346,13 @@ + SetPledge("stdio drm inet rpath flock cpath wpath prot_exec recvfd sendfd tmppath unix", NULL); + break; + case sandbox::mojom::Sandbox::kAudio: -+ SetPledge(NULL, "/etc/chromium/pledge.utility_audio"); ++ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_audio"); + break; + case sandbox::mojom::Sandbox::kNetwork: -+ SetPledge(NULL, "/etc/chromium/pledge.utility_network"); ++ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_network"); + break; + case sandbox::mojom::Sandbox::kVideoCapture: -+ SetPledge(NULL, "/etc/chromium/pledge.utility_video"); ++ SetPledge(NULL, "/etc/ungoogled-chromium/pledge.utility_video"); + break; + case sandbox::mojom::Sandbox::kUtility: + case sandbox::mojom::Sandbox::kService: diff --git a/www/varnish-libvmod-digest/Makefile b/www/varnish-libvmod-digest/Makefile index e6c8acd78d2a..be0a997c1f1a 100644 --- a/www/varnish-libvmod-digest/Makefile +++ b/www/varnish-libvmod-digest/Makefile @@ -1,7 +1,5 @@ PORTNAME= libvmod-digest -DISTVERSION= 1.0.2-6 -DISTVERSIONSUFFIX= -g1793bea -PORTREVISION= 6 +PORTVERSION= 1.0.3 CATEGORIES= www PKGNAMEPREFIX= varnish- @@ -18,6 +16,7 @@ LIB_DEPENDS= libmhash.so:security/mhash USES= autoreconf gmake libtool pkgconfig python:build varnish:7 USE_GITHUB= yes GH_ACCOUNT= varnish +GH_TAGNAME= e745761 USE_LDCONFIG= ${PREFIX}/lib/varnach/vmods GNU_CONFIGURE= yes diff --git a/www/varnish-libvmod-digest/distinfo b/www/varnish-libvmod-digest/distinfo index a683e8034417..21f2f181e327 100644 --- a/www/varnish-libvmod-digest/distinfo +++ b/www/varnish-libvmod-digest/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1588432139 -SHA256 (varnish-libvmod-digest-1.0.2-6-g1793bea_GH0.tar.gz) = 3ff8588fbcda9b676042b62b61bf90bd599c8a3b2b3ab76e7b72374c6bbed6b6 -SIZE (varnish-libvmod-digest-1.0.2-6-g1793bea_GH0.tar.gz) = 18589 +TIMESTAMP = 1765564523 +SHA256 (varnish-libvmod-digest-1.0.3-e745761_GH0.tar.gz) = 49349f7b0e88678f0331615fa25b8e87cb7d5a747a097e7ff9a7becf457a212f +SIZE (varnish-libvmod-digest-1.0.3-e745761_GH0.tar.gz) = 18784 diff --git a/www/waterfox/Makefile b/www/waterfox/Makefile index 9ba5591e4ba2..2f5e727dffa0 100644 --- a/www/waterfox/Makefile +++ b/www/waterfox/Makefile @@ -1,5 +1,5 @@ PORTNAME= waterfox -DISTVERSION= 6.6.5.1 +DISTVERSION= 6.6.6 PORTEPOCH= 1 CATEGORIES= www diff --git a/www/waterfox/distinfo b/www/waterfox/distinfo index 1401b5b6c1e3..518b7e539c26 100644 --- a/www/waterfox/distinfo +++ b/www/waterfox/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1764112805 -SHA256 (BrowserWorks-waterfox-6.6.5.1_GH0.tar.gz) = 65831824cc414f3297c77f93a9380039eea3fc365dab0797290d99bacadc38b6 -SIZE (BrowserWorks-waterfox-6.6.5.1_GH0.tar.gz) = 922107359 +TIMESTAMP = 1765357734 +SHA256 (BrowserWorks-waterfox-6.6.6_GH0.tar.gz) = 29f8cf4c60caeb285477a092c8a831ad10acf007d3308bed10069a4607fa190e +SIZE (BrowserWorks-waterfox-6.6.6_GH0.tar.gz) = 922106026 SHA256 (BrowserWorks-l10n-b74025d_GH0.tar.gz) = f8a9b17c194182821fd091ec40db9e49c454d906a25edb410b375df18593890c SIZE (BrowserWorks-l10n-b74025d_GH0.tar.gz) = 25760776 diff --git a/www/wget2/files/patch-configure.ac b/www/wget2/files/patch-configure.ac new file mode 100644 index 000000000000..07e5cc33b04b --- /dev/null +++ b/www/wget2/files/patch-configure.ac @@ -0,0 +1,23 @@ +--- configure.ac.orig 2024-11-24 18:15:30 UTC ++++ configure.ac +@@ -410,17 +410,10 @@ test "${ENABLE_XATTR}" = "yes" && AC_DEFINE([ENABLE_XA + # + # Gettext + # +-m4_ifdef([AM_GNU_GETTEXT], [ +- AM_GNU_GETTEXT([external],[need-ngettext]) +- AC_CONFIG_FILES([po/Makefile.in]) +- have_po=yes +-], [ +- have_po=no +-]) +-m4_ifdef([AM_GNU_GETTEXT_VERSION], [ +-#do not indent here ++AM_GNU_GETTEXT([external],[need-ngettext]) ++AC_CONFIG_FILES([po/Makefile.in]) ++have_po=yes + AM_GNU_GETTEXT_VERSION([0.22.5]) +-]) + AM_CONDITIONAL([HAVE_PO], [ test "$have_po" = "yes" ]) + + # diff --git a/x11-clocks/kteatime/distinfo b/x11-clocks/kteatime/distinfo index e6a5eab2673a..00c8bbc19aef 100644 --- a/x11-clocks/kteatime/distinfo +++ b/x11-clocks/kteatime/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264813 -SHA256 (KDE/release-service/25.08.3/kteatime-25.08.3.tar.xz) = 68a8218d6720fd4e339532707596d7d1eee5ef18b3144e38f27656f0db6aa7cd -SIZE (KDE/release-service/25.08.3/kteatime-25.08.3.tar.xz) = 311732 +TIMESTAMP = 1765478814 +SHA256 (KDE/release-service/25.12.0/kteatime-25.12.0.tar.xz) = eb275fe5e9b7873e6b3ec74628486cf811c10f7fbddd7e2f041ee4abe4108792 +SIZE (KDE/release-service/25.12.0/kteatime-25.12.0.tar.xz) = 311844 diff --git a/x11-clocks/ktimer/distinfo b/x11-clocks/ktimer/distinfo index d0c5286c173c..d24a4582ded2 100644 --- a/x11-clocks/ktimer/distinfo +++ b/x11-clocks/ktimer/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264816 -SHA256 (KDE/release-service/25.08.3/ktimer-25.08.3.tar.xz) = a4b426d6341c13d8b4c983b62418cada7a6603c7381357213a03c85df985e218 -SIZE (KDE/release-service/25.08.3/ktimer-25.08.3.tar.xz) = 454572 +TIMESTAMP = 1765478816 +SHA256 (KDE/release-service/25.12.0/ktimer-25.12.0.tar.xz) = 92de1e1699fa5a9304c291df2f94dfe8931fc5bb9ea89d675fb4552e7f8e8251 +SIZE (KDE/release-service/25.12.0/ktimer-25.12.0.tar.xz) = 454800 diff --git a/x11-drivers/Makefile b/x11-drivers/Makefile index a3c59c418859..981a770111b8 100644 --- a/x11-drivers/Makefile +++ b/x11-drivers/Makefile @@ -22,6 +22,27 @@ SUBDIR += xf86-video-scfb SUBDIR += xf86-video-vesa SUBDIR += xf86-video-vmware + SUBDIR += xlibre-drivers + SUBDIR += xlibre-xf86-input-elographics + SUBDIR += xlibre-xf86-input-evdev + SUBDIR += xlibre-xf86-input-joystick + SUBDIR += xlibre-xf86-input-keyboard + SUBDIR += xlibre-xf86-input-libinput + SUBDIR += xlibre-xf86-input-mouse + SUBDIR += xlibre-xf86-input-synaptics + SUBDIR += xlibre-xf86-input-vmmouse + SUBDIR += xlibre-xf86-input-void + SUBDIR += xlibre-xf86-input-wacom + SUBDIR += xlibre-xf86-video-amdgpu + SUBDIR += xlibre-xf86-video-ast + SUBDIR += xlibre-xf86-video-ati + SUBDIR += xlibre-xf86-video-dummy + SUBDIR += xlibre-xf86-video-intel + SUBDIR += xlibre-xf86-video-mga + SUBDIR += xlibre-xf86-video-nv + SUBDIR += xlibre-xf86-video-qxl + SUBDIR += xlibre-xf86-video-vesa + SUBDIR += xlibre-xf86-video-vmware SUBDIR += xorg-drivers SUBDIR += xorgxrdp SUBDIR += xorgxrdp-devel diff --git a/x11-drivers/xf86-input-egalax/Makefile b/x11-drivers/xf86-input-egalax/Makefile index 413e9cf3ce3d..b231e898e595 100644 --- a/x11-drivers/xf86-input-egalax/Makefile +++ b/x11-drivers/xf86-input-egalax/Makefile @@ -6,13 +6,23 @@ CATEGORIES= x11-drivers MAINTAINER= glebius@FreeBSD.org COMMENT= eGalax touch screen input driver for X.Org +LICENSE= BSD2CLAUSE + +FLAVORS= xorg xlibre +FLAVOR?= ${FLAVORS:[1]} + +.if ${FLAVOR} == xlibre +PKGNAMEPREFIX= xlibre- +USES= xlibre-cat:driver +.else +USES= xorg-cat:driver +.endif + USE_GITHUB= yes GH_ACCOUNT= glebius GH_TAGNAME= 7f1e4ac -LICENSE= BSD2CLAUSE - -USES= autoreconf xorg-cat:driver +USES+= autoreconf GNU_CONFIGURE_MANPREFIX=${PREFIX}/share diff --git a/x11-drivers/xlibre-drivers/Makefile b/x11-drivers/xlibre-drivers/Makefile new file mode 100644 index 000000000000..6882b419a964 --- /dev/null +++ b/x11-drivers/xlibre-drivers/Makefile @@ -0,0 +1,85 @@ +PORTNAME= xlibre-drivers +PORTVERSION= 0.1 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre drivers meta-port +WWW= https://github.com/X11Libre/ + +LICENSE= none + +USES= metaport + +.include "../../x11-servers/xlibre-server/Makefile.version" +MODULEDIR= ${PREFIX}/lib/xorg/modules/xlibre-${XLIBRE_MJR_VER}/ +XORG_MODULEDIR= ${PREFIX}/lib/xorg/modules/ +VIDEODIR= ${MODULEDIR}/drivers +INPUTDIR= ${MODULEDIR}/input +XORG_VIDEODIR= ${XORG_MODULEDIR}/drivers +XORG_INPUTDIR= ${XORG_MODULEDIR}/input + +INPUT_DRIVERS= elographics \ + evdev \ + joystick \ + keyboard \ + libinput \ + mouse \ + synaptics \ + void \ + egalax \ + wacom + +VIDEO_DRIVERS= ast \ + dummy \ + nv \ + scfb \ + vesa + +OPTIONS_DEFAULT= KEYBOARD \ + LIBINPUT \ + MOUSE \ + SCFB + +.for type in input video +. for a in ${${type:tu}_DRIVERS} +OPTIONS_DEFINE+= ${a:tu} +${a:tu}_DESC= Install ${a} ${type} driver +. endfor +.endfor + +OPTIONS_DEFINE_amd64= AMDGPU ATI INTEL VMMOUSE VMWARE +OPTIONS_DEFAULT_amd64= VESA + +AMDGPU_DESC= Install amdgpu video driver +ATI_DESC= Install ati (radeon) video driver +INTEL_DESC= Install intel video driver +VMMOUSE_DESC= Install vmmouse input driver +VMWARE_DESC= Install vmware video driver + +# these drivers have a different module name compared to the plugin they install +QUIRKS= keyboard:kbd +NONXLIBRE= scfb egalax + +.include <bsd.port.options.mk> + +# Manual add arch specific drivers so they be added to depend lines. +.if ${ARCH}==i386 || ${ARCH}==amd64 +INPUT_DRIVERS+= vmmouse +VIDEO_DRIVERS+= amdgpu ati intel vmware +.endif + +.for type in input video +. for i in ${${type:tu}_DRIVERS} +. if ${PORT_OPTIONS:M${i:tu}} != "" +. if ${QUIRKS:M${i}\:*:C/.*://} != "" +RUN_DEPENDS+= ${${type:tu}DIR}/${QUIRKS:M${i}\:*:C/.*://}_drv.so:x11-drivers/xlibre-xf86-${type}-${i} +. elif ${NONXLIBRE:M${i}} +# RUN_DEPENDS+= ${XORG_${type:tu}DIR}/${i}_drv.so:x11-drivers/xf86-${type}-${i}@xlibre +. else +RUN_DEPENDS+= ${${type:tu}DIR}/${i}_drv.so:x11-drivers/xlibre-xf86-${type}-${i} +. endif +. endif +. endfor +.endfor + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-drivers/pkg-descr b/x11-drivers/xlibre-drivers/pkg-descr new file mode 100644 index 000000000000..5eb8e024f47f --- /dev/null +++ b/x11-drivers/xlibre-drivers/pkg-descr @@ -0,0 +1 @@ +This is a meta-port that contains various XLibre drivers for the XLibre server. diff --git a/x11-drivers/xlibre-xf86-input-elographics/Makefile b/x11-drivers/xlibre-xf86-input-elographics/Makefile new file mode 100644 index 000000000000..6645f3394c96 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-elographics/Makefile @@ -0,0 +1,18 @@ +PORTNAME= xlibre-xf86-input-elographics +PORTVERSION= 1.4.4.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre elographics input driver +WWW= https://github.com/X11Libre/xf86-input-elographics/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-elographics + +USES= xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-elographics/distinfo b/x11-drivers/xlibre-xf86-input-elographics/distinfo new file mode 100644 index 000000000000..6cf0513762fe --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-elographics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760816138 +SHA256 (xlibre/driver/X11Libre-xf86-input-elographics-1.4.4.2-xlibre-xf86-input-elographics-1.4.4.2_GH0.tar.gz) = 704388429ec78b0a38b77c8598e15b6855383f4f1b49c0d7978a29fd18767bf9 +SIZE (xlibre/driver/X11Libre-xf86-input-elographics-1.4.4.2-xlibre-xf86-input-elographics-1.4.4.2_GH0.tar.gz) = 18960 diff --git a/x11-drivers/xlibre-xf86-input-elographics/pkg-descr b/x11-drivers/xlibre-xf86-input-elographics/pkg-descr new file mode 100644 index 000000000000..fabf8a56636a --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-elographics/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-elographics driver. diff --git a/x11-drivers/xlibre-xf86-input-elographics/pkg-plist b/x11-drivers/xlibre-xf86-input-elographics/pkg-plist new file mode 100644 index 000000000000..b2d5859882be --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-elographics/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/input/elographics_drv.so +share/man/man4/elographics.4x.gz diff --git a/x11-drivers/xlibre-xf86-input-evdev/Makefile b/x11-drivers/xlibre-xf86-input-evdev/Makefile new file mode 100644 index 000000000000..a2a935e3161a --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-evdev/Makefile @@ -0,0 +1,23 @@ +PORTNAME= xlibre-xf86-input-evdev +PORTVERSION= 2.11.0.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre event device input driver +WWW= https://github.com/X11Libre/xf86-input-evdev/ + +LICENSE= MIT # various styles +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-evdev + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +LIB_DEPENDS= libevdev.so:devel/libevdev \ + libmtdev.so:devel/libmtdev +RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd + +USES= pathfix xlibre-cat:driver +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-evdev/distinfo b/x11-drivers/xlibre-xf86-input-evdev/distinfo new file mode 100644 index 000000000000..384c203d2940 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-evdev/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760816207 +SHA256 (xlibre/driver/X11Libre-xf86-input-evdev-2.11.0.2-xlibre-xf86-input-evdev-2.11.0.2_GH0.tar.gz) = 70a8a65ec56cce7057b8491f68744c6883debe8750948bb290ae7b1c3ec28dfc +SIZE (xlibre/driver/X11Libre-xf86-input-evdev-2.11.0.2-xlibre-xf86-input-evdev-2.11.0.2_GH0.tar.gz) = 50815 diff --git a/x11-drivers/xlibre-xf86-input-evdev/pkg-descr b/x11-drivers/xlibre-xf86-input-evdev/pkg-descr new file mode 100644 index 000000000000..0517dd586a1c --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-evdev/pkg-descr @@ -0,0 +1,3 @@ +This package contains the XLibre xf86-input-evdev driver. It supports +all input devices that webcamd knows about, including tablets, +touchscreens, joysticks and HIDs. diff --git a/x11-drivers/xlibre-xf86-input-evdev/pkg-plist b/x11-drivers/xlibre-xf86-input-evdev/pkg-plist new file mode 100644 index 000000000000..8f0ebe5df126 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-evdev/pkg-plist @@ -0,0 +1,5 @@ +include/xorg/evdev-properties.h +lib/xorg/modules/xlibre-25.0/input/evdev_drv.so +libdata/pkgconfig/xorg-evdev.pc +share/man/man4/evdev.4x.gz +share/X11/xorg.conf.d/10-evdev.conf diff --git a/x11-drivers/xlibre-xf86-input-joystick/Makefile b/x11-drivers/xlibre-xf86-input-joystick/Makefile new file mode 100644 index 000000000000..49bbb337c1bd --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-joystick/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-xf86-input-joystick +PORTVERSION= 1.6.4.1 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre joystick input driver +WWW= https://github.com/X11Libre/xf86-input-joystick/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-joystick + +GH_TAGNAME= 931dbdb +USES= pathfix xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-joystick/distinfo b/x11-drivers/xlibre-xf86-input-joystick/distinfo new file mode 100644 index 000000000000..a4f30057988e --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-joystick/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760819782 +SHA256 (xlibre/driver/X11Libre-xf86-input-joystick-1.6.4.1-931dbdb_GH0.tar.gz) = 166c8156dd50bbe4fa2b0406de48caa6a6af84109356814a0644eade8dba0a75 +SIZE (xlibre/driver/X11Libre-xf86-input-joystick-1.6.4.1-931dbdb_GH0.tar.gz) = 38524 diff --git a/x11-drivers/xlibre-xf86-input-joystick/pkg-descr b/x11-drivers/xlibre-xf86-input-joystick/pkg-descr new file mode 100644 index 000000000000..b773a83901b5 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-joystick/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-joystick driver. diff --git a/x11-drivers/xlibre-xf86-input-joystick/pkg-plist b/x11-drivers/xlibre-xf86-input-joystick/pkg-plist new file mode 100644 index 000000000000..db8fa1093e82 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-joystick/pkg-plist @@ -0,0 +1,4 @@ +include/xorg/joystick-properties.h +lib/xorg/modules/xlibre-25.0/input/joystick_drv.so +libdata/pkgconfig/xorg-joystick.pc +share/man/man4/joystick.4x.gz diff --git a/x11-drivers/xlibre-xf86-input-keyboard/Makefile b/x11-drivers/xlibre-xf86-input-keyboard/Makefile new file mode 100644 index 000000000000..82220fefad03 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/Makefile @@ -0,0 +1,18 @@ +PORTNAME= xlibre-xf86-input-keyboard +PORTVERSION= 2.1.0.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre keyboard input driver +WWW= https://github.com/X11Libre/xf86-input-keyboard/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-keyboard + +USES= xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-keyboard/distinfo b/x11-drivers/xlibre-xf86-input-keyboard/distinfo new file mode 100644 index 000000000000..3f95207b8ae2 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760816300 +SHA256 (xlibre/driver/X11Libre-xf86-input-keyboard-2.1.0.2-xlibre-xf86-input-keyboard-2.1.0.2_GH0.tar.gz) = 6e72dc5bde6215d1daa6970367caac27a7b8f491c1ea6b3030960a4736169110 +SIZE (xlibre/driver/X11Libre-xf86-input-keyboard-2.1.0.2-xlibre-xf86-input-keyboard-2.1.0.2_GH0.tar.gz) = 49451 diff --git a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-at_scancode.c b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-at_scancode.c new file mode 100644 index 000000000000..4a24423e4f33 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-at_scancode.c @@ -0,0 +1,31 @@ +--- src/at_scancode.c.orig Sun Jul 3 09:01:35 2005 ++++ src/at_scancode.c Sat Oct 7 21:27:29 2006 +@@ -84,6 +84,10 @@ + case KEY_Prefix0: + pKbd->scanPrefix = 0; + switch (*scanCode) { ++ case 0x1e: *scanCode = KEY_AudioRaise;break; ++ case 0x1f: *scanCode = KEY_AudioLower;break; ++ case 0x20: *scanCode = KEY_Power; break; ++ case 0x25: *scanCode = KEY_Mute; break; + case KEY_KP_7: *scanCode = KEY_Home; break; /* curs home */ + case KEY_KP_8: *scanCode = KEY_Up; break; /* curs up */ + case KEY_KP_9: *scanCode = KEY_PgUp; break; /* curs pgup */ +@@ -103,6 +107,17 @@ + case 0x5b: *scanCode = KEY_LMeta; break; + case 0x5c: *scanCode = KEY_RMeta; break; + case 0x5d: *scanCode = KEY_Menu; break; ++ case 0x5e: *scanCode = KEY_L1; break; /* stop */ ++ case 0x5f: *scanCode = KEY_L2; break; /* again */ ++ case 0x60: *scanCode = KEY_L3; break; /* props */ ++ case 0x61: *scanCode = KEY_L4; break; /* undo */ ++ case 0x62: *scanCode = KEY_L5; break; /* front */ ++ case 0x63: *scanCode = KEY_L6; break; /* copy */ ++ case 0x64: *scanCode = KEY_L7; break; /* open */ ++ case 0x65: *scanCode = KEY_L8; break; /* paste */ ++ case 0x66: *scanCode = KEY_L9; break; /* find */ ++ case 0x67: *scanCode = KEY_L10; break; /* cut */ ++ case 0x68: *scanCode = KEY_Help; break; + case KEY_F3: *scanCode = KEY_F13; break; + case KEY_F4: *scanCode = KEY_F14; break; + case KEY_F5: *scanCode = KEY_F15; break; diff --git a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c new file mode 100644 index 000000000000..add495f1ee74 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_KbdMap.c @@ -0,0 +1,229 @@ +Don't query console keymap + +This seems to be useless and doesn't work anymore with vt(4), due to the +use of Unicode codepoints in vt(4). So remove the related code. This fixes +a segmentation fault during X.Org server startup. + +PR: 191459 +Submitted by: Claude Buisson <clbuisson@orange.fr> (earlier version) + +--- src/bsd_KbdMap.c.orig 2013-10-28 01:44:15.000000000 +0100 ++++ src/bsd_KbdMap.c 2014-09-08 19:22:28.000000000 +0200 +@@ -27,168 +27,6 @@ + #include "xf86Keymap.h" + #include "bsd_kbd.h" + +-#if (defined(SYSCONS_SUPPORT) || defined(PCVT_SUPPORT)) && defined(GIO_KEYMAP) +-#define KD_GET_ENTRY(i,n) \ +- eascii_to_x[((keymap.key[i].spcl << (n+1)) & 0x100) + keymap.key[i].map[n]] +- +-static unsigned char remap[NUM_KEYCODES] = { +- 0, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, /* 0x00 - 0x07 */ +- 0x08, 0x09, 0x0a, 0x0b, 0x0c, 0x0d, 0x0e, 0x0f, /* 0x08 - 0x0f */ +- 0x10, 0x11, 0x12, 0x13, 0x14, 0x15, 0x16, 0x17, /* 0x10 - 0x17 */ +- 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f, /* 0x18 - 0x1f */ +- 0x20, 0x21, 0x22, 0x23, 0x24, 0x25, 0x26, 0x27, /* 0x20 - 0x27 */ +- 0x28, 0x29, 0x2a, 0x2b, 0x2c, 0x2d, 0x2e, 0x2f, /* 0x28 - 0x2f */ +- 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0, /* 0x30 - 0x37 */ +- 0x38, 0x39, 0x3a, 0x3b, 0x3c, 0x3d, 0x3e, 0x3f, /* 0x38 - 0x3f */ +- 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0, /* 0x40 - 0x47 */ +- 0, 0, 0, 0, 0, 0, 0, 0, /* 0x48 - 0x4f */ +- 0, 0, 0, 0, 0, 0, 0x56, 0x57, /* 0x50 - 0x57 */ +- 0x58, 0, 0, 0, 0, 0, 0, 0, /* 0x58 - 0x5f */ +- 0, 0, 0, 0, 0, 0, 0, 0, /* 0x60 - 0x67 */ +- 0, 0, 0, 0, 0, 0, 0, 0, /* 0x68 - 0x6f */ +- 0, 0, 0x69, 0x65, 0, 0, 0, 0, /* 0x70 - 0x77 */ +- 0, 0, 0, 0, 0, 0, 0, 0, /* 0x78 - 0x7f */ +-}; +- +-/* This table assumes the ibm code page 437 coding for characters +- * > 0x80. They are returned in this form by PCVT */ +-static KeySym eascii_to_x[512] = { +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- XK_BackSpace, XK_Tab, XK_Linefeed, NoSymbol, +- NoSymbol, XK_Return, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, XK_Escape, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- XK_space, XK_exclam, XK_quotedbl, XK_numbersign, +- XK_dollar, XK_percent, XK_ampersand, XK_apostrophe, +- XK_parenleft, XK_parenright, XK_asterisk, XK_plus, +- XK_comma, XK_minus, XK_period, XK_slash, +- XK_0, XK_1, XK_2, XK_3, +- XK_4, XK_5, XK_6, XK_7, +- XK_8, XK_9, XK_colon, XK_semicolon, +- XK_less, XK_equal, XK_greater, XK_question, +- XK_at, XK_A, XK_B, XK_C, +- XK_D, XK_E, XK_F, XK_G, +- XK_H, XK_I, XK_J, XK_K, +- XK_L, XK_M, XK_N, XK_O, +- XK_P, XK_Q, XK_R, XK_S, +- XK_T, XK_U, XK_V, XK_W, +- XK_X, XK_Y, XK_Z, XK_bracketleft, +- XK_backslash, XK_bracketright,XK_asciicircum, XK_underscore, +- XK_grave, XK_a, XK_b, XK_c, +- XK_d, XK_e, XK_f, XK_g, +- XK_h, XK_i, XK_j, XK_k, +- XK_l, XK_m, XK_n, XK_o, +- XK_p, XK_q, XK_r, XK_s, +- XK_t, XK_u, XK_v, XK_w, +- XK_x, XK_y, XK_z, XK_braceleft, +- XK_bar, XK_braceright, XK_asciitilde, XK_Delete, +- XK_Ccedilla, XK_udiaeresis, XK_eacute, XK_acircumflex, +- XK_adiaeresis, XK_agrave, XK_aring, XK_ccedilla, +- XK_ecircumflex, XK_ediaeresis, XK_egrave, XK_idiaeresis, +- XK_icircumflex, XK_igrave, XK_Adiaeresis, XK_Aring, +- XK_Eacute, XK_ae, XK_AE, XK_ocircumflex, +- XK_odiaeresis, XK_ograve, XK_ucircumflex, XK_ugrave, +- XK_ydiaeresis, XK_Odiaeresis, XK_Udiaeresis, XK_cent, +- XK_sterling, XK_yen, XK_paragraph, XK_section, +- XK_aacute, XK_iacute, XK_oacute, XK_uacute, +- XK_ntilde, XK_Ntilde, XK_ordfeminine, XK_masculine, +- XK_questiondown,XK_hyphen, XK_notsign, XK_onehalf, +- XK_onequarter, XK_exclamdown, XK_guillemotleft,XK_guillemotright, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- XK_Greek_alpha, XK_ssharp, XK_Greek_GAMMA, XK_Greek_pi, +- XK_Greek_SIGMA, XK_Greek_sigma, XK_mu, XK_Greek_tau, +- XK_Greek_PHI, XK_Greek_THETA, XK_Greek_OMEGA, XK_Greek_delta, +- XK_infinity, XK_Ooblique, XK_Greek_epsilon, XK_intersection, +- XK_identical, XK_plusminus, XK_greaterthanequal, XK_lessthanequal, +- XK_topintegral, XK_botintegral, XK_division, XK_similarequal, +- XK_degree, NoSymbol, NoSymbol, XK_radical, +- XK_Greek_eta, XK_twosuperior, XK_periodcentered, NoSymbol, +- +- /* +- * special marked entries (256 + x) +- */ +- +- /* This has been checked against what syscons actually does */ +- NoSymbol, NoSymbol, XK_Shift_L, XK_Shift_R, +- XK_Caps_Lock, XK_Num_Lock, XK_Scroll_Lock, XK_Alt_L, +- XK_ISO_Left_Tab,XK_Control_L, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, XK_F1, +- XK_F2, XK_F3, XK_F4, XK_F5, +- XK_F6, XK_F7, XK_F8, XK_F9, +- XK_F10, XK_F11, XK_F12, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- XK_Control_R, XK_Alt_R, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol, +- NoSymbol, NoSymbol, NoSymbol, NoSymbol +-}; +- + #ifdef SYSCONS_SUPPORT + static + unsigned char sysconsCODEMap[] = { +@@ -205,7 +43,6 @@ + sysconsCODEMap + }; + #endif +-#endif /* SYSCONS_SUPPORT || PCVT_SUPPORT */ + + #ifdef WSCONS_SUPPORT + +@@ -1245,40 +1082,6 @@ + KeySym *k; + int i; + +-#ifndef __bsdi__ +- switch (pKbd->consType) { +- +-/* +- * XXX wscons has no GIO_KEYMAP +- */ +-#if (defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT)) && defined(GIO_KEYMAP) +- case SYSCONS: +- case PCVT: +- { +- keymap_t keymap; +- +- if (ioctl(pInfo->fd, GIO_KEYMAP, &keymap) != -1) { +- for (i = 0; i < keymap.n_keys && i < NUM_KEYCODES; i++) +- if (remap[i]) { +- k = map + (remap[i] << 2); +- k[0] = KD_GET_ENTRY(i,0); /* non-shifed */ +- k[1] = KD_GET_ENTRY(i,1); /* shifted */ +- k[2] = KD_GET_ENTRY(i,4); /* alt */ +- k[3] = KD_GET_ENTRY(i,5); /* alt - shifted */ +- if (k[3] == k[2]) k[3] = NoSymbol; +- if (k[2] == k[1]) k[2] = NoSymbol; +- if (k[1] == k[0]) k[1] = NoSymbol; +- if (k[0] == k[2] && k[1] == k[3]) +- k[2] = k[3] = NoSymbol; +- } +- } +- } +- break; +-#endif /* SYSCONS || PCVT */ +- +- } +-#endif /* !bsdi */ +- + /* + * compute the modifier map + */ diff --git a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_kbd.c b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_kbd.c new file mode 100644 index 000000000000..984a73680601 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__bsd_kbd.c @@ -0,0 +1,14 @@ +Index: src/bsd_kbd.c +@@ -237,6 +237,12 @@ + #endif + } + } ++/* ++ * Switch keyboards which are not attached to console in RAW mode ++ */ ++#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) ++ ioctl(pInfo->fd, KDSKBMODE, K_RAW); ++#endif + return Success; + } + diff --git a/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__kbd.c b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__kbd.c new file mode 100644 index 000000000000..e9b0397baea7 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/files/patch-src__kbd.c @@ -0,0 +1,24 @@ +Index: src/kbd.c +@@ -25,6 +25,7 @@ + + #include "xf86.h" + #include "atKeynames.h" ++#include "xf86Priv.h" + #include "xf86Privstr.h" + + #include <X11/extensions/XI.h> +@@ -392,6 +393,14 @@ + RemoveEnabledDevice(pInfo->fd); + pKbd->KbdOff(pInfo, what); + device->public.on = FALSE; ++ /* ++ * Close device file for keyboards which are not attached ++ * to console, otherwise they can't be opened again after ++ * relogin when using session manager like xdm. ++ * X server will take care about console attached keyboards. ++ */ ++ if (pInfo->fd != xf86Info.consoleFd) ++ close(pInfo->fd); + break; + + default: diff --git a/x11-drivers/xlibre-xf86-input-keyboard/pkg-descr b/x11-drivers/xlibre-xf86-input-keyboard/pkg-descr new file mode 100644 index 000000000000..e31af508c95d --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-keyboard driver. diff --git a/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist b/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist new file mode 100644 index 000000000000..e76fe16577a9 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-keyboard/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/input/kbd_drv.so +share/man/man4/kbd.4x.gz diff --git a/x11-drivers/xlibre-xf86-input-libinput/Makefile b/x11-drivers/xlibre-xf86-input-libinput/Makefile new file mode 100644 index 000000000000..63673db15bcc --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-libinput/Makefile @@ -0,0 +1,21 @@ +PORTNAME= xlibre-xf86-input-libinput +PORTVERSION= 1.5.1.0 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre libinput input driver +WWW= https://github.com/X11Libre/xf86-input-libinput/ + +LICENSE= MIT # various styles +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-libinput + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +LIB_DEPENDS= libinput.so:x11/libinput + +USES= pathfix tar:xz xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-libinput/distinfo b/x11-drivers/xlibre-xf86-input-libinput/distinfo new file mode 100644 index 000000000000..9a71a804f755 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-libinput/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760812277 +SHA256 (xlibre/driver/X11Libre-xf86-input-libinput-1.5.1.0-xlibre-xf86-input-libinput-1.5.1.0_GH0.tar.gz) = f1be5a443af78307af18103a6bb614021fe163380b0eb43dec820a2389fbd6c8 +SIZE (xlibre/driver/X11Libre-xf86-input-libinput-1.5.1.0-xlibre-xf86-input-libinput-1.5.1.0_GH0.tar.gz) = 65498 diff --git a/x11-drivers/xlibre-xf86-input-libinput/pkg-descr b/x11-drivers/xlibre-xf86-input-libinput/pkg-descr new file mode 100644 index 000000000000..d8b3784285c7 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-libinput/pkg-descr @@ -0,0 +1,3 @@ +This package contains the XLibre xf86-input-libinput driver. It is a thin +wrapper around libinput, so while it does provide all features that libinput +supports it does little beyond. diff --git a/x11-drivers/xlibre-xf86-input-libinput/pkg-plist b/x11-drivers/xlibre-xf86-input-libinput/pkg-plist new file mode 100644 index 000000000000..52e536d56563 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-libinput/pkg-plist @@ -0,0 +1,5 @@ +include/xorg/libinput-properties.h +lib/xorg/modules/xlibre-25.0/input/libinput_drv.so +libdata/pkgconfig/xorg-libinput.pc +share/man/man4/libinput.4x.gz +share/X11/xorg.conf.d/40-libinput.conf diff --git a/x11-drivers/xlibre-xf86-input-mouse/Makefile b/x11-drivers/xlibre-xf86-input-mouse/Makefile new file mode 100644 index 000000000000..fdc9c28efa6b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/Makefile @@ -0,0 +1,18 @@ +PORTNAME= xlibre-xf86-input-mouse +PORTVERSION= 1.9.5.4 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre mouse input driver +WWW= https://github.com/X11Libre/xf86-input-mouse/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-mouse + +USES= pathfix xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-mouse/distinfo b/x11-drivers/xlibre-xf86-input-mouse/distinfo new file mode 100644 index 000000000000..1d9fa8b9738d --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764440351 +SHA256 (xlibre/driver/X11Libre-xf86-input-mouse-1.9.5.4-xlibre-xf86-input-mouse-1.9.5.4_GH0.tar.gz) = 9f2108e435d52dc5b373f4fa2a7503a53738ae911a899ce3bf351cd2b912e6e9 +SIZE (xlibre/driver/X11Libre-xf86-input-mouse-1.9.5.4-xlibre-xf86-input-mouse-1.9.5.4_GH0.tar.gz) = 78830 diff --git a/x11-drivers/xlibre-xf86-input-mouse/files/patch-src-bsd_mouse.c b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src-bsd_mouse.c new file mode 100644 index 000000000000..8f542a60af12 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src-bsd_mouse.c @@ -0,0 +1,1039 @@ +--- src/bsd_mouse.c.orig 2018-06-19 04:36:21 UTC ++++ src/bsd_mouse.c +@@ -26,6 +26,24 @@ + * authorization from the copyright holder(s) and author(s). + */ + ++ ++/* ++ * XXX - Should this be autoconf'd instead? ++ */ ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) ++ ++#if !defined(USBMOUSE_SUPPORT) ++#define USBMOUSE_SUPPORT ++#endif ++#if !defined(HAS_LIB_USB_HID) ++#define HAS_LIB_USB_HID ++#endif ++#if !defined(XPS2_SUPPORT) ++#define XPS2_SUPPORT ++#endif ++ ++#endif /* defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) */ ++ + #include <xorg-server.h> + + #include <X11/X.h> +@@ -33,9 +51,23 @@ + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "xf86Xinput.h" ++#include <exevents.h> + #include "mouse.h" + #include "xisb.h" + #include "mipointer.h" ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 3 ++#define HAVE_PROPERTIES 1 ++#endif ++#ifdef HAVE_PROPERTIES ++#include <X11/Xatom.h> ++#include <xserver-properties.h> ++/* 1.6 has properties, but no labels */ ++#ifdef AXIS_LABEL_PROP ++#define HAVE_LABELS ++#else ++#undef HAVE_LABELS ++#endif ++#endif + #ifdef WSCONS_SUPPORT + #include <dev/wscons/wsconsio.h> + #endif +@@ -47,9 +79,6 @@ + #else + # include <dev/usb/usb.h> + #endif +-#ifdef USB_GET_REPORT_ID +-#define USB_NEW_HID +-#endif + + #define HUP_GENERIC_DESKTOP 0x0001 + #define HUP_BUTTON 0x0009 +@@ -75,11 +104,13 @@ static const char *FindDevice(InputInfoPtr, const char + #define DEFAULT_MOUSE_DEV "/dev/mouse" + #define DEFAULT_SYSMOUSE_DEV "/dev/sysmouse" + #define DEFAULT_PS2_DEV "/dev/psm0" ++#define DEFAULT_USB_DEV "/dev/ums0" + + static const char *mouseDevs[] = { + DEFAULT_MOUSE_DEV, + DEFAULT_SYSMOUSE_DEV, + DEFAULT_PS2_DEV, ++ DEFAULT_USB_DEV, + NULL + }; + #elif (defined(__OpenBSD__) || defined(__NetBSD__)) && defined(WSCONS_SUPPORT) +@@ -97,7 +128,7 @@ static const char *mouseDevs[] = { + static int + SupportedInterfaces(void) + { +-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) || defined(__NetBSD__) ++#if defined(__NetBSD__) + return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_AUTO | MSE_MISC; + #else + return MSE_SERIAL | MSE_BUS | MSE_PS2 | MSE_XPS2 | MSE_AUTO | MSE_MISC; +@@ -178,9 +209,30 @@ static struct { + { MOUSE_PROTO_SYSMOUSE, "SysMouse" } + }; + ++#ifdef XPS2_SUPPORT ++static struct { ++ int dmodel; ++ const char *name; ++} ps2proto[] = { ++ { MOUSE_MODEL_NETSCROLL, "NetScrollPS/2" }, ++ { MOUSE_MODEL_NET, "NetMousePS/2" }, ++ { MOUSE_MODEL_GLIDEPOINT, "GlidePointPS/2" }, ++ { MOUSE_MODEL_THINK, "ThinkingMousePS/2" }, ++ { MOUSE_MODEL_INTELLI, "IMPS/2" }, ++ { MOUSE_MODEL_MOUSEMANPLUS, "MouseManPlusPS/2" }, ++ { MOUSE_MODEL_EXPLORER, "ExplorerPS/2" }, ++ { MOUSE_MODEL_4D, "IMPS/2" }, ++ { MOUSE_MODEL_4DPLUS, "IMPS/2" }, ++}; ++#endif ++ + static const char * + SetupAuto(InputInfoPtr pInfo, int *protoPara) + { ++#ifdef XPS2_SUPPORT ++ const char *dev; ++#endif ++ const char *proto; + int i; + mousehw_t hw; + mousemode_t mode; +@@ -188,7 +240,13 @@ SetupAuto(InputInfoPtr pInfo, int *protoPara) + if (pInfo->fd == -1) + return NULL; + ++#ifdef XPS2_SUPPORT + /* set the driver operation level, if applicable */ ++ dev = xf86FindOptionValue(pInfo->options, "Device"); ++ if (dev != NULL && !strncmp(dev, DEFAULT_PS2_DEV, 8)) ++ i = 2; ++ else ++#endif + i = 1; + ioctl(pInfo->fd, MOUSE_SETLEVEL, &i); + +@@ -207,9 +265,18 @@ SetupAuto(InputInfoPtr pInfo, int *protoPara) + protoPara[0] = mode.syncmask[0]; + protoPara[1] = mode.syncmask[1]; + } ++ proto = devproto[i].name; ++#ifdef XPS2_SUPPORT ++ if (mode.protocol == MOUSE_PROTO_PS2) ++ for (i = 0; i < sizeof(ps2proto)/sizeof(ps2proto[0]); ++i) ++ if (hw.model == ps2proto[i].dmodel) { ++ proto = ps2proto[i].name; ++ break; ++ } ++#endif + xf86MsgVerb(X_INFO, 3, "%s: SetupAuto: protocol is %s\n", +- pInfo->name, devproto[i].name); +- return devproto[i].name; ++ pInfo->name, proto); ++ return proto; + } + } + } +@@ -235,41 +302,41 @@ + (protocol && xf86NameCmp(protocol, "SysMouse") == 0)) { + /* + * As the FreeBSD sysmouse driver defaults to protocol level 0 +- * every time it is opened we enforce protocol level 1 again at ++ * every time it is closed we enforce protocol level 1 again at + * this point. + */ + mode.level = 1; + } else +- mode.level = -1; +-#else +- mode.level = -1; + #endif ++ mode.level = -1; + ioctl(pInfo->fd, MOUSE_SETMODE, &mode); + } + #endif + + #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__) +- +-#define MOUSED_PID_FILE "/var/run/moused.pid" +- + /* + * Try to check if moused is running. DEFAULT_SYSMOUSE_DEV is useless without +- * it. There doesn't seem to be a better way of checking. ++ * it. Also, try to check if the device is used by moused. If it is opened ++ * by moused, we do not want to use it directly. There doesn't seem to be ++ * a better way of checking. + */ + static Bool +-MousedRunning(void) ++MousedRunning(const char *dev) + { ++ char cmd[128]; + FILE *f = NULL; +- unsigned int pid; ++ unsigned int i; + +- if ((f = fopen(MOUSED_PID_FILE, "r")) != NULL) { +- if (fscanf(f, "%u", &pid) == 1 && pid > 0) { +- if (kill(pid, 0) == 0) { +- fclose(f); +- return TRUE; +- } ++ if (dev) ++ sprintf(cmd, "sh -c 'fstat %s | grep -c moused' 2>/dev/null", dev); ++ else ++ sprintf(cmd, "sh -c 'pgrep -nx moused' 2>/dev/null"); ++ if ((f = popen(cmd, "r")) != NULL) { ++ if (fscanf(f, "%u", &i) == 1 && i > 0) { ++ pclose(f); ++ return TRUE; + } +- fclose(f); ++ pclose(f); + } + return FALSE; + } +@@ -274,17 +341,17 @@ MousedRunning(void) + static const char * + FindDevice(InputInfoPtr pInfo, const char *protocol, int flags) + { +- int fd = -1; ++ int ret = -1; + const char **pdev, *dev = NULL; + Bool devMouse = FALSE; + struct stat devMouseStat; + struct stat sb; + + for (pdev = mouseDevs; *pdev; pdev++) { +- SYSCALL (fd = open(*pdev, O_RDWR | O_NONBLOCK)); +- if (fd == -1) { ++ SYSCALL (ret = stat(*pdev, &sb)); ++ if (ret == -1) { + #ifdef DEBUG +- ErrorF("Cannot open %s (%s)\n", *pdev, strerror(errno)); ++ ErrorF("Cannot stat %s (%s)\n", *pdev, strerror(errno)); + #endif + } else { + /* +@@ -293,28 +360,32 @@ FindDevice(InputInfoPtr pInfo, const char *protocol, i + * the test for whether /dev/sysmouse is usable can be made. + */ + if (!strcmp(*pdev, DEFAULT_MOUSE_DEV)) { +- if (fstat(fd, &devMouseStat) == 0) +- devMouse = TRUE; +- close(fd); ++ memcpy(&devMouseStat, &sb, sizeof(devMouseStat)); ++ devMouse = TRUE; + continue; + } else if (!strcmp(*pdev, DEFAULT_SYSMOUSE_DEV)) { + /* Check if /dev/mouse is the same as /dev/sysmouse. */ +- if (devMouse && fstat(fd, &sb) == 0 && +- devMouseStat.st_dev == sb.st_dev && ++ if (devMouse && devMouseStat.st_dev == sb.st_dev && + devMouseStat.st_ino == sb.st_ino) { + /* If the same, use /dev/sysmouse. */ + devMouse = FALSE; + } +- close(fd); +- if (MousedRunning()) ++ if (MousedRunning(NULL)) + break; +- else { +-#ifdef DEBUG +- ErrorF("moused isn't running\n"); +-#endif +- } + } else { +- close(fd); ++ /* Check if /dev/mouse is the same as this device. */ ++ if (devMouse && devMouseStat.st_dev == sb.st_dev && ++ devMouseStat.st_ino == sb.st_ino) { ++ /* If the same, use this device. */ ++ devMouse = FALSE; ++ } ++ if (MousedRunning(*pdev)) ++ continue; ++ /* ums(4) does not support anything but SysMouse protocol. */ ++ if (!strncmp(*pdev, DEFAULT_USB_DEV, 8) && protocol && ++ xf86NameCmp(protocol, "auto") != 0 && ++ xf86NameCmp(protocol, "sysmouse") != 0) ++ continue; + break; + } + } +@@ -486,30 +557,78 @@ wsconsPreInit(InputInfoPtr pInfo, const char *protocol + + #if defined(USBMOUSE_SUPPORT) + ++#define MAXRIDS 64 ++#define MAXACOLS 8 ++#define MAXLCOLS 16 + typedef struct _UsbMseRec { + int packetSize; +- int iid; +- hid_item_t loc_x; /* x locator item */ +- hid_item_t loc_y; /* y locator item */ +- hid_item_t loc_z; /* z (wheel) locator item */ +- hid_item_t loc_w; /* z (wheel) locator item */ +- hid_item_t loc_btn[MSE_MAXBUTTONS]; /* buttons locator items */ +- unsigned char *buffer; ++ int iid, nrids, nacols, opened; ++ struct { ++ int32_t rid; ++ int size; ++ } rids[MAXRIDS]; ++ struct UsbMseAcol { ++ InputInfoPtr pInfo; ++ int nlcols, nbuttons, hasZ, hasW; ++ int xmin, xmax, ymin, ymax, pmin, pmax, px, py; ++ int cxmin, cxmax, cymin, cymax, cpmin, cpmax; ++ struct UsbMseLcol { ++ hid_item_t loc_x; /* x locator item */ ++ hid_item_t loc_y; /* y locator item */ ++ hid_item_t loc_z; /* z (wheel) locator item */ ++ hid_item_t loc_w; /* w (hwheel) locator item */ ++ hid_item_t loc_p; /* Tip Pressure */ ++ hid_item_t loc_valid; /* Touch Valid */ ++ hid_item_t loc_in_range; /* In Range */ ++ hid_item_t loc_btn[MSE_MAXBUTTONS]; /* buttons locator items */ ++ } lcols[MAXLCOLS]; ++ hid_item_t loc_cc; /* contact count */ ++ } acols[MAXACOLS]; ++ unsigned char *buffer; + } UsbMseRec, *UsbMsePtr; + ++static int * ++usbGetReportSizePtr(UsbMsePtr pUsbMse, int32_t rid) ++{ ++ int i; ++ ++ for (i = 0; i < pUsbMse->nrids; i++) { ++ if (pUsbMse->rids[i].rid == rid) ++ return (&pUsbMse->rids[i].size); ++ } ++ for (i = 0; i < MAXRIDS; i++) { ++ if (pUsbMse->rids[i].size == 0) { ++ pUsbMse->rids[i].rid = rid; ++ pUsbMse->nrids = max(pUsbMse->nrids, i + 1); ++ return (&pUsbMse->rids[i].size); ++ } ++ } ++ return (NULL); ++} ++ + static int + usbMouseProc(DeviceIntPtr pPointer, int what) + { + InputInfoPtr pInfo; + MouseDevPtr pMse; + UsbMsePtr pUsbMse; ++ struct UsbMseAcol *acol; + unsigned char map[MSE_MAXBUTTONS + 1]; +- int nbuttons; ++ int nacol, nbuttons; ++#ifdef HAVE_LABELS ++ Atom btn_labels[MSE_MAXBUTTONS] = {0}; ++ Atom axes_labels[3] = { 0, 0, 0 }; ++#endif + + pInfo = pPointer->public.devicePrivate; + pMse = pInfo->private; + pMse->device = pPointer; + pUsbMse = pMse->mousePriv; ++ for (nacol = 0; nacol < (pUsbMse->nacols - 1); nacol++) { ++ if (pUsbMse->acols[nacol].pInfo == pInfo) ++ break; ++ } ++ acol = &pUsbMse->acols[nacol]; + + switch (what) { + case DEVICE_INIT: +@@ -518,40 +637,96 @@ usbMouseProc(DeviceIntPtr pPointer, int what) + for (nbuttons = 0; nbuttons < MSE_MAXBUTTONS; ++nbuttons) + map[nbuttons + 1] = nbuttons + 1; + +- InitPointerDeviceStruct((DevicePtr)pPointer, +- map, +- min(pMse->buttons, MSE_MAXBUTTONS), +- miPointerGetMotionEvents, +- pMse->Ctrl, +- miPointerGetMotionBufferSize()); ++#ifdef HAVE_LABELS ++ btn_labels[0] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_LEFT); ++ btn_labels[1] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_MIDDLE); ++ btn_labels[2] = XIGetKnownProperty(BTN_LABEL_PROP_BTN_RIGHT); ++ axes_labels[0] = XIGetKnownProperty((acol->xmin != acol->xmax) ++ ? AXIS_LABEL_PROP_ABS_X : AXIS_LABEL_PROP_REL_X); ++ axes_labels[1] = XIGetKnownProperty((acol->xmin != acol->xmax) ++ ? AXIS_LABEL_PROP_ABS_Y : AXIS_LABEL_PROP_REL_Y); ++ axes_labels[2] = XIGetKnownProperty(AXIS_LABEL_PROP_ABS_PRESSURE); ++#endif + ++ InitButtonClassDeviceStruct(pPointer, min(pMse->buttons, MSE_MAXBUTTONS), ++#ifdef HAVE_LABELS ++ btn_labels, ++#endif ++ map); ++ InitValuatorClassDeviceStruct(pPointer, (acol->pmin != acol->pmax) ? 3 : 2, ++#ifdef HAVE_LABELS ++ axes_labels, ++#endif ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0 ++ miPointerGetMotionEvents, ++#elif GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3 ++ GetMotionHistory, ++#endif ++ GetMotionHistorySize(), ++ (acol->xmin != acol->xmax || acol->ymin != acol->ymax) ? ++ Absolute : Relative); ++ InitPtrFeedbackClassDeviceStruct(pPointer, pMse->Ctrl); ++ + /* X valuator */ +- xf86InitValuatorAxisStruct(pPointer, 0, 0, -1, 1, 0, 1); ++ xf86InitValuatorAxisStruct(pPointer, 0, ++#ifdef HAVE_LABELS ++ axes_labels[0], ++#endif ++ (acol->xmin != acol->xmax) ? acol->xmin : -1, ++ (acol->xmin != acol->xmax) ? acol->xmax : -1, ++ 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , (acol->xmin != acol->xmax) ? Absolute : Relative ++#endif ++ ); + xf86InitValuatorDefaults(pPointer, 0); + /* Y valuator */ +- xf86InitValuatorAxisStruct(pPointer, 1, 0, -1, 1, 0, 1); ++ xf86InitValuatorAxisStruct(pPointer, 1, ++#ifdef HAVE_LABELS ++ axes_labels[1], ++#endif ++ (acol->ymin != acol->ymax) ? acol->ymin : -1, ++ (acol->ymin != acol->ymax) ? acol->ymax : -1, ++ 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , (acol->ymin != acol->ymax) ? Absolute : Relative ++#endif ++ ); + xf86InitValuatorDefaults(pPointer, 1); ++ /* Pressure valuator */ ++ if (acol->pmin != acol->pmax) { ++ xf86InitValuatorAxisStruct(pPointer, 2, ++#ifdef HAVE_LABELS ++ axes_labels[2], ++#endif ++ acol->pmin, acol->pmax, 1, 0, 1 ++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) >= 12 ++ , Absolute ++#endif ++ ); ++ xf86InitValuatorDefaults(pPointer, 2); ++ } + xf86MotionHistoryAllocate(pInfo); + break; + + case DEVICE_ON: +- pInfo->fd = xf86OpenSerial(pInfo->options); +- if (pInfo->fd == -1) +- xf86Msg(X_WARNING, "%s: cannot open input device\n", pInfo->name); +- else { +- pMse->buffer = XisbNew(pInfo->fd, pUsbMse->packetSize); +- if (!pMse->buffer) { +- free(pMse); +- xf86CloseSerial(pInfo->fd); +- pInfo->fd = -1; +- } else { +- xf86FlushInput(pInfo->fd); +-#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 23 +- if (!xf86InstallSIGIOHandler (pInfo->fd, usbSigioReadInput, +- pInfo)) +-#endif +- AddEnabledDevice(pInfo->fd); +- } ++ if (pUsbMse->opened++ == 0) { ++ pInfo->fd = xf86OpenSerial(pInfo->options); ++ if (pInfo->fd == -1) ++ xf86Msg(X_WARNING, "%s: cannot open input device\n", pInfo->name); ++ else { ++ pMse->buffer = XisbNew(pInfo->fd, pUsbMse->packetSize); ++ if (!pMse->buffer) { ++ free(pMse); ++ xf86CloseSerial(pInfo->fd); ++ pInfo->fd = -1; ++ } else { ++ xf86FlushInput(pInfo->fd); ++ if (!xf86InstallSIGIOHandler (pInfo->fd, usbSigioReadInput, ++ pInfo)) ++ xf86AddEnabledDevice(pInfo); ++ } ++ } + } + pMse->lastButtons = 0; + pMse->lastMappedButtons = 0; +@@ -562,7 +737,7 @@ usbMouseProc(DeviceIntPtr pPointer, int what) + case DEVICE_OFF: + case DEVICE_CLOSE: + if (pInfo->fd != -1) { +- RemoveEnabledDevice(pInfo->fd); ++ xf86RemoveEnabledDevice(pInfo); + if (pUsbMse->packetSize > 8 && pUsbMse->buffer) { + free(pUsbMse->buffer); + } +@@ -573,6 +748,7 @@ usbMouseProc(DeviceIntPtr pPointer, int what) + xf86CloseSerial(pInfo->fd); + pInfo->fd = -1; + } ++ pUsbMse->opened--; + pPointer->public.on = FALSE; + usleep(300000); + break; +@@ -588,45 +764,154 @@ usbReadInput(InputInfoPtr pInfo) + { + MouseDevPtr pMse; + UsbMsePtr pUsbMse; +- int buttons = pMse->lastButtons; +- int dx = 0, dy = 0, dz = 0, dw = 0; +- int n, c; ++ int buttons, cc; ++ int dx, dy, dz, dw, dp, upd, v, nx, ny, np, in_range; ++ int n, c, rid, *sizep, nacol, nlcol; + unsigned char *pBuf; ++ struct UsbMseAcol *acol; ++ struct UsbMseLcol *lcol; + + pMse = pInfo->private; + pUsbMse = pMse->mousePriv; + + XisbBlockDuration(pMse->buffer, -1); ++next: + pBuf = pUsbMse->buffer; + n = 0; +- while ((c = XisbRead(pMse->buffer)) >= 0 && n < pUsbMse->packetSize) { ++ if (pUsbMse->iid) { ++ rid = XisbRead(pMse->buffer); ++ if (rid < 0) ++ return; ++ pBuf[n++] = (unsigned char)rid; ++ } else ++ rid = 0; ++ sizep = usbGetReportSizePtr(pUsbMse, rid); ++ if (sizep == NULL || *sizep == 0) { ++ xf86Msg(X_WARNING, "%s: unknown report ID %d\n", pInfo->name, rid); ++ goto next; ++ } ++ while (n < *sizep && (c = XisbRead(pMse->buffer)) >= 0) { + pBuf[n++] = (unsigned char)c; + } + if (n == 0) + return; +- if (n != pUsbMse->packetSize) { ++// xf86MsgVerb(X_INFO, 3, "pkt: %d %02x %02x %02x %02x %02x %02x %02x %02x %02x %02x\n", ++// n, pBuf[0], pBuf[1], pBuf[2], pBuf[3], pBuf[4], pBuf[5], pBuf[6], pBuf[7], pBuf[8], pBuf[9]); ++ if (n != *sizep) { + LogMessageVerbSigSafe(X_WARNING, -1, + "%s: incomplete packet, size %d\n", + pInfo->name, n); + } +- /* discard packets with an id that don't match the mouse */ +- /* XXX this is probably not the right thing */ +- if (pUsbMse->iid != 0) { +- if (*pBuf++ != pUsbMse->iid) +- return; +- } +- dx = hid_get_data(pBuf, &pUsbMse->loc_x); +- dy = hid_get_data(pBuf, &pUsbMse->loc_y); +- dz = hid_get_data(pBuf, &pUsbMse->loc_z); +- dw = hid_get_data(pBuf, &pUsbMse->loc_w); ++ for (nacol = 0; nacol < pUsbMse->nacols; nacol++) { ++ acol = &pUsbMse->acols[nacol]; ++ if (acol->pInfo == NULL) ++ continue; ++ nx = ny = np = upd = 0; ++ buttons = cc = 0; ++ dx = dy = dz = dw = dp = 0; ++ for (nlcol = 0; nlcol < pUsbMse->acols[nacol].nlcols; nlcol++) { ++ lcol = &acol->lcols[nlcol]; + +- buttons = 0; +- for (n = 0; n < pMse->buttons; n++) { +- if (hid_get_data(pBuf, &pUsbMse->loc_btn[n])) +- buttons |= (1 << UMS_BUT(n)); ++ if (lcol->loc_valid.usage != 0 && rid == lcol->loc_valid.report_ID && ++ hid_get_data(pBuf, &lcol->loc_valid) == 0) ++ continue; ++ if (lcol->loc_in_range.usage != 0 && rid == lcol->loc_in_range.report_ID) ++ in_range = hid_get_data(pBuf, &lcol->loc_in_range); ++ else ++ in_range = 1; ++ if (in_range && lcol->loc_x.usage != 0 && rid == lcol->loc_x.report_ID && nx == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_x); ++ if (acol->xmin != acol->xmax) { ++ v = xf86ScaleAxis(v, acol->xmax, acol->xmin, ++ lcol->loc_x.logical_maximum, lcol->loc_x.logical_minimum); ++ if (acol->cxmin != acol->cxmax) ++ v = xf86ScaleAxis(v, acol->xmax, acol->xmin, ++ acol->cxmax, acol->cxmin); ++ } ++ dx += v; ++ nx++; ++ } ++ if (in_range && lcol->loc_y.usage != 0 && rid == lcol->loc_y.report_ID && ny == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_y); ++ if (acol->xmin != acol->xmax) { ++ v = xf86ScaleAxis(v, acol->ymax, acol->ymin, ++ lcol->loc_y.logical_maximum, lcol->loc_y.logical_minimum); ++ if (acol->cymin != acol->cymax) ++ v = xf86ScaleAxis(v, acol->ymax, acol->ymin, ++ acol->cymax, acol->cymin); ++ } ++ dy += v; ++ ny++; ++ } ++ if (lcol->loc_z.usage != 0 && rid == lcol->loc_z.report_ID) { ++ dz -= hid_get_data(pBuf, &lcol->loc_z); ++ upd = 1; ++ } ++ if (lcol->loc_w.usage != 0 && rid == lcol->loc_w.report_ID) { ++ dw += hid_get_data(pBuf, &lcol->loc_w); ++ upd = 1; ++ } ++ if (lcol->loc_p.usage != 0 && rid == lcol->loc_p.report_ID && np == 0) { ++ v = hid_get_data(pBuf, &lcol->loc_p); ++ v = xf86ScaleAxis(v, acol->pmax, acol->pmin, ++ lcol->loc_p.logical_maximum, lcol->loc_p.logical_minimum); ++ if (acol->cpmin != acol->cpmax) ++ v = xf86ScaleAxis(v, acol->pmax, acol->pmin, ++ acol->cpmax, acol->cpmin); ++ dp += v; ++ np++; ++ } ++ ++ for (n = 0; n < acol->nbuttons; n++) { ++ if (lcol->loc_btn[n].usage != 0 && rid == lcol->loc_btn[n].report_ID) { ++ if (hid_get_data(pBuf, &lcol->loc_btn[n])) ++ buttons |= (1 << UMS_BUT(n)); ++ upd = 1; ++ } ++ } ++ } ++ if (acol->loc_cc.usage != 0 && rid == acol->loc_cc.report_ID) ++ cc = hid_get_data(pBuf, &acol->loc_cc); ++ else ++ cc = (nx || ny) ? 1 : 0; ++ if (cc > 1) ++ buttons = (1 << UMS_BUT(1)); ++ if (nx != 0 && acol->xmin != acol->xmax) ++ dx /= nx; ++ if (ny != 0 && acol->ymin != acol->ymax) ++ dy /= ny; ++ if (np != 0 && acol->pmin != acol->pmax) ++ dp /= np; ++// if (upd || nx || ny || np) ++// xf86MsgVerb(X_INFO, 3, "%d cc %d dx %d dy %d dz %d dw %d press %d buttons %02x\n", ++// nacol, cc, dx, dy, dz, dw, dp, buttons); ++ if (nx != 0 || ny != 0) { ++ if (acol->pmin != acol->pmax) { ++ xf86PostMotionEvent(acol->pInfo->dev, ++ /* is_absolute: */ TRUE, ++ /* first_valuator: */ 0, ++ /* num_valuators: */ 3, ++ dx, dy, dp); ++ } else if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) { ++ xf86PostMotionEvent(acol->pInfo->dev, ++ /* is_absolute: */ TRUE, ++ /* first_valuator: */ 0, ++ /* num_valuators: */ 2, ++ dx, dy); ++ } ++ } ++ if (upd || (nx != 0) || (ny != 0)) { ++ ((MouseDevPtr)acol->pInfo->private)->PostEvent(acol->pInfo, buttons, ++ ((acol->xmin != acol->xmax) ? dx - acol->px : dx), ++ ((acol->ymin != acol->ymax) ? dy - acol->py : dy), ++ dz, dw); ++ } ++ if (nx > 0) ++ acol->px = dx; ++ if (ny > 0) ++ acol->py = dy; + } +- pMse->PostEvent(pInfo, buttons, dx, dy, dz, dw); +- return; ++ goto next; + } + + static void +@@ -635,14 +920,17 @@ usbSigioReadInput (int fd, void *closure) + usbReadInput ((InputInfoPtr) closure); + } + +-/* This function is called when the protocol is "usb". */ + static Bool +-usbPreInit(InputInfoPtr pInfo, const char *protocol, int flags) ++usbInitFirst(InputInfoPtr pInfo) + { + MouseDevPtr pMse = pInfo->private; + UsbMsePtr pUsbMse; + report_desc_t reportDesc; +- int i; ++ hid_data_t d; ++ hid_item_t h; ++ struct UsbMseAcol *acol; ++ struct UsbMseLcol *lcol; ++ int mdepth, rsize, *rsizep, acolused, lcolused, used; + + pUsbMse = malloc(sizeof(UsbMseRec)); + if (pUsbMse == NULL) { +@@ -654,13 +942,8 @@ + return FALSE; + } + +- pMse->protocol = protocol; +- xf86Msg(X_CONFIG, "%s: Protocol: %s\n", pInfo->name, protocol); ++ bzero(pUsbMse, sizeof(UsbMseRec)); + +- /* Collect the options, and process the common options. */ +- xf86CollectInputOptions(pInfo, NULL); +- xf86ProcessCommonOptions(pInfo, pInfo->options); +- + /* Check if the device can be opened. */ + pInfo->fd = xf86OpenSerial(pInfo->options); + if (pInfo->fd == -1) { +@@ -672,19 +955,134 @@ usbPreInit(InputInfoPtr pInfo, const char *protocol, i + } + /* Get USB informations */ + reportDesc = hid_get_report_desc(pInfo->fd); +- /* Get packet size & iid */ +-#ifdef USB_NEW_HID +- if (ioctl(pInfo->fd, USB_GET_REPORT_ID, &pUsbMse->iid) == -1) { +- xf86Msg(X_ERROR, "Error ioctl USB_GET_REPORT_ID on %s : %s\n", +- pInfo->name, strerror(errno)); +- return FALSE; ++ mdepth = 0; ++ pUsbMse->nacols = 0; ++ acol = &pUsbMse->acols[pUsbMse->nacols]; ++ lcol = &acol->lcols[acol->nlcols]; ++ acolused = 0; ++ lcolused = 0; ++ d = hid_start_parse(reportDesc, (1 << hid_input) | ++ (1 << hid_collection) | (1 << hid_endcollection), -1); ++ while (hid_get_item(d, &h)) { ++ switch (h.kind) { ++ case hid_collection: ++ if (mdepth != 0) ++ mdepth++; ++ else if (h.collection == 1 && ++ (h.usage == 0x00010001 || h.usage == 0x00010002 || ++ (h.usage >= 0x000d0001 && h.usage <= 0x000d000d))) { ++ mdepth++; ++ if (acolused) { ++ if (lcolused) { ++ acol->nlcols++; ++ lcolused = 0; ++ } ++ pUsbMse->nacols++; ++ acolused = 0; ++ acol = &pUsbMse->acols[pUsbMse->nacols]; ++ lcol = &acol->lcols[acol->nlcols]; ++ } ++ } ++ if (lcolused && (h.collection == 0 || ++ h.collection == 2 || h.collection == 3)) { ++ acol->nlcols++; ++ lcolused = 0; ++ lcol = &acol->lcols[acol->nlcols]; ++ } ++ break; ++ case hid_endcollection: ++ if (mdepth != 0) ++ mdepth--; ++ break; ++ case hid_input: ++ if (h.report_ID != 0) ++ pUsbMse->iid = 1; ++ rsize = pUsbMse->iid + ++ (h.pos + (h.report_size * h.report_count) + 7) / 8; ++ if ((rsizep = usbGetReportSizePtr(pUsbMse, h.report_ID)) != NULL) ++ *rsizep = max(*rsizep, rsize); ++ pUsbMse->packetSize = max(pUsbMse->packetSize, rsize); ++ if (mdepth == 0) ++ break; ++ used = 1; ++ if (h.usage == 0x00010030) { /* X */ ++ lcol->loc_x = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->xmin == acol->xmax) { ++ acol->xmin = h.logical_minimum; ++ acol->xmax = h.logical_maximum; ++ } else { ++ acol->xmin = min(acol->xmin, h.logical_minimum); ++ acol->xmax = max(acol->xmax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x00010031) { /* Y */ ++ lcol->loc_y = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->ymin == acol->ymax) { ++ acol->ymin = h.logical_minimum; ++ acol->ymax = h.logical_maximum; ++ } else { ++ acol->ymin = min(acol->ymin, h.logical_minimum); ++ acol->ymax = max(acol->ymax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x00010038) { /* Z */ ++ lcol->loc_z = h; ++ acol->hasZ = 1; ++ } else if (h.usage == 0x000c0238) { /* W */ ++ lcol->loc_w = h; ++ acol->hasW = 1; ++ } else if (h.usage == 0x000d0030) { /* Press */ ++ lcol->loc_p = h; ++ if ((h.flags & 0x04) == 0) { ++ if (acol->pmin == acol->pmax) { ++ acol->pmin = h.logical_minimum; ++ acol->pmax = h.logical_maximum; ++ } else { ++ acol->pmin = min(acol->pmin, h.logical_minimum); ++ acol->pmax = max(acol->pmax, h.logical_maximum); ++ } ++ } ++ } else if (h.usage == 0x000d0032) /* In Range */ ++ lcol->loc_in_range = h; ++ else if (h.usage == 0x000d0047) /* Valid */ ++ lcol->loc_valid = h; ++ else if (h.usage > 0x00090000 && ++ h.usage <= 0x00090000 + MSE_MAXBUTTONS) { /* Buttons */ ++ lcol->loc_btn[(h.usage & 0xffff) - 1] = h; ++ acol->nbuttons = max(acol->nbuttons, h.usage & 0xffff); ++ } else if (h.usage == 0x000d0042) { /* Tip Switch */ ++ lcol->loc_btn[0] = h; ++ acol->nbuttons = max(acol->nbuttons, 1); ++ } else if (h.usage == 0x000d0044) { /* Barrel Switch */ ++ lcol->loc_btn[1] = h; ++ acol->nbuttons = max(acol->nbuttons, 2); ++ } else if (h.usage == 0x000d0045) { /* Eraser */ ++ lcol->loc_btn[3] = h; ++ acol->nbuttons = max(acol->nbuttons, 4); ++ } else if (h.usage == 0x000d0046) { /* Tablet Pick */ ++ lcol->loc_btn[2] = h; ++ acol->nbuttons = max(acol->nbuttons, 3); ++ } else if (h.usage == 0x000d0054) /* Contact Count */ ++ acol->loc_cc = h; ++ else ++ used = 0; ++ lcolused += used; ++ acolused += used; ++ break; ++ default: ++ break; ++ } + } +- pUsbMse->packetSize = hid_report_size(reportDesc, hid_input, +- pUsbMse->iid); +-#else +- pUsbMse->packetSize = hid_report_size(reportDesc, hid_input, +- &pUsbMse->iid); +-#endif ++ if (lcolused) ++ acol->nlcols++; ++ if (acolused) ++ pUsbMse->nacols++; ++ hid_end_parse(d); ++ xf86Msg(X_DEFAULT, "%s: Found %d usable logical collections\n", ++ pInfo->name, pUsbMse->nacols); ++ + /* Allocate buffer */ + if (pUsbMse->packetSize <= 8) { + pUsbMse->buffer = pMse->protoBuf; +@@ -694,56 +1092,129 @@ usbPreInit(InputInfoPtr pInfo, const char *protocol, i + if (pUsbMse->buffer == NULL) { + xf86Msg(X_ERROR, "%s: cannot allocate buffer\n", pInfo->name); + free(pUsbMse); +- free(pMse); + xf86CloseSerial(pInfo->fd); + return FALSE; + } +-#ifdef USB_NEW_HID +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), +- hid_input, &pUsbMse->loc_x, pUsbMse->iid) < 0) { +- xf86Msg(X_WARNING, "%s: no x locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), +- hid_input, &pUsbMse->loc_y, pUsbMse->iid) < 0) { +- xf86Msg(X_WARNING, "%s: no y locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_WHEEL), +- hid_input, &pUsbMse->loc_z, pUsbMse->iid) < 0) { +- } +-#else +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_X), +- hid_input, &pUsbMse->loc_x) < 0) { +- xf86Msg(X_WARNING, "%s: no x locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_Y), +- hid_input, &pUsbMse->loc_y) < 0) { +- xf86Msg(X_WARNING, "%s: no y locator\n", pInfo->name); +- } +- if (hid_locate(reportDesc, HID_USAGE2(HUP_GENERIC_DESKTOP, HUG_WHEEL), +- hid_input, &pUsbMse->loc_z) < 0) { +- } +-#endif +- /* Probe for number of buttons */ +- for (i = 1; i <= MSE_MAXBUTTONS; i++) { +- if (!hid_locate(reportDesc, HID_USAGE2(HUP_BUTTON, i), +- hid_input, &pUsbMse->loc_btn[i-1] +-#ifdef USB_NEW_HID +- , pUsbMse->iid +-#endif +- )) +- break; +- } +- pMse->buttons = i-1; + + xf86CloseSerial(pInfo->fd); + pInfo->fd = -1; + + /* Private structure */ + pMse->mousePriv = pUsbMse; ++ return TRUE; ++} + ++/* This function is called when the protocol is "usb". */ ++static Bool ++usbPreInit(InputInfoPtr pInfo, const char *protocol, int flags) ++{ ++ InputInfoPtr pMatch; ++ MouseDevPtr pMse = pInfo->private; ++ UsbMsePtr pUsbMse; ++ struct UsbMseAcol *acol; ++ char *str; ++ int i, colopt; ++ ++ pMse->protocol = protocol; ++ xf86Msg(X_CONFIG, "%s: Protocol: %s\n", pInfo->name, protocol); ++ ++ /* Collect the options, and process the common options. */ ++ xf86CollectInputOptions(pInfo, NULL); ++ xf86ProcessCommonOptions(pInfo, pInfo->options); ++ ++ /* Check if this HID device is already opened. */ ++ for (pMatch = xf86FirstLocalDevice(); pMatch != NULL; pMatch = pMatch->next) { ++ if ((pInfo != pMatch) && strstr(pMatch->drv->driverName, "mouse")) { ++ char *dev1, *dev2; ++ ++ dev1 = xf86SetStrOption(pInfo->options, "Device", NULL); ++ dev2 = xf86SetStrOption(pMatch->options, "Device", NULL); ++ if (strcmp(dev1, dev2) == 0) { ++ free(dev1); ++ free(dev2); ++ break; ++ } ++ free(dev1); ++ free(dev2); ++ } ++ } ++ if (pMatch == NULL) { ++ xf86Msg(X_DEFAULT, "%s: Opening new HID device\n", pInfo->name); ++ if (!usbInitFirst(pInfo)) { ++ free(pMse); ++ return FALSE; ++ } ++ } else { ++ pMse->mousePriv = ((MouseDevPtr)pMatch->private)->mousePriv; ++ xf86Msg(X_DEFAULT, "%s: Attaching to already opened HID device\n", ++ pInfo->name); ++ } ++ pUsbMse = pMse->mousePriv; ++ ++ /* Attach to collection, respecting "Collection" option. */ ++ colopt = xf86SetIntOption(pInfo->options, "Collection", 0); ++ for (i = 0; i < pUsbMse->nacols; i++) { ++ if (pUsbMse->acols[i].pInfo == NULL && ++ (colopt == 0 || i == colopt - 1)) { ++ pUsbMse->acols[i].pInfo = pInfo; ++ break; ++ } ++ } ++ xf86Msg(colopt == 0 ? X_DEFAULT : X_CONFIG, ++ "%s: Collection: %d\n", pInfo->name, ++ i == pUsbMse->nacols ? colopt : i + 1); ++ if (i == pUsbMse->nacols) { ++ xf86Msg(X_ERROR, ++ "%s: Application collection not found or already handled\n", ++ pInfo->name); ++ free(pMse); ++ return FALSE; ++ } ++ ++ acol = &pUsbMse->acols[i]; ++ pMse->buttons = acol->nbuttons; ++ if (pMse->buttons == 2) ++ pMse->buttons = 3; ++ if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) ++ pMse->disableXY = TRUE; ++ pMse->hasZ = acol->hasZ; ++ pMse->hasW = acol->hasW; ++ + /* Process common mouse options (like Emulate3Buttons, etc). */ + pMse->CommonOptions(pInfo); + ++ /* Process "Calibration" option. */ ++ str = xf86CheckStrOption(pInfo->options, "Calibration", NULL); ++ if (str != NULL && (acol->xmin != acol->xmax || acol->ymin != acol->ymax)) { ++ int j, xmin, xmax, ymin, ymax, pmin, pmax; ++ ++ j = sscanf(str, "%d %d %d %d %d %d", &xmin, &xmax, &ymin, &ymax, &pmin, &pmax); ++ if (j == 4) { ++ xf86Msg(X_CONFIG, "%s: Calibration: %d %d %d %d\n", ++ pInfo->name, xmin, xmax, ymin, ymax); ++ acol->cxmin = xmin; ++ acol->cxmax = xmax; ++ acol->cymin = ymin; ++ acol->cymax = ymax; ++ } else if (j == 6) { ++ xf86Msg(X_CONFIG, "%s: Calibration: %d %d %d %d %d %d\n", ++ pInfo->name, xmin, xmax, ymin, ymax, pmin, pmax); ++ acol->cxmin = xmin; ++ acol->cxmax = xmax; ++ acol->cymin = ymin; ++ acol->cymax = ymax; ++ acol->cpmin = pmin; ++ acol->cpmax = pmax; ++ } else ++ xf86Msg(X_WARNING, "%s: Calibration: Invalid arguments\n", ++ pInfo->name); ++ free(str); ++ } else if (acol->xmin != acol->xmax || acol->ymin != acol->ymax) { ++ xf86Msg(X_DEFAULT, "%s: Calibration: %d %d %d %d %d %d\n", ++ pInfo->name, acol->xmin, acol->xmax, acol->ymin, acol->ymax, ++ acol->pmin, acol->pmax); ++ } ++ + /* Setup the local procs. */ + pInfo->device_control = usbMouseProc; + pInfo->read_input = usbReadInput; +@@ -786,7 +1257,9 @@ OSMouseInit(int flags) + p->CheckProtocol = CheckProtocol; + #if (defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)) && defined(MOUSE_PROTO_SYSMOUSE) + p->SetupAuto = SetupAuto; ++#ifndef XPS2_SUPPORT + p->SetPS2Res = SetSysMouseRes; ++#endif + p->SetBMRes = SetSysMouseRes; + p->SetMiscRes = SetSysMouseRes; + #endif diff --git a/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.c b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.c new file mode 100644 index 000000000000..a8732cae08f5 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.c @@ -0,0 +1,196 @@ +--- src/mouse.c.orig 2018-06-19 04:36:21 UTC ++++ src/mouse.c +@@ -304,13 +304,39 @@ MouseCommonOptions(InputInfoPtr pInfo) + + pMse = pInfo->private; + +- pMse->buttons = xf86SetIntOption(pInfo->options, "Buttons", 0); ++ i = xf86SetIntOption(pInfo->options, "Buttons", 0); ++ if (i != 0) ++ pMse->buttons = i; + if (!pMse->buttons) { + pMse->buttons = MSE_DFLTBUTTONS; + buttons_from = X_DEFAULT; + } + origButtons = pMse->buttons; + ++ s = xf86SetStrOption(pInfo->options, "ButtonMapping", NULL); ++ if (s) { ++ int b, n = 0; ++ char *s1 = s; ++ /* keep getting numbers which are buttons */ ++ while (s1 && n < MSE_MAXBUTTONS && (b = strtol(s1, &s1, 10)) != 0) { ++ /* check sanity for a button */ ++ if (b < 0 || b > MSE_MAXBUTTONS) { ++ xf86Msg(X_WARNING, ++ "ButtonMapping: Invalid button number = %d\n", b); ++ break; ++ } ++ pMse->buttonMap[n++] = 1 << (b-1); ++ if (b > pMse->buttons) pMse->buttons = b; ++ } ++ free(s); ++ } ++ /* get maximum of mapped buttons */ ++ for (i = pMse->buttons-1; i >= 0; i--) { ++ int f = ffs (pMse->buttonMap[i]); ++ if (f > pMse->buttons) ++ pMse->buttons = f; ++ } ++ + pMse->emulate3Buttons = xf86SetBoolOption(pInfo->options, + "Emulate3Buttons", FALSE); + if (!xf86FindOptionValue(pInfo->options,"Emulate3Buttons")) { +@@ -322,6 +348,8 @@ MouseCommonOptions(InputInfoPtr pInfo) + "Emulate3Timeout", 50); + if (pMse->emulate3Buttons || pMse->emulate3ButtonsSoft) { + MessageType from = X_CONFIG; ++ if (pMse->buttons < 3) ++ pMse->buttons = 3; + if (pMse->emulate3ButtonsSoft) + from = X_DEFAULT; + xf86Msg(from, "%s: Emulate3Buttons, Emulate3Timeout: %d\n", +@@ -329,6 +357,8 @@ MouseCommonOptions(InputInfoPtr pInfo) + } + + pMse->chordMiddle = xf86SetBoolOption(pInfo->options, "ChordMiddle", FALSE); ++ if (pMse->chordMiddle && pMse->buttons < 3) ++ pMse->buttons = 3; + pMse->flipXY = xf86SetBoolOption(pInfo->options, "FlipXY", FALSE); + if (xf86SetBoolOption(pInfo->options, "InvX", FALSE)) { + pMse->invX = -1; +@@ -339,8 +369,8 @@ MouseCommonOptions(InputInfoPtr pInfo) + } else + pMse->invY = 1; + pMse->angleOffset = xf86SetIntOption(pInfo->options, "AngleOffset", 0); ++ pMse->sensitivity = xf86SetRealOption(pInfo->options, "Sensitivity", 1.0); + +- + if (pMse->pDragLock) + free(pMse->pDragLock); + pMse->pDragLock = NULL; +@@ -449,14 +479,17 @@ MouseCommonOptions(InputInfoPtr pInfo) + free(s); + } + +- s = xf86SetStrOption(pInfo->options, "ZAxisMapping", "4 5"); ++ s = xf86SetStrOption(pInfo->options, "ZAxisMapping", ++ pMse->hasZ ? ( pMse->hasW ? "4 5 6 7" : "4 5" ) : "off"); + if (s) { + int b1 = 0, b2 = 0, b3 = 0, b4 = 0; + char *msg = NULL; + + pMse->negativeZ = pMse->positiveZ = MSE_NOAXISMAP; + pMse->negativeW = pMse->positiveW = MSE_NOAXISMAP; +- if (!xf86NameCmp(s, "x")) { ++ if (!xf86NameCmp(s, "off")) { ++ msg = xstrdup("off"); ++ } else if (!xf86NameCmp(s, "x")) { + pMse->negativeZ = pMse->positiveZ = MSE_MAPTOX; + msg = xstrdup("X axis"); + } else if (!xf86NameCmp(s, "y")) { +@@ -605,29 +638,6 @@ MouseCommonOptions(InputInfoPtr pInfo) + pInfo->name, wheelButton, pMse->wheelInertia, + pMse->wheelButtonTimeout); + } +- s = xf86SetStrOption(pInfo->options, "ButtonMapping", NULL); +- if (s) { +- int b, n = 0; +- char *s1 = s; +- /* keep getting numbers which are buttons */ +- while (s1 && n < MSE_MAXBUTTONS && (b = strtol(s1, &s1, 10)) != 0) { +- /* check sanity for a button */ +- if (b < 0 || b > MSE_MAXBUTTONS) { +- xf86Msg(X_WARNING, +- "ButtonMapping: Invalid button number = %d\n", b); +- break; +- } +- pMse->buttonMap[n++] = 1 << (b-1); +- if (b > pMse->buttons) pMse->buttons = b; +- } +- free(s); +- } +- /* get maximum of mapped buttons */ +- for (i = pMse->buttons-1; i >= 0; i--) { +- int f = ffs (pMse->buttonMap[i]); +- if (f > pMse->buttons) +- pMse->buttons = f; +- } + if (origButtons != pMse->buttons) + buttons_from = X_CONFIG; + xf86Msg(buttons_from, "%s: Buttons: %d\n", pInfo->name, pMse->buttons); +@@ -709,7 +719,6 @@ MouseHWOptions(InputInfoPtr pInfo) + } + pMse->sampleRate = xf86SetIntOption(pInfo->options, "SampleRate", 0); + pMse->resolution = xf86SetIntOption(pInfo->options, "Resolution", 0); +- mPriv->sensitivity = xf86SetRealOption(pInfo->options, "Sensitivity", 1.0); + } + + static void +@@ -996,6 +1005,8 @@ MousePreInit(InputDriverPtr drv, InputInfoPtr pInfo, i + /* Default Mapping: 1 2 3 8 9 10 11 ... */ + for (i = 0; i < MSE_MAXBUTTONS; i++) + pMse->buttonMap[i] = 1 << (i > 2 && i < MSE_MAXBUTTONS-4 ? i+4 : i); ++ pMse->hasZ = 1; ++ pMse->hasW = 0; + + protocol = MousePickProtocol(pInfo, device, protocol, &protocolID); + +@@ -2197,7 +2208,7 @@ MouseDoPostEvent(InputInfoPtr pInfo, int buttons, int + + if (pMse->emulateWheel) { + /* Emulate wheel button handling */ +- if(pMse->wheelButton == 0) ++ if (pMse->wheelButton == 0) + wheelButtonMask = 0; + else + wheelButtonMask = 1 << (pMse->wheelButton - 1); +@@ -2287,6 +2298,9 @@ MouseDoPostEvent(InputInfoPtr pInfo, int buttons, int + } + } + } ++ } else { ++ pMse->wheelXDistance = 0; ++ pMse->wheelYDistance = 0; + } + + /* Absorb the mouse movement while the wheel button is pressed. */ +@@ -2304,7 +2318,7 @@ MouseDoPostEvent(InputInfoPtr pInfo, int buttons, int + if (pMse->emulate3ButtonsSoft && pMse->emulate3Pending && (dx || dy)) + buttonTimer(pInfo); + +- if (dx || dy) ++ if ((dx || dy) && !pMse->disableXY) + xf86PostMotionEvent(pInfo->dev, 0, 0, 2, dx, dy); + + if (change) { +@@ -2417,12 +2431,10 @@ MousePostEvent(InputInfoPtr pInfo, int truebuttons, + int dx, int dy, int dz, int dw) + { + MouseDevPtr pMse; +- mousePrivPtr mousepriv; + int zbutton = 0, wbutton = 0, zbuttoncount = 0, wbuttoncount = 0; + int i, b, buttons = 0; + + pMse = pInfo->private; +- mousepriv = (mousePrivPtr)pMse->mousePriv; + + if (pMse->protocolID == PROT_MMHIT) + b = reverseBits(hitachMap, truebuttons); +@@ -2515,11 +2527,11 @@ MousePostEvent(InputInfoPtr pInfo, int truebuttons, + + /* Accumulate the scaled dx, dy in the private variables + fracdx,fracdy and return the integer number part */ +- if (mousepriv) { +- mousepriv->fracdx += mousepriv->sensitivity*dx; +- mousepriv->fracdy += mousepriv->sensitivity*dy; +- mousepriv->fracdx -= ( dx=(int)(mousepriv->fracdx) ); +- mousepriv->fracdy -= ( dy=(int)(mousepriv->fracdy) ); ++ if (pMse->sensitivity != 0) { ++ pMse->fracdx += pMse->sensitivity*dx; ++ pMse->fracdy += pMse->sensitivity*dy; ++ pMse->fracdx -= ( dx=(int)(pMse->fracdx) ); ++ pMse->fracdy -= ( dy=(int)(pMse->fracdy) ); + } + + /* If mouse wheel movement has to be mapped on a button, we need to diff --git a/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.h b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.h new file mode 100644 index 000000000000..7bd620564018 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mouse.h @@ -0,0 +1,25 @@ +--- src/mouse.h.orig 2012-10-08 01:40:07 UTC ++++ src/mouse.h +@@ -220,10 +220,13 @@ typedef struct _MouseDevRec { + Bool emulate3ButtonsSoft; + int emulate3Timeout;/* Timeout for 3 button emulation */ + Bool chordMiddle; ++ Bool disableXY; + Bool flipXY; + int invX; + int invY; + int resolution; ++ Bool hasW; ++ Bool hasZ; + int negativeZ; /* button mask */ + int positiveZ; /* button mask */ + int negativeW; /* button mask */ +@@ -262,6 +265,8 @@ typedef struct _MouseDevRec { + int doubleClickOldSourceState; + int lastMappedButtons; + int buttonMap[MSE_MAXBUTTONS]; ++ float fracdx,fracdy; ++ float sensitivity; + } MouseDevRec, *MouseDevPtr; + + #endif /* _XF86OSMOUSE_H_ */ diff --git a/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mousePriv.h b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mousePriv.h new file mode 100644 index 000000000000..91e92858dbec --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/files/patch-src_mousePriv.h @@ -0,0 +1,11 @@ +--- src/mousePriv.h.orig 2012-05-28 00:01:45 UTC ++++ src/mousePriv.h +@@ -63,8 +63,6 @@ typedef struct { + int acc; + CARD32 pnpLast; + Bool disablePnPauto; +- float fracdx,fracdy; +- float sensitivity; + } mousePrivRec, *mousePrivPtr; + + /* mouse proto flags */ diff --git a/x11-drivers/xlibre-xf86-input-mouse/pkg-descr b/x11-drivers/xlibre-xf86-input-mouse/pkg-descr new file mode 100644 index 000000000000..bceb5d2c8d0a --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-mouse driver. diff --git a/x11-drivers/xlibre-xf86-input-mouse/pkg-plist b/x11-drivers/xlibre-xf86-input-mouse/pkg-plist new file mode 100644 index 000000000000..2f621f71c03b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-mouse/pkg-plist @@ -0,0 +1,4 @@ +include/xorg/xf86-mouse-properties.h +lib/xorg/modules/xlibre-25.0/input/mouse_drv.so +libdata/pkgconfig/xorg-mouse.pc +share/man/man4/mousedrv.4x.gz diff --git a/x11-drivers/xlibre-xf86-input-synaptics/Makefile b/x11-drivers/xlibre-xf86-input-synaptics/Makefile new file mode 100644 index 000000000000..dae33618f9e2 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/Makefile @@ -0,0 +1,27 @@ +PORTNAME= xlibre-xf86-input-synaptics +PORTVERSION= 1.10.0.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre synaptics input driver +WWW= https://github.com/X11Libre/xf86-input-synaptics/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-synaptics + +USES= pathfix xorg xlibre-cat:driver +USE_XORG= x11 xtst + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +OPTIONS_DEFINE= EVDEV +OPTIONS_DEFAULT=EVDEV +EVDEV_DESC= Use evdev for input events (requires kernel support) + +EVDEV_CONFIGURE_ENV= BUILD_EVENTCOMM=yes +EVDEV_BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +EVDEV_LIB_DEPENDS= libevdev.so:devel/libevdev + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-synaptics/distinfo b/x11-drivers/xlibre-xf86-input-synaptics/distinfo new file mode 100644 index 000000000000..43ea1e486a6b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760813265 +SHA256 (xlibre/driver/X11Libre-xf86-input-synaptics-1.10.0.2-xlibre-xf86-input-synaptics-1.10.0.2_GH0.tar.gz) = 3e6bc8453f5f957074db28b12e4826ef65ab017e0dd5e34a29d57692ce0c7fe5 +SIZE (xlibre/driver/X11Libre-xf86-input-synaptics-1.10.0.2-xlibre-xf86-input-synaptics-1.10.0.2_GH0.tar.gz) = 95014 diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am new file mode 100644 index 000000000000..823c7b2a2343 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-Makefile.am @@ -0,0 +1,7 @@ +--- Makefile.am.orig 2025-07-09 13:10:04 UTC ++++ Makefile.am +@@ -41,4 +41,3 @@ EXTRA_DIST = README.md + dist-hook: ChangeLog INSTALL + + EXTRA_DIST = README.md +-ACLOCAL_AMFLAGS = -I m4 diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac new file mode 100644 index 000000000000..358e5109bd27 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-configure.ac @@ -0,0 +1,10 @@ +--- configure.ac.orig 2025-07-09 13:13:09 UTC ++++ configure.ac +@@ -28,7 +28,6 @@ AC_CONFIG_HEADERS([config.h]) + [xf86-input-synaptics]) + AC_CONFIG_SRCDIR([Makefile.am]) + AC_CONFIG_HEADERS([config.h]) +-AC_CONFIG_MACRO_DIRS([m4]) + AC_CONFIG_AUX_DIR(.) + + # Initialize Automake diff --git a/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h new file mode 100644 index 000000000000..0da0434c6f0b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/files/patch-src_eventcomm.h @@ -0,0 +1,18 @@ +--- src/eventcomm.h.orig 2015-11-24 23:47:05 UTC ++++ src/eventcomm.h +@@ -30,7 +30,15 @@ + #include <xorg-server.h> + + #include <linux/input.h> ++#ifdef __linux__ + #include <linux/version.h> ++#else ++#undef BUS_NONE ++#undef BUS_PCI ++#undef BUS_SBUS ++#undef BUS_PLATFORM ++#undef BUS_last ++#endif + #include <xf86Xinput.h> + #include "synproto.h" + diff --git a/x11-drivers/xlibre-xf86-input-synaptics/pkg-descr b/x11-drivers/xlibre-xf86-input-synaptics/pkg-descr new file mode 100644 index 000000000000..f08c8cc85134 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-synaptics driver. diff --git a/x11-drivers/xlibre-xf86-input-synaptics/pkg-plist b/x11-drivers/xlibre-xf86-input-synaptics/pkg-plist new file mode 100644 index 000000000000..49e0399af895 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-synaptics/pkg-plist @@ -0,0 +1,9 @@ +bin/synclient +bin/syndaemon +include/xorg/synaptics-properties.h +lib/xorg/modules/xlibre-25.0/input/synaptics_drv.so +libdata/pkgconfig/xorg-synaptics.pc +share/man/man1/synclient.1.gz +share/man/man1/syndaemon.1.gz +share/man/man4/synaptics.4x.gz +share/X11/xorg.conf.d/70-synaptics.conf diff --git a/x11-drivers/xlibre-xf86-input-vmmouse/Makefile b/x11-drivers/xlibre-xf86-input-vmmouse/Makefile new file mode 100644 index 000000000000..c4b2afc66179 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-vmmouse/Makefile @@ -0,0 +1,23 @@ +PORTNAME= xlibre-xf86-input-vmmouse +PORTVERSION= 13.2.0.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre vmmouse input driver +WWW= https://github.com/X11Libre/xf86-input-vmmouse/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-vmmouse + +USES= gmake xlibre-cat:driver + +GH_TAGNAME= fa6a064 + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= vmmouse protocol is only supported on x86-compatible architectures + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-vmmouse/distinfo b/x11-drivers/xlibre-xf86-input-vmmouse/distinfo new file mode 100644 index 000000000000..9b23c80b8b43 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-vmmouse/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760830348 +SHA256 (xlibre/driver/X11Libre-xf86-input-vmmouse-13.2.0.2-fa6a064_GH0.tar.gz) = dbbdf597b70dec88143c1c22c98579053c2c782b6f20e4fb276a27dfa874f158 +SIZE (xlibre/driver/X11Libre-xf86-input-vmmouse-13.2.0.2-fa6a064_GH0.tar.gz) = 31247 diff --git a/x11-drivers/xlibre-xf86-input-vmmouse/pkg-descr b/x11-drivers/xlibre-xf86-input-vmmouse/pkg-descr new file mode 100644 index 000000000000..2fd773ceabc5 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-vmmouse/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-vmmouse driver. diff --git a/x11-drivers/xlibre-xf86-input-vmmouse/pkg-plist b/x11-drivers/xlibre-xf86-input-vmmouse/pkg-plist new file mode 100644 index 000000000000..d7614b19a4ba --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-vmmouse/pkg-plist @@ -0,0 +1,8 @@ +bin/vmmouse_detect +@comment lib/hal/hal-probe-vmmouse +@comment lib/udev/rules.d/69-xorg-vmmouse.rules +lib/xorg/modules/xlibre-25.0/input/vmmouse_drv.so +share/man/man1/vmmouse_detect.1.gz +share/man/man4/vmmouse.4x.gz +share/X11/xorg.conf.d/50-vmmouse.conf +@comment share/hal/fdi/policy/20thirdparty/11-x11-vmmouse.fdi diff --git a/x11-drivers/xlibre-xf86-input-void/Makefile b/x11-drivers/xlibre-xf86-input-void/Makefile new file mode 100644 index 000000000000..6aac52ca8e6f --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-void/Makefile @@ -0,0 +1,18 @@ +PORTNAME= xlibre-xf86-input-void +PORTVERSION= 1.4.2.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre void input driver +WWW= https://github.com/X11Libre/xf86-input-void/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-input-void + +USES= xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-void/distinfo b/x11-drivers/xlibre-xf86-input-void/distinfo new file mode 100644 index 000000000000..b9fa89245cb4 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-void/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760813884 +SHA256 (xlibre/driver/X11Libre-xf86-input-void-1.4.2.2-xlibre-xf86-input-void-1.4.2.2_GH0.tar.gz) = f551a1d295a798dca3ad6d9daf45c6d19dc7ed60525f71f090d087152c5b3f7b +SIZE (xlibre/driver/X11Libre-xf86-input-void-1.4.2.2-xlibre-xf86-input-void-1.4.2.2_GH0.tar.gz) = 11941 diff --git a/x11-drivers/xlibre-xf86-input-void/pkg-descr b/x11-drivers/xlibre-xf86-input-void/pkg-descr new file mode 100644 index 000000000000..f91860b84dcc --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-void/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-input-void driver. diff --git a/x11-drivers/xlibre-xf86-input-void/pkg-plist b/x11-drivers/xlibre-xf86-input-void/pkg-plist new file mode 100644 index 000000000000..ad0c4ddd7a48 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-void/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/input/void_drv.so +share/man/man4/void.4x.gz diff --git a/x11-drivers/xlibre-xf86-input-wacom/Makefile b/x11-drivers/xlibre-xf86-input-wacom/Makefile new file mode 100644 index 000000000000..dc52f0102815 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/Makefile @@ -0,0 +1,41 @@ +PORTNAME= xlibre-xf86-input-wacom +PORTVERSION= 1.2.3.2 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre legacy Wacom tablet driver +WWW= https://github.com/X11Libre/xf86-input-wacom/ \ + https://linuxwacom.github.io/ + +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/GPL + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto +RUN_DEPENDS= webcamd>=3.1.0.1:multimedia/webcamd + +CONFLICTS_INSTALL= xf86-input-wacom + +USES= gmake pathfix xorg xlibre-cat:driver +USE_XORG= x11 xext xinerama xrandr +LDFLAGS+= -Wl,--as-needed # Xext +USE_RC_SUBR= wacom +SUB_FILES= pkg-message +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" " +CONFIGURE_ARGS= --without-systemd-unit-dir \ + --without-udev-rules-dir \ + --without-doxygen + +OPTIONS_DEFINE= DEBUG TEST + +DEBUG_CONFIGURE_ENABLE=debug + +TEST_CONFIGURE_ENABLE=unit-tests +TEST_ALL_TARGET=check + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d + ${INSTALL_DATA} ${FILESDIR}/wacom.conf.sample \ + ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-input-wacom/distinfo b/x11-drivers/xlibre-xf86-input-wacom/distinfo new file mode 100644 index 000000000000..d1d5f49dc5fd --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760814180 +SHA256 (xlibre/driver/X11Libre-xf86-input-wacom-1.2.3.2-xlibre-xf86-input-wacom-1.2.3.2_GH0.tar.gz) = 8c1942cbf90ee80d6505d115bab27461680c623d7acddf6be931224ea8176c36 +SIZE (xlibre/driver/X11Libre-xf86-input-wacom-1.2.3.2-xlibre-xf86-input-wacom-1.2.3.2_GH0.tar.gz) = 175090 diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/fixpatch-src-wcmValidateDevice.c b/x11-drivers/xlibre-xf86-input-wacom/files/fixpatch-src-wcmValidateDevice.c new file mode 100644 index 000000000000..1b8ebfd5f6d3 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/fixpatch-src-wcmValidateDevice.c @@ -0,0 +1,64 @@ +--- src/wcmValidateDevice.c.orig 2018-02-13 17:35:29 UTC ++++ src/wcmValidateDevice.c +@@ -34,6 +34,7 @@ static Bool wcmCheckSource(InputInfoPtr pInfo, dev_t m + { + int match = 0; + InputInfoPtr pDevices = xf86FirstLocalDevice(); ++ char* fsource = xf86CheckStrOption(pInfo->options, "_source", ""); + + for (; !match && pDevices != NULL; pDevices = pDevices->next) + { +@@ -51,7 +52,6 @@ static Bool wcmCheckSource(InputInfoPtr pInfo, dev_t m + if (pInfo != pDevices) + { + WacomCommonPtr pCommon = ((WacomDevicePtr)pDevices->private)->common; +- char* fsource = xf86CheckStrOption(pInfo->options, "_source", ""); + char* psource = xf86CheckStrOption(pDevices->options, "_source", ""); + + if (pCommon->min_maj && +@@ -62,10 +62,11 @@ static Bool wcmCheckSource(InputInfoPtr pInfo, dev_t m + if (strcmp(fsource, psource)) + match = 1; + } +- free(fsource); + free(psource); + } + } ++ free(fsource); ++ + if (match) + xf86Msg(X_WARNING, "%s: device file already in use by %s. " + "Ignoring.\n", pInfo->name, pDevices->name); +@@ -123,7 +124,7 @@ ret: + static struct + { + const char* type; +- __u16 tool[3]; /* tool array is terminated by 0 */ ++ uint16_t tool[3]; /* tool array is terminated by 0 */ + } wcmType [] = + { + { "stylus", { BTN_TOOL_PEN, 0 } }, +@@ -212,6 +213,10 @@ int wcmDeviceTypeKeys(InputInfoPtr pInfo) + case 0x314: /* Intuos Pro S */ + case 0x315: /* Intuos Pro M */ + case 0x317: /* Intuos Pro L */ ++ case 0x33B: /* Intuos Draw small */ ++ case 0x33C: /* Intuos Art/Photo/Comic small */ ++ case 0x33D: /* Intuos Draw medium */ ++ case 0x33E: /* Intuos Art medium */ + case 0x26: /* I5 */ + case 0x27: /* I5 */ + case 0x28: /* I5 */ +@@ -659,8 +664,10 @@ int wcmNeedAutoHotplug(InputInfoPtr pInfo, char **type + + if (!source) /* xorg.conf device, don't auto-pick type */ + goto out; +- +- if (source && strcmp(source, "server/hal") && strcmp(source, "server/udev")) ++ if (strcmp(source, "server/hal") && ++ strcmp(source, "server/udev") && ++ strcmp(source, "server/devd") && ++ strcmp(source, "server/wscons")) + goto out; + + /* no type specified, so we need to pick the first one applicable diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmConfig.c b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmConfig.c new file mode 100644 index 000000000000..ab0067c1f7b9 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmConfig.c @@ -0,0 +1,19 @@ +--- src/wcmConfig.c.orig 2018-02-12 16:43:12 UTC ++++ src/wcmConfig.c +@@ -298,7 +298,7 @@ out: + */ + static void wcmSplitName(char* devicename, char *basename, char *subdevice, char *tool, size_t len) + { +- char *name = strdupa(devicename); ++ char *name = strdup(devicename); + char *a, *b; + + *basename = *subdevice = *tool = '\0'; +@@ -325,6 +325,7 @@ static void wcmSplitName(char* devicename, char *basen + strncat(tool, a+1, len-1); + } + strncat(basename, name, len-1); ++ free(name); + } + + /** diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmUSB.c b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmUSB.c new file mode 100644 index 000000000000..77177f1f1c2e --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-wcmUSB.c @@ -0,0 +1,29 @@ +--- src/wcmUSB.c.orig 2018-03-12 16:31:49 UTC ++++ src/wcmUSB.c +@@ -27,8 +27,14 @@ + + #include <math.h> ++#ifdef __linux__ + #include <asm/types.h> ++/* Not sure if these 2 lines are necessary: */ ++#else ++#define LINUX_VERSION_CODE 1 ++#define KERNEL_VERSION(a,b,c) 0 ++#endif + #include <linux/input.h> + #include <sys/utsname.h> + + #define MAX_USB_EVENTS 128 + +@@ -304,6 +304,11 @@ static struct WacomModelDesc + { WACOM_VENDOR_ID, 0x314,200000, 200000, &usbIntuosPro, "Intuos Pro S" }, + { WACOM_VENDOR_ID, 0x315,200000, 200000, &usbIntuosPro, "Intuos Pro M" }, + { WACOM_VENDOR_ID, 0x317,200000, 200000, &usbIntuosPro, "Intuos Pro L" }, ++ ++ { WACOM_VENDOR_ID, 0x33B,200000, 200000, &usbIntuos5, "Intuos Draw small" }, ++ { WACOM_VENDOR_ID, 0x33C,200000, 200000, &usbIntuos5, "Intuos Art/Photo/Comic small"}, ++ { WACOM_VENDOR_ID, 0x33D,200000, 200000, &usbIntuos5, "Intuos Draw medium" }, ++ { WACOM_VENDOR_ID, 0x33E,200000, 200000, &usbIntuos5, "Intuos Art medium" }, + + { WACOM_VENDOR_ID, 0x3F, 200000, 200000, &usbCintiqV5, "Cintiq 21UX" }, + { WACOM_VENDOR_ID, 0xC5, 200000, 200000, &usbCintiqV5, "Cintiq 20WSX" }, diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-xf86WacomDefs.h b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-xf86WacomDefs.h new file mode 100644 index 000000000000..ddef2cf9ca88 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-src-xf86WacomDefs.h @@ -0,0 +1,12 @@ +--- src/xf86WacomDefs.h~ ++++ src/xf86WacomDefs.h +@@ -24,7 +24,9 @@ + * General Defines + ****************************************************************************/ + #include <wacom-util.h> ++#ifdef __linux__ + #include <asm/types.h> ++#endif + #include <linux/input.h> + #define MAX_USB_EVENTS 32 + diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-debugger.c b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-debugger.c new file mode 100644 index 000000000000..67924d646360 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-debugger.c @@ -0,0 +1,10 @@ +--- tools/isdv4-serial-debugger.c~ ++++ tools/isdv4-serial-debugger.c +@@ -25,7 +25,6 @@ + + #include <errno.h> + #include <fcntl.h> +-#include <linux/serial.h> + #include <getopt.h> + #include <poll.h> + #include <stdio.h> diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c new file mode 100644 index 000000000000..3b9d89e1865b --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-isdv4-serial-inputattach.c @@ -0,0 +1,71 @@ +--- tools/isdv4-serial-inputattach.c~ ++++ tools/isdv4-serial-inputattach.c +@@ -23,8 +23,10 @@ + #include "config.h" + #endif + ++#ifdef __linux__ + #include <linux/serio.h> + #include <libudev.h> ++#endif + + #include <getopt.h> + #include <stdio.h> +@@ -49,7 +52,11 @@ static void usage(void) + "--verbose - verbose output\n" + "--version - version info\n" + "--baudrate <19200|38400> - set baudrate\n", ++#ifdef __GLIBC__ + program_invocation_short_name ++#else ++ getprogname() ++#endif + ); + } + +@@ -64,6 +71,7 @@ static int set_line_discipline(int fd, i + return rc; + } + ++#ifdef __linux + static int bind_kernel_driver(int fd) + { + unsigned long devt; +@@ -77,9 +84,11 @@ static int bind_kernel_driver(int fd) + + return 0; + } ++#endif + + static unsigned int get_baud_rate(int fd) + { ++#ifdef __linux__ + struct stat st; + unsigned int baudrate = 19200; + int id; +@@ -112,6 +122,9 @@ int get_baud_rate(int fd) + udev_unref(udev); + + return baudrate; ++#else ++ return 19200; ++#endif + } + + void sighandler(int signum) +@@ -194,6 +207,7 @@ int main(int argc, char **argv) + return 1; + } + ++#ifdef __linux__ + /* some of the 19200 tablets can't set the line discipline */ + set_line_discipline(fd, N_MOUSE); + +@@ -201,6 +215,7 @@ int main(int argc, char **argv) + fprintf(stderr, "Failed to bind the kernel driver.\n"); + goto out; + } ++#endif + + signal(SIGINT, sighandler); + signal(SIGHUP, sighandler); diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-tools-shared.c b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-tools-shared.c new file mode 100644 index 000000000000..0be5b371c9a5 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/patch-tools-tools-shared.c @@ -0,0 +1,34 @@ +--- tools/tools-shared.c~ ++++ tools/tools-shared.c +@@ -23,7 +23,9 @@ + + #include <errno.h> + #include <fcntl.h> ++#ifdef __linux__ + #include <linux/serial.h> ++#endif + #include <getopt.h> + #include <poll.h> + #include <stdio.h> +@@ -51,7 +53,6 @@ void version(void) + int open_device(const char *path) + { + int fd; +- struct serial_struct ser; + + TRACE("Opening device '%s'.\n", path); + fd = open(path, O_RDWR | O_NOCTTY); +@@ -59,7 +60,13 @@ int open_device(const char *path) + if (fd < 1) + perror("Failed to open device file"); + ++#ifdef __linux__ ++ struct serial_struct ser; + if (ioctl(fd, TIOCGSERIAL, &ser) == -1) ++#else ++ struct termios termAttr; ++ if (tcgetattr(fd, &termAttr) == -1) ++#endif + { + perror("Not a serial device?"); + close(fd); diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/pkg-message.in b/x11-drivers/xlibre-xf86-input-wacom/files/pkg-message.in new file mode 100644 index 000000000000..5ec8de9fabf8 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/pkg-message.in @@ -0,0 +1,15 @@ +[ +{ type: install + message: <<EOM +wacom(4x) is configured automatically via devd or HAL. However, if you +prefer to do so manually copy and edit the sample: + + $ cd %%PREFIX%%/etc/X11/xorg.conf.d/ + $ cp wacom.conf.sample wacom.conf + +moused(8) may interfere with tablet input by attaching to fake /dev/ums*. +To prevent that add a usb_quirk(4) then detach and attach the tablet. +%%PREFIX%%/etc/rc.d/wacom is an example how preserve quirks across reboot. +EOM +} +] diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample new file mode 100644 index 000000000000..36f2512d3868 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.conf.sample @@ -0,0 +1,33 @@ +# Manual configuration example for Bamboo Pen & Touch for use without devd or HAL. + +Section "InputDevice" + Identifier "wacom stylus" + Driver "wacom" + Option "Type" "stylus" + Option "Device" "/dev/input/event0" + Option "AutoServerLayout" "true" +EndSection + +Section "InputDevice" + Identifier "wacom eraser" + Driver "wacom" + Option "Type" "eraser" + Option "Device" "/dev/input/event0" + Option "AutoServerLayout" "true" +EndSection + +Section "InputDevice" + Identifier "wacom touch" + Driver "wacom" + Option "Type" "touch" + Option "Device" "/dev/input/event1" + Option "AutoServerLayout" "true" +EndSection + +Section "InputDevice" + Identifier "wacom pad" + Driver "wacom" + Option "Type" "pad" + Option "Device" "/dev/input/event1" + Option "AutoServerLayout" "true" +EndSection diff --git a/x11-drivers/xlibre-xf86-input-wacom/files/wacom.in b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.in new file mode 100644 index 000000000000..3a0f4ce1c0ec --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/files/wacom.in @@ -0,0 +1,44 @@ +#!/bin/sh + +# PROVIDE: wacom +# REQUIRE: mountcritlocal +# BEFORE: devd +# KEYWORD: nojail +# +# Add the following lines to /etc/rc.conf to enable this service: +# +# wacom_enable (bool): Set it to YES to add Wacom USB quirks on startup. +# Default: NO + +. /etc/rc.subr + +name="wacom" +rcvar="wacom_enable" + +load_rc_config "$name" + +: ${wacom_enable:="NO"} + +start_precmd="wacom_prepare" +start_cmd="wacom_start" +stop_cmd="wacom_stop" + +wacom_prepare() +{ + kldload -n usb_quirk +} + +wacom_start() +{ + # Prevent moused(8) from picking up bogus /dev/umsN + usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_MATCH_VENDOR_ONLY + usbconfig add_dev_quirk_vplh 0x056a 0 0 0xffff UQ_UMS_IGNORE +} + +wacom_stop() +{ + usbconfig remove_dev_quirk_vplh 0x056a 0 0 0xffff UQ_MATCH_VENDOR_ONLY + usbconfig remove_dev_quirk_vplh 0x056a 0 0 0xffff UQ_UMS_IGNORE +} + +run_rc_command "$1" diff --git a/x11-drivers/xlibre-xf86-input-wacom/pkg-descr b/x11-drivers/xlibre-xf86-input-wacom/pkg-descr new file mode 100644 index 000000000000..9a2a88edb3e4 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/pkg-descr @@ -0,0 +1,2 @@ +An XLibre driver for Wacom tablets. It communicates with a character +device provided by Linux kernel driver in webcamd. diff --git a/x11-drivers/xlibre-xf86-input-wacom/pkg-plist b/x11-drivers/xlibre-xf86-input-wacom/pkg-plist new file mode 100644 index 000000000000..537715529c33 --- /dev/null +++ b/x11-drivers/xlibre-xf86-input-wacom/pkg-plist @@ -0,0 +1,14 @@ +bin/isdv4-serial-debugger +bin/isdv4-serial-inputattach +bin/xsetwacom +@comment Not marked @sample due to conflict with devd and HAL +etc/X11/xorg.conf.d/wacom.conf.sample +include/xorg/Xwacom.h +include/xorg/isdv4.h +include/xorg/wacom-properties.h +include/xorg/wacom-util.h +lib/xorg/modules/xlibre-25.0/input/wacom_drv.so +libdata/pkgconfig/xorg-wacom.pc +share/man/man1/xsetwacom.1.gz +share/man/man4/wacom.4x.gz +share/X11/xorg.conf.d/70-wacom.conf diff --git a/x11-drivers/xlibre-xf86-video-amdgpu/Makefile b/x11-drivers/xlibre-xf86-video-amdgpu/Makefile new file mode 100644 index 000000000000..68c24005887a --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-amdgpu/Makefile @@ -0,0 +1,32 @@ +PORTNAME= xlibre-xf86-video-amdgpu +PORTVERSION= 23.0.0.5 +CATEGORIES= x11-drivers + +PATCH_SITES= https://gitlab.freedesktop.org/xorg/driver/${PORTNAME:C/xlibre-//}/-/commit/ +PATCHFILES+= 77b13493.patch:-p1 # https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu/-/merge_requests/77 + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre amdgpu display driver +WWW= https://github.com/X11Libre/xf86-video-amdgpu/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-amdgpu + +# No amdgpu kernel driver on non-x86 and PC98. +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64le +ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64le + +LIB_DEPENDS= libdrm_amdgpu.so:graphics/libdrm + +USES= gl tar:xz xlibre-cat:driver +USE_GL= gbm + +CONFIGURE_ARGS+=--disable-udev + +PLIST_FILES= lib/xorg/modules/xlibre-25.0/drivers/amdgpu_drv.so \ + share/man/man4/amdgpu.4x.gz \ + share/X11/xorg.conf.d/10-amdgpu.conf + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-amdgpu/distinfo b/x11-drivers/xlibre-xf86-video-amdgpu/distinfo new file mode 100644 index 000000000000..0e1f962adbd8 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-amdgpu/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1760814301 +SHA256 (xlibre/driver/X11Libre-xf86-video-amdgpu-23.0.0.5-xlibre-xf86-video-amdgpu-23.0.0.5_GH0.tar.gz) = a255bf446272a87907ea0a13274536dcc65898c223fa42aa9afd52007ad23209 +SIZE (xlibre/driver/X11Libre-xf86-video-amdgpu-23.0.0.5-xlibre-xf86-video-amdgpu-23.0.0.5_GH0.tar.gz) = 98771 +SHA256 (xlibre/driver/77b13493.patch) = 1e76bb36f7fd69e0556ae6b5a7d2331a711367b6a7421adc221f2fcae1aff82b +SIZE (xlibre/driver/77b13493.patch) = 1269 diff --git a/x11-drivers/xlibre-xf86-video-amdgpu/pkg-descr b/x11-drivers/xlibre-xf86-video-amdgpu/pkg-descr new file mode 100644 index 000000000000..9316584bc259 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-amdgpu/pkg-descr @@ -0,0 +1,7 @@ +This package contains the XLibre xf86-video-amdgpu driver. + +The amdgpu driver supports AMD Radeon chipsets: OLAND, HAINAN, TAHITI, PITCAIRN, +VERDE, BONAIRE, KABINI, MULLINS, KAVERI, HAWAII, TOPAZ, TONGA, CARRIZO, FIJI, +STONEY, POLARIS11, POLARIS10 + +On FreeBSD requires amdgpu KMS driver from graphics/drm-kmod. diff --git a/x11-drivers/xlibre-xf86-video-ast/Makefile b/x11-drivers/xlibre-xf86-video-ast/Makefile new file mode 100644 index 000000000000..bb84ff52e9fc --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ast/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-xf86-video-ast +PORTVERSION= 1.2.0.1 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre ASPEED display driver +WWW= https://github.com/X11Libre/xf86-video-ast/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-ast + +USES= xlibre-cat:driver +INSTALL_TARGET= install-strip + +PLIST_FILES= ${MODULEDIR}/drivers/ast_drv.so + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-ast/distinfo b/x11-drivers/xlibre-xf86-video-ast/distinfo new file mode 100644 index 000000000000..0732e295fc6f --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ast/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760814358 +SHA256 (xlibre/driver/X11Libre-xf86-video-ast-1.2.0.1-xlibre-xf86-video-ast-1.2.0.1_GH0.tar.gz) = 14f2c2e9b8c95a6163ab4004959fbbb690bce53abf4b2254271cfa1f722182f0 +SIZE (xlibre/driver/X11Libre-xf86-video-ast-1.2.0.1-xlibre-xf86-video-ast-1.2.0.1_GH0.tar.gz) = 83706 diff --git a/x11-drivers/xlibre-xf86-video-ast/files/patch-src_ast__driver.c b/x11-drivers/xlibre-xf86-video-ast/files/patch-src_ast__driver.c new file mode 100644 index 000000000000..172e8a4ed7a3 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ast/files/patch-src_ast__driver.c @@ -0,0 +1,19 @@ +--- src/ast_driver.c.orig 2024-08-01 13:20:24 UTC ++++ src/ast_driver.c +@@ -273,6 +273,8 @@ ASTProbe(DriverPtr drv, int flags) + + #ifdef XSERVER_LIBPCIACCESS + { ++#ifndef __FreeBSD__ ++ /* FreeBSD always has vgapci driver attached. */ + struct pci_device *pPci = xf86GetPciInfoForEntity(usedChips[i]); + + if (pci_device_has_kernel_driver(pPci)) { +@@ -289,6 +291,7 @@ ASTProbe(DriverPtr drv, int flags) + free(devSections); + return FALSE; + } ++#endif + } + #endif + diff --git a/x11-drivers/xlibre-xf86-video-ast/pkg-descr b/x11-drivers/xlibre-xf86-video-ast/pkg-descr new file mode 100644 index 000000000000..4a2593f9d969 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ast/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-ast driver. diff --git a/x11-drivers/xlibre-xf86-video-ati/Makefile b/x11-drivers/xlibre-xf86-video-ati/Makefile new file mode 100644 index 000000000000..93b21b408424 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ati/Makefile @@ -0,0 +1,28 @@ +PORTNAME= xlibre-xf86-video-ati +PORTVERSION= 22.0.0.4 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre ati display driver +WWW= https://github.com/X11Libre/xf86-video-ati/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +# No Radeon kernel driver on non-x86. +ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS_REASON= KMS is required and currently only available on x86/arm64/powerpc64 + +LIB_DEPENDS= libpciaccess.so:devel/libpciaccess \ + libdrm_radeon.so:graphics/libdrm + +CONFLICTS_INSTALL= xf86-video-ati + +USES= gl xlibre xlibre-cat:driver +USE_GL= gbm +USE_XORG= pciaccess + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS+=--disable-udev + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-ati/distinfo b/x11-drivers/xlibre-xf86-video-ati/distinfo new file mode 100644 index 000000000000..d7c57fc20df2 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ati/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764443944 +SHA256 (xlibre/driver/X11Libre-xf86-video-ati-22.0.0.4-xlibre-xf86-video-ati-22.0.0.4_GH0.tar.gz) = f23bff5f9a299e4b227c1ed46124679592af25eacb268b858632272d2816f4eb +SIZE (xlibre/driver/X11Libre-xf86-video-ati-22.0.0.4-xlibre-xf86-video-ati-22.0.0.4_GH0.tar.gz) = 446616 diff --git a/x11-drivers/xlibre-xf86-video-ati/pkg-descr b/x11-drivers/xlibre-xf86-video-ati/pkg-descr new file mode 100644 index 000000000000..b7b2273d4a7b --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ati/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-ati driver. diff --git a/x11-drivers/xlibre-xf86-video-ati/pkg-plist b/x11-drivers/xlibre-xf86-video-ati/pkg-plist new file mode 100644 index 000000000000..e202a47059bb --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-ati/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/xlibre-25.0/drivers/ati_drv.so +lib/xorg/modules/xlibre-25.0/drivers/radeon_drv.so +share/man/man4/ati.4x.gz +share/man/man4/radeon.4x.gz +share/X11/xorg.conf.d/10-radeon.conf diff --git a/x11-drivers/xlibre-xf86-video-dummy/Makefile b/x11-drivers/xlibre-xf86-video-dummy/Makefile new file mode 100644 index 000000000000..8009fcfd3baf --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-dummy/Makefile @@ -0,0 +1,16 @@ +PORTNAME= xlibre-xf86-video-dummy +PORTVERSION= 0.4.1.4 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre dummy display driver +WWW= https://github.com/X11Libre/xf86-video-dummy/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-dummy + +USES= xlibre-cat:driver + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-dummy/distinfo b/x11-drivers/xlibre-xf86-video-dummy/distinfo new file mode 100644 index 000000000000..3303f0c9c51e --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-dummy/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764444333 +SHA256 (xlibre/driver/X11Libre-xf86-video-dummy-0.4.1.4-xlibre-xf86-video-dummy-0.4.1.4_GH0.tar.gz) = 61c9835845b11c8000fb6a3e6907513a8c6594ba5944b758872a72416bc5788b +SIZE (xlibre/driver/X11Libre-xf86-video-dummy-0.4.1.4-xlibre-xf86-video-dummy-0.4.1.4_GH0.tar.gz) = 17345 diff --git a/x11-drivers/xlibre-xf86-video-dummy/pkg-descr b/x11-drivers/xlibre-xf86-video-dummy/pkg-descr new file mode 100644 index 000000000000..d6d466f8869e --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-dummy/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-dummy driver. diff --git a/x11-drivers/xlibre-xf86-video-dummy/pkg-plist b/x11-drivers/xlibre-xf86-video-dummy/pkg-plist new file mode 100644 index 000000000000..230d1d40de8a --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-dummy/pkg-plist @@ -0,0 +1 @@ +lib/xorg/modules/xlibre-25.0/drivers/dummy_drv.so diff --git a/x11-drivers/xlibre-xf86-video-intel/Makefile b/x11-drivers/xlibre-xf86-video-intel/Makefile new file mode 100644 index 000000000000..7c137bd7897c --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/Makefile @@ -0,0 +1,54 @@ +PORTNAME= xlibre-xf86-video-intel +PORTVERSION= 3.0.0.5 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre legacy driver for Intel integrated graphics chipsets +WWW= https://01.org/linuxgraphics/xf86-video-intel/ + +LICENSE= MIT # various +LICENSE_FILE= ${WRKSRC}/COPYING + +ONLY_FOR_ARCHS= amd64 i386 +ONLY_FOR_ARCHS_REASON= only Intel integrated GPUs on x86 are supported + +LIB_DEPENDS= libdrm_intel.so:graphics/libdrm \ + libxcb-util.so:x11/xcb-util libXvMC.so:x11/libXvMC + +CONFLICTS_INSTALL= xf86-video-intel + +USES= localbase xlibre xlibre-cat:driver,meson +USE_XORG= pciaccess pixman x11 xcb xinerama xrandr xdamage xcursor xtst xfixes xrender xscrnsaver xext xv +CONFIGURE_ENV= ac_cv_header_sys_sysinfo_h=no # XXX ports/242236 +TEST_TARGET= check + +# XXX bug 214593: SNA crashes on pre-SandyBridge hardware +MESON_ARGS+=-Ddefault-accel=uxa -Dbacklight-helper=false + +OPTIONS_DEFINE= TOOLS UDEV UMS VALGRIND XVMC +OPTIONS_DEFAULT=UDEV XVMC UMS +OPTIONS_SUB= yes + +TOOLS_DESC= Enables misc tools +TOOLS_MESON_TRUE= tools + +UDEV_DESC= udev-based monitor hotplug detection +UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd +UDEV_MESON_TRUE= udev + +XVMC_MESON_ENABLE= xvmc + +UMS_DESC= Userspace Mode Setting for old chips. +UMS_LIB_DEPENDS= libxcb-util.so:x11/xcb-util libXvMC.so:x11/libXvMC +UMS_MESON_TRUE= ums + +VALGRIND_DESC= Enable valgrindified ioctls for debugging +VALGRIND_BUILD_DEPENDS= valgrind:devel/valgrind +VALGRIND_MESON_TRUE= valgrind + +post-patch: +.if ${MESON_ARGS:M-Ddefault-accel=uxa} + @${REINPLACE_CMD} '/^Default/s/SNA/UXA/' ${WRKSRC}/man/intel.man +.endif + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-intel/distinfo b/x11-drivers/xlibre-xf86-video-intel/distinfo new file mode 100644 index 000000000000..d485a2157b67 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764444419 +SHA256 (xlibre/driver/X11Libre-xf86-video-intel-3.0.0.5-xlibre-xf86-video-intel-3.0.0.5_GH0.tar.gz) = b153bc013e4af0fe67fbe9761636b80d51356df22623f415f111ef8b78d55321 +SIZE (xlibre/driver/X11Libre-xf86-video-intel-3.0.0.5-xlibre-xf86-video-intel-3.0.0.5_GH0.tar.gz) = 1700129 diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-benchmarks_dri3-swap.c b/x11-drivers/xlibre-xf86-video-intel/files/patch-benchmarks_dri3-swap.c new file mode 100644 index 000000000000..aa73975103ff --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-benchmarks_dri3-swap.c @@ -0,0 +1,25 @@ +dri3-swap.c:237:24: error: variable 'tmp' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(tmp, &mru, link) { + ^~~ +dri3-swap.c:117:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +dri3-swap.c:114:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +dri3-swap.c:236:22: note: initialize the variable 'tmp' to silence this warning + struct buffer *tmp, *b = NULL; + ^ + = NULL + +--- benchmarks/dri3-swap.c.orig 2019-02-21 22:26:50 UTC ++++ benchmarks/dri3-swap.c +@@ -233,7 +233,7 @@ static void run(Display *dpy, Window win) + clock_gettime(CLOCK_MONOTONIC, &start); + do { + for (n = 0; n < 1000; n++) { +- struct buffer *tmp, *b = NULL; ++ struct buffer *tmp = NULL, *b = NULL; + list_for_each_entry(tmp, &mru, link) { + if (!tmp->busy) { + b = tmp; diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-hyphen b/x11-drivers/xlibre-xf86-video-intel/files/patch-hyphen new file mode 100644 index 000000000000..3ea709848058 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-hyphen @@ -0,0 +1,24 @@ +Add hyphen to RANDR output names for consistency with modesetting(4x) + +--- src/sna/sna_display.c.orig 2018-12-03 09:01:25 UTC ++++ src/sna/sna_display.c +@@ -5126,7 +5126,7 @@ sna_output_add(struct sna *sna, unsigned id, unsigned + output_name = output_names[compat_conn.conn.connector_type]; + else + output_name = "UNKNOWN"; +- len = snprintf(name, 32, "%s%d", output_name, compat_conn.conn.connector_type_id); ++ len = snprintf(name, 32, "%s-%d", output_name, compat_conn.conn.connector_type_id); + if (output_ignored(scrn, name)) + return 0; + +--- src/uxa/intel_display.c.orig 2018-12-03 09:01:25 UTC ++++ src/uxa/intel_display.c +@@ -1484,7 +1484,7 @@ drmmode_create_name(ScrnInfoPtr pScrn, drmModeConnecto + else + output_name = "UNKNOWN"; + +- snprintf(name, 32, "%s%d", ++ snprintf(name, 32, "%s-%d", + output_name, koutput->connector_type_id); + } + } diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-man_meson.build b/x11-drivers/xlibre-xf86-video-intel/files/patch-man_meson.build new file mode 100644 index 000000000000..b2b3eea17965 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-man_meson.build @@ -0,0 +1,9 @@ +--- man/meson.build.orig 2025-08-15 11:35:35 UTC ++++ man/meson.build +@@ -1,5 +1,5 @@ configure_file(input : 'intel.man', + configure_file(input : 'intel.man', +- output : 'intel.4', ++ output : 'intel.4x', + command : [ + 'sed', + '-e', diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-meson.build b/x11-drivers/xlibre-xf86-video-intel/files/patch-meson.build new file mode 100644 index 000000000000..05b017ccad5f --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-meson.build @@ -0,0 +1,35 @@ +--- meson.build.orig 2025-08-15 11:23:59 UTC ++++ meson.build +@@ -91,9 +91,19 @@ endif + error('xf86-video-intel depends upon atomic operations, which were not found for your compiler/cpu. Try compiling with -march=native, or install the libatomics-op-dev package.') + endif + +-libudev = dependency('libudev', required : false) ++libudev = dependency('libudev', required : get_option('udev') == 'true') +-if libudev.found() +- config.set('HAVE_UDEV', 1) +-endif ++with_udev = false ++if get_option('udev') == 'auto' ++ if libudev.found() ++ with_udev = true ++ else ++ with_udev = false ++ endif ++else ++ with_udev = get_option('udev') == 'true' ++endif ++if with_udev ++ config.set('HAVE_UDEV', 1) ++endif + + cpuid_code = ''' +@@ -183,7 +183,7 @@ man_config.set('filemansuffix', '5') + man_config = configuration_data() + man_config.set('appmansuffix', '1') + man_config.set('filemansuffix', '5') +-man_config.set('drivermansuffix', '4') ++man_config.set('drivermansuffix', '4x') + man_config.set('miscmansuffix', '7') + man_config.set('xservername', + cc.get_define('__XSERVERNAME__', diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-meson__options.txt b/x11-drivers/xlibre-xf86-video-intel/files/patch-meson__options.txt new file mode 100644 index 000000000000..bb947fd37d64 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-meson__options.txt @@ -0,0 +1,13 @@ +--- meson_options.txt.orig 2025-08-14 09:55:22 UTC ++++ meson_options.txt +@@ -40,5 +40,8 @@ option('xorg-module-dir', type : 'string', value : '@l + description : 'Enable use of asynchronous swaps (experimental)') + option('internal-debug', type : 'combo', value : 'no', choices : [ 'no', 'sync', 'memory', 'pixmap', 'full' ], + description : 'Enable internal debugging') +-option('xorg-module-dir', type : 'string', value : '@libdir@/xorg/modules', +- description : 'Default xorg module directory') ++option('xorg-module-dir', type: 'string', value: '', ++ description: 'Directory to install the driver in [default=from xorg-server pkgconf]' ++) ++option('udev', type : 'combo', choices:['true','false','auto'], value : 'true', ++ description : 'Enable udev support.') diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-prefer-iris b/x11-drivers/xlibre-xf86-video-intel/files/patch-prefer-iris new file mode 100644 index 000000000000..753bd029eb3e --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-prefer-iris @@ -0,0 +1,31 @@ +Chase https://gitlab.freedesktop.org/mesa/mesa/-/commit/adaa3583f507 +Chase https://gitlab.freedesktop.org/mesa/mesa/-/commit/cdde031ac2c8 + +--- src/sna/sna_dri2.c.orig 2021-01-15 20:59:05 UTC ++++ src/sna/sna_dri2.c +@@ -3707,8 +3707,10 @@ static const char *dri_driver_name(struct sna *sna) + return has_i830_dri() ? "i830" : "i915"; + else if (sna->kgem.gen < 040) + return "i915"; ++ else if (sna->kgem.gen < 0100) ++ return "crocus"; + else +- return "i965"; ++ return "iris"; + } + + return s; +--- src/uxa/intel_dri.c.orig 2021-01-15 20:59:05 UTC ++++ src/uxa/intel_dri.c +@@ -1540,8 +1540,10 @@ static const char *dri_driver_name(intel_screen_privat + return has_i830_dri() ? "i830" : "i915"; + else if (INTEL_INFO(intel)->gen < 040) + return "i915"; ++ else if (INTEL_INFO(intel)->gen < 0100) ++ return "crocus"; + else +- return "i965"; ++ return "iris"; + } + + return s; diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__device.c b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__device.c new file mode 100644 index 000000000000..03b9df8e74b7 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__device.c @@ -0,0 +1,13 @@ +i915 requires KMS, so FreeBSD uses suffix to distinguish drm1 and drm2 drivers. +drm-kmod kept the same name at the cost of conflict with in-base drm2. + +--- src/intel_device.c.orig 2019-02-21 22:26:50 UTC ++++ src/intel_device.c +@@ -204,6 +204,7 @@ static inline struct intel_device *intel_device(ScrnIn + } + + static const char *kernel_module_names[] ={ ++ "i915kms", + "i915", + NULL, + }; diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__list.h b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__list.h new file mode 100644 index 000000000000..d2f18cc8c9ba --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_intel__list.h @@ -0,0 +1,145 @@ +kgem.c:2864:22: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(bo, &kgem->snoop, list) { + ^~ +../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:2849:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo, *first = NULL; + ^ + = NULL +kgem.c:3118:27: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry_safe(bo, next, &kgem->flushing, request) { + ^~ +../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe' + for (pos = __container_of((head)->next, pos, member), \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:3115:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo, *next; + ^ + = NULL +kgem.c:3429:27: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry_safe(bo, next, &rq->buffers, request) { + ^~ +../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe' + for (pos = __container_of((head)->next, pos, member), \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:3425:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo, *next; + ^ + = NULL +kgem.c:3541:27: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry_safe(bo, next, &kgem->batch_buffers, base.list) { + ^~ +../../src/intel_list.h:345:45: note: expanded from macro 'list_for_each_entry_safe' + for (pos = __container_of((head)->next, pos, member), \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:3539:24: note: initialize the variable 'bo' to silence this warning + struct kgem_buffer *bo, *next; + ^ + = NULL +kgem.c:3930:22: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(bo, list, list) { + ^~ +../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:3928:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo; + ^ + = NULL +kgem.c:4670:23: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(bo, cache, vma) { + ^~ +../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:4576:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo, *first = NULL; + ^ + = NULL +kgem.c:5411:31: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry_reverse(bo, &kgem->scanout, list) { + ^~ +../../src/intel_list.h:333:45: note: expanded from macro 'list_for_each_entry_reverse' + for (pos = __container_of((head)->prev, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:5380:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo; + ^ + = NULL +kgem.c:7225:22: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(bo, buffers, request) { + ^~ +../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:7223:20: note: initialize the variable 'bo' to silence this warning + struct kgem_bo *bo; + ^ + = NULL +kgem.c:7517:22: error: variable 'bo' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(bo, &kgem->batch_buffers, base.list) { + ^~ +../../src/intel_list.h:328:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +../../src/intel_list.h:309:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +kgem.c:7503:24: note: initialize the variable 'bo' to silence this warning + struct kgem_buffer *bo; + ^ + = NULL + +--- src/intel_list.h.orig 2019-02-21 22:26:50 UTC ++++ src/intel_list.h +@@ -325,12 +325,12 @@ list_is_empty(const struct list *head) + * + */ + #define list_for_each_entry(pos, head, member) \ +- for (pos = __container_of((head)->next, pos, member); \ ++ for (pos = NULL, pos = __container_of((head)->next, pos, member); \ + &pos->member != (head); \ + pos = __container_of(pos->member.next, pos, member)) + +-#define list_for_each_entry_reverse(pos, head, member) \ +- for (pos = __container_of((head)->prev, pos, member); \ ++#define list_for_each_entry_reverse(pos, head, member) \ ++ for (pos = NULL, pos = __container_of((head)->prev, pos, member); \ + &pos->member != (head); \ + pos = __container_of(pos->member.prev, pos, member)) + +@@ -342,7 +342,7 @@ list_is_empty(const struct list *head) + * See list_for_each_entry for more details. + */ + #define list_for_each_entry_safe(pos, tmp, head, member) \ +- for (pos = __container_of((head)->next, pos, member), \ ++ for (pos = NULL, pos = __container_of((head)->next, pos, member), \ + tmp = __container_of(pos->member.next, pos, member); \ + &pos->member != (head); \ + pos = tmp, tmp = __container_of(pos->member.next, tmp, member)) diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-src_meson.build b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_meson.build new file mode 100644 index 000000000000..a0ff1a356056 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_meson.build @@ -0,0 +1,38 @@ +--- src/meson.build.orig 2025-08-13 22:04:23 UTC ++++ src/meson.build +@@ -147,7 +147,6 @@ shared_module('intel_drv', + dependencies : intel_drv_deps, + link_with : intel_drv_libs, + c_args : [ +- '-DMAJOR_IN_SYSMACROS', + '-Wno-unused-parameter', + '-Wno-sign-compare', + ], +--- src/meson.build.orig 2025-08-13 22:04:23 UTC ++++ src/meson.build +@@ -133,14 +133,10 @@ + intel_drv_deps += valgrind + endif + +-xorg_moduledir = get_option('xorg-module-dir') +-moduledir = '' +-foreach dir : xorg_moduledir.split('/') +- if dir == '@libdir@' +- dir = get_option('libdir') +- endif +- moduledir = join_paths(moduledir, dir) +-endforeach ++dir_xorg_modules = get_option('xorg-module-dir') ++if dir_xorg_modules == '' ++ dir_xorg_modules = xorg.get_variable(pkgconfig: 'moduledir') ++endif + + shared_module('intel_drv', + sources : intel_drv_sources, +@@ -151,5 +147,5 @@ + '-Wno-sign-compare', + ], + name_prefix : '', +- install_dir : join_paths(moduledir, 'drivers'), ++ install_dir : join_paths(dir_xorg_modules, 'drivers'), + install : true) diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_kgem.c b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_kgem.c new file mode 100644 index 000000000000..f71962e56a63 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_kgem.c @@ -0,0 +1,24 @@ +--- src/sna/kgem.c.orig 2021-01-15 20:59:05 UTC ++++ src/sna/kgem.c +@@ -1189,13 +1189,18 @@ static int gem_param(struct kgem *kgem, int name) + static bool test_has_execbuffer2(struct kgem *kgem) + { + struct drm_i915_gem_execbuffer2 execbuf; ++ int ret; + + memset(&execbuf, 0, sizeof(execbuf)); + execbuf.buffer_count = 1; + +- return do_ioctl(kgem->fd, +- DRM_IOCTL_I915_GEM_EXECBUFFER2, +- &execbuf) == -EFAULT; ++ ret = do_ioctl(kgem->fd, DRM_IOCTL_I915_GEM_EXECBUFFER2, &execbuf); ++#ifdef __FreeBSD__ ++ /* XXX FreeBSD returns ENOENT instead of EFAULT. */ ++ if (ret == -ENOENT) ++ return true; ++#endif ++ return ret == -EFAULT; + } + + static bool test_has_no_reloc(struct kgem *kgem) diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_meson.build b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_meson.build new file mode 100644 index 000000000000..860c9a3dd81b --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-src_sna_meson.build @@ -0,0 +1,11 @@ +--- src/sna/meson.build.orig 2025-08-14 09:53:17 UTC ++++ src/sna/meson.build +@@ -68,7 +68,7 @@ sna_sources = [ + 'gen9_render.c', + ] + +-if libudev.found() ++if with_udev + sna_deps += libudev + endif + diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-test_present-speed.c b/x11-drivers/xlibre-xf86-video-intel/files/patch-test_present-speed.c new file mode 100644 index 000000000000..f35735bc9d9a --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-test_present-speed.c @@ -0,0 +1,99 @@ +present-speed.c:317:23: error: variable 'b' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(b, &mru, link) + ^ +present-speed.c:115:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +present-speed.c:112:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +present-speed.c:297:19: note: initialize the variable 'b' to silence this warning + struct buffer *b; + ^ + = NULL +present-speed.c:229:19: error: variable 'tmp' is used uninitialized whenever its declaration is reached + [-Werror,-Wsometimes-uninitialized] + struct buffer *tmp, *b = NULL; + ~~~~~~~~~~~~~~~^~~ +present-speed.c:231:24: note: uninitialized use occurs here + list_for_each_entry(tmp, &mru, link) { + ^~~ +present-speed.c:115:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +present-speed.c:112:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +present-speed.c:229:22: note: initialize the variable 'tmp' to silence this warning + struct buffer *tmp, *b = NULL; + ^ + = NULL +present-speed.c:557:24: error: variable 'b' is uninitialized when used here [-Werror,-Wuninitialized] + list_for_each_entry(b, &pp[i].mru, link) + ^ +present-speed.c:115:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +present-speed.c:112:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +present-speed.c:537:20: note: initialize the variable 'b' to silence this warning + struct buffer *b; + ^ + = NULL +present-speed.c:467:19: error: variable 'tmp' is used uninitialized whenever its declaration is reached + [-Werror,-Wsometimes-uninitialized] + struct buffer *tmp, *b = NULL; + ~~~~~~~~~~~~~~~^~~ +present-speed.c:469:24: note: uninitialized use occurs here + list_for_each_entry(tmp, &pp[i].mru, link) { + ^~~ +present-speed.c:115:45: note: expanded from macro 'list_for_each_entry' + for (pos = __container_of((head)->next, pos, member); \ + ^~~ +present-speed.c:112:41: note: expanded from macro '__container_of' + (void *)((char *)(ptr) - ((char *)&(sample)->member - (char *)(sample))) + ^~~~~~ +present-speed.c:467:22: note: initialize the variable 'tmp' to silence this warning + struct buffer *tmp, *b = NULL; + ^ + = NULL + +--- test/present-speed.c.orig 2019-02-21 22:26:50 UTC ++++ test/present-speed.c +@@ -226,7 +226,7 @@ static void run(Display *dpy, Window win, const char * + clock_gettime(CLOCK_MONOTONIC, &start); + do { + for (n = 0; n < 1000; n++) { +- struct buffer *tmp, *b = NULL; ++ struct buffer *tmp = NULL, *b = NULL; + retry: + list_for_each_entry(tmp, &mru, link) { + if (tmp->fence.xid) +@@ -294,7 +294,7 @@ retry: + } while (end.tv_sec < start.tv_sec + 10); + + if (options & DRI3) { +- struct buffer *b; ++ struct buffer *b = NULL; + XID pixmap; + + pixmap = xcb_generate_id(c); +@@ -464,7 +464,7 @@ static void perpixel(Display *dpy, + clock_gettime(CLOCK_MONOTONIC, &start); + do { + for (i = 0; i < sz; i++) { +- struct buffer *tmp, *b = NULL; ++ struct buffer *tmp = NULL, *b = NULL; + retry: + list_for_each_entry(tmp, &pp[i].mru, link) { + if (tmp->fence.xid) +@@ -534,7 +534,7 @@ retry: + for (i = 0; i < sz; i++) { + if (options & DRI3) { + int depth = DefaultDepth(dpy, DefaultScreen(dpy)); +- struct buffer *b; ++ struct buffer *b = NULL; + XID pixmap; + + pixmap = xcb_generate_id(c); diff --git a/x11-drivers/xlibre-xf86-video-intel/files/patch-tools_meson.build b/x11-drivers/xlibre-xf86-video-intel/files/patch-tools_meson.build new file mode 100644 index 000000000000..2b299bd5af6a --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/files/patch-tools_meson.build @@ -0,0 +1,11 @@ +--- tools/meson.build.orig 2025-08-15 11:34:41 UTC ++++ tools/meson.build +@@ -21,7 +21,7 @@ if with_tools + install : true) + + configure_file(input : 'intel-virtual-output.man', +- output : 'intel-virtual-output.4', ++ output : 'intel-virtual-output.4x', + command : [ + 'sed', + '-e', diff --git a/x11-drivers/xlibre-xf86-video-intel/pkg-descr b/x11-drivers/xlibre-xf86-video-intel/pkg-descr new file mode 100644 index 000000000000..eafc2db8fa10 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/pkg-descr @@ -0,0 +1,14 @@ +The xf86-video-intel module is an open-source 2D graphics driver for +the X Window System as implemented by XLibre. It supports a variety of +Intel graphics chipsets including: + + i810/i810e/i810-dc100,i815, + i830M,845G,852GM,855GM,865G, + 915G/GM,945G/GM/GME,946GZ + G/GM/GME/Q965, + G/Q33,G/Q35,G41,G/Q43,G/GM/Q45 + PineView-M (Atom N400 series) + PineView-D (Atom D400/D500 series) + Intel(R) HD Graphics, + Intel(R) Iris(TM) Graphics, + Intel(R) Iris(TM) Pro Graphics. diff --git a/x11-drivers/xlibre-xf86-video-intel/pkg-plist b/x11-drivers/xlibre-xf86-video-intel/pkg-plist new file mode 100644 index 000000000000..0073a55ea463 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-intel/pkg-plist @@ -0,0 +1,10 @@ +%%TOOLS%%bin/intel-virtual-output +%%TOOLS%%share/man/man4/intel-virtual-output.4x.gz +%%UMS%%lib/libI810XvMC.so +%%UMS%%lib/libI810XvMC.so.1 +%%UMS%%lib/libI810XvMC.so.1.0.0 +%%UMS%%lib/libIntelXvMC.so.1 +%%UMS%%lib/libIntelXvMC.so +%%UMS%%lib/libIntelXvMC.so.1.0.0 +lib/xorg/modules/xlibre-25.0/drivers/intel_drv.so +share/man/man4/intel.4x.gz diff --git a/x11-drivers/xlibre-xf86-video-mga/Makefile b/x11-drivers/xlibre-xf86-video-mga/Makefile new file mode 100644 index 000000000000..cd0cde029608 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-xf86-video-mga +PORTVERSION= 2.1.0.1 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre mga display driver +WWW= https://github.com/X11Libre/xf86-video-mga/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-mga + +GH_TAGNAME= 368f2e8 +USES= xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-mga/distinfo b/x11-drivers/xlibre-xf86-video-mga/distinfo new file mode 100644 index 000000000000..16268ff9085f --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760818379 +SHA256 (xlibre/driver/X11Libre-xf86-video-mga-2.1.0.1-368f2e8_GH0.tar.gz) = 24b96158a4dd6c48d5beb87bcb2ab9d3af7aced6285629af2a9c7786eed42dba +SIZE (xlibre/driver/X11Libre-xf86-video-mga-2.1.0.1-368f2e8_GH0.tar.gz) = 158294 diff --git a/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dac3026.c b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dac3026.c new file mode 100644 index 000000000000..4a225c085a78 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dac3026.c @@ -0,0 +1,15 @@ +# Fix a style warning +# +--- src/mga_dac3026.c.orig 2017-01-17 22:40:29 UTC ++++ src/mga_dac3026.c +@@ -886,8 +886,8 @@ MGA3026LoadCursorImage( + outTi3026dreg(TVP3026_WADR_PAL, 0x00); + + while(i--) { +- while (INREG8(0x1FDA) & 0x01); +- while (!(INREG8(0x1FDA) & 0x01)); ++ while (INREG8(0x1FDA) & 0x01) {} ++ while (!(INREG8(0x1FDA) & 0x01)) {} + outTi3026dreg(TVP3026_CUR_RAM, *(src++)); + } + } diff --git a/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dri.c b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dri.c new file mode 100644 index 000000000000..1c4114bc5920 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__dri.c @@ -0,0 +1,22 @@ +# Use the correct constants for this type +# +--- src/mga_dri.c.orig 2017-01-17 22:40:29 UTC ++++ src/mga_dri.c +@@ -316,7 +316,7 @@ static void MGAWaitForIdleDMA( ScrnInfoP + for (;;) { + do { + /* first ask for quiescent and flush */ +- lock.flags = DRM_LOCK_QUIESCENT | DRM_LOCK_FLUSH; ++ lock.flags = _DRM_LOCK_QUIESCENT | _DRM_LOCK_FLUSH; + do { + ret = drmCommandWrite( pMga->drmFD, DRM_MGA_FLUSH, + &lock, sizeof( drm_lock_t ) ); +@@ -324,7 +324,7 @@ static void MGAWaitForIdleDMA( ScrnInfoP + + /* if it's still busy just try quiescent */ + if ( ret == -EBUSY ) { +- lock.flags = DRM_LOCK_QUIESCENT; ++ lock.flags = _DRM_LOCK_QUIESCENT; + do { + ret = drmCommandWrite( pMga->drmFD, DRM_MGA_FLUSH, + &lock, sizeof( drm_lock_t ) ); diff --git a/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__driver.c b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__driver.c new file mode 100644 index 000000000000..7f54cb869b32 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/files/patch-src_mga__driver.c @@ -0,0 +1,19 @@ +--- src/mga_driver.c.orig 2024-08-01 13:23:52 UTC ++++ src/mga_driver.c +@@ -702,6 +702,8 @@ MGAPciProbe(DriverPtr drv, int entity_num, struct pci_ + ScrnInfoPtr pScrn = NULL; + MGAPtr pMga; + ++#ifndef __FreeBSD__ ++ /* FreeBSD always has vgapci driver attached. */ + if (pci_device_has_kernel_driver(dev)) { + /* If it's a G200 server chip, it's probably on KMS, so bail; if not, + * it might be using matroxfb, which is ok. */ +@@ -721,6 +723,7 @@ MGAPciProbe(DriverPtr drv, int entity_num, struct pci_ + return FALSE; + } + } ++#endif + + /* Allocate a ScrnInfoRec and claim the slot */ + pScrn = xf86ConfigPciEntity(pScrn, 0, entity_num, MGAPciChipsets, diff --git a/x11-drivers/xlibre-xf86-video-mga/pkg-descr b/x11-drivers/xlibre-xf86-video-mga/pkg-descr new file mode 100644 index 000000000000..e37f95f1524c --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-mga driver. diff --git a/x11-drivers/xlibre-xf86-video-mga/pkg-plist b/x11-drivers/xlibre-xf86-video-mga/pkg-plist new file mode 100644 index 000000000000..8b7a3276b562 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-mga/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/drivers/mga_drv.so +share/man/man4/mga.4x.gz diff --git a/x11-drivers/xlibre-xf86-video-nv/Makefile b/x11-drivers/xlibre-xf86-video-nv/Makefile new file mode 100644 index 000000000000..30f32c31408c --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-nv/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-xf86-video-nv +PORTVERSION= 2.1.23.1 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre nv display driver +WWW= https://github.com/X11Libre/xf86-video-nv/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-nv + +GH_TAGNAME= bcdaee5 +USES= tar:xz xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-nv/distinfo b/x11-drivers/xlibre-xf86-video-nv/distinfo new file mode 100644 index 000000000000..afe808f4d407 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-nv/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760818136 +SHA256 (xlibre/driver/X11Libre-xf86-video-nv-2.1.23.1-bcdaee5_GH0.tar.gz) = c28600f17fce5b70c1568a5471b8ddfa3e861b9d283f57b7afcba16d16ff83d1 +SIZE (xlibre/driver/X11Libre-xf86-video-nv-2.1.23.1-bcdaee5_GH0.tar.gz) = 132141 diff --git a/x11-drivers/xlibre-xf86-video-nv/pkg-descr b/x11-drivers/xlibre-xf86-video-nv/pkg-descr new file mode 100644 index 000000000000..f4ff5433a419 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-nv/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-nv driver. diff --git a/x11-drivers/xlibre-xf86-video-nv/pkg-plist b/x11-drivers/xlibre-xf86-video-nv/pkg-plist new file mode 100644 index 000000000000..96ee6de65c7c --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-nv/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/drivers/nv_drv.so +share/man/man4/nv.4x.gz diff --git a/x11-drivers/xlibre-xf86-video-qxl/Makefile b/x11-drivers/xlibre-xf86-video-qxl/Makefile new file mode 100644 index 000000000000..7ffaf4a5997e --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/Makefile @@ -0,0 +1,39 @@ +PORTNAME= xlibre-xf86-video-qxl +DISTVERSION= 0.1.6.3 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre X server -- QXL display driver +WWW= https://github.com/X11Libre/xf86-video-qxl/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-qxl + +BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto \ + spice-protocol>=0.12.10:devel/spice-protocol +LIB_DEPENDS= libspice-server.so:devel/libspice-server \ + libudev.so:devel/libudev-devd + +USES= localbase:ldflags pkgconfig python shebangfix tar:xz xorg \ + xlibre-cat:driver +USE_XORG= xfont2 + +python_OLD_CMD= /usr/bin/python +SHEBANG_FILES= scripts/Xspice + +CONFIGURE_ARGS+= --enable-xspice + +OPTIONS_DEFINE= DOCS + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:C/xlibre-//} + +pre-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d + +post-install: + ${INSTALL_DATA} ${WRKSRC}/examples/spiceqxl.xorg.conf.example \ + ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d/spiceqxl.xorg.conf.example + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-qxl/distinfo b/x11-drivers/xlibre-xf86-video-qxl/distinfo new file mode 100644 index 000000000000..f74d916eb859 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1764444676 +SHA256 (xlibre/driver/X11Libre-xf86-video-qxl-0.1.6.3-xlibre-xf86-video-qxl-0.1.6.3_GH0.tar.gz) = 3e02f822510f135048e14d424dc969c7245be381c39847d092aea2360348b4ea +SIZE (xlibre/driver/X11Libre-xf86-video-qxl-0.1.6.3-xlibre-xf86-video-qxl-0.1.6.3_GH0.tar.gz) = 177285 diff --git a/x11-drivers/xlibre-xf86-video-qxl/files/patch-spiceqxl_audio.c b/x11-drivers/xlibre-xf86-video-qxl/files/patch-spiceqxl_audio.c new file mode 100644 index 000000000000..9ba92890929e --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/files/patch-spiceqxl_audio.c @@ -0,0 +1,14 @@ +--- src/spiceqxl_audio.c.bak 2017-09-12 12:00:11 UTC ++++ src/spiceqxl_audio.c +@@ -410,7 +410,10 @@ + strcat(fname, "/"); + strcat(fname, e->name); + +- f->fd = open(fname, O_RDONLY | O_RSYNC | O_NONBLOCK); ++// f->fd = open(fname, O_RDONLY | O_RSYNC | O_NONBLOCK); ++ // POSIX specifies three different flavors for synchronous I/O: O_SYNC, O_DSYNC, and O_RSYNC. ++ // In BSD, these are all equivalent. ++ f->fd = open(fname, O_RDONLY | O_SYNC | O_NONBLOCK); + free(fname); + if (f->fd < 0) { + ErrorF("playback: open FIFO '%s' failed: %s\n", e->name, strerror(errno)); diff --git a/x11-drivers/xlibre-xf86-video-qxl/files/patch-src-mspace.h b/x11-drivers/xlibre-xf86-video-qxl/files/patch-src-mspace.h new file mode 100644 index 000000000000..11a5a9dc55ea --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/files/patch-src-mspace.h @@ -0,0 +1,11 @@ +--- src/mspace.h.orig 2023-01-07 19:53:51 UTC ++++ src/mspace.h +@@ -9,7 +9,7 @@ extern "C" { + + //typedef unsigned long size_t; + typedef void (*mspace_abort_t)(void *user_data); +-typedef void (*mspace_print_t)(void *user_data, const char *format, ...) __attribute__((format(gnu_printf, 2, 3))); ++typedef void (*mspace_print_t)(void *user_data, const char *format, ...) __attribute__((__format__(__printf__, 2, 3))); + + void mspace_set_abort_func(mspace_abort_t f); + void mspace_set_print_func(mspace_print_t f); diff --git a/x11-drivers/xlibre-xf86-video-qxl/pkg-descr b/x11-drivers/xlibre-xf86-video-qxl/pkg-descr new file mode 100644 index 000000000000..7ba76d6cb929 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/pkg-descr @@ -0,0 +1,3 @@ +XLibre xf86-video-qxl driver, which supports the QXL virtual GPU +found in the RedHat Enterprise Virtualisation system, and also in +the spice project. diff --git a/x11-drivers/xlibre-xf86-video-qxl/pkg-plist b/x11-drivers/xlibre-xf86-video-qxl/pkg-plist new file mode 100644 index 000000000000..bdac314c9909 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-qxl/pkg-plist @@ -0,0 +1,5 @@ +lib/xorg/modules/xlibre-25.0/drivers/spiceqxl_drv.so +lib/xorg/modules/xlibre-25.0/drivers/qxl_drv.so +bin/Xspice +%%PORTDOCS%%%%DOCSDIR%%/spiceqxl.xorg.conf.example +@sample etc/X11/xorg.conf.d/spiceqxl.xorg.conf.example etc/X11/xorg.conf.d/spiceqxl.xorg.conf diff --git a/x11-drivers/xlibre-xf86-video-vesa/Makefile b/x11-drivers/xlibre-xf86-video-vesa/Makefile new file mode 100644 index 000000000000..98bf102d49e1 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vesa/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-xf86-video-vesa +PORTVERSION= 2.6.0.3 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre vesa display driver +WWW= https://githhub.com/X11Libre/xf86-video-vesa + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +CONFLICTS_INSTALL= xf86-video-vesa + +GH_TAGNAME= 243d986 +USES= xlibre-cat:driver + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-vesa/distinfo b/x11-drivers/xlibre-xf86-video-vesa/distinfo new file mode 100644 index 000000000000..7565354b3670 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vesa/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760815702 +SHA256 (xlibre/driver/X11Libre-xf86-video-vesa-2.6.0.3-243d986_GH0.tar.gz) = f2d1de80df9421236806023e035fe78f3ae3a4f0d47ca0a8fcf05505d6e132cc +SIZE (xlibre/driver/X11Libre-xf86-video-vesa-2.6.0.3-243d986_GH0.tar.gz) = 25528 diff --git a/x11-drivers/xlibre-xf86-video-vesa/pkg-descr b/x11-drivers/xlibre-xf86-video-vesa/pkg-descr new file mode 100644 index 000000000000..d0be3a719b72 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vesa/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-vesa driver. diff --git a/x11-drivers/xlibre-xf86-video-vesa/pkg-plist b/x11-drivers/xlibre-xf86-video-vesa/pkg-plist new file mode 100644 index 000000000000..2ee5cc94b87b --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vesa/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/drivers/vesa_drv.so +share/man/man4/vesa.4x.gz diff --git a/x11-drivers/xlibre-xf86-video-vmware/Makefile b/x11-drivers/xlibre-xf86-video-vmware/Makefile new file mode 100644 index 000000000000..862b9ace5de2 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/Makefile @@ -0,0 +1,25 @@ +PORTNAME= xlibre-xf86-video-vmware +PORTVERSION= 13.4.0.3 +CATEGORIES= x11-drivers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre vmware display driver +WWW= https://github.com/X11Libre/xf86-video-vmware/ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + +ONLY_FOR_ARCHS= amd64 +ONLY_FOR_ARCHS_REASON= vmware gfx protocol is only supported on x86-compatible architectures + +CONFLICTS_INSTALL= xf86-video-vmware + +USES= xlibre-cat:driver + +LIB_DEPENDS+= libdrm.so:graphics/libdrm \ + libxatracker.so:graphics/mesa-gallium-xa + +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +CONFIGURE_ARGS= --without-libudev + +.include <bsd.port.mk> diff --git a/x11-drivers/xlibre-xf86-video-vmware/distinfo b/x11-drivers/xlibre-xf86-video-vmware/distinfo new file mode 100644 index 000000000000..f3e476455d04 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1760815979 +SHA256 (xlibre/driver/X11Libre-xf86-video-vmware-13.4.0.3-xlibre-xf86-video-vmware-13.4.0.3_GH0.tar.gz) = 1773016119fc0e7d5992ad95e1e7ad26a103b5f0198516389447bed5dd9d963d +SIZE (xlibre/driver/X11Libre-xf86-video-vmware-13.4.0.3-xlibre-xf86-video-vmware-13.4.0.3_GH0.tar.gz) = 178336 diff --git a/x11-drivers/xlibre-xf86-video-vmware/files/patch-saa_saa.h b/x11-drivers/xlibre-xf86-video-vmware/files/patch-saa_saa.h new file mode 100644 index 000000000000..f730407cefcf --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/files/patch-saa_saa.h @@ -0,0 +1,10 @@ +--- saa/saa.h.orig 2021-12-02 13:55:48 UTC ++++ saa/saa.h +@@ -40,6 +40,7 @@ + #else + #include <xorg-server.h> + #endif ++#undef bool + #include <xf86.h> + #include <damage.h> + #include <picturestr.h> diff --git a/x11-drivers/xlibre-xf86-video-vmware/files/patch-src_vmware.c b/x11-drivers/xlibre-xf86-video-vmware/files/patch-src_vmware.c new file mode 100644 index 000000000000..97c083a207d7 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/files/patch-src_vmware.c @@ -0,0 +1,11 @@ +--- src/vmware.c.orig 2018-05-17 07:42:24 UTC ++++ src/vmware.c +@@ -381,7 +381,7 @@ VMWAREPreInit(ScrnInfoPtr pScrn, int fla + "No supported VMware SVGA found (read ID 0x%08x).\n", id); + return FALSE; + } +- pVMWARE->suspensionSavedRegId = id; ++ pVMWARE->SavedReg.svga_reg_id = id; + + #if !XSERVER_LIBPCIACCESS + pVMWARE->PciTag = pciTag(pVMWARE->PciInfo->bus, pVMWARE->PciInfo->device, diff --git a/x11-drivers/xlibre-xf86-video-vmware/files/patch-vmwgfx_vmwgfx__driver.h b/x11-drivers/xlibre-xf86-video-vmware/files/patch-vmwgfx_vmwgfx__driver.h new file mode 100644 index 000000000000..36a748b34756 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/files/patch-vmwgfx_vmwgfx__driver.h @@ -0,0 +1,10 @@ +--- vmwgfx/vmwgfx_driver.h.orig 2021-12-02 13:55:36 UTC ++++ vmwgfx/vmwgfx_driver.h +@@ -40,6 +40,7 @@ + #include <xf86drm.h> + #include <xf86drmMode.h> + #include <xorg-server.h> ++#undef bool + #include <xf86.h> + #include <xf86Crtc.h> + #include <xf86xv.h> diff --git a/x11-drivers/xlibre-xf86-video-vmware/pkg-descr b/x11-drivers/xlibre-xf86-video-vmware/pkg-descr new file mode 100644 index 000000000000..695beb9c08f5 --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/pkg-descr @@ -0,0 +1 @@ +This package contains the XLibre xf86-video-vmware driver. diff --git a/x11-drivers/xlibre-xf86-video-vmware/pkg-plist b/x11-drivers/xlibre-xf86-video-vmware/pkg-plist new file mode 100644 index 000000000000..c1d79d69dd6f --- /dev/null +++ b/x11-drivers/xlibre-xf86-video-vmware/pkg-plist @@ -0,0 +1,2 @@ +lib/xorg/modules/xlibre-25.0/drivers/vmware_drv.so +share/man/man4/vmware.4x.gz diff --git a/x11-fm/dolphin/distinfo b/x11-fm/dolphin/distinfo index 01e8e930b23a..1777f61f303d 100644 --- a/x11-fm/dolphin/distinfo +++ b/x11-fm/dolphin/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264818 -SHA256 (KDE/release-service/25.08.3/dolphin-25.08.3.tar.xz) = 1abd632ebe3837df5616216f69c3ca9f6240165f9f84502422203275eaa8ee09 -SIZE (KDE/release-service/25.08.3/dolphin-25.08.3.tar.xz) = 5819800 +TIMESTAMP = 1765478819 +SHA256 (KDE/release-service/25.12.0/dolphin-25.12.0.tar.xz) = 02d67059c13c5a4cf74847f0f1c0cf9a6de47345ca80f2e3ba5ba8f408481bff +SIZE (KDE/release-service/25.12.0/dolphin-25.12.0.tar.xz) = 5842392 diff --git a/x11-fm/dolphin/pkg-plist b/x11-fm/dolphin/pkg-plist index 1c3a789e07a9..ff5994e382ef 100644 --- a/x11-fm/dolphin/pkg-plist +++ b/x11-fm/dolphin/pkg-plist @@ -17,13 +17,13 @@ lib/libdolphinvcs.so.%%KDE_APPLICATIONS_VERSION%% lib/libdolphinvcs.so.%%SHLIB_SHVER%% %%QT_PLUGINDIR%%/dolphin/kcms/kcm_dolphingeneral.so %%QT_PLUGINDIR%%/dolphin/kcms/kcm_dolphinviewmodes.so -%%QT_PLUGINDIR%%/kf%%SHLIB_SHVER%%/kfileitemaction/setfoldericonitemaction.so +%%QT_PLUGINDIR%%/kf6/kfileitemaction/hidefileitemaction.so +%%QT_PLUGINDIR%%/kf6/kfileitemaction/setfoldericonitemaction.so %%QT_PLUGINDIR%%/kf6/kfileitemaction/movetonewfolderitemaction.so %%QT_PLUGINDIR%%/kf6/parts/dolphinpart.so lib/systemd/user/plasma-dolphin.service share/applications/org.kde.dolphin.desktop share/config.kcfg/dolphin_compactmodesettings.kcfg -share/config.kcfg/dolphin_contentdisplaysettings.kcfg share/config.kcfg/dolphin_contextmenusettings.kcfg share/config.kcfg/dolphin_detailsmodesettings.kcfg share/config.kcfg/dolphin_directoryviewpropertysettings.kcfg diff --git a/x11-fm/konqueror/distinfo b/x11-fm/konqueror/distinfo index aac5d88f8bce..2d718cfe0118 100644 --- a/x11-fm/konqueror/distinfo +++ b/x11-fm/konqueror/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264821 -SHA256 (KDE/release-service/25.08.3/konqueror-25.08.3.tar.xz) = 3cf255797c8987692eabefe94b86e26e94aeac907f65930848e07f61044c4264 -SIZE (KDE/release-service/25.08.3/konqueror-25.08.3.tar.xz) = 9832548 +TIMESTAMP = 1765478821 +SHA256 (KDE/release-service/25.12.0/konqueror-25.12.0.tar.xz) = 32e5f62709bfac77ce041fcfefea3cc952af0ba6b832b28b4c6f652001c338a0 +SIZE (KDE/release-service/25.12.0/konqueror-25.12.0.tar.xz) = 9833776 diff --git a/x11-fm/konqueror/pkg-plist b/x11-fm/konqueror/pkg-plist index c70469eae99c..d2bf4dec0a63 100644 --- a/x11-fm/konqueror/pkg-plist +++ b/x11-fm/konqueror/pkg-plist @@ -51,14 +51,6 @@ lib/libkwebenginepart.so %%QT_PLUGINDIR%%/kf6/parts/konq_sidebar.so %%QT_PLUGINDIR%%/kf6/parts/webenginepart.so %%QT_PLUGINDIR%%/kf6/thumbcreator/webarchivethumbnail.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/akregatorkonqfeediconkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/autorefreshkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/babelfishpluginkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/khtmlsettingspluginkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/konqueror_kget_browser_integrationkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/temporarysavedirkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/uachangerpluginkhtml_kpartplugins.so -%%QT_PLUGINDIR%%/khtml/kpartplugins/webarchiverpluginkhtml_kpartplugins.so %%QT_PLUGINDIR%%/khtmlsettingsplugin.so %%QT_PLUGINDIR%%/konqueror/kpartplugins/searchbarplugin.so %%QT_PLUGINDIR%%/konqueror/sidebar/konqsidebar_bookmarks.so @@ -80,14 +72,6 @@ lib/libkwebenginepart.so %%QT_PLUGINDIR%%/konqueror_kcms/khtml_tabs.so %%QT_PLUGINDIR%%/konqueror_kcms/khtml_useragent.so %%QT_PLUGINDIR%%/konqueror_kget_browser_integration.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/akregatorkonqfeediconkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/autorefreshkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/babelfishpluginkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/khtmlsettingspluginkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/konqueror_kget_browser_integrationkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/temporarysavedirkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/uachangerpluginkwebkitpart_kpartplugins.so -%%QT_PLUGINDIR%%/kwebkitpart/kpartplugins/webarchiverpluginkwebkitpart_kpartplugins.so %%QT_PLUGINDIR%%/temporarysavedir.so %%QT_PLUGINDIR%%/uachangerplugin.so %%QT_PLUGINDIR%%/webarchiverplugin.so @@ -1138,10 +1122,12 @@ share/locale/lt/LC_MESSAGES/kgetplugin.mo share/locale/lt/LC_MESSAGES/khtmlsettingsplugin.mo share/locale/lt/LC_MESSAGES/khtmltts.mo share/locale/lt/LC_MESSAGES/kio6_bookmarks.mo +share/locale/lt/LC_MESSAGES/konqsidebar.mo share/locale/lt/LC_MESSAGES/konqueror.mo share/locale/lt/LC_MESSAGES/kshellcmdplugin.mo share/locale/lt/LC_MESSAGES/libkonq.mo share/locale/lt/LC_MESSAGES/searchbarplugin.mo +share/locale/lt/LC_MESSAGES/temporarysavedir.mo share/locale/lt/LC_MESSAGES/uachangerplugin.mo share/locale/lt/LC_MESSAGES/webarchiver.mo share/locale/lt/LC_MESSAGES/webenginepart.mo diff --git a/x11-fonts/afdko/Makefile b/x11-fonts/afdko/Makefile index d03232922de2..5b863c05e594 100644 --- a/x11-fonts/afdko/Makefile +++ b/x11-fonts/afdko/Makefile @@ -1,6 +1,5 @@ PORTNAME= afdko -PORTVERSION= 4.0.2 -PORTREVISION= 1 +PORTVERSION= 4.0.3 CATEGORIES= x11-fonts MASTER_SITES= https://github.com/adobe-type-tools/afdko/releases/download/${PORTVERSION}/ diff --git a/x11-fonts/afdko/distinfo b/x11-fonts/afdko/distinfo index 1a9638e6e305..2def0b8cc0a5 100644 --- a/x11-fonts/afdko/distinfo +++ b/x11-fonts/afdko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679190 -SHA256 (afdko-4.0.2.tar.gz) = e1a31e871e83dd022635b852297c433c8e9c9d9d4f0c0f634e8d55dde28ad930 -SIZE (afdko-4.0.2.tar.gz) = 17804422 +TIMESTAMP = 1765032678 +SHA256 (afdko-4.0.3.tar.gz) = 5feed7c2468e25b25fce0479c04af07f4ed2680bc9251bb4c4aef9ec2fba5720 +SIZE (afdko-4.0.3.tar.gz) = 17922308 diff --git a/x11-fonts/afdko/files/patch-CMakeLists.txt b/x11-fonts/afdko/files/patch-CMakeLists.txt index 7e57efc3b676..f3020c030537 100644 --- a/x11-fonts/afdko/files/patch-CMakeLists.txt +++ b/x11-fonts/afdko/files/patch-CMakeLists.txt @@ -1,6 +1,6 @@ ---- CMakeLists.txt.orig 2024-11-06 00:31:38 UTC +--- CMakeLists.txt.orig 2025-12-05 00:32:05 UTC +++ CMakeLists.txt -@@ -27,22 +27,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D +@@ -27,24 +27,6 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_D list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) @@ -15,15 +15,17 @@ - -add_definitions(-DANTLR4CPP_STATIC) -set(ANTLR4_WITH_STATIC_CRT OFF) --# 4.9.3 is the latest ANTLR4 version --set(ANTLR4_TAG tags/4.13.2) +-# set(ANTLR4_TAG tags/4.13.2) +-# This is a more recent commit than 4.13.2 that addresses a missing +-# include directive needed in more recent Visual Studio releases +-set(ANTLR4_TAG df4d68c09cdef73e023b8838a8bc7ca4dff1d1de) -include(ExternalAntlr4Cpp) - - if (DEFINED ENV{FORCE_BUILD_LIBXML2}) set(BUILD_STATIC_LIBXML2 TRUE) else() -@@ -107,4 +91,3 @@ add_subdirectory(c/type1/source) +@@ -109,4 +91,3 @@ add_subdirectory(c/type1/source) add_subdirectory(c/spot/source) add_subdirectory(c/tx/source) add_subdirectory(c/type1/source) diff --git a/x11-fonts/open-sans/Makefile b/x11-fonts/open-sans/Makefile index ac9f0713c2e4..5e2766010854 100644 --- a/x11-fonts/open-sans/Makefile +++ b/x11-fonts/open-sans/Makefile @@ -15,6 +15,9 @@ LICENSE_FILE= ${WRKSRC}/Apache\ License.txt USES= fonts zip +BROKEN= Unfetchable +EXPIRATION_DATE=2026-01-31 + NO_ARCH= yes NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/x11-fonts/py-afdko/Makefile b/x11-fonts/py-afdko/Makefile index ec3774125adb..9b357e3b983b 100644 --- a/x11-fonts/py-afdko/Makefile +++ b/x11-fonts/py-afdko/Makefile @@ -1,6 +1,5 @@ PORTNAME= afdko -PORTVERSION= 4.0.2 -PORTREVISION= 2 +PORTVERSION= 4.0.3 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-fonts/py-afdko/distinfo b/x11-fonts/py-afdko/distinfo index bf4d68f7d918..e3c3e6a3af5f 100644 --- a/x11-fonts/py-afdko/distinfo +++ b/x11-fonts/py-afdko/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1731679192 -SHA256 (afdko-4.0.2.tar.gz) = e1a31e871e83dd022635b852297c433c8e9c9d9d4f0c0f634e8d55dde28ad930 -SIZE (afdko-4.0.2.tar.gz) = 17804422 +TIMESTAMP = 1765032680 +SHA256 (afdko-4.0.3.tar.gz) = 5feed7c2468e25b25fce0479c04af07f4ed2680bc9251bb4c4aef9ec2fba5720 +SIZE (afdko-4.0.3.tar.gz) = 17922308 diff --git a/x11-fonts/py-cffsubr/Makefile b/x11-fonts/py-cffsubr/Makefile index 56be69563466..38861ef4b487 100644 --- a/x11-fonts/py-cffsubr/Makefile +++ b/x11-fonts/py-cffsubr/Makefile @@ -1,6 +1,5 @@ PORTNAME= cffsubr -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4.0 CATEGORIES= x11-fonts python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/x11-fonts/py-cffsubr/distinfo b/x11-fonts/py-cffsubr/distinfo index b96a4edbf99b..3ef3018210b9 100644 --- a/x11-fonts/py-cffsubr/distinfo +++ b/x11-fonts/py-cffsubr/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710712574 -SHA256 (cffsubr-0.3.0.tar.gz) = 7745150bdb81679facdd11c1f3b87096c4f4dbd4957e8fcebb88c45687952efb -SIZE (cffsubr-0.3.0.tar.gz) = 17830033 +TIMESTAMP = 1765032840 +SHA256 (cffsubr-0.4.0.tar.gz) = 2c321b6807bd95856d921ed9dce8506495cf49fc7a89a63cb942e8bece13addd +SIZE (cffsubr-0.4.0.tar.gz) = 17944613 diff --git a/x11-fonts/py-vfblib/Makefile b/x11-fonts/py-vfblib/Makefile index e3ffedaf6c74..2f5570c8b527 100644 --- a/x11-fonts/py-vfblib/Makefile +++ b/x11-fonts/py-vfblib/Makefile @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=6.2:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>=4.60.1:print/py-fonttools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}orjson>=3.10.15<4:devel/py-orjson@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}orjson>=3.11.4<4:devel/py-orjson@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.15.0:devel/py-typing-extensions@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufolib2>=0.18.1:print/py-ufolib2@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ufonormalizer>=0.6.3:x11-fonts/py-ufonormalizer@${PY_FLAVOR} diff --git a/x11-fonts/symbola/Makefile b/x11-fonts/symbola/Makefile index 3eb6595e8967..61f6c5d63f50 100644 --- a/x11-fonts/symbola/Makefile +++ b/x11-fonts/symbola/Makefile @@ -14,6 +14,9 @@ LICENSE_FILE= ${FILESDIR}/COPYING USES= fonts zip +BROKEN= Unfetchable +EXPIRATION_DATE=2026-01-31 + NO_WRKSUBDIR= yes NO_BUILD= yes NO_ARCH= yes diff --git a/x11-servers/Makefile b/x11-servers/Makefile index 996f9657edd6..5062b1a90ec7 100644 --- a/x11-servers/Makefile +++ b/x11-servers/Makefile @@ -4,6 +4,10 @@ SUBDIR += x2vnc SUBDIR += x2x SUBDIR += xarcan + SUBDIR += xlibre-ephyr + SUBDIR += xlibre-nest + SUBDIR += xlibre-server + SUBDIR += xlibre-vfb SUBDIR += xorg-server SUBDIR += xwayland diff --git a/x11-servers/xlibre-ephyr/Makefile b/x11-servers/xlibre-ephyr/Makefile new file mode 100644 index 000000000000..949a278a6b74 --- /dev/null +++ b/x11-servers/xlibre-ephyr/Makefile @@ -0,0 +1,25 @@ +PORTNAME= xlibre-ephyr +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre Xephyr server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS_INSTALL= xephyr + +USES+= xlibre-cat:server +USE_XORG+=xcb + +MESON_ARGS+= -Dglamor=true +LIB_DEPENDS+= libepoxy.so:graphics/libepoxy + +LIB_DEPENDS+= libxcb-render-util.so:x11/xcb-util-renderutil \ + libxcb-image.so:x11/xcb-util-image \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb-keysyms.so:x11/xcb-util-keysyms \ + libxcb-util.so:x11/xcb-util + +.include "../xlibre-server/Makefile.common" diff --git a/x11-servers/xlibre-ephyr/pkg-descr b/x11-servers/xlibre-ephyr/pkg-descr new file mode 100644 index 000000000000..29bfa7d93fb0 --- /dev/null +++ b/x11-servers/xlibre-ephyr/pkg-descr @@ -0,0 +1,3 @@ +Xephyr is a kdrive server that outputs to a window on a pre-existing +'host' X display. Think Xnest but with support for modern extensions +like composite, damage and randr. diff --git a/x11-servers/xlibre-nest/Makefile b/x11-servers/xlibre-nest/Makefile new file mode 100644 index 000000000000..0701580ed906 --- /dev/null +++ b/x11-servers/xlibre-nest/Makefile @@ -0,0 +1,19 @@ +PORTNAME= xlibre-nest +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre Xnest server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS_INSTALL= xorg-nestserver + +USES= xlibre-cat:server +USE_XORG+=xcb + +LIB_DEPENDS+= libxcb-util.so:x11/xcb-util \ + libxcb-icccm.so:x11/xcb-util-wm + +.include "../xlibre-server/Makefile.common" diff --git a/x11-servers/xlibre-nest/pkg-descr b/x11-servers/xlibre-nest/pkg-descr new file mode 100644 index 000000000000..5b039cfeaf1a --- /dev/null +++ b/x11-servers/xlibre-nest/pkg-descr @@ -0,0 +1 @@ +This package contains Xnest, a nesting X Server that displays on an X Server. diff --git a/x11-servers/xlibre-server/Makefile b/x11-servers/xlibre-server/Makefile new file mode 100644 index 000000000000..829d8dacc862 --- /dev/null +++ b/x11-servers/xlibre-server/Makefile @@ -0,0 +1,54 @@ +PORTNAME= xlibre-server +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre X server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS= xorg-server + +USES+= xlibre-cat:server + +OPTIONS_SUB= YES +OPTIONS_DEFINE= UDEV SUID +OPTIONS_DEFAULT=UDEV SUID + +UDEV_DESC= Enable udev (For libinput & autoconfiguration/hotplug). +UDEV_MESON_ON= -Dudev=true -Dudev_kms=true +UDEV_MESON_OFF= -Dudev=false -Dudev_kms=false +UDEV_LIB_DEPENDS= libudev.so:devel/libudev-devd + +SUID_DESC= Enable the setuid binary (For starting X as a normal user). +SUID_MESON_ON= -Dsuid_wrapper=true +SUID_MESON_OFF= -Dsuid_wrapper=false + +LIB_DEPENDS+= libxcvt.so:x11/libxcvt \ + libdrm.so:graphics/libdrm \ + libepoxy.so:graphics/libepoxy \ + libepoll-shim.so:devel/libepoll-shim + +MESON_ARGS+= -Dlog_dir=/var/log \ + -Ddrm=true + +PLIST_SUB+= FONTPATHD="${FONTPATHD:S,^${PREFIX}/,,}" + +USE_XORG+= pciaccess + +USE_GL+= gbm + +.include "../xlibre-server/Makefile.common" + +OLDMODULEDIR= /lib/xorg/modules +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/X11/xorg.conf.d + @${MKDIR} ${STAGEDIR}${PREFIX}${OLDMODULEDIR}/extensions + @${MKDIR} ${STAGEDIR}${PREFIX}${OLDMODULEDIR}/drivers + @${MKDIR} ${STAGEDIR}${PREFIX}${OLDMODULEDIR}/input + @${MKDIR} ${STAGEDIR}${FONTPATHD} + @${MKDIR} ${STAGEDIR}${PREFIX}/share/X11/xorg.conf.d + @${INSTALL_DATA} ${FILESDIR}/20-evdev-kbd.conf \ + ${STAGEDIR}${PREFIX}/share/X11/xorg.conf.d +.include <bsd.port.post.mk> diff --git a/x11-servers/xlibre-server/Makefile.common b/x11-servers/xlibre-server/Makefile.common new file mode 100644 index 000000000000..60f301137b51 --- /dev/null +++ b/x11-servers/xlibre-server/Makefile.common @@ -0,0 +1,90 @@ +_XMASTERDIR_REL=../xlibre-server/ +XMASTERDIR= ${_XMASTERDIR_REL:tA} +PATCHDIR?= ${XMASTERDIR}/files +DISTINFO_FILE?= ${XMASTERDIR}/distinfo + +.include "${XMASTERDIR}/Makefile.version" + + +USES+= gl compiler:c11 meson pkgconfig tar:xz xorg +USE_GL+= gl +USE_XORG+= pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans + +OPTIONS_DEFINE+=LIBUNWIND +OPTIONS_DEFAULT+=LIBUNWIND +LIBUNWIND_DESC= Enable libunwind for better stack traces in case of an error. + +SERVERS= xorg xnest xephyr xvfb +SERVERNAME= ${PORTNAME:S/^xlibre-/x/:S/xserver/xorg/} + +BUILD_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri +RUN_DEPENDS+= xkeyboard-config>=2.5:x11/xkeyboard-config \ + xkbcomp:x11/xkbcomp \ + ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri + +MESON_ARGS+= -Dxwin=false \ + -Dxquartz=false \ + -Ddtrace=false \ + -Dhal=false \ + -Dsystemd_logind=false \ + -Dxselinux=false \ + -Dfallback_input_driver=libinput \ + -Ddocs=false \ + -Dxcsecurity=true +MESON_ARGS+= -D${SERVERNAME}=true + +.for f in ${SERVERS:N${SERVERNAME}} +MESON_ARGS+= -D${f}=false +.endfor + +FONTPATH_ROOT?= ${LOCALBASE}/share/fonts +FONTPATHD?= ${PREFIX}/etc/X11/fontpath.d +DEFAULT_FONTPATH_LIST= \ + ${FONTPATH_ROOT}/misc/ \ + ${FONTPATH_ROOT}/TTF/ \ + ${FONTPATH_ROOT}/OTF/ \ + ${FONTPATH_ROOT}/Type1/ \ + ${FONTPATH_ROOT}/100dpi/ \ + ${FONTPATH_ROOT}/75dpi/ \ + catalogue:${FONTPATHD} +MESON_ARGS+= -Ddefault_font_path=${DEFAULT_FONTPATH_LIST:ts,} + + +# Non X server common flags +.if ${SERVERNAME} != xorg +MESON_ARGS+= -Dudev=false \ + -Dudev_kms=false +PLIST= +PKGMESSAGE= +BINARY_NAME= ${SERVERNAME:C/^(.).*/\1/:tu}${SERVERNAME:C/^.//} +PLIST_FILES= bin/${BINARY_NAME} \ + share/man/man1/${BINARY_NAME}.1.gz +.endif + +.include <bsd.port.pre.mk> +.if ${OPSYS}==FreeBSD +AMD64=amd64 +.else +AMD64=x86_64 +.endif + +.if ${PORT_OPTIONS:MLIBUNWIND} +. if ${ARCH} == aarch64 || ${ARCH} == ${AMD64} || ${ARCH} == armv7 || ${ARCH} == i386 || ${ARCH} == powerpc || ${ARCH} == powerpc64 || ${ARCH} == powerpc64le +LIB_DEPENDS+= libunwind.so:devel/libunwind +MESON_ARGS+= -Dlibunwind=true +. endif +.else +MESON_ARGS+= -Dlibunwind=false +.endif + +.if ${OPSYS} == FreeBSD +MESON_ARGS+= -Dsha1=libmd +.endif + +.if ${SERVERNAME} != xorg +post-install: + ${RM} -r ${STAGEDIR}${PREFIX}/lib/xorg/protocol.txt + ${RMDIR} ${STAGEDIR}${PREFIX}/lib/xorg + ${RM} ${STAGEDIR}${PREFIX}/share/man/man1/Xserver.1 +.include <bsd.port.post.mk> +.endif diff --git a/x11-servers/xlibre-server/Makefile.version b/x11-servers/xlibre-server/Makefile.version new file mode 100644 index 000000000000..762f9dcca745 --- /dev/null +++ b/x11-servers/xlibre-server/Makefile.version @@ -0,0 +1,4 @@ +XLIBRE_MJR_VER=25.0 +XLIBRE_MIN_VER=0.16 + +XLIBRE_VER=${XLIBRE_MJR_VER}.${XLIBRE_MIN_VER} diff --git a/x11-servers/xlibre-server/distinfo b/x11-servers/xlibre-server/distinfo new file mode 100644 index 000000000000..9e7aa077a41f --- /dev/null +++ b/x11-servers/xlibre-server/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1763716462 +SHA256 (xlibre/server/X11Libre-xserver-25.0.0.16-xlibre-xserver-25.0.0.16_GH0.tar.gz) = 0187e57331daefa75ddc33a4f878ef4c08526b83dc91dbc51a25375d2ff33b8c +SIZE (xlibre/server/X11Libre-xserver-25.0.0.16-xlibre-xserver-25.0.0.16_GH0.tar.gz) = 5415775 diff --git a/x11-servers/xlibre-server/files/20-evdev-kbd.conf b/x11-servers/xlibre-server/files/20-evdev-kbd.conf new file mode 100644 index 000000000000..7a73fb641c36 --- /dev/null +++ b/x11-servers/xlibre-server/files/20-evdev-kbd.conf @@ -0,0 +1,6 @@ +Section "InputClass" + Identifier "Evdev keyboard" + MatchDevicePath "/dev/input/event*" + MatchIsKeyboard "on" + Option "XkbRules" "evdev" +EndSection diff --git a/x11-servers/xlibre-server/files/patch-config_udev.c b/x11-servers/xlibre-server/files/patch-config_udev.c new file mode 100644 index 000000000000..38b3e84db5ad --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-config_udev.c @@ -0,0 +1,56 @@ +* Don't pass the device parameter when using kbdmux to prevent conflict +* +* Specify a driver to use for basic devices (keyboard and mouse), otherwise none attaches +* +--- config/udev.c.orig 2017-03-15 18:05:25 UTC ++++ config/udev.c +@@ -29,6 +29,7 @@ + + #include <libudev.h> + #include <ctype.h> ++#include <fcntl.h> + #include <unistd.h> + + #include "input.h" +@@ -188,7 +189,21 @@ device_added(struct udev_device *udev_de + attrs.product = strdup(name); + input_options = input_option_new(input_options, "name", name); + input_options = input_option_new(input_options, "path", path); +- input_options = input_option_new(input_options, "device", path); ++ if(strstr(path, "kbdmux") != NULL) { ++ /* ++ * Don't pass "device" option if the keyboard is already attached ++ * to the console (ie. open() fails). This would activate a special ++ * logic in xf86-input-keyboard. Prevent any other attached to console ++ * keyboards being processed. There can be only one such device. ++ */ ++ int fd = open(path, O_RDONLY); ++ if (fd > -1) { ++ close(fd); ++ input_options = input_option_new(input_options, "device", path); ++ } ++ } ++ else ++ input_options = input_option_new(input_options, "device", path); + input_options = input_option_new(input_options, "major", itoa(major(devnum))); + input_options = input_option_new(input_options, "minor", itoa(minor(devnum))); + if (path) +@@ -272,6 +287,18 @@ device_added(struct udev_device *udev_de + } + } + ++ if (attrs.flags & (ATTR_KEY | ATTR_KEYBOARD)) { ++ if (!feature_present("evdev_support")) ++ input_options = input_option_new(input_options, "driver", "kbd"); ++ } else if (attrs.flags & ATTR_POINTER) { ++ if (strstr(path, "vbox")) ++ input_options = input_option_new(input_options, "driver", "vboxmouse"); ++ else { ++ if (!feature_present("evdev_support")) ++ input_options = input_option_new(input_options, "driver", "mouse"); ++ } ++ } ++ + input_options = input_option_new(input_options, "config_info", config_info); + + /* Default setting needed for non-seat0 seats */ diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_compat_ones.c b/x11-servers/xlibre-server/files/patch-hw_xfree86_compat_ones.c new file mode 100644 index 000000000000..1a296ff48141 --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_compat_ones.c @@ -0,0 +1,15 @@ +--- hw/xfree86/compat/ones.c.orig ++++ hw/xfree86/compat/ones.c +@@ -20,8 +20,12 @@ int + Ones(unsigned long mask) + { /* HACKMEM 169 */ + /* can't add a message here because this should be fast */ ++#if defined __has_builtin + #if __has_builtin(__builtin_popcountl) + return __builtin_popcountl (mask); ++#endif ++#elif defined __builtin_popcountl ++ return __builtin_popcountl (mask); + #else + unsigned long y; + diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_meson.build b/x11-servers/xlibre-server/files/patch-hw_xfree86_meson.build new file mode 100644 index 000000000000..5b5e9e9bc038 --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_meson.build @@ -0,0 +1,11 @@ +--- hw/xfree86/meson.build.orig 2022-06-29 14:37:28.042085000 +0000 ++++ hw/xfree86/meson.build 2022-06-29 14:37:36.259147000 +0000 +@@ -152,7 +152,7 @@ if get_option('suid_wrapper') + c_args: xorg_c_args, + install: true, + install_dir: get_option('libexecdir'), +- install_mode: ['r-sr-xr-x', 0, 0], ++ # install_mode: ['r-sr-xr-x', 0, 0], + ) + + # meson gets confused when there are two targets of the same name diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c new file mode 100644 index 000000000000..6bb04dcb8a84 --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_arm_video.c @@ -0,0 +1,11 @@ +--- hw/xfree86/os-support/bsd/arm_video.c 2025-12-12 16:55:30.888512000 -0800 ++++ hw/xfree86/os-support/bsd/arm_video.c 2025-12-12 16:55:40.571888000 -0800 +@@ -65,7 +65,7 @@ + #include <X11/X.h> + + #include "xf86.h" +-#include "xf86_os_support." ++#include "xf86_os_support.h" + #include "xf86Priv.h" + #include "xf86_OSlib.h" + #include "compiler.h" diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_bsd__init.c b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_bsd__init.c new file mode 100644 index 000000000000..54bedf2a4c75 --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_bsd_bsd__init.c @@ -0,0 +1,55 @@ +--- hw/xfree86/os-support/bsd/bsd_init.c.orig 2023-10-25 01:40:28 UTC ++++ hw/xfree86/os-support/bsd/bsd_init.c +@@ -48,6 +48,8 @@ static int initialVT = -1; + #if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) + static int VTnum = -1; + static int initialVT = -1; ++static struct termios tty_attr; /* tty state to restore */ ++static int tty_mode; /* kbd mode to restore */ + #endif + + #ifdef PCCONS_SUPPORT +@@ -253,6 +255,7 @@ xf86OpenConsole() + #endif + acquire_vt: + if (!xf86Info.ShareVTs) { ++ struct termios nTty; + /* + * now get the VT + */ +@@ -287,6 +290,26 @@ xf86OpenConsole() + if (ioctl(xf86Info.consoleFd, KDSETMODE, KD_GRAPHICS) < 0) { + FatalError("xf86OpenConsole: KDSETMODE KD_GRAPHICS failed"); + } ++ ++ tcgetattr(xf86Info.consoleFd, &tty_attr); ++ ioctl(xf86Info.consoleFd, KDGKBMODE, &tty_mode); ++ ++ /* disable special keys */ ++ if (ioctl(xf86Info.consoleFd, KDSKBMODE, K_RAW) < 0) { ++ FatalError("xf86OpenConsole: KDSKBMODE K_RAW failed (%s)", ++ strerror(errno)); ++ } ++ ++ nTty = tty_attr; ++ nTty.c_iflag = IGNPAR | IGNBRK; ++ nTty.c_oflag = 0; ++ nTty.c_cflag = CREAD | CS8; ++ nTty.c_lflag = 0; ++ nTty.c_cc[VTIME] = 0; ++ nTty.c_cc[VMIN] = 1; ++ cfsetispeed(&nTty, 9600); ++ cfsetospeed(&nTty, 9600); ++ tcsetattr(xf86Info.consoleFd, TCSANOW, &nTty); + } + else { /* xf86Info.ShareVTs */ + close(xf86Info.consoleFd); +@@ -594,6 +617,8 @@ xf86CloseConsole() + case SYSCONS: + case PCVT: + ioctl(xf86Info.consoleFd, KDSETMODE, KD_TEXT); /* Back to text mode */ ++ ioctl(xf86Info.consoleFd, KDSKBMODE, tty_mode); ++ tcsetattr(xf86Info.consoleFd, TCSANOW, &tty_attr); + if (ioctl(xf86Info.consoleFd, VT_GETMODE, &VT) != -1) { + VT.mode = VT_AUTO; + ioctl(xf86Info.consoleFd, VT_SETMODE, &VT); /* dflt vt handling */ diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_meson.build b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_meson.build new file mode 100644 index 000000000000..24b04eec83ec --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_os-support_meson.build @@ -0,0 +1,10 @@ +--- hw/xfree86/os-support/meson.build.orig 2025-07-20 14:22:32 UTC ++++ hw/xfree86/os-support/meson.build +@@ -98,6 +98,7 @@ elif host_machine.system().endswith('bsd') + 'bsd/bsd_bell.c', + 'bsd/bsd_init.c', + 'shared/drm_platform.c', ++ 'misc/SlowBcopy.c', + 'shared/pm_noop.c' + ] + diff --git a/x11-servers/xlibre-server/files/patch-hw_xfree86_xorg-wrapper.c b/x11-servers/xlibre-server/files/patch-hw_xfree86_xorg-wrapper.c new file mode 100644 index 000000000000..9a4327eff91f --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-hw_xfree86_xorg-wrapper.c @@ -0,0 +1,23 @@ +* Skip the detection of root rights requirement, the assumption that presence +* of KMS drivers removes the root requirement is only valid for Linux +* +--- hw/xfree86/xorg-wrapper.c.orig 2022-01-02 23:41:56.000000000 +0100 ++++ hw/xfree86/xorg-wrapper.c 2022-06-29 16:28:24.797008000 +0200 +@@ -191,7 +191,7 @@ int main(int argc, char *argv[]) + + int main(int argc, char *argv[]) + { +-#ifdef WITH_LIBDRM ++#if defined(WITH_LIBDRM) && defined(__linux__) + struct drm_mode_card_res res; + #endif + char buf[PATH_MAX]; +@@ -230,7 +230,7 @@ int main(int argc, char *argv[]) + } + } + +-#ifdef WITH_LIBDRM ++#if defined(WITH_LIBDRM) && defined(__linux__) + /* Detect if we need root rights, except when overridden by the config */ + if (needs_root_rights == -1) { + for (i = 0; i < 16; i++) { diff --git a/x11-servers/xlibre-server/files/patch-meson.build b/x11-servers/xlibre-server/files/patch-meson.build new file mode 100644 index 000000000000..f933599bfac2 --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2025-09-16 15:49:48 UTC ++++ meson.build +@@ -456,7 +456,7 @@ else + build_dri2 = get_option('dri2') == 'true' + endif + +-if host_machine.system() in ['freebsd', 'openbsd'] ++if host_machine.system() in ['dragonfly', 'freebsd', 'openbsd'] + epoll_dep = dependency('epoll-shim') + else + epoll_dep = [] diff --git a/x11-servers/xlibre-server/files/patch-os-utils.c b/x11-servers/xlibre-server/files/patch-os-utils.c new file mode 100644 index 000000000000..8f9c4f1f137d --- /dev/null +++ b/x11-servers/xlibre-server/files/patch-os-utils.c @@ -0,0 +1,18 @@ +--- os/utils.c.orig 2014-04-15 01:01:57 UTC ++++ os/utils.c +@@ -443,11 +443,11 @@ GetTimeInMillis(void) + static clockid_t clockid; + + if (!clockid) { +-#ifdef CLOCK_MONOTONIC_COARSE +- if (clock_getres(CLOCK_MONOTONIC_COARSE, &tp) == 0 && ++#ifdef CLOCK_MONOTONIC_FAST ++ if (clock_getres(CLOCK_MONOTONIC_FAST, &tp) == 0 && + (tp.tv_nsec / 1000) <= 1000 && +- clock_gettime(CLOCK_MONOTONIC_COARSE, &tp) == 0) +- clockid = CLOCK_MONOTONIC_COARSE; ++ clock_gettime(CLOCK_MONOTONIC_FAST, &tp) == 0) ++ clockid = CLOCK_MONOTONIC_FAST; + else + #endif + if (clock_gettime(CLOCK_MONOTONIC, &tp) == 0) diff --git a/x11-servers/xlibre-server/files/pkg-message.in b/x11-servers/xlibre-server/files/pkg-message.in new file mode 100644 index 000000000000..07198f4e1924 --- /dev/null +++ b/x11-servers/xlibre-server/files/pkg-message.in @@ -0,0 +1,35 @@ +[ +{ type: install + message: <<EOM +XLibre-server has been installed. + +If your kernel is compiled with the EVDEV_SUPPORT option enabled +(default starting from FreeBSD 12.1) it is recommended to enable evdev mode in +pointer device drivers like ums(4) and psm(4). This will give improvements like +better tilt wheel support for mice and centralized gesture support via +xf86-input-synaptics or libinput drivers for touchpads. + +This is also needed for PS/2 devices to be properly detected by XLibre when +moused service is disabled in /etc/rc.conf and kernel is compiled with +EVDEV_SUPPORT. + +To enable evdev in such a device, run the following: + +# sysctl kern.evdev.rcpt_mask=6 + +To make it persistent across reboots, add the following to /etc/sysctl.conf: + +kern.evdev.rcpt_mask=6 + +In case you're using a serial mouse or any other mouse that *only* works over +sysmouse(4) and moused(8) on an evdev enabled kernel, please run this: + +# sysctl kern.evdev.rcpt_mask=3 + +To make it persistent across reboots, add to this /etc/sysctl.conf: + +kern.evdev.rcpt_mask=3 + +EOM +} +] diff --git a/x11-servers/xlibre-server/pkg-descr b/x11-servers/xlibre-server/pkg-descr new file mode 100644 index 000000000000..6165e40db316 --- /dev/null +++ b/x11-servers/xlibre-server/pkg-descr @@ -0,0 +1,3 @@ +This package contains the XLibre X server and some associated programs. + +See also: https://github.com/X11Libre/xserver diff --git a/x11-servers/xlibre-server/pkg-plist b/x11-servers/xlibre-server/pkg-plist new file mode 100644 index 000000000000..1dec48a8741b --- /dev/null +++ b/x11-servers/xlibre-server/pkg-plist @@ -0,0 +1,174 @@ +bin/X +bin/Xorg +bin/gtf +include/xorg/Xprintf.h +include/xorg/callback.h +include/xorg/client.h +include/xorg/closure.h +include/xorg/colormap.h +include/xorg/colormapst.h +include/xorg/compiler.h +include/xorg/compositeext.h +include/xorg/cursor.h +include/xorg/cursorstr.h +include/xorg/damage.h +include/xorg/damagestr.h +include/xorg/dgaproc.h +include/xorg/displaymode.h +include/xorg/dix.h +include/xorg/dixaccess.h +include/xorg/dixfont.h +include/xorg/dixfontstr.h +include/xorg/dixstruct.h +include/xorg/dri.h +include/xorg/dri2.h +include/xorg/dri3.h +include/xorg/dristruct.h +include/xorg/edid.h +include/xorg/events.h +include/xorg/exa.h +include/xorg/exevents.h +include/xorg/extension.h +include/xorg/extinit.h +include/xorg/extnsionst.h +include/xorg/fb.h +include/xorg/fbdevhw.h +include/xorg/fboverlay.h +include/xorg/fbpict.h +include/xorg/fbrop.h +include/xorg/fd_notify.h +include/xorg/fourcc.h +include/xorg/gc.h +include/xorg/gcstruct.h +include/xorg/glamor.h +include/xorg/globals.h +include/xorg/glxvndabi.h +include/xorg/glyphstr.h +include/xorg/hotplug.h +include/xorg/i2c_def.h +include/xorg/input.h +include/xorg/inputstr.h +include/xorg/list.h +include/xorg/mi.h +include/xorg/micmap.h +include/xorg/micoord.h +include/xorg/migc.h +include/xorg/miline.h +include/xorg/mioverlay.h +include/xorg/mipict.h +include/xorg/mipointer.h +include/xorg/mipointrst.h +include/xorg/misc.h +include/xorg/miscstruct.h +include/xorg/mistruct.h +include/xorg/misync.h +include/xorg/misyncfd.h +include/xorg/misyncshm.h +include/xorg/misyncstr.h +include/xorg/mizerarc.h +include/xorg/nonsdk_extinit.h +include/xorg/opaque.h +include/xorg/optionstr.h +include/xorg/os.h +include/xorg/picture.h +include/xorg/picturestr.h +include/xorg/pixmap.h +include/xorg/pixmapstr.h +include/xorg/present.h +include/xorg/privates.h +include/xorg/property.h +include/xorg/ptrveloc.h +include/xorg/randrstr.h +include/xorg/region.h +include/xorg/regionstr.h +include/xorg/resource.h +include/xorg/rgb.h +include/xorg/rrtransform.h +include/xorg/sarea.h +include/xorg/screenint.h +include/xorg/scrnintstr.h +include/xorg/servermd.h +include/xorg/shadow.h +include/xorg/shadowfb.h +include/xorg/shmint.h +include/xorg/syncsdk.h +include/xorg/validate.h +include/xorg/vbe.h +include/xorg/vbeModes.h +include/xorg/vgaHW.h +include/xorg/vndserver.h +include/xorg/wfbrename.h +include/xorg/window.h +include/xorg/windowstr.h +include/xorg/xaarop.h +include/xorg/xf86-input-inputtest-protocol.h +include/xorg/xf86.h +include/xorg/xf86Crtc.h +include/xorg/xf86Cursor.h +include/xorg/xf86DDC.h +include/xorg/xf86Modes.h +include/xorg/xf86Module.h +include/xorg/xf86Opt.h +include/xorg/xf86Optionstr.h +include/xorg/xf86Optrec.h +include/xorg/xf86Parser.h +include/xorg/xf86Pci.h +include/xorg/xf86PciInfo.h +include/xorg/xf86Priv.h +include/xorg/xf86Privstr.h +include/xorg/xf86RandR12.h +include/xorg/xf86Xinput.h +include/xorg/xf86_OSlib.h +include/xorg/xf86_OSproc.h +include/xorg/xf86cmap.h +include/xorg/xf86fbman.h +include/xorg/xf86i2c.h +include/xorg/xf86int10.h +include/xorg/xf86platformBus.h +include/xorg/xf86sbusBus.h +include/xorg/xf86str.h +include/xorg/xf86xv.h +include/xorg/xf86xvmc.h +include/xorg/xisb.h +include/xorg/xkbrules.h +include/xorg/xkbsrv.h +include/xorg/xkbstr.h +include/xorg/xorg-server.h +include/xorg/xorgVersion.h +include/xorg/xserver-properties.h +include/xorg/xvdix.h +include/xorg/xvmcext.h +lib/xorg/modules/xlibre-25.0/drivers/modesetting_drv.so +lib/xorg/modules/xlibre-25.0/extensions/libglx.so +lib/xorg/modules/xlibre-25.0/input/inputtest_drv.so +lib/xorg/modules/xlibre-25.0/libexa.so +lib/xorg/modules/xlibre-25.0/libfbdevhw.so +lib/xorg/modules/xlibre-25.0/libglamoregl.so +lib/xorg/modules/xlibre-25.0/libint10.so +lib/xorg/modules/xlibre-25.0/libshadow.so +lib/xorg/modules/xlibre-25.0/libshadowfb.so +lib/xorg/modules/xlibre-25.0/libvgahw.so +lib/xorg/modules/xlibre-25.0/libwfb.so +lib/xorg/protocol.txt +libdata/pkgconfig/xorg-server.pc +%%SUID%%libexec/Xorg +%%SUID%%@(,,4555) libexec/Xorg.wrap +%%UDEV%%share/X11/xorg.conf.d/10-quirks.conf +share/X11/xorg.conf.d/20-evdev-kbd.conf +share/aclocal/xorg-server.m4 +share/man/man1/Xorg.1.gz +%%SUID%%share/man/man1/Xorg.wrap.1.gz +share/man/man1/Xserver.1.gz +share/man/man1/gtf.1.gz +share/man/man4/exa.4.gz +share/man/man4/fbdevhw.4.gz +share/man/man4/inputtestdrv.4.gz +share/man/man4/modesetting.4.gz +%%SUID%%share/man/man5/Xwrapper.config.5.gz +share/man/man5/xorg.conf.5.gz +share/man/man5/xorg.conf.d.5.gz +@dir %%FONTPATHD%% +@dir etc/X11/xorg.conf.d +@dir lib/xorg/modules/drivers +@dir lib/xorg/modules/input +@dir lib/xorg/modules/extensions diff --git a/x11-servers/xlibre-vfb/Makefile b/x11-servers/xlibre-vfb/Makefile new file mode 100644 index 000000000000..f57d65bc78e3 --- /dev/null +++ b/x11-servers/xlibre-vfb/Makefile @@ -0,0 +1,15 @@ +PORTNAME= xlibre-vfb +PORTVERSION= ${XLIBRE_VER} +CATEGORIES= x11-servers + +MAINTAINER= b-aazbsd@proton.me +COMMENT= Xlibre Xvfb server +WWW= https://github.com/X11Libre/xserver/ + +LICENSE= MIT + +CONFLICTS_INSTALL= xorg-vfbserver + +USES= xlibre-cat:server + +.include "../xlibre-server/Makefile.common" diff --git a/x11-servers/xlibre-vfb/pkg-descr b/x11-servers/xlibre-vfb/pkg-descr new file mode 100644 index 000000000000..099ce2821ab5 --- /dev/null +++ b/x11-servers/xlibre-vfb/pkg-descr @@ -0,0 +1 @@ +This package contains Xvfb, a virtual framebuffer X server. diff --git a/x11-servers/xwayland/Makefile b/x11-servers/xwayland/Makefile index 77396ccb281a..080c81280a69 100644 --- a/x11-servers/xwayland/Makefile +++ b/x11-servers/xwayland/Makefile @@ -1,6 +1,5 @@ PORTNAME= xwayland -PORTVERSION= 24.1.8 -PORTREVISION= 1 +PORTVERSION= 24.1.9 PORTEPOCH= 1 CATEGORIES= x11-servers MASTER_SITES= XORG/individual/xserver diff --git a/x11-servers/xwayland/distinfo b/x11-servers/xwayland/distinfo index 57f6f3433e4c..1134100faebc 100644 --- a/x11-servers/xwayland/distinfo +++ b/x11-servers/xwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1751356578 -SHA256 (xwayland-24.1.8.tar.xz) = c8908d57c8ed9ceb8293c16ba7ad5af522efaf1ba7e51f9e4cf3c0774d199907 -SIZE (xwayland-24.1.8.tar.xz) = 1303408 +TIMESTAMP = 1763735356 +SHA256 (xwayland-24.1.9.tar.xz) = f297af27a84508db9b80d1cbbcc69c3801da38eb64c72f3b5b50f582459afdd0 +SIZE (xwayland-24.1.9.tar.xz) = 1304268 diff --git a/x11-themes/plasma6-aurorae/distinfo b/x11-themes/plasma6-aurorae/distinfo index 2a3fe91aa439..6acb2265d66b 100644 --- a/x11-themes/plasma6-aurorae/distinfo +++ b/x11-themes/plasma6-aurorae/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481312 -SHA256 (KDE/plasma/6.5.3/aurorae-6.5.3.tar.xz) = bde2b3eabe85f42426b32964b9282ab6888a95c9249a573a680a0f27be757470 -SIZE (KDE/plasma/6.5.3/aurorae-6.5.3.tar.xz) = 57728 +TIMESTAMP = 1765457166 +SHA256 (KDE/plasma/6.5.4/aurorae-6.5.4.tar.xz) = fbcf087a428036be5e7dfc47e676f73b364713a6b33d66dffa50ea6bdeefb176 +SIZE (KDE/plasma/6.5.4/aurorae-6.5.4.tar.xz) = 58104 diff --git a/x11-themes/plasma6-breeze-gtk/distinfo b/x11-themes/plasma6-breeze-gtk/distinfo index 5822a2a5f7ec..11c3a1c4900d 100644 --- a/x11-themes/plasma6-breeze-gtk/distinfo +++ b/x11-themes/plasma6-breeze-gtk/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481314 -SHA256 (KDE/plasma/6.5.3/breeze-gtk-6.5.3.tar.xz) = d26a60f62fcec0dab82017863f4b5beb8a07b7a21ca48af4470e450bf9dca3aa -SIZE (KDE/plasma/6.5.3/breeze-gtk-6.5.3.tar.xz) = 40852 +TIMESTAMP = 1765457170 +SHA256 (KDE/plasma/6.5.4/breeze-gtk-6.5.4.tar.xz) = 9caa0ed40bfc9d6e5cb99782faeba052713f1b99fcebfaa326e1802d168a364b +SIZE (KDE/plasma/6.5.4/breeze-gtk-6.5.4.tar.xz) = 40828 diff --git a/x11-themes/plasma6-breeze/Makefile b/x11-themes/plasma6-breeze/Makefile index 5542b2092567..5a56a0b268b2 100644 --- a/x11-themes/plasma6-breeze/Makefile +++ b/x11-themes/plasma6-breeze/Makefile @@ -1,10 +1,6 @@ PORTNAME= breeze DISTVERSION= ${KDE_PLASMA_VERSION} -PORTREVISION= 1 CATEGORIES= x11-themes kde kde-plasma -PATCH_SITES= https://invent.kde.org/plasma/breeze/-/commit/ -PATCHFILES= 4a8a46aba6b9e39bfb02c7f46933079b5a50eff5.patch:-p1 \ - 2cd5b37dad8f213aab4029b6d3b80ca7f159ea50.patch:-p1 MAINTAINER= kde@FreeBSD.org COMMENT= Artwork, styles and assets for the Breeze visual style for the Plasma Desktop diff --git a/x11-themes/plasma6-breeze/distinfo b/x11-themes/plasma6-breeze/distinfo index 465e12a0f731..4d1fd371d60e 100644 --- a/x11-themes/plasma6-breeze/distinfo +++ b/x11-themes/plasma6-breeze/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1763751867 -SHA256 (KDE/plasma/6.5.3/breeze-6.5.3.tar.xz) = d782875a4510c31435ccd5aad209eb519c0a4ddfdb7da392f54eae863c2e8699 -SIZE (KDE/plasma/6.5.3/breeze-6.5.3.tar.xz) = 41801364 -SHA256 (KDE/plasma/6.5.3/4a8a46aba6b9e39bfb02c7f46933079b5a50eff5.patch) = 317b08e022cd6847b2d5602df39c92e499d997c879a830a7f9293596ee95b9d2 -SIZE (KDE/plasma/6.5.3/4a8a46aba6b9e39bfb02c7f46933079b5a50eff5.patch) = 1005 -SHA256 (KDE/plasma/6.5.3/2cd5b37dad8f213aab4029b6d3b80ca7f159ea50.patch) = bc0dc7d58f990cf5d5eec7660ec977277abe4f6752a62296b9746fc3911e2da0 -SIZE (KDE/plasma/6.5.3/2cd5b37dad8f213aab4029b6d3b80ca7f159ea50.patch) = 1129 +TIMESTAMP = 1765457169 +SHA256 (KDE/plasma/6.5.4/breeze-6.5.4.tar.xz) = 2b50b2e8ff250ca782ff65f8ea5140121d544d8b8ba4eaa345d6224e8076c3d1 +SIZE (KDE/plasma/6.5.4/breeze-6.5.4.tar.xz) = 41801420 diff --git a/x11-themes/plasma6-kde-gtk-config/distinfo b/x11-themes/plasma6-kde-gtk-config/distinfo index e6ed3c0e36f9..0728b271ac3f 100644 --- a/x11-themes/plasma6-kde-gtk-config/distinfo +++ b/x11-themes/plasma6-kde-gtk-config/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481315 -SHA256 (KDE/plasma/6.5.3/kde-gtk-config-6.5.3.tar.xz) = 8f2452149585e3e05c88ffedb82e43dac1ec7669a08e6a33c03bad0332899f3e -SIZE (KDE/plasma/6.5.3/kde-gtk-config-6.5.3.tar.xz) = 79140 +TIMESTAMP = 1765457170 +SHA256 (KDE/plasma/6.5.4/kde-gtk-config-6.5.4.tar.xz) = 3747496c47691adb09116b1b85587a7a44015b25129c8a04fa6a2a1faded24a8 +SIZE (KDE/plasma/6.5.4/kde-gtk-config-6.5.4.tar.xz) = 79136 diff --git a/x11-themes/plasma6-oxygen/distinfo b/x11-themes/plasma6-oxygen/distinfo index 338b01ea3e0d..f89f40113b62 100644 --- a/x11-themes/plasma6-oxygen/distinfo +++ b/x11-themes/plasma6-oxygen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481316 -SHA256 (KDE/plasma/6.5.3/oxygen-6.5.3.tar.xz) = 379f98db9d829b975b0a59a38a56d9a324feac4bb6f95fc20a5ea5a2203d6d94 -SIZE (KDE/plasma/6.5.3/oxygen-6.5.3.tar.xz) = 2971768 +TIMESTAMP = 1765457172 +SHA256 (KDE/plasma/6.5.4/oxygen-6.5.4.tar.xz) = bf3f2244d2e50662b41bc72aad6926d7bbf5b7d0e96b65b8dc123022dc83bb12 +SIZE (KDE/plasma/6.5.4/oxygen-6.5.4.tar.xz) = 2971880 diff --git a/x11-themes/plasma6-oxygen/pkg-plist b/x11-themes/plasma6-oxygen/pkg-plist index d8f5bd545b85..c9c37734cf1d 100644 --- a/x11-themes/plasma6-oxygen/pkg-plist +++ b/x11-themes/plasma6-oxygen/pkg-plist @@ -1295,6 +1295,8 @@ share/locale/id/LC_MESSAGES/liboxygenstyleconfig.mo share/locale/id/LC_MESSAGES/oxygen_kdecoration.mo share/locale/id/LC_MESSAGES/oxygen_style_config.mo share/locale/id/LC_MESSAGES/oxygen_style_demo.mo +share/locale/is/LC_MESSAGES/liboxygenstyleconfig.mo +share/locale/is/LC_MESSAGES/oxygen_kdecoration.mo share/locale/is/LC_MESSAGES/oxygen_style_config.mo share/locale/is/LC_MESSAGES/oxygen_style_demo.mo share/locale/it/LC_MESSAGES/liboxygenstyleconfig.mo diff --git a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo index 588ab49e1ade..842398bfdc6f 100644 --- a/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo +++ b/x11-themes/plasma6-plasma-workspace-wallpapers/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481324 -SHA256 (KDE/plasma/6.5.3/plasma-workspace-wallpapers-6.5.3.tar.xz) = 447d3a56750d53f53ce1a2735f35124466376ce3d0890b40200bc5fb88f01d97 -SIZE (KDE/plasma/6.5.3/plasma-workspace-wallpapers-6.5.3.tar.xz) = 186904056 +TIMESTAMP = 1765457187 +SHA256 (KDE/plasma/6.5.4/plasma-workspace-wallpapers-6.5.4.tar.xz) = 93d6f24d6e0a8d91578bc07df2abfc95e88268c4a4fdd66f2471a1c6bf9f62fb +SIZE (KDE/plasma/6.5.4/plasma-workspace-wallpapers-6.5.4.tar.xz) = 186904416 diff --git a/x11-themes/plasma6-qqc2-breeze-style/distinfo b/x11-themes/plasma6-qqc2-breeze-style/distinfo index a9ab8fe38390..dc4702ca1129 100644 --- a/x11-themes/plasma6-qqc2-breeze-style/distinfo +++ b/x11-themes/plasma6-qqc2-breeze-style/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481324 -SHA256 (KDE/plasma/6.5.3/qqc2-breeze-style-6.5.3.tar.xz) = ff31b4d46e3b8b2a60031a5b964ea89f7c142cdd3392bde60b4a80f62f265bd3 -SIZE (KDE/plasma/6.5.3/qqc2-breeze-style-6.5.3.tar.xz) = 66412 +TIMESTAMP = 1765457187 +SHA256 (KDE/plasma/6.5.4/qqc2-breeze-style-6.5.4.tar.xz) = a936699c5658e11737746883177e29c71d0f0cda91b0a5ae499e1fbf92df7c0f +SIZE (KDE/plasma/6.5.4/qqc2-breeze-style-6.5.4.tar.xz) = 66432 diff --git a/x11-toolkits/aquamarine/Makefile b/x11-toolkits/aquamarine/Makefile index 989f977a2589..de76d4f5b8ac 100644 --- a/x11-toolkits/aquamarine/Makefile +++ b/x11-toolkits/aquamarine/Makefile @@ -1,6 +1,7 @@ PORTNAME= aquamarine DISTVERSIONPREFIX= v DISTVERSION= 0.10.0 +PORTREVISION= 1 CATEGORIES= x11-toolkits MAINTAINER= tagattie@FreeBSD.org diff --git a/x11-toolkits/hyprtoolkit/Makefile b/x11-toolkits/hyprtoolkit/Makefile index eb3df6c22be0..5cce419eeed9 100644 --- a/x11-toolkits/hyprtoolkit/Makefile +++ b/x11-toolkits/hyprtoolkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= hyprtoolkit DISTVERSIONPREFIX= v -DISTVERSION= 0.4.0 +DISTVERSION= 0.4.1 CATEGORIES= x11-toolkits MAINTAINER= tagattie@FreeBSD.org diff --git a/x11-toolkits/hyprtoolkit/distinfo b/x11-toolkits/hyprtoolkit/distinfo index d875478ef862..eb6f974478b9 100644 --- a/x11-toolkits/hyprtoolkit/distinfo +++ b/x11-toolkits/hyprtoolkit/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764565110 -SHA256 (hyprwm-hyprtoolkit-v0.4.0_GH0.tar.gz) = 3e51f7d1bd76a947af5e505ecf78808f69c2bc96ef3930c6ac3f3e343bd467af -SIZE (hyprwm-hyprtoolkit-v0.4.0_GH0.tar.gz) = 564895 +TIMESTAMP = 1765269628 +SHA256 (hyprwm-hyprtoolkit-v0.4.1_GH0.tar.gz) = 4728566eaafcfb5cf14022642b5ae0e8dd8a38cba902e4b37857f6e5d86a5b19 +SIZE (hyprwm-hyprtoolkit-v0.4.1_GH0.tar.gz) = 566806 diff --git a/x11-toolkits/hyprtoolkit/files/patch-src_layout_Positioner.cpp b/x11-toolkits/hyprtoolkit/files/patch-src_layout_Positioner.cpp deleted file mode 100644 index 28d140a3b255..000000000000 --- a/x11-toolkits/hyprtoolkit/files/patch-src_layout_Positioner.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/layout/Positioner.cpp.orig 2025-12-01 05:02:26 UTC -+++ src/layout/Positioner.cpp -@@ -96,7 +96,7 @@ void CPositioner::repositionNeeded(SP<IElement> elemen - if (!element->impl->parent->impl->positionerData || element->impl->parent->impl->positionerData->baseBox.empty()) { - if (force) { - initElementIfNeeded(element); -- position(element, CBox{Vector2D{}, element->preferredSize(Vector2D{}).value_or({})}); -+ position(element, CBox{Vector2D{}, element->preferredSize(Vector2D{}).value_or(Vector2D{})}); - } else if (element->impl->window) // full reflow needed - element->impl->window->scheduleReposition(element->impl->window->m_rootElement); - return; diff --git a/x11-toolkits/hyprtoolkit/files/patch-src_sessionLock_WaylandSessionLock.cpp b/x11-toolkits/hyprtoolkit/files/patch-src_sessionLock_WaylandSessionLock.cpp deleted file mode 100644 index 1326a13ffe76..000000000000 --- a/x11-toolkits/hyprtoolkit/files/patch-src_sessionLock_WaylandSessionLock.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sessionLock/WaylandSessionLock.cpp.orig 2025-12-01 05:05:45 UTC -+++ src/sessionLock/WaylandSessionLock.cpp -@@ -3,6 +3,8 @@ - #include "../core/platforms/WaylandPlatform.hpp" - #include "../window/WaylandLockSurface.hpp" - -+#include <algorithm> -+ - using namespace Hyprtoolkit; - - CWaylandSessionLockState::CWaylandSessionLockState(SP<CCExtSessionLockV1> lock) : m_lock(lock) { diff --git a/x11-toolkits/hyprtoolkit/files/patch-tests_SimpleSessionLock.cpp b/x11-toolkits/hyprtoolkit/files/patch-tests_SimpleSessionLock.cpp deleted file mode 100644 index a22d0cd31a0c..000000000000 --- a/x11-toolkits/hyprtoolkit/files/patch-tests_SimpleSessionLock.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- tests/SimpleSessionLock.cpp.orig 2025-12-01 05:13:48 UTC -+++ tests/SimpleSessionLock.cpp -@@ -12,6 +12,7 @@ - #include <hyprutils/memory/SharedPtr.hpp> - #include <hyprutils/memory/UniquePtr.hpp> - -+#include <algorithm> - #include <print> - - using namespace Hyprutils::Memory; diff --git a/x11-toolkits/hyprtoolkit/pkg-plist b/x11-toolkits/hyprtoolkit/pkg-plist index d70d5e2d6b7c..7ef85eb1a998 100644 --- a/x11-toolkits/hyprtoolkit/pkg-plist +++ b/x11-toolkits/hyprtoolkit/pkg-plist @@ -24,6 +24,7 @@ include/hyprtoolkit/palette/Color.hpp include/hyprtoolkit/palette/Palette.hpp include/hyprtoolkit/system/Icons.hpp include/hyprtoolkit/types/FontTypes.hpp +include/hyprtoolkit/types/ImageTypes.hpp include/hyprtoolkit/types/PointerShape.hpp include/hyprtoolkit/types/SizeType.hpp include/hyprtoolkit/window/Window.hpp diff --git a/x11-toolkits/linux-rl9-gtk3/Makefile b/x11-toolkits/linux-rl9-gtk3/Makefile index 7f5b76d2fb2b..be52503caa1a 100644 --- a/x11-toolkits/linux-rl9-gtk3/Makefile +++ b/x11-toolkits/linux-rl9-gtk3/Makefile @@ -1,7 +1,7 @@ PORTNAME= gtk3 PORTVERSION= 3.24.31 -DISTVERSIONSUFFIX= -5.el9 -PORTREVISION= 5 +DISTVERSIONSUFFIX= -8.el9 +PORTREVISION= 6 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org diff --git a/x11-toolkits/linux-rl9-gtk3/distinfo b/x11-toolkits/linux-rl9-gtk3/distinfo index b296ec4ef599..0a0b841b0fc5 100644 --- a/x11-toolkits/linux-rl9-gtk3/distinfo +++ b/x11-toolkits/linux-rl9-gtk3/distinfo @@ -1,9 +1,9 @@ -TIMESTAMP = 1732662815 -SHA256 (rocky/g/gtk3-3.24.31-5.el9.aarch64.rpm) = de15b28164def8fc7ac635f5602bd0195866a3a96c697ba6815cf859737d5d72 -SIZE (rocky/g/gtk3-3.24.31-5.el9.aarch64.rpm) = 4981870 -SHA256 (rocky/g/gtk3-3.24.31-5.el9.i686.rpm) = 03d7e4dd514ef3d7ef236aefa75bda6f2a0658df0f076b662710cab670ce24f7 -SIZE (rocky/g/gtk3-3.24.31-5.el9.i686.rpm) = 5309653 -SHA256 (rocky/g/gtk3-3.24.31-5.el9.x86_64.rpm) = 6f7d4744107632dc7ce1f6cc21ca94157e58585d359cfc4f05421df1a9e5ebdd -SIZE (rocky/g/gtk3-3.24.31-5.el9.x86_64.rpm) = 5079874 -SHA256 (rocky/g/gtk3-3.24.31-5.el9.src.rpm) = b6fe0ad926cb025744b19cb112eaa80f72d877a414379a0e9170786d7560ed15 -SIZE (rocky/g/gtk3-3.24.31-5.el9.src.rpm) = 22488919 +TIMESTAMP = 1765203035 +SHA256 (rocky/g/gtk3-3.24.31-8.el9.aarch64.rpm) = 5736caa93cac0f154ca24e8dde7c84b3fefeb89ab10a247c6a07ace630aaf6dd +SIZE (rocky/g/gtk3-3.24.31-8.el9.aarch64.rpm) = 4978946 +SHA256 (rocky/g/gtk3-3.24.31-8.el9.i686.rpm) = a1a3500c69627a842655ed4be59ab110095d12481ce184735268c2df0bd23df4 +SIZE (rocky/g/gtk3-3.24.31-8.el9.i686.rpm) = 5302417 +SHA256 (rocky/g/gtk3-3.24.31-8.el9.x86_64.rpm) = c2fd1bcfd0dc62611ba7cbd54d555738a683892f79db22818198a42ef2c72c3e +SIZE (rocky/g/gtk3-3.24.31-8.el9.x86_64.rpm) = 5077818 +SHA256 (rocky/g/gtk3-3.24.31-8.el9.src.rpm) = 1dde0309d105a97f51fc59ea387ccab0567e07725920bda0ba5334af51e41cb1 +SIZE (rocky/g/gtk3-3.24.31-8.el9.src.rpm) = 22492789 diff --git a/x11-toolkits/plasma6-kdeplasma-addons/distinfo b/x11-toolkits/plasma6-kdeplasma-addons/distinfo index c09d48f31c76..55183c407404 100644 --- a/x11-toolkits/plasma6-kdeplasma-addons/distinfo +++ b/x11-toolkits/plasma6-kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481325 -SHA256 (KDE/plasma/6.5.3/kdeplasma-addons-6.5.3.tar.xz) = 8426429aaf15bf33d3c7b7f61837e9b5679e9b7ce73f612273398a7a977c6287 -SIZE (KDE/plasma/6.5.3/kdeplasma-addons-6.5.3.tar.xz) = 1096852 +TIMESTAMP = 1765457188 +SHA256 (KDE/plasma/6.5.4/kdeplasma-addons-6.5.4.tar.xz) = 25106469a681f363f7b415fb26d89aed5734dc2371839697a2f05fd4558b416f +SIZE (KDE/plasma/6.5.4/kdeplasma-addons-6.5.4.tar.xz) = 1097632 diff --git a/x11-toolkits/rubygem-gdk3/Makefile b/x11-toolkits/rubygem-gdk3/Makefile index 80cd163f0f6b..6287f37a153a 100644 --- a/x11-toolkits/rubygem-gdk3/Makefile +++ b/x11-toolkits/rubygem-gdk3/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdk3 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gdk3/distinfo b/x11-toolkits/rubygem-gdk3/distinfo index 70a2febe6f9e..d89c2307c956 100644 --- a/x11-toolkits/rubygem-gdk3/distinfo +++ b/x11-toolkits/rubygem-gdk3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121930 -SHA256 (rubygem/gdk3-4.3.3.gem) = 170099166f8a072993926951c9987b5daa35fa51b48a3b386d63e648654edc2f -SIZE (rubygem/gdk3-4.3.3.gem) = 36352 +TIMESTAMP = 1765033014 +SHA256 (rubygem/gdk3-4.3.4.gem) = 7a7a86a6741771a4dd8892848b652068c5d106fcf61c31150e6cfb94064e4768 +SIZE (rubygem/gdk3-4.3.4.gem) = 36352 diff --git a/x11-toolkits/rubygem-gdk4/Makefile b/x11-toolkits/rubygem-gdk4/Makefile index b45505eeb81a..3d6de2ee2d09 100644 --- a/x11-toolkits/rubygem-gdk4/Makefile +++ b/x11-toolkits/rubygem-gdk4/Makefile @@ -1,5 +1,5 @@ PORTNAME= gdk4 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gdk4/distinfo b/x11-toolkits/rubygem-gdk4/distinfo index 71276c1cc790..9ae500f5463d 100644 --- a/x11-toolkits/rubygem-gdk4/distinfo +++ b/x11-toolkits/rubygem-gdk4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121932 -SHA256 (rubygem/gdk4-4.3.3.gem) = 945328582af9983d4bae5635ea191449507bdf885595724571461032c08e1aa5 -SIZE (rubygem/gdk4-4.3.3.gem) = 30720 +TIMESTAMP = 1765033016 +SHA256 (rubygem/gdk4-4.3.4.gem) = bce441cf07e17dd7a62885d2d48430b5b532c719112faeca03c8c1b70a5e498b +SIZE (rubygem/gdk4-4.3.4.gem) = 30720 diff --git a/x11-toolkits/rubygem-gsk4/Makefile b/x11-toolkits/rubygem-gsk4/Makefile index 30cb1eeb666b..6121bc2e8e91 100644 --- a/x11-toolkits/rubygem-gsk4/Makefile +++ b/x11-toolkits/rubygem-gsk4/Makefile @@ -1,5 +1,5 @@ PORTNAME= gsk4 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gsk4/distinfo b/x11-toolkits/rubygem-gsk4/distinfo index 3a485a2174cd..0e424e81c15d 100644 --- a/x11-toolkits/rubygem-gsk4/distinfo +++ b/x11-toolkits/rubygem-gsk4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757120484 -SHA256 (rubygem/gsk4-4.3.3.gem) = 91485b700f4e3de9beb6eeb03501045c842c83b6c9523b2773aba14c561d4834 -SIZE (rubygem/gsk4-4.3.3.gem) = 15872 +TIMESTAMP = 1765033018 +SHA256 (rubygem/gsk4-4.3.4.gem) = be97b8c9a79ee860390bde14371147012427fe16ffa8de4de5e6c804610df781 +SIZE (rubygem/gsk4-4.3.4.gem) = 15872 diff --git a/x11-toolkits/rubygem-gtk3/Makefile b/x11-toolkits/rubygem-gtk3/Makefile index 794a8f2c2f57..cbf37cc69d0a 100644 --- a/x11-toolkits/rubygem-gtk3/Makefile +++ b/x11-toolkits/rubygem-gtk3/Makefile @@ -1,5 +1,5 @@ PORTNAME= gtk3 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtk3/distinfo b/x11-toolkits/rubygem-gtk3/distinfo index 7e8c2dbe7bf1..abb1c03d160f 100644 --- a/x11-toolkits/rubygem-gtk3/distinfo +++ b/x11-toolkits/rubygem-gtk3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121934 -SHA256 (rubygem/gtk3-4.3.3.gem) = 01fbd4888603267ba3647460cf8878c5d83e98f325854f3ba869a21e126b0cf5 -SIZE (rubygem/gtk3-4.3.3.gem) = 867328 +TIMESTAMP = 1765033020 +SHA256 (rubygem/gtk3-4.3.4.gem) = d0560a076f0e73c6b1343a415b9f53105a1daeca72c2443fdc50f43fb637fdb3 +SIZE (rubygem/gtk3-4.3.4.gem) = 867328 diff --git a/x11-toolkits/rubygem-gtk4/Makefile b/x11-toolkits/rubygem-gtk4/Makefile index 074b53bac37e..24bff9e5da2d 100644 --- a/x11-toolkits/rubygem-gtk4/Makefile +++ b/x11-toolkits/rubygem-gtk4/Makefile @@ -1,5 +1,5 @@ PORTNAME= gtk4 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtk4/distinfo b/x11-toolkits/rubygem-gtk4/distinfo index 47807cb47f65..fd7a4161ae86 100644 --- a/x11-toolkits/rubygem-gtk4/distinfo +++ b/x11-toolkits/rubygem-gtk4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121936 -SHA256 (rubygem/gtk4-4.3.3.gem) = b6cab5088b7868666bdcd5dcbf0ef60ec8e9c53e8d2bdd0c02b21ec560f94ef6 -SIZE (rubygem/gtk4-4.3.3.gem) = 96256 +TIMESTAMP = 1765033022 +SHA256 (rubygem/gtk4-4.3.4.gem) = d0959ac5c277eda706e2653bd3410ae3482645696602081587fbc2710093faa5 +SIZE (rubygem/gtk4-4.3.4.gem) = 96256 diff --git a/x11-toolkits/rubygem-gtksourceview3/Makefile b/x11-toolkits/rubygem-gtksourceview3/Makefile index cede06982d18..6ffc20b621b5 100644 --- a/x11-toolkits/rubygem-gtksourceview3/Makefile +++ b/x11-toolkits/rubygem-gtksourceview3/Makefile @@ -1,5 +1,5 @@ PORTNAME= gtksourceview3 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtksourceview3/distinfo b/x11-toolkits/rubygem-gtksourceview3/distinfo index d72c39d5d416..50724435c5f3 100644 --- a/x11-toolkits/rubygem-gtksourceview3/distinfo +++ b/x11-toolkits/rubygem-gtksourceview3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121938 -SHA256 (rubygem/gtksourceview3-4.3.3.gem) = 5b74d87c056704b65109ae6a8b3068e6809a8ee5de73cff6385a044b7a085e9a -SIZE (rubygem/gtksourceview3-4.3.3.gem) = 17408 +TIMESTAMP = 1765033024 +SHA256 (rubygem/gtksourceview3-4.3.4.gem) = dcd1229daf371adcf0e5dca3d6b368a784e6e124acb01c7f5bc89f981e48bf12 +SIZE (rubygem/gtksourceview3-4.3.4.gem) = 17408 diff --git a/x11-toolkits/rubygem-gtksourceview4/Makefile b/x11-toolkits/rubygem-gtksourceview4/Makefile index 045072607f79..ecfb3ad2bc53 100644 --- a/x11-toolkits/rubygem-gtksourceview4/Makefile +++ b/x11-toolkits/rubygem-gtksourceview4/Makefile @@ -1,5 +1,5 @@ PORTNAME= gtksourceview4 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-gtksourceview4/distinfo b/x11-toolkits/rubygem-gtksourceview4/distinfo index f900c1a32fea..405ddd84320c 100644 --- a/x11-toolkits/rubygem-gtksourceview4/distinfo +++ b/x11-toolkits/rubygem-gtksourceview4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121940 -SHA256 (rubygem/gtksourceview4-4.3.3.gem) = 7c754e8688de65bee3f76bd27ca26e99e459dbf6fc71e05a051af47478ec8358 -SIZE (rubygem/gtksourceview4-4.3.3.gem) = 17408 +TIMESTAMP = 1765033026 +SHA256 (rubygem/gtksourceview4-4.3.4.gem) = 777abe158f84d0a4ffccaf9145dd4fabf6eb3f379b913e84399bb6310c425e75 +SIZE (rubygem/gtksourceview4-4.3.4.gem) = 17408 diff --git a/x11-toolkits/rubygem-pango/Makefile b/x11-toolkits/rubygem-pango/Makefile index 4a3007b24492..9b7ecac1b0cc 100644 --- a/x11-toolkits/rubygem-pango/Makefile +++ b/x11-toolkits/rubygem-pango/Makefile @@ -1,5 +1,5 @@ PORTNAME= pango -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-pango/distinfo b/x11-toolkits/rubygem-pango/distinfo index a420923a7b57..980b155bd55d 100644 --- a/x11-toolkits/rubygem-pango/distinfo +++ b/x11-toolkits/rubygem-pango/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121942 -SHA256 (rubygem/pango-4.3.3.gem) = 980da4ed23cde862b9c753b22219e3d29f32b9566b19f2acd17f19bc36c52edd -SIZE (rubygem/pango-4.3.3.gem) = 25088 +TIMESTAMP = 1765033028 +SHA256 (rubygem/pango-4.3.4.gem) = c7d57383b0a547fa16ad1b51b5edf4102595c4631d53b2285619e2db06b57223 +SIZE (rubygem/pango-4.3.4.gem) = 25088 diff --git a/x11-toolkits/rubygem-poppler/Makefile b/x11-toolkits/rubygem-poppler/Makefile index f935b0ab768a..a13b1c5d4d24 100644 --- a/x11-toolkits/rubygem-poppler/Makefile +++ b/x11-toolkits/rubygem-poppler/Makefile @@ -1,6 +1,5 @@ PORTNAME= poppler -PORTVERSION= 4.3.3 -PORTREVISION= 1 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-poppler/distinfo b/x11-toolkits/rubygem-poppler/distinfo index 647b20c6f62f..3561f900239a 100644 --- a/x11-toolkits/rubygem-poppler/distinfo +++ b/x11-toolkits/rubygem-poppler/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121944 -SHA256 (rubygem/poppler-4.3.3.gem) = a4f8e3388bd89a7be9eddecb0844231baf5bd0fdf000dfd4b214f74315ade3ca -SIZE (rubygem/poppler-4.3.3.gem) = 95232 +TIMESTAMP = 1765033030 +SHA256 (rubygem/poppler-4.3.4.gem) = ae22aa868b36e72068a30ddc26f852917a89bc17f1f1b69feba7b931c3953ea7 +SIZE (rubygem/poppler-4.3.4.gem) = 95232 diff --git a/x11-toolkits/rubygem-vte3/Makefile b/x11-toolkits/rubygem-vte3/Makefile index de5698b5d3ac..726d7cdf05b3 100644 --- a/x11-toolkits/rubygem-vte3/Makefile +++ b/x11-toolkits/rubygem-vte3/Makefile @@ -1,5 +1,5 @@ PORTNAME= vte3 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-vte3/distinfo b/x11-toolkits/rubygem-vte3/distinfo index f017649f696c..63d7ef9eed2b 100644 --- a/x11-toolkits/rubygem-vte3/distinfo +++ b/x11-toolkits/rubygem-vte3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121946 -SHA256 (rubygem/vte3-4.3.3.gem) = 7c82154b9ade3417bbd6d75b239b13a77b23267f9ee675b69b000e09b853be21 -SIZE (rubygem/vte3-4.3.3.gem) = 19456 +TIMESTAMP = 1765033032 +SHA256 (rubygem/vte3-4.3.4.gem) = cf045ff370bdf50c4e3a6cdcc8f46cd57b51d0b000c4e60b7c8da3c6d2bea0ae +SIZE (rubygem/vte3-4.3.4.gem) = 19456 diff --git a/x11-toolkits/rubygem-vte4/Makefile b/x11-toolkits/rubygem-vte4/Makefile index dc24cb569e74..0f5d449559d9 100644 --- a/x11-toolkits/rubygem-vte4/Makefile +++ b/x11-toolkits/rubygem-vte4/Makefile @@ -1,5 +1,5 @@ PORTNAME= vte4 -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11-toolkits rubygems MASTER_SITES= RG diff --git a/x11-toolkits/rubygem-vte4/distinfo b/x11-toolkits/rubygem-vte4/distinfo index 1aab42c6b907..d00cbab0c5dd 100644 --- a/x11-toolkits/rubygem-vte4/distinfo +++ b/x11-toolkits/rubygem-vte4/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1757121948 -SHA256 (rubygem/vte4-4.3.3.gem) = 8cb905e499a967f2562a5e23079f4b74642308a12f2146d1269d8e87ef22d0ce -SIZE (rubygem/vte4-4.3.3.gem) = 18944 +TIMESTAMP = 1765033034 +SHA256 (rubygem/vte4-4.3.4.gem) = b74f1a938532614b6c2211069f225749713a47aca2a955851a685bfb2e0af704 +SIZE (rubygem/vte4-4.3.4.gem) = 18944 diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1ef776b4dfe5..cb692b1c819e 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -68,6 +68,7 @@ SUBDIR += lxqt-wayland-session SUBDIR += lxsession SUBDIR += magpie + SUBDIR += mangowc SUBDIR += marco SUBDIR += mcwm SUBDIR += metacity diff --git a/x11-wm/cosmic-comp/Makefile b/x11-wm/cosmic-comp/Makefile index 41a6b912faa1..fc57e97c89ba 100644 --- a/x11-wm/cosmic-comp/Makefile +++ b/x11-wm/cosmic-comp/Makefile @@ -1,6 +1,6 @@ PORTNAME= cosmic-comp DISTVERSIONPREFIX= epoch- -DISTVERSION= 1.0.0-beta.9 +DISTVERSION= 1.0.0 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org @@ -24,7 +24,7 @@ USE_GITHUB= yes USE_GL= gbm USE_XORG= pixman GH_ACCOUNT= pop-os -GH_TUPLE= pop-os:iced:0.4.2-3056-g8cbf2b70:iced/../${WRKSRC_crate_iced:T}/iced +GH_TUPLE= pop-os:iced:0.4.2-3067-g10db38f9:iced/../${WRKSRC_crate_iced:T}/iced CARGO_FEATURES= --no-default-features # disable systemd PLIST_FILES= bin/${PORTNAME} \ share/cosmic/com.system76.CosmicSettings.Shortcuts/v1/defaults/keybindings.ron \ diff --git a/x11-wm/cosmic-comp/Makefile.crates b/x11-wm/cosmic-comp/Makefile.crates index d98afccdddfc..f27fd73d35f5 100644 --- a/x11-wm/cosmic-comp/Makefile.crates +++ b/x11-wm/cosmic-comp/Makefile.crates @@ -45,6 +45,8 @@ CARGO_CRATES= ab_glyph-0.2.32 \ block-buffer-0.10.4 \ block2-0.5.1 \ blocking-1.6.2 \ + bstr-1.12.1 \ + btoi-0.5.0 \ bumpalo-3.19.0 \ by_address-1.2.1 \ bytemuck-1.24.0 \ @@ -100,9 +102,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ derive_setters-0.1.8 \ derive_utils-0.15.0 \ digest-0.10.7 \ - dirs-5.0.1 \ dirs-6.0.0 \ - dirs-sys-0.4.1 \ dirs-sys-0.5.0 \ dispatch-0.2.0 \ displaydoc-0.2.5 \ @@ -153,7 +153,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ fluent-syntax-0.12.0 \ fnv-1.0.7 \ foldhash-0.1.5 \ - font-types-0.10.0 \ + font-types-0.10.1 \ fontconfig-parser-0.5.8 \ fontdb-0.18.0 \ fontdb-0.23.0 \ @@ -194,7 +194,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ grid-0.18.0 \ guillotiere-0.6.2 \ half-2.7.1 \ - harfrust-0.3.2 \ + harfrust-0.4.1 \ hashbrown-0.12.3 \ hashbrown-0.15.5 \ hashbrown-0.16.0 \ @@ -227,7 +227,6 @@ CARGO_CRATES= ab_glyph-0.2.32 \ imagesize-0.12.0 \ indexmap-1.9.3 \ indexmap-2.11.4 \ - ini_core-0.2.0 \ inotify-0.11.0 \ inotify-sys-0.1.5 \ input-0.9.1 \ @@ -359,9 +358,13 @@ CARGO_CRATES= ab_glyph-0.2.32 \ paste-1.0.15 \ percent-encoding-2.3.2 \ phf-0.11.3 \ + phf-0.13.1 \ phf_generator-0.11.3 \ + phf_generator-0.13.1 \ phf_macros-0.11.3 \ + phf_macros-0.13.1 \ phf_shared-0.11.3 \ + phf_shared-0.13.1 \ pico-args-0.5.0 \ pin-project-1.1.10 \ pin-project-internal-1.1.10 \ @@ -399,10 +402,10 @@ CARGO_CRATES= ab_glyph-0.2.32 \ raw-window-handle-0.6.2 \ rctree-0.5.0 \ read-fonts-0.35.0 \ + read-fonts-0.36.0 \ redox_syscall-0.2.16 \ redox_syscall-0.4.1 \ redox_syscall-0.5.18 \ - redox_users-0.4.6 \ redox_users-0.5.2 \ ref-cast-1.0.25 \ ref-cast-impl-1.0.25 \ @@ -453,6 +456,7 @@ CARGO_CRATES= ab_glyph-0.2.32 \ siphasher-0.3.11 \ siphasher-1.0.1 \ skrifa-0.37.0 \ + skrifa-0.39.0 \ slab-0.4.11 \ slotmap-1.0.7 \ smallvec-1.15.1 \ @@ -640,7 +644,6 @@ CARGO_CRATES= ab_glyph-0.2.32 \ x11rb-0.13.2 \ x11rb-protocol-0.13.2 \ xcursor-0.3.10 \ - xdg-2.5.2 \ xdg-3.0.0 \ xdg-user-0.2.1 \ xkbcommon-0.8.0 \ @@ -670,16 +673,16 @@ CARGO_CRATES= ab_glyph-0.2.32 \ zvariant_derive-5.8.0 \ zvariant_utils-3.2.1 \ cosmic-settings-daemon@git+https://github.com/pop-os/dbus-settings-bindings\#b2337437d70b3db7a56211a43aa1632306711b2d \ + smithay@git+https://github.com/smithay/smithay.git?rev=cb9acba\#cb9acba2775de4f2032e023520e007cd66909eda \ + cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#7051682e70defcab6b683d6e9db07124a6de0df7 \ cosmic-settings-config,cosmic-settings-daemon-config@git+https://github.com/pop-os/cosmic-settings-daemon\#68331387e4336c37ce2300bea8638257feab449a \ atomicwrites@git+https://github.com/jackpot51/rust-atomicwrites\#043ab4859d53ffd3d55334685303d8df39c9f768 \ iced_glyphon@git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev\#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b \ - cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#f44d82a7e83af15270a9ca3beb832f4799699337 \ - cosmic-freedesktop-icons@git+https://github.com/pop-os/freedesktop-icons\#8a05c322c482ff3c69cf34bacfee98907ac45307 \ clipboard_macos,clipboard_wayland,clipboard_x11,dnd,mime,window_clipboard@git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2\#6b9faab87bea9cebec6ae036906fd67fed254f5f \ - smithay@git+https://github.com/smithay/smithay.git?rev=d40ada5\#d40ada55eceac04fb1c752f0f17b0c32cf24fbb1 \ - cosmic-text@git+https://github.com/pop-os/cosmic-text.git\#cffdea2b334e7830a5fd6f95bf5e1784014442a8 \ + cosmic-freedesktop-icons@git+https://github.com/pop-os/freedesktop-icons\#7a61a704f6d1ec41f71cbe766e3cc484858523fa \ cosmic-randr-shell@git+https://github.com/pop-os/cosmic-randr/\#bce9cdf2d447508d4e2d54a2be4fcd738ab51df5 \ smithay-clipboard@git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5\#5a3007def49eb678d1144850c9ee04b80707c56a \ softbuffer@git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0\#a3f77e251e7422803f693df6e3fc313c010c4dcb \ + cosmic-config,cosmic-config-derive,cosmic-theme,iced,iced_core,iced_futures,iced_graphics,iced_renderer,iced_runtime,iced_tiny_skia,iced_wgpu,iced_widget,libcosmic@git+https://github.com/pop-os/libcosmic/\#3b8ad45950f5d23c8550e18e628f6e70b7089d89 \ cosmic-client-toolkit,cosmic-protocols@git+https://github.com/pop-os/cosmic-protocols?branch=main\#d0e95be25e423cfe523b11111a3666ed7aaf0dc4 \ id_tree@git+https://github.com/Drakulix/id-tree.git?branch=feature%2Fcopy_clone\#632a57d6d49160e18d7300fa7edae52281ec5482 diff --git a/x11-wm/cosmic-comp/distinfo b/x11-wm/cosmic-comp/distinfo index 717ec26cfd0f..a18d244ec0a5 100644 --- a/x11-wm/cosmic-comp/distinfo +++ b/x11-wm/cosmic-comp/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764775100 +TIMESTAMP = 1765324739 SHA256 (rust/crates/ab_glyph-0.2.32.crate) = 01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2 SIZE (rust/crates/ab_glyph-0.2.32.crate) = 20967 SHA256 (rust/crates/ab_glyph_rasterizer-0.1.10.crate) = 366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618 @@ -93,6 +93,10 @@ SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204 SIZE (rust/crates/block2-0.5.1.crate) = 24191 SHA256 (rust/crates/blocking-1.6.2.crate) = e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21 SIZE (rust/crates/blocking-1.6.2.crate) = 17754 +SHA256 (rust/crates/bstr-1.12.1.crate) = 63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab +SIZE (rust/crates/bstr-1.12.1.crate) = 354916 +SHA256 (rust/crates/btoi-0.5.0.crate) = 3b5ab9db53bcda568284df0fd39f6eac24ad6f7ba7ff1168b9e76eba6576b976 +SIZE (rust/crates/btoi-0.5.0.crate) = 11606 SHA256 (rust/crates/bumpalo-3.19.0.crate) = 46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43 SIZE (rust/crates/bumpalo-3.19.0.crate) = 96414 SHA256 (rust/crates/by_address-1.2.1.crate) = 64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06 @@ -203,12 +207,8 @@ SHA256 (rust/crates/derive_utils-0.15.0.crate) = ccfae181bab5ab6c5478b2ccb69e4c6 SIZE (rust/crates/derive_utils-0.15.0.crate) = 16294 SHA256 (rust/crates/digest-0.10.7.crate) = 9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292 SIZE (rust/crates/digest-0.10.7.crate) = 19557 -SHA256 (rust/crates/dirs-5.0.1.crate) = 44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225 -SIZE (rust/crates/dirs-5.0.1.crate) = 12255 SHA256 (rust/crates/dirs-6.0.0.crate) = c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e SIZE (rust/crates/dirs-6.0.0.crate) = 14190 -SHA256 (rust/crates/dirs-sys-0.4.1.crate) = 520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c -SIZE (rust/crates/dirs-sys-0.4.1.crate) = 10719 SHA256 (rust/crates/dirs-sys-0.5.0.crate) = e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab SIZE (rust/crates/dirs-sys-0.5.0.crate) = 10157 SHA256 (rust/crates/dispatch-0.2.0.crate) = bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b @@ -309,8 +309,8 @@ SHA256 (rust/crates/fnv-1.0.7.crate) = 3f9eec918d3f24069decb9af1554cad7c880e2da2 SIZE (rust/crates/fnv-1.0.7.crate) = 11266 SHA256 (rust/crates/foldhash-0.1.5.crate) = d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2 SIZE (rust/crates/foldhash-0.1.5.crate) = 21901 -SHA256 (rust/crates/font-types-0.10.0.crate) = 511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b -SIZE (rust/crates/font-types-0.10.0.crate) = 24757 +SHA256 (rust/crates/font-types-0.10.1.crate) = 39a654f404bbcbd48ea58c617c2993ee91d1cb63727a37bf2323a4edeed1b8c5 +SIZE (rust/crates/font-types-0.10.1.crate) = 24859 SHA256 (rust/crates/fontconfig-parser-0.5.8.crate) = bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646 SIZE (rust/crates/fontconfig-parser-0.5.8.crate) = 40928 SHA256 (rust/crates/fontdb-0.18.0.crate) = e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770 @@ -391,8 +391,8 @@ SHA256 (rust/crates/guillotiere-0.6.2.crate) = b62d5865c036cb1393e23c50693df631d SIZE (rust/crates/guillotiere-0.6.2.crate) = 18116 SHA256 (rust/crates/half-2.7.1.crate) = 6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b SIZE (rust/crates/half-2.7.1.crate) = 61040 -SHA256 (rust/crates/harfrust-0.3.2.crate) = 92c020db12c71d8a12a3fe7607873cade3a01a6287e29d540c8723276221b9d8 -SIZE (rust/crates/harfrust-0.3.2.crate) = 308772 +SHA256 (rust/crates/harfrust-0.4.1.crate) = e0caaee032384c10dd597af4579c67dee16650d862a9ccbe1233ff1a379abc07 +SIZE (rust/crates/harfrust-0.4.1.crate) = 536003 SHA256 (rust/crates/hashbrown-0.12.3.crate) = 8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888 SIZE (rust/crates/hashbrown-0.12.3.crate) = 102968 SHA256 (rust/crates/hashbrown-0.15.5.crate) = 9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1 @@ -457,8 +457,6 @@ SHA256 (rust/crates/indexmap-1.9.3.crate) = bd070e393353796e801d209ad339e89596eb SIZE (rust/crates/indexmap-1.9.3.crate) = 54653 SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 -SHA256 (rust/crates/ini_core-0.2.0.crate) = 7a467a31a9f439b5262fa99c17084537bff57f24703d5a09a2b5c9657ec73a61 -SIZE (rust/crates/ini_core-0.2.0.crate) = 8081 SHA256 (rust/crates/inotify-0.11.0.crate) = f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3 SIZE (rust/crates/inotify-0.11.0.crate) = 26241 SHA256 (rust/crates/inotify-sys-0.1.5.crate) = e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb @@ -721,12 +719,20 @@ SHA256 (rust/crates/percent-encoding-2.3.2.crate) = 9b4f627cb1b25917193a259e49bd SIZE (rust/crates/percent-encoding-2.3.2.crate) = 11583 SHA256 (rust/crates/phf-0.11.3.crate) = 1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078 SIZE (rust/crates/phf-0.11.3.crate) = 23231 +SHA256 (rust/crates/phf-0.13.1.crate) = c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf +SIZE (rust/crates/phf-0.13.1.crate) = 24786 SHA256 (rust/crates/phf_generator-0.11.3.crate) = 3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d SIZE (rust/crates/phf_generator-0.11.3.crate) = 15431 +SHA256 (rust/crates/phf_generator-0.13.1.crate) = 135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737 +SIZE (rust/crates/phf_generator-0.13.1.crate) = 15952 SHA256 (rust/crates/phf_macros-0.11.3.crate) = f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216 SIZE (rust/crates/phf_macros-0.11.3.crate) = 18436 +SHA256 (rust/crates/phf_macros-0.13.1.crate) = 812f032b54b1e759ccd5f8b6677695d5268c588701effba24601f6932f8269ef +SIZE (rust/crates/phf_macros-0.13.1.crate) = 21732 SHA256 (rust/crates/phf_shared-0.11.3.crate) = 67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5 SIZE (rust/crates/phf_shared-0.11.3.crate) = 15199 +SHA256 (rust/crates/phf_shared-0.13.1.crate) = e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266 +SIZE (rust/crates/phf_shared-0.13.1.crate) = 16141 SHA256 (rust/crates/pico-args-0.5.0.crate) = 5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315 SIZE (rust/crates/pico-args-0.5.0.crate) = 11545 SHA256 (rust/crates/pin-project-1.1.10.crate) = 677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a @@ -801,14 +807,14 @@ SHA256 (rust/crates/rctree-0.5.0.crate) = 3b42e27ef78c35d3998403c1d26f3efd9e135d SIZE (rust/crates/rctree-0.5.0.crate) = 8298 SHA256 (rust/crates/read-fonts-0.35.0.crate) = 6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358 SIZE (rust/crates/read-fonts-0.35.0.crate) = 416793 +SHA256 (rust/crates/read-fonts-0.36.0.crate) = 5eaa2941a4c05443ee3a7b26ab076a553c343ad5995230cc2b1d3e993bdc6345 +SIZE (rust/crates/read-fonts-0.36.0.crate) = 417701 SHA256 (rust/crates/redox_syscall-0.2.16.crate) = fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a SIZE (rust/crates/redox_syscall-0.2.16.crate) = 24012 SHA256 (rust/crates/redox_syscall-0.4.1.crate) = 4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa SIZE (rust/crates/redox_syscall-0.4.1.crate) = 24858 SHA256 (rust/crates/redox_syscall-0.5.18.crate) = ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d SIZE (rust/crates/redox_syscall-0.5.18.crate) = 30747 -SHA256 (rust/crates/redox_users-0.4.6.crate) = ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43 -SIZE (rust/crates/redox_users-0.4.6.crate) = 15585 SHA256 (rust/crates/redox_users-0.5.2.crate) = a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac SIZE (rust/crates/redox_users-0.5.2.crate) = 17280 SHA256 (rust/crates/ref-cast-1.0.25.crate) = f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d @@ -909,6 +915,8 @@ SHA256 (rust/crates/siphasher-1.0.1.crate) = 56199f7ddabf13fe5074ce809e7d3f42b42 SIZE (rust/crates/siphasher-1.0.1.crate) = 10351 SHA256 (rust/crates/skrifa-0.37.0.crate) = 8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841 SIZE (rust/crates/skrifa-0.37.0.crate) = 283031 +SHA256 (rust/crates/skrifa-0.39.0.crate) = 9c9eb0b904a04d09bd68c65d946617b8ff733009999050f3b851c32fb3cfb60e +SIZE (rust/crates/skrifa-0.39.0.crate) = 285226 SHA256 (rust/crates/slab-0.4.11.crate) = 7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589 SIZE (rust/crates/slab-0.4.11.crate) = 18549 SHA256 (rust/crates/slotmap-1.0.7.crate) = dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a @@ -1283,8 +1291,6 @@ SHA256 (rust/crates/x11rb-protocol-0.13.2.crate) = ea6fc2961e4ef194dcbfe56bb8455 SIZE (rust/crates/x11rb-protocol-0.13.2.crate) = 514069 SHA256 (rust/crates/xcursor-0.3.10.crate) = bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b SIZE (rust/crates/xcursor-0.3.10.crate) = 7768 -SHA256 (rust/crates/xdg-2.5.2.crate) = 213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546 -SIZE (rust/crates/xdg-2.5.2.crate) = 14394 SHA256 (rust/crates/xdg-3.0.0.crate) = 2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5 SIZE (rust/crates/xdg-3.0.0.crate) = 15821 SHA256 (rust/crates/xdg-user-0.2.1.crate) = a1d5cd803f28ce5a488c8b129858222998c0a06bbec81f9d1b71faed1f9f9f0e @@ -1343,33 +1349,33 @@ SHA256 (rust/crates/zvariant_utils-3.2.1.crate) = c6949d142f89f6916deca2232cf26a SIZE (rust/crates/zvariant_utils-3.2.1.crate) = 14678 SHA256 (pop-os-dbus-settings-bindings-b2337437d70b3db7a56211a43aa1632306711b2d_GH0.tar.gz) = 18bd7612bdf55e71e3cd04e81bab475ddf8920472fec98d62db8596c9bc6646b SIZE (pop-os-dbus-settings-bindings-b2337437d70b3db7a56211a43aa1632306711b2d_GH0.tar.gz) = 58168 +SHA256 (smithay-smithay-cb9acba2775de4f2032e023520e007cd66909eda_GH0.tar.gz) = 321bbbb93801ade8983b7d2fdd2c69d3ccc91020c8e4a1aa3e1f70aef49df185 +SIZE (smithay-smithay-cb9acba2775de4f2032e023520e007cd66909eda_GH0.tar.gz) = 808114 +SHA256 (pop-os-cosmic-text-7051682e70defcab6b683d6e9db07124a6de0df7_GH0.tar.gz) = a5d392f336b8da3622150cd09fef7639f110fd8ba5ed46a3b0fc80423a04456f +SIZE (pop-os-cosmic-text-7051682e70defcab6b683d6e9db07124a6de0df7_GH0.tar.gz) = 2893675 SHA256 (pop-os-cosmic-settings-daemon-68331387e4336c37ce2300bea8638257feab449a_GH0.tar.gz) = 708d8cbf373a77fe5be7464d506b616f49b53ba527060b67e8e89cf247894268 SIZE (pop-os-cosmic-settings-daemon-68331387e4336c37ce2300bea8638257feab449a_GH0.tar.gz) = 106373 SHA256 (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 95ce4266b50ce6470ba74a5a9ce718bbfba45bf5ab43786db05be1682f6f0db1 SIZE (jackpot51-rust-atomicwrites-043ab4859d53ffd3d55334685303d8df39c9f768_GH0.tar.gz) = 6787 SHA256 (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = ec5f82cdbf5f5c0a7313cad64de78365d51c196d3bb54f645c9f186b08eac74b SIZE (pop-os-glyphon-iced-0.14-dev_GH0.tar.gz) = 183465 -SHA256 (pop-os-libcosmic-f44d82a7e83af15270a9ca3beb832f4799699337_GH0.tar.gz) = 558b2d77dc0c8a56e3fe1affcc2c55d83eccae97a8830d9fedcd9130418fb3fe -SIZE (pop-os-libcosmic-f44d82a7e83af15270a9ca3beb832f4799699337_GH0.tar.gz) = 1405640 -SHA256 (pop-os-freedesktop-icons-8a05c322c482ff3c69cf34bacfee98907ac45307_GH0.tar.gz) = 401e64639e4a897ed5c658db7b210c75d328af7a3b100874cbb8a4ee5a472f93 -SIZE (pop-os-freedesktop-icons-8a05c322c482ff3c69cf34bacfee98907ac45307_GH0.tar.gz) = 10860 SHA256 (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 2181c53f2fe5d373cedfa7fe826bab04cbdd39fdbcb77920bbcc9f41a9cca79c SIZE (pop-os-window_clipboard-pop-0.13-2_GH0.tar.gz) = 24227 -SHA256 (smithay-smithay-d40ada55eceac04fb1c752f0f17b0c32cf24fbb1_GH0.tar.gz) = fe0f57b9fcb0ec561abdf6c583b0d01f2098713cdef4d08e4ac721f1c7d03d03 -SIZE (smithay-smithay-d40ada55eceac04fb1c752f0f17b0c32cf24fbb1_GH0.tar.gz) = 797849 -SHA256 (pop-os-cosmic-text-cffdea2b334e7830a5fd6f95bf5e1784014442a8_GH0.tar.gz) = 1b07294aca331e1b204467fababd8c3f432500b19d39aeb823cf73df8730e3fd -SIZE (pop-os-cosmic-text-cffdea2b334e7830a5fd6f95bf5e1784014442a8_GH0.tar.gz) = 2891624 +SHA256 (pop-os-freedesktop-icons-7a61a704f6d1ec41f71cbe766e3cc484858523fa_GH0.tar.gz) = 9c49aba9c218a468cd6dc5aa69a7a9b0bc7fda41311ff6b86d06c122d03b0c4c +SIZE (pop-os-freedesktop-icons-7a61a704f6d1ec41f71cbe766e3cc484858523fa_GH0.tar.gz) = 11723 SHA256 (pop-os-cosmic-randr-bce9cdf2d447508d4e2d54a2be4fcd738ab51df5_GH0.tar.gz) = fdd6a3f5532a956900d690305b7685b24fa0fdc8699c4d1c8d18ec4026f0caf0 SIZE (pop-os-cosmic-randr-bce9cdf2d447508d4e2d54a2be4fcd738ab51df5_GH0.tar.gz) = 35872 SHA256 (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 5e871e450991b94b8c09bc08994d6173e9bbb0f80b19ea7e3a126527d765bc90 SIZE (pop-os-smithay-clipboard-pop-dnd-5_GH0.tar.gz) = 22877 SHA256 (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 980f30eb5afc07acdec43f181a9e745cb7a887a6dff7e06dc9199748b2487569 SIZE (pop-os-softbuffer-cosmic-4.0_GH0.tar.gz) = 165853 +SHA256 (pop-os-libcosmic-3b8ad45950f5d23c8550e18e628f6e70b7089d89_GH0.tar.gz) = bc91bec88ed9df5289f6cfc427e769290ff5cce9b2ce49143f45b2a70432d588 +SIZE (pop-os-libcosmic-3b8ad45950f5d23c8550e18e628f6e70b7089d89_GH0.tar.gz) = 1425923 SHA256 (pop-os-cosmic-protocols-d0e95be25e423cfe523b11111a3666ed7aaf0dc4_GH0.tar.gz) = 8b802e07e033f8550ec87f93154c871ef844fb628208f3fe1296ea61ca3f4aed SIZE (pop-os-cosmic-protocols-d0e95be25e423cfe523b11111a3666ed7aaf0dc4_GH0.tar.gz) = 44738 SHA256 (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 8393b1b94f1f2d00c916b677e898332579420d8cf3781a68d1866c1b9bc8685d SIZE (Drakulix-id-tree-632a57d6d49160e18d7300fa7edae52281ec5482_GH0.tar.gz) = 29608 -SHA256 (pop-os-cosmic-comp-epoch-1.0.0-beta.9_GH0.tar.gz) = e672812fbc485b504974dd74604826f0cc97d9ce071a0269d467fd0d4089ee81 -SIZE (pop-os-cosmic-comp-epoch-1.0.0-beta.9_GH0.tar.gz) = 477182 -SHA256 (pop-os-iced-0.4.2-3056-g8cbf2b70_GH0.tar.gz) = 6bd174f6da67d12d7aab557480024ac57e6e28ded31d23e7c03c3017389d98ab -SIZE (pop-os-iced-0.4.2-3056-g8cbf2b70_GH0.tar.gz) = 5279541 +SHA256 (pop-os-cosmic-comp-epoch-1.0.0_GH0.tar.gz) = 7b1ab157d28bf9663bcd84d20203f512cb1ee80650a363a7d9fbab97b7615b35 +SIZE (pop-os-cosmic-comp-epoch-1.0.0_GH0.tar.gz) = 478734 +SHA256 (pop-os-iced-0.4.2-3067-g10db38f9_GH0.tar.gz) = 9548f37269e8706d73b4595a5c48a6269203a30c87ef96b22a223af9f0fb7992 +SIZE (pop-os-iced-0.4.2-3067-g10db38f9_GH0.tar.gz) = 5282657 diff --git a/x11-wm/hyprland/Makefile b/x11-wm/hyprland/Makefile index 3c42439762d7..036e9398ef2c 100644 --- a/x11-wm/hyprland/Makefile +++ b/x11-wm/hyprland/Makefile @@ -1,15 +1,11 @@ PORTNAME= hyprland DISTVERSIONPREFIX= v -DISTVERSION= 0.52.1 +DISTVERSION= 0.52.2 CATEGORIES= x11-wm wayland MASTER_SITES= https://github.com/hyprwm/Hyprland/releases/download/${DISTVERSIONFULL}/ DISTNAME= source-${DISTVERSIONFULL} DIST_SUBDIR= ${PORTNAME} -PATCH_SITES= https://github.com/hyprwm/Hyprland/commit/ -PATCHFILES= 43527d363472b52f17dd9f9f4f87ec25cbf8a399.patch:-p1 \ - 55a93b8a52ad3bd2c0a7468e8f79f5667eea0702.patch:-p1 - MAINTAINER= tagattie@FreeBSD.org COMMENT= Dynamic tiling Wayland compositor that doesn't sacrifice on its looks #' WWW= https://hypr.land/ @@ -79,13 +75,13 @@ post-patch: ${WRKSRC}/src/render/OpenGL.cpp # XXX Replace linprocfs(4) with sysctl(3) @${REINPLACE_CMD} -e 's|/proc|${LINUXBASE}&|g' \ - ${WRKSRC}/src/desktop/Window.cpp \ - ${WRKSRC}/src/debug/HyprCtl.cpp \ + ${WRKSRC}/hyprtester/src/tests/main/exec.cpp \ ${WRKSRC}/src/debug/CrashReporter.cpp \ + ${WRKSRC}/src/debug/HyprCtl.cpp \ + ${WRKSRC}/src/desktop/Window.cpp \ ${WRKSRC}/src/helpers/MiscFunctions.cpp \ ${WRKSRC}/src/plugins/HookSystem.cpp \ - ${WRKSRC}/src/plugins/PluginAPI.cpp \ - ${WRKSRC}/hyprtester/src/tests/main/exec.cpp + ${WRKSRC}/src/plugins/PluginAPI.cpp post-install: @${RM} ${STAGEDIR}${PREFIX}/bin/hyprland diff --git a/x11-wm/hyprland/distinfo b/x11-wm/hyprland/distinfo index b4ab36fe0c0d..a1d963b4c0a4 100644 --- a/x11-wm/hyprland/distinfo +++ b/x11-wm/hyprland/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1764504424 -SHA256 (hyprland/source-v0.52.1.tar.gz) = c43dac6064abdc51b62065cbae8130887ece0b5834a61d6d99fdb2624111ff25 -SIZE (hyprland/source-v0.52.1.tar.gz) = 54311670 -SHA256 (hyprland/43527d363472b52f17dd9f9f4f87ec25cbf8a399.patch) = 8a292e5e20404939ea7a3344009ce586be0996454ce8205d86a4325ba618dfdc -SIZE (hyprland/43527d363472b52f17dd9f9f4f87ec25cbf8a399.patch) = 1943 -SHA256 (hyprland/55a93b8a52ad3bd2c0a7468e8f79f5667eea0702.patch) = de32aa6a95e1cf0f512fc03acddbf64349c536cfb7b8e1d997004e1d15bd1e27 -SIZE (hyprland/55a93b8a52ad3bd2c0a7468e8f79f5667eea0702.patch) = 657 +TIMESTAMP = 1765341058 +SHA256 (hyprland/source-v0.52.2.tar.gz) = 57b4db99896cad8388482b945b119b206fd7ea94638793b550210be08274d7dd +SIZE (hyprland/source-v0.52.2.tar.gz) = 54311123 diff --git a/x11-wm/lxqt-panel/Makefile b/x11-wm/lxqt-panel/Makefile index 42123224619d..6986cab15aad 100644 --- a/x11-wm/lxqt-panel/Makefile +++ b/x11-wm/lxqt-panel/Makefile @@ -1,5 +1,5 @@ PORTNAME= lxqt-panel -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= x11-wm MASTER_SITES= LXQT diff --git a/x11-wm/lxqt-panel/distinfo b/x11-wm/lxqt-panel/distinfo index 426338aa3c51..1d0807e56786 100644 --- a/x11-wm/lxqt-panel/distinfo +++ b/x11-wm/lxqt-panel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762979764 -SHA256 (lxqt/lxqt-panel-2.3.0.tar.xz) = 556c8300a04affb68b14273ddd237c57f21f5493db089165fc7f4e3768f5ab7d -SIZE (lxqt/lxqt-panel-2.3.0.tar.xz) = 805976 +TIMESTAMP = 1765267112 +SHA256 (lxqt/lxqt-panel-2.3.1.tar.xz) = 073d859f82af0585513f6dafe986e70495594dedfc69c3cbdf41475fe79d1313 +SIZE (lxqt/lxqt-panel-2.3.1.tar.xz) = 807636 diff --git a/x11-wm/lxqt/Makefile b/x11-wm/lxqt/Makefile index f1b08b9ab9a2..3bd671ee206f 100644 --- a/x11-wm/lxqt/Makefile +++ b/x11-wm/lxqt/Makefile @@ -1,5 +1,6 @@ PORTNAME= lxqt PORTVERSION= 2.3.0 +PORTREVISION= 1 CATEGORIES= x11-wm MAINTAINER= lxqt@FreeBSD.org @@ -27,7 +28,8 @@ RUN_DEPENDS= startlxqt:x11-wm/lxqt-session \ lxqt-wayland-session>=0.3.0:x11-wm/lxqt-wayland-session \ qlipper:deskutils/qlipper \ openbox:x11-wm/openbox \ - xdg-desktop-portal-lxqt>0:deskutils/xdg-desktop-portal-lxqt + xdg-desktop-portal-lxqt>0:deskutils/xdg-desktop-portal-lxqt \ + qtxdg-tools>0:sysutils/qtxdg-tools USES= qt:6 metaport USE_QT= translations diff --git a/x11-wm/mangowc/Makefile b/x11-wm/mangowc/Makefile new file mode 100644 index 000000000000..dcd843bdddc5 --- /dev/null +++ b/x11-wm/mangowc/Makefile @@ -0,0 +1,50 @@ +PORTNAME= mangowc +DISTVERSION= 0.10.7 +CATEGORIES= x11-wm + +MAINTAINER= nivit@FreeBSD.org +COMMENT= Lightweight, high-performance Wayland compositor built on dwl +WWW= https://mangowc.vercel.app + +LICENSE= CC0-1.0 GPLv3 MIT +LICENSE_COMB= multi +LICENSE_FILE_CC0-1.0= ${WRKSRC}/LICENSE.tinywl +LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSE.dwl +LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.wlroots + +BUILD_DEPENDS= git:devel/git \ + hwdata>=0.399:misc/hwdata \ + wayland-protocols>=1.24:graphics/wayland-protocols +LIB_DEPENDS= libdisplay-info.so:sysutils/libdisplay-info \ + libdrm.so:graphics/libdrm \ + libevdev.so:devel/libevdev \ + libinput.so:x11/libinput \ + libjson-c.so:devel/json-c \ + libliftoff.so:graphics/libliftoff \ + libpcre2-8.so:devel/pcre2 \ + libpixman-1.so:x11/pixman \ + libscenefx-0.4.so:x11-toolkits/scenefx04 \ + libseat.so:sysutils/seatd \ + libudev.so:devel/libudev-devd \ + libwayland-egl.so:graphics/wayland \ + libwlroots-0.19.so:x11-toolkits/wlroots019 \ + libxcb-icccm.so:x11/xcb-util-wm \ + libxcb.so:x11/libxcb \ + libxkbcommon.so:x11/libxkbcommon + +RUN_DEPENDS= hwdata>=0.399:misc/hwdata \ + Xwayland:x11-servers/xwayland + +USES= meson pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= DreamMaoMao + +SUB_FILES= pkg-message + +PLIST_FILES= bin/mango \ + bin/mmsg \ + etc/mango/config.conf \ + share/wayland-sessions/mango.desktop + +.include <bsd.port.mk> diff --git a/x11-wm/mangowc/distinfo b/x11-wm/mangowc/distinfo new file mode 100644 index 000000000000..f28849e93b35 --- /dev/null +++ b/x11-wm/mangowc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1765528170 +SHA256 (DreamMaoMao-mangowc-0.10.7_GH0.tar.gz) = 6ef7ffe1ea0093675c526422f1e905ec1d0fa90219615b8f4b00ee0f37e1f60c +SIZE (DreamMaoMao-mangowc-0.10.7_GH0.tar.gz) = 405169 diff --git a/x11-wm/mangowc/files/patch-src_mango.c b/x11-wm/mangowc/files/patch-src_mango.c new file mode 100644 index 000000000000..3c03410bec14 --- /dev/null +++ b/x11-wm/mangowc/files/patch-src_mango.c @@ -0,0 +1,14 @@ +--- src/mango.c.orig 2025-12-03 10:15:56 UTC ++++ src/mango.c +@@ -6,7 +6,11 @@ + #include <getopt.h> + #include <libinput.h> + #include <limits.h> ++#ifdef __FreeBSD__ ++#include <dev/evdev/input-event-codes.h> ++#else + #include <linux/input-event-codes.h> ++#endif + #include <scenefx/render/fx_renderer/fx_renderer.h> + #include <scenefx/types/fx/blur_data.h> + #include <scenefx/types/fx/clipped_region.h> diff --git a/x11-wm/mangowc/files/pkg-message.in b/x11-wm/mangowc/files/pkg-message.in new file mode 100644 index 000000000000..4fc2cdddbd53 --- /dev/null +++ b/x11-wm/mangowc/files/pkg-message.in @@ -0,0 +1,20 @@ +[ +{ type: install + message: <<EOM +Before using MangoWC run the following commands as user: + + mkdir -p ~/.config/mangowc + cp %%PREFIX%%/etc/mango/config.conf ~/.config/mangowc/ + +then customize that file, in particular the variable + + xkb_rules_layout + +and the keyboard shortcut to launch a terminal + + bind=Alt,Return,spawn,foot + +(replace foot with your preferred terminal emulator). +EOM +} +] diff --git a/x11-wm/mangowc/pkg-descr b/x11-wm/mangowc/pkg-descr new file mode 100644 index 000000000000..484e300f15b8 --- /dev/null +++ b/x11-wm/mangowc/pkg-descr @@ -0,0 +1,19 @@ +MangoWC is a modern, lightweight, high-performance Wayland compositor built on +dwl - crafted for speed, flexibility, and a customizable desktop experience. + +Feature Highlights + + - Excellent xwayland support + - Base tags not workspaces (supports separate window layouts for each tag) + - Smooth and customizable complete animations (window open/move/close, tag + enter/leave,layer open/close/move) + - Excellent input method support (text input v2/v3) + - Flexible window layouts with easy switching (scroller, master-stack, + monocle,center-master, etc.) + - Rich window states (swallow, minimize, maximize, unglobal, global, + fakefullscreen, overlay, etc.) + - Simple yet powerful external configuration (support shortcuts hot-reload) + - Sway-like scratchpad and named scratchpad + - Ipc support (get/send message from/to compositor by external program) + - Hycov-like overview + - Window effects from scenefx (blur, shadow, corner radius, opacity) diff --git a/x11-wm/niri/Makefile b/x11-wm/niri/Makefile index dbfed8e9c42d..4d5e06abee03 100644 --- a/x11-wm/niri/Makefile +++ b/x11-wm/niri/Makefile @@ -1,7 +1,6 @@ PORTNAME= niri DISTVERSIONPREFIX= v -DISTVERSION= 25.08 -PORTREVISION= 5 +DISTVERSION= 25.11 CATEGORIES= x11-wm wayland MAINTAINER= jbeich@FreeBSD.org diff --git a/x11-wm/niri/Makefile.crates b/x11-wm/niri/Makefile.crates index a891ee201b99..4737f614f2c1 100644 --- a/x11-wm/niri/Makefile.crates +++ b/x11-wm/niri/Makefile.crates @@ -11,11 +11,11 @@ CARGO_CRATES= accesskit-0.21.0 \ android-properties-0.2.2 \ annotate-snippets-0.11.5 \ anstream-0.6.20 \ - anstyle-1.0.11 \ + anstyle-1.0.13 \ anstyle-parse-0.2.7 \ anstyle-query-1.1.4 \ anstyle-wincon-3.0.10 \ - anyhow-1.0.99 \ + anyhow-1.0.100 \ appendlist-1.4.0 \ approx-0.4.0 \ approx-0.5.1 \ @@ -23,12 +23,12 @@ CARGO_CRATES= accesskit-0.21.0 \ as-raw-xcb-connection-1.0.1 \ async-broadcast-0.7.2 \ async-channel-2.5.0 \ - async-executor-1.13.2 \ - async-io-2.5.0 \ + async-executor-1.13.3 \ + async-io-2.6.0 \ async-lock-3.4.1 \ - async-process-2.4.0 \ + async-process-2.5.0 \ async-recursion-1.1.1 \ - async-signal-0.2.12 \ + async-signal-0.2.13 \ async-task-4.7.1 \ async-trait-0.1.89 \ atomic-0.6.1 \ @@ -40,11 +40,11 @@ CARGO_CRATES= accesskit-0.21.0 \ atspi-proxies-0.9.0 \ autocfg-1.5.0 \ base64-0.21.7 \ - bindgen-0.72.0 \ + bindgen-0.72.1 \ bit-set-0.8.0 \ bit-vec-0.8.0 \ bitflags-1.3.2 \ - bitflags-2.9.3 \ + bitflags-2.9.4 \ block-buffer-0.10.4 \ block2-0.5.1 \ blocking-1.6.2 \ @@ -57,8 +57,8 @@ CARGO_CRATES= accesskit-0.21.0 \ calloop-0.13.0 \ calloop-0.14.3 \ calloop-wayland-source-0.3.0 \ - calloop-wayland-source-0.4.0 \ - cc-1.2.34 \ + calloop-wayland-source-0.4.1 \ + cc-1.2.39 \ cesu8-1.1.0 \ cexpr-0.6.0 \ cfg-expr-0.18.0 \ @@ -67,11 +67,11 @@ CARGO_CRATES= accesskit-0.21.0 \ cgmath-0.18.0 \ chumsky-0.9.3 \ clang-sys-1.8.1 \ - clap-4.5.46 \ - clap_builder-4.5.46 \ - clap_complete-4.5.57 \ + clap-4.5.48 \ + clap_builder-4.5.48 \ + clap_complete-4.5.58 \ clap_complete_nushell-4.5.8 \ - clap_derive-4.5.45 \ + clap_derive-4.5.47 \ clap_lex-0.7.5 \ colorchoice-1.0.4 \ combine-4.6.7 \ @@ -111,12 +111,13 @@ CARGO_CRATES= accesskit-0.21.0 \ enumflags2-0.7.12 \ enumflags2_derive-0.7.12 \ equivalent-1.0.2 \ - errno-0.3.13 \ + errno-0.3.14 \ event-listener-5.4.1 \ event-listener-strategy-0.5.4 \ fastrand-2.3.0 \ fdeflate-0.3.7 \ field-offset-0.3.6 \ + find-msvc-tools-0.1.2 \ flate2-1.1.2 \ fnv-1.0.7 \ foldhash-0.1.5 \ @@ -124,14 +125,12 @@ CARGO_CRATES= accesskit-0.21.0 \ foreign-types-macros-0.2.3 \ foreign-types-shared-0.3.1 \ form_urlencoded-1.2.2 \ - futures-0.3.31 \ futures-channel-0.3.31 \ futures-core-0.3.31 \ futures-executor-0.3.31 \ futures-io-0.3.31 \ futures-lite-2.6.1 \ futures-macro-0.3.31 \ - futures-sink-0.3.31 \ futures-task-0.3.31 \ futures-util-0.3.31 \ gbm-0.18.0 \ @@ -142,7 +141,7 @@ CARGO_CRATES= accesskit-0.21.0 \ gdk4-sys-0.9.6 \ generator-0.8.7 \ generic-array-0.14.7 \ - gethostname-0.4.3 \ + gethostname-1.0.2 \ getrandom-0.2.16 \ getrandom-0.3.3 \ gio-0.20.12 \ @@ -150,7 +149,7 @@ CARGO_CRATES= accesskit-0.21.0 \ git-version-0.3.9 \ git-version-macro-0.3.9 \ gl_generator-0.14.0 \ - glam-0.30.5 \ + glam-0.30.8 \ glib-0.20.12 \ glib-macros-0.20.12 \ glib-sys-0.20.10 \ @@ -182,10 +181,10 @@ CARGO_CRATES= accesskit-0.21.0 \ icu_provider_macros-1.5.0 \ idna-1.1.0 \ idna_adapter-1.2.0 \ - indexmap-2.11.0 \ + indexmap-2.11.4 \ input-0.9.1 \ input-sys-1.18.0 \ - insta-1.43.1 \ + insta-1.43.2 \ io-lifetimes-1.0.11 \ is-terminal-0.4.16 \ is_ci-1.2.0 \ @@ -195,7 +194,7 @@ CARGO_CRATES= accesskit-0.21.0 \ jni-0.21.1 \ jni-sys-0.3.0 \ jobserver-0.1.34 \ - js-sys-0.3.77 \ + js-sys-0.3.81 \ keyframe-1.1.1 \ khronos_api-3.1.0 \ knuffel-3.2.0 \ @@ -203,24 +202,26 @@ CARGO_CRATES= accesskit-0.21.0 \ lazy_static-1.5.0 \ libadwaita-0.7.2 \ libadwaita-sys-0.7.2 \ - libc-0.2.175 \ + libc-0.2.176 \ libdisplay-info-0.3.0 \ libdisplay-info-derive-0.1.1 \ libdisplay-info-sys-0.3.0 \ - libloading-0.8.8 \ + libloading-0.8.9 \ libm-0.2.15 \ - libredox-0.1.9 \ + libredox-0.1.10 \ libseat-0.2.3 \ libseat-sys-0.1.9 \ + libspa-0.9.2 \ + libspa-sys-0.9.2 \ libudev-sys-0.1.4 \ linux-raw-sys-0.4.15 \ linux-raw-sys-0.6.5 \ - linux-raw-sys-0.9.4 \ + linux-raw-sys-0.11.0 \ litemap-0.7.4 \ - log-0.4.27 \ + log-0.4.28 \ loom-0.7.2 \ matchers-0.1.0 \ - memchr-2.7.5 \ + memchr-2.7.6 \ memmap2-0.9.8 \ memoffset-0.9.1 \ miette-5.10.0 \ @@ -258,7 +259,7 @@ CARGO_CRATES= accesskit-0.21.0 \ once_cell_polyfill-1.70.1 \ option-ext-0.2.0 \ orbclient-0.3.48 \ - ordered-float-5.0.0 \ + ordered-float-5.1.0 \ ordered-stream-0.2.0 \ overload-0.1.1 \ owo-colors-3.5.0 \ @@ -278,26 +279,28 @@ CARGO_CRATES= accesskit-0.21.0 \ pin-project-lite-0.2.16 \ pin-utils-0.1.0 \ piper-0.2.4 \ + pipewire-0.9.2 \ + pipewire-sys-0.9.2 \ pixman-0.2.1 \ pixman-sys-0.1.0 \ pkg-config-0.3.32 \ - png-0.17.16 \ - polling-3.10.0 \ + png-0.18.0 \ + polling-3.11.0 \ portable-atomic-1.11.1 \ ppv-lite86-0.2.21 \ pretty_assertions-1.4.1 \ - proc-macro-crate-3.3.0 \ + proc-macro-crate-3.4.0 \ proc-macro-error-1.0.4 \ proc-macro-error-attr-1.0.4 \ proc-macro2-1.0.101 \ profiling-1.0.17 \ profiling-procmacros-1.0.17 \ - proptest-1.7.0 \ + proptest-1.8.0 \ proptest-derive-0.6.0 \ quick-error-1.2.3 \ quick-xml-0.36.2 \ quick-xml-0.37.5 \ - quote-1.0.40 \ + quote-1.0.41 \ r-efi-5.3.0 \ rand-0.8.5 \ rand-0.9.2 \ @@ -311,17 +314,17 @@ CARGO_CRATES= accesskit-0.21.0 \ redox_syscall-0.4.1 \ redox_syscall-0.5.17 \ redox_users-0.5.2 \ - ref-cast-1.0.24 \ - ref-cast-impl-1.0.24 \ - regex-1.11.2 \ + ref-cast-1.0.25 \ + ref-cast-impl-1.0.25 \ + regex-1.11.3 \ regex-automata-0.1.10 \ - regex-automata-0.4.10 \ + regex-automata-0.4.11 \ regex-syntax-0.6.29 \ regex-syntax-0.8.6 \ rustc-hash-2.1.1 \ rustc_version-0.4.1 \ rustix-0.38.44 \ - rustix-1.0.8 \ + rustix-1.1.2 \ rustversion-1.0.22 \ rusty-fork-0.3.0 \ ryu-1.0.20 \ @@ -330,11 +333,12 @@ CARGO_CRATES= accesskit-0.21.0 \ schemars_derive-1.0.4 \ scoped-tls-1.0.1 \ sd-notify-0.4.5 \ - semver-1.0.26 \ - serde-1.0.219 \ - serde_derive-1.0.219 \ + semver-1.0.27 \ + serde-1.0.228 \ + serde_core-1.0.228 \ + serde_derive-1.0.228 \ serde_derive_internals-0.29.1 \ - serde_json-1.0.143 \ + serde_json-1.0.145 \ serde_repr-0.1.20 \ serde_spanned-0.6.9 \ sha2-0.10.9 \ @@ -360,30 +364,33 @@ CARGO_CRATES= accesskit-0.21.0 \ synstructure-0.13.2 \ system-deps-7.0.5 \ target-lexicon-0.13.2 \ - tempfile-3.21.0 \ + tempfile-3.23.0 \ terminal_size-0.1.17 \ textwrap-0.15.2 \ thiserror-1.0.69 \ - thiserror-2.0.16 \ + thiserror-2.0.17 \ thiserror-impl-1.0.69 \ - thiserror-impl-2.0.16 \ + thiserror-impl-2.0.17 \ thread_local-1.1.9 \ tinystr-0.7.6 \ toml-0.8.23 \ toml_datetime-0.6.11 \ + toml_datetime-0.7.2 \ toml_edit-0.22.27 \ + toml_edit-0.23.6 \ + toml_parser-1.0.3 \ tracing-0.1.41 \ tracing-attributes-0.1.30 \ tracing-core-0.1.34 \ tracing-log-0.2.0 \ tracing-subscriber-0.3.19 \ - tracy-client-0.18.2 \ - tracy-client-sys-0.26.1 \ - typenum-1.18.0 \ + tracy-client-0.18.3 \ + tracy-client-sys-0.27.0 \ + typenum-1.19.0 \ udev-0.9.3 \ uds_windows-1.1.0 \ unarray-0.1.4 \ - unicode-ident-1.0.18 \ + unicode-ident-1.0.19 \ unicode-linebreak-0.1.5 \ unicode-segmentation-1.12.0 \ unicode-width-0.1.14 \ @@ -398,13 +405,13 @@ CARGO_CRATES= accesskit-0.21.0 \ wait-timeout-0.2.1 \ walkdir-2.5.0 \ 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 \ - wasm-bindgen-futures-0.4.50 \ - wasm-bindgen-macro-0.2.100 \ - wasm-bindgen-macro-support-0.2.100 \ - wasm-bindgen-shared-0.2.100 \ + wasi-0.14.4+wasi-0.2.4 \ + wasm-bindgen-0.2.104 \ + wasm-bindgen-backend-0.2.104 \ + wasm-bindgen-futures-0.4.54 \ + wasm-bindgen-macro-0.2.104 \ + wasm-bindgen-macro-support-0.2.104 \ + wasm-bindgen-shared-0.2.104 \ wayland-backend-0.3.11 \ wayland-client-0.31.11 \ wayland-csd-frame-0.3.0 \ @@ -417,19 +424,20 @@ CARGO_CRATES= accesskit-0.21.0 \ wayland-scanner-0.31.7 \ wayland-server-0.31.10 \ wayland-sys-0.31.7 \ - web-sys-0.3.77 \ + web-sys-0.3.81 \ web-time-1.1.0 \ winapi-0.3.9 \ winapi-i686-pc-windows-gnu-0.4.0 \ - winapi-util-0.1.10 \ + winapi-util-0.1.11 \ winapi-x86_64-pc-windows-gnu-0.4.0 \ windows-0.61.3 \ windows-collections-0.2.0 \ windows-core-0.61.2 \ windows-future-0.2.1 \ - windows-implement-0.60.0 \ - windows-interface-0.59.1 \ + windows-implement-0.60.1 \ + windows-interface-0.59.2 \ windows-link-0.1.3 \ + windows-link-0.2.0 \ windows-numerics-0.2.0 \ windows-result-0.3.4 \ windows-strings-0.4.2 \ @@ -438,10 +446,11 @@ CARGO_CRATES= accesskit-0.21.0 \ windows-sys-0.52.0 \ windows-sys-0.59.0 \ windows-sys-0.60.2 \ + windows-sys-0.61.1 \ windows-targets-0.42.2 \ windows-targets-0.48.5 \ windows-targets-0.52.6 \ - windows-targets-0.53.3 \ + windows-targets-0.53.4 \ windows-threading-0.1.0 \ windows_aarch64_gnullvm-0.42.2 \ windows_aarch64_gnullvm-0.48.5 \ @@ -475,12 +484,12 @@ CARGO_CRATES= accesskit-0.21.0 \ windows_x86_64_msvc-0.53.0 \ winit-0.30.12 \ winnow-0.7.13 \ - wit-bindgen-rt-0.39.0 \ + wit-bindgen-0.45.1 \ write16-1.0.0 \ writeable-0.5.5 \ x11-dl-2.21.0 \ - x11rb-0.13.1 \ - x11rb-protocol-0.13.1 \ + x11rb-0.13.2 \ + x11rb-protocol-0.13.2 \ xcursor-0.3.10 \ xkbcommon-0.9.0 \ xkbcommon-dl-0.4.2 \ @@ -491,14 +500,14 @@ CARGO_CRATES= accesskit-0.21.0 \ yansi-1.0.1 \ yoke-0.7.5 \ yoke-derive-0.7.5 \ - zbus-5.10.0 \ + zbus-5.11.0 \ zbus-lockstep-0.5.1 \ zbus-lockstep-macros-0.5.1 \ - zbus_macros-5.10.0 \ + zbus_macros-5.11.0 \ zbus_names-4.2.0 \ zbus_xml-5.0.2 \ - zerocopy-0.8.26 \ - zerocopy-derive-0.8.26 \ + zerocopy-0.8.27 \ + zerocopy-derive-0.8.27 \ zerofrom-0.1.5 \ zerofrom-derive-0.1.6 \ zerovec-0.10.4 \ @@ -506,5 +515,4 @@ CARGO_CRATES= accesskit-0.21.0 \ zvariant-5.7.0 \ zvariant_derive-5.7.0 \ zvariant_utils-3.2.1 \ - libspa,libspa-sys,pipewire,pipewire-sys@git+https://gitlab.freedesktop.org/pipewire/pipewire-rs.git\#93138d01b23628521b29b5604bbebe991cba4c65 \ - smithay,smithay-drm-extras@git+https://github.com/Smithay/smithay.git\#20d2dacd71394b5f96f6ace0a70a6f20dc62c0c6 + smithay,smithay-drm-extras@git+https://github.com/Smithay/smithay.git\#d743e1a317fa0f01d1c4cadd96d277a1ec7b59d9 diff --git a/x11-wm/niri/distinfo b/x11-wm/niri/distinfo index 9e09e7c6218c..3fb9fb8c0c1b 100644 --- a/x11-wm/niri/distinfo +++ b/x11-wm/niri/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1756556321 +TIMESTAMP = 1764399944 SHA256 (rust/crates/accesskit-0.21.0.crate) = 9c0690ad6e6f9597b8439bd3c95e8c6df5cd043afd950c6d68f3b37df641e27c SIZE (rust/crates/accesskit-0.21.0.crate) = 34158 SHA256 (rust/crates/accesskit_atspi_common-0.14.0.crate) = 8fb511e093896d3cae0efba40322087dff59ea322308a3e6edf70f28d22f2607 @@ -25,16 +25,16 @@ SHA256 (rust/crates/annotate-snippets-0.11.5.crate) = 710e8eae58854cdc1790fcb56c SIZE (rust/crates/annotate-snippets-0.11.5.crate) = 34687 SHA256 (rust/crates/anstream-0.6.20.crate) = 3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192 SIZE (rust/crates/anstream-0.6.20.crate) = 28797 -SHA256 (rust/crates/anstyle-1.0.11.crate) = 862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd -SIZE (rust/crates/anstyle-1.0.11.crate) = 15880 +SHA256 (rust/crates/anstyle-1.0.13.crate) = 5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78 +SIZE (rust/crates/anstyle-1.0.13.crate) = 17651 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.4.crate) = 9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2 SIZE (rust/crates/anstyle-query-1.1.4.crate) = 10192 SHA256 (rust/crates/anstyle-wincon-3.0.10.crate) = 3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a SIZE (rust/crates/anstyle-wincon-3.0.10.crate) = 12558 -SHA256 (rust/crates/anyhow-1.0.99.crate) = b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100 -SIZE (rust/crates/anyhow-1.0.99.crate) = 53809 +SHA256 (rust/crates/anyhow-1.0.100.crate) = a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61 +SIZE (rust/crates/anyhow-1.0.100.crate) = 54059 SHA256 (rust/crates/appendlist-1.4.0.crate) = e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2 SIZE (rust/crates/appendlist-1.4.0.crate) = 7252 SHA256 (rust/crates/approx-0.4.0.crate) = 3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278 @@ -49,18 +49,18 @@ SHA256 (rust/crates/async-broadcast-0.7.2.crate) = 435a87a52755b8f27fcf321ac4f04 SIZE (rust/crates/async-broadcast-0.7.2.crate) = 22746 SHA256 (rust/crates/async-channel-2.5.0.crate) = 924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2 SIZE (rust/crates/async-channel-2.5.0.crate) = 18624 -SHA256 (rust/crates/async-executor-1.13.2.crate) = bb812ffb58524bdd10860d7d974e2f01cc0950c2438a74ee5ec2e2280c6c4ffa -SIZE (rust/crates/async-executor-1.13.2.crate) = 28392 -SHA256 (rust/crates/async-io-2.5.0.crate) = 19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca -SIZE (rust/crates/async-io-2.5.0.crate) = 50545 +SHA256 (rust/crates/async-executor-1.13.3.crate) = 497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8 +SIZE (rust/crates/async-executor-1.13.3.crate) = 29126 +SHA256 (rust/crates/async-io-2.6.0.crate) = 456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc +SIZE (rust/crates/async-io-2.6.0.crate) = 51062 SHA256 (rust/crates/async-lock-3.4.1.crate) = 5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc SIZE (rust/crates/async-lock-3.4.1.crate) = 40981 -SHA256 (rust/crates/async-process-2.4.0.crate) = 65daa13722ad51e6ab1a1b9c01299142bc75135b337923cfa10e79bbbd669f00 -SIZE (rust/crates/async-process-2.4.0.crate) = 26871 +SHA256 (rust/crates/async-process-2.5.0.crate) = fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75 +SIZE (rust/crates/async-process-2.5.0.crate) = 27552 SHA256 (rust/crates/async-recursion-1.1.1.crate) = 3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11 SIZE (rust/crates/async-recursion-1.1.1.crate) = 14874 -SHA256 (rust/crates/async-signal-0.2.12.crate) = f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1 -SIZE (rust/crates/async-signal-0.2.12.crate) = 16790 +SHA256 (rust/crates/async-signal-0.2.13.crate) = 43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c +SIZE (rust/crates/async-signal-0.2.13.crate) = 17015 SHA256 (rust/crates/async-task-4.7.1.crate) = 8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de SIZE (rust/crates/async-task-4.7.1.crate) = 38077 SHA256 (rust/crates/async-trait-0.1.89.crate) = 9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb @@ -83,16 +83,16 @@ SHA256 (rust/crates/autocfg-1.5.0.crate) = c08606f8c3cbf4ce6ec8e28fb0014a2c08670 SIZE (rust/crates/autocfg-1.5.0.crate) = 18729 SHA256 (rust/crates/base64-0.21.7.crate) = 9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567 SIZE (rust/crates/base64-0.21.7.crate) = 82576 -SHA256 (rust/crates/bindgen-0.72.0.crate) = 4f72209734318d0b619a5e0f5129918b848c416e122a3c4ce054e03cb87b726f -SIZE (rust/crates/bindgen-0.72.0.crate) = 246019 +SHA256 (rust/crates/bindgen-0.72.1.crate) = 993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895 +SIZE (rust/crates/bindgen-0.72.1.crate) = 246071 SHA256 (rust/crates/bit-set-0.8.0.crate) = 08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3 SIZE (rust/crates/bit-set-0.8.0.crate) = 16289 SHA256 (rust/crates/bit-vec-0.8.0.crate) = 5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7 SIZE (rust/crates/bit-vec-0.8.0.crate) = 24132 SHA256 (rust/crates/bitflags-1.3.2.crate) = bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a SIZE (rust/crates/bitflags-1.3.2.crate) = 23021 -SHA256 (rust/crates/bitflags-2.9.3.crate) = 34efbcccd345379ca2868b2b2c9d3782e9cc58ba87bc7d79d5b53d9c9ae6f25d -SIZE (rust/crates/bitflags-2.9.3.crate) = 47777 +SHA256 (rust/crates/bitflags-2.9.4.crate) = 2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394 +SIZE (rust/crates/bitflags-2.9.4.crate) = 47950 SHA256 (rust/crates/block-buffer-0.10.4.crate) = 3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71 SIZE (rust/crates/block-buffer-0.10.4.crate) = 10538 SHA256 (rust/crates/block2-0.5.1.crate) = 2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f @@ -117,10 +117,10 @@ SHA256 (rust/crates/calloop-0.14.3.crate) = cb9f6e1368bd4621d2c86baa7e37de77a938 SIZE (rust/crates/calloop-0.14.3.crate) = 78158 SHA256 (rust/crates/calloop-wayland-source-0.3.0.crate) = 95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20 SIZE (rust/crates/calloop-wayland-source-0.3.0.crate) = 11300 -SHA256 (rust/crates/calloop-wayland-source-0.4.0.crate) = 876a7a1dbbe026a55ef47a500b123af5a9a0914520f061d467914cf21be95daf -SIZE (rust/crates/calloop-wayland-source-0.4.0.crate) = 10904 -SHA256 (rust/crates/cc-1.2.34.crate) = 42bc4aea80032b7bf409b0bc7ccad88853858911b7713a8062fdc0623867bedc -SIZE (rust/crates/cc-1.2.34.crate) = 111754 +SHA256 (rust/crates/calloop-wayland-source-0.4.1.crate) = 138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa +SIZE (rust/crates/calloop-wayland-source-0.4.1.crate) = 11247 +SHA256 (rust/crates/cc-1.2.39.crate) = e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f +SIZE (rust/crates/cc-1.2.39.crate) = 90774 SHA256 (rust/crates/cesu8-1.1.0.crate) = 6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c SIZE (rust/crates/cesu8-1.1.0.crate) = 10555 SHA256 (rust/crates/cexpr-0.6.0.crate) = 6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766 @@ -137,16 +137,16 @@ SHA256 (rust/crates/chumsky-0.9.3.crate) = 8eebd66744a15ded14960ab4ccdbfb51ad3b8 SIZE (rust/crates/chumsky-0.9.3.crate) = 75112 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.46.crate) = 2c5e4fcf9c21d2e544ca1ee9d8552de13019a42aa7dbf32747fa7aaf1df76e57 -SIZE (rust/crates/clap-4.5.46.crate) = 58332 -SHA256 (rust/crates/clap_builder-4.5.46.crate) = fecb53a0e6fcfb055f686001bc2e2592fa527efaf38dbe81a6a9563562e57d41 -SIZE (rust/crates/clap_builder-4.5.46.crate) = 169831 -SHA256 (rust/crates/clap_complete-4.5.57.crate) = 4d9501bd3f5f09f7bbee01da9a511073ed30a80cd7a509f1214bb74eadea71ad -SIZE (rust/crates/clap_complete-4.5.57.crate) = 48637 +SHA256 (rust/crates/clap-4.5.48.crate) = e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae +SIZE (rust/crates/clap-4.5.48.crate) = 61935 +SHA256 (rust/crates/clap_builder-4.5.48.crate) = c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9 +SIZE (rust/crates/clap_builder-4.5.48.crate) = 170133 +SHA256 (rust/crates/clap_complete-4.5.58.crate) = 75bf0b32ad2e152de789bb635ea4d3078f6b838ad7974143e99b99f45a04af4a +SIZE (rust/crates/clap_complete-4.5.58.crate) = 48645 SHA256 (rust/crates/clap_complete_nushell-4.5.8.crate) = 0a0c951694691e65bf9d421d597d68416c22de9632e884c28412cb8cd8b73dce SIZE (rust/crates/clap_complete_nushell-4.5.8.crate) = 35171 -SHA256 (rust/crates/clap_derive-4.5.45.crate) = 14cb31bb0a7d536caef2639baa7fad459e15c3144efefa6dbd1c84562c4739f6 -SIZE (rust/crates/clap_derive-4.5.45.crate) = 33545 +SHA256 (rust/crates/clap_derive-4.5.47.crate) = bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c +SIZE (rust/crates/clap_derive-4.5.47.crate) = 33550 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 @@ -225,8 +225,8 @@ SHA256 (rust/crates/enumflags2_derive-0.7.12.crate) = 67c78a4d8fdf9953a5c9d458f9 SIZE (rust/crates/enumflags2_derive-0.7.12.crate) = 8573 SHA256 (rust/crates/equivalent-1.0.2.crate) = 877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f SIZE (rust/crates/equivalent-1.0.2.crate) = 7419 -SHA256 (rust/crates/errno-0.3.13.crate) = 778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad -SIZE (rust/crates/errno-0.3.13.crate) = 12449 +SHA256 (rust/crates/errno-0.3.14.crate) = 39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb +SIZE (rust/crates/errno-0.3.14.crate) = 12002 SHA256 (rust/crates/event-listener-5.4.1.crate) = e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab SIZE (rust/crates/event-listener-5.4.1.crate) = 43782 SHA256 (rust/crates/event-listener-strategy-0.5.4.crate) = 8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93 @@ -237,6 +237,8 @@ SHA256 (rust/crates/fdeflate-0.3.7.crate) = 1e6853b52649d4ac5c0bd02320cddc5ba956 SIZE (rust/crates/fdeflate-0.3.7.crate) = 27188 SHA256 (rust/crates/field-offset-0.3.6.crate) = 38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f SIZE (rust/crates/field-offset-0.3.6.crate) = 10032 +SHA256 (rust/crates/find-msvc-tools-0.1.2.crate) = 1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959 +SIZE (rust/crates/find-msvc-tools-0.1.2.crate) = 30461 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 @@ -251,8 +253,6 @@ SHA256 (rust/crates/foreign-types-shared-0.3.1.crate) = aa9a19cbb55df58761df49b2 SIZE (rust/crates/foreign-types-shared-0.3.1.crate) = 6006 SHA256 (rust/crates/form_urlencoded-1.2.2.crate) = cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf SIZE (rust/crates/form_urlencoded-1.2.2.crate) = 9347 -SHA256 (rust/crates/futures-0.3.31.crate) = 65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876 -SIZE (rust/crates/futures-0.3.31.crate) = 54953 SHA256 (rust/crates/futures-channel-0.3.31.crate) = 2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10 SIZE (rust/crates/futures-channel-0.3.31.crate) = 31971 SHA256 (rust/crates/futures-core-0.3.31.crate) = 05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e @@ -265,8 +265,6 @@ SHA256 (rust/crates/futures-lite-2.6.1.crate) = f78e10609fe0e0b3f4157ffab1876319 SIZE (rust/crates/futures-lite-2.6.1.crate) = 46095 SHA256 (rust/crates/futures-macro-0.3.31.crate) = 162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650 SIZE (rust/crates/futures-macro-0.3.31.crate) = 11341 -SHA256 (rust/crates/futures-sink-0.3.31.crate) = e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7 -SIZE (rust/crates/futures-sink-0.3.31.crate) = 7958 SHA256 (rust/crates/futures-task-0.3.31.crate) = f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988 SIZE (rust/crates/futures-task-0.3.31.crate) = 11217 SHA256 (rust/crates/futures-util-0.3.31.crate) = 9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81 @@ -287,8 +285,8 @@ SHA256 (rust/crates/generator-0.8.7.crate) = 605183a538e3e2a9c1038635cc5c2d194e2 SIZE (rust/crates/generator-0.8.7.crate) = 37332 SHA256 (rust/crates/generic-array-0.14.7.crate) = 85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a SIZE (rust/crates/generic-array-0.14.7.crate) = 15950 -SHA256 (rust/crates/gethostname-0.4.3.crate) = 0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818 -SIZE (rust/crates/gethostname-0.4.3.crate) = 9336 +SHA256 (rust/crates/gethostname-1.0.2.crate) = fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55 +SIZE (rust/crates/gethostname-1.0.2.crate) = 9914 SHA256 (rust/crates/getrandom-0.2.16.crate) = 335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592 SIZE (rust/crates/getrandom-0.2.16.crate) = 40163 SHA256 (rust/crates/getrandom-0.3.3.crate) = 26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4 @@ -303,8 +301,8 @@ SHA256 (rust/crates/git-version-macro-0.3.9.crate) = 53010ccb100b96a67bc32c0175f SIZE (rust/crates/git-version-macro-0.3.9.crate) = 5622 SHA256 (rust/crates/gl_generator-0.14.0.crate) = 1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d SIZE (rust/crates/gl_generator-0.14.0.crate) = 22330 -SHA256 (rust/crates/glam-0.30.5.crate) = f2d1aab06663bdce00d6ca5e5ed586ec8d18033a771906c993a1e3755b368d85 -SIZE (rust/crates/glam-0.30.5.crate) = 760688 +SHA256 (rust/crates/glam-0.30.8.crate) = e12d847aeb25f41be4c0ec9587d624e9cd631bc007a8fd7ce3f5851e064c6460 +SIZE (rust/crates/glam-0.30.8.crate) = 759792 SHA256 (rust/crates/glib-0.20.12.crate) = ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683 SIZE (rust/crates/glib-0.20.12.crate) = 294373 SHA256 (rust/crates/glib-macros-0.20.12.crate) = e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145 @@ -367,14 +365,14 @@ SHA256 (rust/crates/idna-1.1.0.crate) = 3b0875f23caa03898994f6ddc501886a45c7d3d6 SIZE (rust/crates/idna-1.1.0.crate) = 148747 SHA256 (rust/crates/idna_adapter-1.2.0.crate) = daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71 SIZE (rust/crates/idna_adapter-1.2.0.crate) = 8206 -SHA256 (rust/crates/indexmap-2.11.0.crate) = f2481980430f9f78649238835720ddccc57e52df14ffce1c6f37391d61b563e9 -SIZE (rust/crates/indexmap-2.11.0.crate) = 99851 +SHA256 (rust/crates/indexmap-2.11.4.crate) = 4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5 +SIZE (rust/crates/indexmap-2.11.4.crate) = 100302 SHA256 (rust/crates/input-0.9.1.crate) = fbdc09524a91f9cacd26f16734ff63d7dc650daffadd2b6f84d17a285bd875a9 SIZE (rust/crates/input-0.9.1.crate) = 40734 SHA256 (rust/crates/input-sys-1.18.0.crate) = bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0 SIZE (rust/crates/input-sys-1.18.0.crate) = 365567 -SHA256 (rust/crates/insta-1.43.1.crate) = 154934ea70c58054b556dd430b99a98c2a7ff5309ac9891597e339b5c28f4371 -SIZE (rust/crates/insta-1.43.1.crate) = 101047 +SHA256 (rust/crates/insta-1.43.2.crate) = 46fdb647ebde000f43b5b53f773c30cf9b0cb4300453208713fa38b2c70935a0 +SIZE (rust/crates/insta-1.43.2.crate) = 102183 SHA256 (rust/crates/io-lifetimes-1.0.11.crate) = eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2 SIZE (rust/crates/io-lifetimes-1.0.11.crate) = 37346 SHA256 (rust/crates/is-terminal-0.4.16.crate) = e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9 @@ -393,8 +391,8 @@ SHA256 (rust/crates/jni-sys-0.3.0.crate) = 8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4 SIZE (rust/crates/jni-sys-0.3.0.crate) = 10232 SHA256 (rust/crates/jobserver-0.1.34.crate) = 9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33 SIZE (rust/crates/jobserver-0.1.34.crate) = 29013 -SHA256 (rust/crates/js-sys-0.3.77.crate) = 1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f -SIZE (rust/crates/js-sys-0.3.77.crate) = 55538 +SHA256 (rust/crates/js-sys-0.3.81.crate) = ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305 +SIZE (rust/crates/js-sys-0.3.81.crate) = 56399 SHA256 (rust/crates/keyframe-1.1.1.crate) = 60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9 SIZE (rust/crates/keyframe-1.1.1.crate) = 33573 SHA256 (rust/crates/khronos_api-3.1.0.crate) = e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc @@ -409,42 +407,46 @@ SHA256 (rust/crates/libadwaita-0.7.2.crate) = 500135d29c16aabf67baafd3e7741d48e8 SIZE (rust/crates/libadwaita-0.7.2.crate) = 125693 SHA256 (rust/crates/libadwaita-sys-0.7.2.crate) = 6680988058c2558baf3f548a370e4e78da3bf7f08469daa822ac414842c912db SIZE (rust/crates/libadwaita-sys-0.7.2.crate) = 35416 -SHA256 (rust/crates/libc-0.2.175.crate) = 6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543 -SIZE (rust/crates/libc-0.2.175.crate) = 788728 +SHA256 (rust/crates/libc-0.2.176.crate) = 58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174 +SIZE (rust/crates/libc-0.2.176.crate) = 790040 SHA256 (rust/crates/libdisplay-info-0.3.0.crate) = 59fd96dbb2381ff31f314f07accbdf8550febdcc5cd8761ecaf7c1763361c359 SIZE (rust/crates/libdisplay-info-0.3.0.crate) = 40051 SHA256 (rust/crates/libdisplay-info-derive-0.1.1.crate) = 8dc2c710cf5819e91220a446d9e64acc6814386cc22c509c3f0df83c0b874a98 SIZE (rust/crates/libdisplay-info-derive-0.1.1.crate) = 4048 SHA256 (rust/crates/libdisplay-info-sys-0.3.0.crate) = 26590d55b8819f9c6b0d95d9d12dc9edbfd1f2413e88814a33b631ac049bb51f SIZE (rust/crates/libdisplay-info-sys-0.3.0.crate) = 79126 -SHA256 (rust/crates/libloading-0.8.8.crate) = 07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667 -SIZE (rust/crates/libloading-0.8.8.crate) = 31345 +SHA256 (rust/crates/libloading-0.8.9.crate) = d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55 +SIZE (rust/crates/libloading-0.8.9.crate) = 30222 SHA256 (rust/crates/libm-0.2.15.crate) = f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de SIZE (rust/crates/libm-0.2.15.crate) = 156108 -SHA256 (rust/crates/libredox-0.1.9.crate) = 391290121bad3d37fbddad76d8f5d1c1c314cfc646d143d7e07a3086ddff0ce3 -SIZE (rust/crates/libredox-0.1.9.crate) = 7281 +SHA256 (rust/crates/libredox-0.1.10.crate) = 416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb +SIZE (rust/crates/libredox-0.1.10.crate) = 7332 SHA256 (rust/crates/libseat-0.2.3.crate) = c23a245bbd5790c690791c4fe6eefafe4c75851226288a71cb657601135aa00c SIZE (rust/crates/libseat-0.2.3.crate) = 6699 SHA256 (rust/crates/libseat-sys-0.1.9.crate) = 134621e50557e8698a96ccff3eadbc6f4b449d5d12f8aa48fcef8d40b4b02725 SIZE (rust/crates/libseat-sys-0.1.9.crate) = 2029 +SHA256 (rust/crates/libspa-0.9.2.crate) = b6b8cfa2a7656627b4c92c6b9ef929433acd673d5ab3708cda1b18478ac00df4 +SIZE (rust/crates/libspa-0.9.2.crate) = 60642 +SHA256 (rust/crates/libspa-sys-0.9.2.crate) = 901049455d2eb6decf9058235d745237952f4804bc584c5fcb41412e6adcc6e0 +SIZE (rust/crates/libspa-sys-0.9.2.crate) = 8920 SHA256 (rust/crates/libudev-sys-0.1.4.crate) = 3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324 SIZE (rust/crates/libudev-sys-0.1.4.crate) = 6177 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.6.5.crate) = 2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7 SIZE (rust/crates/linux-raw-sys-0.6.5.crate) = 1892120 -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/linux-raw-sys-0.11.0.crate) = df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039 +SIZE (rust/crates/linux-raw-sys-0.11.0.crate) = 2659624 SHA256 (rust/crates/litemap-0.7.4.crate) = 4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104 SIZE (rust/crates/litemap-0.7.4.crate) = 28257 -SHA256 (rust/crates/log-0.4.27.crate) = 13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94 -SIZE (rust/crates/log-0.4.27.crate) = 48120 +SHA256 (rust/crates/log-0.4.28.crate) = 34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432 +SIZE (rust/crates/log-0.4.28.crate) = 51131 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.5.crate) = 32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0 -SIZE (rust/crates/memchr-2.7.5.crate) = 97603 +SHA256 (rust/crates/memchr-2.7.6.crate) = f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273 +SIZE (rust/crates/memchr-2.7.6.crate) = 97616 SHA256 (rust/crates/memmap2-0.9.8.crate) = 843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7 SIZE (rust/crates/memmap2-0.9.8.crate) = 34478 SHA256 (rust/crates/memoffset-0.9.1.crate) = 488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a @@ -519,8 +521,8 @@ SHA256 (rust/crates/option-ext-0.2.0.crate) = 04744f49eae99ab78e0d5c0b603ab218f5 SIZE (rust/crates/option-ext-0.2.0.crate) = 7345 SHA256 (rust/crates/orbclient-0.3.48.crate) = ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43 SIZE (rust/crates/orbclient-0.3.48.crate) = 1324601 -SHA256 (rust/crates/ordered-float-5.0.0.crate) = e2c1f9f56e534ac6a9b8a4600bdf0f530fb393b5f393e7b4d03489c3cf0c3f01 -SIZE (rust/crates/ordered-float-5.0.0.crate) = 23364 +SHA256 (rust/crates/ordered-float-5.1.0.crate) = 7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d +SIZE (rust/crates/ordered-float-5.1.0.crate) = 30230 SHA256 (rust/crates/ordered-stream-0.2.0.crate) = 9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50 SIZE (rust/crates/ordered-stream-0.2.0.crate) = 19077 SHA256 (rust/crates/overload-0.1.1.crate) = b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39 @@ -559,24 +561,28 @@ SHA256 (rust/crates/pin-utils-0.1.0.crate) = 8b870d8c151b6f2fb93e84a13146138f05d SIZE (rust/crates/pin-utils-0.1.0.crate) = 7580 SHA256 (rust/crates/piper-0.2.4.crate) = 96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066 SIZE (rust/crates/piper-0.2.4.crate) = 15950 +SHA256 (rust/crates/pipewire-0.9.2.crate) = 9688b89abf11d756499f7c6190711d6dbe5a3acdb30c8fbf001d6596d06a8d44 +SIZE (rust/crates/pipewire-0.9.2.crate) = 55856 +SHA256 (rust/crates/pipewire-sys-0.9.2.crate) = cb028afee0d6ca17020b090e3b8fa2d7de23305aef975c7e5192a5050246ea36 +SIZE (rust/crates/pipewire-sys-0.9.2.crate) = 6679 SHA256 (rust/crates/pixman-0.2.1.crate) = cea217d496c19ac0a8e502b37078e1f683d16344adee9eb247a5d57c165e1edf SIZE (rust/crates/pixman-0.2.1.crate) = 24719 SHA256 (rust/crates/pixman-sys-0.1.0.crate) = a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada SIZE (rust/crates/pixman-sys-0.1.0.crate) = 6044 SHA256 (rust/crates/pkg-config-0.3.32.crate) = 7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c SIZE (rust/crates/pkg-config-0.3.32.crate) = 21370 -SHA256 (rust/crates/png-0.17.16.crate) = 82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526 -SIZE (rust/crates/png-0.17.16.crate) = 117975 -SHA256 (rust/crates/polling-3.10.0.crate) = b5bd19146350fe804f7cb2669c851c03d69da628803dab0d98018142aaa5d829 -SIZE (rust/crates/polling-3.10.0.crate) = 60095 +SHA256 (rust/crates/png-0.18.0.crate) = 97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0 +SIZE (rust/crates/png-0.18.0.crate) = 118041 +SHA256 (rust/crates/polling-3.11.0.crate) = 5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218 +SIZE (rust/crates/polling-3.11.0.crate) = 59387 SHA256 (rust/crates/portable-atomic-1.11.1.crate) = f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483 SIZE (rust/crates/portable-atomic-1.11.1.crate) = 185506 SHA256 (rust/crates/ppv-lite86-0.2.21.crate) = 85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9 SIZE (rust/crates/ppv-lite86-0.2.21.crate) = 22522 SHA256 (rust/crates/pretty_assertions-1.4.1.crate) = 3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d 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-crate-3.4.0.crate) = 219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983 +SIZE (rust/crates/proc-macro-crate-3.4.0.crate) = 12690 SHA256 (rust/crates/proc-macro-error-1.0.4.crate) = da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c SIZE (rust/crates/proc-macro-error-1.0.4.crate) = 25293 SHA256 (rust/crates/proc-macro-error-attr-1.0.4.crate) = a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869 @@ -587,8 +593,8 @@ SHA256 (rust/crates/profiling-1.0.17.crate) = 3eb8486b569e12e2c32ad3e204dbaba5e4 SIZE (rust/crates/profiling-1.0.17.crate) = 13493 SHA256 (rust/crates/profiling-procmacros-1.0.17.crate) = 52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b SIZE (rust/crates/profiling-procmacros-1.0.17.crate) = 5895 -SHA256 (rust/crates/proptest-1.7.0.crate) = 6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f -SIZE (rust/crates/proptest-1.7.0.crate) = 204889 +SHA256 (rust/crates/proptest-1.8.0.crate) = 2bb0be07becd10686a0bb407298fb425360a5c44a663774406340c59a22de4ce +SIZE (rust/crates/proptest-1.8.0.crate) = 204571 SHA256 (rust/crates/proptest-derive-0.6.0.crate) = 095a99f75c69734802359b682be8daaf8980296731f6470434ea2c652af1dd30 SIZE (rust/crates/proptest-derive-0.6.0.crate) = 61197 SHA256 (rust/crates/quick-error-1.2.3.crate) = a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0 @@ -597,8 +603,8 @@ SHA256 (rust/crates/quick-xml-0.36.2.crate) = f7649a7b4df05aed9ea7ec6f628c67c995 SIZE (rust/crates/quick-xml-0.36.2.crate) = 185201 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/quote-1.0.41.crate) = ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1 +SIZE (rust/crates/quote-1.0.41.crate) = 31408 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.8.5.crate) = 34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404 @@ -625,16 +631,16 @@ SHA256 (rust/crates/redox_syscall-0.5.17.crate) = 5407465600fb0548f1442edf71dd20 SIZE (rust/crates/redox_syscall-0.5.17.crate) = 30002 SHA256 (rust/crates/redox_users-0.5.2.crate) = a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac SIZE (rust/crates/redox_users-0.5.2.crate) = 17280 -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.2.crate) = 23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912 -SIZE (rust/crates/regex-1.11.2.crate) = 166265 +SHA256 (rust/crates/ref-cast-1.0.25.crate) = f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d +SIZE (rust/crates/ref-cast-1.0.25.crate) = 15192 +SHA256 (rust/crates/ref-cast-impl-1.0.25.crate) = b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da +SIZE (rust/crates/ref-cast-impl-1.0.25.crate) = 10167 +SHA256 (rust/crates/regex-1.11.3.crate) = 8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c +SIZE (rust/crates/regex-1.11.3.crate) = 163275 SHA256 (rust/crates/regex-automata-0.1.10.crate) = 6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132 SIZE (rust/crates/regex-automata-0.1.10.crate) = 114533 -SHA256 (rust/crates/regex-automata-0.4.10.crate) = 6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6 -SIZE (rust/crates/regex-automata-0.4.10.crate) = 622754 +SHA256 (rust/crates/regex-automata-0.4.11.crate) = 833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad +SIZE (rust/crates/regex-automata-0.4.11.crate) = 622880 SHA256 (rust/crates/regex-syntax-0.6.29.crate) = f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1 SIZE (rust/crates/regex-syntax-0.6.29.crate) = 299752 SHA256 (rust/crates/regex-syntax-0.8.6.crate) = caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001 @@ -645,8 +651,8 @@ SHA256 (rust/crates/rustc_version-0.4.1.crate) = cfcb3a22ef46e85b45de6ee7e79d063 SIZE (rust/crates/rustc_version-0.4.1.crate) = 12245 SHA256 (rust/crates/rustix-0.38.44.crate) = fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154 SIZE (rust/crates/rustix-0.38.44.crate) = 379347 -SHA256 (rust/crates/rustix-1.0.8.crate) = 11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8 -SIZE (rust/crates/rustix-1.0.8.crate) = 416688 +SHA256 (rust/crates/rustix-1.1.2.crate) = cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e +SIZE (rust/crates/rustix-1.1.2.crate) = 422717 SHA256 (rust/crates/rustversion-1.0.22.crate) = b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d SIZE (rust/crates/rustversion-1.0.22.crate) = 21096 SHA256 (rust/crates/rusty-fork-0.3.0.crate) = cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f @@ -663,16 +669,18 @@ SHA256 (rust/crates/scoped-tls-1.0.1.crate) = e1cf6437eb19a8f4a6cc0f7dca544973b0 SIZE (rust/crates/scoped-tls-1.0.1.crate) = 8202 SHA256 (rust/crates/sd-notify-0.4.5.crate) = b943eadf71d8b69e661330cb0e2656e31040acf21ee7708e2c238a0ec6af2bf4 SIZE (rust/crates/sd-notify-0.4.5.crate) = 12582 -SHA256 (rust/crates/semver-1.0.26.crate) = 56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0 -SIZE (rust/crates/semver-1.0.26.crate) = 31303 -SHA256 (rust/crates/serde-1.0.219.crate) = 5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6 -SIZE (rust/crates/serde-1.0.219.crate) = 78983 -SHA256 (rust/crates/serde_derive-1.0.219.crate) = 5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00 -SIZE (rust/crates/serde_derive-1.0.219.crate) = 57798 +SHA256 (rust/crates/semver-1.0.27.crate) = d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2 +SIZE (rust/crates/semver-1.0.27.crate) = 30081 +SHA256 (rust/crates/serde-1.0.228.crate) = 9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e +SIZE (rust/crates/serde-1.0.228.crate) = 83652 +SHA256 (rust/crates/serde_core-1.0.228.crate) = 41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad +SIZE (rust/crates/serde_core-1.0.228.crate) = 63111 +SHA256 (rust/crates/serde_derive-1.0.228.crate) = d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79 +SIZE (rust/crates/serde_derive-1.0.228.crate) = 59605 SHA256 (rust/crates/serde_derive_internals-0.29.1.crate) = 18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711 SIZE (rust/crates/serde_derive_internals-0.29.1.crate) = 26189 -SHA256 (rust/crates/serde_json-1.0.143.crate) = d401abef1d108fbd9cbaebc3e46611f4b1021f714a0597a71f41ee463f5f4a5a -SIZE (rust/crates/serde_json-1.0.143.crate) = 155342 +SHA256 (rust/crates/serde_json-1.0.145.crate) = 402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c +SIZE (rust/crates/serde_json-1.0.145.crate) = 155748 SHA256 (rust/crates/serde_repr-0.1.20.crate) = 175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c SIZE (rust/crates/serde_repr-0.1.20.crate) = 12627 SHA256 (rust/crates/serde_spanned-0.6.9.crate) = bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3 @@ -723,20 +731,20 @@ SHA256 (rust/crates/system-deps-7.0.5.crate) = e4be53aa0cba896d2dc615bd42bbc130a SIZE (rust/crates/system-deps-7.0.5.crate) = 28669 SHA256 (rust/crates/target-lexicon-0.13.2.crate) = e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a SIZE (rust/crates/target-lexicon-0.13.2.crate) = 27923 -SHA256 (rust/crates/tempfile-3.21.0.crate) = 15b61f8f20e3a6f7e0649d825294eaf317edce30f82cf6026e7e4cb9222a7d1e -SIZE (rust/crates/tempfile-3.21.0.crate) = 42581 +SHA256 (rust/crates/tempfile-3.23.0.crate) = 2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16 +SIZE (rust/crates/tempfile-3.23.0.crate) = 43063 SHA256 (rust/crates/terminal_size-0.1.17.crate) = 633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df SIZE (rust/crates/terminal_size-0.1.17.crate) = 9141 SHA256 (rust/crates/textwrap-0.15.2.crate) = b7b3e525a49ec206798b40326a44121291b530c963cfb01018f63e135bac543d SIZE (rust/crates/textwrap-0.15.2.crate) = 53191 SHA256 (rust/crates/thiserror-1.0.69.crate) = b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52 SIZE (rust/crates/thiserror-1.0.69.crate) = 22198 -SHA256 (rust/crates/thiserror-2.0.16.crate) = 3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0 -SIZE (rust/crates/thiserror-2.0.16.crate) = 29095 +SHA256 (rust/crates/thiserror-2.0.17.crate) = f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8 +SIZE (rust/crates/thiserror-2.0.17.crate) = 28857 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.16.crate) = 6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960 -SIZE (rust/crates/thiserror-impl-2.0.16.crate) = 21214 +SHA256 (rust/crates/thiserror-impl-2.0.17.crate) = 3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913 +SIZE (rust/crates/thiserror-impl-2.0.17.crate) = 21344 SHA256 (rust/crates/thread_local-1.1.9.crate) = f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185 SIZE (rust/crates/thread_local-1.1.9.crate) = 19315 SHA256 (rust/crates/tinystr-0.7.6.crate) = 9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f @@ -745,8 +753,14 @@ SHA256 (rust/crates/toml-0.8.23.crate) = dc1beb996b9d83529a9e75c17a1686767d148d7 SIZE (rust/crates/toml-0.8.23.crate) = 36050 SHA256 (rust/crates/toml_datetime-0.6.11.crate) = 22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c SIZE (rust/crates/toml_datetime-0.6.11.crate) = 16125 +SHA256 (rust/crates/toml_datetime-0.7.2.crate) = 32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1 +SIZE (rust/crates/toml_datetime-0.7.2.crate) = 17859 SHA256 (rust/crates/toml_edit-0.22.27.crate) = 41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a SIZE (rust/crates/toml_edit-0.22.27.crate) = 78602 +SHA256 (rust/crates/toml_edit-0.23.6.crate) = f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b +SIZE (rust/crates/toml_edit-0.23.6.crate) = 65753 +SHA256 (rust/crates/toml_parser-1.0.3.crate) = 4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627 +SIZE (rust/crates/toml_parser-1.0.3.crate) = 34982 SHA256 (rust/crates/tracing-0.1.41.crate) = 784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0 SIZE (rust/crates/tracing-0.1.41.crate) = 82448 SHA256 (rust/crates/tracing-attributes-0.1.30.crate) = 81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903 @@ -757,20 +771,20 @@ 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/tracy-client-0.18.2.crate) = ef54005d3d760186fd662dad4b7bb27ecd5531cdef54d1573ebd3f20a9205ed7 -SIZE (rust/crates/tracy-client-0.18.2.crate) = 31607 -SHA256 (rust/crates/tracy-client-sys-0.26.1.crate) = 319c70195101a93f56db4c74733e272d720768e13471f400c78406a326b172b0 -SIZE (rust/crates/tracy-client-sys-0.26.1.crate) = 351280 -SHA256 (rust/crates/typenum-1.18.0.crate) = 1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f -SIZE (rust/crates/typenum-1.18.0.crate) = 74871 +SHA256 (rust/crates/tracy-client-0.18.3.crate) = 91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947 +SIZE (rust/crates/tracy-client-0.18.3.crate) = 31559 +SHA256 (rust/crates/tracy-client-sys-0.27.0.crate) = 2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f +SIZE (rust/crates/tracy-client-sys-0.27.0.crate) = 357998 +SHA256 (rust/crates/typenum-1.19.0.crate) = 562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb +SIZE (rust/crates/typenum-1.19.0.crate) = 76414 SHA256 (rust/crates/udev-0.9.3.crate) = af4e37e9ea4401fc841ff54b9ddfc9be1079b1e89434c1a6a865dd68980f7e9f SIZE (rust/crates/udev-0.9.3.crate) = 21737 SHA256 (rust/crates/uds_windows-1.1.0.crate) = 89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9 SIZE (rust/crates/uds_windows-1.1.0.crate) = 17040 SHA256 (rust/crates/unarray-0.1.4.crate) = eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94 SIZE (rust/crates/unarray-0.1.4.crate) = 12895 -SHA256 (rust/crates/unicode-ident-1.0.18.crate) = 5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512 -SIZE (rust/crates/unicode-ident-1.0.18.crate) = 47743 +SHA256 (rust/crates/unicode-ident-1.0.19.crate) = f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d +SIZE (rust/crates/unicode-ident-1.0.19.crate) = 47480 SHA256 (rust/crates/unicode-linebreak-0.1.5.crate) = 3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f SIZE (rust/crates/unicode-linebreak-0.1.5.crate) = 15324 SHA256 (rust/crates/unicode-segmentation-1.12.0.crate) = f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493 @@ -799,20 +813,20 @@ SHA256 (rust/crates/walkdir-2.5.0.crate) = 29790946404f91d9c5d06f9874efddea1dc06 SIZE (rust/crates/walkdir-2.5.0.crate) = 23951 SHA256 (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b SIZE (rust/crates/wasi-0.11.1+wasi-snapshot-preview1.crate) = 28477 -SHA256 (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3 -SIZE (rust/crates/wasi-0.14.2+wasi-0.2.4.crate) = 140921 -SHA256 (rust/crates/wasm-bindgen-0.2.100.crate) = 1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5 -SIZE (rust/crates/wasm-bindgen-0.2.100.crate) = 48288 -SHA256 (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6 -SIZE (rust/crates/wasm-bindgen-backend-0.2.100.crate) = 32111 -SHA256 (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61 -SIZE (rust/crates/wasm-bindgen-futures-0.4.50.crate) = 16181 -SHA256 (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407 -SIZE (rust/crates/wasm-bindgen-macro-0.2.100.crate) = 9663 -SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de -SIZE (rust/crates/wasm-bindgen-macro-support-0.2.100.crate) = 26243 -SHA256 (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d -SIZE (rust/crates/wasm-bindgen-shared-0.2.100.crate) = 8570 +SHA256 (rust/crates/wasi-0.14.4+wasi-0.2.4.crate) = 88a5f4a424faf49c3c2c344f166f0662341d470ea185e939657aaff130f0ec4a +SIZE (rust/crates/wasi-0.14.4+wasi-0.2.4.crate) = 145408 +SHA256 (rust/crates/wasm-bindgen-0.2.104.crate) = c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d +SIZE (rust/crates/wasm-bindgen-0.2.104.crate) = 47345 +SHA256 (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19 +SIZE (rust/crates/wasm-bindgen-backend-0.2.104.crate) = 32230 +SHA256 (rust/crates/wasm-bindgen-futures-0.4.54.crate) = 7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c +SIZE (rust/crates/wasm-bindgen-futures-0.4.54.crate) = 16381 +SHA256 (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119 +SIZE (rust/crates/wasm-bindgen-macro-0.2.104.crate) = 9390 +SHA256 (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7 +SIZE (rust/crates/wasm-bindgen-macro-support-0.2.104.crate) = 26411 +SHA256 (rust/crates/wasm-bindgen-shared-0.2.104.crate) = bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1 +SIZE (rust/crates/wasm-bindgen-shared-0.2.104.crate) = 9057 SHA256 (rust/crates/wayland-backend-0.3.11.crate) = 673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35 SIZE (rust/crates/wayland-backend-0.3.11.crate) = 76980 SHA256 (rust/crates/wayland-client-0.31.11.crate) = c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d @@ -837,16 +851,16 @@ SHA256 (rust/crates/wayland-server-0.31.10.crate) = fcbd4f3aba6c9fba70445ad2a484 SIZE (rust/crates/wayland-server-0.31.10.crate) = 56154 SHA256 (rust/crates/wayland-sys-0.31.7.crate) = 34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142 SIZE (rust/crates/wayland-sys-0.31.7.crate) = 10106 -SHA256 (rust/crates/web-sys-0.3.77.crate) = 33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2 -SIZE (rust/crates/web-sys-0.3.77.crate) = 638246 +SHA256 (rust/crates/web-sys-0.3.81.crate) = 9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120 +SIZE (rust/crates/web-sys-0.3.81.crate) = 641812 SHA256 (rust/crates/web-time-1.1.0.crate) = 5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb SIZE (rust/crates/web-time-1.1.0.crate) = 18026 SHA256 (rust/crates/winapi-0.3.9.crate) = 5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419 SIZE (rust/crates/winapi-0.3.9.crate) = 1200382 SHA256 (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6 SIZE (rust/crates/winapi-i686-pc-windows-gnu-0.4.0.crate) = 2918815 -SHA256 (rust/crates/winapi-util-0.1.10.crate) = 0978bf7171b3d90bac376700cb56d606feb40f251a475a5d6634613564460b22 -SIZE (rust/crates/winapi-util-0.1.10.crate) = 13370 +SHA256 (rust/crates/winapi-util-0.1.11.crate) = c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22 +SIZE (rust/crates/winapi-util-0.1.11.crate) = 13368 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.3.crate) = 9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893 @@ -857,12 +871,14 @@ SHA256 (rust/crates/windows-core-0.61.2.crate) = c0fdd3ddb90610c7638aa2b3a3ab290 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-implement-0.60.1.crate) = edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0 +SIZE (rust/crates/windows-implement-0.60.1.crate) = 15257 +SHA256 (rust/crates/windows-interface-0.59.2.crate) = c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5 +SIZE (rust/crates/windows-interface-0.59.2.crate) = 11735 SHA256 (rust/crates/windows-link-0.1.3.crate) = 5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a SIZE (rust/crates/windows-link-0.1.3.crate) = 6154 +SHA256 (rust/crates/windows-link-0.2.0.crate) = 45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65 +SIZE (rust/crates/windows-link-0.2.0.crate) = 6170 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.4.crate) = 56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6 @@ -879,14 +895,16 @@ SHA256 (rust/crates/windows-sys-0.59.0.crate) = 1e38bc4d79ed67fd075bcc251a1c39b3 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-sys-0.61.1.crate) = 6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f +SIZE (rust/crates/windows-sys-0.61.1.crate) = 2517255 SHA256 (rust/crates/windows-targets-0.42.2.crate) = 8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071 SIZE (rust/crates/windows-targets-0.42.2.crate) = 5492 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.3.crate) = d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91 -SIZE (rust/crates/windows-targets-0.53.3.crate) = 7099 +SHA256 (rust/crates/windows-targets-0.53.4.crate) = 2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b +SIZE (rust/crates/windows-targets-0.53.4.crate) = 7161 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.42.2.crate) = 597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8 @@ -953,18 +971,18 @@ SHA256 (rust/crates/winit-0.30.12.crate) = c66d4b9ed69c4009f6321f762d6e61ad8a238 SIZE (rust/crates/winit-0.30.12.crate) = 604631 SHA256 (rust/crates/winnow-0.7.13.crate) = 21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf SIZE (rust/crates/winnow-0.7.13.crate) = 174454 -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/wit-bindgen-0.45.1.crate) = 5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36 +SIZE (rust/crates/wit-bindgen-0.45.1.crate) = 60395 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/x11-dl-2.21.0.crate) = 38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f SIZE (rust/crates/x11-dl-2.21.0.crate) = 66823 -SHA256 (rust/crates/x11rb-0.13.1.crate) = 5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12 -SIZE (rust/crates/x11rb-0.13.1.crate) = 223916 -SHA256 (rust/crates/x11rb-protocol-0.13.1.crate) = ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d -SIZE (rust/crates/x11rb-protocol-0.13.1.crate) = 508522 +SHA256 (rust/crates/x11rb-0.13.2.crate) = 9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414 +SIZE (rust/crates/x11rb-0.13.2.crate) = 220549 +SHA256 (rust/crates/x11rb-protocol-0.13.2.crate) = ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd +SIZE (rust/crates/x11rb-protocol-0.13.2.crate) = 514069 SHA256 (rust/crates/xcursor-0.3.10.crate) = bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b SIZE (rust/crates/xcursor-0.3.10.crate) = 7768 SHA256 (rust/crates/xkbcommon-0.9.0.crate) = a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d @@ -985,22 +1003,22 @@ SHA256 (rust/crates/yoke-0.7.5.crate) = 120e6aef9aa629e3d4f52dc8cc43a015c7724194 SIZE (rust/crates/yoke-0.7.5.crate) = 29673 SHA256 (rust/crates/yoke-derive-0.7.5.crate) = 2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154 SIZE (rust/crates/yoke-derive-0.7.5.crate) = 7525 -SHA256 (rust/crates/zbus-5.10.0.crate) = 67a073be99ace1adc48af593701c8015cd9817df372e14a1a6b0ee8f8bf043be -SIZE (rust/crates/zbus-5.10.0.crate) = 166302 +SHA256 (rust/crates/zbus-5.11.0.crate) = 2d07e46d035fb8e375b2ce63ba4e4ff90a7f73cf2ffb0138b29e1158d2eaadf7 +SIZE (rust/crates/zbus-5.11.0.crate) = 167028 SHA256 (rust/crates/zbus-lockstep-0.5.1.crate) = 29e96e38ded30eeab90b6ba88cb888d70aef4e7489b6cd212c5e5b5ec38045b6 SIZE (rust/crates/zbus-lockstep-0.5.1.crate) = 15804 SHA256 (rust/crates/zbus-lockstep-macros-0.5.1.crate) = dc6821851fa840b708b4cbbaf6241868cabc85a2dc22f426361b0292bfc0b836 SIZE (rust/crates/zbus-lockstep-macros-0.5.1.crate) = 10135 -SHA256 (rust/crates/zbus_macros-5.10.0.crate) = 0e80cd713a45a49859dcb648053f63265f4f2851b6420d47a958e5697c68b131 -SIZE (rust/crates/zbus_macros-5.10.0.crate) = 37433 +SHA256 (rust/crates/zbus_macros-5.11.0.crate) = 57e797a9c847ed3ccc5b6254e8bcce056494b375b511b3d6edcec0aeb4defaca +SIZE (rust/crates/zbus_macros-5.11.0.crate) = 37505 SHA256 (rust/crates/zbus_names-4.2.0.crate) = 7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97 SIZE (rust/crates/zbus_names-4.2.0.crate) = 17015 SHA256 (rust/crates/zbus_xml-5.0.2.crate) = 589e9a02bfafb9754bb2340a9e3b38f389772684c63d9637e76b1870377bec29 SIZE (rust/crates/zbus_xml-5.0.2.crate) = 7502 -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/zerocopy-0.8.27.crate) = 0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c +SIZE (rust/crates/zerocopy-0.8.27.crate) = 252663 +SHA256 (rust/crates/zerocopy-derive-0.8.27.crate) = 88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831 +SIZE (rust/crates/zerocopy-derive-0.8.27.crate) = 89827 SHA256 (rust/crates/zerofrom-0.1.5.crate) = cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e SIZE (rust/crates/zerofrom-0.1.5.crate) = 5091 SHA256 (rust/crates/zerofrom-derive-0.1.6.crate) = d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502 @@ -1015,9 +1033,7 @@ SHA256 (rust/crates/zvariant_derive-5.7.0.crate) = 6643fd0b26a46d226bd90d3f07c1b SIZE (rust/crates/zvariant_derive-5.7.0.crate) = 14214 SHA256 (rust/crates/zvariant_utils-3.2.1.crate) = c6949d142f89f6916deca2232cf26a8afacf2b9fdc35ce766105e104478be599 SIZE (rust/crates/zvariant_utils-3.2.1.crate) = 14678 -SHA256 (pipewire-pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65_GL0.tar.gz) = dc041defb2be7288e87d5a91f0a1f9960461e850b2c2b09f4afbedf371ea39db -SIZE (pipewire-pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65_GL0.tar.gz) = 114280 -SHA256 (Smithay-smithay-20d2dacd71394b5f96f6ace0a70a6f20dc62c0c6_GH0.tar.gz) = 1a97be0d3ac477a92c54547cc912ecb8452272d7d8a8435198e53129b6e5aa6c -SIZE (Smithay-smithay-20d2dacd71394b5f96f6ace0a70a6f20dc62c0c6_GH0.tar.gz) = 793097 -SHA256 (YaLTeR-niri-v25.08_GH0.tar.gz) = 69f8227d621ee6389bcd5368a250c189e672d02528472dc5ef0e3eccf80cf0b8 -SIZE (YaLTeR-niri-v25.08_GH0.tar.gz) = 810302 +SHA256 (Smithay-smithay-d743e1a317fa0f01d1c4cadd96d277a1ec7b59d9_GH0.tar.gz) = f240d5bb303db940758215de335a3781354a16fc2e4f533417ad034f8ae8328c +SIZE (Smithay-smithay-d743e1a317fa0f01d1c4cadd96d277a1ec7b59d9_GH0.tar.gz) = 797824 +SHA256 (YaLTeR-niri-v25.11_GH0.tar.gz) = 9a9a58dbe12e065776cc80424f22c89489f2662e881152ceae46e68bb8677d8c +SIZE (YaLTeR-niri-v25.11_GH0.tar.gz) = 915604 diff --git a/x11-wm/niri/files/patch-libdisplay-info-0.3 b/x11-wm/niri/files/patch-libdisplay-info-0.3 deleted file mode 100644 index b2f31a0a38f6..000000000000 --- a/x11-wm/niri/files/patch-libdisplay-info-0.3 +++ /dev/null @@ -1,62 +0,0 @@ -https://github.com/Smithay/libdisplay-info-rs/pull/17 - ---- Cargo.lock.orig 2025-08-30 12:18:41 UTC -+++ Cargo.lock -@@ -2082,9 +2082,9 @@ name = "libdisplay-info" - - [[package]] - name = "libdisplay-info" --version = "0.2.2" -+version = "0.3.0" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "4210cfe93a0dc37228e08105e3c13171e5af816f7bd39e00e3d3adcf2b487a2b" -+checksum = "59fd96dbb2381ff31f314f07accbdf8550febdcc5cd8761ecaf7c1763361c359" - dependencies = [ - "bitflags 2.9.3", - "libc", -@@ -2095,9 +2095,9 @@ name = "libdisplay-info-derive" - - [[package]] - name = "libdisplay-info-derive" --version = "0.1.0" -+version = "0.1.1" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "ea1cd31036b732a546d845f9485c56b1b606b5e476b0821c680dd66c8cd6fcee" -+checksum = "8dc2c710cf5819e91220a446d9e64acc6814386cc22c509c3f0df83c0b874a98" - dependencies = [ - "proc-macro2", - "quote", -@@ -2106,9 +2106,9 @@ name = "libdisplay-info-sys" - - [[package]] - name = "libdisplay-info-sys" --version = "0.2.2" -+version = "0.3.0" - source = "registry+https://github.com/rust-lang/crates.io-index" --checksum = "7f4f9264ece23c37ffa023ae635f48d588e1786745dad06dff10c9fb99dc646c" -+checksum = "26590d55b8819f9c6b0d95d9d12dc9edbfd1f2413e88814a33b631ac049bb51f" - dependencies = [ - "semver", - "system-deps", ---- Cargo.toml.orig 2025-08-30 12:18:41 UTC -+++ Cargo.toml -@@ -72,7 +72,7 @@ libc = "0.2.175" - input = { version = "0.9.1", features = ["libinput_1_21"] } - keyframe = { version = "1.1.1", default-features = false } - libc = "0.2.175" --libdisplay-info = "0.2.2" -+libdisplay-info = "0.3.0" - log = { version = "0.4.27", features = ["max_level_trace", "release_max_level_debug"] } - niri-config = { version = "25.8.0", path = "niri-config" } - niri-ipc = { version = "25.8.0", path = "niri-ipc", features = ["clap"] } ---- ../smithay-20d2dacd71394b5f96f6ace0a70a6f20dc62c0c6/smithay-drm-extras/Cargo.toml.orig 2025-08-21 10:00:27 UTC -+++ ../smithay-20d2dacd71394b5f96f6ace0a70a6f20dc62c0c6/smithay-drm-extras/Cargo.toml -@@ -6,7 +6,7 @@ authors = ["Bartłomiej Maryńczak <marynczakbartlomie - authors = ["Bartłomiej Maryńczak <marynczakbartlomiej@gmail.com>"] - - [dependencies] --libdisplay-info = { version = "0.2.1", optional = true } -+libdisplay-info = { version = "0.3.0", optional = true } - drm = { version = "0.14.0" } - - [features] diff --git a/x11-wm/niri/files/patch-pipewire_init b/x11-wm/niri/files/patch-pipewire_init index 218632b1d8bf..55387ce9ec2e 100644 --- a/x11-wm/niri/files/patch-pipewire_init +++ b/x11-wm/niri/files/patch-pipewire_init @@ -14,9 +14,9 @@ error[E0425]: cannot find function `pw_deinit` in crate `pw_sys` 165 | pw_sys::pw_deinit() | ^^^^^^^^^ not found in `pw_sys` ---- ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire/src/lib.rs.orig 2006-07-24 01:21:28 UTC -+++ ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire/src/lib.rs -@@ -149,7 +149,7 @@ pub fn init() { +--- cargo-crates/pipewire-0.9.2/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/pipewire-0.9.2/src/lib.rs +@@ -171,7 +171,7 @@ pub fn init() { pub fn init() { use once_cell::sync::OnceCell; static INITIALIZED: OnceCell<()> = OnceCell::new(); @@ -25,7 +25,7 @@ error[E0425]: cannot find function `pw_deinit` in crate `pw_sys` } /// Deinitialize PipeWire -@@ -158,7 +158,7 @@ pub unsafe fn deinit() { +@@ -180,7 +180,7 @@ pub unsafe fn deinit() { /// This must only be called once during the lifetime of the process, once no PipeWire threads /// are running anymore and all PipeWire resources are released. pub unsafe fn deinit() { @@ -34,8 +34,8 @@ error[E0425]: cannot find function `pw_deinit` in crate `pw_sys` } #[cfg(test)] ---- ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire-sys/build.rs.orig 2006-07-24 01:21:28 UTC -+++ ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire-sys/build.rs +--- cargo-crates/pipewire-sys-0.9.2/build.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/pipewire-sys-0.9.2/build.rs @@ -19,6 +19,7 @@ fn main() { // included header files changed. .parse_callbacks(Box::new(bindgen::CargoCallbacks::new())) @@ -44,9 +44,9 @@ error[E0425]: cannot find function `pw_deinit` in crate `pw_sys` .allowlist_function("pw_.*") .allowlist_type("pw_.*") .allowlist_var("pw_.*") ---- ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire-sys/src/lib.rs.orig 2006-07-24 01:21:28 UTC -+++ ../pipewire-rs-93138d01b23628521b29b5604bbebe991cba4c65/pipewire-sys/src/lib.rs -@@ -20,8 +20,8 @@ mod tests { +--- cargo-crates/pipewire-sys-0.9.2/src/lib.rs.orig 2006-07-24 01:21:28 UTC ++++ cargo-crates/pipewire-sys-0.9.2/src/lib.rs +@@ -18,8 +18,8 @@ mod tests { #[test] fn init() { unsafe { diff --git a/x11-wm/niri/files/patch-udev b/x11-wm/niri/files/patch-udev new file mode 100644 index 000000000000..e5bbc9af6b46 --- /dev/null +++ b/x11-wm/niri/files/patch-udev @@ -0,0 +1,28 @@ +https://github.com/YaLTeR/niri/issues/3013 + +--- src/backend/tty.rs.orig 2025-11-29 07:05:44 UTC ++++ src/backend/tty.rs +@@ -725,6 +725,7 @@ impl Tty { + + // Only consider primary node on udev event + // https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/768fbaad54027f8dd027e7e015e8eeb93cb38c52 ++ #[cfg(not(target_os = "freebsd"))] + if node.ty() != NodeType::Primary { + debug!("not a primary node, skipping"); + return Ok(()); +@@ -911,6 +912,7 @@ impl Tty { + return; + }; + ++ #[cfg(not(target_os = "freebsd"))] + if node.ty() != NodeType::Primary { + debug!("not a primary node, skipping"); + return; +@@ -1074,6 +1076,7 @@ impl Tty { + return; + }; + ++ #[cfg(not(target_os = "freebsd"))] + if node.ty() != NodeType::Primary { + debug!("not a primary node, skipping"); + return; diff --git a/x11-wm/plasma6-kdecoration/distinfo b/x11-wm/plasma6-kdecoration/distinfo index 846698aa7099..fd93f5bf0eaf 100644 --- a/x11-wm/plasma6-kdecoration/distinfo +++ b/x11-wm/plasma6-kdecoration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481325 -SHA256 (KDE/plasma/6.5.3/kdecoration-6.5.3.tar.xz) = 3238a135a67036f86d957f35247c51eb18e4b46609260478a6630cadc93449bd -SIZE (KDE/plasma/6.5.3/kdecoration-6.5.3.tar.xz) = 58820 +TIMESTAMP = 1765457189 +SHA256 (KDE/plasma/6.5.4/kdecoration-6.5.4.tar.xz) = 088cd352735b0996af8f91954c18d837c9fa3b4d8a545b08cc3319b10aa20ef7 +SIZE (KDE/plasma/6.5.4/kdecoration-6.5.4.tar.xz) = 58796 diff --git a/x11-wm/plasma6-kwin-x11/distinfo b/x11-wm/plasma6-kwin-x11/distinfo index 233043b59d6a..3363da6434e6 100644 --- a/x11-wm/plasma6-kwin-x11/distinfo +++ b/x11-wm/plasma6-kwin-x11/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481327 -SHA256 (KDE/plasma/6.5.3/kwin-x11-6.5.3.tar.xz) = ae7515a590d79f8613dc322b4413724cb0466771036986f47d012cece79e9bd9 -SIZE (KDE/plasma/6.5.3/kwin-x11-6.5.3.tar.xz) = 6854040 +TIMESTAMP = 1765457191 +SHA256 (KDE/plasma/6.5.4/kwin-x11-6.5.4.tar.xz) = 7557625236d0c06793804c93a92df5018925bc6f009dc1f206709fc34725a225 +SIZE (KDE/plasma/6.5.4/kwin-x11-6.5.4.tar.xz) = 6854220 diff --git a/x11-wm/plasma6-kwin-x11/pkg-plist b/x11-wm/plasma6-kwin-x11/pkg-plist index 2832bda141cc..79a8ab7a33e5 100644 --- a/x11-wm/plasma6-kwin-x11/pkg-plist +++ b/x11-wm/plasma6-kwin-x11/pkg-plist @@ -977,6 +977,7 @@ share/locale/id/LC_MESSAGES/kcmkwincompositing_x11.mo share/locale/id/LC_MESSAGES/kcmkwinscreenedges_x11.mo share/locale/id/LC_MESSAGES/kcmkwm_x11.mo share/locale/id/LC_MESSAGES/kwin_x11.mo +share/locale/is/LC_MESSAGES/kcm_animations_x11.mo share/locale/is/LC_MESSAGES/kcm_kwin_effects_x11.mo share/locale/is/LC_MESSAGES/kcm_kwin_scripts_x11.mo share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops_x11.mo diff --git a/x11-wm/plasma6-kwin/Makefile b/x11-wm/plasma6-kwin/Makefile index 9afa43341aaa..c55a4ab7f354 100644 --- a/x11-wm/plasma6-kwin/Makefile +++ b/x11-wm/plasma6-kwin/Makefile @@ -1,6 +1,9 @@ PORTNAME= kwin DISTVERSION= ${KDE_PLASMA_VERSION} +PORTREVISION= 1 CATEGORIES= x11-wm kde kde-plasma +PATCH_SITES= https://invent.kde.org/plasma/kwin/-/commit/ +PATCHFILES= ef4504320de2c3a7c7aebcf083d75db361f802ae.patch:-p1 COMMENT= Easy to use, but flexible, Wayland Compositor MAINTAINER= kde@FreeBSD.org diff --git a/x11-wm/plasma6-kwin/distinfo b/x11-wm/plasma6-kwin/distinfo index 63d4b63c2a75..722905fd8840 100644 --- a/x11-wm/plasma6-kwin/distinfo +++ b/x11-wm/plasma6-kwin/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1763481326 -SHA256 (KDE/plasma/6.5.3/kwin-6.5.3.tar.xz) = 90eaf74d7733a591e5f9170b59a49ee0e3684de954ab756fef0421c035149f71 -SIZE (KDE/plasma/6.5.3/kwin-6.5.3.tar.xz) = 8790764 +TIMESTAMP = 1765553085 +SHA256 (KDE/plasma/6.5.4/kwin-6.5.4.tar.xz) = 258443f72180cf5a8141b440bb51a714a2e67e30867736290793ce50d7bb1d70 +SIZE (KDE/plasma/6.5.4/kwin-6.5.4.tar.xz) = 8795408 +SHA256 (KDE/plasma/6.5.4/ef4504320de2c3a7c7aebcf083d75db361f802ae.patch) = 4e35db494b436d2d4dc35eb467a90d93db2279561be3fc2c3f4a74a64ffa6081 +SIZE (KDE/plasma/6.5.4/ef4504320de2c3a7c7aebcf083d75db361f802ae.patch) = 4400 diff --git a/x11-wm/plasma6-kwin/pkg-plist b/x11-wm/plasma6-kwin/pkg-plist index 29961f42567c..a6e8c5d096ef 100644 --- a/x11-wm/plasma6-kwin/pkg-plist +++ b/x11-wm/plasma6-kwin/pkg-plist @@ -1200,6 +1200,7 @@ share/locale/id/LC_MESSAGES/kcmkwincommon.mo share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/id/LC_MESSAGES/kcmkwm.mo share/locale/id/LC_MESSAGES/kwin.mo +share/locale/is/LC_MESSAGES/kcm_animations.mo share/locale/is/LC_MESSAGES/kcm_kwin_effects.mo share/locale/is/LC_MESSAGES/kcm_kwin_scripts.mo share/locale/is/LC_MESSAGES/kcm_kwin_virtualdesktops.mo diff --git a/x11/Makefile b/x11/Makefile index f0e22736f852..abaf2faf9cff 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -608,6 +608,7 @@ SUBDIR += xkeycaps SUBDIR += xkeywrap SUBDIR += xkill + SUBDIR += xlibre SUBDIR += xload SUBDIR += xloadimage SUBDIR += xlockmore diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile index ad80193507de..093cc7080a22 100644 --- a/x11/cinnamon/Makefile +++ b/x11/cinnamon/Makefile @@ -1,5 +1,6 @@ PORTNAME= cinnamon PORTVERSION= 6.4.13 +PORTREVISION= 1 CATEGORIES= x11 gnome DIST_SUBDIR= gnome @@ -12,7 +13,8 @@ WWW= https://github.com/linuxmint/cinnamon LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= pysassc:www/py-libsass@${PY_FLAVOR} +BUILD_DEPENDS= pysassc:www/py-libsass@${PY_FLAVOR} \ + ${LOCALBASE}/include/EGL/eglmesaext.h:graphics/mesa-dri LIB_DEPENDS= libcjs.so:lang/cjs \ libmuffin.so:x11-wm/muffin \ libcinnamon-desktop.so:x11/cinnamon-desktop \ @@ -48,7 +50,6 @@ RUN_DEPENDS= cinnamon-control-center:sysutils/cinnamon-control-center \ gnome-backgrounds>0:x11-themes/gnome-backgrounds \ webp-pixbuf-loader>0:graphics/webp-pixbuf-loader \ metacity:x11-wm/metacity \ - tint2:x11/tint \ lspci:sysutils/pciutils \ ${LOCALBASE}/libexec/polkit-gnome-authentication-agent-1:sysutils/polkit-gnome \ ${LOCALBASE}/libexec/cups-pk-helper-mechanism:print/cups-pk-helper \ @@ -62,7 +63,7 @@ USES= compiler:c11 cpe gettext-runtime gettext-tools:run gl gnome meson perl5 \ CPE_VENDOR= linuxmint USE_GNOME= cairo gdkpixbuf glib20 gtk30 intltool introspection libxml2 pygobject3 USE_XORG= x11 xfixes -USE_GL= gbm gl +USE_GL= gl USE_PERL5= build USE_GITHUB= yes @@ -82,20 +83,33 @@ GLIB_SCHEMAS= org.cinnamon.gschema.xml \ org.cinnamon.gestures.gschema.xml OPTIONS_DEFINE= DOCS NLS RECORDER WAYLAND -OPTIONS_DEFAULT= RECORDER +OPTIONS_DEFAULT= MATE RECORDER OPTIONS_SUB= yes +OPTIONS_SINGLE= PANEL +OPTIONS_SINGLE_PANEL= MATE GNOME TINT + +GNOME_DESC= GNOME Panel +MATE_DESC= MATE Panel +PANEL_DESC= Fallback panel +TINT_DESC= Tint RECORDER_DESC= Build the recorder into source DOCS_BUILD_DEPENDS= gtkdocize:textproc/gtk-doc DOCS_MESON_TRUE= docs +GNOME_RUN_DEPENDS= gnome-panel:x11/gnome-panel + +MATE_RUN_DEPENDS= mate-panel:x11/mate-panel + NLS_RUN_DEPENDS= cinnamon-translations>0:misc/cinnamon-translations RECORDER_USES= gstreamer RECORDER_USE= gstreamer=vpx RECORDER_MESON_TRUE= build_recorder +TINT_RUN_DEPENDS= tint2:x11/tint + WAYLAND_MESON_TRUE= wayland post-patch: diff --git a/x11/hypridle/Makefile b/x11/hypridle/Makefile index b85a4523f3b5..f9a8fdb7f1a7 100644 --- a/x11/hypridle/Makefile +++ b/x11/hypridle/Makefile @@ -1,7 +1,7 @@ PORTNAME= hypridle DISTVERSIONPREFIX= v DISTVERSION= 0.1.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprland-guiutils/Makefile b/x11/hyprland-guiutils/Makefile index 01e5a7a47787..d932f68d9c36 100644 --- a/x11/hyprland-guiutils/Makefile +++ b/x11/hyprland-guiutils/Makefile @@ -1,6 +1,7 @@ PORTNAME= hyprland-guiutils DISTVERSIONPREFIX= v DISTVERSION= 0.2.0 +PORTREVISION= 1 CATEGORIES= x11 MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprland-qtutils/Makefile b/x11/hyprland-qtutils/Makefile index 5a9420354378..b1aebab42b3c 100644 --- a/x11/hyprland-qtutils/Makefile +++ b/x11/hyprland-qtutils/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprland-qtutils DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 PATCH_SITES= https://github.com/hyprwm/hyprland-qtutils/commit/ diff --git a/x11/hyprlauncher/Makefile b/x11/hyprlauncher/Makefile index c84f5759cf15..07033dafb550 100644 --- a/x11/hyprlauncher/Makefile +++ b/x11/hyprlauncher/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprlauncher DISTVERSIONPREFIX= v DISTVERSION= 0.1.3 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprlock/Makefile b/x11/hyprlock/Makefile index 93c4e6264aee..55122668e543 100644 --- a/x11/hyprlock/Makefile +++ b/x11/hyprlock/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprlock DISTVERSIONPREFIX= v DISTVERSION= 0.9.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprpaper/Makefile b/x11/hyprpaper/Makefile index c057ed19079c..299a81794678 100644 --- a/x11/hyprpaper/Makefile +++ b/x11/hyprpaper/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprpaper DISTVERSIONPREFIX= v DISTVERSION= 0.7.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/hyprpicker/Makefile b/x11/hyprpicker/Makefile index 99c04cfcdefa..b67732dba1ce 100644 --- a/x11/hyprpicker/Makefile +++ b/x11/hyprpicker/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyprpicker DISTVERSIONPREFIX= v DISTVERSION= 0.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/konsole/distinfo b/x11/konsole/distinfo index 8c689abb7dd6..dd4204856090 100644 --- a/x11/konsole/distinfo +++ b/x11/konsole/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264823 -SHA256 (KDE/release-service/25.08.3/konsole-25.08.3.tar.xz) = 095a7ff10df3c70779b356fb3b5984062bbc698bbed966230e3dbccf6af36615 -SIZE (KDE/release-service/25.08.3/konsole-25.08.3.tar.xz) = 1849632 +TIMESTAMP = 1765478824 +SHA256 (KDE/release-service/25.12.0/konsole-25.12.0.tar.xz) = bfe39ed22b830c99e37583ad0e67eb28e912c43235b3ab478986374676234a34 +SIZE (KDE/release-service/25.12.0/konsole-25.12.0.tar.xz) = 1855060 diff --git a/x11/libfm-qt6/Makefile b/x11/libfm-qt6/Makefile index c5ad2b9e24db..7129ba02df19 100644 --- a/x11/libfm-qt6/Makefile +++ b/x11/libfm-qt6/Makefile @@ -1,5 +1,5 @@ PORTNAME= libfm-qt6 -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.1 CATEGORIES= x11 MASTER_SITES= LXQT/${PORTNAME:S/6//} diff --git a/x11/libfm-qt6/distinfo b/x11/libfm-qt6/distinfo index 21146db086f4..d8664266bf63 100644 --- a/x11/libfm-qt6/distinfo +++ b/x11/libfm-qt6/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762978637 -SHA256 (lxqt/libfm-qt-2.3.0.tar.xz) = f46c7ff92e34de410dcb0fafcb1d92aeff47770c5509c298208ecf39439baea9 -SIZE (lxqt/libfm-qt-2.3.0.tar.xz) = 428168 +TIMESTAMP = 1765267462 +SHA256 (lxqt/libfm-qt-2.3.1.tar.xz) = c582abdeb3e86ad7e3cedc60a4b6c697557b6f6a834e9d58c3743e843e519d25 +SIZE (lxqt/libfm-qt-2.3.1.tar.xz) = 427776 diff --git a/x11/nvidia-driver/Makefile b/x11/nvidia-driver/Makefile index 486850364262..e93845e211db 100644 --- a/x11/nvidia-driver/Makefile +++ b/x11/nvidia-driver/Makefile @@ -28,6 +28,9 @@ LICENSE_FILE= ${WRKSRC}/doc/license.txt .include "${.CURDIR}/../nvidia-driver/Makefile.version" .include "${.CURDIR}/../nvidia-driver/Makefile.common" +FLAVORS= xorg xlibre +FLAVOR?= ${FLAVORS:[1]} + # the package provides lib32 versions of the libraries, which then depends # themselves in non existing lib32 libraries, so we don't want the package # to end up depending on non existing libraries @@ -57,7 +60,18 @@ USES= uidfix xorg .if ${NVVERSION} >= 470.04201 USES+= tar:xz .endif -USE_XORG= x11 xorg-server xext + +USE_XORG= x11 xext +.if ${FLAVOR} == xlibre +PKGNAMEPREFIX= xlibre- +USES+=xlibre +USE_XLIBRE+= xlibre-server +CONFLICTS_BUILD+= xorg-server +.else +USE_XORG+= xorg-server +CONFLICTS_BUILD+= xlibre-server +.endif + USE_LDCONFIG= yes PIE_UNSAFE= yes diff --git a/x11/plank/Makefile b/x11/plank/Makefile index c9524f16eebe..69ac071e0d3d 100644 --- a/x11/plank/Makefile +++ b/x11/plank/Makefile @@ -1,5 +1,5 @@ PORTNAME= plank -DISTVERSION= 0.11.156 +DISTVERSION= 0.11.157 CATEGORIES= x11 MAINTAINER= daniel@shafer.cc diff --git a/x11/plank/distinfo b/x11/plank/distinfo index 2db0a4bc7433..103e81ee1298 100644 --- a/x11/plank/distinfo +++ b/x11/plank/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1764511511 -SHA256 (zquestz-plank-reloaded-0.11.156_GH0.tar.gz) = 56d94866bb627027a4be1d957873eb8befb4a7ae764b63a0974d32f0329f90e4 -SIZE (zquestz-plank-reloaded-0.11.156_GH0.tar.gz) = 769267 +TIMESTAMP = 1765623870 +SHA256 (zquestz-plank-reloaded-0.11.157_GH0.tar.gz) = 02481de477c2e5d94aa13b674aafd70eea148341169c91ce8da5da446707fe15 +SIZE (zquestz-plank-reloaded-0.11.157_GH0.tar.gz) = 768273 diff --git a/x11/plasma6-kactivitymanagerd/distinfo b/x11/plasma6-kactivitymanagerd/distinfo index 7bf6679d7d91..a2e95355b47c 100644 --- a/x11/plasma6-kactivitymanagerd/distinfo +++ b/x11/plasma6-kactivitymanagerd/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481328 -SHA256 (KDE/plasma/6.5.3/kactivitymanagerd-6.5.3.tar.xz) = aec7045e7c796992e226778e9e8cd720e13bc88f9fe424dfe705749daf7c2fed -SIZE (KDE/plasma/6.5.3/kactivitymanagerd-6.5.3.tar.xz) = 99072 +TIMESTAMP = 1765457192 +SHA256 (KDE/plasma/6.5.4/kactivitymanagerd-6.5.4.tar.xz) = 25b6cbb084709ae05482f1b4344bb4359866a4cdfb966538e310889af2497348 +SIZE (KDE/plasma/6.5.4/kactivitymanagerd-6.5.4.tar.xz) = 99088 diff --git a/x11/plasma6-kgamma/distinfo b/x11/plasma6-kgamma/distinfo index 5ce177e81dd5..7f540440788d 100644 --- a/x11/plasma6-kgamma/distinfo +++ b/x11/plasma6-kgamma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481328 -SHA256 (KDE/plasma/6.5.3/kgamma-6.5.3.tar.xz) = 81f6b9fd3b9e6145d11f39df91497570b245d78c1e94c3ee1e61d62fb803960d -SIZE (KDE/plasma/6.5.3/kgamma-6.5.3.tar.xz) = 87456 +TIMESTAMP = 1765457192 +SHA256 (KDE/plasma/6.5.4/kgamma-6.5.4.tar.xz) = 133ab92df3254371fd17ddf05136917f2816e34f9a08eaebc009a5dc95d0e2bd +SIZE (KDE/plasma/6.5.4/kgamma-6.5.4.tar.xz) = 87488 diff --git a/x11/plasma6-kglobalacceld/distinfo b/x11/plasma6-kglobalacceld/distinfo index 06f1f32fcbdd..0c6020a8a246 100644 --- a/x11/plasma6-kglobalacceld/distinfo +++ b/x11/plasma6-kglobalacceld/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481329 -SHA256 (KDE/plasma/6.5.3/kglobalacceld-6.5.3.tar.xz) = 47a9c9815b1dd34fd9ec77f2826ce959216f01275853375936434f12dc9287d2 -SIZE (KDE/plasma/6.5.3/kglobalacceld-6.5.3.tar.xz) = 56320 +TIMESTAMP = 1765457193 +SHA256 (KDE/plasma/6.5.4/kglobalacceld-6.5.4.tar.xz) = 1606b5016b6fa554e3a660fc03e59fd340269de52d6ca4ee3a62e6b79dd858d2 +SIZE (KDE/plasma/6.5.4/kglobalacceld-6.5.4.tar.xz) = 56340 diff --git a/x11/plasma6-kscreen/distinfo b/x11/plasma6-kscreen/distinfo index 8c524ace88eb..ea9ace947c4f 100644 --- a/x11/plasma6-kscreen/distinfo +++ b/x11/plasma6-kscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481330 -SHA256 (KDE/plasma/6.5.3/kscreen-6.5.3.tar.xz) = 7f09ef7546cef2484dffe091853d6928ada38a776d5fbf0b10d47ac96de9a0c7 -SIZE (KDE/plasma/6.5.3/kscreen-6.5.3.tar.xz) = 1730512 +TIMESTAMP = 1765457193 +SHA256 (KDE/plasma/6.5.4/kscreen-6.5.4.tar.xz) = a1f27f15355688bd0ce4484db4d063ccec1928944edd960cd4412acabf5f6625 +SIZE (KDE/plasma/6.5.4/kscreen-6.5.4.tar.xz) = 1731196 diff --git a/x11/plasma6-kscreen/pkg-plist b/x11/plasma6-kscreen/pkg-plist index be88d6eae090..f47308e57b6e 100644 --- a/x11/plasma6-kscreen/pkg-plist +++ b/x11/plasma6-kscreen/pkg-plist @@ -94,6 +94,7 @@ share/locale/ia/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo share/locale/id/LC_MESSAGES/kcm_kscreen.mo share/locale/id/LC_MESSAGES/kscreen_common.mo share/locale/id/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo +share/locale/is/LC_MESSAGES/hdrcalibrator.mo share/locale/is/LC_MESSAGES/kcm_kscreen.mo share/locale/is/LC_MESSAGES/kscreen_common.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.kscreen.mo diff --git a/x11/plasma6-kwayland/distinfo b/x11/plasma6-kwayland/distinfo index 4356b5503d54..6e1fda9ad157 100644 --- a/x11/plasma6-kwayland/distinfo +++ b/x11/plasma6-kwayland/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481331 -SHA256 (KDE/plasma/6.5.3/kwayland-6.5.3.tar.xz) = e6c13b7a4812724102fe2f82f502e42f8812114381a82bb81b8613ea5ab38725 -SIZE (KDE/plasma/6.5.3/kwayland-6.5.3.tar.xz) = 132896 +TIMESTAMP = 1765457194 +SHA256 (KDE/plasma/6.5.4/kwayland-6.5.4.tar.xz) = ebb7371b402a0bed0cc55966cc10d13b431b288cb7d19e1f41519853f98e3d39 +SIZE (KDE/plasma/6.5.4/kwayland-6.5.4.tar.xz) = 132928 diff --git a/x11/plasma6-layer-shell-qt/distinfo b/x11/plasma6-layer-shell-qt/distinfo index cdbcf19773c9..fabf427aa33f 100644 --- a/x11/plasma6-layer-shell-qt/distinfo +++ b/x11/plasma6-layer-shell-qt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481331 -SHA256 (KDE/plasma/6.5.3/layer-shell-qt-6.5.3.tar.xz) = 94d7d854a151c3f5028748d6ea88c68a28a6c1d8c7610d3610745d188d273049 -SIZE (KDE/plasma/6.5.3/layer-shell-qt-6.5.3.tar.xz) = 36188 +TIMESTAMP = 1765457195 +SHA256 (KDE/plasma/6.5.4/layer-shell-qt-6.5.4.tar.xz) = bb95db253ffcd29e08191656b6a5449f8a8800c38256873e2529749b55eaa80a +SIZE (KDE/plasma/6.5.4/layer-shell-qt-6.5.4.tar.xz) = 36192 diff --git a/x11/plasma6-libkscreen/distinfo b/x11/plasma6-libkscreen/distinfo index 489c8b39fe8d..43a338b1169f 100644 --- a/x11/plasma6-libkscreen/distinfo +++ b/x11/plasma6-libkscreen/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481334 -SHA256 (KDE/plasma/6.5.3/libkscreen-6.5.3.tar.xz) = 1e0036c4886824bbeb30f3ce558b9e4d10373885e60087d6d91553f27374d22f -SIZE (KDE/plasma/6.5.3/libkscreen-6.5.3.tar.xz) = 120856 +TIMESTAMP = 1765457197 +SHA256 (KDE/plasma/6.5.4/libkscreen-6.5.4.tar.xz) = 98a684fac01d0d3ea309a89f00a7739ec32263df38f5a7b988e74302af546f94 +SIZE (KDE/plasma/6.5.4/libkscreen-6.5.4.tar.xz) = 120864 diff --git a/x11/plasma6-libplasma/distinfo b/x11/plasma6-libplasma/distinfo index d2ee531078ee..15413792dc23 100644 --- a/x11/plasma6-libplasma/distinfo +++ b/x11/plasma6-libplasma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481335 -SHA256 (KDE/plasma/6.5.3/libplasma-6.5.3.tar.xz) = 1fe40f488501078dc700f3ca018e4ff5d4c5d344fbcd4adb76ace86269c7a9f5 -SIZE (KDE/plasma/6.5.3/libplasma-6.5.3.tar.xz) = 1971112 +TIMESTAMP = 1765457198 +SHA256 (KDE/plasma/6.5.4/libplasma-6.5.4.tar.xz) = 1ee9f37a6f1c26bec035360d09d81b44d7b6ed8c3f60a155d8b864c3a65006ee +SIZE (KDE/plasma/6.5.4/libplasma-6.5.4.tar.xz) = 1971088 diff --git a/x11/plasma6-plasma-activities-stats/distinfo b/x11/plasma6-plasma-activities-stats/distinfo index fc82ea16b169..f7871e1fc1c8 100644 --- a/x11/plasma6-plasma-activities-stats/distinfo +++ b/x11/plasma6-plasma-activities-stats/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481340 -SHA256 (KDE/plasma/6.5.3/plasma-activities-stats-6.5.3.tar.xz) = dcf32468cba65ec7067ea63aac0cfad419dc24975806699893699814ee39fcd4 -SIZE (KDE/plasma/6.5.3/plasma-activities-stats-6.5.3.tar.xz) = 83068 +TIMESTAMP = 1765457204 +SHA256 (KDE/plasma/6.5.4/plasma-activities-stats-6.5.4.tar.xz) = df12623a30f4bb0eb41fceccb4bea538172ef09b71d6ab40a1b443afa8dfbcca +SIZE (KDE/plasma/6.5.4/plasma-activities-stats-6.5.4.tar.xz) = 83076 diff --git a/x11/plasma6-plasma-activities/distinfo b/x11/plasma6-plasma-activities/distinfo index 783d27ffe503..8ea48428a919 100644 --- a/x11/plasma6-plasma-activities/distinfo +++ b/x11/plasma6-plasma-activities/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481337 -SHA256 (KDE/plasma/6.5.3/plasma-activities-6.5.3.tar.xz) = ebb2990a9504864ed332de83f92941924afa74e579b9d1b406bb9d876d0ee21d -SIZE (KDE/plasma/6.5.3/plasma-activities-6.5.3.tar.xz) = 63004 +TIMESTAMP = 1765457201 +SHA256 (KDE/plasma/6.5.4/plasma-activities-6.5.4.tar.xz) = 9e22f3af2f3a3ce30852564fac596f495634f4319c0ad23ec763a994abe50539 +SIZE (KDE/plasma/6.5.4/plasma-activities-6.5.4.tar.xz) = 63036 diff --git a/x11/plasma6-plasma-desktop/distinfo b/x11/plasma6-plasma-desktop/distinfo index 9269b0bafaeb..85e1b8261b4c 100644 --- a/x11/plasma6-plasma-desktop/distinfo +++ b/x11/plasma6-plasma-desktop/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481341 -SHA256 (KDE/plasma/6.5.3/plasma-desktop-6.5.3.tar.xz) = bb764a2c97747f9e3027429427046754fb3ac7dff6ac82171511c716faa4d0b7 -SIZE (KDE/plasma/6.5.3/plasma-desktop-6.5.3.tar.xz) = 16750748 +TIMESTAMP = 1765457205 +SHA256 (KDE/plasma/6.5.4/plasma-desktop-6.5.4.tar.xz) = e08d1841adfa374af1001c86604a4bf2f0d5a2230fe1f2c925db61cd984b8c0c +SIZE (KDE/plasma/6.5.4/plasma-desktop-6.5.4.tar.xz) = 16755512 diff --git a/x11/plasma6-plasma-desktop/pkg-plist b/x11/plasma6-plasma-desktop/pkg-plist index 6a45d72f7ee1..69c080c70d44 100644 --- a/x11/plasma6-plasma-desktop/pkg-plist +++ b/x11/plasma6-plasma-desktop/pkg-plist @@ -2146,6 +2146,7 @@ share/locale/is/LC_MESSAGES/kcmmouse.mo share/locale/is/LC_MESSAGES/kcmqtquicksettings.mo share/locale/is/LC_MESSAGES/knetattach.mo share/locale/is/LC_MESSAGES/org.kde.plasma.emojier.mo +share/locale/is/LC_MESSAGES/plasma-desktop-sddm-theme.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.desktopcontainment.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.panel.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.keyboardlayout.mo @@ -2158,6 +2159,7 @@ share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.showdesktop.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.taskmanager.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.trash.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.windowlist.mo +share/locale/is/LC_MESSAGES/plasma_runner_keys.mo share/locale/is/LC_MESSAGES/plasma_runner_kwin.mo share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/is/LC_MESSAGES/plasma_shell_org.kde.plasma.desktop.mo diff --git a/x11/plasma6-plasma-integration/distinfo b/x11/plasma6-plasma-integration/distinfo index 439d77de087e..8ff9095927c7 100644 --- a/x11/plasma6-plasma-integration/distinfo +++ b/x11/plasma6-plasma-integration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481342 -SHA256 (KDE/plasma/6.5.3/plasma-integration-6.5.3.tar.xz) = aaaff2d04e3e7fc289353f464c9be0b27782ae3596a53c667ced43ae6bb9dcb8 -SIZE (KDE/plasma/6.5.3/plasma-integration-6.5.3.tar.xz) = 98256 +TIMESTAMP = 1765457206 +SHA256 (KDE/plasma/6.5.4/plasma-integration-6.5.4.tar.xz) = 41e4c1073f9a8852733aae3f34738753f8ede06b985591ee67a798e4a0aa5e23 +SIZE (KDE/plasma/6.5.4/plasma-integration-6.5.4.tar.xz) = 98224 diff --git a/x11/plasma6-plasma-workspace/distinfo b/x11/plasma6-plasma-workspace/distinfo index 557642802d62..f3cb714184c0 100644 --- a/x11/plasma6-plasma-workspace/distinfo +++ b/x11/plasma6-plasma-workspace/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1763481343 -SHA256 (KDE/plasma/6.5.3/plasma-workspace-6.5.3.tar.xz) = ff64cbadc97493eaf0f633cb00912bcfc20536dda684babcfa4b3eecd483ca17 -SIZE (KDE/plasma/6.5.3/plasma-workspace-6.5.3.tar.xz) = 20268060 +TIMESTAMP = 1765457207 +SHA256 (KDE/plasma/6.5.4/plasma-workspace-6.5.4.tar.xz) = 494b671d70f67ee382feaed0dca72ed67fe7a423a6338e2cdb2411f93bce741e +SIZE (KDE/plasma/6.5.4/plasma-workspace-6.5.4.tar.xz) = 20270036 diff --git a/x11/plasma6-plasma-workspace/pkg-plist b/x11/plasma6-plasma-workspace/pkg-plist index c298ff5a4ba7..676f08807ffb 100644 --- a/x11/plasma6-plasma-workspace/pkg-plist +++ b/x11/plasma6-plasma-workspace/pkg-plist @@ -2966,11 +2966,13 @@ share/locale/hu/LC_MESSAGES/kcm_fonts.mo share/locale/hu/LC_MESSAGES/kcm_icons.mo share/locale/hu/LC_MESSAGES/kcm_lookandfeel.mo share/locale/hu/LC_MESSAGES/kcm_nightlight.mo +share/locale/hu/LC_MESSAGES/kcm_nighttime.mo share/locale/hu/LC_MESSAGES/kcm_notifications.mo share/locale/hu/LC_MESSAGES/kcm_regionandlang.mo share/locale/hu/LC_MESSAGES/kcm_soundtheme.mo share/locale/hu/LC_MESSAGES/kcm_style.mo share/locale/hu/LC_MESSAGES/kcm_users.mo +share/locale/hu/LC_MESSAGES/kcm_wallpaper.mo share/locale/hu/LC_MESSAGES/kcminit.mo share/locale/hu/LC_MESSAGES/kded_devicenotifications.mo share/locale/hu/LC_MESSAGES/kded_donationmessage.mo @@ -3210,13 +3212,17 @@ share/locale/is/LC_MESSAGES/kcm_fonts.mo share/locale/is/LC_MESSAGES/kcm_icons.mo share/locale/is/LC_MESSAGES/kcm_lookandfeel.mo share/locale/is/LC_MESSAGES/kcm_nightlight.mo +share/locale/is/LC_MESSAGES/kcm_nighttime.mo share/locale/is/LC_MESSAGES/kcm_notifications.mo share/locale/is/LC_MESSAGES/kcm_regionandlang.mo share/locale/is/LC_MESSAGES/kcm_soundtheme.mo share/locale/is/LC_MESSAGES/kcm_style.mo share/locale/is/LC_MESSAGES/kcm_users.mo +share/locale/is/LC_MESSAGES/kcm_wallpaper.mo share/locale/is/LC_MESSAGES/kcminit.mo share/locale/is/LC_MESSAGES/kded_devicenotifications.mo +share/locale/is/LC_MESSAGES/kded_donationmessage.mo +share/locale/is/LC_MESSAGES/kded_geotimezoned.mo share/locale/is/LC_MESSAGES/kfontinst.mo share/locale/is/LC_MESSAGES/kio_applications.mo share/locale/is/LC_MESSAGES/kio_desktop.mo @@ -3228,6 +3234,7 @@ share/locale/is/LC_MESSAGES/libkicker.mo share/locale/is/LC_MESSAGES/libkmpris.mo share/locale/is/LC_MESSAGES/libkworkspace.mo share/locale/is/LC_MESSAGES/libnotificationmanager.mo +share/locale/is/LC_MESSAGES/oom-notifier.mo share/locale/is/LC_MESSAGES/phonon_kde_plugin.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.activitybar.mo share/locale/is/LC_MESSAGES/plasma_applet_org.kde.plasma.analogclock.mo diff --git a/x11/rubygem-gnome/Makefile b/x11/rubygem-gnome/Makefile index 827ccb3821a7..884c6b31c4a6 100644 --- a/x11/rubygem-gnome/Makefile +++ b/x11/rubygem-gnome/Makefile @@ -1,5 +1,5 @@ PORTNAME= gnome -PORTVERSION= 4.3.3 +PORTVERSION= 4.3.4 CATEGORIES= x11 gnome rubygems PKGNAMEPREFIX= rubygem- diff --git a/x11/slick-greeter/Makefile b/x11/slick-greeter/Makefile index ff63adc774ce..b503edea0a7d 100644 --- a/x11/slick-greeter/Makefile +++ b/x11/slick-greeter/Makefile @@ -1,5 +1,5 @@ PORTNAME= slick-greeter -PORTVERSION= 2.0.9 +DISTVERSION= 2.2.5 CATEGORIES= x11 MAINTAINER= ericbsd@FreeBSD.org @@ -10,24 +10,23 @@ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcanberra.so:audio/libcanberra \ - libfreetype.so:print/freetype2 \ - libharfbuzz.so:print/harfbuzz \ - liblightdm-gobject-1.so:x11/lightdm \ - libxapp.so:x11/xapp + liblightdm-gobject-1.so:x11/lightdm -RUN_DEPENDS= numlockx>=0:x11/numlockx +RUN_DEPENDS= numlockx:x11/numlockx \ + xinput:x11/xinput \ + setxkbmap:x11/setxkbmap \ + ubuntu-font>0:x11-fonts/ubuntu-font \ + adwaita-icon-theme>0:x11-themes/adwaita-icon-theme -USES= autoreconf gettext gmake gnome localbase pkgconfig python:run shebangfix \ - vala:build xorg -USE_GNOME= cairo gdkpixbuf gtk30 intltool pygobject3 +USES= gettext-tools gnome localbase meson pkgconfig python:run \ + shebangfix vala:build xorg +USE_GNOME= cairo gdkpixbuf glib20 gtk30 pygobject3 USE_XORG= pixman x11 xext USE_GITHUB= yes GH_ACCOUNT= linuxmint -GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SHEBANG_FILES= files/usr/bin/slick-greeter-check-hidpi \ files/usr/bin/slick-greeter-set-keyboard-layout \ files/usr/bin/slick-greeter-enable-tap-to-click \ @@ -38,9 +37,6 @@ SUB_FILES= pkg-deinstall pkg-install GLIB_SCHEMAS= x.dm.slick-greeter.gschema.xml -OPTIONS_DEFINE= NLS -OPTIONS_SUB= YES - post-patch: @${REINPLACE_CMD} -e 's|"/usr|"${PREFIX}|g' \ -e 's|"/etc|"${PREFIX}/etc|g' \ @@ -50,8 +46,5 @@ post-patch: ${WRKSRC}/src/slick-greeter.vala \ ${WRKSRC}/src/user-list.vala @${RM} ${WRKSRC}/files/usr/bin/slick-greeter-set-keyboard-layout.bak - @${MKDIR} ${WRKSRC}/files/${PREFIX} - @${MV} ${WRKSRC}/files/usr/bin ${WRKSRC}/files/${PREFIX}/bin - @${MV} ${WRKSRC}/files/usr/share ${WRKSRC}/files/${PREFIX}/share .include <bsd.port.mk> diff --git a/x11/slick-greeter/distinfo b/x11/slick-greeter/distinfo index c8fc26fb3c2c..dbb416ee2050 100644 --- a/x11/slick-greeter/distinfo +++ b/x11/slick-greeter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742774747 -SHA256 (linuxmint-slick-greeter-2.0.9_GH0.tar.gz) = fa0146862ac0967a1a333f9b553d60a5c625c99b903d01aefe9b87bfdb111c29 -SIZE (linuxmint-slick-greeter-2.0.9_GH0.tar.gz) = 281218 +TIMESTAMP = 1765622691 +SHA256 (linuxmint-slick-greeter-2.2.5_GH0.tar.gz) = 693f5e2f09cc2e0835d461deebeefb666e9862e3664f9d71318e58634ce1b9d2 +SIZE (linuxmint-slick-greeter-2.2.5_GH0.tar.gz) = 285649 diff --git a/x11/slick-greeter/files/patch-data_x.dm.slick-greeter.gschema.xml b/x11/slick-greeter/files/patch-data_x.dm.slick-greeter.gschema.xml new file mode 100644 index 000000000000..baa2f73f6691 --- /dev/null +++ b/x11/slick-greeter/files/patch-data_x.dm.slick-greeter.gschema.xml @@ -0,0 +1,20 @@ +--- data/x.dm.slick-greeter.gschema.xml.orig 2025-11-19 16:10:15 UTC ++++ data/x.dm.slick-greeter.gschema.xml +@@ -58,7 +58,7 @@ + <summary>GTK+ theme to use</summary> + </key> + <key name="icon-theme-name" type="s"> +- <default>'gnome'</default> ++ <default>'Adwaita'</default> + <summary>Icon theme to use</summary> + </key> + <key name="cursor-theme-name" type="s"> +@@ -148,7 +148,7 @@ + <summary>What clock format to use (e.g., %H:%M or %l:%M %p)</summary> + </key> + <key name="onscreen-keyboard-layout" type="s"> +- <default>'/usr/share/onboard/layouts/Small.onboard'</default> ++ <default>''</default> + <summary>Path of the onscreen keyboard layout</summary> + </key> + <key name="content-align" type="s"> diff --git a/x11/slick-greeter/files/patch-meson.build b/x11/slick-greeter/files/patch-meson.build new file mode 100644 index 000000000000..7f42e780a522 --- /dev/null +++ b/x11/slick-greeter/files/patch-meson.build @@ -0,0 +1,11 @@ +--- meson.build.orig 2025-11-19 16:10:15 UTC ++++ meson.build +@@ -24,7 +24,7 @@ x11_dep = dependency('x11') + pixman_dep = dependency('pixman-1') + posix_dep = meson.get_compiler('vala').find_library('posix') + x11_dep = dependency('x11') +-xext_dep = cc.find_library('Xext') ++xext_dep = cc.find_library('Xext', dirs: ['/usr/local/lib']) + + config_data = configuration_data() + config_data.set_quoted('GETTEXT_PACKAGE', gettext_package) diff --git a/x11/slick-greeter/pkg-plist b/x11/slick-greeter/pkg-plist index e30b6f4c9ec6..9e656435d66d 100644 --- a/x11/slick-greeter/pkg-plist +++ b/x11/slick-greeter/pkg-plist @@ -2,137 +2,137 @@ bin/slick-greeter-check-hidpi bin/slick-greeter-enable-tap-to-click bin/slick-greeter-set-keyboard-layout sbin/slick-greeter -%%NLS%%share/locale/af/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/am/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/an/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ar/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ast/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/az/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/be/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/bem/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/bg/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/bn/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/bo/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/br/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/bs/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ca/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ca@valencia/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ce/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ckb/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/crh/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/cs/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/cv/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/cy/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/da/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/de/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/el/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/en_AU/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/en_CA/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/en_GB/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/eo/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/es/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/et/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/eu/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fa/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fi/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fil/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fo/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fr_CA/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/frp/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/fy/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ga/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/gd/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/gl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/gu/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/he/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/hi/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/hr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ht/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/hu/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/hy/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ia/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/id/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ie/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/is/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/it/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ja/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ka/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/kab/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/kk/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/kl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/km/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/kn/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ko/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ku/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/kw/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ky/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/la/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/lb/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/lo/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/lt/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/lv/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/mg/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/mhr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/mi/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ml/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/mr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ms/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/my/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/nap/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/nb/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ne/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/nl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/nn/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/oc/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/os/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/pa/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/pl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ps/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/pt/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ro/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ru/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sa/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sc/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sd/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/se/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/shn/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/si/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sk/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sq/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sv/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/sw/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/szl/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ta/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/te/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/tg/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/th/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ti/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/tr/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/tt/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ug/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/uk/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/ur/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/uz/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/vec/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/vi/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/wae/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/zgh/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/zh_HK/LC_MESSAGES/slick-greeter.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/slick-greeter.mo +share/locale/af/LC_MESSAGES/slick-greeter.mo +share/locale/am/LC_MESSAGES/slick-greeter.mo +share/locale/an/LC_MESSAGES/slick-greeter.mo +share/locale/ar/LC_MESSAGES/slick-greeter.mo +share/locale/ast/LC_MESSAGES/slick-greeter.mo +share/locale/az/LC_MESSAGES/slick-greeter.mo +share/locale/be/LC_MESSAGES/slick-greeter.mo +share/locale/bem/LC_MESSAGES/slick-greeter.mo +share/locale/bg/LC_MESSAGES/slick-greeter.mo +share/locale/bn/LC_MESSAGES/slick-greeter.mo +share/locale/bo/LC_MESSAGES/slick-greeter.mo +share/locale/br/LC_MESSAGES/slick-greeter.mo +share/locale/bs/LC_MESSAGES/slick-greeter.mo +share/locale/ca/LC_MESSAGES/slick-greeter.mo +share/locale/ca@valencia/LC_MESSAGES/slick-greeter.mo +share/locale/ce/LC_MESSAGES/slick-greeter.mo +share/locale/ckb/LC_MESSAGES/slick-greeter.mo +share/locale/crh/LC_MESSAGES/slick-greeter.mo +share/locale/cs/LC_MESSAGES/slick-greeter.mo +share/locale/cv/LC_MESSAGES/slick-greeter.mo +share/locale/cy/LC_MESSAGES/slick-greeter.mo +share/locale/da/LC_MESSAGES/slick-greeter.mo +share/locale/de/LC_MESSAGES/slick-greeter.mo +share/locale/el/LC_MESSAGES/slick-greeter.mo +share/locale/en_AU/LC_MESSAGES/slick-greeter.mo +share/locale/en_CA/LC_MESSAGES/slick-greeter.mo +share/locale/en_GB/LC_MESSAGES/slick-greeter.mo +share/locale/eo/LC_MESSAGES/slick-greeter.mo +share/locale/es/LC_MESSAGES/slick-greeter.mo +share/locale/et/LC_MESSAGES/slick-greeter.mo +share/locale/eu/LC_MESSAGES/slick-greeter.mo +share/locale/fa/LC_MESSAGES/slick-greeter.mo +share/locale/fi/LC_MESSAGES/slick-greeter.mo +share/locale/fil/LC_MESSAGES/slick-greeter.mo +share/locale/fo/LC_MESSAGES/slick-greeter.mo +share/locale/fr/LC_MESSAGES/slick-greeter.mo +share/locale/fr_CA/LC_MESSAGES/slick-greeter.mo +share/locale/frp/LC_MESSAGES/slick-greeter.mo +share/locale/fy/LC_MESSAGES/slick-greeter.mo +share/locale/ga/LC_MESSAGES/slick-greeter.mo +share/locale/gd/LC_MESSAGES/slick-greeter.mo +share/locale/gl/LC_MESSAGES/slick-greeter.mo +share/locale/gu/LC_MESSAGES/slick-greeter.mo +share/locale/he/LC_MESSAGES/slick-greeter.mo +share/locale/hi/LC_MESSAGES/slick-greeter.mo +share/locale/hr/LC_MESSAGES/slick-greeter.mo +share/locale/ht/LC_MESSAGES/slick-greeter.mo +share/locale/hu/LC_MESSAGES/slick-greeter.mo +share/locale/hy/LC_MESSAGES/slick-greeter.mo +share/locale/ia/LC_MESSAGES/slick-greeter.mo +share/locale/id/LC_MESSAGES/slick-greeter.mo +share/locale/ie/LC_MESSAGES/slick-greeter.mo +share/locale/is/LC_MESSAGES/slick-greeter.mo +share/locale/it/LC_MESSAGES/slick-greeter.mo +share/locale/ja/LC_MESSAGES/slick-greeter.mo +share/locale/ka/LC_MESSAGES/slick-greeter.mo +share/locale/kab/LC_MESSAGES/slick-greeter.mo +share/locale/kk/LC_MESSAGES/slick-greeter.mo +share/locale/kl/LC_MESSAGES/slick-greeter.mo +share/locale/km/LC_MESSAGES/slick-greeter.mo +share/locale/kn/LC_MESSAGES/slick-greeter.mo +share/locale/ko/LC_MESSAGES/slick-greeter.mo +share/locale/ku/LC_MESSAGES/slick-greeter.mo +share/locale/kw/LC_MESSAGES/slick-greeter.mo +share/locale/ky/LC_MESSAGES/slick-greeter.mo +share/locale/la/LC_MESSAGES/slick-greeter.mo +share/locale/lb/LC_MESSAGES/slick-greeter.mo +share/locale/lo/LC_MESSAGES/slick-greeter.mo +share/locale/lt/LC_MESSAGES/slick-greeter.mo +share/locale/lv/LC_MESSAGES/slick-greeter.mo +share/locale/mg/LC_MESSAGES/slick-greeter.mo +share/locale/mhr/LC_MESSAGES/slick-greeter.mo +share/locale/mi/LC_MESSAGES/slick-greeter.mo +share/locale/ml/LC_MESSAGES/slick-greeter.mo +share/locale/mr/LC_MESSAGES/slick-greeter.mo +share/locale/ms/LC_MESSAGES/slick-greeter.mo +share/locale/my/LC_MESSAGES/slick-greeter.mo +share/locale/nap/LC_MESSAGES/slick-greeter.mo +share/locale/nb/LC_MESSAGES/slick-greeter.mo +share/locale/ne/LC_MESSAGES/slick-greeter.mo +share/locale/nl/LC_MESSAGES/slick-greeter.mo +share/locale/nn/LC_MESSAGES/slick-greeter.mo +share/locale/oc/LC_MESSAGES/slick-greeter.mo +share/locale/os/LC_MESSAGES/slick-greeter.mo +share/locale/pa/LC_MESSAGES/slick-greeter.mo +share/locale/pl/LC_MESSAGES/slick-greeter.mo +share/locale/ps/LC_MESSAGES/slick-greeter.mo +share/locale/pt/LC_MESSAGES/slick-greeter.mo +share/locale/pt_BR/LC_MESSAGES/slick-greeter.mo +share/locale/ro/LC_MESSAGES/slick-greeter.mo +share/locale/ru/LC_MESSAGES/slick-greeter.mo +share/locale/sa/LC_MESSAGES/slick-greeter.mo +share/locale/sc/LC_MESSAGES/slick-greeter.mo +share/locale/sd/LC_MESSAGES/slick-greeter.mo +share/locale/se/LC_MESSAGES/slick-greeter.mo +share/locale/shn/LC_MESSAGES/slick-greeter.mo +share/locale/si/LC_MESSAGES/slick-greeter.mo +share/locale/sk/LC_MESSAGES/slick-greeter.mo +share/locale/sl/LC_MESSAGES/slick-greeter.mo +share/locale/sq/LC_MESSAGES/slick-greeter.mo +share/locale/sr/LC_MESSAGES/slick-greeter.mo +share/locale/sr@latin/LC_MESSAGES/slick-greeter.mo +share/locale/sv/LC_MESSAGES/slick-greeter.mo +share/locale/sw/LC_MESSAGES/slick-greeter.mo +share/locale/szl/LC_MESSAGES/slick-greeter.mo +share/locale/ta/LC_MESSAGES/slick-greeter.mo +share/locale/te/LC_MESSAGES/slick-greeter.mo +share/locale/tg/LC_MESSAGES/slick-greeter.mo +share/locale/th/LC_MESSAGES/slick-greeter.mo +share/locale/ti/LC_MESSAGES/slick-greeter.mo +share/locale/tr/LC_MESSAGES/slick-greeter.mo +share/locale/tt/LC_MESSAGES/slick-greeter.mo +share/locale/ug/LC_MESSAGES/slick-greeter.mo +share/locale/uk/LC_MESSAGES/slick-greeter.mo +share/locale/ur/LC_MESSAGES/slick-greeter.mo +share/locale/uz/LC_MESSAGES/slick-greeter.mo +share/locale/vec/LC_MESSAGES/slick-greeter.mo +share/locale/vi/LC_MESSAGES/slick-greeter.mo +share/locale/wae/LC_MESSAGES/slick-greeter.mo +share/locale/zgh/LC_MESSAGES/slick-greeter.mo +share/locale/zh_CN/LC_MESSAGES/slick-greeter.mo +share/locale/zh_HK/LC_MESSAGES/slick-greeter.mo +share/locale/zh_TW/LC_MESSAGES/slick-greeter.mo share/man/man1/slick-greeter-check-hidpi.1.gz share/man/man1/slick-greeter-enable-tap-to-click.1.gz share/man/man1/slick-greeter-set-keyboard-layout.1.gz share/man/man8/slick-greeter.8.gz %%DATADIR%%/a11y.svg %%DATADIR%%/active.png -%%DATADIR%%/arrow_left.png -%%DATADIR%%/arrow_right.png +%%DATADIR%%/arrow_left.svg +%%DATADIR%%/arrow_right.svg %%DATADIR%%/badges/IceWM-Experimental.png %%DATADIR%%/badges/IceWM-Lite.png %%DATADIR%%/badges/IceWM.png @@ -232,22 +232,22 @@ share/man/man8/slick-greeter.8.gz %%DATADIR%%/battery_10.svg %%DATADIR%%/battery_25.svg %%DATADIR%%/battery_50.svg -%%DATADIR%%/dialog_close.png -%%DATADIR%%/dialog_close_highlight.png -%%DATADIR%%/dialog_close_press.png -%%DATADIR%%/hibernate.png -%%DATADIR%%/hibernate_highlight.png +%%DATADIR%%/dialog_close.svg +%%DATADIR%%/dialog_close_highlight.svg +%%DATADIR%%/dialog_close_press.svg +%%DATADIR%%/hibernate.svg +%%DATADIR%%/hibernate_highlight.svg %%DATADIR%%/keyboard.svg %%DATADIR%%/message.png %%DATADIR%%/remote_login_help.png -%%DATADIR%%/restart.png -%%DATADIR%%/restart_highlight.png +%%DATADIR%%/restart.svg +%%DATADIR%%/restart_highlight.svg %%DATADIR%%/shadow.png -%%DATADIR%%/shutdown.png %%DATADIR%%/shutdown.svg -%%DATADIR%%/shutdown_highlight.png -%%DATADIR%%/suspend.png -%%DATADIR%%/suspend_highlight.png +%%DATADIR%%/shutdown_dialog.svg +%%DATADIR%%/shutdown_highlight.svg +%%DATADIR%%/suspend.svg +%%DATADIR%%/suspend_highlight.svg %%DATADIR%%/switcher_corner.png %%DATADIR%%/switcher_left.png %%DATADIR%%/switcher_top.png diff --git a/x11/walker/Makefile b/x11/walker/Makefile index fb6706356963..6cc52322ee28 100644 --- a/x11/walker/Makefile +++ b/x11/walker/Makefile @@ -1,7 +1,6 @@ PORTNAME= walker DISTVERSIONPREFIX= v -DISTVERSION= 2.11.3 -PORTREVISION= 1 +DISTVERSION= 2.12.2 CATEGORIES= x11 wayland PKGNAMESUFFIX= -launcher diff --git a/x11/walker/distinfo b/x11/walker/distinfo index 801d38a5bdeb..9a50ee88e9a4 100644 --- a/x11/walker/distinfo +++ b/x11/walker/distinfo @@ -1,4 +1,4 @@ -TIMESTAMP = 1764318750 +TIMESTAMP = 1765421843 SHA256 (rust/crates/addr2line-0.24.2.crate) = dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1 SIZE (rust/crates/addr2line-0.24.2.crate) = 39015 SHA256 (rust/crates/adler2-2.0.1.crate) = 320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa @@ -501,5 +501,5 @@ SHA256 (rust/crates/xml-rs-0.8.27.crate) = 6fd8403733700263c6eb89f192880191f1b83 SIZE (rust/crates/xml-rs-0.8.27.crate) = 55258 SHA256 (rust/crates/yaml-rust2-0.10.3.crate) = 4ce2a4ff45552406d02501cea6c18d8a7e50228e7736a872951fe2fe75c91be7 SIZE (rust/crates/yaml-rust2-0.10.3.crate) = 76325 -SHA256 (abenz1267-walker-v2.11.3_GH0.tar.gz) = 7ec419c93425ffdce77c83bd3bd6d30fe4ad4def012b799441f6a41cc6ef50d7 -SIZE (abenz1267-walker-v2.11.3_GH0.tar.gz) = 150472 +SHA256 (abenz1267-walker-v2.12.2_GH0.tar.gz) = 5eda553cb1c5a2d78eed1853b38ef5f5e680b874be627466cc85efaa17ef574d +SIZE (abenz1267-walker-v2.12.2_GH0.tar.gz) = 152002 diff --git a/x11/walker/pkg-plist b/x11/walker/pkg-plist index 746391483cd1..48ea10297ad1 100644 --- a/x11/walker/pkg-plist +++ b/x11/walker/pkg-plist @@ -1,6 +1,7 @@ bin/walker-launcher etc/xdg/walker/config.toml etc/xdg/walker/themes/default/item.xml +etc/xdg/walker/themes/default/item_actionsmenu.xml etc/xdg/walker/themes/default/item_archlinuxpkgs.xml etc/xdg/walker/themes/default/item_bookmarks.xml etc/xdg/walker/themes/default/item_calc.xml diff --git a/x11/xdg-desktop-portal-hyprland/Makefile b/x11/xdg-desktop-portal-hyprland/Makefile index 6b7916e6c170..3caadc4b1c68 100644 --- a/x11/xdg-desktop-portal-hyprland/Makefile +++ b/x11/xdg-desktop-portal-hyprland/Makefile @@ -1,6 +1,7 @@ PORTNAME= xdg-desktop-portal-hyprland DISTVERSIONPREFIX= v DISTVERSION= 1.3.11 +PORTREVISION= 1 CATEGORIES= x11 wayland MAINTAINER= tagattie@FreeBSD.org diff --git a/x11/xfce4-appmenu-plugin/Makefile b/x11/xfce4-appmenu-plugin/Makefile index e911a45d4f12..e2227d7150ea 100644 --- a/x11/xfce4-appmenu-plugin/Makefile +++ b/x11/xfce4-appmenu-plugin/Makefile @@ -1,6 +1,6 @@ PORTNAME= xfce4-appmenu-plugin DISTVERSION= 0.7.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11 PATCH_SITES= ${GL_SITE}/${GL_ACCOUNT}/${GL_PROJECT}/-/commit/ diff --git a/x11/xfce4-appmenu-plugin/pkg-plist b/x11/xfce4-appmenu-plugin/pkg-plist index 5b4cd2070253..e14f464d6027 100644 --- a/x11/xfce4-appmenu-plugin/pkg-plist +++ b/x11/xfce4-appmenu-plugin/pkg-plist @@ -1,2 +1,197 @@ lib/xfce4/panel/plugins/libappmenu-xfce.so +share/locale/aa/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ab/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ae/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/af/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ak/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/am/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/an/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ar/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/as/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ast/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/av/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ay/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/az/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ba/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/be/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bh/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bm/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/br/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/bs/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ca/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ce/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ch/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ckb/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/co/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/cr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/cs/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/cu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/cv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/cy/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/da/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/de/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/dv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/dz/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ee/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/el/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/en_AU/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/en_CA/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/en_GB/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/eo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/es/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/et/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/eu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fa/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ff/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fj/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fr_CA/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/fy/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ga/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/gd/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/gl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/gn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/gu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/gv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ha/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/he/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/hi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ho/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/hr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ht/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/hu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/hy/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/hz/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ia/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/id/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ie/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ig/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ii/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ik/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/io/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/is/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/it/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/iu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ja/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/jv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ka/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ki/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kj/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kk/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/km/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ko/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ks/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ku/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/kw/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ky/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/la/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lb/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/li/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ln/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lt/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/lv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mh/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mk/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ml/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ms/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/mt/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/my/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/na/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nb/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nd/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ne/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ng/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/nv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ny/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/oc/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/oj/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/om/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/or/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/os/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/pa/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/pi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/pl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ps/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/pt/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/pt_BR/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/qu/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/rm/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/rn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ro/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ru/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/rue/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/rw/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sa/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sc/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sd/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/se/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/si/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sk/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sm/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sma/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/so/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sq/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ss/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/st/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/su/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sv/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/sw/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ta/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/te/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tg/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/th/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ti/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tk/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tl/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tn/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/to/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tr/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ts/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tt/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/tw/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ty/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ug/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/uk/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ur/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/uz/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/ve/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/vi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/vo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/wa/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/wo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/xh/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/yi/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/yo/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/za/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/zh/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/zh_CN/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/zh_HK/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/zh_TW/LC_MESSAGES/vala-panel-appmenu.mo +share/locale/zu/LC_MESSAGES/vala-panel-appmenu.mo share/xfce4/panel/plugins/appmenu.desktop diff --git a/x11/xlibre/Makefile b/x11/xlibre/Makefile new file mode 100644 index 000000000000..5b8f5e01c8fc --- /dev/null +++ b/x11/xlibre/Makefile @@ -0,0 +1,28 @@ +PORTNAME= xlibre +PORTVERSION= 0.1 +CATEGORIES= x11 + +MAINTAINER= b-aazbsd@proton.me +COMMENT= XLibre + X.Org complete distribution metaport +WWW= https://github.com/X11Libre/ \ + https://www.x.org/ + +USES= metaport + +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:graphics/mesa-dri + +# data +RUN_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/xbitmaps.pc:x11/xbitmaps \ + ${LOCALBASE}/share/icons/handhelds/cursors/X_cursor:x11-themes/xcursor-themes + +OPTIONS_DEFINE= DOCS + +DOCS_RUN_DEPENDS+= ${LOCALBASE}/share/doc/xorg-docs/README.xml:x11/xorg-docs + +# app, lib, font, driver +RUN_DEPENDS+= xorg-apps>0:x11/xorg-apps \ + xorg-libraries>0:x11/xorg-libraries \ + xorg-fonts>0:x11-fonts/xorg-fonts \ + xlibre-drivers>0:x11-drivers/xlibre-drivers + +.include <bsd.port.mk> diff --git a/x11/xlibre/pkg-descr b/x11/xlibre/pkg-descr new file mode 100644 index 000000000000..5f53e3ac8129 --- /dev/null +++ b/x11/xlibre/pkg-descr @@ -0,0 +1,2 @@ +This is a metaport for the XLibre server and XLibre drivers with many of the +complementary X.Org packages available in the ports tree. diff --git a/x11/xpra-html5/Makefile b/x11/xpra-html5/Makefile index b6d05e14e051..b457027588ac 100644 --- a/x11/xpra-html5/Makefile +++ b/x11/xpra-html5/Makefile @@ -1,6 +1,6 @@ PORTNAME= xpra-html5 DISTVERSIONPREFIX= v -DISTVERSION= 18.1 +DISTVERSION= 19 CATEGORIES= x11 MAINTAINER= arrowd@FreeBSD.org diff --git a/x11/xpra-html5/distinfo b/x11/xpra-html5/distinfo index 95604244c871..4545f358614b 100644 --- a/x11/xpra-html5/distinfo +++ b/x11/xpra-html5/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762598303 -SHA256 (Xpra-org-xpra-html5-v18.1_GH0.tar.gz) = 42daf8d8abbd67f4d15af5d264b416448ddba3ce316fc73efab98b788adfe161 -SIZE (Xpra-org-xpra-html5-v18.1_GH0.tar.gz) = 2393593 +TIMESTAMP = 1765382336 +SHA256 (Xpra-org-xpra-html5-v19_GH0.tar.gz) = 560956d474c157cd136a1c3830746b4cb6ad8cf5f17c0a9067c319fde2b7482d +SIZE (Xpra-org-xpra-html5-v19_GH0.tar.gz) = 2394040 diff --git a/x11/yakuake/distinfo b/x11/yakuake/distinfo index 63d880e8caeb..c0fae056ff67 100644 --- a/x11/yakuake/distinfo +++ b/x11/yakuake/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1762264826 -SHA256 (KDE/release-service/25.08.3/yakuake-25.08.3.tar.xz) = d8d3f0ffecfd98f00c8618a7dcf5cf85ef745f704717df8198f6321d83451eec -SIZE (KDE/release-service/25.08.3/yakuake-25.08.3.tar.xz) = 403868 +TIMESTAMP = 1765478826 +SHA256 (KDE/release-service/25.12.0/yakuake-25.12.0.tar.xz) = 5a3f8854e74094b161cd1d628745b17545b5a9c41cb2dfe11c744e524bfb3c9e +SIZE (KDE/release-service/25.12.0/yakuake-25.12.0.tar.xz) = 403904 |
